Skip to content

Commit 3c29d64

Browse files
Release Model Changes:
851cc889-1e0b-42a0-bec8-11c06c9db33b a96303d9-784c-4449-996e-f901f97dfc82 8c55b8fd-11d1-4bdf-aa0a-005600ed5894 a02feca5-98fa-4963-ae0a-b2de101cf38f 5ed6e015-06e8-417c-a088-2e85498d155a 2328e98b-9053-4989-a048-bbf775f54a12 360012a4-fc4c-4113-a203-70ce3c76dfd1 0d82ca4d-8f29-4c58-9545-367abc88d882 c115c84f-9f6f-4e46-900b-30305b4fc255
1 parent e0d1733 commit 3c29d64

File tree

10 files changed

+350
-109
lines changed

10 files changed

+350
-109
lines changed

gradle.properties

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.154
1+
model.all.version=1.0.155
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.3
44
model.acm.version=1.0.3
@@ -28,7 +28,7 @@ model.arc-zonal-shift.version=1.0.3
2828
model.artifact.version=1.0.3
2929
model.athena.version=1.0.4
3030
model.auditmanager.version=1.0.4
31-
model.auto-scaling.version=1.0.7
31+
model.auto-scaling.version=1.0.8
3232
model.auto-scaling-plans.version=1.0.2
3333
model.b2bi.version=1.0.4
3434
model.backup.version=1.0.10
@@ -46,7 +46,7 @@ model.bedrock-runtime.version=1.0.15
4646
model.billing.version=1.0.6
4747
model.billingconductor.version=1.0.4
4848
model.braket.version=1.0.5
49-
model.budgets.version=1.0.8
49+
model.budgets.version=1.0.9
5050
model.chatbot.version=1.0.2
5151
model.chime.version=1.0.2
5252
model.chime-sdk-identity.version=1.0.2
@@ -121,10 +121,10 @@ model.docdb.version=1.0.5
121121
model.docdb-elastic.version=1.0.2
122122
model.drs.version=1.0.2
123123
model.dsql.version=1.0.5
124-
model.dynamodb.version=1.0.7
124+
model.dynamodb.version=1.0.8
125125
model.dynamodb-streams.version=1.0.4
126126
model.ebs.version=1.0.2
127-
model.ec2.version=1.0.57
127+
model.ec2.version=1.0.58
128128
model.ec2-instance-connect.version=1.0.2
129129
model.ecr.version=1.0.8
130130
model.ecr-public.version=1.0.2
@@ -153,7 +153,7 @@ model.forecastquery.version=1.0.2
153153
model.frauddetector.version=1.0.2
154154
model.freetier.version=1.0.2
155155
model.fsx.version=1.0.9
156-
model.gamelift.version=1.0.4
156+
model.gamelift.version=1.0.5
157157
model.gameliftstreams.version=1.0.8
158158
model.geo-maps.version=1.0.3
159159
model.geo-places.version=1.0.4
@@ -165,8 +165,8 @@ model.grafana.version=1.0.2
165165
model.greengrass.version=1.0.2
166166
model.greengrassv2.version=1.0.2
167167
model.groundstation.version=1.0.3
168-
model.guardduty.version=1.0.16
169-
model.health.version=1.0.4
168+
model.guardduty.version=1.0.17
169+
model.health.version=1.0.5
170170
model.healthlake.version=1.0.3
171171
model.iam.version=1.0.8
172172
model.identitystore.version=1.0.5
@@ -231,7 +231,7 @@ model.marketplace-catalog.version=1.0.5
231231
model.marketplace-commerce-analytics.version=1.0.2
232232
model.marketplace-deployment.version=1.0.2
233233
model.marketplace-entitlement-service.version=1.0.3
234-
model.marketplace-metering.version=1.0.3
234+
model.marketplace-metering.version=1.0.4
235235
model.marketplace-reporting.version=1.0.2
236236
model.mediaconnect.version=1.0.5
237237
model.mediaconvert.version=1.0.10
@@ -376,7 +376,7 @@ model.transcribe-streaming.version=1.0.6
376376
model.transfer.version=1.0.5
377377
model.translate.version=1.0.2
378378
model.trustedadvisor.version=1.0.2
379-
model.verifiedpermissions.version=1.0.5
379+
model.verifiedpermissions.version=1.0.6
380380
model.voice-id.version=1.0.2
381381
model.vpc-lattice.version=1.0.4
382382
model.waf.version=1.0.2

