Skip to content

Commit

Permalink
Release v1.44.332 (2023-08-25) (#4965)
Browse files Browse the repository at this point in the history
Release v1.44.332 (2023-08-25)
===

### Service Client Updates
* `service/cloudtrail`: Updates service API and documentation
  * Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources.
* `service/detective`: Updates service API
* `service/monitoring`: Updates service documentation
  * Doc-only update to get doc bug fixes into the SDK docs
  • Loading branch information
aws-sdk-go-automation authored Aug 25, 2023
1 parent 13d0547 commit 1feb05b
Show file tree
Hide file tree
Showing 12 changed files with 173 additions and 15 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.44.332 (2023-08-25)
===

### Service Client Updates
* `service/cloudtrail`: Updates service API and documentation
* Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources.
* `service/detective`: Updates service API
* `service/monitoring`: Updates service documentation
* Doc-only update to get doc bug fixes into the SDK docs

Release v1.44.331 (2023-08-24)
===

Expand Down
15 changes: 15 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.331"
const SDKVersion = "1.44.332"
20 changes: 17 additions & 3 deletions models/apis/cloudtrail/2013-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
{"shape":"OrganizationNotInAllFeaturesModeException"},
{"shape":"NoManagementAccountSLRExistsException"},
{"shape":"CloudTrailInvalidClientTokenIdException"},
{"shape":"ConflictException"}
{"shape":"ConflictException"},
{"shape":"ThrottlingException"}
],
"idempotent":true
},
Expand Down Expand Up @@ -227,6 +228,7 @@
{"shape":"InvalidTrailNameException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"InvalidHomeRegionException"},
{"shape":"UnsupportedOperationException"},
{"shape":"OperationNotPermittedException"},
Expand Down Expand Up @@ -377,7 +379,8 @@
{"shape":"UnsupportedOperationException"},
{"shape":"OperationNotPermittedException"},
{"shape":"InsightNotEnabledException"},
{"shape":"NoManagementAccountSLRExistsException"}
{"shape":"NoManagementAccountSLRExistsException"},
{"shape":"ThrottlingException"}
],
"idempotent":true
},
Expand Down Expand Up @@ -630,6 +633,7 @@
{"shape":"InvalidHomeRegionException"},
{"shape":"InvalidEventSelectorsException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"UnsupportedOperationException"},
{"shape":"OperationNotPermittedException"},
{"shape":"NotOrganizationMasterAccountException"},
Expand Down Expand Up @@ -659,7 +663,8 @@
{"shape":"UnsupportedOperationException"},
{"shape":"OperationNotPermittedException"},
{"shape":"NotOrganizationMasterAccountException"},
{"shape":"NoManagementAccountSLRExistsException"}
{"shape":"NoManagementAccountSLRExistsException"},
{"shape":"ThrottlingException"}
],
"idempotent":true
},
Expand Down Expand Up @@ -813,6 +818,7 @@
"errors":[
{"shape":"CloudTrailARNInvalidException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"InvalidHomeRegionException"},
Expand Down Expand Up @@ -899,6 +905,7 @@
{"shape":"InvalidTrailNameException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"InvalidHomeRegionException"},
{"shape":"UnsupportedOperationException"},
{"shape":"OperationNotPermittedException"},
Expand Down Expand Up @@ -984,6 +991,7 @@
{"shape":"InvalidEventSelectorsException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"InvalidParameterCombinationException"},
{"shape":"InvalidHomeRegionException"},
{"shape":"KmsKeyNotFoundException"},
Expand Down Expand Up @@ -2855,6 +2863,12 @@
"max":200
},
"TerminationProtectionEnabled":{"type":"boolean"},
"ThrottlingException":{
"type":"structure",
"members":{
},
"exception":true
},
"Trail":{
"type":"structure",
"members":{
Expand Down
5 changes: 5 additions & 0 deletions models/apis/cloudtrail/2013-11-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,11 @@
"UpdateEventDataStoreResponse$TerminationProtectionEnabled": "<p>Indicates whether termination protection is enabled for the event data store.</p>"
}
},
"ThrottlingException": {
"base": "<p> This exception is thrown when the request rate exceeds the limit. </p>",
"refs": {
}
},
"Trail": {
"base": "<p>The settings for a trail.</p>",
"refs": {
Expand Down
6 changes: 4 additions & 2 deletions models/apis/detective/2018-10-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,12 +613,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 models/apis/monitoring/2010-08-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,16 @@
"GetMetricStreamOutput$FirehoseArn": "<p>The ARN of the Amazon Kinesis Data Firehose delivery stream that is used by this metric stream.</p>",
"GetMetricStreamOutput$RoleArn": "<p>The ARN of the IAM role that is used by this metric stream.</p>",
"ListManagedInsightRulesInput$ResourceARN": "<p> The ARN of an Amazon Web Services resource that has managed Contributor Insights rules. </p>",
"ListTagsForResourceInput$ResourceARN": "<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>",
"ListTagsForResourceInput$ResourceARN": "<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>",
"ManagedRule$ResourceARN": "<p> The ARN of an Amazon Web Services resource that has managed Contributor Insights rules. </p>",
"ManagedRuleDescription$ResourceARN": "<p> If a managed rule is enabled, this is the ARN for the related Amazon Web Services resource. </p>",
"MetricStreamEntry$Arn": "<p>The ARN of the metric stream.</p>",
"MetricStreamEntry$FirehoseArn": "<p>The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.</p>",
"PutMetricStreamInput$FirehoseArn": "<p>The ARN of the Amazon Kinesis Data Firehose delivery stream to use for this metric stream. This Amazon Kinesis Data Firehose delivery stream must already exist and must be in the same account as the metric stream.</p>",
"PutMetricStreamInput$RoleArn": "<p>The ARN of an IAM role that this metric stream will use to access Amazon Kinesis Data Firehose resources. This IAM role must already exist and must be in the same account as the metric stream. This IAM role must include the following permissions:</p> <ul> <li> <p>firehose:PutRecord</p> </li> <li> <p>firehose:PutRecordBatch</p> </li> </ul>",
"PutMetricStreamOutput$Arn": "<p>The ARN of the metric stream.</p>",
"TagResourceInput$ResourceARN": "<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>",
"UntagResourceInput$ResourceARN": "<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>"
"TagResourceInput$ResourceARN": "<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>",
"UntagResourceInput$ResourceARN": "<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>"
}
},
"AnomalyDetector": {
Expand Down
5 changes: 5 additions & 0 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -6220,6 +6220,7 @@
"deprecated" : true,
"hostname" : "email-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -7180,6 +7181,7 @@
"deprecated" : true,
"hostname" : "fsx-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"prod-ca-central-1" : {
Expand Down Expand Up @@ -7685,6 +7687,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
Expand Down Expand Up @@ -14139,6 +14142,7 @@
"fips-us-west-2" : {
"deprecated" : true
},
"il-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -14941,6 +14945,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
Expand Down
88 changes: 88 additions & 0 deletions service/cloudtrail/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1feb05b

Please sign in to comment.