Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.159 #4661

Merged
merged 1 commit into from Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.44.159 (2022-12-13)
===

### Service Client Updates
* `service/cloudtrail`: Updates service API and documentation
* Merging mainline branch for service model into mainline release branch. There are no new APIs.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy.

Release v1.44.158 (2022-12-12)
===

Expand Down
6 changes: 6 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.158"
const SDKVersion = "1.44.159"
21 changes: 20 additions & 1 deletion models/apis/cloudtrail/2013-11-01/api-2.json
Expand Up @@ -71,6 +71,7 @@
"errors":[
{"shape":"EventDataStoreAlreadyExistsException"},
{"shape":"EventDataStoreMaxLimitExceededException"},
{"shape":"InvalidEventSelectorsException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidTagParameterException"},
{"shape":"OperationNotPermittedException"},
Expand Down Expand Up @@ -109,6 +110,7 @@
{"shape":"InvalidKmsKeyIdException"},
{"shape":"InvalidTrailNameException"},
{"shape":"TrailNotProvidedException"},
{"shape":"TagsLimitExceededException"},
{"shape":"InvalidParameterCombinationException"},
{"shape":"KmsKeyNotFoundException"},
{"shape":"KmsKeyDisabledException"},
Expand Down Expand Up @@ -143,6 +145,7 @@
{"shape":"EventDataStoreNotFoundException"},
{"shape":"EventDataStoreTerminationProtectedException"},
{"shape":"EventDataStoreHasOngoingImportException"},
{"shape":"InactiveEventDataStoreException"},
{"shape":"InvalidParameterException"},
{"shape":"OperationNotPermittedException"},
{"shape":"UnsupportedOperationException"},
Expand All @@ -162,6 +165,7 @@
"errors":[
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"InvalidHomeRegionException"},
{"shape":"UnsupportedOperationException"},
{"shape":"OperationNotPermittedException"},
Expand Down Expand Up @@ -275,6 +279,7 @@
"errors":[
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"UnsupportedOperationException"},
{"shape":"OperationNotPermittedException"},
{"shape":"NoManagementAccountSLRExistsException"}
Expand Down Expand Up @@ -307,6 +312,7 @@
"errors":[
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"UnsupportedOperationException"},
{"shape":"OperationNotPermittedException"},
{"shape":"InsightNotEnabledException"},
Expand Down Expand Up @@ -345,6 +351,7 @@
"input":{"shape":"GetTrailRequest"},
"output":{"shape":"GetTrailResponse"},
"errors":[
{"shape":"CloudTrailARNInvalidException"},
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"UnsupportedOperationException"},
Expand All @@ -361,6 +368,7 @@
"input":{"shape":"GetTrailStatusRequest"},
"output":{"shape":"GetTrailStatusResponse"},
"errors":[
{"shape":"CloudTrailARNInvalidException"},
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"UnsupportedOperationException"},
Expand Down Expand Up @@ -537,6 +545,7 @@
"errors":[
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"InvalidHomeRegionException"},
{"shape":"InvalidEventSelectorsException"},
{"shape":"UnsupportedOperationException"},
Expand All @@ -558,6 +567,7 @@
"errors":[
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"InvalidHomeRegionException"},
{"shape":"InvalidInsightSelectorsException"},
{"shape":"InsufficientS3BucketPolicyException"},
Expand Down Expand Up @@ -675,6 +685,7 @@
"input":{"shape":"StartLoggingRequest"},
"output":{"shape":"StartLoggingResponse"},
"errors":[
{"shape":"CloudTrailARNInvalidException"},
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"InvalidHomeRegionException"},
Expand Down Expand Up @@ -738,6 +749,7 @@
"errors":[
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"InvalidHomeRegionException"},
{"shape":"UnsupportedOperationException"},
{"shape":"OperationNotPermittedException"},
Expand All @@ -758,6 +770,7 @@
"errors":[
{"shape":"EventDataStoreARNInvalidException"},
{"shape":"EventDataStoreNotFoundException"},
{"shape":"InvalidEventSelectorsException"},
{"shape":"EventDataStoreHasOngoingImportException"},
{"shape":"InactiveEventDataStoreException"},
{"shape":"InvalidParameterException"},
Expand Down Expand Up @@ -797,6 +810,7 @@
{"shape":"InvalidTrailNameException"},
{"shape":"TrailNotProvidedException"},
{"shape":"InvalidEventSelectorsException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"InvalidParameterCombinationException"},
{"shape":"InvalidHomeRegionException"},
{"shape":"KmsKeyNotFoundException"},
Expand Down Expand Up @@ -1983,7 +1997,7 @@
],
"members":{
"AttributeKey":{"shape":"LookupAttributeKey"},
"AttributeValue":{"shape":"String"}
"AttributeValue":{"shape":"LookupAttributeValue"}
}
},
"LookupAttributeKey":{
Expand All @@ -1999,6 +2013,11 @@
"AccessKeyId"
]
},
"LookupAttributeValue":{
"type":"string",
"max":2000,
"min":1
},
"LookupAttributesList":{
"type":"list",
"member":{"shape":"LookupAttribute"}
Expand Down
7 changes: 6 additions & 1 deletion models/apis/cloudtrail/2013-11-01/docs-2.json
Expand Up @@ -1050,6 +1050,12 @@
"LookupAttribute$AttributeKey": "<p>Specifies an attribute on which to filter the events returned.</p>"
}
},
"LookupAttributeValue": {
"base": null,
"refs": {
"LookupAttribute$AttributeValue": "<p>Specifies a value for the specified AttributeKey.</p>"
}
},
"LookupAttributesList": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1496,7 +1502,6 @@
"ListTagsResponse$NextToken": "<p>Reserved for future use.</p>",
"ListTrailsRequest$NextToken": "<p>The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.</p>",
"ListTrailsResponse$NextToken": "<p>The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.</p>",
"LookupAttribute$AttributeValue": "<p>Specifies a value for the specified AttributeKey.</p>",
"PublicKey$Fingerprint": "<p>The fingerprint of the public key.</p>",
"PutEventSelectorsRequest$TrailName": "<p>Specifies the name of the trail or trail ARN. If you specify a trail name, the string must meet the following requirements:</p> <ul> <li> <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)</p> </li> <li> <p>Start with a letter or number, and end with a letter or number</p> </li> <li> <p>Be between 3 and 128 characters</p> </li> <li> <p>Have no adjacent periods, underscores or dashes. Names like <code>my-_namespace</code> and <code>my--namespace</code> are not valid.</p> </li> <li> <p>Not be in IP address format (for example, 192.168.5.4)</p> </li> </ul> <p>If you specify a trail ARN, it must be in the following format.</p> <p> <code>arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail</code> </p>",
"PutEventSelectorsResponse$TrailARN": "<p>Specifies the ARN of the trail that was updated with event selectors. The following is the format of a trail ARN.</p> <p> <code>arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail</code> </p>",
Expand Down
19 changes: 5 additions & 14 deletions models/apis/cloudtrail/2013-11-01/endpoint-rule-set-1.json
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down Expand Up @@ -236,12 +227,12 @@
{
"ref": "Region"
},
"us-gov-west-1"
"us-gov-east-1"
]
}
],
"endpoint": {
"url": "https://cloudtrail.us-gov-west-1.amazonaws.com",
"url": "https://cloudtrail.us-gov-east-1.amazonaws.com",
"properties": {},
"headers": {}
},
Expand All @@ -255,12 +246,12 @@
{
"ref": "Region"
},
"us-gov-east-1"
"us-gov-west-1"
]
}
],
"endpoint": {
"url": "https://cloudtrail.us-gov-east-1.amazonaws.com",
"url": "https://cloudtrail.us-gov-west-1.amazonaws.com",
"properties": {},
"headers": {}
},
Expand Down