aws-sdk-cloudwatchevents 1.55.0 → 1.56.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: df2c9b0a65eb63ca8f9dba1f6e950bf065a4e39e2ab8a5b16350561cd6970896
4
- data.tar.gz: 62569134ebdc6fb7977aba1b689822bb65de5433731f2e3bb4b7a2a73d46d5ec
3
+ metadata.gz: c19eeb780d94a89ca21b551133680a77436170facffcb20016bb897977b011fc
4
+ data.tar.gz: 9b3be9af1d255703b2db04eecb4a0094246ce2fa86b679e0ec9061c82fae882d
5
5
  SHA512:
6
- metadata.gz: f4e9fe74982497e3cf62103a4dfc253f06980b3686121e82eaa9663318cbce72df6cc4f6ee95a3bbf09d532e099b3dc707a9920b11c97030c5afe39a500139f8
7
- data.tar.gz: ea6af497a075228b7912f916251a18f552629d0749492e44652b7e0ccbe93efe89f9634a01c62d5a938e6b08b95d3872a44cb936c1c4cf0812b106b4cdb4fbea
6
+ metadata.gz: 4562499bdfd5985bd9188dec49213fbf0a00ad2b47f2b3ef4d80373e26a5265c9916f20f1172192f09dbb06e41ad16f5f1e8b3776df5822584a8407d4a21195b
7
+ data.tar.gz: ebde17bc36db4b349d19ca845eda6200ad968ba60581bb6227da5076f6758e8c0e45f5314d5ba126b7485ae21ff271ab143ee1681173ad9c40fd31fabe7b6ae2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2022-02-03)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.55.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -28,6 +28,7 @@ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
30
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
32
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
33
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
33
34
 
@@ -75,6 +76,7 @@ module Aws::CloudWatchEvents
75
76
  add_plugin(Aws::Plugins::TransferEncoding)
76
77
  add_plugin(Aws::Plugins::HttpChecksum)
77
78
  add_plugin(Aws::Plugins::DefaultsMode)
79
+ add_plugin(Aws::Plugins::RecursionDetection)
78
80
  add_plugin(Aws::Plugins::SignatureV4)
79
81
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
80
82
 
@@ -3333,7 +3335,7 @@ module Aws::CloudWatchEvents
3333
3335
  params: params,
3334
3336
  config: config)
3335
3337
  context[:gem_name] = 'aws-sdk-cloudwatchevents'
3336
- context[:gem_version] = '1.55.0'
3338
+ context[:gem_version] = '1.56.0'
3337
3339
  Seahorse::Client::Request.new(handlers, context)
3338
3340
  end
3339
3341
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-cloudwatchevents/customizations'
48
48
  # @!group service
49
49
  module Aws::CloudWatchEvents
50
50
 
51
- GEM_VERSION = '1.55.0'
51
+ GEM_VERSION = '1.56.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.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-12-21 00:00:00.000000000 Z
11
+ date: 2022-02-03 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.125.0
22
+ version: 3.126.0
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.125.0
32
+ version: 3.126.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement