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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3db6455dd0efc5043b366d2857e7709ce1cdad8de1c64e452291facba2917e2
4
- data.tar.gz: 867adc33de1e4e0926dcbb519d268193d976bed3e1f341b635c533054b13e4bf
3
+ metadata.gz: 244184b1a51929ca679164746d14e41db105d179f63c761a027fed08af2481e3
4
+ data.tar.gz: db5c6616cbd84b1ee71b80a64de64e9d93d083e4906e9ee0bffa51b859d0d796
5
5
  SHA512:
6
- metadata.gz: 4aff5665b37c8e84a2c03b37a8c520cdec2d768eeae127dfc85cde362b9f29fdf4a90a2ce3b5873fb4e8ca7f8bf0d09d3e4d6a169c2cc218896691ecd8b552f4
7
- data.tar.gz: cae299ed9a12675bd4ae8701949d60e7d908e2730c958b2e3a7e9bb343b4a9686d3fa438e20152f7ec48db2d344063dcba4653b53f571d49cea59eb731105b5c
6
+ metadata.gz: 32a4b577cbe9c9e4218156f69bf93098925bc7acc5b3329ebfdb17a59c6b2b561a2a5976ff41b1d5ab0c732b4ac08aa5788ca346d5929c47d8892046bf74ec7d
7
+ data.tar.gz: f4bd6e4e183be21753c987f978728e6e09243e25e7cfb2269f0567d868bfa665f7d57a9a6960f58c10de106a504fe95e1a83bfa64dbf05abd45c75bb2fd413d5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.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.20.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
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.20.0'
857
+ context[:gem_version] = '1.21.0'
856
858
  Seahorse::Client::Request.new(handlers, context)
857
859
  end
858
860
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-codestarconnections/customizations'
48
48
  # @!group service
49
49
  module Aws::CodeStarconnections
50
50
 
51
- GEM_VERSION = '1.20.0'
51
+ GEM_VERSION = '1.21.0'
52
52
 
53
53
  end
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.20.0
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-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