aws-sdk-cloudhsmv2 1.21.0 → 1.26.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
- SHA1:
3
- metadata.gz: 9b42d1f6ade293e2fd633b4a85b744fbbc4f44a8
4
- data.tar.gz: d9543782d781d8d88d81cf64ecb85196a77bc807
2
+ SHA256:
3
+ metadata.gz: d3e66d8053ba1d73b92daf6552d36efe390dab6f499c9b81e877f5519a702703
4
+ data.tar.gz: 25effb9c89ec2347d9cb0d94fab1d9e4f36b487b89f2e5e36f3e62bb3efe3428
5
5
  SHA512:
6
- metadata.gz: 0f144763e842803d524e8404d35c9d9fa7e79eeb110e496e7b03c86ea29bb7261cde98a8af5cbf8d1ae8292ea16bf1f711abd61f5e3ca0d86dbdf01827770879
7
- data.tar.gz: cb4ca1351e974232d9c816028d9a85a9d8ce1afd93d7c5805eb61a03d76800d86c93096c7940b0feabcb869e5388ff72999c8ac5021501ae0bae97c9d8440112
6
+ metadata.gz: 14484f686f85ba1631a804158cd7b94b8303a928f41c889945575d5e196b71772f9ad23ab21f55adcc37b55c81006008197f2811abb32a92363181e65a9e0a27
7
+ data.tar.gz: da65bbf56f552018df8911090e311a6627a2a2ebddaa0899446f5f75ba67599141e09100448ecedbdbdc2cae67bb812bb96b5c634b9f869c8d9b4b1f20df8e38
@@ -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.21.0'
50
+ GEM_VERSION = '1.26.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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -32,11 +35,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:cloudhsmv2)
32
35
  module Aws::CloudHSMV2
33
36
  # An API client for CloudHSMV2. To construct a client, you need to configure a `:region` and `:credentials`.
34
37
  #
35
- # client = Aws::CloudHSMV2::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
38
+ # client = Aws::CloudHSMV2::Client.new(
39
+ # region: region_name,
40
+ # credentials: credentials,
41
+ # # ...
42
+ # )
40
43
  #
41
44
  # For details on configuring region and credentials see
42
45
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -69,6 +72,7 @@ module Aws::CloudHSMV2
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -105,7 +109,7 @@ module Aws::CloudHSMV2
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::CloudHSMV2
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::CloudHSMV2
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -229,15 +233,19 @@ module Aws::CloudHSMV2
229
233
  #
230
234
  # @option options [String] :retry_mode ("legacy")
231
235
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
236
+ #
237
+ # * `legacy` - The pre-existing retry behavior. This is default value if
238
+ # no retry mode is provided.
239
+ #
240
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
241
+ # This includes support for retry quotas, which limit the number of
242
+ # unsuccessful retries a client can make.
243
+ #
244
+ # * `adaptive` - An experimental retry mode that includes all the
245
+ # functionality of `standard` mode along with automatic client side
246
+ # throttling. This is a provisional mode that may change behavior
247
+ # in the future.
248
+ #
241
249
  #
242
250
  # @option options [String] :secret_access_key
243
251
  #
@@ -275,8 +283,7 @@ module Aws::CloudHSMV2
275
283
  #
276
284
  # @option options [Integer] :http_read_timeout (60) The default
277
285
  # number of seconds to wait for response data. This value can
278
- # safely be set
279
- # per-request on the session yielded by {#session_for}.
286
+ # safely be set per-request on the session.
280
287
  #
281
288
  # @option options [Float] :http_idle_timeout (5) The number of
282
289
  # seconds a connection is allowed to sit idle before it is
@@ -288,7 +295,7 @@ module Aws::CloudHSMV2
288
295
  # request body. This option has no effect unless the request has
289
296
  # "Expect" header set to "100-continue". Defaults to `nil` which
290
297
  # disables this behaviour. This value can safely be set per
291
- # request on the session yielded by {#session_for}.
298
+ # request on the session.
292
299
  #
293
300
  # @option options [Boolean] :http_wire_trace (false) When `true`,
294
301
  # HTTP debug output will be sent to the `:logger`.
@@ -679,6 +686,8 @@ module Aws::CloudHSMV2
679
686
  # * {Types::DescribeBackupsResponse#backups #backups} => Array<Types::Backup>
680
687
  # * {Types::DescribeBackupsResponse#next_token #next_token} => String
681
688
  #
689
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
690
+ #
682
691
  # @example Request syntax with placeholder values
683
692
  #
684
693
  # resp = client.describe_backups({
@@ -752,6 +761,8 @@ module Aws::CloudHSMV2
752
761
  # * {Types::DescribeClustersResponse#clusters #clusters} => Array<Types::Cluster>
753
762
  # * {Types::DescribeClustersResponse#next_token #next_token} => String
754
763
  #
764
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
765
+ #
755
766
  # @example Request syntax with placeholder values
756
767
  #
757
768
  # resp = client.describe_clusters({
@@ -881,6 +892,8 @@ module Aws::CloudHSMV2
881
892
  # * {Types::ListTagsResponse#tag_list #tag_list} => Array<Types::Tag>
882
893
  # * {Types::ListTagsResponse#next_token #next_token} => String
883
894
  #
895
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
896
+ #
884
897
  # @example Request syntax with placeholder values
885
898
  #
886
899
  # resp = client.list_tags({
@@ -1022,7 +1035,7 @@ module Aws::CloudHSMV2
1022
1035
  params: params,
1023
1036
  config: config)
1024
1037
  context[:gem_name] = 'aws-sdk-cloudhsmv2'
1025
- context[:gem_version] = '1.21.0'
1038
+ context[:gem_version] = '1.26.0'
1026
1039
  Seahorse::Client::Request.new(handlers, context)
1027
1040
  end
1028
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:
@@ -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:
@@ -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:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::CloudHSMV2
9
- # This class provides a resource oriented interface for CloudHSMV2.
10
- # To create a resource object:
11
- # resource = Aws::CloudHSMV2::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::CloudHSMV2::Client.new(region: 'us-west-2')
15
- # resource = Aws::CloudHSMV2::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
14
  # @param options ({})
@@ -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.21.0
4
+ version: 1.26.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-03-09 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - CloudHSM V2