aws-sdk-core 2.10.52 → 2.10.53

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: e065d210d38c1a6c6ad80e460c439ca2f8db5714
4
- data.tar.gz: 242013f84b4dbf0de595cf0418d27d668e6a930a
3
+ metadata.gz: c8972b133e00ef2d78e4b7ec2aabdb11f36548f3
4
+ data.tar.gz: 56b85f4e12dff2fba1890324766b4e7532876883
5
5
  SHA512:
6
- metadata.gz: 76b85a92c2e6f98849aa907a5f4da60fa277be5b677c49582c13b59d75ce0f59892dc221baef325dc6eb5951026c8ca39797c30c2f8c18a7a5d26320b2b14e6d
7
- data.tar.gz: 10296e4d22523f099a1c4de7a99b56f8e39bce13522ce447ff197f5c7ba2ae22306bed433e4995d515d32333a05ca2c7ed86820a874254384b1d526ac7cd8e48
6
+ metadata.gz: a18f0ae265661dec4e7c90c4bd017086e53c902f2b726e31b1e37aaa4f405a05937aeb7b01abc2baabc75d6718b84124fad634dd0c626fee5f45109e70cbda8a
7
+ data.tar.gz: a76f5ddd980c606607a187b340f27ba68bbaf3ce6eadfe8feb555a5d164d5e253ef6bcb86077e09f85f81f87c620f50ee6e6ebe5c16fa07d0b7181bd8471469c
@@ -549,6 +549,18 @@
549
549
  {"shape":"InvalidOperationException"}
550
550
  ]
551
551
  },
552
+ "UpdateTerminationProtection":{
553
+ "name":"UpdateTerminationProtection",
554
+ "http":{
555
+ "method":"POST",
556
+ "requestUri":"/"
557
+ },
558
+ "input":{"shape":"UpdateTerminationProtectionInput"},
559
+ "output":{
560
+ "shape":"UpdateTerminationProtectionOutput",
561
+ "resultWrapper":"UpdateTerminationProtectionResult"
562
+ }
563
+ },
552
564
  "ValidateTemplate":{
553
565
  "name":"ValidateTemplate",
554
566
  "http":{
@@ -809,7 +821,8 @@
809
821
  "StackPolicyBody":{"shape":"StackPolicyBody"},
810
822
  "StackPolicyURL":{"shape":"StackPolicyURL"},
811
823
  "Tags":{"shape":"Tags"},
812
- "ClientRequestToken":{"shape":"ClientRequestToken"}
824
+ "ClientRequestToken":{"shape":"ClientRequestToken"},
825
+ "EnableTerminationProtection":{"shape":"EnableTerminationProtection"}
813
826
  }
814
827
  },
815
828
  "CreateStackInstancesInput":{
@@ -1096,6 +1109,7 @@
1096
1109
  "min":1
1097
1110
  },
1098
1111
  "DisableRollback":{"type":"boolean"},
1112
+ "EnableTerminationProtection":{"type":"boolean"},
1099
1113
  "EstimateTemplateCostInput":{
1100
1114
  "type":"structure",
1101
1115
  "members":{
@@ -1734,6 +1748,7 @@
1734
1748
  "Description":{"shape":"Description"},
1735
1749
  "Parameters":{"shape":"Parameters"},
1736
1750
  "CreationTime":{"shape":"CreationTime"},
1751
+ "DeletionTime":{"shape":"DeletionTime"},
1737
1752
  "LastUpdatedTime":{"shape":"LastUpdatedTime"},
1738
1753
  "RollbackConfiguration":{"shape":"RollbackConfiguration"},
1739
1754
  "StackStatus":{"shape":"StackStatus"},
@@ -1744,7 +1759,10 @@
1744
1759
  "Capabilities":{"shape":"Capabilities"},
1745
1760
  "Outputs":{"shape":"Outputs"},
1746
1761
  "RoleARN":{"shape":"RoleARN"},
1747
- "Tags":{"shape":"Tags"}
1762
+ "Tags":{"shape":"Tags"},
1763
+ "EnableTerminationProtection":{"shape":"EnableTerminationProtection"},
1764
+ "ParentId":{"shape":"StackId"},
1765
+ "RootId":{"shape":"StackId"}
1748
1766
  }
1749
1767
  },
1750
1768
  "StackEvent":{
@@ -2098,7 +2116,9 @@
2098
2116
  "LastUpdatedTime":{"shape":"LastUpdatedTime"},
2099
2117
  "DeletionTime":{"shape":"DeletionTime"},
2100
2118
  "StackStatus":{"shape":"StackStatus"},
2101
- "StackStatusReason":{"shape":"StackStatusReason"}
2119
+ "StackStatusReason":{"shape":"StackStatusReason"},
2120
+ "ParentId":{"shape":"StackId"},
2121
+ "RootId":{"shape":"StackId"}
2102
2122
  }
2103
2123
  },
2104
2124
  "Stacks":{
@@ -2267,6 +2287,23 @@
2267
2287
  "OperationId":{"shape":"ClientRequestToken"}
2268
2288
  }
2269
2289
  },
2290
+ "UpdateTerminationProtectionInput":{
2291
+ "type":"structure",
2292
+ "required":[
2293
+ "EnableTerminationProtection",
2294
+ "StackName"
2295
+ ],
2296
+ "members":{
2297
+ "EnableTerminationProtection":{"shape":"EnableTerminationProtection"},
2298
+ "StackName":{"shape":"StackNameOrId"}
2299
+ }
2300
+ },
2301
+ "UpdateTerminationProtectionOutput":{
2302
+ "type":"structure",
2303
+ "members":{
2304
+ "StackId":{"shape":"StackId"}
2305
+ }
2306
+ },
2270
2307
  "Url":{"type":"string"},
2271
2308
  "UsePreviousTemplate":{"type":"boolean"},
2272
2309
  "UsePreviousValue":{"type":"boolean"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.52'
2
+ VERSION = '2.10.53'
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.10.52
4
+ version: 2.10.53
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-09-22 00:00:00.000000000 Z
11
+ date: 2017-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath