aws-sdk-cloudhsm 1.2.0 → 1.3.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-cloudhsm.rb +1 -1
- data/lib/aws-sdk-cloudhsm/client.rb +360 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e5ef162fc01ea31bc8ad9e8eef87c7c236dd777
|
|
4
|
+
data.tar.gz: 5dc6da82b27bb6974ac4ff5a4a48f7b9f8bb26bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2648dc94e5d663ede1ac64e0d39d84f24789b2267f10c6e05153072f54ffd2190a9f6765a5fe889b5b5df2cfba00add4bcdce109dbbc5c2852c17a4f40c86a1c
|
|
7
|
+
data.tar.gz: fe0d695a63530f99fe15c95a8b83d4e903f75ae5ee4b8fd650fb48f853f37625457cdd7a5d35c5d46f71a475bbc53e827f6f13935edcafb90b24d446d3ad23d3
|
data/lib/aws-sdk-cloudhsm.rb
CHANGED
|
@@ -155,12 +155,30 @@ module Aws::CloudHSM
|
|
|
155
155
|
|
|
156
156
|
# @!group API Operations
|
|
157
157
|
|
|
158
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
159
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
160
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
161
|
+
# Reference][3].
|
|
162
|
+
#
|
|
163
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
164
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
165
|
+
# CloudHSM API Reference][6].
|
|
166
|
+
#
|
|
158
167
|
# Adds or overwrites one or more tags for the specified AWS CloudHSM
|
|
159
168
|
# resource.
|
|
160
169
|
#
|
|
161
170
|
# Each tag consists of a key and a value. Tag keys must be unique to
|
|
162
171
|
# each resource.
|
|
163
172
|
#
|
|
173
|
+
#
|
|
174
|
+
#
|
|
175
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
176
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
177
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
178
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
179
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
180
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
181
|
+
#
|
|
164
182
|
# @option params [required, String] :resource_arn
|
|
165
183
|
# The Amazon Resource Name (ARN) of the AWS CloudHSM resource to tag.
|
|
166
184
|
#
|
|
@@ -196,10 +214,28 @@ module Aws::CloudHSM
|
|
|
196
214
|
req.send_request(options)
|
|
197
215
|
end
|
|
198
216
|
|
|
217
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
218
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
219
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
220
|
+
# Reference][3].
|
|
221
|
+
#
|
|
222
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
223
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
224
|
+
# CloudHSM API Reference][6].
|
|
225
|
+
#
|
|
199
226
|
# Creates a high-availability partition group. A high-availability
|
|
200
227
|
# partition group is a group of partitions that spans multiple physical
|
|
201
228
|
# HSMs.
|
|
202
229
|
#
|
|
230
|
+
#
|
|
231
|
+
#
|
|
232
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
233
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
234
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
235
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
236
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
237
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
238
|
+
#
|
|
203
239
|
# @option params [required, String] :label
|
|
204
240
|
# The label of the new high-availability partition group.
|
|
205
241
|
#
|
|
@@ -226,12 +262,21 @@ module Aws::CloudHSM
|
|
|
226
262
|
req.send_request(options)
|
|
227
263
|
end
|
|
228
264
|
|
|
265
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
266
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
267
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
268
|
+
# Reference][3].
|
|
269
|
+
#
|
|
270
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
271
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
272
|
+
# CloudHSM API Reference][6].
|
|
273
|
+
#
|
|
229
274
|
# Creates an uninitialized HSM instance.
|
|
230
275
|
#
|
|
231
276
|
# There is an upfront fee charged for each HSM instance that you create
|
|
232
277
|
# with the `CreateHsm` operation. If you accidentally provision an HSM
|
|
233
278
|
# and want to request a refund, delete the instance using the DeleteHsm
|
|
234
|
-
# operation, go to the [AWS Support Center][
|
|
279
|
+
# operation, go to the [AWS Support Center][7], create a new case, and
|
|
235
280
|
# select **Account and Billing Support**.
|
|
236
281
|
#
|
|
237
282
|
# It can take up to 20 minutes to create and provision an HSM. You can
|
|
@@ -240,7 +285,13 @@ module Aws::CloudHSM
|
|
|
240
285
|
#
|
|
241
286
|
#
|
|
242
287
|
#
|
|
243
|
-
# [1]:
|
|
288
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
289
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
290
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
291
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
292
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
293
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
294
|
+
# [7]: https://console.aws.amazon.com/support/home
|
|
244
295
|
#
|
|
245
296
|
# @option params [required, String] :subnet_id
|
|
246
297
|
# The identifier of the subnet in your VPC in which to place the HSM.
|
|
@@ -306,8 +357,26 @@ module Aws::CloudHSM
|
|
|
306
357
|
req.send_request(options)
|
|
307
358
|
end
|
|
308
359
|
|
|
360
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
361
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
362
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
363
|
+
# Reference][3].
|
|
364
|
+
#
|
|
365
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
366
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
367
|
+
# CloudHSM API Reference][6].
|
|
368
|
+
#
|
|
309
369
|
# Creates an HSM client.
|
|
310
370
|
#
|
|
371
|
+
#
|
|
372
|
+
#
|
|
373
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
374
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
375
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
376
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
377
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
378
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
379
|
+
#
|
|
311
380
|
# @option params [String] :label
|
|
312
381
|
# The label for the client.
|
|
313
382
|
#
|
|
@@ -339,8 +408,26 @@ module Aws::CloudHSM
|
|
|
339
408
|
req.send_request(options)
|
|
340
409
|
end
|
|
341
410
|
|
|
411
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
412
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
413
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
414
|
+
# Reference][3].
|
|
415
|
+
#
|
|
416
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
417
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
418
|
+
# CloudHSM API Reference][6].
|
|
419
|
+
#
|
|
342
420
|
# Deletes a high-availability partition group.
|
|
343
421
|
#
|
|
422
|
+
#
|
|
423
|
+
#
|
|
424
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
425
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
426
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
427
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
428
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
429
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
430
|
+
#
|
|
344
431
|
# @option params [required, String] :hapg_arn
|
|
345
432
|
# The ARN of the high-availability partition group to delete.
|
|
346
433
|
#
|
|
@@ -367,9 +454,27 @@ module Aws::CloudHSM
|
|
|
367
454
|
req.send_request(options)
|
|
368
455
|
end
|
|
369
456
|
|
|
457
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
458
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
459
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
460
|
+
# Reference][3].
|
|
461
|
+
#
|
|
462
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
463
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
464
|
+
# CloudHSM API Reference][6].
|
|
465
|
+
#
|
|
370
466
|
# Deletes an HSM. After completion, this operation cannot be undone and
|
|
371
467
|
# your key material cannot be recovered.
|
|
372
468
|
#
|
|
469
|
+
#
|
|
470
|
+
#
|
|
471
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
472
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
473
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
474
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
475
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
476
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
477
|
+
#
|
|
373
478
|
# @option params [required, String] :hsm_arn
|
|
374
479
|
# The ARN of the HSM to delete.
|
|
375
480
|
#
|
|
@@ -396,8 +501,26 @@ module Aws::CloudHSM
|
|
|
396
501
|
req.send_request(options)
|
|
397
502
|
end
|
|
398
503
|
|
|
504
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
505
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
506
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
507
|
+
# Reference][3].
|
|
508
|
+
#
|
|
509
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
510
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
511
|
+
# CloudHSM API Reference][6].
|
|
512
|
+
#
|
|
399
513
|
# Deletes a client.
|
|
400
514
|
#
|
|
515
|
+
#
|
|
516
|
+
#
|
|
517
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
518
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
519
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
520
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
521
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
522
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
523
|
+
#
|
|
401
524
|
# @option params [required, String] :client_arn
|
|
402
525
|
# The ARN of the client to delete.
|
|
403
526
|
#
|
|
@@ -424,8 +547,26 @@ module Aws::CloudHSM
|
|
|
424
547
|
req.send_request(options)
|
|
425
548
|
end
|
|
426
549
|
|
|
550
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
551
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
552
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
553
|
+
# Reference][3].
|
|
554
|
+
#
|
|
555
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
556
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
557
|
+
# CloudHSM API Reference][6].
|
|
558
|
+
#
|
|
427
559
|
# Retrieves information about a high-availability partition group.
|
|
428
560
|
#
|
|
561
|
+
#
|
|
562
|
+
#
|
|
563
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
564
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
565
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
566
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
567
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
568
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
569
|
+
#
|
|
429
570
|
# @option params [required, String] :hapg_arn
|
|
430
571
|
# The ARN of the high-availability partition group to describe.
|
|
431
572
|
#
|
|
@@ -472,9 +613,27 @@ module Aws::CloudHSM
|
|
|
472
613
|
req.send_request(options)
|
|
473
614
|
end
|
|
474
615
|
|
|
616
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
617
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
618
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
619
|
+
# Reference][3].
|
|
620
|
+
#
|
|
621
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
622
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
623
|
+
# CloudHSM API Reference][6].
|
|
624
|
+
#
|
|
475
625
|
# Retrieves information about an HSM. You can identify the HSM by its
|
|
476
626
|
# ARN or its serial number.
|
|
477
627
|
#
|
|
628
|
+
#
|
|
629
|
+
#
|
|
630
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
631
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
632
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
633
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
634
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
635
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
636
|
+
#
|
|
478
637
|
# @option params [String] :hsm_arn
|
|
479
638
|
# The ARN of the HSM. Either the `HsmArn` or the `SerialNumber`
|
|
480
639
|
# parameter must be specified.
|
|
@@ -548,8 +707,26 @@ module Aws::CloudHSM
|
|
|
548
707
|
req.send_request(options)
|
|
549
708
|
end
|
|
550
709
|
|
|
710
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
711
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
712
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
713
|
+
# Reference][3].
|
|
714
|
+
#
|
|
715
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
716
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
717
|
+
# CloudHSM API Reference][6].
|
|
718
|
+
#
|
|
551
719
|
# Retrieves information about an HSM client.
|
|
552
720
|
#
|
|
721
|
+
#
|
|
722
|
+
#
|
|
723
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
724
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
725
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
726
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
727
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
728
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
729
|
+
#
|
|
553
730
|
# @option params [String] :client_arn
|
|
554
731
|
# The ARN of the client.
|
|
555
732
|
#
|
|
@@ -588,9 +765,27 @@ module Aws::CloudHSM
|
|
|
588
765
|
req.send_request(options)
|
|
589
766
|
end
|
|
590
767
|
|
|
768
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
769
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
770
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
771
|
+
# Reference][3].
|
|
772
|
+
#
|
|
773
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
774
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
775
|
+
# CloudHSM API Reference][6].
|
|
776
|
+
#
|
|
591
777
|
# Gets the configuration files necessary to connect to all high
|
|
592
778
|
# availability partition groups the client is associated with.
|
|
593
779
|
#
|
|
780
|
+
#
|
|
781
|
+
#
|
|
782
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
783
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
784
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
785
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
786
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
787
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
788
|
+
#
|
|
594
789
|
# @option params [required, String] :client_arn
|
|
595
790
|
# The ARN of the client.
|
|
596
791
|
#
|
|
@@ -630,9 +825,27 @@ module Aws::CloudHSM
|
|
|
630
825
|
req.send_request(options)
|
|
631
826
|
end
|
|
632
827
|
|
|
828
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
829
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
830
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
831
|
+
# Reference][3].
|
|
832
|
+
#
|
|
833
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
834
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
835
|
+
# CloudHSM API Reference][6].
|
|
836
|
+
#
|
|
633
837
|
# Lists the Availability Zones that have available AWS CloudHSM
|
|
634
838
|
# capacity.
|
|
635
839
|
#
|
|
840
|
+
#
|
|
841
|
+
#
|
|
842
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
843
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
844
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
845
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
846
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
847
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
848
|
+
#
|
|
636
849
|
# @return [Types::ListAvailableZonesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
637
850
|
#
|
|
638
851
|
# * {Types::ListAvailableZonesResponse#az_list #az_list} => Array<String>
|
|
@@ -651,6 +864,15 @@ module Aws::CloudHSM
|
|
|
651
864
|
req.send_request(options)
|
|
652
865
|
end
|
|
653
866
|
|
|
867
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
868
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
869
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
870
|
+
# Reference][3].
|
|
871
|
+
#
|
|
872
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
873
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
874
|
+
# CloudHSM API Reference][6].
|
|
875
|
+
#
|
|
654
876
|
# Lists the high-availability partition groups for the account.
|
|
655
877
|
#
|
|
656
878
|
# This operation supports pagination with the use of the `NextToken`
|
|
@@ -658,6 +880,15 @@ module Aws::CloudHSM
|
|
|
658
880
|
# response contains a token that you pass in the next call to
|
|
659
881
|
# `ListHapgs` to retrieve the next set of items.
|
|
660
882
|
#
|
|
883
|
+
#
|
|
884
|
+
#
|
|
885
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
886
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
887
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
888
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
889
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
890
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
891
|
+
#
|
|
661
892
|
# @option params [String] :next_token
|
|
662
893
|
# The `NextToken` value from a previous call to `ListHapgs`. Pass null
|
|
663
894
|
# if this is the first call.
|
|
@@ -688,6 +919,15 @@ module Aws::CloudHSM
|
|
|
688
919
|
req.send_request(options)
|
|
689
920
|
end
|
|
690
921
|
|
|
922
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
923
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
924
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
925
|
+
# Reference][3].
|
|
926
|
+
#
|
|
927
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
928
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
929
|
+
# CloudHSM API Reference][6].
|
|
930
|
+
#
|
|
691
931
|
# Retrieves the identifiers of all of the HSMs provisioned for the
|
|
692
932
|
# current customer.
|
|
693
933
|
#
|
|
@@ -696,6 +936,15 @@ module Aws::CloudHSM
|
|
|
696
936
|
# response contains a token that you pass in the next call to `ListHsms`
|
|
697
937
|
# to retrieve the next set of items.
|
|
698
938
|
#
|
|
939
|
+
#
|
|
940
|
+
#
|
|
941
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
942
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
943
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
944
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
945
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
946
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
947
|
+
#
|
|
699
948
|
# @option params [String] :next_token
|
|
700
949
|
# The `NextToken` value from a previous call to `ListHsms`. Pass null if
|
|
701
950
|
# this is the first call.
|
|
@@ -726,6 +975,15 @@ module Aws::CloudHSM
|
|
|
726
975
|
req.send_request(options)
|
|
727
976
|
end
|
|
728
977
|
|
|
978
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
979
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
980
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
981
|
+
# Reference][3].
|
|
982
|
+
#
|
|
983
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
984
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
985
|
+
# CloudHSM API Reference][6].
|
|
986
|
+
#
|
|
729
987
|
# Lists all of the clients.
|
|
730
988
|
#
|
|
731
989
|
# This operation supports pagination with the use of the `NextToken`
|
|
@@ -733,6 +991,15 @@ module Aws::CloudHSM
|
|
|
733
991
|
# response contains a token that you pass in the next call to
|
|
734
992
|
# `ListLunaClients` to retrieve the next set of items.
|
|
735
993
|
#
|
|
994
|
+
#
|
|
995
|
+
#
|
|
996
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
997
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
998
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
999
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
1000
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
1001
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
1002
|
+
#
|
|
736
1003
|
# @option params [String] :next_token
|
|
737
1004
|
# The `NextToken` value from a previous call to `ListLunaClients`. Pass
|
|
738
1005
|
# null if this is the first call.
|
|
@@ -763,8 +1030,26 @@ module Aws::CloudHSM
|
|
|
763
1030
|
req.send_request(options)
|
|
764
1031
|
end
|
|
765
1032
|
|
|
1033
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
1034
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
1035
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
1036
|
+
# Reference][3].
|
|
1037
|
+
#
|
|
1038
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
1039
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
1040
|
+
# CloudHSM API Reference][6].
|
|
1041
|
+
#
|
|
766
1042
|
# Returns a list of all tags for the specified AWS CloudHSM resource.
|
|
767
1043
|
#
|
|
1044
|
+
#
|
|
1045
|
+
#
|
|
1046
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
1047
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
1048
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
1049
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
1050
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
1051
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
1052
|
+
#
|
|
768
1053
|
# @option params [required, String] :resource_arn
|
|
769
1054
|
# The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
|
|
770
1055
|
#
|
|
@@ -793,8 +1078,26 @@ module Aws::CloudHSM
|
|
|
793
1078
|
req.send_request(options)
|
|
794
1079
|
end
|
|
795
1080
|
|
|
1081
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
1082
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
1083
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
1084
|
+
# Reference][3].
|
|
1085
|
+
#
|
|
1086
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
1087
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
1088
|
+
# CloudHSM API Reference][6].
|
|
1089
|
+
#
|
|
796
1090
|
# Modifies an existing high-availability partition group.
|
|
797
1091
|
#
|
|
1092
|
+
#
|
|
1093
|
+
#
|
|
1094
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
1095
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
1096
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
1097
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
1098
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
1099
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
1100
|
+
#
|
|
798
1101
|
# @option params [required, String] :hapg_arn
|
|
799
1102
|
# The ARN of the high-availability partition group to modify.
|
|
800
1103
|
#
|
|
@@ -830,6 +1133,15 @@ module Aws::CloudHSM
|
|
|
830
1133
|
req.send_request(options)
|
|
831
1134
|
end
|
|
832
1135
|
|
|
1136
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
1137
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
1138
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
1139
|
+
# Reference][3].
|
|
1140
|
+
#
|
|
1141
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
1142
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
1143
|
+
# CloudHSM API Reference][6].
|
|
1144
|
+
#
|
|
833
1145
|
# Modifies an HSM.
|
|
834
1146
|
#
|
|
835
1147
|
# This operation can result in the HSM being offline for up to 15
|
|
@@ -838,6 +1150,15 @@ module Aws::CloudHSM
|
|
|
838
1150
|
# service is configured for high availability, and consider executing
|
|
839
1151
|
# this operation during a maintenance window.
|
|
840
1152
|
#
|
|
1153
|
+
#
|
|
1154
|
+
#
|
|
1155
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
1156
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
1157
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
1158
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
1159
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
1160
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
1161
|
+
#
|
|
841
1162
|
# @option params [required, String] :hsm_arn
|
|
842
1163
|
# The ARN of the HSM to modify.
|
|
843
1164
|
#
|
|
@@ -891,11 +1212,29 @@ module Aws::CloudHSM
|
|
|
891
1212
|
req.send_request(options)
|
|
892
1213
|
end
|
|
893
1214
|
|
|
1215
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
1216
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
1217
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
1218
|
+
# Reference][3].
|
|
1219
|
+
#
|
|
1220
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
1221
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
1222
|
+
# CloudHSM API Reference][6].
|
|
1223
|
+
#
|
|
894
1224
|
# Modifies the certificate used by the client.
|
|
895
1225
|
#
|
|
896
1226
|
# This action can potentially start a workflow to install the new
|
|
897
1227
|
# certificate on the client's HSMs.
|
|
898
1228
|
#
|
|
1229
|
+
#
|
|
1230
|
+
#
|
|
1231
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
1232
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
1233
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
1234
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
1235
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
1236
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
1237
|
+
#
|
|
899
1238
|
# @option params [required, String] :client_arn
|
|
900
1239
|
# The ARN of the client.
|
|
901
1240
|
#
|
|
@@ -926,11 +1265,29 @@ module Aws::CloudHSM
|
|
|
926
1265
|
req.send_request(options)
|
|
927
1266
|
end
|
|
928
1267
|
|
|
1268
|
+
# This is documentation for **AWS CloudHSM Classic**. For more
|
|
1269
|
+
# information, see [AWS CloudHSM Classic FAQs][1], the [AWS CloudHSM
|
|
1270
|
+
# Classic User Guide][2], and the [AWS CloudHSM Classic API
|
|
1271
|
+
# Reference][3].
|
|
1272
|
+
#
|
|
1273
|
+
# **For information about the current version of AWS CloudHSM**, see
|
|
1274
|
+
# [AWS CloudHSM][4], the [AWS CloudHSM User Guide][5], and the [AWS
|
|
1275
|
+
# CloudHSM API Reference][6].
|
|
1276
|
+
#
|
|
929
1277
|
# Removes one or more tags from the specified AWS CloudHSM resource.
|
|
930
1278
|
#
|
|
931
1279
|
# To remove a tag, specify only the tag key to remove (not the value).
|
|
932
1280
|
# To overwrite the value for an existing tag, use AddTagsToResource.
|
|
933
1281
|
#
|
|
1282
|
+
#
|
|
1283
|
+
#
|
|
1284
|
+
# [1]: http://aws.amazon.com/cloudhsm/faqs-classic/
|
|
1285
|
+
# [2]: http://docs.aws.amazon.com/cloudhsm/classic/userguide/
|
|
1286
|
+
# [3]: http://docs.aws.amazon.com/cloudhsm/classic/APIReference/
|
|
1287
|
+
# [4]: http://aws.amazon.com/cloudhsm/
|
|
1288
|
+
# [5]: http://docs.aws.amazon.com/cloudhsm/latest/userguide/
|
|
1289
|
+
# [6]: http://docs.aws.amazon.com/cloudhsm/latest/APIReference/
|
|
1290
|
+
#
|
|
934
1291
|
# @option params [required, String] :resource_arn
|
|
935
1292
|
# The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
|
|
936
1293
|
#
|
|
@@ -977,7 +1334,7 @@ module Aws::CloudHSM
|
|
|
977
1334
|
params: params,
|
|
978
1335
|
config: config)
|
|
979
1336
|
context[:gem_name] = 'aws-sdk-cloudhsm'
|
|
980
|
-
context[:gem_version] = '1.
|
|
1337
|
+
context[:gem_version] = '1.3.0'
|
|
981
1338
|
Seahorse::Client::Request.new(handlers, context)
|
|
982
1339
|
end
|
|
983
1340
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudhsm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.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: 2017-10-
|
|
11
|
+
date: 2017-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|