aws-sdk-cloudcontrolapi 1.7.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudcontrolapi/client.rb +3 -20
- data/lib/aws-sdk-cloudcontrolapi/client_api.rb +52 -52
- data/lib/aws-sdk-cloudcontrolapi/types.rb +1 -18
- data/lib/aws-sdk-cloudcontrolapi/waiters.rb +6 -6
- data/lib/aws-sdk-cloudcontrolapi.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c40fe0ae8328065bcc2abc2dea19b1555ddc5fdd9479880f7a16c57c8af46b13
|
4
|
+
data.tar.gz: 455b27525a54c4679465e1c9cce1eb16d4c41c40ec591571b4398b4bc46568de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8114f689e3e46d10102c6420a0bbaf48d9b2f52cc9f0f27af6f1536f7331534f9ebced56dd31f406e1200f36aaf54a2a4c90e271d32ffae37a5a7521a2c9984
|
7
|
+
data.tar.gz: 6a4279f573ea1879511cceb37f978c4449e2c81201c9d399f05fb68573ec1bdeb39558200b48cdf5ec60f51a3a4c911dc856b1dd3afabe6e3892e354d612dc30
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.8.0
|
@@ -480,24 +480,7 @@ module Aws::CloudControlApi
|
|
480
480
|
#
|
481
481
|
# </note>
|
482
482
|
#
|
483
|
-
#
|
484
|
-
#
|
485
|
-
# * A JSON blob
|
486
|
-
#
|
487
|
-
# * A local path containing the desired state in JSON data format
|
488
|
-
#
|
489
|
-
# For more information, see [Composing the desired state of the
|
490
|
-
# resource][1] in the *Amazon Web Services Cloud Control API User
|
491
|
-
# Guide*.
|
492
|
-
#
|
493
|
-
# For more information about the properties of a specific resource,
|
494
|
-
# refer to the related topic for the resource in the [Resource and
|
495
|
-
# property types reference][2] in the *CloudFormation Users Guide*.
|
496
|
-
#
|
497
|
-
#
|
498
|
-
#
|
499
|
-
# [1]: https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-create.html#resource-operations-create-desiredstate
|
500
|
-
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
|
483
|
+
# <p>Specify the desired state as one of the following:</p> <ul> <li> <p>A JSON blob</p> </li> <li> <p>A local path containing the desired state in JSON data format</p> </li> </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-create.html#resource-operations-create-desiredstate">Composing the desired state of the resource</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p> <p>For more information about the properties of a specific resource, refer to the related topic for the resource in the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Resource and property types reference</a> in the <i>CloudFormation Users Guide</i>.</p>
|
501
484
|
#
|
502
485
|
# @return [Types::CreateResourceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
503
486
|
#
|
@@ -1114,7 +1097,7 @@ module Aws::CloudControlApi
|
|
1114
1097
|
params: params,
|
1115
1098
|
config: config)
|
1116
1099
|
context[:gem_name] = 'aws-sdk-cloudcontrolapi'
|
1117
|
-
context[:gem_version] = '1.
|
1100
|
+
context[:gem_version] = '1.8.0'
|
1118
1101
|
Seahorse::Client::Request.new(handlers, context)
|
1119
1102
|
end
|
1120
1103
|
|
@@ -1182,7 +1165,7 @@ module Aws::CloudControlApi
|
|
1182
1165
|
#
|
1183
1166
|
# | waiter_name | params | :delay | :max_attempts |
|
1184
1167
|
# | ------------------------ | ------------------------------------ | -------- | ------------- |
|
1185
|
-
# | resource_request_success | {Client#get_resource_request_status} | 5 |
|
1168
|
+
# | resource_request_success | {Client#get_resource_request_status} | 5 | 24 |
|
1186
1169
|
#
|
1187
1170
|
# @raise [Errors::FailureStateError] Raised when the waiter terminates
|
1188
1171
|
# because the waiter has entered a state that it will not transition
|
@@ -267,8 +267,8 @@ module Aws::CloudControlApi
|
|
267
267
|
o.http_request_uri = "/"
|
268
268
|
o.input = Shapes::ShapeRef.new(shape: CancelResourceRequestInput)
|
269
269
|
o.output = Shapes::ShapeRef.new(shape: CancelResourceRequestOutput)
|
270
|
-
o.errors << Shapes::ShapeRef.new(shape: RequestTokenNotFoundException)
|
271
270
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
271
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTokenNotFoundException)
|
272
272
|
end)
|
273
273
|
|
274
274
|
api.add_operation(:create_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -277,25 +277,25 @@ module Aws::CloudControlApi
|
|
277
277
|
o.http_request_uri = "/"
|
278
278
|
o.input = Shapes::ShapeRef.new(shape: CreateResourceInput)
|
279
279
|
o.output = Shapes::ShapeRef.new(shape: CreateResourceOutput)
|
280
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentOperationException)
|
281
|
-
o.errors << Shapes::ShapeRef.new(shape: ClientTokenConflictException)
|
282
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionException)
|
283
|
-
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
284
280
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
285
|
-
o.errors << Shapes::ShapeRef.new(shape: GeneralServiceException)
|
286
281
|
o.errors << Shapes::ShapeRef.new(shape: HandlerInternalFailureException)
|
287
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
282
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneralServiceException)
|
283
|
+
o.errors << Shapes::ShapeRef.new(shape: NotUpdatableException)
|
284
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
285
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentOperationException)
|
288
286
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
289
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
287
|
+
o.errors << Shapes::ShapeRef.new(shape: PrivateTypeException)
|
290
288
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
289
|
+
o.errors << Shapes::ShapeRef.new(shape: NetworkFailureException)
|
290
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionException)
|
291
291
|
o.errors << Shapes::ShapeRef.new(shape: NotStabilizedException)
|
292
|
-
o.errors << Shapes::ShapeRef.new(shape: NotUpdatableException)
|
293
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
294
292
|
o.errors << Shapes::ShapeRef.new(shape: ServiceInternalErrorException)
|
293
|
+
o.errors << Shapes::ShapeRef.new(shape: HandlerFailureException)
|
295
294
|
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
295
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidCredentialsException)
|
296
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
297
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientTokenConflictException)
|
296
298
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
297
|
-
o.errors << Shapes::ShapeRef.new(shape: PrivateTypeException)
|
298
|
-
o.errors << Shapes::ShapeRef.new(shape: HandlerFailureException)
|
299
299
|
end)
|
300
300
|
|
301
301
|
api.add_operation(:delete_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -304,25 +304,25 @@ module Aws::CloudControlApi
|
|
304
304
|
o.http_request_uri = "/"
|
305
305
|
o.input = Shapes::ShapeRef.new(shape: DeleteResourceInput)
|
306
306
|
o.output = Shapes::ShapeRef.new(shape: DeleteResourceOutput)
|
307
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentOperationException)
|
308
|
-
o.errors << Shapes::ShapeRef.new(shape: ClientTokenConflictException)
|
309
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionException)
|
310
|
-
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
311
307
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
312
|
-
o.errors << Shapes::ShapeRef.new(shape: GeneralServiceException)
|
313
308
|
o.errors << Shapes::ShapeRef.new(shape: HandlerInternalFailureException)
|
314
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
309
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneralServiceException)
|
310
|
+
o.errors << Shapes::ShapeRef.new(shape: NotUpdatableException)
|
311
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
312
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentOperationException)
|
315
313
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
316
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
314
|
+
o.errors << Shapes::ShapeRef.new(shape: PrivateTypeException)
|
317
315
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
316
|
+
o.errors << Shapes::ShapeRef.new(shape: NetworkFailureException)
|
317
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionException)
|
318
318
|
o.errors << Shapes::ShapeRef.new(shape: NotStabilizedException)
|
319
|
-
o.errors << Shapes::ShapeRef.new(shape: NotUpdatableException)
|
320
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
321
319
|
o.errors << Shapes::ShapeRef.new(shape: ServiceInternalErrorException)
|
320
|
+
o.errors << Shapes::ShapeRef.new(shape: HandlerFailureException)
|
322
321
|
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
322
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidCredentialsException)
|
323
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
324
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientTokenConflictException)
|
323
325
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
324
|
-
o.errors << Shapes::ShapeRef.new(shape: PrivateTypeException)
|
325
|
-
o.errors << Shapes::ShapeRef.new(shape: HandlerFailureException)
|
326
326
|
end)
|
327
327
|
|
328
328
|
api.add_operation(:get_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -331,23 +331,23 @@ module Aws::CloudControlApi
|
|
331
331
|
o.http_request_uri = "/"
|
332
332
|
o.input = Shapes::ShapeRef.new(shape: GetResourceInput)
|
333
333
|
o.output = Shapes::ShapeRef.new(shape: GetResourceOutput)
|
334
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionException)
|
335
|
-
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
336
334
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
337
|
-
o.errors << Shapes::ShapeRef.new(shape: GeneralServiceException)
|
338
335
|
o.errors << Shapes::ShapeRef.new(shape: HandlerInternalFailureException)
|
339
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
336
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneralServiceException)
|
337
|
+
o.errors << Shapes::ShapeRef.new(shape: NotUpdatableException)
|
338
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
340
339
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
341
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
340
|
+
o.errors << Shapes::ShapeRef.new(shape: PrivateTypeException)
|
342
341
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
342
|
+
o.errors << Shapes::ShapeRef.new(shape: NetworkFailureException)
|
343
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionException)
|
343
344
|
o.errors << Shapes::ShapeRef.new(shape: NotStabilizedException)
|
344
|
-
o.errors << Shapes::ShapeRef.new(shape: NotUpdatableException)
|
345
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
346
345
|
o.errors << Shapes::ShapeRef.new(shape: ServiceInternalErrorException)
|
346
|
+
o.errors << Shapes::ShapeRef.new(shape: HandlerFailureException)
|
347
347
|
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
348
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidCredentialsException)
|
349
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
348
350
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
349
|
-
o.errors << Shapes::ShapeRef.new(shape: PrivateTypeException)
|
350
|
-
o.errors << Shapes::ShapeRef.new(shape: HandlerFailureException)
|
351
351
|
end)
|
352
352
|
|
353
353
|
api.add_operation(:get_resource_request_status, Seahorse::Model::Operation.new.tap do |o|
|
@@ -379,23 +379,23 @@ module Aws::CloudControlApi
|
|
379
379
|
o.http_request_uri = "/"
|
380
380
|
o.input = Shapes::ShapeRef.new(shape: ListResourcesInput)
|
381
381
|
o.output = Shapes::ShapeRef.new(shape: ListResourcesOutput)
|
382
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionException)
|
383
|
-
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
384
382
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
385
|
-
o.errors << Shapes::ShapeRef.new(shape: GeneralServiceException)
|
386
383
|
o.errors << Shapes::ShapeRef.new(shape: HandlerInternalFailureException)
|
387
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
384
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneralServiceException)
|
385
|
+
o.errors << Shapes::ShapeRef.new(shape: NotUpdatableException)
|
386
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
388
387
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
389
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
388
|
+
o.errors << Shapes::ShapeRef.new(shape: PrivateTypeException)
|
390
389
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
390
|
+
o.errors << Shapes::ShapeRef.new(shape: NetworkFailureException)
|
391
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionException)
|
391
392
|
o.errors << Shapes::ShapeRef.new(shape: NotStabilizedException)
|
392
|
-
o.errors << Shapes::ShapeRef.new(shape: NotUpdatableException)
|
393
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
394
393
|
o.errors << Shapes::ShapeRef.new(shape: ServiceInternalErrorException)
|
394
|
+
o.errors << Shapes::ShapeRef.new(shape: HandlerFailureException)
|
395
395
|
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
396
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidCredentialsException)
|
397
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
396
398
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
397
|
-
o.errors << Shapes::ShapeRef.new(shape: PrivateTypeException)
|
398
|
-
o.errors << Shapes::ShapeRef.new(shape: HandlerFailureException)
|
399
399
|
o[:pager] = Aws::Pager.new(
|
400
400
|
limit_key: "max_results",
|
401
401
|
tokens: {
|
@@ -410,25 +410,25 @@ module Aws::CloudControlApi
|
|
410
410
|
o.http_request_uri = "/"
|
411
411
|
o.input = Shapes::ShapeRef.new(shape: UpdateResourceInput)
|
412
412
|
o.output = Shapes::ShapeRef.new(shape: UpdateResourceOutput)
|
413
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentOperationException)
|
414
|
-
o.errors << Shapes::ShapeRef.new(shape: ClientTokenConflictException)
|
415
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionException)
|
416
|
-
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
417
413
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
418
|
-
o.errors << Shapes::ShapeRef.new(shape: GeneralServiceException)
|
419
414
|
o.errors << Shapes::ShapeRef.new(shape: HandlerInternalFailureException)
|
420
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
415
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneralServiceException)
|
416
|
+
o.errors << Shapes::ShapeRef.new(shape: NotUpdatableException)
|
417
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
418
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentOperationException)
|
421
419
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
422
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
420
|
+
o.errors << Shapes::ShapeRef.new(shape: PrivateTypeException)
|
423
421
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
422
|
+
o.errors << Shapes::ShapeRef.new(shape: NetworkFailureException)
|
423
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionException)
|
424
424
|
o.errors << Shapes::ShapeRef.new(shape: NotStabilizedException)
|
425
|
-
o.errors << Shapes::ShapeRef.new(shape: NotUpdatableException)
|
426
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
427
425
|
o.errors << Shapes::ShapeRef.new(shape: ServiceInternalErrorException)
|
426
|
+
o.errors << Shapes::ShapeRef.new(shape: HandlerFailureException)
|
428
427
|
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
428
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidCredentialsException)
|
429
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
430
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientTokenConflictException)
|
429
431
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
430
|
-
o.errors << Shapes::ShapeRef.new(shape: PrivateTypeException)
|
431
|
-
o.errors << Shapes::ShapeRef.new(shape: HandlerFailureException)
|
432
432
|
end)
|
433
433
|
end
|
434
434
|
|
@@ -183,24 +183,7 @@ module Aws::CloudControlApi
|
|
183
183
|
#
|
184
184
|
# </note>
|
185
185
|
#
|
186
|
-
#
|
187
|
-
#
|
188
|
-
# * A JSON blob
|
189
|
-
#
|
190
|
-
# * A local path containing the desired state in JSON data format
|
191
|
-
#
|
192
|
-
# For more information, see [Composing the desired state of the
|
193
|
-
# resource][1] in the *Amazon Web Services Cloud Control API User
|
194
|
-
# Guide*.
|
195
|
-
#
|
196
|
-
# For more information about the properties of a specific resource,
|
197
|
-
# refer to the related topic for the resource in the [Resource and
|
198
|
-
# property types reference][2] in the *CloudFormation Users Guide*.
|
199
|
-
#
|
200
|
-
#
|
201
|
-
#
|
202
|
-
# [1]: https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-create.html#resource-operations-create-desiredstate
|
203
|
-
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
|
186
|
+
# <p>Specify the desired state as one of the following:</p> <ul> <li> <p>A JSON blob</p> </li> <li> <p>A local path containing the desired state in JSON data format</p> </li> </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-create.html#resource-operations-create-desiredstate">Composing the desired state of the resource</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p> <p>For more information about the properties of a specific resource, refer to the related topic for the resource in the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Resource and property types reference</a> in the <i>CloudFormation Users Guide</i>.</p>
|
204
187
|
# @return [String]
|
205
188
|
#
|
206
189
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudcontrol-2021-09-30/CreateResourceInput AWS API Documentation
|
@@ -69,7 +69,7 @@ module Aws::CloudControlApi
|
|
69
69
|
#
|
70
70
|
# | waiter_name | params | :delay | :max_attempts |
|
71
71
|
# | ------------------------ | ------------------------------------ | -------- | ------------- |
|
72
|
-
# | resource_request_success | {Client#get_resource_request_status} | 5 |
|
72
|
+
# | resource_request_success | {Client#get_resource_request_status} | 5 | 24 |
|
73
73
|
#
|
74
74
|
module Waiters
|
75
75
|
|
@@ -78,34 +78,34 @@ module Aws::CloudControlApi
|
|
78
78
|
|
79
79
|
# @param [Hash] options
|
80
80
|
# @option options [required, Client] :client
|
81
|
-
# @option options [Integer] :max_attempts (
|
81
|
+
# @option options [Integer] :max_attempts (24)
|
82
82
|
# @option options [Integer] :delay (5)
|
83
83
|
# @option options [Proc] :before_attempt
|
84
84
|
# @option options [Proc] :before_wait
|
85
85
|
def initialize(options)
|
86
86
|
@client = options.fetch(:client)
|
87
87
|
@waiter = Aws::Waiters::Waiter.new({
|
88
|
-
max_attempts:
|
88
|
+
max_attempts: 24,
|
89
89
|
delay: 5,
|
90
90
|
poller: Aws::Waiters::Poller.new(
|
91
91
|
operation_name: :get_resource_request_status,
|
92
92
|
acceptors: [
|
93
93
|
{
|
94
|
-
"state" => "success",
|
95
94
|
"matcher" => "path",
|
96
95
|
"argument" => "progress_event.operation_status",
|
96
|
+
"state" => "success",
|
97
97
|
"expected" => "SUCCESS"
|
98
98
|
},
|
99
99
|
{
|
100
|
-
"state" => "failure",
|
101
100
|
"matcher" => "path",
|
102
101
|
"argument" => "progress_event.operation_status",
|
102
|
+
"state" => "failure",
|
103
103
|
"expected" => "FAILED"
|
104
104
|
},
|
105
105
|
{
|
106
|
-
"state" => "failure",
|
107
106
|
"matcher" => "path",
|
108
107
|
"argument" => "progress_event.operation_status",
|
108
|
+
"state" => "failure",
|
109
109
|
"expected" => "CANCEL_COMPLETE"
|
110
110
|
}
|
111
111
|
]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudcontrolapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.0
|
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: 2022-
|
11
|
+
date: 2022-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|