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 3, 2025
1 parent f1b5714 commit 5b6fcbc
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ecs-31783.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ecs``",
"description": "Adding SDK reference examples for Amazon ECS operations."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-route53domains-4838.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``route53domains``",
"description": "Doc only update for Route 53 Domains that fixes several customer-reported issues"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-s3-93935.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``s3``",
"description": "This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change."
}
6 changes: 3 additions & 3 deletions botocore/data/ecs/2014-11-13/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@
{"shape":"ServiceNotFoundException"},
{"shape":"UnsupportedFeatureException"}
],
"documentation":"<p>This operation lists all the service deployments that meet the specified filter criteria.</p> <p>A service deployment happens when you release a softwre update for the service. You route traffic from the running service revisions to the new service revison and control the number of running tasks. </p> <p>This API returns the values that you use for the request parameters in <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServiceRevisions.html\">DescribeServiceRevisions</a>.</p>"
"documentation":"<p>This operation lists all the service deployments that meet the specified filter criteria.</p> <p>A service deployment happens when you release a software update for the service. You route traffic from the running service revisions to the new service revison and control the number of running tasks. </p> <p>This API returns the values that you use for the request parameters in <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServiceRevisions.html\">DescribeServiceRevisions</a>.</p>"
},
"ListServices":{
"name":"ListServices",
Expand Down Expand Up @@ -1189,11 +1189,11 @@
"members":{
"subnets":{
"shape":"StringList",
"documentation":"<p>The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified per <code>awsvpcConfiguration</code>.</p> <note> <p>All specified subnets must be from the same VPC.</p> </note>"
"documentation":"<p>The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified.</p> <note> <p>All specified subnets must be from the same VPC.</p> </note>"
},
"securityGroups":{
"shape":"StringList",
"documentation":"<p>The IDs of the security groups associated with the task or service. If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified per <code>awsvpcConfiguration</code>.</p> <note> <p>All specified security groups must be from the same VPC.</p> </note>"
"documentation":"<p>The IDs of the security groups associated with the task or service. If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified.</p> <note> <p>All specified security groups must be from the same VPC.</p> </note>"
},
"assignPublicIp":{
"shape":"AssignPublicIp",
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/route53domains/2014-05-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@
},
"InvoiceId":{
"shape":"InvoiceId",
"documentation":"<p>The ID of the invoice that is associated with the billing record.</p>"
"documentation":"<p>Deprecated property. This field is retained in report structure for backwards compatibility, but will appear blank.</p>"
},
"BillDate":{
"shape":"Timestamp",
Expand Down
Loading

0 comments on commit 5b6fcbc

Please sign in to comment.