aws-sdk-directconnect 1.64.0 → 1.65.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-directconnect/client.rb +5 -1
- data/lib/aws-sdk-directconnect.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: c1faf02abc93795ca89db65bc2df0306bd11030e47bc441ac47c63fb85ec5f64
|
4
|
+
data.tar.gz: ef6e6002d427b2bf05b1e1df1e77ddc30dfa00f2f5cbcbe27a6c7db85790fec1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4abc239a6ee814c6db605e18a2577fb8bb754066972b2e43e5a4eb72906f060ecf91ede11837ab397c0b973237a38f9955aa76e98313e08762090c94a52252c
|
7
|
+
data.tar.gz: 3e365b0cc2641c5fc36dfbdf8ee7215a29066b890d7e98f1c7d5510457296ae510f756e7f668b2b1718c8abc4fda99369b34bb8bcc71fde91022a578a824e4db
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|
@@ -216,6 +216,10 @@ module Aws::DirectConnect
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -4923,7 +4927,7 @@ module Aws::DirectConnect
|
|
4923
4927
|
params: params,
|
4924
4928
|
config: config)
|
4925
4929
|
context[:gem_name] = 'aws-sdk-directconnect'
|
4926
|
-
context[:gem_version] = '1.
|
4930
|
+
context[:gem_version] = '1.65.0'
|
4927
4931
|
Seahorse::Client::Request.new(handlers, context)
|
4928
4932
|
end
|
4929
4933
|
|
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.
|
4
|
+
version: 1.65.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: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|