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 9, 2024
1 parent 78d9f88 commit 36e77db
Show file tree
Hide file tree
Showing 12 changed files with 155 additions and 56 deletions.
17 changes: 17 additions & 0 deletions .changes/3.319.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "Connect",
"description": "This release supports adding RoutingCriteria via UpdateContactRoutingData public API."
},
{
"type": "enhancement",
"category": "CognitoIdentityProvider",
"description": "Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration."
},
{
"type": "enhancement",
"category": "SSM",
"description": "Systems Manager doc-only updates for August 2024."
}
]
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\Connect` - This release supports adding RoutingCriteria via UpdateContactRoutingData public API.
* `Aws\CognitoIdentityProvider` - Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration.
* `Aws\SSM` - Systems Manager doc-only updates for August 2024.

## 3.319.1 - 2024-08-08

* `Aws\Glue` - This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys.
Expand Down
34 changes: 17 additions & 17 deletions src/data/cognito-idp/2016-04-18/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/cognito-idp/2016-04-18/docs-2.json.php

Large diffs are not rendered by default.

26 changes: 25 additions & 1 deletion src/data/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13412,6 +13412,29 @@
"Index":{"shape":"Index"}
}
},
"RoutingCriteriaInput":{
"type":"structure",
"members":{
"Steps":{"shape":"RoutingCriteriaInputSteps"}
}
},
"RoutingCriteriaInputStep":{
"type":"structure",
"members":{
"Expiry":{"shape":"RoutingCriteriaInputStepExpiry"},
"Expression":{"shape":"Expression"}
}
},
"RoutingCriteriaInputStepExpiry":{
"type":"structure",
"members":{
"DurationInSeconds":{"shape":"DurationInSeconds"}
}
},
"RoutingCriteriaInputSteps":{
"type":"list",
"member":{"shape":"RoutingCriteriaInputStep"}
},
"RoutingCriteriaStepStatus":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -15692,7 +15715,8 @@
"locationName":"ContactId"
},
"QueueTimeAdjustmentSeconds":{"shape":"QueueTimeAdjustmentSeconds"},
"QueuePriority":{"shape":"QueuePriority"}
"QueuePriority":{"shape":"QueuePriority"},
"RoutingCriteria":{"shape":"RoutingCriteriaInput"}
}
},
"UpdateContactRoutingDataResponse":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/connect/2017-08-08/api-2.json.php

Large diffs are not rendered by default.

64 changes: 45 additions & 19 deletions src/data/connect/2017-08-08/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/connect/2017-08-08/docs-2.json.php

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2126,12 +2126,24 @@
},
"ca-central-1" : {
"variants" : [ {
"hostname" : "athena-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena-fips.ca-central-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "athena.ca-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ca-west-1" : {
"variants" : [ {
"hostname" : "athena-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena-fips.ca-west-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "athena.ca-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
Expand Down Expand Up @@ -2184,6 +2196,20 @@
"tags" : [ "dualstack" ]
} ]
},
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "athena-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "athena-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions src/data/ssm/2014-11-06/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/ssm/2014-11-06/docs-2.json.php

Large diffs are not rendered by default.

0 comments on commit 36e77db

Please sign in to comment.