Skip to content

Commit

Permalink
Updates SDK to v2.401.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 11, 2019
1 parent 164ac21 commit ea6a533
Show file tree
Hide file tree
Showing 18 changed files with 390 additions and 147 deletions.
17 changes: 17 additions & 0 deletions .changes/2.401.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "This update enables customers to find the start time, max expiration time, and connection status associated with AppStream streaming session."
},
{
"type": "feature",
"category": "CodeBuild",
"description": "Add customized webhook filter support"
},
{
"type": "feature",
"category": "MediaPackage",
"description": "Adds optional configuration for DASH to compact the manifest by combining duplicate SegmentTemplate tags. Adds optional configuration for DASH SegmentTemplate format to refer to segments by \"Number\" (default) or by \"Time\"."
}
]
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.400.0-->
<!--LATEST=2.401.0-->
<!--ENTRYINSERT-->

## 2.401.0
* feature: AppStream: This update enables customers to find the start time, max expiration time, and connection status associated with AppStream streaming session.
* feature: CodeBuild: Add customized webhook filter support
* feature: MediaPackage: Adds optional configuration for DASH to compact the manifest by combining duplicate SegmentTemplate tags. Adds optional configuration for DASH SegmentTemplate format to refer to segments by "Number" (default) or by "Time".

## 2.400.0
* feature: DLM: This release is to correct the timestamp format to ISO8601 for the DateCreated and DateModified files in the GetLifecyclePolicy response object.
* feature: ECS: Amazon ECS introduces the PutAccountSettingDefault API, an API that allows a user to set the default ARN/ID format opt-in status for all the roles and users in the account. Previously, setting the account's default opt-in status required the use of the root user with the PutAccountSetting API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.400.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.401.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
7 changes: 7 additions & 0 deletions apis/appstream-2016-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
"StackName": {},
"FleetName": {},
"State": {},
"ConnectionState": {},
"StartTime": {
"type": "timestamp"
},
"MaxExpirationTime": {
"type": "timestamp"
},
"AuthenticationType": {},
"NetworkAccessConfiguration": {
"type": "structure",
Expand Down
56 changes: 37 additions & 19 deletions apis/appstream-2016-12-01.normal.json

Large diffs are not rendered by default.

41 changes: 35 additions & 6 deletions apis/codebuild-2016-10-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"type": "boolean"
},
"logsConfig": {
"shape": "S1z"
"shape": "S23"
}
}
},
Expand All @@ -167,7 +167,10 @@
],
"members": {
"projectName": {},
"branchFilter": {}
"branchFilter": {},
"filterGroups": {
"shape": "S1y"
}
}
},
"output": {
Expand Down Expand Up @@ -448,7 +451,7 @@
},
"idempotencyToken": {},
"logsConfigOverride": {
"shape": "S1z"
"shape": "S23"
},
"registryCredentialOverride": {
"shape": "S13"
Expand Down Expand Up @@ -529,7 +532,7 @@
"type": "boolean"
},
"logsConfig": {
"shape": "S1z"
"shape": "S23"
}
}
},
Expand All @@ -551,6 +554,9 @@
"members": {
"projectName": {},
"branchFilter": {},
"filterGroups": {
"shape": "S1y"
},
"rotateSecret": {
"type": "boolean"
}
Expand Down Expand Up @@ -904,7 +910,7 @@
}
},
"logsConfig": {
"shape": "S1z"
"shape": "S23"
}
}
},
Expand Down Expand Up @@ -952,12 +958,35 @@
"payloadUrl": {},
"secret": {},
"branchFilter": {},
"filterGroups": {
"shape": "S1y"
},
"lastModifiedSecret": {
"type": "timestamp"
}
}
},
"S1z": {
"S1y": {
"type": "list",
"member": {
"type": "list",
"member": {
"type": "structure",
"required": [
"type",
"pattern"
],
"members": {
"type": {},
"pattern": {},
"excludeMatchedPattern": {
"type": "boolean"
}
}
}
}
},
"S23": {
"type": "structure",
"members": {
"cloudWatchLogs": {
Expand Down
Loading

0 comments on commit ea6a533

Please sign in to comment.