Skip to content

Commit ac8e23a

Browse files
Update to latest models
Pulled in models from botocore 1.29.102 to 1.29.103
1 parent bf6e8ac commit ac8e23a

File tree

49 files changed

+13153
-5634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+13153
-5634
lines changed

awscli/botocore/data/athena/2017-05-18/service-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,8 @@
12771277
},
12781278
"CoordinatorDpuSize":{
12791279
"type":"integer",
1280-
"max":5000,
1280+
"box":true,
1281+
"max":1,
12811282
"min":1
12821283
},
12831284
"CreateDataCatalogInput":{
@@ -1582,7 +1583,8 @@
15821583
},
15831584
"DefaultExecutorDpuSize":{
15841585
"type":"integer",
1585-
"max":5000,
1586+
"box":true,
1587+
"max":1,
15861588
"min":1
15871589
},
15881590
"DeleteDataCatalogInput":{

awscli/botocore/data/autoscaling/2011-01-01/service-2.json

Lines changed: 64 additions & 36 deletions
Large diffs are not rendered by default.

awscli/botocore/data/batch/2016-08-10/service-2.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,10 @@
907907
"shape":"FargatePlatformConfiguration",
908908
"documentation":"<p>The platform configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.</p>"
909909
},
910-
"ephemeralStorage":{"shape":"EphemeralStorage"}
910+
"ephemeralStorage":{
911+
"shape":"EphemeralStorage",
912+
"documentation":"<p>The amount of ephemeral storage allocated for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate.</p>"
913+
}
911914
},
912915
"documentation":"<p>An object that represents the details of a container that's part of a job.</p>"
913916
},
@@ -1832,8 +1835,12 @@
18321835
"EksMetadata":{
18331836
"type":"structure",
18341837
"members":{
1835-
"labels":{"shape":"EksLabelsMap"}
1836-
}
1838+
"labels":{
1839+
"shape":"EksLabelsMap",
1840+
"documentation":"<p>Key-value pairs used to identify, sort, and organize cube resources. Can contain up to 63 uppercase letters, lowercase letters, numbers, hyphens (-), and underscores (_). Labels can be added or modified at any time. Each resource can have multiple labels, but each key must be unique for a given object.</p>"
1841+
}
1842+
},
1843+
"documentation":"<p>Describes and uniquely identifies Kubernetes resources. For example, the compute environment that a pod runs in or the <code>jobID</code> for a job running in the pod. For more information, see <a href=\"https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/\">Understanding Kubernetes Objects</a> in the <i>Kubernetes documentation</i>.</p>"
18371844
},
18381845
"EksPodProperties":{
18391846
"type":"structure",
@@ -1858,7 +1865,10 @@
18581865
"shape":"EksVolumes",
18591866
"documentation":"<p>Specifies the volumes for a job definition that uses Amazon EKS resources.</p>"
18601867
},
1861-
"metadata":{"shape":"EksMetadata"}
1868+
"metadata":{
1869+
"shape":"EksMetadata",
1870+
"documentation":"<p>Metadata about the Kubernetes pod. For more information, see <a href=\"https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/\">Understanding Kubernetes Objects</a> in the <i>Kubernetes documentation</i>.</p>"
1871+
}
18621872
},
18631873
"documentation":"<p>The properties for the pod.</p>"
18641874
},
@@ -1892,7 +1902,8 @@
18921902
"nodeName":{
18931903
"shape":"String",
18941904
"documentation":"<p>The name of the node for this job.</p>"
1895-
}
1905+
},
1906+
"metadata":{"shape":"EksMetadata"}
18961907
},
18971908
"documentation":"<p>The details for the pod.</p>"
18981909
},
@@ -1903,7 +1914,10 @@
19031914
"shape":"EksContainerOverrideList",
19041915
"documentation":"<p>The overrides for the container that's used on the Amazon EKS pod.</p>"
19051916
},
1906-
"metadata":{"shape":"EksMetadata"}
1917+
"metadata":{
1918+
"shape":"EksMetadata",
1919+
"documentation":"<p>Metadata about the overrides for the container that's used on the Amazon EKS pod.</p>"
1920+
}
19071921
},
19081922
"documentation":"<p>An object that contains overrides for the Kubernetes pod properties of a job.</p>"
19091923
},

awscli/botocore/data/compute-optimizer/2019-11-01/endpoint-rule-set-1.json

Lines changed: 218 additions & 174 deletions
Large diffs are not rendered by default.

awscli/botocore/data/compute-optimizer/2019-11-01/service-2.json

Lines changed: 25 additions & 3 deletions
Large diffs are not rendered by default.

