aws-sdk-appmesh 1.23.0 → 1.24.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 +4 -4
- data/lib/aws-sdk-appmesh.rb +1 -1
- data/lib/aws-sdk-appmesh/client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c3dd391d1c5a608dce75c1166ee229d7e1fc7ae25e83b3688d4375fa2ee1bb0
|
|
4
|
+
data.tar.gz: d3030698fd1f1364c888cfffbdc916894569c43186c0e33ee555e9507c62cd6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6517eaf59773fde081496e0a460357732aed56c3f12023a2d11caba58b2ac1f372e63ee83608cac613f5632df5da2d7bb7824efabca9931d300ca7b4ee48bdd
|
|
7
|
+
data.tar.gz: bc690d5b2b645bc15b0f97d5027dfce0ed861d449e7e7d59f3459ab9c490d614acf3fff8b82982c64205d0424253bac6a7ff7bda7e4a36a7c5924beab2fc802b
|
data/lib/aws-sdk-appmesh.rb
CHANGED
|
@@ -176,7 +176,7 @@ module Aws::AppMesh
|
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
|
177
177
|
#
|
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
180
180
|
#
|
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
182
182
|
# The log formatter.
|
|
@@ -3022,7 +3022,7 @@ module Aws::AppMesh
|
|
|
3022
3022
|
params: params,
|
|
3023
3023
|
config: config)
|
|
3024
3024
|
context[:gem_name] = 'aws-sdk-appmesh'
|
|
3025
|
-
context[:gem_version] = '1.
|
|
3025
|
+
context[:gem_version] = '1.24.0'
|
|
3026
3026
|
Seahorse::Client::Request.new(handlers, context)
|
|
3027
3027
|
end
|
|
3028
3028
|
|
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.
|
|
4
|
+
version: 1.24.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: 2020-05-
|
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|