Skip to content

Commit

Permalink
Updates SDK to v2.1445.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 25, 2023
1 parent 40adae0 commit 6295de3
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 23 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1445.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CloudTrail",
"description": "Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources."
},
{
"type": "feature",
"category": "Detective",
"description": "Added protections to interacting with fields containing customer information."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1444.0-->
<!--LATEST=2.1445.0-->
<!--ENTRYINSERT-->

## 2.1445.0
* feature: CloudTrail: Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources.
* feature: Detective: Added protections to interacting with fields containing customer information.

## 2.1444.0
* feature: EC2: Amazon EC2 M7a instances, powered by 4th generation AMD EPYC processors, deliver up to 50% higher performance compared to M6a instances. Amazon EC2 Hpc7a instances, powered by 4th Gen AMD EPYC processors, deliver up to 2.5x better performance compared to Amazon EC2 Hpc6a instances.
* feature: Glue: Added API attributes that help in the monitoring of sessions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1444.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1445.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
24 changes: 24 additions & 0 deletions apis/cloudtrail-2013-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@
},
{
"shape": "ConflictException"
},
{
"shape": "ThrottlingException"
}
],
"documentation": "<p>Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket. </p>",
Expand Down Expand Up @@ -497,6 +500,9 @@
{
"shape": "ConflictException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "InvalidHomeRegionException"
},
Expand Down Expand Up @@ -799,6 +805,9 @@
},
{
"shape": "NoManagementAccountSLRExistsException"
},
{
"shape": "ThrottlingException"
}
],
"documentation": "<p>Describes the settings for the Insights event selectors that you configured for your trail. <code>GetInsightSelectors</code> shows if CloudTrail Insights event logging is enabled on the trail, and if it is, which insight types are enabled. If you run <code>GetInsightSelectors</code> on a trail that does not have Insights events enabled, the operation throws the exception <code>InsightNotEnabledException</code> </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html\">Logging CloudTrail Insights Events for Trails </a> in the <i>CloudTrail User Guide</i>.</p>",
Expand Down Expand Up @@ -1292,6 +1301,9 @@
{
"shape": "ConflictException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "UnsupportedOperationException"
},
Expand Down Expand Up @@ -1362,6 +1374,9 @@
},
{
"shape": "NoManagementAccountSLRExistsException"
},
{
"shape": "ThrottlingException"
}
],
"documentation": "<p>Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail. You also use <code>PutInsightSelectors</code> to turn off Insights event logging, by passing an empty list of insight types. The valid Insights event types in this release are <code>ApiErrorRateInsight</code> and <code>ApiCallRateInsight</code>.</p> <p>To log CloudTrail Insights events on API call volume, the trail must log <code>write</code> management events. To log CloudTrail Insights events on API error rate, the trail must log <code>read</code> or <code>write</code> management events. You can call <code>GetEventSelectors</code> on a trail to check whether the trail logs management events.</p>",
Expand Down Expand Up @@ -1695,6 +1710,9 @@
{
"shape": "ConflictException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "TrailNotFoundException"
},
Expand Down Expand Up @@ -1881,6 +1899,9 @@
{
"shape": "ConflictException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "InvalidHomeRegionException"
},
Expand Down Expand Up @@ -2079,6 +2100,9 @@
{
"shape": "ConflictException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "InvalidParameterCombinationException"
},
Expand Down
17 changes: 14 additions & 3 deletions apis/detective-2018-10-26.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@
],
"members": {
"GraphArn": {},
"Message": {},
"Message": {
"type": "string",
"sensitive": true
},
"DisableEmailNotification": {
"type": "boolean"
},
Expand All @@ -137,7 +140,9 @@
],
"members": {
"AccountId": {},
"EmailAddress": {}
"EmailAddress": {
"shape": "Sx"
}
}
}
}
Expand Down Expand Up @@ -633,13 +638,19 @@
"key": {},
"value": {}
},
"Sx": {
"type": "string",
"sensitive": true
},
"Sz": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AccountId": {},
"EmailAddress": {},
"EmailAddress": {
"shape": "Sx"
},
"GraphArn": {},
"MasterId": {
"deprecated": true,
Expand Down
6 changes: 4 additions & 2 deletions apis/detective-2018-10-26.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,12 +1036,14 @@
"type": "string",
"max": 64,
"min": 1,
"pattern": "^.+@(?:(?:(?!-)[A-Za-z0-9-]{1,62})?[A-Za-z0-9]{1}\\.)+[A-Za-z]{2,63}$"
"pattern": "^.+@(?:(?:(?!-)[A-Za-z0-9-]{1,62})?[A-Za-z0-9]{1}\\.)+[A-Za-z]{2,63}$",
"sensitive": true
},
"EmailMessage": {
"type": "string",
"max": 1000,
"min": 1
"min": 1,
"sensitive": true
},
"EnableOrganizationAdminAccountRequest": {
"type": "structure",
Expand Down
6 changes: 3 additions & 3 deletions apis/monitoring-2010-08-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2618,7 +2618,7 @@
"members": {
"ResourceARN": {
"shape": "AmazonResourceName",
"documentation": "<p>The ARN of the CloudWatch resource that you want to view tags for.</p> <p>The ARN format of an alarm is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:alarm:<i>alarm-name</i> </code> </p> <p>The ARN format of a Contributor Insights rule is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule:<i>insight-rule-name</i> </code> </p> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies\"> Resource Types Defined by Amazon CloudWatch</a> in the <i>Amazon Web Services General Reference</i>.</p>"
"documentation": "<p>The ARN of the CloudWatch resource that you want to view tags for.</p> <p>The ARN format of an alarm is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:alarm:<i>alarm-name</i> </code> </p> <p>The ARN format of a Contributor Insights rule is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule/<i>insight-rule-name</i> </code> </p> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies\"> Resource Types Defined by Amazon CloudWatch</a> in the <i>Amazon Web Services General Reference</i>.</p>"
}
}
},
Expand Down Expand Up @@ -3945,7 +3945,7 @@
"members": {
"ResourceARN": {
"shape": "AmazonResourceName",
"documentation": "<p>The ARN of the CloudWatch resource that you're adding tags to.</p> <p>The ARN format of an alarm is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:alarm:<i>alarm-name</i> </code> </p> <p>The ARN format of a Contributor Insights rule is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule:<i>insight-rule-name</i> </code> </p> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies\"> Resource Types Defined by Amazon CloudWatch</a> in the <i>Amazon Web Services General Reference</i>.</p>"
"documentation": "<p>The ARN of the CloudWatch resource that you're adding tags to.</p> <p>The ARN format of an alarm is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:alarm:<i>alarm-name</i> </code> </p> <p>The ARN format of a Contributor Insights rule is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule/<i>insight-rule-name</i> </code> </p> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies\"> Resource Types Defined by Amazon CloudWatch</a> in the <i>Amazon Web Services General Reference</i>.</p>"
},
"Tags": {
"shape": "TagList",
Expand Down Expand Up @@ -3994,7 +3994,7 @@
"members": {
"ResourceARN": {
"shape": "AmazonResourceName",
"documentation": "<p>The ARN of the CloudWatch resource that you're removing tags from.</p> <p>The ARN format of an alarm is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:alarm:<i>alarm-name</i> </code> </p> <p>The ARN format of a Contributor Insights rule is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule:<i>insight-rule-name</i> </code> </p> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies\"> Resource Types Defined by Amazon CloudWatch</a> in the <i>Amazon Web Services General Reference</i>.</p>"
"documentation": "<p>The ARN of the CloudWatch resource that you're removing tags from.</p> <p>The ARN format of an alarm is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:alarm:<i>alarm-name</i> </code> </p> <p>The ARN format of a Contributor Insights rule is <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule/<i>insight-rule-name</i> </code> </p> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies\"> Resource Types Defined by Amazon CloudWatch</a> in the <i>Amazon Web Services General Reference</i>.</p>"
},
"TagKeys": {
"shape": "TagKeyList",
Expand Down
6 changes: 3 additions & 3 deletions clients/cloudwatch.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@ declare namespace CloudWatch {
}
export interface ListTagsForResourceInput {
/**
* The ARN of the CloudWatch resource that you want to view tags for. The ARN format of an alarm is arn:aws:cloudwatch:Region:account-id:alarm:alarm-name The ARN format of a Contributor Insights rule is arn:aws:cloudwatch:Region:account-id:insight-rule:insight-rule-name For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference.
* The ARN of the CloudWatch resource that you want to view tags for. The ARN format of an alarm is arn:aws:cloudwatch:Region:account-id:alarm:alarm-name The ARN format of a Contributor Insights rule is arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference.
*/
ResourceARN: AmazonResourceName;
}
Expand Down Expand Up @@ -2171,7 +2171,7 @@ declare namespace CloudWatch {
export type TagList = Tag[];
export interface TagResourceInput {
/**
* The ARN of the CloudWatch resource that you're adding tags to. The ARN format of an alarm is arn:aws:cloudwatch:Region:account-id:alarm:alarm-name The ARN format of a Contributor Insights rule is arn:aws:cloudwatch:Region:account-id:insight-rule:insight-rule-name For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference.
* The ARN of the CloudWatch resource that you're adding tags to. The ARN format of an alarm is arn:aws:cloudwatch:Region:account-id:alarm:alarm-name The ARN format of a Contributor Insights rule is arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference.
*/
ResourceARN: AmazonResourceName;
/**
Expand All @@ -2189,7 +2189,7 @@ declare namespace CloudWatch {
export type TreatMissingData = string;
export interface UntagResourceInput {
/**
* The ARN of the CloudWatch resource that you're removing tags from. The ARN format of an alarm is arn:aws:cloudwatch:Region:account-id:alarm:alarm-name The ARN format of a Contributor Insights rule is arn:aws:cloudwatch:Region:account-id:insight-rule:insight-rule-name For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference.
* The ARN of the CloudWatch resource that you're removing tags from. The ARN format of an alarm is arn:aws:cloudwatch:Region:account-id:alarm:alarm-name The ARN format of a Contributor Insights rule is arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference.
*/
ResourceARN: AmazonResourceName;
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/aws-sdk-core-react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @constant
*/
VERSION: '2.1444.0',
VERSION: '2.1445.0',

/**
* @api private
Expand Down
Loading

0 comments on commit 6295de3

Please sign in to comment.