aws-sdk-eventbridge 1.38.0 → 1.39.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: 1d9dd8cf3ffed6760382c18cc55013f00a22e986d42003b681b9458c5a679d8f
4
- data.tar.gz: 58e8e310b12e2babfc149dc3ad5245b96ba1da7d6a6a85f29a810572c64bb297
3
+ metadata.gz: 2d7df7fa0d3fa8822215f04471679400f7fb5e4778bee5d42f775546d9d2d260
4
+ data.tar.gz: 7393242aa4b7c1d4ea415a87b016117dc77b34c87b9f3a51d9f69b796ef7bec1
5
5
  SHA512:
6
- metadata.gz: e8c220c302bc8f6ba5cbb5ea6d2cefb40b702138e0c07d63a88536d056695697f28881e63a2646093ca270be1d04a6b1f6b170fdddd3035820c37e7c9b0ef9c5
7
- data.tar.gz: 2cd58fb80016587c58617ad0440edb3df3b3b78e4651a7004026dd7663116adc31b634f9bbb993f583319f65a4855d3ec85b1edfa9029a38dd346ce999c251ef
6
+ metadata.gz: 87cdc266f6e72c40546406118793e4f15143bc8757063357a852e4b7b49b107e965f3be3f6bc70bf77c99306b52a2a08c2ff64b648ffc02eef4ac7140bd918ae
7
+ data.tar.gz: c850bdad43686bdce97317019a39b3f0b8c3988a07d62bda95d50823f3586b02bf09073f58256a98703ca40ed9911871cbb672443e5d08bef71876ad855b7d63
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2022-10-19)
5
+ ------------------
6
+
7
+ * Feature - Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
8
+
4
9
  1.38.0 (2022-04-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -3719,7 +3719,7 @@ module Aws::EventBridge
3719
3719
  params: params,
3720
3720
  config: config)
3721
3721
  context[:gem_name] = 'aws-sdk-eventbridge'
3722
- context[:gem_version] = '1.38.0'
3722
+ context[:gem_version] = '1.39.0'
3723
3723
  Seahorse::Client::Request.new(handlers, context)
3724
3724
  end
3725
3725
 
@@ -1003,7 +1003,7 @@ module Aws::EventBridge
1003
1003
  Primary.struct_class = Types::Primary
1004
1004
 
1005
1005
  PutEventsRequest.add_member(:entries, Shapes::ShapeRef.new(shape: PutEventsRequestEntryList, required: true, location_name: "Entries"))
1006
- PutEventsRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId"))
1006
+ PutEventsRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId", metadata: {"contextParam"=>{"name"=>"EndpointId"}}))
1007
1007
  PutEventsRequest.struct_class = Types::PutEventsRequest
1008
1008
 
1009
1009
  PutEventsRequestEntry.add_member(:time, Shapes::ShapeRef.new(shape: EventTime, location_name: "Time"))
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-eventbridge/customizations'
48
48
  # @!group service
49
49
  module Aws::EventBridge
50
50
 
51
- GEM_VERSION = '1.38.0'
51
+ GEM_VERSION = '1.39.0'
52
52
 
53
53
  end
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.38.0
4
+ version: 1.39.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: 2022-04-07 00:00:00.000000000 Z
11
+ date: 2022-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core