aws-sdk-core 2.11.53 → 2.11.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/cloudformation/2010-05-15/api-2.json +17 -4
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 862a88a47a3506455282385b92b67890bb96771c
|
|
4
|
+
data.tar.gz: 48463e7d02d46d7ac0103928f719aacd53036273
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8938a8bf1ac0887d07620f8368dd1a549bc3eeb72e7d0ff8e04e0ecbe0d8efa3309b828a7a497ffe1f255651640aabdb27065173e16d0802516e27e1ef72979
|
|
7
|
+
data.tar.gz: 3c68311762abe26738d1307ae5ce5fdb108b8efe51ea7d2c11e639099411037446ef263b4033c84f18135b98423956e145e6f70924a51b9d1a31966b6ac1b157
|
|
@@ -567,7 +567,8 @@
|
|
|
567
567
|
{"shape":"OperationInProgressException"},
|
|
568
568
|
{"shape":"OperationIdAlreadyExistsException"},
|
|
569
569
|
{"shape":"StaleRequestException"},
|
|
570
|
-
{"shape":"InvalidOperationException"}
|
|
570
|
+
{"shape":"InvalidOperationException"},
|
|
571
|
+
{"shape":"StackInstanceNotFoundException"}
|
|
571
572
|
]
|
|
572
573
|
},
|
|
573
574
|
"UpdateTerminationProtection":{
|
|
@@ -889,6 +890,7 @@
|
|
|
889
890
|
"Capabilities":{"shape":"Capabilities"},
|
|
890
891
|
"Tags":{"shape":"Tags"},
|
|
891
892
|
"AdministrationRoleARN":{"shape":"RoleARN"},
|
|
893
|
+
"ExecutionRoleName":{"shape":"ExecutionRoleName"},
|
|
892
894
|
"ClientRequestToken":{
|
|
893
895
|
"shape":"ClientRequestToken",
|
|
894
896
|
"idempotencyToken":true
|
|
@@ -1169,6 +1171,12 @@
|
|
|
1169
1171
|
"members":{
|
|
1170
1172
|
}
|
|
1171
1173
|
},
|
|
1174
|
+
"ExecutionRoleName":{
|
|
1175
|
+
"type":"string",
|
|
1176
|
+
"max":64,
|
|
1177
|
+
"min":1,
|
|
1178
|
+
"pattern":"[a-zA-Z_0-9+=,.@-]+"
|
|
1179
|
+
},
|
|
1172
1180
|
"ExecutionStatus":{
|
|
1173
1181
|
"type":"string",
|
|
1174
1182
|
"enum":[
|
|
@@ -1966,7 +1974,8 @@
|
|
|
1966
1974
|
"Capabilities":{"shape":"Capabilities"},
|
|
1967
1975
|
"Tags":{"shape":"Tags"},
|
|
1968
1976
|
"StackSetARN":{"shape":"StackSetARN"},
|
|
1969
|
-
"AdministrationRoleARN":{"shape":"RoleARN"}
|
|
1977
|
+
"AdministrationRoleARN":{"shape":"RoleARN"},
|
|
1978
|
+
"ExecutionRoleName":{"shape":"ExecutionRoleName"}
|
|
1970
1979
|
}
|
|
1971
1980
|
},
|
|
1972
1981
|
"StackSetARN":{"type":"string"},
|
|
@@ -2008,6 +2017,7 @@
|
|
|
2008
2017
|
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
|
|
2009
2018
|
"RetainStacks":{"shape":"RetainStacksNullable"},
|
|
2010
2019
|
"AdministrationRoleARN":{"shape":"RoleARN"},
|
|
2020
|
+
"ExecutionRoleName":{"shape":"ExecutionRoleName"},
|
|
2011
2021
|
"CreationTimestamp":{"shape":"Timestamp"},
|
|
2012
2022
|
"EndTimestamp":{"shape":"Timestamp"}
|
|
2013
2023
|
}
|
|
@@ -2292,7 +2302,7 @@
|
|
|
2292
2302
|
"Regions"
|
|
2293
2303
|
],
|
|
2294
2304
|
"members":{
|
|
2295
|
-
"StackSetName":{"shape":"
|
|
2305
|
+
"StackSetName":{"shape":"StackSetNameOrId"},
|
|
2296
2306
|
"Accounts":{"shape":"AccountList"},
|
|
2297
2307
|
"Regions":{"shape":"RegionList"},
|
|
2298
2308
|
"ParameterOverrides":{"shape":"Parameters"},
|
|
@@ -2329,10 +2339,13 @@
|
|
|
2329
2339
|
"Tags":{"shape":"Tags"},
|
|
2330
2340
|
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
|
|
2331
2341
|
"AdministrationRoleARN":{"shape":"RoleARN"},
|
|
2342
|
+
"ExecutionRoleName":{"shape":"ExecutionRoleName"},
|
|
2332
2343
|
"OperationId":{
|
|
2333
2344
|
"shape":"ClientRequestToken",
|
|
2334
2345
|
"idempotencyToken":true
|
|
2335
|
-
}
|
|
2346
|
+
},
|
|
2347
|
+
"Accounts":{"shape":"AccountList"},
|
|
2348
|
+
"Regions":{"shape":"RegionList"}
|
|
2336
2349
|
}
|
|
2337
2350
|
},
|
|
2338
2351
|
"UpdateStackSetOutput":{
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.11.
|
|
4
|
+
version: 2.11.54
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-05-
|
|
11
|
+
date: 2018-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|