aws-sdk-directconnect 1.49.0 → 1.50.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: bd8ceb942a0188aa92ab99eb02410082b5407f3ebc1f98bab58f922d436bb786
4
- data.tar.gz: c3cf22521a38936e21baff0447b5c3aa66b7eff34f1aecc2c1cff596be63b331
3
+ metadata.gz: bc1c209887a6de75b8cbfe87569afb79bf874d8ca4c827511b0e9df6d06cdad9
4
+ data.tar.gz: 5013c62fa3b9ed5bc4a7dbde40da0b7542390beca8a5f9f9ea3f7f6d51a40a37
5
5
  SHA512:
6
- metadata.gz: 849024da9e0a14bbed40bcd6a0a712d653d5301a5dd6410823d62b3b1221b07f948b7163a4b335c74bed024877a9972da2febef1b00316ea186c5add6ff9a87e
7
- data.tar.gz: '0520308063ff05b524cb4ad004cefb2172b8ca22d907f11b5246b4525e6eb1459e53c0fe1f85abd713cbb8e50ea033f3c17ca4b11e3b48fc05e84063b053af3c'
6
+ metadata.gz: b0016b3c3e3d92ba8c3f7079664cce60f14d27ee3e8e9e0871abacd15937215dcb8f4910cd4ee58b74834509a60d0036049f0dee24a1ba19bce3c6e1da264ced
7
+ data.tar.gz: 5586fd6e74a962244c2d281d84b9aa38b77203d6ee11a22a40da1fcb69b00cf82b0253c6706c0cef62d821f743407aa8d769fe16780830e38db606fba2bee0ca
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.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.49.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -119,7 +119,9 @@ module Aws::DirectConnect
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
@@ -4834,7 +4836,7 @@ module Aws::DirectConnect
4834
4836
  params: params,
4835
4837
  config: config)
4836
4838
  context[:gem_name] = 'aws-sdk-directconnect'
4837
- context[:gem_version] = '1.49.0'
4839
+ context[:gem_version] = '1.50.0'
4838
4840
  Seahorse::Client::Request.new(handlers, context)
4839
4841
  end
4840
4842
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-directconnect/customizations'
48
48
  # @!group service
49
49
  module Aws::DirectConnect
50
50
 
51
- GEM_VERSION = '1.49.0'
51
+ GEM_VERSION = '1.50.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.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