Skip to content

Commit 3837cd3

Browse files
Release Model Changes:
acde6fea-a761-4c77-b515-aa9a80117d67 f38118ee-fbd6-4e71-8464-c937a1c37f80 86be060c-1277-4347-a2c8-56a95e878055 8741d7c0-b34f-46aa-8456-462a8b097395 f3ea13a6-dda4-4970-98ef-07b991eea53c b24035c0-1bcb-4054-84ae-ca84f7567465
1 parent b23cedd commit 3837cd3

File tree

7 files changed

+650
-351
lines changed

7 files changed

+650
-351
lines changed

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.179
1+
model.all.version=1.0.180
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.3
44
model.acm.version=1.0.3
@@ -32,7 +32,7 @@ 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
35-
model.backup-gateway.version=1.0.2
35+
model.backup-gateway.version=1.0.3
3636
model.backupsearch.version=1.0.3
3737
model.batch.version=1.0.11
3838
model.bcm-data-exports.version=1.0.1
@@ -124,11 +124,11 @@ model.dsql.version=1.0.5
124124
model.dynamodb.version=1.0.10
125125
model.dynamodb-streams.version=1.0.4
126126
model.ebs.version=1.0.2
127-
model.ec2.version=1.0.70
127+
model.ec2.version=1.0.71
128128
model.ec2-instance-connect.version=1.0.2
129129
model.ecr.version=1.0.11
130130
model.ecr-public.version=1.0.2
131-
model.ecs.version=1.0.20
131+
model.ecs.version=1.0.21
132132
model.efs.version=1.0.3
133133
model.eks.version=1.0.15
134134
model.eks-auth.version=1.0.1
@@ -228,8 +228,8 @@ model.marketplace-agreement.version=1.0.3
228228
model.marketplace-catalog.version=1.0.6
229229
model.marketplace-commerce-analytics.version=1.0.2
230230
model.marketplace-deployment.version=1.0.2
231-
model.marketplace-entitlement-service.version=1.0.3
232-
model.marketplace-metering.version=1.0.4
231+
model.marketplace-entitlement-service.version=1.0.4
232+
model.marketplace-metering.version=1.0.5
233233
model.marketplace-reporting.version=1.0.2
234234
model.mediaconnect.version=1.0.6
235235
model.mediaconvert.version=1.0.11
@@ -329,7 +329,7 @@ model.scheduler.version=1.0.2
329329
model.schemas.version=1.0.2
330330
model.secrets-manager.version=1.0.4
331331
model.security-ir.version=1.0.5
332-
model.securityhub.version=1.0.7
332+
model.securityhub.version=1.0.8
333333
model.securitylake.version=1.0.2
334334
model.serverlessapplicationrepository.version=1.0.2
335335
model.service-catalog.version=1.0.2

