Skip to content

Commit d2b8964

Browse files
author
awstools
committed
Updates SDK to v2.798.0
1 parent 44ded82 commit d2b8964

File tree

75 files changed

+12804
-2885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+12804
-2885
lines changed

.changes/2.798.0.json

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ApplicationInsights",
5+
"description": "Add Detected Workload to ApplicationComponent which shows the workloads that installed in the component"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CodeArtifact",
10+
"description": "Add support for the NuGet package format."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CodeStarconnections",
15+
"description": "Added support for the UpdateHost API."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "DynamoDB",
20+
"description": "With this release, you can capture data changes in any Amazon DynamoDB table as an Amazon Kinesis data stream. You also can use PartiQL (SQL-compatible language) to manipulate data in DynamoDB tables."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "EC2",
25+
"description": "This release adds support for Multiple Private DNS names to DescribeVpcEndpointServices response."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "ECS",
30+
"description": "This release adds support for updating capacity providers, specifying custom instance warmup periods for capacity providers, and using deployment circuit breaker for your ECS Services."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "EMR",
35+
"description": "Add API support for EMR Studio, a new notebook-first IDE for data scientists and data engineers with single sign-on, Jupyter notebooks, automated infrastructure provisioning, and job diagnosis."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "ForecastService",
40+
"description": "Releasing the set of PredictorBacktestExportJob APIs which allow customers to export backtest values and item-level metrics data from Predictor training."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Glue",
45+
"description": "Feature1 - Glue crawler adds data lineage configuration option. Feature2 - AWS Glue Data Catalog adds APIs for PartitionIndex creation and deletion as part of Enhancement Partition Management feature."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Iot",
50+
"description": "This release enables users to identify different file types in the over-the-air update (OTA) functionality using fileType parameter for CreateOTAUpdate API"
51+
},
52+
{
53+
"type": "feature",
54+
"category": "Kafka",
55+
"description": "Adding MAINTENANCE and REBOOTING_BROKER to Cluster states."
56+
},
57+
{
58+
"type": "feature",
59+
"category": "Lambda",
60+
"description": "This release includes support for new feature: Code Signing for AWS Lambda. This adds new resources and APIs to configure Lambda functions to accept and verify signed code artifacts at deployment."
61+
},
62+
{
63+
"type": "feature",
64+
"category": "LicenseManager",
65+
"description": "AWS License Manager now provides the ability for license administrators to be able to associate license configurations to AMIs shared with their AWS account"
66+
},
67+
{
68+
"type": "feature",
69+
"category": "Outposts",
70+
"description": "Support specifying tags during the creation of the Outpost resource. Tags are now returned in the response body of Outpost APIs."
71+
},
72+
{
73+
"type": "feature",
74+
"category": "SSOAdmin",
75+
"description": "AWS Single Sign-On now enables attribute-based access control for workforce identities to simplify permissions in AWS"
76+
},
77+
{
78+
"type": "feature",
79+
"category": "SecurityHub",
80+
"description": "Updated the account management API to support the integration with AWS Organizations. Added new methods to allow users to view and manage the delegated administrator account for Security Hub."
81+
},
82+
{
83+
"type": "feature",
84+
"category": "Signer",
85+
"description": "AWS Signer is launching code-signing for AWS Lambda. Now customers can cryptographically sign Lambda code to ensure trust, integrity, and functionality."
86+
},
87+
{
88+
"type": "feature",
89+
"category": "TimestreamQuery",
90+
"description": "Amazon Timestream now supports \"QueryStatus\" in Query API which has information about cumulative bytes scanned, metered, as well as progress percentage for the query."
91+
},
92+
{
93+
"type": "feature",
94+
"category": "Translate",
95+
"description": "This update adds new operations to create and manage parallel data in Amazon Translate. Parallel data is a resource that you can use to run Active Custom Translation jobs."
96+
}
97+
]

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.797.0-->
2+
<!--LATEST=2.798.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.798.0
6+
* feature: ApplicationInsights: Add Detected Workload to ApplicationComponent which shows the workloads that installed in the component
7+
* feature: CodeArtifact: Add support for the NuGet package format.
8+
* feature: CodeStarconnections: Added support for the UpdateHost API.
9+
* feature: DynamoDB: With this release, you can capture data changes in any Amazon DynamoDB table as an Amazon Kinesis data stream. You also can use PartiQL (SQL-compatible language) to manipulate data in DynamoDB tables.
10+
* feature: EC2: This release adds support for Multiple Private DNS names to DescribeVpcEndpointServices response.
11+
* feature: ECS: This release adds support for updating capacity providers, specifying custom instance warmup periods for capacity providers, and using deployment circuit breaker for your ECS Services.
12+
* feature: EMR: Add API support for EMR Studio, a new notebook-first IDE for data scientists and data engineers with single sign-on, Jupyter notebooks, automated infrastructure provisioning, and job diagnosis.
13+
* feature: ForecastService: Releasing the set of PredictorBacktestExportJob APIs which allow customers to export backtest values and item-level metrics data from Predictor training.
14+
* feature: Glue: Feature1 - Glue crawler adds data lineage configuration option. Feature2 - AWS Glue Data Catalog adds APIs for PartitionIndex creation and deletion as part of Enhancement Partition Management feature.
15+
* feature: Iot: This release enables users to identify different file types in the over-the-air update (OTA) functionality using fileType parameter for CreateOTAUpdate API
16+
* feature: Kafka: Adding MAINTENANCE and REBOOTING_BROKER to Cluster states.
17+
* feature: Lambda: This release includes support for new feature: Code Signing for AWS Lambda. This adds new resources and APIs to configure Lambda functions to accept and verify signed code artifacts at deployment.
18+
* feature: LicenseManager: AWS License Manager now provides the ability for license administrators to be able to associate license configurations to AMIs shared with their AWS account
19+
* feature: Outposts: Support specifying tags during the creation of the Outpost resource. Tags are now returned in the response body of Outpost APIs.
20+
* feature: SSOAdmin: AWS Single Sign-On now enables attribute-based access control for workforce identities to simplify permissions in AWS
21+
* feature: SecurityHub: Updated the account management API to support the integration with AWS Organizations. Added new methods to allow users to view and manage the delegated administrator account for Security Hub.
22+
* feature: Signer: AWS Signer is launching code-signing for AWS Lambda. Now customers can cryptographically sign Lambda code to ensure trust, integrity, and functionality.
23+
* feature: TimestreamQuery: Amazon Timestream now supports "QueryStatus" in Query API which has information about cumulative bytes scanned, metered, as well as progress percentage for the query.
24+
* feature: Translate: This update adds new operations to create and manage parallel data in Amazon Translate. Parallel data is a resource that you can use to run Active Custom Translation jobs.
25+
526
## 2.797.0
627
* feature: AppMesh: This release makes tag value a required attribute of the tag's key-value pair.
728
* feature: Chime: The Amazon Chime SDK for messaging provides the building blocks needed to build chat and other real-time collaboration features.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.797.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.798.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

