aws-sdk-applicationautoscaling 1.74.0 → 1.75.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: d3d44237d5e49aa9749604d88f487b813b6d5114c173b4c8b7fdac5d790a8ae6
4
- data.tar.gz: b33471d429d6df1eaf3b1069f498eb6cfa388fb02f96b997effc76819176bf74
3
+ metadata.gz: 5cfcb11bd36bee5d74a62c6c4b312bb1e200ff845e34beecde6e1563568bc9a3
4
+ data.tar.gz: a9b9be7422c0d85b9db1af2bbcbc4e470f7aada9bff22e4e87f9fe9a169c0166
5
5
  SHA512:
6
- metadata.gz: 9b1d875e9463863eff6f568a28b42dfa41100f977ade29bcec161fb9b903b4fd10ec0058303e1069384ab2236975a9a97cf682ec4431301af89300e4b7a16e26
7
- data.tar.gz: b5b04f52239f55cf8af8a4e64ce23c4e4a8a85e5209ffd6bc66b8c5143dc0a0112664ca7768699b173950ed4b9e45f0a2a7594d6e741caf68ba1ad357a96051f
6
+ metadata.gz: 1cb3f07b486c2c0f3aef7851419132b015f4b1b80186ee6123342af5dbacb57fd54ca7700af4824e01c5a0524c4147d67c07f058d91c77a732fdb2c3aa26e238
7
+ data.tar.gz: 518ed412646dbf81a0848c02cf82deaacac1eeaef94795925a58751fecd3fcdf1e4fd0dce8bd984634eb1c9d87bcf9d279ddc7ae135e52e3e4a5fb2544bea1a3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.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.74.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -216,6 +216,10 @@ module Aws::ApplicationAutoScaling
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
  #
@@ -3319,7 +3323,7 @@ module Aws::ApplicationAutoScaling
3319
3323
  params: params,
3320
3324
  config: config)
3321
3325
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3322
- context[:gem_version] = '1.74.0'
3326
+ context[:gem_version] = '1.75.0'
3323
3327
  Seahorse::Client::Request.new(handlers, context)
3324
3328
  end
3325
3329
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationAutoScaling
54
54
 
55
- GEM_VERSION = '1.74.0'
55
+ GEM_VERSION = '1.75.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.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