awscli/botocore/data/drs/2020-02-26/service-2.json

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,9 @@
405405
{"shape":"ValidationException"},
406406
{"shape":"UninitializedAccountException"}
407407
],
408-
"documentation":"<p>Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source Server ID, regardless of when the previous initiation started. This command will work only if the Source Server is stalled or is in a DISCONNECTED or STOPPED state.</p>"
408+
"documentation":"<p>WARNING: RetryDataReplication is deprecated. Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source Server ID, regardless of when the previous initiation started. This command will work only if the Source Server is stalled or is in a DISCONNECTED or STOPPED state. </p>",
409+
"deprecated":true,
410+
"deprecatedMessage":"WARNING: RetryDataReplication is deprecated"
409411
},
410412
"ReverseReplication":{
411413
"name":"ReverseReplication",
@@ -754,8 +756,8 @@
754756
},
755757
"ConversionMap":{
756758
"type":"map",
757-
"key":{"shape":"ebsSnapshot"},
758-
"value":{"shape":"ebsSnapshot"}
759+
"key":{"shape":"EbsSnapshot"},
760+
"value":{"shape":"EbsSnapshot"}
759761
},
760762
"ConversionProperties":{
761763
"type":"structure",
@@ -833,6 +835,10 @@
833835
"shape":"Boolean",
834836
"documentation":"<p>Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.</p>"
835837
},
838+
"autoReplicateNewDisks":{
839+
"shape":"Boolean",
840+
"documentation":"<p>Whether to allow the AWS replication agent to automatically replicate newly added disks.</p>"
841+
},
836842
"bandwidthThrottling":{
837843
"shape":"PositiveInteger",
838844
"documentation":"<p>Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.</p>"
@@ -1451,9 +1457,13 @@
14511457
"max":255,
14521458
"min":0
14531459
},
1460+
"EbsSnapshot":{
1461+
"type":"string",
1462+
"pattern":"^snap-[0-9a-zA-Z]{17}$"
1463+
},
14541464
"EbsSnapshotsList":{
14551465
"type":"list",
1456-
"member":{"shape":"ebsSnapshot"}
1466+
"member":{"shape":"EbsSnapshot"}
14571467
},
14581468
"EbsVolumeID":{
14591469
"type":"string",
@@ -2534,6 +2544,10 @@
25342544
"shape":"Boolean",
25352545
"documentation":"<p>Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.</p>"
25362546
},
2547+
"autoReplicateNewDisks":{
2548+
"shape":"Boolean",
2549+
"documentation":"<p>Whether to allow the AWS replication agent to automatically replicate newly added disks.</p>"
2550+
},
25372551
"bandwidthThrottling":{
25382552
"shape":"PositiveInteger",
25392553
"documentation":"<p>Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.</p>"
@@ -2679,6 +2693,10 @@
26792693
"shape":"Boolean",
26802694
"documentation":"<p>Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.</p>"
26812695
},
2696+
"autoReplicateNewDisks":{
2697+
"shape":"Boolean",
2698+
"documentation":"<p>Whether to allow the AWS replication agent to automatically replicate newly added disks.</p>"
2699+
},
26822700
"bandwidthThrottling":{
26832701
"shape":"PositiveInteger",
26842702
"documentation":"<p>Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.</p>"
@@ -2796,7 +2814,9 @@
27962814
"shape":"SourceServerID",
27972815
"documentation":"<p>The ID of the Source Server whose data replication should be retried.</p>"
27982816
}
2799-
}
2817+
},
2818+
"deprecated":true,
2819+
"deprecatedMessage":"WARNING: RetryDataReplication is deprecated"
28002820
},
28012821
"ReverseReplicationRequest":{
28022822
"type":"structure",
@@ -3356,6 +3376,10 @@
33563376
"shape":"Boolean",
33573377
"documentation":"<p>Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.</p>"
33583378
},
3379+
"autoReplicateNewDisks":{
3380+
"shape":"Boolean",
3381+
"documentation":"<p>Whether to allow the AWS replication agent to automatically replicate newly added disks.</p>"
3382+
},
33593383
"bandwidthThrottling":{
33603384
"shape":"PositiveInteger",
33613385
"documentation":"<p>Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.</p>"
@@ -3430,6 +3454,10 @@
34303454
"shape":"Boolean",
34313455
"documentation":"<p>Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.</p>"
34323456
},
3457+
"autoReplicateNewDisks":{
3458+
"shape":"Boolean",
3459+
"documentation":"<p>Whether to allow the AWS replication agent to automatically replicate newly added disks.</p>"
3460+
},
34333461
"bandwidthThrottling":{
34343462
"shape":"PositiveInteger",
34353463
"documentation":"<p>Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.</p>"
@@ -3541,10 +3569,6 @@
35413569
"type":"map",
35423570
"key":{"shape":"LargeBoundedString"},
35433571
"value":{"shape":"PositiveInteger"}
3544-
},
3545-
"ebsSnapshot":{
3546-
"type":"string",
3547-
"pattern":"^snap-[0-9a-zA-Z]{17}$"
35483572
}
35493573
},
35503574
"documentation":"<p>AWS Elastic Disaster Recovery Service.</p>"

awscli/botocore/data/ec2/2016-11-15/endpoint-rule-set-1.json

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -349,44 +349,6 @@
349349
"conditions": [],
350350
"type": "tree",
351351
"rules": [
352-
{
353-
"conditions": [
354-
{
355-
"fn": "stringEquals",
356-
"argv": [
357-
{
358-
"ref": "Region"
359-
},
360-
"us-gov-east-1"
361-
]
362-
}
363-
],
364-
"endpoint": {
365-
"url": "https://ec2.us-gov-east-1.amazonaws.com",
366-
"properties": {},
367-
"headers": {}
368-
},
369-
"type": "endpoint"
370-
},
371-
{
372-
"conditions": [
373-
{
374-
"fn": "stringEquals",
375-
"argv": [
376-
{
377-
"ref": "Region"
378-
},
379-
"us-gov-west-1"
380-
]
381-
}
382-
],
383-
"endpoint": {
384-
"url": "https://ec2.us-gov-west-1.amazonaws.com",
385-
"properties": {},
386-
"headers": {}
387-
},
388-
"type": "endpoint"
389-
},
390352
{
391353
"conditions": [],
392354
"endpoint": {

0 commit comments

Comments
 (0)