aws-sdk-appintegrationsservice 1.9.0 → 1.10.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appintegrationsservice/client.rb +4 -2
- data/lib/aws-sdk-appintegrationsservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bcdb270bb0296f7aaa81789428036a01a2e880debbabd5b7009c3c8ecc5b385
|
|
4
|
+
data.tar.gz: 3b57bc22a906dc56fb52937e0d92fa8916eee72a08f4c743cd6c518ccbebfd02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8f0700fd130e4f9d9b2683a0441ec8098ad6fb9b74c99ef319b713b8985ea7a67bb740fc50728174fc54a46a7037ce7b196e46d3c3cb2bd1af63d338f5e53fe
|
|
7
|
+
data.tar.gz: 25e0814bf521de6ee66e4fd9ff5a4d2b7d86622f57906cb3eb32173e3bccba728f7aff9bd8f345caf20b50f406c23f709ba036f77e4655c358e629b57abcb846
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
1002
|
+
context[:gem_version] = '1.10.0'
|
|
1001
1003
|
Seahorse::Client::Request.new(handlers, context)
|
|
1002
1004
|
end
|
|
1003
1005
|
|
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.
|
|
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-
|
|
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
|