aws-sdk-appmesh 1.53.0 → 1.54.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: f9d8e4164466ba6a20497106cca4a0e9b4c14fee152ce4f4f8f54ff237be7e07
4
- data.tar.gz: e6c29266c37a50566b770945a8418ffdd290d5937a6b4b2396c62809026bd21c
3
+ metadata.gz: 2d075f9cdd205dd987b14ec4f5d6a5579a86002d1f729d8917884b0550f52e4d
4
+ data.tar.gz: 84ec4b7956e95e364da32d02d6c5dd7d08bdd2fceccd3b2355188425d25e31ef
5
5
  SHA512:
6
- metadata.gz: 6147b4a3059b809996ba21b91a3cfefd5c6c6bf8df7496d76ce5e81a045ddb7ce320dceac6364c882a2799452382d5f2f9c436187617183fcfac766963cf2810
7
- data.tar.gz: ce1637e3b6115c8a01aa4883ff0a64f9b08c225ee9d5f51bb1145ef47d8c45f944a275e3eb98686ff16aeabf9dd357940a22bf80641b4273b48c866322b23069
6
+ metadata.gz: 50fe43dd5db335ebd488bc5aeaae6464b6cc56783a8384cdb16f9f758a5c5a8ba84c171b94756f90091d528a5cf864ff072d27f14b84594843cff081bbaac5c0
7
+ data.tar.gz: 166cac98ca834bdc5cf98818d6a56b9e91ee9e88791b737c441f25666d844f2461f78da9d8337c30fb18a736cc10ef449dd458ccea9952919882bb7f20530274
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.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.53.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -216,6 +216,10 @@ module Aws::AppMesh
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
  #
@@ -5494,7 +5498,7 @@ module Aws::AppMesh
5494
5498
  params: params,
5495
5499
  config: config)
5496
5500
  context[:gem_name] = 'aws-sdk-appmesh'
5497
- context[:gem_version] = '1.53.0'
5501
+ context[:gem_version] = '1.54.0'
5498
5502
  Seahorse::Client::Request.new(handlers, context)
5499
5503
  end
5500
5504
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-appmesh/customizations'
52
52
  # @!group service
53
53
  module Aws::AppMesh
54
54
 
55
- GEM_VERSION = '1.53.0'
55
+ GEM_VERSION = '1.54.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appmesh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.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