aws-sdk-synthetics 1.18.0 → 1.19.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: e6a2d323d4f8e8da87fbb96a21610cc0a1300301c775914314c312551997bd7d
4
- data.tar.gz: 918bba5c29030af9c150989cded97852a6fe2e5e4860487607a23ca4eea69219
3
+ metadata.gz: b8601c2f8538a39ea3299c8156b0d6764afde0557c75b07bfa0635d82b534f0c
4
+ data.tar.gz: 75a9494c77514b52393a2a056b7de35b33b1fcad308e132c4c907ea0bc9e8ea6
5
5
  SHA512:
6
- metadata.gz: e09c8cf6d4e40adff3aa2ee5821ad0ad93442f4b62180cc9de5ae36b970cfbb898a495251b450f274b231bfa847fc109a6e6cc42e91ac213b9b0f1cacf688caa
7
- data.tar.gz: 024665774f9b40a8f060c8fbf681d625c36b1b1a14a1b84613ff92bfcce6293c97cf6316a6678fabf9ead00ff9844f304a5c90208cc12c989e2935aceb4081d4
6
+ metadata.gz: a985d4fb670f8339e4b24031a28727322547f35108b0078389f8b8cfaf35d2da0e6f85e73fa2a4892aeee0836d1858cab4bd7b60fdb7abfb9fa4bb6fc3a677a5
7
+ data.tar.gz: b87498ac463d7e58b7d870e821752c37a7cf36730e96690daf40c5a239c367a2fc70ce593d4b2300c85fae6301f4f52aef3fabb3f8b05446d315c7909581c989
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.18.0 (2021-10-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -1246,7 +1246,7 @@ module Aws::Synthetics
1246
1246
  params: params,
1247
1247
  config: config)
1248
1248
  context[:gem_name] = 'aws-sdk-synthetics'
1249
- context[:gem_version] = '1.18.0'
1249
+ context[:gem_version] = '1.19.0'
1250
1250
  Seahorse::Client::Request.new(handlers, context)
1251
1251
  end
1252
1252
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-synthetics/customizations'
48
48
  # @!group service
49
49
  module Aws::Synthetics
50
50
 
51
- GEM_VERSION = '1.18.0'
51
+ GEM_VERSION = '1.19.0'
52
52
 
53
53
  end
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.18.0
4
+ version: 1.19.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: 2021-10-01 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.120.0
22
+ version: 3.121.2
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.120.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement