Skip to content

Commit

Permalink
Updates SDK to v2.1553.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 7, 2024
1 parent 9732fcb commit 9938dce
Show file tree
Hide file tree
Showing 20 changed files with 2,523 additions and 641 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1553.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "DataSync",
"description": "AWS DataSync now supports manifests for specifying files or objects to transfer."
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "This release introduces a new bot replication feature as part of Lex Global Resiliency offering. This feature leverages a new set of APIs that allow customers to create bot replicas and replicate changes to bots across regions."
},
{
"type": "feature",
"category": "Redshift",
"description": "LisRecommendations API to fetch Amazon Redshift Advisor recommendations."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1552.0-->
<!--LATEST=2.1553.0-->
<!--ENTRYINSERT-->

## 2.1553.0
* feature: DataSync: AWS DataSync now supports manifests for specifying files or objects to transfer.
* feature: LexModelsV2: This release introduces a new bot replication feature as part of Lex Global Resiliency offering. This feature leverages a new set of APIs that allow customers to create bot replicas and replicate changes to bots across regions.
* feature: Redshift: LisRecommendations API to fetch Amazon Redshift Advisor recommendations.

## 2.1552.0
* feature: AppSync: Support for environment variables in AppSync GraphQL APIs
* feature: CloudWatchLogs: This release adds a new field, logGroupArn, to the response of the logs:DescribeLogGroups action.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1552.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1553.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
108 changes: 76 additions & 32 deletions apis/datasync-2018-11-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,11 @@
"Includes": {
"shape": "S3o"
},
"TaskReportConfig": {
"ManifestConfig": {
"shape": "S3u"
},
"TaskReportConfig": {
"shape": "S40"
}
}
},
Expand Down Expand Up @@ -576,7 +579,7 @@
}
},
"Platform": {
"shape": "S4h"
"shape": "S4n"
}
}
}
Expand Down Expand Up @@ -1091,7 +1094,7 @@
"DiscoveryJobArn": {},
"ResourceType": {},
"ResourceIds": {
"shape": "S5y"
"shape": "S64"
},
"Filter": {
"type": "map",
Expand Down Expand Up @@ -1138,10 +1141,10 @@
"type": "long"
},
"MaxP95Performance": {
"shape": "S68"
"shape": "S6e"
},
"Recommendations": {
"shape": "S69"
"shape": "S6f"
},
"NfsExportedVolumes": {
"type": "long"
Expand Down Expand Up @@ -1185,10 +1188,10 @@
"type": "long"
},
"MaxP95Performance": {
"shape": "S68"
"shape": "S6e"
},
"Recommendations": {
"shape": "S69"
"shape": "S6f"
},
"RecommendationStatus": {},
"LunCount": {
Expand All @@ -1211,7 +1214,7 @@
"ResourceId": {},
"ClusterName": {},
"MaxP95Performance": {
"shape": "S68"
"shape": "S6e"
},
"ClusterBlockStorageSize": {
"type": "long"
Expand All @@ -1223,7 +1226,7 @@
"type": "long"
},
"Recommendations": {
"shape": "S69"
"shape": "S6f"
},
"RecommendationStatus": {},
"LunCount": {
Expand Down Expand Up @@ -1289,8 +1292,11 @@
"Includes": {
"shape": "S3o"
},
"TaskReportConfig": {
"ManifestConfig": {
"shape": "S3u"
},
"TaskReportConfig": {
"shape": "S40"
}
}
}
Expand Down Expand Up @@ -1319,6 +1325,9 @@
"Includes": {
"shape": "S3o"
},
"ManifestConfig": {
"shape": "S3u"
},
"StartTime": {
"type": "timestamp"
},
Expand All @@ -1337,6 +1346,9 @@
"BytesTransferred": {
"type": "long"
},
"BytesCompressed": {
"type": "long"
},
"Result": {
"type": "structure",
"members": {
Expand All @@ -1359,11 +1371,8 @@
"ErrorDetail": {}
}
},
"BytesCompressed": {
"type": "long"
},
"TaskReportConfig": {
"shape": "S3u"
"shape": "S40"
},
"FilesDeleted": {
"type": "long"
Expand Down Expand Up @@ -1399,7 +1408,7 @@
"members": {
"DiscoveryJobArn": {},
"ResourceIds": {
"shape": "S5y"
"shape": "S64"
},
"ResourceType": {}
}
Expand Down Expand Up @@ -1434,7 +1443,7 @@
"Name": {},
"Status": {},
"Platform": {
"shape": "S4h"
"shape": "S4n"
}
}
}
Expand Down Expand Up @@ -1494,7 +1503,7 @@
"members": {
"Name": {},
"Values": {
"shape": "S7d"
"shape": "S7j"
},
"Operator": {}
}
Expand Down Expand Up @@ -1624,7 +1633,7 @@
"members": {
"Name": {},
"Values": {
"shape": "S7d"
"shape": "S7j"
},
"Operator": {}
}
Expand Down Expand Up @@ -1716,11 +1725,14 @@
"Excludes": {
"shape": "S3o"
},
"Tags": {
"shape": "S9"
"ManifestConfig": {
"shape": "S3u"
},
"TaskReportConfig": {
"shape": "S3u"
"shape": "S40"
},
"Tags": {
"shape": "S9"
}
}
},
Expand Down Expand Up @@ -2022,8 +2034,11 @@
"Includes": {
"shape": "S3o"
},
"TaskReportConfig": {
"ManifestConfig": {
"shape": "S3u"
},
"TaskReportConfig": {
"shape": "S40"
}
}
},
Expand Down Expand Up @@ -2278,6 +2293,35 @@
}
},
"S3u": {
"type": "structure",
"members": {
"Action": {},
"Format": {},
"Source": {
"type": "structure",
"required": [
"S3"
],
"members": {
"S3": {
"type": "structure",
"required": [
"ManifestObjectPath",
"BucketAccessRoleArn",
"S3BucketArn"
],
"members": {
"ManifestObjectPath": {},
"BucketAccessRoleArn": {},
"S3BucketArn": {},
"ManifestObjectVersionId": {}
}
}
}
}
}
},
"S40": {
"type": "structure",
"members": {
"Destination": {
Expand All @@ -2304,38 +2348,38 @@
"type": "structure",
"members": {
"Transferred": {
"shape": "S41"
"shape": "S47"
},
"Verified": {
"shape": "S41"
"shape": "S47"
},
"Deleted": {
"shape": "S41"
"shape": "S47"
},
"Skipped": {
"shape": "S41"
"shape": "S47"
}
}
}
}
},
"S41": {
"S47": {
"type": "structure",
"members": {
"ReportLevel": {}
}
},
"S4h": {
"S4n": {
"type": "structure",
"members": {
"Version": {}
}
},
"S5y": {
"S64": {
"type": "list",
"member": {}
},
"S68": {
"S6e": {
"type": "structure",
"members": {
"IopsRead": {
Expand Down Expand Up @@ -2373,7 +2417,7 @@
}
}
},
"S69": {
"S6f": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -2388,7 +2432,7 @@
}
}
},
"S7d": {
"S7j": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit 9938dce

Please sign in to comment.