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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0fffe13d02eab6faff8c358dffd147fa5fb3aa57f5c84964892765c862df6d93
4
- data.tar.gz: 483865d703783f755f3531a3a703ba007ea29e5264b321d40787fb2e9388aa0d
3
+ metadata.gz: c1faf02abc93795ca89db65bc2df0306bd11030e47bc441ac47c63fb85ec5f64
4
+ data.tar.gz: ef6e6002d427b2bf05b1e1df1e77ddc30dfa00f2f5cbcbe27a6c7db85790fec1
5
5
  SHA512:
6
- metadata.gz: '0958ae041e0c533f7e4472caea655155a76ab190f29db75cff2d73eee25b88c1e453be3d71e4e338084782f6be4ba3dfd8de4dfbb881adb2668c284cedea1633'
7
- data.tar.gz: f86fee205aac66d23eda185ad99790c42566b247fccbb1f0fbf3ed77eea3fa47b6019181f9979507e02c7b0c62eaff5a73c030dbdf57aa5f474fef9f3de3faa7
6
+ metadata.gz: e4abc239a6ee814c6db605e18a2577fb8bb754066972b2e43e5a4eb72906f060ecf91ede11837ab397c0b973237a38f9955aa76e98313e08762090c94a52252c
7
+ data.tar.gz: 3e365b0cc2641c5fc36dfbdf8ee7215a29066b890d7e98f1c7d5510457296ae510f756e7f668b2b1718c8abc4fda99369b34bb8bcc71fde91022a578a824e4db
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.64.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
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.64.0'
4930
+ context[:gem_version] = '1.65.0'
4927
4931
  Seahorse::Client::Request.new(handlers, context)
4928
4932
  end
4929
4933
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-directconnect/customizations'
52
52
  # @!group service
53
53
  module Aws::DirectConnect
54
54
 
55
- GEM_VERSION = '1.64.0'
55
+ GEM_VERSION = '1.65.0'
56
56
 
57
57
  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.64.0
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-06 00:00:00.000000000 Z
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