Package not found. Please check the package name and try again.

aws-sdk-appconfigdata 1.12.0 → 1.14.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: f059be8bc7189a11c070e91eadee276e28400b015a29927389ae6b279fc8f1a0
4
+ data.tar.gz: 9a9ccdc861b425723ef9be3b2871588e927eaf903ee027fd2e653d9236f576bb
5
5
  SHA512:
6
- metadata.gz: 9be0f48620d9f756b0aacebf2aae46ef4143b49f4eb90dab86224aa43a8f59af5dd85a2e6ee392b6615230757e7118daf3b8998ae5364ec839c2acd45c14b16e
7
- data.tar.gz: 7490b901dfeaa3bce46e25f62a76d2511a59051b40264e24f588e8a203b4957a413fddf62d2064110d08a5101523ce589b773057d4337778d95f1baf3b4916fc
6
+ metadata.gz: 4b72feb28fd868929e37427e2a43d11c4766f427d66acd1cae34c7f28c250bf327a456c84757c49a69513b2fbe30d81a7bab5f64d8b52fac14db15e85dcb65c3
7
+ data.tar.gz: 59c8355b1f2b43340b00cbe61f2adad9242b7effaa5fbadb80064d6f1d30bbd77fed12925a1174303f8212b55a155e0918024dbbe7c50170185887fceb1a8bdd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2023-09-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.13.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.12.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.14.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.14.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.14.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.14.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-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core