aws-sdk-cloudhsmv2 1.24.1 → 1.25.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49f6969f048696fb13938b297c55c1d24211cee1300e5d12191896d8e254e05c
|
|
4
|
+
data.tar.gz: d8638a36da175f5b8e4df6b03937af737a128d79c523e5018cbf5098f1da9f57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4cd10e295fd164d0632bd1e20ab4bbf6e9f7cc4d8fe26a3d17d69c435ba61d77c5e8bbcf6270ad56cb899fa344cd4fa5a466e6315ea5a19349efc48ac7292915
|
|
7
|
+
data.tar.gz: 0a9c3dd26c82bfd4261662c82e2f25ef60fcc77d778e081532fd29da2a232f5e2c1a0063be679ed0f5deff77fb8c297927a4e0eda4bea5dff6b0a804f8cfd91b
|
data/lib/aws-sdk-cloudhsmv2.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-cloudhsmv2/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::CloudHSMV2
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.25.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -1033,7 +1035,7 @@ module Aws::CloudHSMV2
|
|
|
1033
1035
|
params: params,
|
|
1034
1036
|
config: config)
|
|
1035
1037
|
context[:gem_name] = 'aws-sdk-cloudhsmv2'
|
|
1036
|
-
context[:gem_version] = '1.
|
|
1038
|
+
context[:gem_version] = '1.25.0'
|
|
1037
1039
|
Seahorse::Client::Request.new(handlers, context)
|
|
1038
1040
|
end
|
|
1039
1041
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -70,6 +72,7 @@ module Aws::CloudHSMV2
|
|
|
70
72
|
:source_cluster,
|
|
71
73
|
:delete_timestamp,
|
|
72
74
|
:tag_list)
|
|
75
|
+
SENSITIVE = []
|
|
73
76
|
include Aws::Structure
|
|
74
77
|
end
|
|
75
78
|
|
|
@@ -107,6 +110,7 @@ module Aws::CloudHSMV2
|
|
|
107
110
|
:aws_hardware_certificate,
|
|
108
111
|
:manufacturer_hardware_certificate,
|
|
109
112
|
:cluster_certificate)
|
|
113
|
+
SENSITIVE = []
|
|
110
114
|
include Aws::Structure
|
|
111
115
|
end
|
|
112
116
|
|
|
@@ -120,6 +124,7 @@ module Aws::CloudHSMV2
|
|
|
120
124
|
#
|
|
121
125
|
class CloudHsmAccessDeniedException < Struct.new(
|
|
122
126
|
:message)
|
|
127
|
+
SENSITIVE = []
|
|
123
128
|
include Aws::Structure
|
|
124
129
|
end
|
|
125
130
|
|
|
@@ -133,6 +138,7 @@ module Aws::CloudHSMV2
|
|
|
133
138
|
#
|
|
134
139
|
class CloudHsmInternalFailureException < Struct.new(
|
|
135
140
|
:message)
|
|
141
|
+
SENSITIVE = []
|
|
136
142
|
include Aws::Structure
|
|
137
143
|
end
|
|
138
144
|
|
|
@@ -145,6 +151,7 @@ module Aws::CloudHSMV2
|
|
|
145
151
|
#
|
|
146
152
|
class CloudHsmInvalidRequestException < Struct.new(
|
|
147
153
|
:message)
|
|
154
|
+
SENSITIVE = []
|
|
148
155
|
include Aws::Structure
|
|
149
156
|
end
|
|
150
157
|
|
|
@@ -158,6 +165,7 @@ module Aws::CloudHSMV2
|
|
|
158
165
|
#
|
|
159
166
|
class CloudHsmResourceNotFoundException < Struct.new(
|
|
160
167
|
:message)
|
|
168
|
+
SENSITIVE = []
|
|
161
169
|
include Aws::Structure
|
|
162
170
|
end
|
|
163
171
|
|
|
@@ -170,6 +178,7 @@ module Aws::CloudHSMV2
|
|
|
170
178
|
#
|
|
171
179
|
class CloudHsmServiceException < Struct.new(
|
|
172
180
|
:message)
|
|
181
|
+
SENSITIVE = []
|
|
173
182
|
include Aws::Structure
|
|
174
183
|
end
|
|
175
184
|
|
|
@@ -180,6 +189,7 @@ module Aws::CloudHSMV2
|
|
|
180
189
|
#
|
|
181
190
|
class CloudHsmTagException < Struct.new(
|
|
182
191
|
:message)
|
|
192
|
+
SENSITIVE = []
|
|
183
193
|
include Aws::Structure
|
|
184
194
|
end
|
|
185
195
|
|
|
@@ -262,6 +272,7 @@ module Aws::CloudHSMV2
|
|
|
262
272
|
:vpc_id,
|
|
263
273
|
:certificates,
|
|
264
274
|
:tag_list)
|
|
275
|
+
SENSITIVE = []
|
|
265
276
|
include Aws::Structure
|
|
266
277
|
end
|
|
267
278
|
|
|
@@ -297,6 +308,7 @@ module Aws::CloudHSMV2
|
|
|
297
308
|
:destination_region,
|
|
298
309
|
:backup_id,
|
|
299
310
|
:tag_list)
|
|
311
|
+
SENSITIVE = []
|
|
300
312
|
include Aws::Structure
|
|
301
313
|
end
|
|
302
314
|
|
|
@@ -315,6 +327,7 @@ module Aws::CloudHSMV2
|
|
|
315
327
|
#
|
|
316
328
|
class CopyBackupToRegionResponse < Struct.new(
|
|
317
329
|
:destination_backup)
|
|
330
|
+
SENSITIVE = []
|
|
318
331
|
include Aws::Structure
|
|
319
332
|
end
|
|
320
333
|
|
|
@@ -364,6 +377,7 @@ module Aws::CloudHSMV2
|
|
|
364
377
|
:hsm_type,
|
|
365
378
|
:source_backup_id,
|
|
366
379
|
:tag_list)
|
|
380
|
+
SENSITIVE = []
|
|
367
381
|
include Aws::Structure
|
|
368
382
|
end
|
|
369
383
|
|
|
@@ -375,6 +389,7 @@ module Aws::CloudHSMV2
|
|
|
375
389
|
#
|
|
376
390
|
class CreateClusterResponse < Struct.new(
|
|
377
391
|
:cluster)
|
|
392
|
+
SENSITIVE = []
|
|
378
393
|
include Aws::Structure
|
|
379
394
|
end
|
|
380
395
|
|
|
@@ -410,6 +425,7 @@ module Aws::CloudHSMV2
|
|
|
410
425
|
:cluster_id,
|
|
411
426
|
:availability_zone,
|
|
412
427
|
:ip_address)
|
|
428
|
+
SENSITIVE = []
|
|
413
429
|
include Aws::Structure
|
|
414
430
|
end
|
|
415
431
|
|
|
@@ -421,6 +437,7 @@ module Aws::CloudHSMV2
|
|
|
421
437
|
#
|
|
422
438
|
class CreateHsmResponse < Struct.new(
|
|
423
439
|
:hsm)
|
|
440
|
+
SENSITIVE = []
|
|
424
441
|
include Aws::Structure
|
|
425
442
|
end
|
|
426
443
|
|
|
@@ -440,6 +457,7 @@ module Aws::CloudHSMV2
|
|
|
440
457
|
#
|
|
441
458
|
class DeleteBackupRequest < Struct.new(
|
|
442
459
|
:backup_id)
|
|
460
|
+
SENSITIVE = []
|
|
443
461
|
include Aws::Structure
|
|
444
462
|
end
|
|
445
463
|
|
|
@@ -451,6 +469,7 @@ module Aws::CloudHSMV2
|
|
|
451
469
|
#
|
|
452
470
|
class DeleteBackupResponse < Struct.new(
|
|
453
471
|
:backup)
|
|
472
|
+
SENSITIVE = []
|
|
454
473
|
include Aws::Structure
|
|
455
474
|
end
|
|
456
475
|
|
|
@@ -470,6 +489,7 @@ module Aws::CloudHSMV2
|
|
|
470
489
|
#
|
|
471
490
|
class DeleteClusterRequest < Struct.new(
|
|
472
491
|
:cluster_id)
|
|
492
|
+
SENSITIVE = []
|
|
473
493
|
include Aws::Structure
|
|
474
494
|
end
|
|
475
495
|
|
|
@@ -481,6 +501,7 @@ module Aws::CloudHSMV2
|
|
|
481
501
|
#
|
|
482
502
|
class DeleteClusterResponse < Struct.new(
|
|
483
503
|
:cluster)
|
|
504
|
+
SENSITIVE = []
|
|
484
505
|
include Aws::Structure
|
|
485
506
|
end
|
|
486
507
|
|
|
@@ -520,6 +541,7 @@ module Aws::CloudHSMV2
|
|
|
520
541
|
:hsm_id,
|
|
521
542
|
:eni_id,
|
|
522
543
|
:eni_ip)
|
|
544
|
+
SENSITIVE = []
|
|
523
545
|
include Aws::Structure
|
|
524
546
|
end
|
|
525
547
|
|
|
@@ -531,6 +553,7 @@ module Aws::CloudHSMV2
|
|
|
531
553
|
#
|
|
532
554
|
class DeleteHsmResponse < Struct.new(
|
|
533
555
|
:hsm_id)
|
|
556
|
+
SENSITIVE = []
|
|
534
557
|
include Aws::Structure
|
|
535
558
|
end
|
|
536
559
|
|
|
@@ -587,6 +610,7 @@ module Aws::CloudHSMV2
|
|
|
587
610
|
:max_results,
|
|
588
611
|
:filters,
|
|
589
612
|
:sort_ascending)
|
|
613
|
+
SENSITIVE = []
|
|
590
614
|
include Aws::Structure
|
|
591
615
|
end
|
|
592
616
|
|
|
@@ -605,6 +629,7 @@ module Aws::CloudHSMV2
|
|
|
605
629
|
class DescribeBackupsResponse < Struct.new(
|
|
606
630
|
:backups,
|
|
607
631
|
:next_token)
|
|
632
|
+
SENSITIVE = []
|
|
608
633
|
include Aws::Structure
|
|
609
634
|
end
|
|
610
635
|
|
|
@@ -650,6 +675,7 @@ module Aws::CloudHSMV2
|
|
|
650
675
|
:filters,
|
|
651
676
|
:next_token,
|
|
652
677
|
:max_results)
|
|
678
|
+
SENSITIVE = []
|
|
653
679
|
include Aws::Structure
|
|
654
680
|
end
|
|
655
681
|
|
|
@@ -668,6 +694,7 @@ module Aws::CloudHSMV2
|
|
|
668
694
|
class DescribeClustersResponse < Struct.new(
|
|
669
695
|
:clusters,
|
|
670
696
|
:next_token)
|
|
697
|
+
SENSITIVE = []
|
|
671
698
|
include Aws::Structure
|
|
672
699
|
end
|
|
673
700
|
|
|
@@ -700,6 +727,7 @@ module Aws::CloudHSMV2
|
|
|
700
727
|
:source_region,
|
|
701
728
|
:source_backup,
|
|
702
729
|
:source_cluster)
|
|
730
|
+
SENSITIVE = []
|
|
703
731
|
include Aws::Structure
|
|
704
732
|
end
|
|
705
733
|
|
|
@@ -749,6 +777,7 @@ module Aws::CloudHSMV2
|
|
|
749
777
|
:hsm_id,
|
|
750
778
|
:state,
|
|
751
779
|
:state_message)
|
|
780
|
+
SENSITIVE = []
|
|
752
781
|
include Aws::Structure
|
|
753
782
|
end
|
|
754
783
|
|
|
@@ -787,6 +816,7 @@ module Aws::CloudHSMV2
|
|
|
787
816
|
:cluster_id,
|
|
788
817
|
:signed_cert,
|
|
789
818
|
:trust_anchor)
|
|
819
|
+
SENSITIVE = []
|
|
790
820
|
include Aws::Structure
|
|
791
821
|
end
|
|
792
822
|
|
|
@@ -803,6 +833,7 @@ module Aws::CloudHSMV2
|
|
|
803
833
|
class InitializeClusterResponse < Struct.new(
|
|
804
834
|
:state,
|
|
805
835
|
:state_message)
|
|
836
|
+
SENSITIVE = []
|
|
806
837
|
include Aws::Structure
|
|
807
838
|
end
|
|
808
839
|
|
|
@@ -837,6 +868,7 @@ module Aws::CloudHSMV2
|
|
|
837
868
|
:resource_id,
|
|
838
869
|
:next_token,
|
|
839
870
|
:max_results)
|
|
871
|
+
SENSITIVE = []
|
|
840
872
|
include Aws::Structure
|
|
841
873
|
end
|
|
842
874
|
|
|
@@ -855,6 +887,7 @@ module Aws::CloudHSMV2
|
|
|
855
887
|
class ListTagsResponse < Struct.new(
|
|
856
888
|
:tag_list,
|
|
857
889
|
:next_token)
|
|
890
|
+
SENSITIVE = []
|
|
858
891
|
include Aws::Structure
|
|
859
892
|
end
|
|
860
893
|
|
|
@@ -874,6 +907,7 @@ module Aws::CloudHSMV2
|
|
|
874
907
|
#
|
|
875
908
|
class RestoreBackupRequest < Struct.new(
|
|
876
909
|
:backup_id)
|
|
910
|
+
SENSITIVE = []
|
|
877
911
|
include Aws::Structure
|
|
878
912
|
end
|
|
879
913
|
|
|
@@ -885,6 +919,7 @@ module Aws::CloudHSMV2
|
|
|
885
919
|
#
|
|
886
920
|
class RestoreBackupResponse < Struct.new(
|
|
887
921
|
:backup)
|
|
922
|
+
SENSITIVE = []
|
|
888
923
|
include Aws::Structure
|
|
889
924
|
end
|
|
890
925
|
|
|
@@ -911,6 +946,7 @@ module Aws::CloudHSMV2
|
|
|
911
946
|
class Tag < Struct.new(
|
|
912
947
|
:key,
|
|
913
948
|
:value)
|
|
949
|
+
SENSITIVE = []
|
|
914
950
|
include Aws::Structure
|
|
915
951
|
end
|
|
916
952
|
|
|
@@ -941,6 +977,7 @@ module Aws::CloudHSMV2
|
|
|
941
977
|
class TagResourceRequest < Struct.new(
|
|
942
978
|
:resource_id,
|
|
943
979
|
:tag_list)
|
|
980
|
+
SENSITIVE = []
|
|
944
981
|
include Aws::Structure
|
|
945
982
|
end
|
|
946
983
|
|
|
@@ -971,6 +1008,7 @@ module Aws::CloudHSMV2
|
|
|
971
1008
|
class UntagResourceRequest < Struct.new(
|
|
972
1009
|
:resource_id,
|
|
973
1010
|
:tag_key_list)
|
|
1011
|
+
SENSITIVE = []
|
|
974
1012
|
include Aws::Structure
|
|
975
1013
|
end
|
|
976
1014
|
|
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.25.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-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|