aws-sdk-eventbridge 1.70.0 → 1.71.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eventbridge/client.rb +1 -3
- data/lib/aws-sdk-eventbridge.rb +3 -1
- 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: b1fc2545ca9a725ed7c70ab5aa3d22f92152d8f159f3936e77eb27a7056b7baf
|
|
4
|
+
data.tar.gz: de1a586ca60e991c1e273e31aa75c0781a411c1212d50dbec5fedfb8b0dc4b14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c5afb3ee985afab81573e395b4746e7f5381af70a235b80470b423a377a451ff2d024b411aa67e5586660e17293ce39b5e7c8b95a2f12feea8d4bcbd2a42a17
|
|
7
|
+
data.tar.gz: 9af832c377ab00e401f9ac8f8dd6e19eb2eeefa09cc3919b9f147e75cb98713efd51a7a76b479024808eadcbbbe0b75055b53f1dfd672404825c485c240d0ae9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.71.0
|
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
|
38
38
|
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:eventbridge)
|
|
40
|
-
|
|
41
39
|
module Aws::EventBridge
|
|
42
40
|
# An API client for EventBridge. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
43
41
|
#
|
|
@@ -4059,7 +4057,7 @@ module Aws::EventBridge
|
|
|
4059
4057
|
tracer: tracer
|
|
4060
4058
|
)
|
|
4061
4059
|
context[:gem_name] = 'aws-sdk-eventbridge'
|
|
4062
|
-
context[:gem_version] = '1.
|
|
4060
|
+
context[:gem_version] = '1.71.0'
|
|
4063
4061
|
Seahorse::Client::Request.new(handlers, context)
|
|
4064
4062
|
end
|
|
4065
4063
|
|
data/lib/aws-sdk-eventbridge.rb
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:eventbridge)
|
|
15
|
+
|
|
14
16
|
# This module provides support for Amazon EventBridge. This module is available in the
|
|
15
17
|
# `aws-sdk-eventbridge` gem.
|
|
16
18
|
#
|
|
@@ -52,7 +54,7 @@ module Aws::EventBridge
|
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-eventbridge/endpoint_provider'
|
|
53
55
|
autoload :Endpoints, 'aws-sdk-eventbridge/endpoints'
|
|
54
56
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.71.0'
|
|
56
58
|
|
|
57
59
|
end
|
|
58
60
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-eventbridge
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.71.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: 2024-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|