Skip to content

Commit

Permalink
Updates SDK to v2.907.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 14, 2021
1 parent 1a54a09 commit 863d8cd
Show file tree
Hide file tree
Showing 27 changed files with 1,409 additions and 374 deletions.
27 changes: 27 additions & 0 deletions .changes/2.907.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CloudWatchEvents",
"description": "Update InputTransformer variable limit from 10 to 100 variables."
},
{
"type": "feature",
"category": "ES",
"description": "Adds support for cold storage."
},
{
"type": "feature",
"category": "EventBridge",
"description": "Update InputTransformer variable limit from 10 to 100 variables."
},
{
"type": "feature",
"category": "Macie2",
"description": "This release of the Amazon Macie API adds support for defining run-time, S3 bucket criteria for classification jobs. It also adds resources for querying data about AWS resources that Macie monitors."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Transcribe Medical now supports identification of PHI entities within transcripts"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.906.0-->
<!--LATEST=2.907.0-->
<!--ENTRYINSERT-->

## 2.907.0
* feature: CloudWatchEvents: Update InputTransformer variable limit from 10 to 100 variables.
* feature: ES: Adds support for cold storage.
* feature: EventBridge: Update InputTransformer variable limit from 10 to 100 variables.
* feature: Macie2: This release of the Amazon Macie API adds support for defining run-time, S3 bucket criteria for classification jobs. It also adds resources for querying data about AWS resources that Macie monitors.
* feature: TranscribeService: Transcribe Medical now supports identification of PHI entities within transcripts

## 2.906.0
* feature: EC2: High Memory virtual instances are powered by Intel Sky Lake CPUs and offer up to 12TB of memory.

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.906.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.907.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
14 changes: 7 additions & 7 deletions apis/detective-2018-10-26.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
"members": {
"Tags": {
"shape": "TagMap",
"documentation": "<p>The tags to assign to the new behavior graph. For each tag, you provide the tag key and the tag value.</p>"
"documentation": "<p>The tags to assign to the new behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.</p>"
}
}
},
Expand Down Expand Up @@ -489,7 +489,7 @@
},
"Accounts": {
"shape": "AccountList",
"documentation": "<p>The list of AWS accounts to invite to become member accounts in the behavior graph. For each invited account, the account list contains the account identifier and the AWS account root user email address.</p>"
"documentation": "<p>The list of AWS accounts to invite to become member accounts in the behavior graph. You can invite up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the AWS account root user email address.</p>"
}
}
},
Expand Down Expand Up @@ -531,7 +531,7 @@
},
"AccountIds": {
"shape": "AccountIdList",
"documentation": "<p>The list of AWS account identifiers for the member accounts to delete from the behavior graph.</p>"
"documentation": "<p>The list of AWS account identifiers for the member accounts to delete from the behavior graph. You can delete up to 50 member accounts at a time.</p>"
}
}
},
Expand Down Expand Up @@ -584,7 +584,7 @@
},
"AccountIds": {
"shape": "AccountIdList",
"documentation": "<p>The list of AWS account identifiers for the member account for which to return member details.</p> <p>You cannot use <code>GetMembers</code> to retrieve information about member accounts that were removed from the behavior graph.</p>"
"documentation": "<p>The list of AWS account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.</p> <p>You cannot use <code>GetMembers</code> to retrieve information about member accounts that were removed from the behavior graph.</p>"
}
}
},
Expand Down Expand Up @@ -729,7 +729,7 @@
"members": {
"Tags": {
"shape": "TagMap",
"documentation": "<p>The tag values that are assigned to the behavior graph.</p>"
"documentation": "<p>The tag values that are assigned to the behavior graph. The request returns up to 50 tag values.</p>"
}
}
},
Expand Down Expand Up @@ -903,7 +903,7 @@
},
"Tags": {
"shape": "TagMap",
"documentation": "<p>The tag values to assign to the behavior graph.</p>"
"documentation": "<p>The tags to assign to the behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.</p>"
}
}
},
Expand Down Expand Up @@ -957,7 +957,7 @@
},
"TagKeys": {
"shape": "TagKeyList",
"documentation": "<p>The tag keys of the tags to remove from the behavior graph.</p>",
"documentation": "<p>The tag keys of the tags to remove from the behavior graph. You can remove up to 50 tags at a time.</p>",
"location": "querystring",
"locationName": "tagKeys"
}
Expand Down
Loading

0 comments on commit 863d8cd

Please sign in to comment.