Skip to content

Commit 844413b

Browse files
Update to latest models
1 parent d3ec24b commit 844413b

File tree

16 files changed

+162
-29
lines changed

16 files changed

+162
-29
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``apigateway``",
4+
"description": "Documentation updates for Amazon API Gateway"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``apigatewayv2``",
4+
"description": "Documentation updates for Amazon API Gateway"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``connectcampaignsv2``",
4+
"description": "Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``ecs``",
4+
"description": "This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``emr-serverless``",
4+
"description": "This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``iotfleetwise``",
4+
"description": "Add new status READY_FOR_CHECKIN used for vehicle synchronisation"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``kms``",
4+
"description": "AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``pcs``",
4+
"description": "Fixed regex patterns for ARN fields."
5+
}

awscli/botocore/data/apigateway/2015-07-09/service-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3769,7 +3769,7 @@
37693769
},
37703770
"domainNameArn":{
37713771
"shape":"String",
3772-
"documentation":"<p>The ARN of the domain name. Supported only for private custom domain names. </p>"
3772+
"documentation":"<p>The ARN of the domain name. </p>"
37733773
},
37743774
"certificateName":{
37753775
"shape":"String",
@@ -5373,7 +5373,7 @@
53735373
},
53745374
"timeoutInMillis":{
53755375
"shape":"Integer",
5376-
"documentation":"<p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.</p>"
5376+
"documentation":"<p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.</p>"
53775377
},
53785378
"cacheNamespace":{
53795379
"shape":"String",
@@ -5983,7 +5983,7 @@
59835983
},
59845984
"timeoutInMillis":{
59855985
"shape":"NullableInteger",
5986-
"documentation":"<p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.</p>"
5986+
"documentation":"<p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.</p>"
59875987
},
59885988
"tlsConfig":{"shape":"TlsConfig"}
59895989
},

awscli/botocore/data/apigatewayv2/2018-11-29/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
},
361361
"CreateRoutingRule": {
362362
"name": "CreateRoutingRule",
363-
"documentation": "<p>Creates a RoutingRule</p>",
363+
"documentation": "<p>Creates a RoutingRule.</p>",
364364
"http": {
365365
"method": "POST",
366366
"requestUri": "/v2/domainnames/{domainName}/routingrules",

0 commit comments

Comments
 (0)