aws-sdk-cloudhsmv2 1.26.0 → 1.27.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: d3e66d8053ba1d73b92daf6552d36efe390dab6f499c9b81e877f5519a702703
4
- data.tar.gz: 25effb9c89ec2347d9cb0d94fab1d9e4f36b487b89f2e5e36f3e62bb3efe3428
3
+ metadata.gz: ee7398b26c97cb99299693bb1772e61a9d79ece73ccb15ea918ddec0815502b2
4
+ data.tar.gz: 541ac643e3a81cddf4965ef12212ff3910170161b7335575aa42c623874e1edc
5
5
  SHA512:
6
- metadata.gz: 14484f686f85ba1631a804158cd7b94b8303a928f41c889945575d5e196b71772f9ad23ab21f55adcc37b55c81006008197f2811abb32a92363181e65a9e0a27
7
- data.tar.gz: da65bbf56f552018df8911090e311a6627a2a2ebddaa0899446f5f75ba67599141e09100448ecedbdbdc2cae67bb812bb96b5c634b9f869c8d9b4b1f20df8e38
6
+ metadata.gz: cf48c74cdc2f3a0bb8964f72f5c0601d3335279b734cf87eb5853cb429a5865783c2a1c9171ecd93f0f78053eeceed8afd79f82d27249a9073be7175fd0a5b56
7
+ data.tar.gz: 0efe1626b45eb67f12604c31c0dae1ca33627a0d381dd4bfb2ed3aec57364e055b94d2ec6133d50921cf1e0db405a1269501fef0b1594fa67938cba863e76c29
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-cloudhsmv2/customizations'
47
47
  # @service
48
48
  module Aws::CloudHSMV2
49
49
 
50
- GEM_VERSION = '1.26.0'
50
+ GEM_VERSION = '1.27.0'
51
51
 
52
52
  end
@@ -331,6 +331,10 @@ module Aws::CloudHSMV2
331
331
  # The ID of the backup that will be copied to the destination region.
332
332
  #
333
333
  # @option params [Array<Types::Tag>] :tag_list
334
+ # Tags to apply to the destination backup during creation. If you
335
+ # specify tags, only these tags will be applied to the destination
336
+ # backup. If you do not specify tags, the service copies tags from the
337
+ # source backup to the destination backup.
334
338
  #
335
339
  # @return [Types::CopyBackupToRegionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
336
340
  #
@@ -386,6 +390,7 @@ module Aws::CloudHSMV2
386
390
  # cluster. To find the backup ID, use DescribeBackups.
387
391
  #
388
392
  # @option params [Array<Types::Tag>] :tag_list
393
+ # Tags to apply to the CloudHSM cluster during creation.
389
394
  #
390
395
  # @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
391
396
  #
@@ -1035,7 +1040,7 @@ module Aws::CloudHSMV2
1035
1040
  params: params,
1036
1041
  config: config)
1037
1042
  context[:gem_name] = 'aws-sdk-cloudhsmv2'
1038
- context[:gem_version] = '1.26.0'
1043
+ context[:gem_version] = '1.27.0'
1039
1044
  Seahorse::Client::Request.new(handlers, context)
1040
1045
  end
1041
1046
 
@@ -38,7 +38,7 @@ module Aws::CloudHSMV2
38
38
  # @return [Time]
39
39
  #
40
40
  # @!attribute [rw] source_region
41
- # The AWS region that contains the source backup from which the new
41
+ # The AWS Region that contains the source backup from which the new
42
42
  # backup was copied.
43
43
  # @return [String]
44
44
  #
@@ -49,7 +49,7 @@ module Aws::CloudHSMV2
49
49
  #
50
50
  # @!attribute [rw] source_cluster
51
51
  # The identifier (ID) of the cluster containing the source backup from
52
- # which the new backup was copied. .
52
+ # which the new backup was copied.
53
53
  # @return [String]
54
54
  #
55
55
  # @!attribute [rw] delete_timestamp
@@ -57,6 +57,7 @@ module Aws::CloudHSMV2
57
57
  # @return [Time]
58
58
  #
59
59
  # @!attribute [rw] tag_list
60
+ # The list of tags for the backup.
60
61
  # @return [Array<Types::Tag>]
61
62
  #
62
63
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/Backup AWS API Documentation
@@ -182,6 +183,9 @@ module Aws::CloudHSMV2
182
183
  include Aws::Structure
183
184
  end
184
185
 
186
+ # The request was rejected because of a tagging failure. Verify the tag
187
+ # conditions in all applicable policies, and then retry the request.
188
+ #
185
189
  # @!attribute [rw] message
186
190
  # @return [String]
187
191
  #
@@ -253,6 +257,7 @@ module Aws::CloudHSMV2
253
257
  # @return [Types::Certificates]
254
258
  #
255
259
  # @!attribute [rw] tag_list
260
+ # The list of tags for the cluster.
256
261
  # @return [Array<Types::Tag>]
257
262
  #
258
263
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/Cluster AWS API Documentation
@@ -300,6 +305,10 @@ module Aws::CloudHSMV2
300
305
  # @return [String]
301
306
  #
302
307
  # @!attribute [rw] tag_list
308
+ # Tags to apply to the destination backup during creation. If you
309
+ # specify tags, only these tags will be applied to the destination
310
+ # backup. If you do not specify tags, the service copies tags from the
311
+ # source backup to the destination backup.
303
312
  # @return [Array<Types::Tag>]
304
313
  #
305
314
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/CopyBackupToRegionRequest AWS API Documentation
@@ -368,6 +377,7 @@ module Aws::CloudHSMV2
368
377
  # @return [String]
369
378
  #
370
379
  # @!attribute [rw] tag_list
380
+ # Tags to apply to the CloudHSM cluster during creation.
371
381
  # @return [Array<Types::Tag>]
372
382
  #
373
383
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/CreateClusterRequest AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudhsmv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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: 2020-07-02 00:00:00.000000000 Z
11
+ date: 2020-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core