models/auto-scaling/service/2011-01-01/auto-scaling-2011-01-01.json

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@
597597
}
598598
],
599599
"traits": {
600-
"smithy.api#documentation": "<note>\n <p>This API operation is superseded by <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachTrafficSources.html\">https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachTrafficSources.html</a>, which\n can attach multiple traffic sources types. We recommend using\n <code>AttachTrafficSources</code> to simplify how you manage traffic sources.\n However, we continue to support <code>AttachLoadBalancers</code>. You can use both\n the original <code>AttachLoadBalancers</code> API operation and\n <code>AttachTrafficSources</code> on the same Auto Scaling group.</p>\n </note>\n <p>Attaches one or more Classic Load Balancers to the specified Auto Scaling group. Amazon EC2 Auto Scaling registers the\n running instances with these Classic Load Balancers.</p>\n <p>To describe the load balancers for an Auto Scaling group, call the <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeLoadBalancers.html\">DescribeLoadBalancers</a> API.\n To detach a load balancer from the Auto Scaling group, call the <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DetachLoadBalancers.html\">DetachLoadBalancers</a>\n API.</p>\n <p>This operation is additive and does not detach existing Classic Load Balancers or\n target groups from the Auto Scaling group.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html\">Use Elastic Load Balancing to\n distribute traffic across the instances in your Auto Scaling group</a> in the\n <i>Amazon EC2 Auto Scaling User Guide</i>.</p>",
600+
"smithy.api#documentation": "<note>\n <p>This API operation is superseded by <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachTrafficSources.html\">AttachTrafficSources</a>, which\n can attach multiple traffic sources types. We recommend using\n <code>AttachTrafficSources</code> to simplify how you manage traffic sources.\n However, we continue to support <code>AttachLoadBalancers</code>. You can use both\n the original <code>AttachLoadBalancers</code> API operation and\n <code>AttachTrafficSources</code> on the same Auto Scaling group.</p>\n </note>\n <p>Attaches one or more Classic Load Balancers to the specified Auto Scaling group. Amazon EC2 Auto Scaling registers the\n running instances with these Classic Load Balancers.</p>\n <p>To describe the load balancers for an Auto Scaling group, call the <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeLoadBalancers.html\">DescribeLoadBalancers</a> API.\n To detach a load balancer from the Auto Scaling group, call the <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DetachLoadBalancers.html\">DetachLoadBalancers</a>\n API.</p>\n <p>This operation is additive and does not detach existing Classic Load Balancers or\n target groups from the Auto Scaling group.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html\">Use Elastic Load Balancing to\n distribute traffic across the instances in your Auto Scaling group</a> in the\n <i>Amazon EC2 Auto Scaling User Guide</i>.</p>",
601601
"smithy.api#examples": [
602602
{
603603
"title": "To attach a load balancer to an Auto Scaling group",
@@ -938,6 +938,12 @@
938938
"smithy.api#documentation": "<p>An instance maintenance policy.</p>"
939939
}
940940
},
941+
"DeletionProtection": {
942+
"target": "com.amazonaws.autoscaling#DeletionProtection",
943+
"traits": {
944+
"smithy.api#documentation": "<p>The deletion protection setting for the Auto Scaling group.</p>"
945+
}
946+
},
941947
"AvailabilityZoneDistribution": {
942948
"target": "com.amazonaws.autoscaling#AvailabilityZoneDistribution",
943949
"traits": {
@@ -3277,6 +3283,12 @@
32773283
"smithy.api#documentation": "<p>One or more lifecycle hooks to add to the Auto Scaling group before instances are\n launched.</p>"
32783284
}
32793285
},
3286+
"DeletionProtection": {
3287+
"target": "com.amazonaws.autoscaling#DeletionProtection",
3288+
"traits": {
3289+
"smithy.api#documentation": "<p>\n The deletion protection setting for the Auto Scaling group. This setting helps safeguard your Auto Scaling group and its\n instances by controlling whether the <code>DeleteAutoScalingGroup</code> operation is allowed. When deletion\n protection is enabled, users cannot delete the Auto Scaling group according to the specified protection level until\n the setting is changed back to a less restrictive level.\n </p>\n <p>\n The valid values are <code>none</code>, <code>prevent-force-deletion</code>, and <code>prevent-all-deletion</code>.\n </p>\n <p>\n Default: <code>none</code>\n </p>"
3290+
}
3291+
},
32803292
"Tags": {
32813293
"target": "com.amazonaws.autoscaling#Tags",
32823294
"traits": {
@@ -4015,6 +4027,29 @@
40154027
}
40164028
}
40174029
},
4030+
"com.amazonaws.autoscaling#DeletionProtection": {
4031+
"type": "enum",
4032+
"members": {
4033+
"None": {
4034+
"target": "smithy.api#Unit",
4035+
"traits": {
4036+
"smithy.api#enumValue": "none"
4037+
}
4038+
},
4039+
"PreventForceDeletion": {
4040+
"target": "smithy.api#Unit",
4041+
"traits": {
4042+
"smithy.api#enumValue": "prevent-force-deletion"
4043+
}
4044+
},
4045+
"PreventAllDeletion": {
4046+
"target": "smithy.api#Unit",
4047+
"traits": {
4048+
"smithy.api#enumValue": "prevent-all-deletion"
4049+
}
4050+
}
4051+
}
4052+
},
40184053
"com.amazonaws.autoscaling#DescribeAccountLimits": {
40194054
"type": "operation",
40204055
"input": {
@@ -5749,7 +5784,7 @@
57495784
}
57505785
],
57515786
"traits": {
5752-
"smithy.api#documentation": "<note>\n <p>This API operation is superseded by <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeTrafficSources.html\">DetachTrafficSources</a>, which\n can detach multiple traffic sources types. We recommend using\n <code>DetachTrafficSources</code> to simplify how you manage traffic sources.\n However, we continue to support <code>DetachLoadBalancerTargetGroups</code>. You can\n use both the original <code>DetachLoadBalancerTargetGroups</code> API operation and\n <code>DetachTrafficSources</code> on the same Auto Scaling group.</p>\n </note>\n <p>Detaches one or more target groups from the specified Auto Scaling group.</p>\n <p>When you detach a target group, it enters the <code>Removing</code> state while\n deregistering the instances in the group. When all instances are deregistered, then you\n can no longer describe the target group using the \n <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeLoadBalancerTargetGroups.html\">DescribeLoadBalancerTargetGroups</a>\n API call. The instances remain running.</p>\n <note>\n <p>You can use this operation to detach target groups that were attached by using\n <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachLoadBalancerTargetGroups.html\">AttachLoadBalancerTargetGroups</a>, but not for target groups that\n were attached by using <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachTrafficSources.html\">AttachTrafficSources</a>.</p>\n </note>",
5787+
"smithy.api#documentation": "<note>\n <p>This API operation is superseded by <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DetachTrafficSources.html\">DetachTrafficSources</a>, which\n can detach multiple traffic sources types. We recommend using\n <code>DetachTrafficSources</code> to simplify how you manage traffic sources.\n However, we continue to support <code>DetachLoadBalancerTargetGroups</code>. You can\n use both the original <code>DetachLoadBalancerTargetGroups</code> API operation and\n <code>DetachTrafficSources</code> on the same Auto Scaling group.</p>\n </note>\n <p>Detaches one or more target groups from the specified Auto Scaling group.</p>\n <p>When you detach a target group, it enters the <code>Removing</code> state while\n deregistering the instances in the group. When all instances are deregistered, then you\n can no longer describe the target group using the \n <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeLoadBalancerTargetGroups.html\">DescribeLoadBalancerTargetGroups</a>\n API call. The instances remain running.</p>\n <note>\n <p>You can use this operation to detach target groups that were attached by using\n <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachLoadBalancerTargetGroups.html\">AttachLoadBalancerTargetGroups</a>, but not for target groups that\n were attached by using <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AttachTrafficSources.html\">AttachTrafficSources</a>.</p>\n </note>",
57535788
"smithy.api#examples": [
57545789
{
57555790
"title": "To detach a target group from an Auto Scaling group",
@@ -11699,6 +11734,12 @@
1169911734
"traits": {
1170011735
"smithy.api#documentation": "<p>\n The instance lifecycle policy for the Auto Scaling group. This policy controls instance behavior when an instance\n transitions through its lifecycle states. Configure retention triggers to specify when instances should\n move to a <code>Retained</code> state instead of automatic termination.\n </p>\n <p>For more information, see\n <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/instance-lifecycle-policy.html\">\n Control instance retention with instance lifecycle policies</a>\n in the <i>Amazon EC2 Auto Scaling User Guide</i>.\n </p>"
1170111736
}
11737+
},
11738+
"DeletionProtection": {
11739+
"target": "com.amazonaws.autoscaling#DeletionProtection",
11740+
"traits": {
11741+
"smithy.api#documentation": "<p>\n The deletion protection setting for the Auto Scaling group. This setting helps safeguard your Auto Scaling group and its\n instances by controlling whether the <code>DeleteAutoScalingGroup</code> operation is allowed. When deletion\n protection is enabled, users cannot delete the Auto Scaling group according to the specified protection level until\n the setting is changed back to a less restrictive level.\n </p>\n <p>\n The valid values are <code>none</code>, <code>prevent-force-deletion</code>, and <code>prevent-all-deletion</code>.\n </p>\n <p>\n Default: <code>none</code>\n </p>"
11742+
}
1170211743
}
1170311744
}
1170411745
},

models/budgets/service/2016-10-20/budgets-2016-10-20.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,18 @@
19041904
"traits": {
19051905
"smithy.api#documentation": "<p>A list of amounts of cost or usage that you created budgets for, which are compared to\n\t\t\tyour actual costs or usage.</p>"
19061906
}
1907+
},
1908+
"FilterExpression": {
1909+
"target": "com.amazonaws.budgets#Expression",
1910+
"traits": {
1911+
"smithy.api#documentation": "<p>The filtering dimensions for the budget and their corresponding values.</p>"
1912+
}
1913+
},
1914+
"Metrics": {
1915+
"target": "com.amazonaws.budgets#Metrics",
1916+
"traits": {
1917+
"smithy.api#documentation": "<p>The definition for how the budget data is aggregated.</p>"
1918+
}
19071919
}
19081920
},
19091921
"traits": {

0 commit comments

Comments
 (0)