Skip to content

Commit

Permalink
Updates SDK to v2.224.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 10, 2018
1 parent f6dfa28 commit 214b424
Show file tree
Hide file tree
Showing 24 changed files with 2,445 additions and 1,223 deletions.
27 changes: 27 additions & 0 deletions .changes/2.224.1.json
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "DMS",
"description": "Native Change Data Capture start point and task recovery support in Database Migration Service. "
},
{
"type": "feature",
"category": "Glue",
"description": "\"AWS Glue now supports timeout values for ETL jobs. With this release, all new ETL jobs have a default timeout value of 48 hours. AWS Glue also now supports the ability to start a schedule or job events trigger when it is created.\""
},
{
"type": "feature",
"category": "MediaPackage",
"description": "Adds a new OriginEndpoint package type CmafPackage in MediaPackage. Origin endpoints can now be configured to use the Common Media Application Format (CMAF) media streaming format. This version of CmafPackage only supports HTTP Live Streaming (HLS) manifests with fragmented MP4."
},
{
"type": "feature",
"category": "SSM",
"description": "Added TooManyUpdates exception for AddTagsToResource and RemoveTagsFromResource API"
},
{
"type": "feature",
"category": "WorkMail",
"description": "Amazon WorkMail adds the ability to grant users and groups with \"Full Access\", \"Send As\" and \"Send on Behalf\" permissions on a given mailbox."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.223.1-->
<!--LATEST=2.224.1-->
<!--ENTRYINSERT-->

## 2.224.1
* feature: DMS: Native Change Data Capture start point and task recovery support in Database Migration Service.
* feature: Glue: "AWS Glue now supports timeout values for ETL jobs. With this release, all new ETL jobs have a default timeout value of 48 hours. AWS Glue also now supports the ability to start a schedule or job events trigger when it is created."
* feature: MediaPackage: Adds a new OriginEndpoint package type CmafPackage in MediaPackage. Origin endpoints can now be configured to use the Common Media Application Format (CMAF) media streaming format. This version of CmafPackage only supports HTTP Live Streaming (HLS) manifests with fragmented MP4.
* feature: SSM: Added TooManyUpdates exception for AddTagsToResource and RemoveTagsFromResource API
* feature: WorkMail: Amazon WorkMail adds the ability to grant users and groups with "Full Access", "Send As" and "Send on Behalf" permissions on a given mailbox.

## 2.223.1
* feature: CloudDirectory: Cloud Directory customers can fetch attributes within a facet on an object with the new GetObjectAttributes API and can fetch attributes from multiple facets or objects with the BatchGetObjectAttributes operation.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ version.
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.223.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.224.1.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
31 changes: 26 additions & 5 deletions apis/dms-2016-01-01.min.json
Expand Up @@ -59,6 +59,8 @@
},
"CertificateArn": {},
"SslMode": {},
"ServiceAccessRoleArn": {},
"ExternalTableDefinition": {},
"DynamoDbSettings": {
"shape": "Sb"
},
Expand Down Expand Up @@ -207,6 +209,8 @@
"CdcStartTime": {
"type": "timestamp"
},
"CdcStartPosition": {},
"CdcStopPosition": {},
"Tags": {
"shape": "S3"
}
Expand Down Expand Up @@ -435,7 +439,8 @@
"SupportsCDC": {
"type": "boolean"
},
"EndpointType": {}
"EndpointType": {},
"EngineDisplayName": {}
}
}
}
Expand Down Expand Up @@ -945,6 +950,8 @@
"ExtraConnectionAttributes": {},
"CertificateArn": {},
"SslMode": {},
"ServiceAccessRoleArn": {},
"ExternalTableDefinition": {},
"DynamoDbSettings": {
"shape": "Sb"
},
Expand Down Expand Up @@ -1071,7 +1078,9 @@
"ReplicationTaskSettings": {},
"CdcStartTime": {
"type": "timestamp"
}
},
"CdcStartPosition": {},
"CdcStopPosition": {}
}
},
"output": {
Expand Down Expand Up @@ -1186,7 +1195,9 @@
"StartReplicationTaskType": {},
"CdcStartTime": {
"type": "timestamp"
}
},
"CdcStartPosition": {},
"CdcStopPosition": {}
}
},
"output": {
Expand Down Expand Up @@ -1311,7 +1322,8 @@
"NestingLevel": {},
"ExtractDocId": {},
"DocsToInvestigate": {},
"AuthSource": {}
"AuthSource": {},
"KmsKeyId": {}
}
},
"Sj": {
Expand All @@ -1320,6 +1332,7 @@
"EndpointIdentifier": {},
"EndpointType": {},
"EngineName": {},
"EngineDisplayName": {},
"Username": {},
"ServerName": {},
"Port": {
Expand All @@ -1332,6 +1345,8 @@
"EndpointArn": {},
"CertificateArn": {},
"SslMode": {},
"ServiceAccessRoleArn": {},
"ExternalTableDefinition": {},
"ExternalId": {},
"DynamoDbSettings": {
"shape": "Sb"
Expand Down Expand Up @@ -1442,7 +1457,10 @@
"PubliclyAccessible": {
"type": "boolean"
},
"SecondaryAvailabilityZone": {}
"SecondaryAvailabilityZone": {},
"FreeUntil": {
"type": "timestamp"
}
}
},
"Sz": {
Expand Down Expand Up @@ -1493,6 +1511,9 @@
"ReplicationTaskStartDate": {
"type": "timestamp"
},
"CdcStartPosition": {},
"CdcStopPosition": {},
"RecoveryCheckpoint": {},
"ReplicationTaskArn": {},
"ReplicationTaskStats": {
"type": "structure",
Expand Down

0 comments on commit 214b424

Please sign in to comment.