aws-sdk-appintegrationsservice 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2cb89baa591f9c1c3b3d79b645872ca345545719c95415443e5c014543a1b33
4
- data.tar.gz: 10a0f7c611c4bdea542c0e0372525045b4481d4a5a5f14c10b78f48c6632c2a1
3
+ metadata.gz: 5bcdb270bb0296f7aaa81789428036a01a2e880debbabd5b7009c3c8ecc5b385
4
+ data.tar.gz: 3b57bc22a906dc56fb52937e0d92fa8916eee72a08f4c743cd6c518ccbebfd02
5
5
  SHA512:
6
- metadata.gz: b07a294d5bfcd5bb9d52b7969cb004d9bf50576a9ed3fe580c0e9f2fc1963f864cc2feb65d7040e30f518d2882718fa5109ab73a303b28956dbd7839b136c5fa
7
- data.tar.gz: f2cd4aa92314f75a53a63094b98b2df6c5ba11d236f6b9ec3a522589f533a68f9e61fa88776e3e2c3e016289400b56b9d29b5cf2365fdea67ef332ef1afc27ba
6
+ metadata.gz: a8f0700fd130e4f9d9b2683a0441ec8098ad6fb9b74c99ef319b713b8985ea7a67bb740fc50728174fc54a46a7037ce7b196e46d3c3cb2bd1af63d338f5e53fe
7
+ data.tar.gz: 25e0814bf521de6ee66e4fd9ff5a4d2b7d86622f57906cb3eb32173e3bccba728f7aff9bd8f345caf20b50f406c23f709ba036f77e4655c358e629b57abcb846
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.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.9.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.10.0
@@ -119,7 +119,9 @@ module Aws::AppIntegrationsService
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
@@ -997,7 +999,7 @@ module Aws::AppIntegrationsService
997
999
  params: params,
998
1000
  config: config)
999
1001
  context[:gem_name] = 'aws-sdk-appintegrationsservice'
1000
- context[:gem_version] = '1.9.0'
1002
+ context[:gem_version] = '1.10.0'
1001
1003
  Seahorse::Client::Request.new(handlers, context)
1002
1004
  end
1003
1005
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-appintegrationsservice/customizations'
48
48
  # @!group service
49
49
  module Aws::AppIntegrationsService
50
50
 
51
- GEM_VERSION = '1.9.0'
51
+ GEM_VERSION = '1.10.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appintegrationsservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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