aws-sdk-cloudhsm 1.1.0 → 1.2.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 +23 -22
- data/lib/aws-sdk-cloudhsm/types.rb +18 -19
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d53c8cb9c687fe41268cbc17015478f899801d96
|
4
|
+
data.tar.gz: d0b29a87b8f26dacdad6d8aa5c1dde23826c4d9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00804f8082399f54a69d3f1a66dc8f66ca550c276458aa0a20d72a861036553218730a36e5cdd1def4c39c7fe09ec19afcbbea12525d96538cc0bea088d71e33
|
7
|
+
data.tar.gz: 7320f0d7148912273f6469c57621dfe1d4325f0284e76fc266a793eefacc5d9f6e73fc07037d41d4268154a5e780d77cfbb28cd11023855d3ee3a855522df059
|
data/lib/aws-sdk-cloudhsm.rb
CHANGED
@@ -229,8 +229,8 @@ module Aws::CloudHSM
|
|
229
229
|
# Creates an uninitialized HSM instance.
|
230
230
|
#
|
231
231
|
# There is an upfront fee charged for each HSM instance that you create
|
232
|
-
# with the CreateHsm operation. If you accidentally provision an HSM
|
233
|
-
# want to request a refund, delete the instance using the DeleteHsm
|
232
|
+
# with the `CreateHsm` operation. If you accidentally provision an HSM
|
233
|
+
# and want to request a refund, delete the instance using the DeleteHsm
|
234
234
|
# operation, go to the [AWS Support Center][1], create a new case, and
|
235
235
|
# select **Account and Billing Support**.
|
236
236
|
#
|
@@ -240,7 +240,7 @@ module Aws::CloudHSM
|
|
240
240
|
#
|
241
241
|
#
|
242
242
|
#
|
243
|
-
# [1]: https://console.aws.amazon.com/support/home
|
243
|
+
# [1]: https://console.aws.amazon.com/support/home
|
244
244
|
#
|
245
245
|
# @option params [required, String] :subnet_id
|
246
246
|
# The identifier of the subnet in your VPC in which to place the HSM.
|
@@ -259,12 +259,13 @@ module Aws::CloudHSM
|
|
259
259
|
# an ENI on your behalf.
|
260
260
|
#
|
261
261
|
# @option params [String] :external_id
|
262
|
-
# The external ID from
|
262
|
+
# The external ID from `IamRoleArn`, if present.
|
263
263
|
#
|
264
264
|
# @option params [required, String] :subscription_type
|
265
265
|
# Specifies the type of subscription for the HSM.
|
266
266
|
#
|
267
267
|
# * **PRODUCTION** - The HSM is being used in a production environment.
|
268
|
+
#
|
268
269
|
# * **TRIAL** - The HSM is being used in a product trial.
|
269
270
|
#
|
270
271
|
# @option params [String] :client_token
|
@@ -475,12 +476,12 @@ module Aws::CloudHSM
|
|
475
476
|
# ARN or its serial number.
|
476
477
|
#
|
477
478
|
# @option params [String] :hsm_arn
|
478
|
-
# The ARN of the HSM. Either the
|
479
|
+
# The ARN of the HSM. Either the `HsmArn` or the `SerialNumber`
|
479
480
|
# parameter must be specified.
|
480
481
|
#
|
481
482
|
# @option params [String] :hsm_serial_number
|
482
|
-
# The serial number of the HSM. Either the
|
483
|
-
#
|
483
|
+
# The serial number of the HSM. Either the `HsmArn` or the
|
484
|
+
# `HsmSerialNumber` parameter must be specified.
|
484
485
|
#
|
485
486
|
# @return [Types::DescribeHsmResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
486
487
|
#
|
@@ -652,14 +653,14 @@ module Aws::CloudHSM
|
|
652
653
|
|
653
654
|
# Lists the high-availability partition groups for the account.
|
654
655
|
#
|
655
|
-
# This operation supports pagination with the use of the
|
656
|
-
# member. If more results are available, the
|
657
|
-
# response contains a token that you pass in the next call to
|
658
|
-
# to retrieve the next set of items.
|
656
|
+
# This operation supports pagination with the use of the `NextToken`
|
657
|
+
# member. If more results are available, the `NextToken` member of the
|
658
|
+
# response contains a token that you pass in the next call to
|
659
|
+
# `ListHapgs` to retrieve the next set of items.
|
659
660
|
#
|
660
661
|
# @option params [String] :next_token
|
661
|
-
# The
|
662
|
-
# this is the first call.
|
662
|
+
# The `NextToken` value from a previous call to `ListHapgs`. Pass null
|
663
|
+
# if this is the first call.
|
663
664
|
#
|
664
665
|
# @return [Types::ListHapgsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
665
666
|
#
|
@@ -690,13 +691,13 @@ module Aws::CloudHSM
|
|
690
691
|
# Retrieves the identifiers of all of the HSMs provisioned for the
|
691
692
|
# current customer.
|
692
693
|
#
|
693
|
-
# This operation supports pagination with the use of the
|
694
|
-
# member. If more results are available, the
|
695
|
-
# response contains a token that you pass in the next call to ListHsms
|
694
|
+
# This operation supports pagination with the use of the `NextToken`
|
695
|
+
# member. If more results are available, the `NextToken` member of the
|
696
|
+
# response contains a token that you pass in the next call to `ListHsms`
|
696
697
|
# to retrieve the next set of items.
|
697
698
|
#
|
698
699
|
# @option params [String] :next_token
|
699
|
-
# The
|
700
|
+
# The `NextToken` value from a previous call to `ListHsms`. Pass null if
|
700
701
|
# this is the first call.
|
701
702
|
#
|
702
703
|
# @return [Types::ListHsmsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -727,13 +728,13 @@ module Aws::CloudHSM
|
|
727
728
|
|
728
729
|
# Lists all of the clients.
|
729
730
|
#
|
730
|
-
# This operation supports pagination with the use of the
|
731
|
-
# member. If more results are available, the
|
731
|
+
# This operation supports pagination with the use of the `NextToken`
|
732
|
+
# member. If more results are available, the `NextToken` member of the
|
732
733
|
# response contains a token that you pass in the next call to
|
733
|
-
# ListLunaClients to retrieve the next set of items.
|
734
|
+
# `ListLunaClients` to retrieve the next set of items.
|
734
735
|
#
|
735
736
|
# @option params [String] :next_token
|
736
|
-
# The
|
737
|
+
# The `NextToken` value from a previous call to `ListLunaClients`. Pass
|
737
738
|
# null if this is the first call.
|
738
739
|
#
|
739
740
|
# @return [Types::ListLunaClientsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -976,7 +977,7 @@ module Aws::CloudHSM
|
|
976
977
|
params: params,
|
977
978
|
config: config)
|
978
979
|
context[:gem_name] = 'aws-sdk-cloudhsm'
|
979
|
-
context[:gem_version] = '1.
|
980
|
+
context[:gem_version] = '1.2.0'
|
980
981
|
Seahorse::Client::Request.new(handlers, context)
|
981
982
|
end
|
982
983
|
|
@@ -81,7 +81,7 @@ module Aws::CloudHSM
|
|
81
81
|
include Aws::Structure
|
82
82
|
end
|
83
83
|
|
84
|
-
# Contains the inputs for the CreateHsm operation.
|
84
|
+
# Contains the inputs for the `CreateHsm` operation.
|
85
85
|
#
|
86
86
|
# @note When making an API call, you may pass CreateHsmRequest
|
87
87
|
# data as a hash:
|
@@ -118,7 +118,7 @@ module Aws::CloudHSM
|
|
118
118
|
# @return [String]
|
119
119
|
#
|
120
120
|
# @!attribute [rw] external_id
|
121
|
-
# The external ID from
|
121
|
+
# The external ID from `IamRoleArn`, if present.
|
122
122
|
# @return [String]
|
123
123
|
#
|
124
124
|
# @!attribute [rw] subscription_type
|
@@ -126,6 +126,7 @@ module Aws::CloudHSM
|
|
126
126
|
#
|
127
127
|
# * **PRODUCTION** - The HSM is being used in a production
|
128
128
|
# environment.
|
129
|
+
#
|
129
130
|
# * **TRIAL** - The HSM is being used in a product trial.
|
130
131
|
# @return [String]
|
131
132
|
#
|
@@ -153,7 +154,7 @@ module Aws::CloudHSM
|
|
153
154
|
include Aws::Structure
|
154
155
|
end
|
155
156
|
|
156
|
-
# Contains the output of the CreateHsm operation.
|
157
|
+
# Contains the output of the `CreateHsm` operation.
|
157
158
|
#
|
158
159
|
# @!attribute [rw] hsm_arn
|
159
160
|
# The ARN of the HSM.
|
@@ -332,15 +333,12 @@ module Aws::CloudHSM
|
|
332
333
|
# @return [String]
|
333
334
|
#
|
334
335
|
# @!attribute [rw] hsms_last_action_failed
|
335
|
-
# Contains a list of ARNs that identify the HSMs.
|
336
336
|
# @return [Array<String>]
|
337
337
|
#
|
338
338
|
# @!attribute [rw] hsms_pending_deletion
|
339
|
-
# Contains a list of ARNs that identify the HSMs.
|
340
339
|
# @return [Array<String>]
|
341
340
|
#
|
342
341
|
# @!attribute [rw] hsms_pending_registration
|
343
|
-
# Contains a list of ARNs that identify the HSMs.
|
344
342
|
# @return [Array<String>]
|
345
343
|
#
|
346
344
|
# @!attribute [rw] label
|
@@ -387,13 +385,13 @@ module Aws::CloudHSM
|
|
387
385
|
# }
|
388
386
|
#
|
389
387
|
# @!attribute [rw] hsm_arn
|
390
|
-
# The ARN of the HSM. Either the
|
388
|
+
# The ARN of the HSM. Either the `HsmArn` or the `SerialNumber`
|
391
389
|
# parameter must be specified.
|
392
390
|
# @return [String]
|
393
391
|
#
|
394
392
|
# @!attribute [rw] hsm_serial_number
|
395
|
-
# The serial number of the HSM. Either the
|
396
|
-
#
|
393
|
+
# The serial number of the HSM. Either the `HsmArn` or the
|
394
|
+
# `HsmSerialNumber` parameter must be specified.
|
397
395
|
# @return [String]
|
398
396
|
#
|
399
397
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsm-2014-05-30/DescribeHsmRequest AWS API Documentation
|
@@ -436,6 +434,7 @@ module Aws::CloudHSM
|
|
436
434
|
#
|
437
435
|
# * **PRODUCTION** - The HSM is being used in a production
|
438
436
|
# environment.
|
437
|
+
#
|
439
438
|
# * **TRIAL** - The HSM is being used in a product trial.
|
440
439
|
# @return [String]
|
441
440
|
#
|
@@ -657,7 +656,7 @@ module Aws::CloudHSM
|
|
657
656
|
# }
|
658
657
|
#
|
659
658
|
# @!attribute [rw] next_token
|
660
|
-
# The
|
659
|
+
# The `NextToken` value from a previous call to `ListHapgs`. Pass null
|
661
660
|
# if this is the first call.
|
662
661
|
# @return [String]
|
663
662
|
#
|
@@ -674,7 +673,7 @@ module Aws::CloudHSM
|
|
674
673
|
#
|
675
674
|
# @!attribute [rw] next_token
|
676
675
|
# If not null, more results are available. Pass this value to
|
677
|
-
# ListHapgs to retrieve the next set of items.
|
676
|
+
# `ListHapgs` to retrieve the next set of items.
|
678
677
|
# @return [String]
|
679
678
|
#
|
680
679
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsm-2014-05-30/ListHapgsResponse AWS API Documentation
|
@@ -693,8 +692,8 @@ module Aws::CloudHSM
|
|
693
692
|
# }
|
694
693
|
#
|
695
694
|
# @!attribute [rw] next_token
|
696
|
-
# The
|
697
|
-
# this is the first call.
|
695
|
+
# The `NextToken` value from a previous call to `ListHsms`. Pass null
|
696
|
+
# if this is the first call.
|
698
697
|
# @return [String]
|
699
698
|
#
|
700
699
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsm-2014-05-30/ListHsmsRequest AWS API Documentation
|
@@ -704,15 +703,15 @@ module Aws::CloudHSM
|
|
704
703
|
include Aws::Structure
|
705
704
|
end
|
706
705
|
|
707
|
-
# Contains the output of the ListHsms operation.
|
706
|
+
# Contains the output of the `ListHsms` operation.
|
708
707
|
#
|
709
708
|
# @!attribute [rw] hsm_list
|
710
709
|
# The list of ARNs that identify the HSMs.
|
711
710
|
# @return [Array<String>]
|
712
711
|
#
|
713
712
|
# @!attribute [rw] next_token
|
714
|
-
# If not null, more results are available. Pass this value to
|
715
|
-
# to retrieve the next set of items.
|
713
|
+
# If not null, more results are available. Pass this value to
|
714
|
+
# `ListHsms` to retrieve the next set of items.
|
716
715
|
# @return [String]
|
717
716
|
#
|
718
717
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsm-2014-05-30/ListHsmsResponse AWS API Documentation
|
@@ -731,8 +730,8 @@ module Aws::CloudHSM
|
|
731
730
|
# }
|
732
731
|
#
|
733
732
|
# @!attribute [rw] next_token
|
734
|
-
# The
|
735
|
-
# null if this is the first call.
|
733
|
+
# The `NextToken` value from a previous call to `ListLunaClients`.
|
734
|
+
# Pass null if this is the first call.
|
736
735
|
# @return [String]
|
737
736
|
#
|
738
737
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsm-2014-05-30/ListLunaClientsRequest AWS API Documentation
|
@@ -748,7 +747,7 @@ module Aws::CloudHSM
|
|
748
747
|
#
|
749
748
|
# @!attribute [rw] next_token
|
750
749
|
# If not null, more results are available. Pass this to
|
751
|
-
# ListLunaClients to retrieve the next set of items.
|
750
|
+
# `ListLunaClients` to retrieve the next set of items.
|
752
751
|
# @return [String]
|
753
752
|
#
|
754
753
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsm-2014-05-30/ListLunaClientsResponse AWS API Documentation
|
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.2.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-
|
11
|
+
date: 2017-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -56,7 +56,9 @@ files:
|
|
56
56
|
homepage: http://github.com/aws/aws-sdk-ruby
|
57
57
|
licenses:
|
58
58
|
- Apache-2.0
|
59
|
-
metadata:
|
59
|
+
metadata:
|
60
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsm
|
61
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsm/CHANGELOG.md
|
60
62
|
post_install_message:
|
61
63
|
rdoc_options: []
|
62
64
|
require_paths:
|