Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Dec 13, 2022
1 parent 691c9f9 commit 5313f16
Show file tree
Hide file tree
Showing 19 changed files with 634 additions and 583 deletions.
17 changes: 17 additions & 0 deletions .changes/3.253.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "EndpointV2",
"description": "Fixes bug which allowed client-provided http schemes to be overwritten during endpoint resolution."
},
{
"type": "api-change",
"category": "CloudTrail",
"description": "Merging mainline branch for service model into mainline release branch. There are no new APIs."
},
{
"type": "api-change",
"category": "RDS",
"description": "This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/scheme-patch.json

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## next release

* `Aws\CloudTrail` - Merging mainline branch for service model into mainline release branch. There are no new APIs.
* `Aws\EndpointV2` - Fixes bug which allowed client-provided http schemes to be overwritten during endpoint resolution.
* `Aws\RDS` - This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy.

## 3.253.0 - 2022-12-12

* `Aws\CustomerProfiles` - This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString.
Expand Down
21 changes: 20 additions & 1 deletion src/data/cloudtrail/2013-11-01/api-2.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/data/cloudtrail/2013-11-01/api-2.json.php

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion src/data/cloudtrail/2013-11-01/docs-2.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/data/cloudtrail/2013-11-01/docs-2.json.php

Large diffs are not rendered by default.

19 changes: 5 additions & 14 deletions src/data/cloudtrail/2013-11-01/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 5313f16

Please sign in to comment.