aws-sdk-appconfigdata 1.12.0 → 1.13.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: 05e198269d1bd01beb91b87c2dfebbad212123e850f03e946bc71614d7b6d357
4
- data.tar.gz: 989c075246122dbef52956cf794a4e0e1ef069e016c918afea4afaeca215e3a9
3
+ metadata.gz: 7b1e4fc50ccbe3f4fab57c0e6ef58e768e74175722738581eef4ab257f615b0e
4
+ data.tar.gz: 7a3df67f4dc9a0e62b28b2d123f2e80a40d74d163856c364c292a706f20c1243
5
5
  SHA512:
6
- metadata.gz: 9be0f48620d9f756b0aacebf2aae46ef4143b49f4eb90dab86224aa43a8f59af5dd85a2e6ee392b6615230757e7118daf3b8998ae5364ec839c2acd45c14b16e
7
- data.tar.gz: 7490b901dfeaa3bce46e25f62a76d2511a59051b40264e24f588e8a203b4957a413fddf62d2064110d08a5101523ce589b773057d4337778d95f1baf3b4916fc
6
+ metadata.gz: a7457d7cc98f66c8a1341f334c7fa5a2cb5151d4b32bf3836fd896531780460a1404f3641db6cef1a30545213b24ab707f743ddc25b880ed57c3fe55565134a2
7
+ data.tar.gz: eae5a73e0bc21ff70212d506b0c4cae8191021f6216402a48bc37608fb9d5b58e79dedaa55c2761841a3e82a2d7e0d6437f8b5602dc8ecc5997f351f4be4a852
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.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.12.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -216,6 +216,10 @@ module Aws::AppConfigData
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
  #
@@ -514,7 +518,7 @@ module Aws::AppConfigData
514
518
  params: params,
515
519
  config: config)
516
520
  context[:gem_name] = 'aws-sdk-appconfigdata'
517
- context[:gem_version] = '1.12.0'
521
+ context[:gem_version] = '1.13.0'
518
522
  Seahorse::Client::Request.new(handlers, context)
519
523
  end
520
524
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-appconfigdata/customizations'
52
52
  # @!group service
53
53
  module Aws::AppConfigData
54
54
 
55
- GEM_VERSION = '1.12.0'
55
+ GEM_VERSION = '1.13.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appconfigdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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