aws-sdk-autoscalingplans 1.46.0 → 1.47.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: 216f3ff830390c31683f8c46ed22168c466e196d2a076ce548bcfcbddb7c257b
4
- data.tar.gz: 57ffa0a6b475d499540c2556af790188d95aeb663d14466c5659718fe0f63984
3
+ metadata.gz: 6adf9be15961073e5ba1a85157ecd069a55a02ba8cc90c6b0650e3f86a6f7ed8
4
+ data.tar.gz: 1a7261a4c38ca3281ba733d33839342ddeaebc5984629277f67f9ef14f3cf36c
5
5
  SHA512:
6
- metadata.gz: e95f0e3242cbfeb6ee42d3c423cd33b818064e9939a59303a984e2b88fe312be31682f6d978f842adf6478d0eddd9cef4fb90582a27c6da3804c4cd3587dfef6
7
- data.tar.gz: d9b0d84da6c37268f4dfa74d06236dead44ea3fd5bb6f8c0c713f7b0a68a48a12fc8675365335d117785b731bf80c6c0ecd0397921e020e57a59defc43685907
6
+ metadata.gz: 71c2914bf99b020d00c20de2327792422dcc6f1b1038aa8ef09d3642dcf66117292e5300ce7019f122d0c992f4c385e623eb17fa378c7c7b7e3361ee53b30025
7
+ data.tar.gz: 8edcee8dc24261c72b8c13826d0306718c21968b8ce46fc8afed8cc722ca3988e50935243158e01027fdd70ae51423980a373488527573bdd9e4e2e17813a706
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.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.46.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -216,6 +216,10 @@ module Aws::AutoScalingPlans
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
  #
@@ -941,7 +945,7 @@ module Aws::AutoScalingPlans
941
945
  params: params,
942
946
  config: config)
943
947
  context[:gem_name] = 'aws-sdk-autoscalingplans'
944
- context[:gem_version] = '1.46.0'
948
+ context[:gem_version] = '1.47.0'
945
949
  Seahorse::Client::Request.new(handlers, context)
946
950
  end
947
951
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-autoscalingplans/customizations'
52
52
  # @!group service
53
53
  module Aws::AutoScalingPlans
54
54
 
55
- GEM_VERSION = '1.46.0'
55
+ GEM_VERSION = '1.47.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscalingplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.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