aws-sdk-cloudhsmv2 1.27.0 → 1.32.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 +3 -2
- data/lib/aws-sdk-cloudhsmv2/client.rb +167 -17
- data/lib/aws-sdk-cloudhsmv2/client_api.rb +59 -3
- data/lib/aws-sdk-cloudhsmv2/types.rb +160 -16
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e871c07b832fbff9006ba0d580326e64dda1eb577d5fb01c4da3609f1294ef0
|
4
|
+
data.tar.gz: 8ae1923a8d45d3922daf08eb407dd9561891335bee3244152c06f827805f6bcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6830d1aeacf336c56dd5a52e014a5dc6ed57de83d39dce8aed915458d2a535f1e9f2194683c6fb41bd029060d2e38de4e9a86f645355588a09a97814a73efff9
|
7
|
+
data.tar.gz: 57f759db7acc83171a9430e1425c5057e108aa89cdb372f97f4c72b40a038ec23ffaff78db3d46f333951cb49459ba6d3f302e383938790839b72b9431218f88
|
data/lib/aws-sdk-cloudhsmv2.rb
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-cloudhsmv2/customizations'
|
|
44
45
|
#
|
45
46
|
# See {Errors} for more information.
|
46
47
|
#
|
47
|
-
#
|
48
|
+
# @!group service
|
48
49
|
module Aws::CloudHSMV2
|
49
50
|
|
50
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.32.0'
|
51
52
|
|
52
53
|
end
|
@@ -85,13 +85,28 @@ module Aws::CloudHSMV2
|
|
85
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
86
86
|
# credentials.
|
87
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
88
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
89
103
|
# from an EC2 IMDS on an EC2 instance.
|
90
104
|
#
|
91
|
-
# * `Aws::
|
92
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
93
107
|
#
|
94
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
95
110
|
#
|
96
111
|
# When `:credentials` are not configured directly, the following
|
97
112
|
# locations will be searched for credentials:
|
@@ -101,10 +116,10 @@ module Aws::CloudHSMV2
|
|
101
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
102
117
|
# * `~/.aws/credentials`
|
103
118
|
# * `~/.aws/config`
|
104
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
105
|
-
# very aggressive. Construct and pass an instance of
|
106
|
-
# `Aws::InstanceProfileCredentails`
|
107
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
108
123
|
#
|
109
124
|
# @option options [required, String] :region
|
110
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -371,14 +386,8 @@ module Aws::CloudHSMV2
|
|
371
386
|
|
372
387
|
# Creates a new AWS CloudHSM cluster.
|
373
388
|
#
|
374
|
-
# @option params [
|
375
|
-
#
|
376
|
-
# cluster. You must specify at least one subnet. If you specify multiple
|
377
|
-
# subnets, they must meet the following criteria:
|
378
|
-
#
|
379
|
-
# * All subnets must be in the same virtual private cloud (VPC).
|
380
|
-
#
|
381
|
-
# * You can specify only one subnet per Availability Zone.
|
389
|
+
# @option params [Types::BackupRetentionPolicy] :backup_retention_policy
|
390
|
+
# A policy that defines how the service retains backups.
|
382
391
|
#
|
383
392
|
# @option params [required, String] :hsm_type
|
384
393
|
# The type of HSM to use in the cluster. Currently the only allowed
|
@@ -389,6 +398,15 @@ module Aws::CloudHSMV2
|
|
389
398
|
# to restore the cluster from a backup instead of creating a new
|
390
399
|
# cluster. To find the backup ID, use DescribeBackups.
|
391
400
|
#
|
401
|
+
# @option params [required, Array<String>] :subnet_ids
|
402
|
+
# The identifiers (IDs) of the subnets where you are creating the
|
403
|
+
# cluster. You must specify at least one subnet. If you specify multiple
|
404
|
+
# subnets, they must meet the following criteria:
|
405
|
+
#
|
406
|
+
# * All subnets must be in the same virtual private cloud (VPC).
|
407
|
+
#
|
408
|
+
# * You can specify only one subnet per Availability Zone.
|
409
|
+
#
|
392
410
|
# @option params [Array<Types::Tag>] :tag_list
|
393
411
|
# Tags to apply to the CloudHSM cluster during creation.
|
394
412
|
#
|
@@ -399,9 +417,13 @@ module Aws::CloudHSMV2
|
|
399
417
|
# @example Request syntax with placeholder values
|
400
418
|
#
|
401
419
|
# resp = client.create_cluster({
|
402
|
-
#
|
420
|
+
# backup_retention_policy: {
|
421
|
+
# type: "DAYS", # accepts DAYS
|
422
|
+
# value: "BackupRetentionValue",
|
423
|
+
# },
|
403
424
|
# hsm_type: "HsmType", # required
|
404
425
|
# source_backup_id: "BackupId",
|
426
|
+
# subnet_ids: ["SubnetId"], # required
|
405
427
|
# tag_list: [
|
406
428
|
# {
|
407
429
|
# key: "TagKey", # required
|
@@ -413,6 +435,8 @@ module Aws::CloudHSMV2
|
|
413
435
|
# @example Response structure
|
414
436
|
#
|
415
437
|
# resp.cluster.backup_policy #=> String, one of "DEFAULT"
|
438
|
+
# resp.cluster.backup_retention_policy.type #=> String, one of "DAYS"
|
439
|
+
# resp.cluster.backup_retention_policy.value #=> String
|
416
440
|
# resp.cluster.cluster_id #=> String
|
417
441
|
# resp.cluster.create_timestamp #=> Time
|
418
442
|
# resp.cluster.hsms #=> Array
|
@@ -525,6 +549,7 @@ module Aws::CloudHSMV2
|
|
525
549
|
# resp.backup.cluster_id #=> String
|
526
550
|
# resp.backup.create_timestamp #=> Time
|
527
551
|
# resp.backup.copy_timestamp #=> Time
|
552
|
+
# resp.backup.never_expires #=> Boolean
|
528
553
|
# resp.backup.source_region #=> String
|
529
554
|
# resp.backup.source_backup #=> String
|
530
555
|
# resp.backup.source_cluster #=> String
|
@@ -564,6 +589,8 @@ module Aws::CloudHSMV2
|
|
564
589
|
# @example Response structure
|
565
590
|
#
|
566
591
|
# resp.cluster.backup_policy #=> String, one of "DEFAULT"
|
592
|
+
# resp.cluster.backup_retention_policy.type #=> String, one of "DAYS"
|
593
|
+
# resp.cluster.backup_retention_policy.value #=> String
|
567
594
|
# resp.cluster.cluster_id #=> String
|
568
595
|
# resp.cluster.create_timestamp #=> Time
|
569
596
|
# resp.cluster.hsms #=> Array
|
@@ -682,6 +709,11 @@ module Aws::CloudHSMV2
|
|
682
709
|
# Use the `states` filter to return only backups that match the
|
683
710
|
# specified state.
|
684
711
|
#
|
712
|
+
# Use the `neverExpires` filter to return backups filtered by the value
|
713
|
+
# in the `neverExpires` parameter. `True` returns all backups exempt
|
714
|
+
# from the backup retention policy. `False` returns all backups with a
|
715
|
+
# backup retention policy defined at the cluster.
|
716
|
+
#
|
685
717
|
# @option params [Boolean] :sort_ascending
|
686
718
|
# Designates whether or not to sort the return backups by ascending
|
687
719
|
# chronological order of generation.
|
@@ -712,6 +744,7 @@ module Aws::CloudHSMV2
|
|
712
744
|
# resp.backups[0].cluster_id #=> String
|
713
745
|
# resp.backups[0].create_timestamp #=> Time
|
714
746
|
# resp.backups[0].copy_timestamp #=> Time
|
747
|
+
# resp.backups[0].never_expires #=> Boolean
|
715
748
|
# resp.backups[0].source_region #=> String
|
716
749
|
# resp.backups[0].source_backup #=> String
|
717
750
|
# resp.backups[0].source_cluster #=> String
|
@@ -782,6 +815,8 @@ module Aws::CloudHSMV2
|
|
782
815
|
#
|
783
816
|
# resp.clusters #=> Array
|
784
817
|
# resp.clusters[0].backup_policy #=> String, one of "DEFAULT"
|
818
|
+
# resp.clusters[0].backup_retention_policy.type #=> String, one of "DAYS"
|
819
|
+
# resp.clusters[0].backup_retention_policy.value #=> String
|
785
820
|
# resp.clusters[0].cluster_id #=> String
|
786
821
|
# resp.clusters[0].create_timestamp #=> Time
|
787
822
|
# resp.clusters[0].hsms #=> Array
|
@@ -923,6 +958,120 @@ module Aws::CloudHSMV2
|
|
923
958
|
req.send_request(options)
|
924
959
|
end
|
925
960
|
|
961
|
+
# Modifies attributes for AWS CloudHSM backup.
|
962
|
+
#
|
963
|
+
# @option params [required, String] :backup_id
|
964
|
+
# The identifier (ID) of the backup to modify. To find the ID of a
|
965
|
+
# backup, use the DescribeBackups operation.
|
966
|
+
#
|
967
|
+
# @option params [required, Boolean] :never_expires
|
968
|
+
# Specifies whether the service should exempt a backup from the
|
969
|
+
# retention policy for the cluster. `True` exempts a backup from the
|
970
|
+
# retention policy. `False` means the service applies the backup
|
971
|
+
# retention policy defined at the cluster.
|
972
|
+
#
|
973
|
+
# @return [Types::ModifyBackupAttributesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
974
|
+
#
|
975
|
+
# * {Types::ModifyBackupAttributesResponse#backup #backup} => Types::Backup
|
976
|
+
#
|
977
|
+
# @example Request syntax with placeholder values
|
978
|
+
#
|
979
|
+
# resp = client.modify_backup_attributes({
|
980
|
+
# backup_id: "BackupId", # required
|
981
|
+
# never_expires: false, # required
|
982
|
+
# })
|
983
|
+
#
|
984
|
+
# @example Response structure
|
985
|
+
#
|
986
|
+
# resp.backup.backup_id #=> String
|
987
|
+
# resp.backup.backup_state #=> String, one of "CREATE_IN_PROGRESS", "READY", "DELETED", "PENDING_DELETION"
|
988
|
+
# resp.backup.cluster_id #=> String
|
989
|
+
# resp.backup.create_timestamp #=> Time
|
990
|
+
# resp.backup.copy_timestamp #=> Time
|
991
|
+
# resp.backup.never_expires #=> Boolean
|
992
|
+
# resp.backup.source_region #=> String
|
993
|
+
# resp.backup.source_backup #=> String
|
994
|
+
# resp.backup.source_cluster #=> String
|
995
|
+
# resp.backup.delete_timestamp #=> Time
|
996
|
+
# resp.backup.tag_list #=> Array
|
997
|
+
# resp.backup.tag_list[0].key #=> String
|
998
|
+
# resp.backup.tag_list[0].value #=> String
|
999
|
+
#
|
1000
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/ModifyBackupAttributes AWS API Documentation
|
1001
|
+
#
|
1002
|
+
# @overload modify_backup_attributes(params = {})
|
1003
|
+
# @param [Hash] params ({})
|
1004
|
+
def modify_backup_attributes(params = {}, options = {})
|
1005
|
+
req = build_request(:modify_backup_attributes, params)
|
1006
|
+
req.send_request(options)
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
# Modifies AWS CloudHSM cluster.
|
1010
|
+
#
|
1011
|
+
# @option params [required, Types::BackupRetentionPolicy] :backup_retention_policy
|
1012
|
+
# A policy that defines how the service retains backups.
|
1013
|
+
#
|
1014
|
+
# @option params [required, String] :cluster_id
|
1015
|
+
# The identifier (ID) of the cluster that you want to modify. To find
|
1016
|
+
# the cluster ID, use DescribeClusters.
|
1017
|
+
#
|
1018
|
+
# @return [Types::ModifyClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1019
|
+
#
|
1020
|
+
# * {Types::ModifyClusterResponse#cluster #cluster} => Types::Cluster
|
1021
|
+
#
|
1022
|
+
# @example Request syntax with placeholder values
|
1023
|
+
#
|
1024
|
+
# resp = client.modify_cluster({
|
1025
|
+
# backup_retention_policy: { # required
|
1026
|
+
# type: "DAYS", # accepts DAYS
|
1027
|
+
# value: "BackupRetentionValue",
|
1028
|
+
# },
|
1029
|
+
# cluster_id: "ClusterId", # required
|
1030
|
+
# })
|
1031
|
+
#
|
1032
|
+
# @example Response structure
|
1033
|
+
#
|
1034
|
+
# resp.cluster.backup_policy #=> String, one of "DEFAULT"
|
1035
|
+
# resp.cluster.backup_retention_policy.type #=> String, one of "DAYS"
|
1036
|
+
# resp.cluster.backup_retention_policy.value #=> String
|
1037
|
+
# resp.cluster.cluster_id #=> String
|
1038
|
+
# resp.cluster.create_timestamp #=> Time
|
1039
|
+
# resp.cluster.hsms #=> Array
|
1040
|
+
# resp.cluster.hsms[0].availability_zone #=> String
|
1041
|
+
# resp.cluster.hsms[0].cluster_id #=> String
|
1042
|
+
# resp.cluster.hsms[0].subnet_id #=> String
|
1043
|
+
# resp.cluster.hsms[0].eni_id #=> String
|
1044
|
+
# resp.cluster.hsms[0].eni_ip #=> String
|
1045
|
+
# resp.cluster.hsms[0].hsm_id #=> String
|
1046
|
+
# resp.cluster.hsms[0].state #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "DEGRADED", "DELETE_IN_PROGRESS", "DELETED"
|
1047
|
+
# resp.cluster.hsms[0].state_message #=> String
|
1048
|
+
# resp.cluster.hsm_type #=> String
|
1049
|
+
# resp.cluster.pre_co_password #=> String
|
1050
|
+
# resp.cluster.security_group #=> String
|
1051
|
+
# resp.cluster.source_backup_id #=> String
|
1052
|
+
# resp.cluster.state #=> String, one of "CREATE_IN_PROGRESS", "UNINITIALIZED", "INITIALIZE_IN_PROGRESS", "INITIALIZED", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DEGRADED"
|
1053
|
+
# resp.cluster.state_message #=> String
|
1054
|
+
# resp.cluster.subnet_mapping #=> Hash
|
1055
|
+
# resp.cluster.subnet_mapping["ExternalAz"] #=> String
|
1056
|
+
# resp.cluster.vpc_id #=> String
|
1057
|
+
# resp.cluster.certificates.cluster_csr #=> String
|
1058
|
+
# resp.cluster.certificates.hsm_certificate #=> String
|
1059
|
+
# resp.cluster.certificates.aws_hardware_certificate #=> String
|
1060
|
+
# resp.cluster.certificates.manufacturer_hardware_certificate #=> String
|
1061
|
+
# resp.cluster.certificates.cluster_certificate #=> String
|
1062
|
+
# resp.cluster.tag_list #=> Array
|
1063
|
+
# resp.cluster.tag_list[0].key #=> String
|
1064
|
+
# resp.cluster.tag_list[0].value #=> String
|
1065
|
+
#
|
1066
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/ModifyCluster AWS API Documentation
|
1067
|
+
#
|
1068
|
+
# @overload modify_cluster(params = {})
|
1069
|
+
# @param [Hash] params ({})
|
1070
|
+
def modify_cluster(params = {}, options = {})
|
1071
|
+
req = build_request(:modify_cluster, params)
|
1072
|
+
req.send_request(options)
|
1073
|
+
end
|
1074
|
+
|
926
1075
|
# Restores a specified AWS CloudHSM backup that is in the
|
927
1076
|
# `PENDING_DELETION` state. For mor information on deleting a backup,
|
928
1077
|
# see DeleteBackup.
|
@@ -948,6 +1097,7 @@ module Aws::CloudHSMV2
|
|
948
1097
|
# resp.backup.cluster_id #=> String
|
949
1098
|
# resp.backup.create_timestamp #=> Time
|
950
1099
|
# resp.backup.copy_timestamp #=> Time
|
1100
|
+
# resp.backup.never_expires #=> Boolean
|
951
1101
|
# resp.backup.source_region #=> String
|
952
1102
|
# resp.backup.source_backup #=> String
|
953
1103
|
# resp.backup.source_cluster #=> String
|
@@ -1040,7 +1190,7 @@ module Aws::CloudHSMV2
|
|
1040
1190
|
params: params,
|
1041
1191
|
config: config)
|
1042
1192
|
context[:gem_name] = 'aws-sdk-cloudhsmv2'
|
1043
|
-
context[:gem_version] = '1.
|
1193
|
+
context[:gem_version] = '1.32.0'
|
1044
1194
|
Seahorse::Client::Request.new(handlers, context)
|
1045
1195
|
end
|
1046
1196
|
|
@@ -16,8 +16,12 @@ module Aws::CloudHSMV2
|
|
16
16
|
Backup = Shapes::StructureShape.new(name: 'Backup')
|
17
17
|
BackupId = Shapes::StringShape.new(name: 'BackupId')
|
18
18
|
BackupPolicy = Shapes::StringShape.new(name: 'BackupPolicy')
|
19
|
+
BackupRetentionPolicy = Shapes::StructureShape.new(name: 'BackupRetentionPolicy')
|
20
|
+
BackupRetentionType = Shapes::StringShape.new(name: 'BackupRetentionType')
|
21
|
+
BackupRetentionValue = Shapes::StringShape.new(name: 'BackupRetentionValue')
|
19
22
|
BackupState = Shapes::StringShape.new(name: 'BackupState')
|
20
23
|
Backups = Shapes::ListShape.new(name: 'Backups')
|
24
|
+
BackupsMaxSize = Shapes::IntegerShape.new(name: 'BackupsMaxSize')
|
21
25
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
22
26
|
Cert = Shapes::StringShape.new(name: 'Cert')
|
23
27
|
Certificates = Shapes::StructureShape.new(name: 'Certificates')
|
@@ -31,6 +35,7 @@ module Aws::CloudHSMV2
|
|
31
35
|
ClusterId = Shapes::StringShape.new(name: 'ClusterId')
|
32
36
|
ClusterState = Shapes::StringShape.new(name: 'ClusterState')
|
33
37
|
Clusters = Shapes::ListShape.new(name: 'Clusters')
|
38
|
+
ClustersMaxSize = Shapes::IntegerShape.new(name: 'ClustersMaxSize')
|
34
39
|
CopyBackupToRegionRequest = Shapes::StructureShape.new(name: 'CopyBackupToRegionRequest')
|
35
40
|
CopyBackupToRegionResponse = Shapes::StructureShape.new(name: 'CopyBackupToRegionResponse')
|
36
41
|
CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
|
@@ -64,6 +69,10 @@ module Aws::CloudHSMV2
|
|
64
69
|
ListTagsRequest = Shapes::StructureShape.new(name: 'ListTagsRequest')
|
65
70
|
ListTagsResponse = Shapes::StructureShape.new(name: 'ListTagsResponse')
|
66
71
|
MaxSize = Shapes::IntegerShape.new(name: 'MaxSize')
|
72
|
+
ModifyBackupAttributesRequest = Shapes::StructureShape.new(name: 'ModifyBackupAttributesRequest')
|
73
|
+
ModifyBackupAttributesResponse = Shapes::StructureShape.new(name: 'ModifyBackupAttributesResponse')
|
74
|
+
ModifyClusterRequest = Shapes::StructureShape.new(name: 'ModifyClusterRequest')
|
75
|
+
ModifyClusterResponse = Shapes::StructureShape.new(name: 'ModifyClusterResponse')
|
67
76
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
68
77
|
PreCoPassword = Shapes::StringShape.new(name: 'PreCoPassword')
|
69
78
|
Region = Shapes::StringShape.new(name: 'Region')
|
@@ -94,6 +103,7 @@ module Aws::CloudHSMV2
|
|
94
103
|
Backup.add_member(:cluster_id, Shapes::ShapeRef.new(shape: ClusterId, location_name: "ClusterId"))
|
95
104
|
Backup.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTimestamp"))
|
96
105
|
Backup.add_member(:copy_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CopyTimestamp"))
|
106
|
+
Backup.add_member(:never_expires, Shapes::ShapeRef.new(shape: Boolean, location_name: "NeverExpires"))
|
97
107
|
Backup.add_member(:source_region, Shapes::ShapeRef.new(shape: Region, location_name: "SourceRegion"))
|
98
108
|
Backup.add_member(:source_backup, Shapes::ShapeRef.new(shape: BackupId, location_name: "SourceBackup"))
|
99
109
|
Backup.add_member(:source_cluster, Shapes::ShapeRef.new(shape: ClusterId, location_name: "SourceCluster"))
|
@@ -101,6 +111,10 @@ module Aws::CloudHSMV2
|
|
101
111
|
Backup.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
102
112
|
Backup.struct_class = Types::Backup
|
103
113
|
|
114
|
+
BackupRetentionPolicy.add_member(:type, Shapes::ShapeRef.new(shape: BackupRetentionType, location_name: "Type"))
|
115
|
+
BackupRetentionPolicy.add_member(:value, Shapes::ShapeRef.new(shape: BackupRetentionValue, location_name: "Value"))
|
116
|
+
BackupRetentionPolicy.struct_class = Types::BackupRetentionPolicy
|
117
|
+
|
104
118
|
Backups.member = Shapes::ShapeRef.new(shape: Backup)
|
105
119
|
|
106
120
|
Certificates.add_member(:cluster_csr, Shapes::ShapeRef.new(shape: Cert, location_name: "ClusterCsr"))
|
@@ -129,6 +143,7 @@ module Aws::CloudHSMV2
|
|
129
143
|
CloudHsmTagException.struct_class = Types::CloudHsmTagException
|
130
144
|
|
131
145
|
Cluster.add_member(:backup_policy, Shapes::ShapeRef.new(shape: BackupPolicy, location_name: "BackupPolicy"))
|
146
|
+
Cluster.add_member(:backup_retention_policy, Shapes::ShapeRef.new(shape: BackupRetentionPolicy, location_name: "BackupRetentionPolicy"))
|
132
147
|
Cluster.add_member(:cluster_id, Shapes::ShapeRef.new(shape: ClusterId, location_name: "ClusterId"))
|
133
148
|
Cluster.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTimestamp"))
|
134
149
|
Cluster.add_member(:hsms, Shapes::ShapeRef.new(shape: Hsms, location_name: "Hsms"))
|
@@ -154,9 +169,10 @@ module Aws::CloudHSMV2
|
|
154
169
|
CopyBackupToRegionResponse.add_member(:destination_backup, Shapes::ShapeRef.new(shape: DestinationBackup, location_name: "DestinationBackup"))
|
155
170
|
CopyBackupToRegionResponse.struct_class = Types::CopyBackupToRegionResponse
|
156
171
|
|
157
|
-
CreateClusterRequest.add_member(:
|
172
|
+
CreateClusterRequest.add_member(:backup_retention_policy, Shapes::ShapeRef.new(shape: BackupRetentionPolicy, location_name: "BackupRetentionPolicy"))
|
158
173
|
CreateClusterRequest.add_member(:hsm_type, Shapes::ShapeRef.new(shape: HsmType, required: true, location_name: "HsmType"))
|
159
174
|
CreateClusterRequest.add_member(:source_backup_id, Shapes::ShapeRef.new(shape: BackupId, location_name: "SourceBackupId"))
|
175
|
+
CreateClusterRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "SubnetIds"))
|
160
176
|
CreateClusterRequest.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
161
177
|
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
162
178
|
|
@@ -193,7 +209,7 @@ module Aws::CloudHSMV2
|
|
193
209
|
DeleteHsmResponse.struct_class = Types::DeleteHsmResponse
|
194
210
|
|
195
211
|
DescribeBackupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
196
|
-
DescribeBackupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
212
|
+
DescribeBackupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BackupsMaxSize, location_name: "MaxResults"))
|
197
213
|
DescribeBackupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
198
214
|
DescribeBackupsRequest.add_member(:sort_ascending, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortAscending"))
|
199
215
|
DescribeBackupsRequest.struct_class = Types::DescribeBackupsRequest
|
@@ -204,7 +220,7 @@ module Aws::CloudHSMV2
|
|
204
220
|
|
205
221
|
DescribeClustersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
206
222
|
DescribeClustersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
207
|
-
DescribeClustersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
223
|
+
DescribeClustersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ClustersMaxSize, location_name: "MaxResults"))
|
208
224
|
DescribeClustersRequest.struct_class = Types::DescribeClustersRequest
|
209
225
|
|
210
226
|
DescribeClustersResponse.add_member(:clusters, Shapes::ShapeRef.new(shape: Clusters, location_name: "Clusters"))
|
@@ -253,6 +269,20 @@ module Aws::CloudHSMV2
|
|
253
269
|
ListTagsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
254
270
|
ListTagsResponse.struct_class = Types::ListTagsResponse
|
255
271
|
|
272
|
+
ModifyBackupAttributesRequest.add_member(:backup_id, Shapes::ShapeRef.new(shape: BackupId, required: true, location_name: "BackupId"))
|
273
|
+
ModifyBackupAttributesRequest.add_member(:never_expires, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "NeverExpires"))
|
274
|
+
ModifyBackupAttributesRequest.struct_class = Types::ModifyBackupAttributesRequest
|
275
|
+
|
276
|
+
ModifyBackupAttributesResponse.add_member(:backup, Shapes::ShapeRef.new(shape: Backup, location_name: "Backup"))
|
277
|
+
ModifyBackupAttributesResponse.struct_class = Types::ModifyBackupAttributesResponse
|
278
|
+
|
279
|
+
ModifyClusterRequest.add_member(:backup_retention_policy, Shapes::ShapeRef.new(shape: BackupRetentionPolicy, required: true, location_name: "BackupRetentionPolicy"))
|
280
|
+
ModifyClusterRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: ClusterId, required: true, location_name: "ClusterId"))
|
281
|
+
ModifyClusterRequest.struct_class = Types::ModifyClusterRequest
|
282
|
+
|
283
|
+
ModifyClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
|
284
|
+
ModifyClusterResponse.struct_class = Types::ModifyClusterResponse
|
285
|
+
|
256
286
|
RestoreBackupRequest.add_member(:backup_id, Shapes::ShapeRef.new(shape: BackupId, required: true, location_name: "BackupId"))
|
257
287
|
RestoreBackupRequest.struct_class = Types::RestoreBackupRequest
|
258
288
|
|
@@ -456,6 +486,32 @@ module Aws::CloudHSMV2
|
|
456
486
|
)
|
457
487
|
end)
|
458
488
|
|
489
|
+
api.add_operation(:modify_backup_attributes, Seahorse::Model::Operation.new.tap do |o|
|
490
|
+
o.name = "ModifyBackupAttributes"
|
491
|
+
o.http_method = "POST"
|
492
|
+
o.http_request_uri = "/"
|
493
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyBackupAttributesRequest)
|
494
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyBackupAttributesResponse)
|
495
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudHsmAccessDeniedException)
|
496
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudHsmInternalFailureException)
|
497
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudHsmInvalidRequestException)
|
498
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudHsmResourceNotFoundException)
|
499
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudHsmServiceException)
|
500
|
+
end)
|
501
|
+
|
502
|
+
api.add_operation(:modify_cluster, Seahorse::Model::Operation.new.tap do |o|
|
503
|
+
o.name = "ModifyCluster"
|
504
|
+
o.http_method = "POST"
|
505
|
+
o.http_request_uri = "/"
|
506
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyClusterRequest)
|
507
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyClusterResponse)
|
508
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudHsmAccessDeniedException)
|
509
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudHsmInternalFailureException)
|
510
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudHsmInvalidRequestException)
|
511
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudHsmResourceNotFoundException)
|
512
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudHsmServiceException)
|
513
|
+
end)
|
514
|
+
|
459
515
|
api.add_operation(:restore_backup, Seahorse::Model::Operation.new.tap do |o|
|
460
516
|
o.name = "RestoreBackup"
|
461
517
|
o.http_method = "POST"
|
@@ -11,11 +11,12 @@ module Aws::CloudHSMV2
|
|
11
11
|
module Types
|
12
12
|
|
13
13
|
# Contains information about a backup of an AWS CloudHSM cluster. All
|
14
|
-
# backup objects contain the BackupId
|
15
|
-
# CreateTimestamp parameters. Backups that were copied into a
|
16
|
-
# destination region additionally contain the CopyTimestamp
|
17
|
-
# SourceBackup
|
18
|
-
# is pending deletion will include the DeleteTimestamp
|
14
|
+
# backup objects contain the `BackupId`, `BackupState`, `ClusterId`, and
|
15
|
+
# `CreateTimestamp` parameters. Backups that were copied into a
|
16
|
+
# destination region additionally contain the `CopyTimestamp`,
|
17
|
+
# `SourceBackup`, `SourceCluster`, and `SourceRegion` parameters. A
|
18
|
+
# backup that is pending deletion will include the `DeleteTimestamp`
|
19
|
+
# parameter.
|
19
20
|
#
|
20
21
|
# @!attribute [rw] backup_id
|
21
22
|
# The identifier (ID) of the backup.
|
@@ -37,6 +38,13 @@ module Aws::CloudHSMV2
|
|
37
38
|
# The date and time when the backup was copied from a source backup.
|
38
39
|
# @return [Time]
|
39
40
|
#
|
41
|
+
# @!attribute [rw] never_expires
|
42
|
+
# Specifies whether the service should exempt a backup from the
|
43
|
+
# retention policy for the cluster. `True` exempts a backup from the
|
44
|
+
# retention policy. `False` means the service applies the backup
|
45
|
+
# retention policy defined at the cluster.
|
46
|
+
# @return [Boolean]
|
47
|
+
#
|
40
48
|
# @!attribute [rw] source_region
|
41
49
|
# The AWS Region that contains the source backup from which the new
|
42
50
|
# backup was copied.
|
@@ -68,6 +76,7 @@ module Aws::CloudHSMV2
|
|
68
76
|
:cluster_id,
|
69
77
|
:create_timestamp,
|
70
78
|
:copy_timestamp,
|
79
|
+
:never_expires,
|
71
80
|
:source_region,
|
72
81
|
:source_backup,
|
73
82
|
:source_cluster,
|
@@ -77,6 +86,34 @@ module Aws::CloudHSMV2
|
|
77
86
|
include Aws::Structure
|
78
87
|
end
|
79
88
|
|
89
|
+
# A policy that defines the number of days to retain backups.
|
90
|
+
#
|
91
|
+
# @note When making an API call, you may pass BackupRetentionPolicy
|
92
|
+
# data as a hash:
|
93
|
+
#
|
94
|
+
# {
|
95
|
+
# type: "DAYS", # accepts DAYS
|
96
|
+
# value: "BackupRetentionValue",
|
97
|
+
# }
|
98
|
+
#
|
99
|
+
# @!attribute [rw] type
|
100
|
+
# The type of backup retention policy. For the `DAYS` type, the value
|
101
|
+
# is the number of days to retain backups.
|
102
|
+
# @return [String]
|
103
|
+
#
|
104
|
+
# @!attribute [rw] value
|
105
|
+
# Use a value between 7 - 379.
|
106
|
+
# @return [String]
|
107
|
+
#
|
108
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/BackupRetentionPolicy AWS API Documentation
|
109
|
+
#
|
110
|
+
class BackupRetentionPolicy < Struct.new(
|
111
|
+
:type,
|
112
|
+
:value)
|
113
|
+
SENSITIVE = []
|
114
|
+
include Aws::Structure
|
115
|
+
end
|
116
|
+
|
80
117
|
# Contains one or more certificates or a certificate signing request
|
81
118
|
# (CSR).
|
82
119
|
#
|
@@ -203,6 +240,10 @@ module Aws::CloudHSMV2
|
|
203
240
|
# The cluster's backup policy.
|
204
241
|
# @return [String]
|
205
242
|
#
|
243
|
+
# @!attribute [rw] backup_retention_policy
|
244
|
+
# A policy that defines how the service retains backups.
|
245
|
+
# @return [Types::BackupRetentionPolicy]
|
246
|
+
#
|
206
247
|
# @!attribute [rw] cluster_id
|
207
248
|
# The cluster's identifier (ID).
|
208
249
|
# @return [String]
|
@@ -264,6 +305,7 @@ module Aws::CloudHSMV2
|
|
264
305
|
#
|
265
306
|
class Cluster < Struct.new(
|
266
307
|
:backup_policy,
|
308
|
+
:backup_retention_policy,
|
267
309
|
:cluster_id,
|
268
310
|
:create_timestamp,
|
269
311
|
:hsms,
|
@@ -344,9 +386,13 @@ module Aws::CloudHSMV2
|
|
344
386
|
# data as a hash:
|
345
387
|
#
|
346
388
|
# {
|
347
|
-
#
|
389
|
+
# backup_retention_policy: {
|
390
|
+
# type: "DAYS", # accepts DAYS
|
391
|
+
# value: "BackupRetentionValue",
|
392
|
+
# },
|
348
393
|
# hsm_type: "HsmType", # required
|
349
394
|
# source_backup_id: "BackupId",
|
395
|
+
# subnet_ids: ["SubnetId"], # required
|
350
396
|
# tag_list: [
|
351
397
|
# {
|
352
398
|
# key: "TagKey", # required
|
@@ -355,15 +401,9 @@ module Aws::CloudHSMV2
|
|
355
401
|
# ],
|
356
402
|
# }
|
357
403
|
#
|
358
|
-
# @!attribute [rw]
|
359
|
-
#
|
360
|
-
#
|
361
|
-
# multiple subnets, they must meet the following criteria:
|
362
|
-
#
|
363
|
-
# * All subnets must be in the same virtual private cloud (VPC).
|
364
|
-
#
|
365
|
-
# * You can specify only one subnet per Availability Zone.
|
366
|
-
# @return [Array<String>]
|
404
|
+
# @!attribute [rw] backup_retention_policy
|
405
|
+
# A policy that defines how the service retains backups.
|
406
|
+
# @return [Types::BackupRetentionPolicy]
|
367
407
|
#
|
368
408
|
# @!attribute [rw] hsm_type
|
369
409
|
# The type of HSM to use in the cluster. Currently the only allowed
|
@@ -376,6 +416,16 @@ module Aws::CloudHSMV2
|
|
376
416
|
# cluster. To find the backup ID, use DescribeBackups.
|
377
417
|
# @return [String]
|
378
418
|
#
|
419
|
+
# @!attribute [rw] subnet_ids
|
420
|
+
# The identifiers (IDs) of the subnets where you are creating the
|
421
|
+
# cluster. You must specify at least one subnet. If you specify
|
422
|
+
# multiple subnets, they must meet the following criteria:
|
423
|
+
#
|
424
|
+
# * All subnets must be in the same virtual private cloud (VPC).
|
425
|
+
#
|
426
|
+
# * You can specify only one subnet per Availability Zone.
|
427
|
+
# @return [Array<String>]
|
428
|
+
#
|
379
429
|
# @!attribute [rw] tag_list
|
380
430
|
# Tags to apply to the CloudHSM cluster during creation.
|
381
431
|
# @return [Array<Types::Tag>]
|
@@ -383,9 +433,10 @@ module Aws::CloudHSMV2
|
|
383
433
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/CreateClusterRequest AWS API Documentation
|
384
434
|
#
|
385
435
|
class CreateClusterRequest < Struct.new(
|
386
|
-
:
|
436
|
+
:backup_retention_policy,
|
387
437
|
:hsm_type,
|
388
438
|
:source_backup_id,
|
439
|
+
:subnet_ids,
|
389
440
|
:tag_list)
|
390
441
|
SENSITIVE = []
|
391
442
|
include Aws::Structure
|
@@ -606,6 +657,11 @@ module Aws::CloudHSMV2
|
|
606
657
|
#
|
607
658
|
# Use the `states` filter to return only backups that match the
|
608
659
|
# specified state.
|
660
|
+
#
|
661
|
+
# Use the `neverExpires` filter to return backups filtered by the
|
662
|
+
# value in the `neverExpires` parameter. `True` returns all backups
|
663
|
+
# exempt from the backup retention policy. `False` returns all backups
|
664
|
+
# with a backup retention policy defined at the cluster.
|
609
665
|
# @return [Hash<String,Array<String>>]
|
610
666
|
#
|
611
667
|
# @!attribute [rw] sort_ascending
|
@@ -901,6 +957,94 @@ module Aws::CloudHSMV2
|
|
901
957
|
include Aws::Structure
|
902
958
|
end
|
903
959
|
|
960
|
+
# @note When making an API call, you may pass ModifyBackupAttributesRequest
|
961
|
+
# data as a hash:
|
962
|
+
#
|
963
|
+
# {
|
964
|
+
# backup_id: "BackupId", # required
|
965
|
+
# never_expires: false, # required
|
966
|
+
# }
|
967
|
+
#
|
968
|
+
# @!attribute [rw] backup_id
|
969
|
+
# The identifier (ID) of the backup to modify. To find the ID of a
|
970
|
+
# backup, use the DescribeBackups operation.
|
971
|
+
# @return [String]
|
972
|
+
#
|
973
|
+
# @!attribute [rw] never_expires
|
974
|
+
# Specifies whether the service should exempt a backup from the
|
975
|
+
# retention policy for the cluster. `True` exempts a backup from the
|
976
|
+
# retention policy. `False` means the service applies the backup
|
977
|
+
# retention policy defined at the cluster.
|
978
|
+
# @return [Boolean]
|
979
|
+
#
|
980
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/ModifyBackupAttributesRequest AWS API Documentation
|
981
|
+
#
|
982
|
+
class ModifyBackupAttributesRequest < Struct.new(
|
983
|
+
:backup_id,
|
984
|
+
:never_expires)
|
985
|
+
SENSITIVE = []
|
986
|
+
include Aws::Structure
|
987
|
+
end
|
988
|
+
|
989
|
+
# @!attribute [rw] backup
|
990
|
+
# Contains information about a backup of an AWS CloudHSM cluster. All
|
991
|
+
# backup objects contain the `BackupId`, `BackupState`, `ClusterId`,
|
992
|
+
# and `CreateTimestamp` parameters. Backups that were copied into a
|
993
|
+
# destination region additionally contain the `CopyTimestamp`,
|
994
|
+
# `SourceBackup`, `SourceCluster`, and `SourceRegion` parameters. A
|
995
|
+
# backup that is pending deletion will include the `DeleteTimestamp`
|
996
|
+
# parameter.
|
997
|
+
# @return [Types::Backup]
|
998
|
+
#
|
999
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/ModifyBackupAttributesResponse AWS API Documentation
|
1000
|
+
#
|
1001
|
+
class ModifyBackupAttributesResponse < Struct.new(
|
1002
|
+
:backup)
|
1003
|
+
SENSITIVE = []
|
1004
|
+
include Aws::Structure
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
# @note When making an API call, you may pass ModifyClusterRequest
|
1008
|
+
# data as a hash:
|
1009
|
+
#
|
1010
|
+
# {
|
1011
|
+
# backup_retention_policy: { # required
|
1012
|
+
# type: "DAYS", # accepts DAYS
|
1013
|
+
# value: "BackupRetentionValue",
|
1014
|
+
# },
|
1015
|
+
# cluster_id: "ClusterId", # required
|
1016
|
+
# }
|
1017
|
+
#
|
1018
|
+
# @!attribute [rw] backup_retention_policy
|
1019
|
+
# A policy that defines how the service retains backups.
|
1020
|
+
# @return [Types::BackupRetentionPolicy]
|
1021
|
+
#
|
1022
|
+
# @!attribute [rw] cluster_id
|
1023
|
+
# The identifier (ID) of the cluster that you want to modify. To find
|
1024
|
+
# the cluster ID, use DescribeClusters.
|
1025
|
+
# @return [String]
|
1026
|
+
#
|
1027
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/ModifyClusterRequest AWS API Documentation
|
1028
|
+
#
|
1029
|
+
class ModifyClusterRequest < Struct.new(
|
1030
|
+
:backup_retention_policy,
|
1031
|
+
:cluster_id)
|
1032
|
+
SENSITIVE = []
|
1033
|
+
include Aws::Structure
|
1034
|
+
end
|
1035
|
+
|
1036
|
+
# @!attribute [rw] cluster
|
1037
|
+
# Contains information about an AWS CloudHSM cluster.
|
1038
|
+
# @return [Types::Cluster]
|
1039
|
+
#
|
1040
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/ModifyClusterResponse AWS API Documentation
|
1041
|
+
#
|
1042
|
+
class ModifyClusterResponse < Struct.new(
|
1043
|
+
:cluster)
|
1044
|
+
SENSITIVE = []
|
1045
|
+
include Aws::Structure
|
1046
|
+
end
|
1047
|
+
|
904
1048
|
# @note When making an API call, you may pass RestoreBackupRequest
|
905
1049
|
# data as a hash:
|
906
1050
|
#
|
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.32.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:
|
11
|
+
date: 2021-02-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.
|
22
|
+
version: 3.112.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.
|
32
|
+
version: 3.112.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|