aws-sdk-globalaccelerator 1.47.0 → 1.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f624c21f37300c3c86469c8a35fdf7f0c1a1fe6cbbde15f0bdfb3b8f6ce64a6
4
- data.tar.gz: 9a85dc221ad909ac3fe1a0ccd08523e8e9d52ba295c405c4d0b53d0907155fc9
3
+ metadata.gz: 7f077f71c6fd0a6669b982bf993323782dcc5d3ba055afa0b10ac70e3480ffe7
4
+ data.tar.gz: fd05e3697593c86a09818c09198792477b58409a0efc463cba0f19460a01cffa
5
5
  SHA512:
6
- metadata.gz: efebbc4695d35c18587ea8e1382331364d3f196a0e3d56d685ef13a15d5af512468774be1a5f57a1101c37605279d4170f740d5ff956fff93e97910072e497eb
7
- data.tar.gz: a76aecc42052dbda58595635b477b2ccfaf54a82cc637bb334d6ae0455572f16f10f10939b37e6362c05925ef61bafd770c1757e049add74cd7aa4338f810ff2
6
+ metadata.gz: ce3aaf979a0338336ab55fd8d425b30738289833547e06cdf35860740be1d5fa11dc2a53df18e14ab1e01c85ceb17f1cd2a55e6b5b707c67102c1dfe107c56ba
7
+ data.tar.gz: e2db5d52da92c657dd9b5d8976e7d41d669723d08eabd541967fa3f510e7c3b75576afdaf7a6a51f89348becc3c31f4b7492347317209b1952e7ef255046a6e5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.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.47.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -216,6 +216,10 @@ module Aws::GlobalAccelerator
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
  #
@@ -3100,7 +3104,7 @@ module Aws::GlobalAccelerator
3100
3104
  params: params,
3101
3105
  config: config)
3102
3106
  context[:gem_name] = 'aws-sdk-globalaccelerator'
3103
- context[:gem_version] = '1.47.0'
3107
+ context[:gem_version] = '1.48.0'
3104
3108
  Seahorse::Client::Request.new(handlers, context)
3105
3109
  end
3106
3110
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-globalaccelerator/customizations'
52
52
  # @!group service
53
53
  module Aws::GlobalAccelerator
54
54
 
55
- GEM_VERSION = '1.47.0'
55
+ GEM_VERSION = '1.48.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-globalaccelerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.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