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 Aug 29, 2023
1 parent c493da7 commit 8d6323e
Show file tree
Hide file tree
Showing 27 changed files with 2,289 additions and 461 deletions.
22 changes: 22 additions & 0 deletions .changes/3.279.9
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "enhancement",
"category": "FSx",
"description": "Documentation updates for project quotas."
},
{
"type": "api-change",
"category": "Omics",
"description": "Add RetentionMode support for Runs."
},
{
"type": "api-change",
"category": "SESv2",
"description": "Adds support for the new Export and Message Insights features: create, get, list and cancel export jobs; get message insights."
},
{
"type": "api-change",
"category": "CognitoIdentityProvider",
"description": "Added API example requests and responses for several operations. Fixed the validation regex for user pools Identity Provider name."
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## next release

* `Aws\FSx` - Documentation updates for project quotas.
* `Aws\Omics` - Add RetentionMode support for Runs.
* `Aws\SESv2` - Adds support for the new Export and Message Insights features: create, get, list and cancel export jobs; get message insights.
* `Aws\CognitoIdentityProvider` - Added API example requests and responses for several operations. Fixed the validation regex for user pools Identity Provider name.

## 3.279.8 - 2023-08-28

* `Aws\Organizations` - Documentation updates for permissions and links.
Expand Down
10 changes: 10 additions & 0 deletions src/SesV2/SesV2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* This client is used to interact with the **Amazon Simple Email Service** service.
* @method \Aws\Result batchGetMetricData(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetMetricDataAsync(array $args = [])
* @method \Aws\Result cancelExportJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelExportJobAsync(array $args = [])
* @method \Aws\Result createConfigurationSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise createConfigurationSetAsync(array $args = [])
* @method \Aws\Result createConfigurationSetEventDestination(array $args = [])
Expand All @@ -27,6 +29,8 @@
* @method \GuzzleHttp\Promise\Promise createEmailIdentityPolicyAsync(array $args = [])
* @method \Aws\Result createEmailTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEmailTemplateAsync(array $args = [])
* @method \Aws\Result createExportJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createExportJobAsync(array $args = [])
* @method \Aws\Result createImportJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createImportJobAsync(array $args = [])
* @method \Aws\Result deleteConfigurationSet(array $args = [])
Expand Down Expand Up @@ -83,8 +87,12 @@
* @method \GuzzleHttp\Promise\Promise getEmailIdentityPoliciesAsync(array $args = [])
* @method \Aws\Result getEmailTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEmailTemplateAsync(array $args = [])
* @method \Aws\Result getExportJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getExportJobAsync(array $args = [])
* @method \Aws\Result getImportJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getImportJobAsync(array $args = [])
* @method \Aws\Result getMessageInsights(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMessageInsightsAsync(array $args = [])
* @method \Aws\Result getSuppressedDestination(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSuppressedDestinationAsync(array $args = [])
* @method \Aws\Result listConfigurationSets(array $args = [])
Expand All @@ -105,6 +113,8 @@
* @method \GuzzleHttp\Promise\Promise listEmailIdentitiesAsync(array $args = [])
* @method \Aws\Result listEmailTemplates(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEmailTemplatesAsync(array $args = [])
* @method \Aws\Result listExportJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listExportJobsAsync(array $args = [])
* @method \Aws\Result listImportJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listImportJobsAsync(array $args = [])
* @method \Aws\Result listRecommendations(array $args = [])
Expand Down
56 changes: 36 additions & 20 deletions src/data/cognito-idp/2016-04-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,8 @@
{"shape":"InternalErrorException"},
{"shape":"SoftwareTokenMFANotFoundException"},
{"shape":"ForbiddenException"}
]
],
"authtype":"none"
},
"ChangePassword":{
"name":"ChangePassword",
Expand Down Expand Up @@ -590,7 +591,8 @@
{"shape":"UserNotConfirmedException"},
{"shape":"InternalErrorException"},
{"shape":"ForbiddenException"}
]
],
"authtype":"none"
},
"ConfirmForgotPassword":{
"name":"ConfirmForgotPassword",
Expand Down Expand Up @@ -1039,7 +1041,8 @@
{"shape":"UserNotConfirmedException"},
{"shape":"InternalErrorException"},
{"shape":"ForbiddenException"}
]
],
"authtype":"none"
},
"ForgotPassword":{
"name":"ForgotPassword",
Expand Down Expand Up @@ -1103,7 +1106,8 @@
{"shape":"UserNotConfirmedException"},
{"shape":"InternalErrorException"},
{"shape":"ForbiddenException"}
]
],
"authtype":"none"
},
"GetGroup":{
"name":"GetGroup",
Expand Down Expand Up @@ -1266,7 +1270,8 @@
{"shape":"UserNotConfirmedException"},
{"shape":"InternalErrorException"},
{"shape":"ForbiddenException"}
]
],
"authtype":"none"
},
"InitiateAuth":{
"name":"InitiateAuth",
Expand Down Expand Up @@ -1314,7 +1319,8 @@
{"shape":"UserNotConfirmedException"},
{"shape":"InternalErrorException"},
{"shape":"ForbiddenException"}
]
],
"authtype":"none"
},
"ListGroups":{
"name":"ListGroups",
Expand Down Expand Up @@ -1535,7 +1541,8 @@
{"shape":"UnsupportedOperationException"},
{"shape":"UnsupportedTokenTypeException"},
{"shape":"ForbiddenException"}
]
],
"authtype":"none"
},
"SetLogDeliveryConfiguration":{
"name":"SetLogDeliveryConfiguration",
Expand Down Expand Up @@ -1605,7 +1612,8 @@
{"shape":"UserNotConfirmedException"},
{"shape":"InternalErrorException"},
{"shape":"ForbiddenException"}
]
],
"authtype":"none"
},
"SetUserPoolMfaConfig":{
"name":"SetUserPoolMfaConfig",
Expand Down Expand Up @@ -1754,7 +1762,8 @@
{"shape":"UserNotFoundException"},
{"shape":"UserPoolAddOnNotEnabledException"},
{"shape":"InternalErrorException"}
]
],
"authtype":"none"
},
"UpdateDeviceStatus":{
"name":"UpdateDeviceStatus",
Expand All @@ -1775,7 +1784,8 @@
{"shape":"UserNotConfirmedException"},
{"shape":"InternalErrorException"},
{"shape":"ForbiddenException"}
]
],
"authtype":"none"
},
"UpdateGroup":{
"name":"UpdateGroup",
Expand Down Expand Up @@ -1938,7 +1948,8 @@
{"shape":"SoftwareTokenMFANotFoundException"},
{"shape":"CodeMismatchException"},
{"shape":"ForbiddenException"}
]
],
"authtype":"none"
},
"VerifyUserAttribute":{
"name":"VerifyUserAttribute",
Expand Down Expand Up @@ -2759,7 +2770,8 @@
"ChallengeResponsesType":{
"type":"map",
"key":{"shape":"StringType"},
"value":{"shape":"StringType"}
"value":{"shape":"StringType"},
"sensitive":true
},
"ChangePasswordRequest":{
"type":"structure",
Expand Down Expand Up @@ -2998,7 +3010,7 @@
],
"members":{
"UserPoolId":{"shape":"UserPoolIdType"},
"ProviderName":{"shape":"ProviderNameTypeV1"},
"ProviderName":{"shape":"ProviderNameTypeV2"},
"ProviderType":{"shape":"IdentityProviderTypeType"},
"ProviderDetails":{"shape":"ProviderDetailsType"},
"AttributeMapping":{"shape":"AttributeMappingType"},
Expand Down Expand Up @@ -4401,6 +4413,7 @@
},
"PaginationKey":{
"type":"string",
"max":131072,
"min":1,
"pattern":"[\\S]+"
},
Expand Down Expand Up @@ -4489,13 +4502,13 @@
"type":"string",
"max":32,
"min":1,
"pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+"
"pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\p{Z}]+"
},
"ProviderNameTypeV1":{
"ProviderNameTypeV2":{
"type":"string",
"max":32,
"min":3,
"pattern":"[^_][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_]+"
"min":1,
"pattern":"[^_\\p{Z}][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_\\p{Z}]+"
},
"ProviderUserIdentifierType":{
"type":"structure",
Expand Down Expand Up @@ -4807,7 +4820,8 @@
"SessionType":{
"type":"string",
"max":2048,
"min":20
"min":20,
"sensitive":true
},
"SetLogDeliveryConfigurationRequest":{
"type":"structure",
Expand Down Expand Up @@ -4978,7 +4992,8 @@
"type":"string",
"max":6,
"min":6,
"pattern":"[0-9]+"
"pattern":"[0-9]+",
"sensitive":true
},
"SoftwareTokenMfaConfigType":{
"type":"structure",
Expand Down Expand Up @@ -5403,7 +5418,8 @@
"members":{
"IpAddress":{"shape":"StringType"},
"EncodedData":{"shape":"StringType"}
}
},
"sensitive":true
},
"UserFilterType":{
"type":"string",
Expand Down
2 changes: 1 addition & 1 deletion src/data/cognito-idp/2016-04-18/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 8d6323e

Please sign in to comment.