aws-sdk-codestarconnections 1.20.0 → 1.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codestarconnections/client.rb +4 -2
- data/lib/aws-sdk-codestarconnections.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: 244184b1a51929ca679164746d14e41db105d179f63c761a027fed08af2481e3
|
4
|
+
data.tar.gz: db5c6616cbd84b1ee71b80a64de64e9d93d083e4906e9ee0bffa51b859d0d796
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32a4b577cbe9c9e4218156f69bf93098925bc7acc5b3329ebfdb17a59c6b2b561a2a5976ff41b1d5ab0c732b4ac08aa5788ca346d5929c47d8892046bf74ec7d
|
7
|
+
data.tar.gz: f4bd6e4e183be21753c987f978728e6e09243e25e7cfb2269f0567d868bfa665f7d57a9a6960f58c10de106a504fe95e1a83bfa64dbf05abd45c75bb2fd413d5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -119,7 +119,9 @@ module Aws::CodeStarconnections
|
|
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
|
@@ -852,7 +854,7 @@ module Aws::CodeStarconnections
|
|
852
854
|
params: params,
|
853
855
|
config: config)
|
854
856
|
context[:gem_name] = 'aws-sdk-codestarconnections'
|
855
|
-
context[:gem_version] = '1.
|
857
|
+
context[:gem_version] = '1.21.0'
|
856
858
|
Seahorse::Client::Request.new(handlers, context)
|
857
859
|
end
|
858
860
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codestarconnections
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.21.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
|