aws-sdk-acm 1.33.0 → 1.38.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
2
  SHA256:
3
- metadata.gz: 1050b2df513aabc621ad206c437ac047a9048d3cfd6ff40fec0cc08d2ec3915b
4
- data.tar.gz: da61d7f1ac6c651d39bffc288a015d6e26e3ee5f0336ec052d89eea6e8962801
3
+ metadata.gz: b3b46120662196e44a565ce2b322b2d447f4515ad41fa82bcd6df5ba0029b447
4
+ data.tar.gz: 38e72e1e9ccf844a3f08dd6e6f55aaae52482c1eab05e413728fd58af9397f3c
5
5
  SHA512:
6
- metadata.gz: ba6bfc4652da446277d4a6842bdadf83b8643c5b09dbc795466ed9aeec1a367c4cf4cb6c2b0c31ba42488831d72ea5daa6c3f230748ff11fd80acc35b68876ba
7
- data.tar.gz: c61d0b8542c3d80bc9985385e73f67383a8754e14568436ca94ee07fbc5666c4408129f9041583132315b81e9fa59cf7b268170eb2e15a317534b2cc5713b364
6
+ metadata.gz: b72a893b0f69f221c581eeb525477055d4392d21f48491b9240262ef1cd9476b26ffba3222bbab51db370b1970952714c85078f68068eeb4d797117b8cfc613b
7
+ data.tar.gz: 52cc39f79094642bc219de2a97d235dbc18041e9d2c850dbfcc86146b99f48d2230db146a3c04236d700cf5569dd22e66baac0f8719017fbf96a56c965785fee
@@ -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
 
@@ -45,9 +46,9 @@ require_relative 'aws-sdk-acm/customizations'
45
46
  #
46
47
  # See {Errors} for more information.
47
48
  #
48
- # @service
49
+ # @!group service
49
50
  module Aws::ACM
50
51
 
51
- GEM_VERSION = '1.33.0'
52
+ GEM_VERSION = '1.38.0'
52
53
 
53
54
  end
@@ -85,13 +85,28 @@ module Aws::ACM
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::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
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::ACM
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 are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
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
@@ -483,7 +498,7 @@ module Aws::ACM
483
498
  # resp.certificate.signature_algorithm #=> String
484
499
  # resp.certificate.in_use_by #=> Array
485
500
  # resp.certificate.in_use_by[0] #=> String
486
- # resp.certificate.failure_reason #=> String, one of "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "DOMAIN_VALIDATION_DENIED", "CAA_ERROR", "PCA_LIMIT_EXCEEDED", "PCA_INVALID_ARN", "PCA_INVALID_STATE", "PCA_REQUEST_FAILED", "PCA_NAME_CONSTRAINTS_VALIDATION", "PCA_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "PCA_INVALID_DURATION", "PCA_ACCESS_DENIED", "OTHER"
501
+ # resp.certificate.failure_reason #=> String, one of "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "DOMAIN_VALIDATION_DENIED", "CAA_ERROR", "PCA_LIMIT_EXCEEDED", "PCA_INVALID_ARN", "PCA_INVALID_STATE", "PCA_REQUEST_FAILED", "PCA_NAME_CONSTRAINTS_VALIDATION", "PCA_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "PCA_INVALID_DURATION", "PCA_ACCESS_DENIED", "SLR_NOT_FOUND", "OTHER"
487
502
  # resp.certificate.type #=> String, one of "IMPORTED", "AMAZON_ISSUED", "PRIVATE"
488
503
  # resp.certificate.renewal_summary.renewal_status #=> String, one of "PENDING_AUTO_RENEWAL", "PENDING_VALIDATION", "SUCCESS", "FAILED"
489
504
  # resp.certificate.renewal_summary.domain_validation_options #=> Array
@@ -496,7 +511,7 @@ module Aws::ACM
496
511
  # resp.certificate.renewal_summary.domain_validation_options[0].resource_record.type #=> String, one of "CNAME"
497
512
  # resp.certificate.renewal_summary.domain_validation_options[0].resource_record.value #=> String
498
513
  # resp.certificate.renewal_summary.domain_validation_options[0].validation_method #=> String, one of "EMAIL", "DNS"
499
- # resp.certificate.renewal_summary.renewal_status_reason #=> String, one of "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "DOMAIN_VALIDATION_DENIED", "CAA_ERROR", "PCA_LIMIT_EXCEEDED", "PCA_INVALID_ARN", "PCA_INVALID_STATE", "PCA_REQUEST_FAILED", "PCA_NAME_CONSTRAINTS_VALIDATION", "PCA_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "PCA_INVALID_DURATION", "PCA_ACCESS_DENIED", "OTHER"
514
+ # resp.certificate.renewal_summary.renewal_status_reason #=> String, one of "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "DOMAIN_VALIDATION_DENIED", "CAA_ERROR", "PCA_LIMIT_EXCEEDED", "PCA_INVALID_ARN", "PCA_INVALID_STATE", "PCA_REQUEST_FAILED", "PCA_NAME_CONSTRAINTS_VALIDATION", "PCA_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "PCA_INVALID_DURATION", "PCA_ACCESS_DENIED", "SLR_NOT_FOUND", "OTHER"
500
515
  # resp.certificate.renewal_summary.updated_at #=> Time
501
516
  # resp.certificate.key_usages #=> Array
502
517
  # resp.certificate.key_usages[0].name #=> String, one of "DIGITAL_SIGNATURE", "NON_REPUDIATION", "KEY_ENCIPHERMENT", "DATA_ENCIPHERMENT", "KEY_AGREEMENT", "CERTIFICATE_SIGNING", "CRL_SIGNING", "ENCIPHER_ONLY", "DECIPHER_ONLY", "ANY", "CUSTOM"
@@ -541,7 +556,7 @@ module Aws::ACM
541
556
  #
542
557
  # `arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012`
543
558
  #
544
- # @option params [required, String, IO] :passphrase
559
+ # @option params [required, String, StringIO, File] :passphrase
545
560
  # Passphrase to associate with the encrypted exported private key. If
546
561
  # you want to later decrypt the private key, you must have the
547
562
  # passphrase. You can use the following OpenSSL command to decrypt a
@@ -699,13 +714,13 @@ module Aws::ACM
699
714
  #
700
715
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
701
716
  #
702
- # @option params [required, String, IO] :certificate
717
+ # @option params [required, String, StringIO, File] :certificate
703
718
  # The certificate to import.
704
719
  #
705
- # @option params [required, String, IO] :private_key
720
+ # @option params [required, String, StringIO, File] :private_key
706
721
  # The private key that matches the public key in the certificate.
707
722
  #
708
- # @option params [String, IO] :certificate_chain
723
+ # @option params [String, StringIO, File] :certificate_chain
709
724
  # The PEM encoded certificate chain.
710
725
  #
711
726
  # @option params [Array<Types::Tag>] :tags
@@ -1218,7 +1233,7 @@ module Aws::ACM
1218
1233
  params: params,
1219
1234
  config: config)
1220
1235
  context[:gem_name] = 'aws-sdk-acm'
1221
- context[:gem_version] = '1.33.0'
1236
+ context[:gem_version] = '1.38.0'
1222
1237
  Seahorse::Client::Request.new(handlers, context)
1223
1238
  end
1224
1239
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.38.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-06-23 00:00:00.000000000 Z
11
+ date: 2020-09-30 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.99.0
22
+ version: 3.109.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.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement