aws-sdk-supportapp 1.8.0 → 1.9.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: afaee1dd4e861e05c23d9e5555d84bfdb20004aed33a79ee070f14c6b728af05
4
- data.tar.gz: b4316fd9b77362fd6867cbd41cd7e1a336747c9fc9eba0c37189fc300190a068
3
+ metadata.gz: 34acda89a9910707a497551de3e89847faf10925301374c562b71a235ad75839
4
+ data.tar.gz: 9b98c44f88729d908e5431e959809a629739b1f103a69d8c7875fb4c2ae250b8
5
5
  SHA512:
6
- metadata.gz: e601f617528bf9a159c5e3c02febf3c78d1621061faab722e559618a0ef02e2ad85c343e0f729307a57db13bcf5edf3c855895fcd03526d93032c4b25a245a66
7
- data.tar.gz: 6fbdd701e5acc056937633172141a6a87db8252db11c2df8952cdaa6f9b45c1d3007058acccda8e149a4b7bc2ddf45b4bf0a7b99a781408a2e87a9a2503d1e0d
6
+ metadata.gz: 4a944a5c86f453e4e96610d6f90a6f062b0475789956b6637425ed62f039e96658cf6d792d98a529977c0c73f9caf6a2ea0944a9ec8a5d77dbeb61d29f596223
7
+ data.tar.gz: f951c2e9b13115fa22a6d08e5a03b512846418e03586cc8a37b4aa37cd991a861c0bfb5294a1484ff4019dac2af6e82b2a8378dc630c5dd6a529e376e907511f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.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.8.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -216,6 +216,10 @@ module Aws::SupportApp
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
  #
@@ -886,7 +890,7 @@ module Aws::SupportApp
886
890
  params: params,
887
891
  config: config)
888
892
  context[:gem_name] = 'aws-sdk-supportapp'
889
- context[:gem_version] = '1.8.0'
893
+ context[:gem_version] = '1.9.0'
890
894
  Seahorse::Client::Request.new(handlers, context)
891
895
  end
892
896
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-supportapp/customizations'
52
52
  # @!group service
53
53
  module Aws::SupportApp
54
54
 
55
- GEM_VERSION = '1.8.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-supportapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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