aws-sdk-core 2.11.53 → 2.11.54

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e67592113648f90685e873ff94f453d929f7e56c
4
- data.tar.gz: 7fb2466838b45b296717b802d8a7d553a140965a
3
+ metadata.gz: 862a88a47a3506455282385b92b67890bb96771c
4
+ data.tar.gz: 48463e7d02d46d7ac0103928f719aacd53036273
5
5
  SHA512:
6
- metadata.gz: 1db43767a4fce5ebf5d2ac6a77dff9f816a9521b7d23bbc5c29c72d2f449d95d511c6b110d8de634c8c0db4b68ba2a46dd64d58d68db0d4d71bfffe901b03a3d
7
- data.tar.gz: e15b876395c49651a2ec4e39d0f3969e5c18827894136aba5b7600857b7d134e81e653ee5a9aa6282d7288b60bc681689d61e0500e840040dc3f2e1eba6cc7b7
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":"StackSetName"},
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":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.53'
2
+ VERSION = '2.11.54'
3
3
  end
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.53
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-18 00:00:00.000000000 Z
11
+ date: 2018-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath