aws-sdk-synthetics 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5dc73f211c0fc675c264cce626319d912d559c6f0c7939e5788513e8c868a37d
4
- data.tar.gz: c8c1270653158acd03f6ec6b75d0b9025f8df4f15c3249cc991cd5e80d56fe3a
3
+ metadata.gz: 58dec6450611ec257ab10b482b6e4898b0b385a02f20f9a9c109a71b59572a46
4
+ data.tar.gz: 04d3a6a6b4d21a3fcad07f501c0a44e65f55ec33fd9328a6a0d7d2e3a88db376
5
5
  SHA512:
6
- metadata.gz: 0152a69d76af15f8a1d7e18765d1ff36916250cdcd5fb681d236cba944d7fdbf2d806ffe523ba2bbdb58ce36763e9ba1302e169df6b53ae54d384f3a83689b79
7
- data.tar.gz: 0b56f3b55cb05dbcbba3b12703dd08013910873f904497d6c26e40edc1875c9f6179537b8b22d3941f2bd1944d1aae4e47679815a6b55e78380abed87dc2bfbe
6
+ metadata.gz: 7c1644f1457c9744bb62277ff8092d8f4e41f5733016d50d8ab7f4a2b8d73af5188ff3d614b8ba7bf4139fa50b500f37f3b1587b5cd422cf1fd88497d4acc3d5
7
+ data.tar.gz: '09d35a5bb54f095ec779d165eabf4b305e35c9f17ee35aad5e749b6a8197ea8ede4b5b8897ae14523f07eb09d3e59a30c8a58ee1344308019312a3e35939de55'
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-synthetics/customizations'
45
45
  # @service
46
46
  module Aws::Synthetics
47
47
 
48
- GEM_VERSION = '1.2.0'
48
+ GEM_VERSION = '1.3.0'
49
49
 
50
50
  end
@@ -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. Defaults to `false`.
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.2.0'
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.2.0
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-21 00:00:00.000000000 Z
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