Skip to content

Commit b23cedd

Browse files
Release Model Changes:
69273e4a-1683-443f-8603-ba6ac5e7076c 6055af7f-1a57-41fd-9f76-01fd1514cbd3 47e3d4bd-2022-4610-8c95-f19b69d172f1 bf3d29ed-3970-410c-bb83-2519179ce5e2 46927955-d7d3-463f-8bf6-61b6ca092691
1 parent ec9b004 commit b23cedd

File tree

6 files changed

+394
-13
lines changed

6 files changed

+394
-13
lines changed

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.178
1+
model.all.version=1.0.179
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.3
44
model.acm.version=1.0.3
@@ -34,7 +34,7 @@ model.b2bi.version=1.0.4
3434
model.backup.version=1.0.10
3535
model.backup-gateway.version=1.0.2
3636
model.backupsearch.version=1.0.3
37-
model.batch.version=1.0.10
37+
model.batch.version=1.0.11
3838
model.bcm-data-exports.version=1.0.1
3939
model.bcm-pricing-calculator.version=1.0.4
4040
model.bedrock.version=1.0.20
@@ -124,9 +124,9 @@ 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.69
127+
model.ec2.version=1.0.70
128128
model.ec2-instance-connect.version=1.0.2
129-
model.ecr.version=1.0.10
129+
model.ecr.version=1.0.11
130130
model.ecr-public.version=1.0.2
131131
model.ecs.version=1.0.20
132132
model.efs.version=1.0.3
@@ -251,7 +251,7 @@ model.migrationhubstrategy.version=1.0.2
251251
model.mq.version=1.0.3
252252
model.mturk.version=1.0.2
253253
model.mwaa.version=1.0.2
254-
model.neptune.version=1.0.4
254+
model.neptune.version=1.0.5
255255
model.neptune-graph.version=1.0.3
256256
model.neptunedata.version=1.0.4
257257
model.network-firewall.version=1.0.9
@@ -379,7 +379,7 @@ model.voice-id.version=1.0.2
379379
model.vpc-lattice.version=1.0.4
380380
model.waf.version=1.0.2
381381
model.waf-regional.version=1.0.2
382-
model.wafv2.version=1.0.7
382+
model.wafv2.version=1.0.8
383383
model.wellarchitected.version=1.0.2
384384
model.wisdom.version=1.0.2
385385
model.workdocs.version=1.0.2

