aws-sdk-eventbridge 1.79.0 → 1.80.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: 15402f8b351e6fc7fe349d802d7908e6aade5424848c1c2842150be2a7aeca03
4
- data.tar.gz: 350a7519ec67f3e33ffb825c8c5c710e7d55b9d37dad299468164f22de73c11b
3
+ metadata.gz: 627360ba4052502b34b968f1d4e4e00860218b133be10fd2b38c9a9d7754f8e4
4
+ data.tar.gz: b7d3777b77010752a7664cffc272f6f919eb97db88843b5ff06071d6e16555a5
5
5
  SHA512:
6
- metadata.gz: 682516cceab115270482e8319f13c2e459848c511c9599ecea3f966e2fcdc14ca25aa9aafefe4573d188206fbbb0cc7006f2e063741eeec0248a16350b03f109
7
- data.tar.gz: a4478fff7930e16ef9122b2583e9298b8bd3808c66aba8f041ffc2133bb222cb8c4a29e2863a4bcf585ac9e1392a1d77b86703c67be2935c2c7849cc32920d87
6
+ metadata.gz: 050a2badce6017d1d6adaabdfbae0d824445ee11ce1616a81b85450cd7214e1041ebcc4702517d7b553338878afa3bf731e30c88ab02f9e7fa164b21842e5429
7
+ data.tar.gz: 4af7fd1c1869d73a3843698521562c5812a342c2e7002b2eb94446c3d417fbf2921deed50521ee57b7e4bcb64a2211ae33edee2ea91f45a989f695b8371e395d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.79.0 (2025-04-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -4314,7 +4314,7 @@ module Aws::EventBridge
4314
4314
  tracer: tracer
4315
4315
  )
4316
4316
  context[:gem_name] = 'aws-sdk-eventbridge'
4317
- context[:gem_version] = '1.79.0'
4317
+ context[:gem_version] = '1.80.0'
4318
4318
  Seahorse::Client::Request.new(handlers, context)
4319
4319
  end
4320
4320
 
@@ -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
@@ -54,7 +54,7 @@ module Aws::EventBridge
54
54
  autoload :EndpointProvider, 'aws-sdk-eventbridge/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-eventbridge/endpoints'
56
56
 
57
- GEM_VERSION = '1.79.0'
57
+ GEM_VERSION = '1.80.0'
58
58
 
59
59
  end
60
60
 
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.79.0
4
+ version: 1.80.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: 2025-04-16 00:00:00.000000000 Z
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.4.10
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: []