aws-sdk-acmpca 1.42.0 → 1.43.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: 1205daa61cf443309ab00c832e1e4e71dbd8479429007b05bcfd4a35be422f25
4
- data.tar.gz: 4b6afe864b0cd50d7e715cc89dc94de833c8f8bf958e0742bc0c9c3130321229
3
+ metadata.gz: a2158c06d62bec565b12f966fa487aa40f321f33ce4010d64a330185953d2c8f
4
+ data.tar.gz: 5294ae33fdd33144b2984f3483be951575e4b65b7910dbc29f75dfe1f69f5a32
5
5
  SHA512:
6
- metadata.gz: ecc463bd618ab4d5df27ad077662e88f5f70a6aa6949f17adc579e0dd3cd0e534b0e27957652f115e92368736a1bff8dfb546e3e274ef29e053686a050e73196
7
- data.tar.gz: 2c95e6e384f1c3ba9009d39226f6edb31002e4b8b89bb1b6ca070613c102dff5c571900b3324b00753f5c7c2112e268f08de2931786a111e8c4c642b5cab4c22
6
+ metadata.gz: 7f33766c2771a453c311b6a3c3c4edbf9d087a242c2dc265db7de4fd05195dad0b4755ffc6737156f0cc12efc9dd600c56583518d3b5f3e47f3536e7ca682cf0
7
+ data.tar.gz: 4e81c7f5c107096f3afefdf71599b838c74e6c42ab94a6a8f38fa35727f2bdb63c9e7661ff6161cb1a7d6c3b1485bd21332fcf9146327688c5349fb0d48f92e1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.42.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -119,7 +119,9 @@ module Aws::ACMPCA
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -2393,7 +2395,7 @@ module Aws::ACMPCA
2393
2395
  params: params,
2394
2396
  config: config)
2395
2397
  context[:gem_name] = 'aws-sdk-acmpca'
2396
- context[:gem_version] = '1.42.0'
2398
+ context[:gem_version] = '1.43.0'
2397
2399
  Seahorse::Client::Request.new(handlers, context)
2398
2400
  end
2399
2401
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-acmpca/customizations'
49
49
  # @!group service
50
50
  module Aws::ACMPCA
51
51
 
52
- GEM_VERSION = '1.42.0'
52
+ GEM_VERSION = '1.43.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acmpca
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.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: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core