aws-sdk-inspector2 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6626d610df2c4ad237761ec705e97ba5d1ad0ce21d1f41bf8e3f138c7125b00a
4
- data.tar.gz: 593bb6631df136671bb92fe313275cb98c390b1bfd1028cda1e2b68784b26534
3
+ metadata.gz: 5f792ac820260723ab02bbbebfeca431b74ecce26071fffa8299c74287b54d2a
4
+ data.tar.gz: de0f486fd5beb9c073d59bad424508150bfff9953fd9b21eee206211628ed605
5
5
  SHA512:
6
- metadata.gz: 179a721a03991f8da585292cf4780c9e6135e58e13b189d7aad9ef222c159db6f565d441a7ac931d3e089dc08554159fc2a3fd4372b9e003c8a528ad579c47c5
7
- data.tar.gz: 12f03a20bedb483bd38665025a7cb52b58dc4d2f98646ea362cfdbeeedd9bf4207b16bd62f04ff1f3b723200ce5175b745624d30f4a3d8d6839a1f961edd1f40
6
+ metadata.gz: 3bdb4e0c5b339c06878bf5f93a0d32dca17e388a0518f63692f5d44ed8d46c31e584e90e9a50cdfe73aa882e7517b27ea15667ad65166f29bbcf936d11632d5d
7
+ data.tar.gz: 6f0eb50ebccbc6b2211f749a72ce69668a8570ba6fb4572ce7096a42f53b661795306553ef8014b189a08cc9daa3dd8bcf8e5e9bda31b345fd5f03c69ea30113
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.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.0.0 (2021-11-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -119,7 +119,9 @@ module Aws::Inspector2
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
@@ -3004,7 +3006,7 @@ module Aws::Inspector2
3004
3006
  params: params,
3005
3007
  config: config)
3006
3008
  context[:gem_name] = 'aws-sdk-inspector2'
3007
- context[:gem_version] = '1.0.0'
3009
+ context[:gem_version] = '1.1.0'
3008
3010
  Seahorse::Client::Request.new(handlers, context)
3009
3011
  end
3010
3012
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-inspector2/customizations'
48
48
  # @!group service
49
49
  module Aws::Inspector2
50
50
 
51
- GEM_VERSION = '1.0.0'
51
+ GEM_VERSION = '1.1.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
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: 2021-11-29 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