aws-sdk-core 2.10.33 → 2.10.34
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8998f254c5542014f63f8fccea4155a42496cef
|
4
|
+
data.tar.gz: 6f46b3ddea7cac8f42d42f22e1c4d39c221f1702
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d037e2f4d893a1528aaf4bed39083490f1e01fd2df14842c266a088f07bc57f586cbd4d37bb5518c329b6149e46c7545664fa719277e9b42874009128f54ccd
|
7
|
+
data.tar.gz: fb48febc40d59b150b962c93be4ea101de96344ded85e04177ceaeab28a51cb30b7c4f9d87a92c04f18f6664ce5bfdb992b1ee9bd276f4ec831493e60f472a6f
|
@@ -614,6 +614,7 @@
|
|
614
614
|
},
|
615
615
|
"exception":true
|
616
616
|
},
|
617
|
+
"Arn":{"type":"string"},
|
617
618
|
"CancelUpdateStackInput":{
|
618
619
|
"type":"structure",
|
619
620
|
"required":["StackName"],
|
@@ -773,6 +774,7 @@
|
|
773
774
|
"Capabilities":{"shape":"Capabilities"},
|
774
775
|
"ResourceTypes":{"shape":"ResourceTypes"},
|
775
776
|
"RoleARN":{"shape":"RoleARN"},
|
777
|
+
"RollbackConfiguration":{"shape":"RollbackConfiguration"},
|
776
778
|
"NotificationARNs":{"shape":"NotificationARNs"},
|
777
779
|
"Tags":{"shape":"Tags"},
|
778
780
|
"ChangeSetName":{"shape":"ChangeSetName"},
|
@@ -797,6 +799,7 @@
|
|
797
799
|
"TemplateURL":{"shape":"TemplateURL"},
|
798
800
|
"Parameters":{"shape":"Parameters"},
|
799
801
|
"DisableRollback":{"shape":"DisableRollback"},
|
802
|
+
"RollbackConfiguration":{"shape":"RollbackConfiguration"},
|
800
803
|
"TimeoutInMinutes":{"shape":"TimeoutMinutes"},
|
801
804
|
"NotificationARNs":{"shape":"NotificationARNs"},
|
802
805
|
"Capabilities":{"shape":"Capabilities"},
|
@@ -972,6 +975,7 @@
|
|
972
975
|
"Status":{"shape":"ChangeSetStatus"},
|
973
976
|
"StatusReason":{"shape":"ChangeSetStatusReason"},
|
974
977
|
"NotificationARNs":{"shape":"NotificationARNs"},
|
978
|
+
"RollbackConfiguration":{"shape":"RollbackConfiguration"},
|
975
979
|
"Capabilities":{"shape":"Capabilities"},
|
976
980
|
"Tags":{"shape":"Tags"},
|
977
981
|
"Changes":{"shape":"Changes"},
|
@@ -1420,6 +1424,11 @@
|
|
1420
1424
|
"min":1
|
1421
1425
|
},
|
1422
1426
|
"Metadata":{"type":"string"},
|
1427
|
+
"MonitoringTimeInMinutes":{
|
1428
|
+
"type":"integer",
|
1429
|
+
"max":180,
|
1430
|
+
"min":0
|
1431
|
+
},
|
1423
1432
|
"NameAlreadyExistsException":{
|
1424
1433
|
"type":"structure",
|
1425
1434
|
"members":{
|
@@ -1660,6 +1669,29 @@
|
|
1660
1669
|
"max":2048,
|
1661
1670
|
"min":20
|
1662
1671
|
},
|
1672
|
+
"RollbackConfiguration":{
|
1673
|
+
"type":"structure",
|
1674
|
+
"members":{
|
1675
|
+
"RollbackTriggers":{"shape":"RollbackTriggers"},
|
1676
|
+
"MonitoringTimeInMinutes":{"shape":"MonitoringTimeInMinutes"}
|
1677
|
+
}
|
1678
|
+
},
|
1679
|
+
"RollbackTrigger":{
|
1680
|
+
"type":"structure",
|
1681
|
+
"required":[
|
1682
|
+
"Arn",
|
1683
|
+
"Type"
|
1684
|
+
],
|
1685
|
+
"members":{
|
1686
|
+
"Arn":{"shape":"Arn"},
|
1687
|
+
"Type":{"shape":"Type"}
|
1688
|
+
}
|
1689
|
+
},
|
1690
|
+
"RollbackTriggers":{
|
1691
|
+
"type":"list",
|
1692
|
+
"member":{"shape":"RollbackTrigger"},
|
1693
|
+
"max":5
|
1694
|
+
},
|
1663
1695
|
"Scope":{
|
1664
1696
|
"type":"list",
|
1665
1697
|
"member":{"shape":"ResourceAttribute"}
|
@@ -1703,6 +1735,7 @@
|
|
1703
1735
|
"Parameters":{"shape":"Parameters"},
|
1704
1736
|
"CreationTime":{"shape":"CreationTime"},
|
1705
1737
|
"LastUpdatedTime":{"shape":"LastUpdatedTime"},
|
1738
|
+
"RollbackConfiguration":{"shape":"RollbackConfiguration"},
|
1706
1739
|
"StackStatus":{"shape":"StackStatus"},
|
1707
1740
|
"StackStatusReason":{"shape":"StackStatusReason"},
|
1708
1741
|
"DisableRollback":{"shape":"DisableRollback"},
|
@@ -2180,6 +2213,7 @@
|
|
2180
2213
|
"type":"list",
|
2181
2214
|
"member":{"shape":"TransformName"}
|
2182
2215
|
},
|
2216
|
+
"Type":{"type":"string"},
|
2183
2217
|
"UpdateStackInput":{
|
2184
2218
|
"type":"structure",
|
2185
2219
|
"required":["StackName"],
|
@@ -2194,6 +2228,7 @@
|
|
2194
2228
|
"Capabilities":{"shape":"Capabilities"},
|
2195
2229
|
"ResourceTypes":{"shape":"ResourceTypes"},
|
2196
2230
|
"RoleARN":{"shape":"RoleARN"},
|
2231
|
+
"RollbackConfiguration":{"shape":"RollbackConfiguration"},
|
2197
2232
|
"StackPolicyBody":{"shape":"StackPolicyBody"},
|
2198
2233
|
"StackPolicyURL":{"shape":"StackPolicyURL"},
|
2199
2234
|
"NotificationARNs":{"shape":"NotificationARNs"},
|
@@ -4153,6 +4153,9 @@
|
|
4153
4153
|
"OptionsConflictsWith":{"shape":"OptionsConflictsWith"},
|
4154
4154
|
"Persistent":{"shape":"Boolean"},
|
4155
4155
|
"Permanent":{"shape":"Boolean"},
|
4156
|
+
"RequiresAutoMinorEngineVersionUpgrade":{"shape":"Boolean"},
|
4157
|
+
"VpcOnly":{"shape":"Boolean"},
|
4158
|
+
"SupportsOptionVersionDowngrade":{"shape":"BooleanOptional"},
|
4156
4159
|
"OptionGroupOptionSettings":{"shape":"OptionGroupOptionSettingsList"},
|
4157
4160
|
"OptionGroupOptionVersions":{"shape":"OptionGroupOptionVersionsList"}
|
4158
4161
|
}
|
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.10.
|
4
|
+
version: 2.10.34
|
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: 2017-08-
|
11
|
+
date: 2017-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|