aws-sdk-eventbridge 1.79.0 → 1.81.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eventbridge/client.rb +2 -3
- data/lib/aws-sdk-eventbridge/client_api.rb +1 -1
- data/lib/aws-sdk-eventbridge/endpoint_provider.rb +3 -3
- data/lib/aws-sdk-eventbridge.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18468e5a1265bb4bbf1d1d399d3b373945dbf1ecc13329166d6dc6da52c101b0
|
4
|
+
data.tar.gz: b042066bf3aaa2db97e64b0477c0d098f2d2984faa0b960a3642b9fb1c3408a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 231f7bde826632124c86796719c1ca579e2b0eb77d174d3b46160c312529ce01848a670b5d1c49c46d0dcabe23e2e8fbc3ae4dec9d51dbc6a48e09ffce6bf179
|
7
|
+
data.tar.gz: 21b237366ccfc4fd6c7aacd1f18948c568bd012e76571ea9a8f76ec61bedd036907ffa2292fd7a8f010127ebc8c8cdedaa2952de1782c0f90cddb6ea4ccdd514
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.81.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.80.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.79.0 (2025-04-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.81.0
|
@@ -200,8 +200,7 @@ module Aws::EventBridge
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -4314,7 +4313,7 @@ module Aws::EventBridge
|
|
4314
4313
|
tracer: tracer
|
4315
4314
|
)
|
4316
4315
|
context[:gem_name] = 'aws-sdk-eventbridge'
|
4317
|
-
context[:gem_version] = '1.
|
4316
|
+
context[:gem_version] = '1.81.0'
|
4318
4317
|
Seahorse::Client::Request.new(handlers, context)
|
4319
4318
|
end
|
4320
4319
|
|
@@ -1064,7 +1064,7 @@ module Aws::EventBridge
|
|
1064
1064
|
Primary.struct_class = Types::Primary
|
1065
1065
|
|
1066
1066
|
PutEventsRequest.add_member(:entries, Shapes::ShapeRef.new(shape: PutEventsRequestEntryList, required: true, location_name: "Entries"))
|
1067
|
-
PutEventsRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId", metadata: {"contextParam"=>{"name"=>"EndpointId"}}))
|
1067
|
+
PutEventsRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId", metadata: {"contextParam" => {"name" => "EndpointId"}}))
|
1068
1068
|
PutEventsRequest.struct_class = Types::PutEventsRequest
|
1069
1069
|
|
1070
1070
|
PutEventsRequestEntry.add_member(:time, Shapes::ShapeRef.new(shape: EventTime, location_name: "Time"))
|
@@ -14,15 +14,15 @@ module Aws::EventBridge
|
|
14
14
|
if Aws::Endpoints::Matchers.valid_host_label?(parameters.endpoint_id, true)
|
15
15
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false)
|
16
16
|
if Aws::Endpoints::Matchers.set?(parameters.endpoint)
|
17
|
-
return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"events", "signingRegionSet"=>["*"]}]})
|
17
|
+
return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "events", "signingRegionSet" => ["*"]}]})
|
18
18
|
end
|
19
19
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
20
20
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
21
|
-
return Aws::Endpoints::Endpoint.new(url: "https://#{parameters.endpoint_id}.endpoint.events.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"events", "signingRegionSet"=>["*"]}]})
|
21
|
+
return Aws::Endpoints::Endpoint.new(url: "https://#{parameters.endpoint_id}.endpoint.events.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "events", "signingRegionSet" => ["*"]}]})
|
22
22
|
end
|
23
23
|
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
24
24
|
end
|
25
|
-
return Aws::Endpoints::Endpoint.new(url: "https://#{parameters.endpoint_id}.endpoint.events.#{partition_result['dnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"events", "signingRegionSet"=>["*"]}]})
|
25
|
+
return Aws::Endpoints::Endpoint.new(url: "https://#{parameters.endpoint_id}.endpoint.events.#{partition_result['dnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "events", "signingRegionSet" => ["*"]}]})
|
26
26
|
end
|
27
27
|
raise ArgumentError, "Invalid Configuration: FIPS is not supported with EventBridge multi-region endpoints."
|
28
28
|
end
|
data/lib/aws-sdk-eventbridge.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.81.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-eventbridge
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-eventbridge/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Amazon EventBridge
|
99
96
|
test_files: []
|