aws-sdk-core 2.6.3 → 2.6.4
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 +13 -2
- 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: 0b67aff2706b16dbb6e1e63de15c0d9f1c517d07
|
|
4
|
+
data.tar.gz: b6731fc08e504d4fbc0d877f2a19ac96832330ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cce01d56efe04f68e65e97b94459c966aa5ff15bd86ea11da02dd21395850fe576a20a4066707d67232605cb1d2d336ec1eb4b7735eda3d5d5ad548605cb5eb
|
|
7
|
+
data.tar.gz: 67706c821b43ee5b09fef4e841989710db699bec02769d09b44c01f8a6a9808ab971c76ce2944b9417c2b6677d9293b657654e676fa5ba9ef86a77bd89ac53b1
|
|
@@ -452,7 +452,8 @@
|
|
|
452
452
|
"type":"structure",
|
|
453
453
|
"required":["StackName"],
|
|
454
454
|
"members":{
|
|
455
|
-
"StackName":{"shape":"StackNameOrId"}
|
|
455
|
+
"StackName":{"shape":"StackNameOrId"},
|
|
456
|
+
"RoleARN":{"shape":"RoleARN"}
|
|
456
457
|
}
|
|
457
458
|
},
|
|
458
459
|
"ContinueUpdateRollbackOutput":{
|
|
@@ -474,6 +475,7 @@
|
|
|
474
475
|
"Parameters":{"shape":"Parameters"},
|
|
475
476
|
"Capabilities":{"shape":"Capabilities"},
|
|
476
477
|
"ResourceTypes":{"shape":"ResourceTypes"},
|
|
478
|
+
"RoleARN":{"shape":"RoleARN"},
|
|
477
479
|
"NotificationARNs":{"shape":"NotificationARNs"},
|
|
478
480
|
"Tags":{"shape":"Tags"},
|
|
479
481
|
"ChangeSetName":{"shape":"ChangeSetName"},
|
|
@@ -500,6 +502,7 @@
|
|
|
500
502
|
"NotificationARNs":{"shape":"NotificationARNs"},
|
|
501
503
|
"Capabilities":{"shape":"Capabilities"},
|
|
502
504
|
"ResourceTypes":{"shape":"ResourceTypes"},
|
|
505
|
+
"RoleARN":{"shape":"RoleARN"},
|
|
503
506
|
"OnFailure":{"shape":"OnFailure"},
|
|
504
507
|
"StackPolicyBody":{"shape":"StackPolicyBody"},
|
|
505
508
|
"StackPolicyURL":{"shape":"StackPolicyURL"},
|
|
@@ -531,7 +534,8 @@
|
|
|
531
534
|
"required":["StackName"],
|
|
532
535
|
"members":{
|
|
533
536
|
"StackName":{"shape":"StackName"},
|
|
534
|
-
"RetainResources":{"shape":"RetainResources"}
|
|
537
|
+
"RetainResources":{"shape":"RetainResources"},
|
|
538
|
+
"RoleARN":{"shape":"RoleARN"}
|
|
535
539
|
}
|
|
536
540
|
},
|
|
537
541
|
"DeletionTime":{"type":"timestamp"},
|
|
@@ -990,6 +994,11 @@
|
|
|
990
994
|
"type":"list",
|
|
991
995
|
"member":{"shape":"LogicalResourceId"}
|
|
992
996
|
},
|
|
997
|
+
"RoleARN":{
|
|
998
|
+
"type":"string",
|
|
999
|
+
"max":2048,
|
|
1000
|
+
"min":20
|
|
1001
|
+
},
|
|
993
1002
|
"Scope":{
|
|
994
1003
|
"type":"list",
|
|
995
1004
|
"member":{"shape":"ResourceAttribute"}
|
|
@@ -1039,6 +1048,7 @@
|
|
|
1039
1048
|
"TimeoutInMinutes":{"shape":"TimeoutMinutes"},
|
|
1040
1049
|
"Capabilities":{"shape":"Capabilities"},
|
|
1041
1050
|
"Outputs":{"shape":"Outputs"},
|
|
1051
|
+
"RoleARN":{"shape":"RoleARN"},
|
|
1042
1052
|
"Tags":{"shape":"Tags"}
|
|
1043
1053
|
}
|
|
1044
1054
|
},
|
|
@@ -1266,6 +1276,7 @@
|
|
|
1266
1276
|
"Parameters":{"shape":"Parameters"},
|
|
1267
1277
|
"Capabilities":{"shape":"Capabilities"},
|
|
1268
1278
|
"ResourceTypes":{"shape":"ResourceTypes"},
|
|
1279
|
+
"RoleARN":{"shape":"RoleARN"},
|
|
1269
1280
|
"StackPolicyBody":{"shape":"StackPolicyBody"},
|
|
1270
1281
|
"StackPolicyURL":{"shape":"StackPolicyURL"},
|
|
1271
1282
|
"NotificationARNs":{"shape":"NotificationARNs"},
|
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.6.
|
|
4
|
+
version: 2.6.4
|
|
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: 2016-09-
|
|
11
|
+
date: 2016-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|