aws-sdk-cloudhsmv2 1.0.0 → 1.1.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/client.rb +4 -3
- data/lib/aws-sdk-cloudhsmv2/types.rb +3 -2
- data/lib/aws-sdk-cloudhsmv2.rb +1 -1
- 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: d8e3ef8565dc67bb5f5c5b139402dbb626f4b21b
|
|
4
|
+
data.tar.gz: 0ef557b9ca2761581444e63b6a348381012e6829
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cc5afdb7435a4cee71b7dac965bb0bf711079c08e0056342566460f604819dffadf9badaf0e8a738c9d0992e04ba8f93896935fea3713cedb6b73b91249d19a
|
|
7
|
+
data.tar.gz: b4369ede50f5e1b0d5a3a59adc1ca405337516846836294e73401bbe4f0a068aba1e16794f9af84a6f4d65e4c2b01ca4fc7a636168a15a949b9a92d2f7ca30e5
|
|
@@ -538,7 +538,8 @@ module Aws::CloudHSMV2
|
|
|
538
538
|
#
|
|
539
539
|
# @option params [required, String] :signed_cert
|
|
540
540
|
# The cluster certificate issued (signed) by your issuing certificate
|
|
541
|
-
# authority (CA). The certificate must be in PEM format
|
|
541
|
+
# authority (CA). The certificate must be in PEM format and can contain
|
|
542
|
+
# a maximum of 5000 characters.
|
|
542
543
|
#
|
|
543
544
|
# @option params [required, String] :trust_anchor
|
|
544
545
|
# The issuing certificate of the issuing certificate authority (CA) that
|
|
@@ -546,7 +547,7 @@ module Aws::CloudHSMV2
|
|
|
546
547
|
# (self-signed) certificate or a certificate chain that begins with the
|
|
547
548
|
# certificate that issued the cluster certificate and ends with a root
|
|
548
549
|
# certificate. The certificate or certificate chain must be in PEM
|
|
549
|
-
# format.
|
|
550
|
+
# format and can contain a maximum of 5000 characters.
|
|
550
551
|
#
|
|
551
552
|
# @return [Types::InitializeClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
552
553
|
#
|
|
@@ -701,7 +702,7 @@ module Aws::CloudHSMV2
|
|
|
701
702
|
params: params,
|
|
702
703
|
config: config)
|
|
703
704
|
context[:gem_name] = 'aws-sdk-cloudhsmv2'
|
|
704
|
-
context[:gem_version] = '1.
|
|
705
|
+
context[:gem_version] = '1.1.0'
|
|
705
706
|
Seahorse::Client::Request.new(handlers, context)
|
|
706
707
|
end
|
|
707
708
|
|
|
@@ -518,7 +518,8 @@ module Aws::CloudHSMV2
|
|
|
518
518
|
#
|
|
519
519
|
# @!attribute [rw] signed_cert
|
|
520
520
|
# The cluster certificate issued (signed) by your issuing certificate
|
|
521
|
-
# authority (CA). The certificate must be in PEM format
|
|
521
|
+
# authority (CA). The certificate must be in PEM format and can
|
|
522
|
+
# contain a maximum of 5000 characters.
|
|
522
523
|
# @return [String]
|
|
523
524
|
#
|
|
524
525
|
# @!attribute [rw] trust_anchor
|
|
@@ -527,7 +528,7 @@ module Aws::CloudHSMV2
|
|
|
527
528
|
# (self-signed) certificate or a certificate chain that begins with
|
|
528
529
|
# the certificate that issued the cluster certificate and ends with a
|
|
529
530
|
# root certificate. The certificate or certificate chain must be in
|
|
530
|
-
# PEM format.
|
|
531
|
+
# PEM format and can contain a maximum of 5000 characters.
|
|
531
532
|
# @return [String]
|
|
532
533
|
#
|
|
533
534
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/InitializeClusterRequest AWS API Documentation
|
data/lib/aws-sdk-cloudhsmv2.rb
CHANGED
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.1.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-11-01 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-cloudhsmv2
|
|
61
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsmv2/CHANGELOG.md
|
|
60
62
|
post_install_message:
|
|
61
63
|
rdoc_options: []
|
|
62
64
|
require_paths:
|