Skip to content

Commit 8540f90

Browse files
Update to latest models
Pulled in models from botocore 1.29.108
1 parent 43ec752 commit 8540f90

File tree

12 files changed

+1889
-1600
lines changed

12 files changed

+1889
-1600
lines changed

awscli/botocore/data/cloudformation/2010-05-15/endpoint-rule-set-1.json

Lines changed: 212 additions & 224 deletions
Large diffs are not rendered by default.

awscli/botocore/data/cloudformation/2010-05-15/waiters-2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@
119119
"expected": "UPDATE_ROLLBACK_COMPLETE",
120120
"matcher": "pathAny",
121121
"state": "failure"
122+
},
123+
{
124+
"argument": "Stacks[].StackStatus",
125+
"expected": "UPDATE_COMPLETE",
126+
"matcher": "pathAny",
127+
"state": "failure"
122128
}
123129
]
124130
},

awscli/botocore/data/endpoints.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,7 @@
10691069
"ap-northeast-2" : { },
10701070
"ap-northeast-3" : { },
10711071
"ap-south-1" : { },
1072+
"ap-south-2" : { },
10721073
"ap-southeast-1" : { },
10731074
"ap-southeast-2" : { },
10741075
"ap-southeast-3" : { },
@@ -7124,8 +7125,10 @@
71247125
"ap-southeast-3" : { },
71257126
"ca-central-1" : { },
71267127
"eu-central-1" : { },
7128+
"eu-central-2" : { },
71277129
"eu-north-1" : { },
71287130
"eu-south-1" : { },
7131+
"eu-south-2" : { },
71297132
"eu-west-1" : { },
71307133
"eu-west-2" : { },
71317134
"eu-west-3" : { },
@@ -8671,13 +8674,16 @@
86718674
"ap-northeast-2" : { },
86728675
"ap-northeast-3" : { },
86738676
"ap-south-1" : { },
8677+
"ap-south-2" : { },
86748678
"ap-southeast-1" : { },
86758679
"ap-southeast-2" : { },
86768680
"ap-southeast-3" : { },
86778681
"ca-central-1" : { },
86788682
"eu-central-1" : { },
8683+
"eu-central-2" : { },
86798684
"eu-north-1" : { },
86808685
"eu-south-1" : { },
8686+
"eu-south-2" : { },
86818687
"eu-west-1" : { },
86828688
"eu-west-2" : { },
86838689
"eu-west-3" : { },
@@ -11325,6 +11331,7 @@
1132511331
"ap-east-1" : { },
1132611332
"ap-northeast-1" : { },
1132711333
"ap-northeast-2" : { },
11334+
"ap-northeast-3" : { },
1132811335
"ap-south-1" : { },
1132911336
"ap-southeast-1" : { },
1133011337
"ap-southeast-2" : { },

awscli/botocore/data/greengrassv2/2020-11-30/endpoint-rule-set-1.json

Lines changed: 273 additions & 285 deletions
Large diffs are not rendered by default.

awscli/botocore/data/greengrassv2/2020-11-30/service-2.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@
14821482
},
14831483
"coreDeviceExecutionStatus":{
14841484
"shape":"EffectiveDeploymentExecutionStatus",
1485-
"documentation":"<p>The status of the deployment job on the Greengrass core device.</p>"
1485+
"documentation":"<p>The status of the deployment job on the Greengrass core device.</p> <ul> <li> <p> <code>IN_PROGRESS</code> – The deployment job is running.</p> </li> <li> <p> <code>QUEUED</code> – The deployment job is in the job queue and waiting to run.</p> </li> <li> <p> <code>FAILED</code> – The deployment failed. For more information, see the <code>statusDetails</code> field.</p> </li> <li> <p> <code>COMPLETED</code> – The deployment to an IoT thing was completed successfully.</p> </li> <li> <p> <code>TIMED_OUT</code> – The deployment didn't complete in the allotted time. </p> </li> <li> <p> <code>CANCELED</code> – The deployment was canceled by the user.</p> </li> <li> <p> <code>REJECTED</code> – The deployment was rejected. For more information, see the <code>statusDetails</code> field.</p> </li> <li> <p> <code>SUCCEEDED</code> – The deployment to an IoT thing group was completed successfully.</p> </li> </ul>"
14861486
},
14871487
"reason":{
14881488
"shape":"Reason",
@@ -1530,7 +1530,8 @@
15301530
"COMPLETED",
15311531
"TIMED_OUT",
15321532
"CANCELED",
1533-
"REJECTED"
1533+
"REJECTED",
1534+
"SUCCEEDED"
15341535
]
15351536
},
15361537
"EffectiveDeploymentStatusDetails":{
@@ -1825,11 +1826,11 @@
18251826
},
18261827
"lastReportedTimestamp":{
18271828
"shape":"Timestamp",
1828-
"documentation":"<p>The last time the Greengrass core device sent a message containing a certain component to the Amazon Web Services Cloud.</p> <p>A component does not need to see a state change for this field to update.</p>"
1829+
"documentation":"<p>The last time the Greengrass core device sent a message containing a component's state to the Amazon Web Services Cloud.</p> <p>A component does not need to see a state change for this field to update.</p>"
18291830
},
18301831
"lastInstallationSource":{
18311832
"shape":"NonEmptyString",
1832-
"documentation":"<p>The most recent deployment source that brought the component to the Greengrass core device. For a thing group deployment or thing deployment, the source will be the The ID of the deployment. and for local deployments it will be <code>LOCAL</code>.</p>"
1833+
"documentation":"<p>The most recent deployment source that brought the component to the Greengrass core device. For a thing group deployment or thing deployment, the source will be the The ID of the deployment. and for local deployments it will be <code>LOCAL</code>.</p> <note> <p>Any deployment will attempt to reinstall currently broken components on the device, which will update the last installation source.</p> </note>"
18331834
},
18341835
"lifecycleStatusCodes":{
18351836
"shape":"InstalledComponentLifecycleStatusCodeList",

0 commit comments

Comments
 (0)