models/batch/service/2016-08-10/batch-2016-08-10.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5771,7 +5771,7 @@
57715771
"capacityUnit": {
57725772
"target": "com.amazonaws.batch#String",
57735773
"traits": {
5774-
"smithy.api#documentation": "<p>The unit of measure for the capacity usage. For compute jobs, this is\n <code>VCPU</code> for Amazon EC2 and <code>cpu</code> for Amazon EKS. For service jobs, this is <code>NUM_INSTANCES</code>.</p>"
5774+
"smithy.api#documentation": "<p>The unit of measure for the capacity usage. For compute jobs, this is\n <code>VCPU</code> for Amazon EC2 and <code>cpu</code> for Amazon EKS. For service jobs, this is the instance type.</p>"
57755775
}
57765776
},
57775777
"quantity": {
@@ -8323,7 +8323,7 @@
83238323
"capacityUnit": {
83248324
"target": "com.amazonaws.batch#String",
83258325
"traits": {
8326-
"smithy.api#documentation": "<p>The unit of measure for the capacity usage. For compute jobs, this is\n <code>VCPU</code> for Amazon EC2 and <code>cpu</code> for Amazon EKS. For service jobs, this is <code>NUM_INSTANCES</code>.</p>"
8326+
"smithy.api#documentation": "<p>The unit of measure for the capacity usage. For compute jobs, this is\n <code>VCPU</code> for Amazon EC2 and <code>cpu</code> for Amazon EKS. For service jobs, this is the instance type.</p>"
83278327
}
83288328
},
83298329
"quantity": {
@@ -9029,7 +9029,7 @@
90299029
"capacityUnit": {
90309030
"target": "com.amazonaws.batch#String",
90319031
"traits": {
9032-
"smithy.api#documentation": "<p>The unit of measure for the service job capacity usage. For service jobs, this is\n <code>NUM_INSTANCES</code>.</p>"
9032+
"smithy.api#documentation": "<p>The unit of measure for the service job capacity usage. For service jobs, this is the\n instance type.</p>"
90339033
}
90349034
},
90359035
"quantity": {
@@ -9055,7 +9055,7 @@
90559055
"capacityUnit": {
90569056
"target": "com.amazonaws.batch#String",
90579057
"traits": {
9058-
"smithy.api#documentation": "<p>The unit of measure for the service job capacity usage. For service jobs, this is\n <code>NUM_INSTANCES</code>.</p>"
9058+
"smithy.api#documentation": "<p>The unit of measure for the service job capacity usage. For service jobs, this is the\n instance type.</p>"
90599059
}
90609060
},
90619061
"quantity": {

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12036,6 +12036,14 @@
1203612036
"smithy.api#documentation": "<p>The currency of the payment for the Capacity Block extension.</p>",
1203712037
"smithy.api#xmlName": "currencyCode"
1203812038
}
12039+
},
12040+
"ZoneType": {
12041+
"target": "com.amazonaws.ec2#String",
12042+
"traits": {
12043+
"aws.protocols#ec2QueryName": "ZoneType",
12044+
"smithy.api#documentation": "<p>The type of zone where the Capacity Block extension is located.</p>",
12045+
"smithy.api#xmlName": "zoneType"
12046+
}
1203912047
}
1204012048
},
1204112049
"traits": {
@@ -12140,6 +12148,14 @@
1214012148
"smithy.api#documentation": "<p>Indicates the tenancy of the Capacity Block extension offering. A Capacity Block can\n\t\t\thave one of the following tenancy settings:</p>\n <ul>\n <li>\n <p>\n <code>default</code> - The Capacity Block is created on hardware that is\n\t\t\t\t\tshared with other Amazon Web Services accounts.</p>\n </li>\n <li>\n <p>\n <code>dedicated</code> - The Capacity Block is created on single-tenant\n\t\t\t\t\thardware that is dedicated to a single Amazon Web Services account.</p>\n </li>\n </ul>",
1214112149
"smithy.api#xmlName": "tenancy"
1214212150
}
12151+
},
12152+
"ZoneType": {
12153+
"target": "com.amazonaws.ec2#String",
12154+
"traits": {
12155+
"aws.protocols#ec2QueryName": "ZoneType",
12156+
"smithy.api#documentation": "<p>The type of zone where the Capacity Block extension offering is available.</p>",
12157+
"smithy.api#xmlName": "zoneType"
12158+
}
1214312159
}
1214412160
},
1214512161
"traits": {
@@ -12328,6 +12344,14 @@
1232812344
"smithy.api#documentation": "<p>The number of minutes (in addition to <code>capacityBlockDurationHours</code>) for the\n\t\t\tduration of the Capacity Block reservation. For example, if a Capacity Block starts at\n\t\t\t\t<b>08:55</b> and ends at <b>11:30</b>, the minutes field would be <b>35</b>.</p>",
1232912345
"smithy.api#xmlName": "capacityBlockDurationMinutes"
1233012346
}
12347+
},
12348+
"ZoneType": {
12349+
"target": "com.amazonaws.ec2#String",
12350+
"traits": {
12351+
"aws.protocols#ec2QueryName": "ZoneType",
12352+
"smithy.api#documentation": "<p>The type of zone where the Capacity Block offering is available.</p>",
12353+
"smithy.api#xmlName": "zoneType"
12354+
}
1233112355
}
1233212356
},
1233312357
"traits": {
@@ -34430,6 +34454,12 @@
3443034454
"traits": {
3443134455
"smithy.api#documentation": "<p>The number of EC2 UltraServers in the offerings.</p>"
3443234456
}
34457+
},
34458+
"AllAvailabilityZones": {
34459+
"target": "com.amazonaws.ec2#Boolean",
34460+
"traits": {
34461+
"smithy.api#documentation": "<p>\n\t\t\tInclude all Availability Zones and Local Zones, regardless of your opt-in status.\n\t\t\tIf you do not use this parameter, the results include available offerings from all\n\t\t\tAvailability Zones in the Amazon Web Services Region and Local Zones you are opted into.\n\t\t</p>"
34462+
}
3443334463
}
3443434464
},
3443534465
"traits": {

models/ecr/service/2015-09-21/ecr-2015-09-21.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7989,7 +7989,7 @@
79897989
"min": 1,
79907990
"max": 256
79917991
},
7992-
"smithy.api#pattern": "^((?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*/?|ROOT)$"
7992+
"smithy.api#pattern": "^([a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*(\\/[a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*)*\\/?|ROOT)$"
79937993
}
79947994
},
79957995
"com.amazonaws.ecr#PrefixList": {
@@ -8110,7 +8110,7 @@
81108110
"min": 2,
81118111
"max": 30
81128112
},
8113-
"smithy.api#pattern": "^((?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*/?|ROOT)$"
8113+
"smithy.api#pattern": "^([a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*(\\/[a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*)*\\/?|ROOT)$"
81148114
}
81158115
},
81168116
"com.amazonaws.ecr#PullThroughCacheRuleRepositoryPrefixList": {
@@ -9376,7 +9376,7 @@
93769376
"min": 2,
93779377
"max": 256
93789378
},
9379-
"smithy.api#pattern": "^(?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*$"
9379+
"smithy.api#pattern": "^[a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*(\\/[a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*)*$"
93809380
}
93819381
},
93829382
"com.amazonaws.ecr#RepositoryNameList": {

models/neptune/service/2014-10-31/neptune-2014-10-31.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,6 +3109,18 @@
31093109
"smithy.api#documentation": "<p>The deletion protection setting for the new global database.\n The global database can't be deleted when deletion protection is\n enabled.</p>"
31103110
}
31113111
},
3112+
"DatabaseName": {
3113+
"target": "com.amazonaws.neptune#String",
3114+
"traits": {
3115+
"smithy.api#documentation": "<p>The name for the new global database (up to 64 alpha-numeric\n characters.</p>"
3116+
}
3117+
},
3118+
"Tags": {
3119+
"target": "com.amazonaws.neptune#TagList",
3120+
"traits": {
3121+
"smithy.api#documentation": "<p>Tags to assign to the global cluster.</p>"
3122+
}
3123+
},
31123124
"StorageEncrypted": {
31133125
"target": "com.amazonaws.neptune#BooleanOptional",
31143126
"traits": {
@@ -7691,6 +7703,12 @@
76917703
"smithy.api#documentation": "<p>The Neptune engine version used by the global database.</p>"
76927704
}
76937705
},
7706+
"DatabaseName": {
7707+
"target": "com.amazonaws.neptune#String",
7708+
"traits": {
7709+
"smithy.api#documentation": "<p>The default database name within the new global database cluster.</p>"
7710+
}
7711+
},
76947712
"StorageEncrypted": {
76957713
"target": "com.amazonaws.neptune#BooleanOptional",
76967714
"traits": {
@@ -7714,6 +7732,12 @@
77147732
"traits": {
77157733
"smithy.api#documentation": "<p>A data object containing all properties for the current state of an in-process or pending switchover or failover process for this global cluster (Neptune global database).\n This object is empty unless the <code>SwitchoverGlobalCluster</code> or <code>FailoverGlobalCluster</code> operation was called on this global cluster.</p>"
77167734
}
7735+
},
7736+
"TagList": {
7737+
"target": "com.amazonaws.neptune#TagList",
7738+
"traits": {
7739+
"smithy.api#documentation": "<p>A list of global cluster tags.</p>"
7740+
}
77177741
}
77187742
},
77197743
"traits": {
@@ -9245,9 +9269,18 @@
92459269
"target": "com.amazonaws.neptune#ModifyGlobalClusterResult"
92469270
},
92479271
"errors": [
9272+
{
9273+
"target": "com.amazonaws.neptune#GlobalClusterAlreadyExistsFault"
9274+
},
92489275
{
92499276
"target": "com.amazonaws.neptune#GlobalClusterNotFoundFault"
92509277
},
9278+
{
9279+
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
9280+
},
9281+
{
9282+
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
9283+
},
92519284
{
92529285
"target": "com.amazonaws.neptune#InvalidGlobalClusterStateFault"
92539286
}

0 commit comments

Comments
 (0)