Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 24, 2024
1 parent a42c3b5 commit 5a5d367
Show file tree
Hide file tree
Showing 12 changed files with 467 additions and 65 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ec2-33673.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ec2``",
"description": "Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ecs-86206.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ecs``",
"description": "Documentation updates for Amazon ECS."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-outposts-54047.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``outposts``",
"description": "DeviceSerialNumber parameter is now optional in StartConnection API"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-rds-22061.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``rds``",
"description": "This release adds support for Aurora Limitless Database."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-storagegateway-6273.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``storagegateway``",
"description": "Add DeprecationDate and SoftwareVersion to response of ListGateways."
}
30 changes: 26 additions & 4 deletions botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9245,7 +9245,8 @@
"available",
"information",
"impaired",
"unavailable"
"unavailable",
"constrained"
]
},
"AvailabilityZoneStringList":{
Expand Down Expand Up @@ -12595,7 +12596,7 @@
"members":{
"ClientToken":{
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">How to ensure idempotency</a>.</p>"
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>"
},
"DryRun":{
"shape":"Boolean",
Expand Down Expand Up @@ -13674,7 +13675,7 @@
},
"ClientToken":{
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to ensure idempotency</a>.</p> <p>Constraint: Maximum 64 ASCII characters.</p>",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p> <p>Constraint: Maximum 64 ASCII characters.</p>",
"idempotencyToken":true
},
"DryRun":{
Expand Down Expand Up @@ -13809,6 +13810,11 @@
"shape":"TagSpecificationList",
"documentation":"<p>The tags to assign to the network ACL.</p>",
"locationName":"TagSpecification"
},
"ClientToken":{
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
"idempotencyToken":true
}
}
},
Expand All @@ -13819,6 +13825,11 @@
"shape":"NetworkAcl",
"documentation":"<p>Information about the network ACL.</p>",
"locationName":"networkAcl"
},
"ClientToken":{
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>",
"locationName":"clientToken"
}
}
},
Expand Down Expand Up @@ -14384,6 +14395,11 @@
"shape":"TagSpecificationList",
"documentation":"<p>The tags to assign to the route table.</p>",
"locationName":"TagSpecification"
},
"ClientToken":{
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
"idempotencyToken":true
}
}
},
Expand All @@ -14394,6 +14410,11 @@
"shape":"RouteTable",
"documentation":"<p>Information about the route table.</p>",
"locationName":"routeTable"
},
"ClientToken":{
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>",
"locationName":"clientToken"
}
}
},
Expand Down Expand Up @@ -54690,7 +54711,8 @@
"type":"string",
"enum":[
"pending",
"available"
"available",
"unavailable"
]
},
"Subscription":{
Expand Down
Loading

0 comments on commit 5a5d367

Please sign in to comment.