aws-sdk-synthetics 1.2.0 → 1.3.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-synthetics.rb +1 -1
- data/lib/aws-sdk-synthetics/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: 58dec6450611ec257ab10b482b6e4898b0b385a02f20f9a9c109a71b59572a46
|
|
4
|
+
data.tar.gz: 04d3a6a6b4d21a3fcad07f501c0a44e65f55ec33fd9328a6a0d7d2e3a88db376
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c1644f1457c9744bb62277ff8092d8f4e41f5733016d50d8ab7f4a2b8d73af5188ff3d614b8ba7bf4139fa50b500f37f3b1587b5cd422cf1fd88497d4acc3d5
|
|
7
|
+
data.tar.gz: '09d35a5bb54f095ec779d165eabf4b305e35c9f17ee35aad5e749b6a8197ea8ede4b5b8897ae14523f07eb09d3e59a30c8a58ee1344308019312a3e35939de55'
|
data/lib/aws-sdk-synthetics.rb
CHANGED
|
@@ -176,7 +176,7 @@ module Aws::Synthetics
|
|
|
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.
|
|
@@ -1141,7 +1141,7 @@ module Aws::Synthetics
|
|
|
1141
1141
|
params: params,
|
|
1142
1142
|
config: config)
|
|
1143
1143
|
context[:gem_name] = 'aws-sdk-synthetics'
|
|
1144
|
-
context[:gem_version] = '1.
|
|
1144
|
+
context[:gem_version] = '1.3.0'
|
|
1145
1145
|
Seahorse::Client::Request.new(handlers, context)
|
|
1146
1146
|
end
|
|
1147
1147
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-synthetics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.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
|