apis/application-insights-2018-11-25.min.json

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"type": "structure",
181181
"members": {
182182
"ApplicationComponent": {
183-
"shape": "S10"
183+
"shape": "S11"
184184
},
185185
"ResourceList": {
186186
"shape": "Sg"
@@ -270,7 +270,7 @@
270270
"type": "structure",
271271
"members": {
272272
"Observation": {
273-
"shape": "S1e"
273+
"shape": "S1k"
274274
}
275275
}
276276
}
@@ -289,7 +289,7 @@
289289
"type": "structure",
290290
"members": {
291291
"Problem": {
292-
"shape": "S2f"
292+
"shape": "S2w"
293293
}
294294
}
295295
}
@@ -313,7 +313,7 @@
313313
"ObservationList": {
314314
"type": "list",
315315
"member": {
316-
"shape": "S1e"
316+
"shape": "S1k"
317317
}
318318
}
319319
}
@@ -364,7 +364,7 @@
364364
"ApplicationComponentList": {
365365
"type": "list",
366366
"member": {
367-
"shape": "S10"
367+
"shape": "S11"
368368
}
369369
},
370370
"NextToken": {}
@@ -490,7 +490,7 @@
490490
"ProblemList": {
491491
"type": "list",
492492
"member": {
493-
"shape": "S2f"
493+
"shape": "S2w"
494494
}
495495
},
496496
"NextToken": {}
@@ -701,18 +701,29 @@
701701
}
702702
}
703703
},
704-
"S10": {
704+
"S11": {
705705
"type": "structure",
706706
"members": {
707707
"ComponentName": {},
708+
"ComponentRemarks": {},
708709
"ResourceType": {},
710+
"OsType": {},
709711
"Tier": {},
710712
"Monitor": {
711713
"type": "boolean"
714+
},
715+
"DetectedWorkload": {
716+
"type": "map",
717+
"key": {},
718+
"value": {
719+
"type": "map",
720+
"key": {},
721+
"value": {}
722+
}
712723
}
713724
}
714725
},
715-
"S1e": {
726+
"S1k": {
716727
"type": "structure",
717728
"members": {
718729
"Id": {},
@@ -750,6 +761,17 @@
750761
"CodeDeployApplication": {},
751762
"CodeDeployInstanceGroupId": {},
752763
"Ec2State": {},
764+
"RdsEventCategories": {},
765+
"RdsEventMessage": {},
766+
"S3EventName": {},
767+
"StatesExecutionArn": {},
768+
"StatesArn": {},
769+
"StatesStatus": {},
770+
"StatesInput": {},
771+
"EbsEvent": {},
772+
"EbsResult": {},
773+
"EbsCause": {},
774+
"EbsRequestId": {},
753775
"XRayFaultPercent": {
754776
"type": "integer"
755777
},
@@ -769,7 +791,7 @@
769791
"XRayNodeType": {}
770792
}
771793
},
772-
"S2f": {
794+
"S2w": {
773795
"type": "structure",
774796
"members": {
775797
"Id": {},

0 commit comments

Comments
 (0)