Skip to content

Commit

Permalink
Updates SDK to v2.896.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 29, 2021
1 parent e9352e4 commit b0d9c99
Show file tree
Hide file tree
Showing 19 changed files with 594 additions and 271 deletions.
22 changes: 22 additions & 0 deletions .changes/2.896.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "Serializer",
"description": "XML entity encoding for carriage return, line feed, next line, and line separator characters"
},
{
"type": "feature",
"category": "Chime",
"description": "Increase AppInstanceUserId length to 64 characters"
},
{
"type": "feature",
"category": "ECS",
"description": "Add support for EphemeralStorage on TaskDefinition and TaskOverride"
},
{
"type": "feature",
"category": "Macie2",
"description": "The Amazon Macie API now provides S3 bucket metadata that indicates whether a bucket policy requires server-side encryption of objects when objects are uploaded to the bucket."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Serializer-1f02d1b1.json

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.895.0-->
<!--LATEST=2.896.0-->
<!--ENTRYINSERT-->

## 2.896.0
* bugfix: Serializer: XML entity encoding for carriage return, line feed, next line, and line separator characters
* feature: Chime: Increase AppInstanceUserId length to 64 characters
* feature: ECS: Add support for EphemeralStorage on TaskDefinition and TaskOverride
* feature: Macie2: The Amazon Macie API now provides S3 bucket metadata that indicates whether a bucket policy requires server-side encryption of objects when objects are uploaded to the bucket.

## 2.895.0
* feature: CloudFormation: Add CallAs parameter to GetTemplateSummary to enable use with StackSets delegated administrator integration
* feature: Connect: Updated max number of tags that can be attached from 200 to 50. MaxContacts is now an optional parameter for the UpdateQueueMaxContact API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.895.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.896.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
4 changes: 2 additions & 2 deletions apis/chime-2018-05-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -14845,9 +14845,9 @@
},
"UserId": {
"type": "string",
"max": 50,
"max": 64,
"min": 1,
"pattern": "[A-Za-z0-9][A-Za-z0-9\\:\\-\\_\\.\\@]{3,50}[A-Za-z0-9]",
"pattern": "[A-Za-z0-9]([A-Za-z0-9\\:\\-\\_\\.\\@]{0,62}[A-Za-z0-9])?",
"sensitive": true
},
"UserIdList": {
Expand Down
89 changes: 56 additions & 33 deletions apis/ecs-2014-11-13.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
}
},
"failures": {
"shape": "S54"
"shape": "S55"
},
"nextToken": {}
}
Expand Down Expand Up @@ -408,7 +408,7 @@
}
},
"failures": {
"shape": "S54"
"shape": "S55"
}
}
}
Expand All @@ -434,10 +434,10 @@
"type": "structure",
"members": {
"containerInstances": {
"shape": "S5f"
"shape": "S5g"
},
"failures": {
"shape": "S54"
"shape": "S55"
}
}
}
Expand Down Expand Up @@ -469,7 +469,7 @@
}
},
"failures": {
"shape": "S54"
"shape": "S55"
}
}
}
Expand Down Expand Up @@ -526,7 +526,7 @@
"shape": "S1s"
},
"failures": {
"shape": "S54"
"shape": "S55"
}
}
}
Expand All @@ -552,10 +552,10 @@
"type": "structure",
"members": {
"tasks": {
"shape": "S5x"
"shape": "S5y"
},
"failures": {
"shape": "S54"
"shape": "S55"
}
}
}
Expand Down Expand Up @@ -1004,6 +1004,9 @@
},
"inferenceAccelerators": {
"shape": "S4s"
},
"ephemeralStorage": {
"shape": "S4z"
}
}
},
Expand Down Expand Up @@ -1045,7 +1048,7 @@
"shape": "S1j"
},
"overrides": {
"shape": "S6b"
"shape": "S6c"
},
"placementConstraints": {
"shape": "S1d"
Expand All @@ -1067,10 +1070,10 @@
"type": "structure",
"members": {
"tasks": {
"shape": "S5x"
"shape": "S5y"
},
"failures": {
"shape": "S54"
"shape": "S55"
}
}
}
Expand Down Expand Up @@ -1098,7 +1101,7 @@
"shape": "S1j"
},
"overrides": {
"shape": "S6b"
"shape": "S6c"
},
"propagateTags": {},
"referenceId": {},
Expand All @@ -1113,10 +1116,10 @@
"type": "structure",
"members": {
"tasks": {
"shape": "S5x"
"shape": "S5y"
},
"failures": {
"shape": "S54"
"shape": "S55"
}
}
}
Expand All @@ -1137,7 +1140,7 @@
"type": "structure",
"members": {
"task": {
"shape": "S5y"
"shape": "S5z"
}
}
}
Expand All @@ -1151,7 +1154,7 @@
"members": {
"cluster": {},
"attachments": {
"shape": "S7w"
"shape": "S7x"
}
}
},
Expand All @@ -1176,7 +1179,7 @@
},
"reason": {},
"networkBindings": {
"shape": "S62"
"shape": "S63"
}
}
},
Expand Down Expand Up @@ -1207,15 +1210,15 @@
"type": "integer"
},
"networkBindings": {
"shape": "S62"
"shape": "S63"
},
"reason": {},
"status": {}
}
}
},
"attachments": {
"shape": "S7w"
"shape": "S7x"
},
"managedAgents": {
"type": "list",
Expand Down Expand Up @@ -1407,10 +1410,10 @@
"type": "structure",
"members": {
"containerInstances": {
"shape": "S5f"
"shape": "S5g"
},
"failures": {
"shape": "S54"
"shape": "S55"
}
}
}
Expand Down Expand Up @@ -2140,7 +2143,10 @@
"deregisteredAt": {
"type": "timestamp"
},
"registeredBy": {}
"registeredBy": {},
"ephemeralStorage": {
"shape": "S4z"
}
}
},
"S2z": {
Expand Down Expand Up @@ -2621,7 +2627,18 @@
}
}
},
"S54": {
"S4z": {
"type": "structure",
"required": [
"sizeInGiB"
],
"members": {
"sizeInGiB": {
"type": "integer"
}
}
},
"S55": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -2632,19 +2649,19 @@
}
}
},
"S5f": {
"S5g": {
"type": "list",
"member": {
"shape": "S2q"
}
},
"S5x": {
"S5y": {
"type": "list",
"member": {
"shape": "S5y"
"shape": "S5z"
}
},
"S5y": {
"S5z": {
"type": "structure",
"members": {
"attachments": {
Expand Down Expand Up @@ -2678,7 +2695,7 @@
},
"reason": {},
"networkBindings": {
"shape": "S62"
"shape": "S63"
},
"networkInterfaces": {
"type": "list",
Expand Down Expand Up @@ -2736,7 +2753,7 @@
"launchType": {},
"memory": {},
"overrides": {
"shape": "S6b"
"shape": "S6c"
},
"platformVersion": {},
"pullStartedAt": {
Expand Down Expand Up @@ -2764,10 +2781,13 @@
"taskDefinitionArn": {},
"version": {
"type": "long"
},
"ephemeralStorage": {
"shape": "S4z"
}
}
},
"S62": {
"S63": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -2783,7 +2803,7 @@
}
}
},
"S6b": {
"S6c": {
"type": "structure",
"members": {
"containerOverrides": {
Expand Down Expand Up @@ -2829,10 +2849,13 @@
},
"executionRoleArn": {},
"memory": {},
"taskRoleArn": {}
"taskRoleArn": {},
"ephemeralStorage": {
"shape": "S4z"
}
}
},
"S7w": {
"S7x": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit b0d9c99

Please sign in to comment.