Skip to content

Commit

Permalink
Updates SDK to v2.903.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 7, 2021
1 parent 4d20e3a commit fabf2e1
Show file tree
Hide file tree
Showing 18 changed files with 1,955 additions and 226 deletions.
22 changes: 22 additions & 0 deletions .changes/2.903.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "changelog",
"description": "switch replaceAll with replace in change-creator"
},
{
"type": "feature",
"category": "Connect",
"description": "Adds tagging support for Connect APIs CreateIntegrationAssociation and CreateUseCase."
},
{
"type": "feature",
"category": "LakeFormation",
"description": "This release adds Tag Based Access Control to AWS Lake Formation service"
},
{
"type": "feature",
"category": "LookoutMetrics",
"description": "Enforcing UUID style for parameters that are already in UUID format today. Documentation specifying eventual consistency of lookoutmetrics resources."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-changelog-e6277489.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.902.0-->
<!--LATEST=2.903.0-->
<!--ENTRYINSERT-->

## 2.903.0
* bugfix: changelog: switch replaceAll with replace in change-creator
* feature: Connect: Adds tagging support for Connect APIs CreateIntegrationAssociation and CreateUseCase.
* feature: LakeFormation: This release adds Tag Based Access Control to AWS Lake Formation service
* feature: LookoutMetrics: Enforcing UUID style for parameters that are already in UUID format today. Documentation specifying eventual consistency of lookoutmetrics resources.

## 2.902.0
* bugfix: EndpointCache: Only delete endpoint which has expired in EndpointCache
* feature: Kafka: IAM Access Control for Amazon MSK enables you to create clusters that use IAM to authenticate clients and to allow or deny Apache Kafka actions for those clients.
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.902.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.903.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
10 changes: 8 additions & 2 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,10 @@
"IntegrationArn": {},
"SourceApplicationUrl": {},
"SourceApplicationName": {},
"SourceType": {}
"SourceType": {},
"Tags": {
"shape": "S1b"
}
}
},
"output": {
Expand Down Expand Up @@ -427,7 +430,10 @@
"location": "uri",
"locationName": "IntegrationAssociationId"
},
"UseCaseType": {}
"UseCaseType": {},
"Tags": {
"shape": "S1b"
}
}
},
"output": {
Expand Down
40 changes: 24 additions & 16 deletions apis/connect-2017-08-08.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit fabf2e1

Please sign in to comment.