aws-sdk-core 2.9.13 → 2.9.14

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f095cfbd82edc470a8441bf20d13e5cba8246d2b
4
- data.tar.gz: 24f914b30ef32bc48849a5c8c8c73a0ac22d4c09
3
+ metadata.gz: 1b365cbe2e81cfb0f36346f2bf59b0cb605ba0a7
4
+ data.tar.gz: 5b463cf59e27a7dffa47cbd848f9623c5226f1d4
5
5
  SHA512:
6
- metadata.gz: 646993b102e266b672bf9704ba86d188c163ba31208582ea04c9d3e7a4d9542c2734de092ca96578a56436185d2afc2ace88828209ada474b91d59b3715083b9
7
- data.tar.gz: 8dc2d4b4f4353c9042522edfb473d93f6a8a6b5385e5ddb7ec43b7f2f0a63f8ef77a457400eaf34dacad6193025f889a823b61fc894634bc8b769e7b477e5c9f
6
+ metadata.gz: 22ec91418ad90052ab43776404a0f7ec544bfeedda07a4af6e8fd7e18a13e7d5f592859ce9e38f99132ba7c0256b21b34d1d481bf81724daf2643f63e024d8ec
7
+ data.tar.gz: 65f4d59e3457d7cb18463dece8e2d7b1a960de3ac963cba0d3ddceed78f2437598e0be46fa119c5a5ea196e5266a9a953015c6401285beb2a05034f8ad2c2048
@@ -13,6 +13,16 @@
13
13
  "output_token": "NextToken",
14
14
  "result_key": "Stacks"
15
15
  },
16
+ "ListExports": {
17
+ "input_token": "NextToken",
18
+ "output_token": "NextToken",
19
+ "result_key": "Exports"
20
+ },
21
+ "ListImports": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "result_key": "Imports"
25
+ },
16
26
  "ListStackResources": {
17
27
  "input_token": "NextToken",
18
28
  "output_token": "NextToken",
@@ -152,6 +152,31 @@
152
152
  "state": "failure"
153
153
  }
154
154
  ]
155
+ },
156
+ "ChangeSetCreateComplete": {
157
+ "delay": 30,
158
+ "operation": "DescribeChangeSet",
159
+ "maxAttempts": 120,
160
+ "description": "Wait until change set status is CREATE_COMPLETE.",
161
+ "acceptors": [
162
+ {
163
+ "argument": "Status",
164
+ "expected": "CREATE_COMPLETE",
165
+ "matcher": "path",
166
+ "state": "success"
167
+ },
168
+ {
169
+ "argument": "Status",
170
+ "expected": "FAILED",
171
+ "matcher": "path",
172
+ "state": "failure"
173
+ },
174
+ {
175
+ "expected": "ValidationError",
176
+ "matcher": "error",
177
+ "state": "failure"
178
+ }
179
+ ]
155
180
  }
156
181
  }
157
182
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.13'
2
+ VERSION = '2.9.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.13
4
+ version: 2.9.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services