aws-sdk-auditmanager 1.16.0 → 1.17.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: 61b11dd2ff0b48a2198b4f452a28a1747fba4dcb0ea0e2822b2359aaf391a4cc
4
- data.tar.gz: 17235a8af9e927f6f25dc98c0dc584cf907e912bd3db04f9300c4e6fb5b72086
3
+ metadata.gz: fc7dd7b2b04e5104b6dbfa1c6004b409c0329967883cd44e98b25255880dda9d
4
+ data.tar.gz: 2a22690ffc67fabca4068e883e63383395e19b65fe0c2c4f4499d92b8273f472
5
5
  SHA512:
6
- metadata.gz: 456e6c46c1b8c1d9e9a08f026330c0043f12ac4cd986777a13c8a4faeac8307ba86f8193648305ed312f4165355161b672f8c031797c2ba4503216051c469281
7
- data.tar.gz: 31d8dd4fdf6e6343526ca7fc9a4c953f4bd88fa5a67eaae6082fbaa086abc9b322565904b2a4f83f66a7c718bfa3183f6897c39716eddc38564cf63be4031d11
6
+ metadata.gz: 43e80596d58902fdd440ed6407dce0c77e276d89f7084c98082840b7e3a0b6b50ef341d877187fd242acd5b04a6e0df6dd4b25179b0d12198b7b99ca64005a24
7
+ data.tar.gz: 65d4b02f182b93e54c3667500e0254353de48af664f8e8c271e3de890e56eed34534f79efc0bfea4981fbaa08249e4340c1ed1594939f615c46bf978dd6216ab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.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.16.0 (2021-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -119,7 +119,9 @@ module Aws::AuditManager
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
@@ -3523,7 +3525,7 @@ module Aws::AuditManager
3523
3525
  params: params,
3524
3526
  config: config)
3525
3527
  context[:gem_name] = 'aws-sdk-auditmanager'
3526
- context[:gem_version] = '1.16.0'
3528
+ context[:gem_version] = '1.17.0'
3527
3529
  Seahorse::Client::Request.new(handlers, context)
3528
3530
  end
3529
3531
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-auditmanager/customizations'
48
48
  # @!group service
49
49
  module Aws::AuditManager
50
50
 
51
- GEM_VERSION = '1.16.0'
51
+ GEM_VERSION = '1.17.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-auditmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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-18 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