aws-sdk-synthetics 1.0.0 → 1.1.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: 9dbe74f64c46a3f2a66d4a789dc104983990ee91d543ba16de18627a81404b0e
4
- data.tar.gz: d6497dfc9af444aea4681f5efa1686b54e80e7e8198166096ebe9a76d16e16a1
3
+ metadata.gz: 8df239fd482578856439ed2bca5016fe61cd6dda6b1af268b11f8d5fb76af6ea
4
+ data.tar.gz: f92e2dd9097c73b5dc021892437ec6b270eccbb520de358a3a00ee054779b67c
5
5
  SHA512:
6
- metadata.gz: 893c78affe72a603008531be66220c2953de3c0e0819a7382afe98551fcceabe790403511409c46bca2bf331f86db94b4bc5394a74908e5ab9d9f742722d30e2
7
- data.tar.gz: 204dec172e13f79b7fb3d49c98aee46617f67a8f5b671b1b524aec52f49708bb927de9b41548857a0401f92059920854f12f003a47347b1bc1e04759d1d2a7e0
6
+ metadata.gz: 2478ef26ddb983403b195d1ba9bbe990e748b3eae54c812ea6f80f4889b5bfcb8356acb8015ff2fd9065317194b097d4b7ccc8b5396b35bd9ffc89ff77e9b6fe
7
+ data.tar.gz: a52babc0a4f8323db62e4946bf2bff8a62ea066c5c0b3661618e72e688a36fcd3777664a26bd98b85d1c71d1ca1ad0b31638601c9aecf19e669f5da31eafb4ea
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-synthetics/customizations'
45
45
  # @service
46
46
  module Aws::Synthetics
47
47
 
48
- GEM_VERSION = '1.0.0'
48
+ GEM_VERSION = '1.1.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Synthetics
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::Synthetics
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1119,7 +1119,7 @@ module Aws::Synthetics
1119
1119
  params: params,
1120
1120
  config: config)
1121
1121
  context[:gem_name] = 'aws-sdk-synthetics'
1122
- context[:gem_version] = '1.0.0'
1122
+ context[:gem_version] = '1.1.0'
1123
1123
  Seahorse::Client::Request.new(handlers, context)
1124
1124
  end
1125
1125
 
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.0.0
4
+ version: 1.1.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-04-20 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core