aws-sdk-cloudcontrolapi 1.7.0 → 1.8.0

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
  SHA256:
3
- metadata.gz: 0e92fe62792acb6b58879d4e106005eea7a5514efda5652553b1fefcac178297
4
- data.tar.gz: 5f56275d02b5b3c9ef6e430d3eaa403fed4de2abb9cae2a01b63595d5f7c0332
3
+ metadata.gz: c40fe0ae8328065bcc2abc2dea19b1555ddc5fdd9479880f7a16c57c8af46b13
4
+ data.tar.gz: 455b27525a54c4679465e1c9cce1eb16d4c41c40ec591571b4398b4bc46568de
5
5
  SHA512:
6
- metadata.gz: e38d3a967d8c9156b8f5afabeb416b3ddc4588df53a77de8416d7e3e666b6f1799ebe1dc86fd9ee3af1dca1b9152bd9aee5638bcded7123f18ec6556e4fd4cdf
7
- data.tar.gz: ec82f9889b9479a162a5bc501f8b6d1c49a47d46a8c26830bb5e0d97aa6d7bf0d527c780aa572dca329b9e42cc4f6fe5f2405ed12095ff81794cea1c4c4d77ba
6
+ metadata.gz: c8114f689e3e46d10102c6420a0bbaf48d9b2f52cc9f0f27af6f1536f7331534f9ebced56dd31f406e1200f36aaf54a2a4c90e271d32ffae37a5a7521a2c9984
7
+ data.tar.gz: 6a4279f573ea1879511cceb37f978c4449e2c81201c9d399f05fb68573ec1bdeb39558200b48cdf5ec60f51a3a4c911dc856b1dd3afabe6e3892e354d612dc30
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2022-05-09)
5
+ ------------------
6
+
7
+ * Feature - SDK release for Cloud Control API to include paginators for Python SDK.
8
+
4
9
  1.7.0 (2022-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -480,24 +480,7 @@ module Aws::CloudControlApi
480
480
  #
481
481
  # </note>
482
482
  #
483
- # Specify the desired state as one of the following:
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.7.0'
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 | 720 |
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: InvalidCredentialsException)
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: NetworkFailureException)
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: InvalidCredentialsException)
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: NetworkFailureException)
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: InvalidCredentialsException)
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: NetworkFailureException)
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: InvalidCredentialsException)
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: NetworkFailureException)
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: InvalidCredentialsException)
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: NetworkFailureException)
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
- # Specify the desired state as one of the following:
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 | 720 |
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 (720)
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: 720,
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
  ]
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-cloudcontrolapi/customizations'
49
49
  # @!group service
50
50
  module Aws::CloudControlApi
51
51
 
52
- GEM_VERSION = '1.7.0'
52
+ GEM_VERSION = '1.8.0'
53
53
 
54
54
  end
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.7.0
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-03-31 00:00:00.000000000 Z
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