models/backup-gateway/service/2021-01-01/backup-gateway-2021-01-01.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@
10071007
"AverageUploadRateLimitInBitsPerSec": {
10081008
"target": "com.amazonaws.backupgateway#AverageUploadRateLimit",
10091009
"traits": {
1010-
"smithy.api#documentation": "<p>The average upload rate limit component of the bandwidth rate limit \n interval, in bits per second. This field does not appear in the response if \n the upload rate limit is not set.</p>\n <note>\n <p>For Backup Gateway, the minimum value is <code>(Value)</code>.</p>\n </note>"
1010+
"smithy.api#documentation": "<p>The average upload rate limit component of the bandwidth rate limit \n interval, in bits per second. This field does not appear in the response if \n the upload rate limit is not set.</p>"
10111011
}
10121012
},
10131013
"StartHourOfDay": {
@@ -1355,7 +1355,7 @@
13551355
"traits": {
13561356
"smithy.api#length": {
13571357
"min": 50,
1358-
"max": 500
1358+
"max": 180
13591359
},
13601360
"smithy.api#pattern": "^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\\/[a-zA-Z-0-9]+$"
13611361
}
@@ -1410,6 +1410,18 @@
14101410
"traits": {
14111411
"smithy.api#documentation": "<p>The DNS name for the virtual private cloud (VPC) endpoint the gateway \n uses to connect to the cloud for backup gateway.</p>"
14121412
}
1413+
},
1414+
"DeprecationDate": {
1415+
"target": "com.amazonaws.backupgateway#Time",
1416+
"traits": {
1417+
"smithy.api#documentation": "<p>Date after which this gateway will not receive software updates for new features and bug fixes.</p>"
1418+
}
1419+
},
1420+
"SoftwareVersion": {
1421+
"target": "com.amazonaws.backupgateway#Name",
1422+
"traits": {
1423+
"smithy.api#documentation": "<p>The version number of the software running on the gateway appliance.</p>"
1424+
}
14131425
}
14141426
},
14151427
"traits": {
@@ -1626,7 +1638,7 @@
16261638
}
16271639
],
16281640
"traits": {
1629-
"smithy.api#documentation": "<p>This action retrieves the property mappings for the specified hypervisor. \n A hypervisor property mapping displays the relationship of entity properties \n available from the on-premises hypervisor to the properties available in Amazon Web Services.</p>",
1641+
"smithy.api#documentation": "<p>This action retrieves the property mappings for the specified hypervisor. \n A hypervisor property mapping displays the relationship of entity properties \n available from the hypervisor to the properties available in Amazon Web Services.</p>",
16301642
"smithy.api#readonly": {}
16311643
}
16321644
},
@@ -1654,7 +1666,7 @@
16541666
"VmwareToAwsTagMappings": {
16551667
"target": "com.amazonaws.backupgateway#VmwareToAwsTagMappings",
16561668
"traits": {
1657-
"smithy.api#documentation": "<p>This is a display of the mappings of on-premises VMware tags to the \n Amazon Web Services tags.</p>"
1669+
"smithy.api#documentation": "<p>This is a display of the mappings of VMware tags to the \n Amazon Web Services tags.</p>"
16581670
}
16591671
},
16601672
"IamRoleArn": {
@@ -2400,7 +2412,7 @@
24002412
}
24012413
],
24022414
"traits": {
2403-
"smithy.api#documentation": "<p>This action sets the property mappings for the specified hypervisor. \n A hypervisor property mapping displays the relationship of entity properties \n available from the on-premises hypervisor to the properties available in Amazon Web Services.</p>",
2415+
"smithy.api#documentation": "<p>This action sets the property mappings for the specified hypervisor. \n A hypervisor property mapping displays the relationship of entity properties \n available from the hypervisor to the properties available in Amazon Web Services.</p>",
24042416
"smithy.api#idempotent": {}
24052417
}
24062418
},
@@ -2417,7 +2429,7 @@
24172429
"VmwareToAwsTagMappings": {
24182430
"target": "com.amazonaws.backupgateway#VmwareToAwsTagMappings",
24192431
"traits": {
2420-
"smithy.api#documentation": "<p>This action requests the mappings of on-premises VMware tags to the \n Amazon Web Services tags.</p>",
2432+
"smithy.api#documentation": "<p>This action requests the mappings of VMware tags to the \n Amazon Web Services tags.</p>",
24212433
"smithy.api#required": {}
24222434
}
24232435
},
@@ -2638,7 +2650,7 @@
26382650
}
26392651
},
26402652
"traits": {
2641-
"smithy.api#documentation": "<p>A key-value pair you can use to manage, filter, and search for your resources. Allowed\n characters include UTF-8 letters, numbers, spaces, and the following characters: + - = . _ :\n /.</p>"
2653+
"smithy.api#documentation": "<p>A key-value pair you can use to manage, filter, and search for your resources. Allowed\n characters include UTF-8 letters, numbers, and the following characters: + - = . _ :\n /. Spaces are not allowed in tag values.</p>"
26422654
}
26432655
},
26442656
"com.amazonaws.backupgateway#TagKey": {
@@ -3242,7 +3254,7 @@
32423254
}
32433255
},
32443256
"traits": {
3245-
"smithy.api#documentation": "<p>This displays the mapping of on-premises VMware tags to the \n corresponding Amazon Web Services tags.</p>"
3257+
"smithy.api#documentation": "<p>This displays the mapping of VMware tags to the \n corresponding Amazon Web Services tags.</p>"
32463258
}
32473259
},
32483260
"com.amazonaws.backupgateway#VmwareToAwsTagMappings": {

models/ec2/service/2016-11-15/ec2-2016-11-15.json

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83345,6 +83345,168 @@
8334583345
"traits": {
8334683346
"smithy.api#enumValue": "r8id.metal-96xl"
8334783347
}
83348+
},
83349+
"c8id_large": {
83350+
"target": "smithy.api#Unit",
83351+
"traits": {
83352+
"smithy.api#enumValue": "c8id.large"
83353+
}
83354+
},
83355+
"c8id_xlarge": {
83356+
"target": "smithy.api#Unit",
83357+
"traits": {
83358+
"smithy.api#enumValue": "c8id.xlarge"
83359+
}
83360+
},
83361+
"c8id_2xlarge": {
83362+
"target": "smithy.api#Unit",
83363+
"traits": {
83364+
"smithy.api#enumValue": "c8id.2xlarge"
83365+
}
83366+
},
83367+
"c8id_4xlarge": {
83368+
"target": "smithy.api#Unit",
83369+
"traits": {
83370+
"smithy.api#enumValue": "c8id.4xlarge"
83371+
}
83372+
},
83373+
"c8id_8xlarge": {
83374+
"target": "smithy.api#Unit",
83375+
"traits": {
83376+
"smithy.api#enumValue": "c8id.8xlarge"
83377+
}
83378+
},
83379+
"c8id_12xlarge": {
83380+
"target": "smithy.api#Unit",
83381+
"traits": {
83382+
"smithy.api#enumValue": "c8id.12xlarge"
83383+
}
83384+
},
83385+
"c8id_16xlarge": {
83386+
"target": "smithy.api#Unit",
83387+
"traits": {
83388+
"smithy.api#enumValue": "c8id.16xlarge"
83389+
}
83390+
},
83391+
"c8id_24xlarge": {
83392+
"target": "smithy.api#Unit",
83393+
"traits": {
83394+
"smithy.api#enumValue": "c8id.24xlarge"
83395+
}
83396+
},
83397+
"c8id_32xlarge": {
83398+
"target": "smithy.api#Unit",
83399+
"traits": {
83400+
"smithy.api#enumValue": "c8id.32xlarge"
83401+
}
83402+
},
83403+
"c8id_48xlarge": {
83404+
"target": "smithy.api#Unit",
83405+
"traits": {
83406+
"smithy.api#enumValue": "c8id.48xlarge"
83407+
}
83408+
},
83409+
"c8id_96xlarge": {
83410+
"target": "smithy.api#Unit",
83411+
"traits": {
83412+
"smithy.api#enumValue": "c8id.96xlarge"
83413+
}
83414+
},
83415+
"c8id_metal_48xl": {
83416+
"target": "smithy.api#Unit",
83417+
"traits": {
83418+
"smithy.api#enumValue": "c8id.metal-48xl"
83419+
}
83420+
},
83421+
"c8id_metal_96xl": {
83422+
"target": "smithy.api#Unit",
83423+
"traits": {
83424+
"smithy.api#enumValue": "c8id.metal-96xl"
83425+
}
83426+
},
83427+
"m8id_large": {
83428+
"target": "smithy.api#Unit",
83429+
"traits": {
83430+
"smithy.api#enumValue": "m8id.large"
83431+
}
83432+
},
83433+
"m8id_xlarge": {
83434+
"target": "smithy.api#Unit",
83435+
"traits": {
83436+
"smithy.api#enumValue": "m8id.xlarge"
83437+
}
83438+
},
83439+
"m8id_2xlarge": {
83440+
"target": "smithy.api#Unit",
83441+
"traits": {
83442+
"smithy.api#enumValue": "m8id.2xlarge"
83443+
}
83444+
},
83445+
"m8id_4xlarge": {
83446+
"target": "smithy.api#Unit",
83447+
"traits": {
83448+
"smithy.api#enumValue": "m8id.4xlarge"
83449+
}
83450+
},
83451+
"m8id_8xlarge": {
83452+
"target": "smithy.api#Unit",
83453+
"traits": {
83454+
"smithy.api#enumValue": "m8id.8xlarge"
83455+
}
83456+
},
83457+
"m8id_12xlarge": {
83458+
"target": "smithy.api#Unit",
83459+
"traits": {
83460+
"smithy.api#enumValue": "m8id.12xlarge"
83461+
}
83462+
},
83463+
"m8id_16xlarge": {
83464+
"target": "smithy.api#Unit",
83465+
"traits": {
83466+
"smithy.api#enumValue": "m8id.16xlarge"
83467+
}
83468+
},
83469+
"m8id_24xlarge": {
83470+
"target": "smithy.api#Unit",
83471+
"traits": {
83472+
"smithy.api#enumValue": "m8id.24xlarge"
83473+
}
83474+
},
83475+
"m8id_32xlarge": {
83476+
"target": "smithy.api#Unit",
83477+
"traits": {
83478+
"smithy.api#enumValue": "m8id.32xlarge"
83479+
}
83480+
},
83481+
"m8id_48xlarge": {
83482+
"target": "smithy.api#Unit",
83483+
"traits": {
83484+
"smithy.api#enumValue": "m8id.48xlarge"
83485+
}
83486+
},
83487+
"m8id_96xlarge": {
83488+
"target": "smithy.api#Unit",
83489+
"traits": {
83490+
"smithy.api#enumValue": "m8id.96xlarge"
83491+
}
83492+
},
83493+
"m8id_metal_48xl": {
83494+
"target": "smithy.api#Unit",
83495+
"traits": {
83496+
"smithy.api#enumValue": "m8id.metal-48xl"
83497+
}
83498+
},
83499+
"m8id_metal_96xl": {
83500+
"target": "smithy.api#Unit",
83501+
"traits": {
83502+
"smithy.api#enumValue": "m8id.metal-96xl"
83503+
}
83504+
},
83505+
"hpc8a_96xlarge": {
83506+
"target": "smithy.api#Unit",
83507+
"traits": {
83508+
"smithy.api#enumValue": "hpc8a.96xlarge"
83509+
}
8334883510
}
8334983511
}
8335083512
},

0 commit comments

Comments
 (0)