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 +4 -4
- data/lib/aws-sdk-cloudhsmv2.rb +1 -1
- data/lib/aws-sdk-cloudhsmv2/client.rb +6 -1
- data/lib/aws-sdk-cloudhsmv2/types.rb +12 -2
- 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: ee7398b26c97cb99299693bb1772e61a9d79ece73ccb15ea918ddec0815502b2
|
4
|
+
data.tar.gz: 541ac643e3a81cddf4965ef12212ff3910170161b7335575aa42c623874e1edc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf48c74cdc2f3a0bb8964f72f5c0601d3335279b734cf87eb5853cb429a5865783c2a1c9171ecd93f0f78053eeceed8afd79f82d27249a9073be7175fd0a5b56
|
7
|
+
data.tar.gz: 0efe1626b45eb67f12604c31c0dae1ca33627a0d381dd4bfb2ed3aec57364e055b94d2ec6133d50921cf1e0db405a1269501fef0b1594fa67938cba863e76c29
|
data/lib/aws-sdk-cloudhsmv2.rb
CHANGED
@@ -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.
|
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
|
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.
|
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-
|
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
|