Skip to content

Commit

Permalink
Updates SDK to v2.783.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 30, 2020
1 parent b8c3a5c commit 18cb7e5
Show file tree
Hide file tree
Showing 30 changed files with 1,136 additions and 447 deletions.
37 changes: 37 additions & 0 deletions .changes/2.783.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "bugfix",
"category": "Types",
"description": "Fix type of AWSError"
},
{
"type": "bugfix",
"category": "Types",
"description": "Update types for credential provider chain"
},
{
"type": "feature",
"category": "Braket",
"description": "This release supports tagging for Amazon Braket quantum-task resources. It also supports tag-based access control for quantum-task APIs."
},
{
"type": "feature",
"category": "DMS",
"description": "Adding DocDbSettings to support DocumentDB as a source."
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "This feature increases the number of accounts that can be added to the Launch permissions within an Image Builder Distribution configuration."
},
{
"type": "feature",
"category": "Macie2",
"description": "This release of the Amazon Macie API adds an eqExactMatch operator for filtering findings. With this operator you can increase the precision of your finding filters and suppression rules."
},
{
"type": "feature",
"category": "MediaLive",
"description": "Support for HLS discontinuity tags in the child manifests. Support for incomplete segment behavior in the media output. Support for automatic input failover condition settings."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Types-3007af51.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Types-7306bc23.json

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.782.0-->
<!--LATEST=2.783.0-->
<!--ENTRYINSERT-->

## 2.783.0
* bugfix: Types: Fix type of AWSError
* bugfix: Types: Update types for credential provider chain
* feature: Braket: This release supports tagging for Amazon Braket quantum-task resources. It also supports tag-based access control for quantum-task APIs.
* feature: DMS: Adding DocDbSettings to support DocumentDB as a source.
* feature: Imagebuilder: This feature increases the number of accounts that can be added to the Launch permissions within an Image Builder Distribution configuration.
* feature: Macie2: This release of the Amazon Macie API adds an eqExactMatch operator for filtering findings. With this operator you can increase the precision of your finding filters and suppression rules.
* feature: MediaLive: Support for HLS discontinuity tags in the child manifests. Support for incomplete segment behavior in the media output. Support for automatic input failover condition settings.

## 2.782.0
* feature: APIGateway: Support disabling the default execute-api endpoint for REST APIs.
* feature: CodeArtifact: Add support for tagging of CodeArtifact domain and repository resources.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.782.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.783.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
112 changes: 105 additions & 7 deletions apis/braket-2019-09-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"outputS3KeyPrefix": {},
"shots": {
"type": "long"
},
"tags": {
"shape": "Sd"
}
}
},
Expand Down Expand Up @@ -162,14 +165,14 @@
],
"members": {
"createdAt": {
"shape": "Sl"
"shape": "Sm"
},
"deviceArn": {},
"deviceParameters": {
"jsonvalue": true
},
"endedAt": {
"shape": "Sl"
"shape": "Sm"
},
"failureReason": {},
"outputS3Bucket": {},
Expand All @@ -178,7 +181,37 @@
"shots": {
"type": "long"
},
"status": {}
"status": {},
"tags": {
"shape": "Sd"
}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
"requestUri": "/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"resourceArn"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
}
}
},
"output": {
"type": "structure",
"members": {
"tags": {
"shape": "Sd"
}
}
}
},
Expand Down Expand Up @@ -304,28 +337,93 @@
],
"members": {
"createdAt": {
"shape": "Sl"
"shape": "Sm"
},
"deviceArn": {},
"endedAt": {
"shape": "Sl"
"shape": "Sm"
},
"outputS3Bucket": {},
"outputS3Directory": {},
"quantumTaskArn": {},
"shots": {
"type": "long"
},
"status": {}
"status": {},
"tags": {
"shape": "Sd"
}
}
}
}
}
}
},
"TagResource": {
"http": {
"requestUri": "/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tags"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tags": {
"shape": "Sd"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"http": {
"method": "DELETE",
"requestUri": "/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tagKeys"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tagKeys": {
"location": "querystring",
"locationName": "tagKeys",
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
}
},
"shapes": {
"Sl": {
"Sd": {
"type": "map",
"key": {},
"value": {}
},
"Sm": {
"type": "timestamp",
"timestampFormat": "iso8601"
}
Expand Down
Loading

0 comments on commit 18cb7e5

Please sign in to comment.