aws-sdk-alexaforbusiness 1.63.0 → 1.64.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: 235443e2527ec0439f4812ae4e4d70d32dd8d9884df153e36da62208c09bc357
4
- data.tar.gz: ffa1276a548f5110f37c409996071e18678c3af975c7b9928a502be8e622223a
3
+ metadata.gz: 64530ce4b44dec8606f454e2bbe02d9cf7f2213135529337de4218f41c824266
4
+ data.tar.gz: 76cab8396fab0a25a1567a74af20afc0b1eb6a2016d8c644a646719ef16c91a4
5
5
  SHA512:
6
- metadata.gz: 9c2eef98be68a08508d3afd7af3de7d6aee3c221f21ddc81ad4407c87ba9314cb842a345a4ccc12b3b7095ae76b5a71850f5d601935ed06e8456030401d5c9d5
7
- data.tar.gz: f66281fe920c65e1bd35d29fb6e5e970e8839e682a779a76604bd01ae757741bd39d20c9579b01b4cf7e58a32bf9c512f2a00d497a1e30b324df8c735a757ab8
6
+ metadata.gz: bb75c4931df9abef70f8ae30eb1401f2a9e77786d49fd5c742f084289b8f4c1687df7df7724a463d0004e8855bd0f485fe08c8f37a72b9062495a009f8a8d911
7
+ data.tar.gz: e13ab5be0288e79de79dca9037f387e05f66f4c797d6e8a2093e8e2c8e704c641a6fa202499c048d7c186761b14644a400242eb2d90b7e44ae9b889270069c71
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.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.63.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -216,6 +216,10 @@ module Aws::AlexaForBusiness
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
  #
@@ -4301,7 +4305,7 @@ module Aws::AlexaForBusiness
4301
4305
  params: params,
4302
4306
  config: config)
4303
4307
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
4304
- context[:gem_version] = '1.63.0'
4308
+ context[:gem_version] = '1.64.0'
4305
4309
  Seahorse::Client::Request.new(handlers, context)
4306
4310
  end
4307
4311
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
52
52
  # @!group service
53
53
  module Aws::AlexaForBusiness
54
54
 
55
- GEM_VERSION = '1.63.0'
55
+ GEM_VERSION = '1.64.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-alexaforbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.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