aws-sdk-cloudwatchevents 1.104.0 → 1.105.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: fb4e86ffe3b1db0debfb09cc31eb0db2c42e46a3de0315456e452fa4a6401438
4
- data.tar.gz: 5d1a32e3f94f7cd9d7b5d0f8b17f87d70d47a9af3a1618a64396d3b7e7acade9
3
+ metadata.gz: '05391e091d3ae1c18836da1c740e29b251416f3e34582131b2b76b9efb83ca55'
4
+ data.tar.gz: bce20d58a400065f6df8467a8ee74b68e46e60c9190bdc6296de92a620d1df62
5
5
  SHA512:
6
- metadata.gz: 0621ceab0af587abfd1fc41b1f1f195d94207a7726f6cffee23cf6224880099940fadab05d378337d3dbcbffe15fbbb4a315ee7e0e63b2fe3efa96075cb40e46
7
- data.tar.gz: f9e565443f7ce99f6db65f7ac5ebb6860ccbe41699f3ed2f9b5b43a38bca7e250827e11922928c9173a0fb825009142f09857e2cc5d827f4853f3913c825c298
6
+ metadata.gz: dabd61cc5622c41f0d7350d9fbef10937f709ec3ed00a9bba4e3b6ca15cc87c5ce819dcb6103559a444509b9f5d914615b56667fd33ade89e366189adfc16966
7
+ data.tar.gz: 78f47592253b08ed2fd9b34d6b6605c2084823bcf9587c104f1407241a29d509dfe3341b9856401e2404df7639f5dbde74f1217b24352226ad49891ab08fe298
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.104.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.105.0
@@ -3464,7 +3464,7 @@ module Aws::CloudWatchEvents
3464
3464
  tracer: tracer
3465
3465
  )
3466
3466
  context[:gem_name] = 'aws-sdk-cloudwatchevents'
3467
- context[:gem_version] = '1.104.0'
3467
+ context[:gem_version] = '1.105.0'
3468
3468
  Seahorse::Client::Request.new(handlers, context)
3469
3469
  end
3470
3470
 
@@ -54,7 +54,7 @@ module Aws::CloudWatchEvents
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchevents/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchevents/endpoints'
56
56
 
57
- GEM_VERSION = '1.104.0'
57
+ GEM_VERSION = '1.105.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -156,57 +156,13 @@ module Aws
156
156
  },
157
157
  authorization_endpoint: ::String,
158
158
  http_method: ("GET" | "POST" | "PUT"),
159
- o_auth_http_parameters: {
160
- header_parameters: Array[
161
- {
162
- key: ::String?,
163
- value: ::String?,
164
- is_value_secret: bool?
165
- },
166
- ]?,
167
- query_string_parameters: Array[
168
- {
169
- key: ::String?,
170
- value: ::String?,
171
- is_value_secret: bool?
172
- },
173
- ]?,
174
- body_parameters: Array[
175
- {
176
- key: ::String?,
177
- value: ::String?,
178
- is_value_secret: bool?
179
- },
180
- ]?
181
- }?
159
+ o_auth_http_parameters: Params::connection_http_parameters?
182
160
  }?,
183
161
  api_key_auth_parameters: {
184
162
  api_key_name: ::String,
185
163
  api_key_value: ::String
186
164
  }?,
187
- invocation_http_parameters: {
188
- header_parameters: Array[
189
- {
190
- key: ::String?,
191
- value: ::String?,
192
- is_value_secret: bool?
193
- },
194
- ]?,
195
- query_string_parameters: Array[
196
- {
197
- key: ::String?,
198
- value: ::String?,
199
- is_value_secret: bool?
200
- },
201
- ]?,
202
- body_parameters: Array[
203
- {
204
- key: ::String?,
205
- value: ::String?,
206
- is_value_secret: bool?
207
- },
208
- ]?
209
- }?
165
+ invocation_http_parameters: Params::connection_http_parameters?
210
166
  }
211
167
  ) -> _CreateConnectionResponseSuccess
212
168
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConnectionResponseSuccess
@@ -223,7 +179,7 @@ module Aws
223
179
  {
224
180
  key: ::String,
225
181
  value: ::String
226
- },
182
+ }
227
183
  ]
228
184
  ) -> _CreateEventBusResponseSuccess
229
185
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEventBusResponseSuccess
@@ -642,7 +598,7 @@ module Aws
642
598
  detail: ::String?,
643
599
  event_bus_name: ::String?,
644
600
  trace_header: ::String?
645
- },
601
+ }
646
602
  ]
647
603
  ) -> _PutEventsResponseSuccess
648
604
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEventsResponseSuccess
@@ -661,7 +617,7 @@ module Aws
661
617
  resources: Array[::String]?,
662
618
  detail_type: ::String?,
663
619
  detail: ::String?
664
- },
620
+ }
665
621
  ]
666
622
  ) -> _PutPartnerEventsResponseSuccess
667
623
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutPartnerEventsResponseSuccess
@@ -697,7 +653,7 @@ module Aws
697
653
  {
698
654
  key: ::String,
699
655
  value: ::String
700
- },
656
+ }
701
657
  ],
702
658
  ?event_bus_name: ::String
703
659
  ) -> _PutRuleResponseSuccess
@@ -731,7 +687,7 @@ module Aws
731
687
  {
732
688
  key: ::String,
733
689
  values: Array[::String]
734
- },
690
+ }
735
691
  ]
736
692
  }?,
737
693
  ecs_parameters: {
@@ -752,7 +708,7 @@ module Aws
752
708
  capacity_provider: ::String,
753
709
  weight: ::Integer?,
754
710
  base: ::Integer?
755
- },
711
+ }
756
712
  ]?,
757
713
  enable_ecs_managed_tags: bool?,
758
714
  enable_execute_command: bool?,
@@ -760,13 +716,13 @@ module Aws
760
716
  {
761
717
  type: ("distinctInstance" | "memberOf")?,
762
718
  expression: ::String?
763
- },
719
+ }
764
720
  ]?,
765
721
  placement_strategy: Array[
766
722
  {
767
723
  type: ("random" | "spread" | "binpack")?,
768
724
  field: ::String?
769
- },
725
+ }
770
726
  ]?,
771
727
  propagate_tags: ("TASK_DEFINITION")?,
772
728
  reference_id: ::String?,
@@ -774,7 +730,7 @@ module Aws
774
730
  {
775
731
  key: ::String,
776
732
  value: ::String
777
- },
733
+ }
778
734
  ]?
779
735
  }?,
780
736
  batch_parameters: {
@@ -808,7 +764,7 @@ module Aws
808
764
  {
809
765
  name: ::String,
810
766
  value: ::String
811
- },
767
+ }
812
768
  ]?
813
769
  }?,
814
770
  dead_letter_config: {
@@ -818,7 +774,7 @@ module Aws
818
774
  maximum_retry_attempts: ::Integer?,
819
775
  maximum_event_age_in_seconds: ::Integer?
820
776
  }?
821
- },
777
+ }
822
778
  ]
823
779
  ) -> _PutTargetsResponseSuccess
824
780
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutTargetsResponseSuccess
@@ -876,7 +832,7 @@ module Aws
876
832
  {
877
833
  key: ::String,
878
834
  value: ::String
879
- },
835
+ }
880
836
  ]
881
837
  ) -> _TagResourceResponseSuccess
882
838
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -961,57 +917,13 @@ module Aws
961
917
  }?,
962
918
  authorization_endpoint: ::String?,
963
919
  http_method: ("GET" | "POST" | "PUT")?,
964
- o_auth_http_parameters: {
965
- header_parameters: Array[
966
- {
967
- key: ::String?,
968
- value: ::String?,
969
- is_value_secret: bool?
970
- },
971
- ]?,
972
- query_string_parameters: Array[
973
- {
974
- key: ::String?,
975
- value: ::String?,
976
- is_value_secret: bool?
977
- },
978
- ]?,
979
- body_parameters: Array[
980
- {
981
- key: ::String?,
982
- value: ::String?,
983
- is_value_secret: bool?
984
- },
985
- ]?
986
- }?
920
+ o_auth_http_parameters: Params::connection_http_parameters?
987
921
  }?,
988
922
  api_key_auth_parameters: {
989
923
  api_key_name: ::String?,
990
924
  api_key_value: ::String?
991
925
  }?,
992
- invocation_http_parameters: {
993
- header_parameters: Array[
994
- {
995
- key: ::String?,
996
- value: ::String?,
997
- is_value_secret: bool?
998
- },
999
- ]?,
1000
- query_string_parameters: Array[
1001
- {
1002
- key: ::String?,
1003
- value: ::String?,
1004
- is_value_secret: bool?
1005
- },
1006
- ]?,
1007
- body_parameters: Array[
1008
- {
1009
- key: ::String?,
1010
- value: ::String?,
1011
- is_value_secret: bool?
1012
- },
1013
- ]?
1014
- }?
926
+ invocation_http_parameters: Params::connection_http_parameters?
1015
927
  }
1016
928
  ) -> _UpdateConnectionResponseSuccess
1017
929
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConnectionResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,37 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module CloudWatchEvents
10
+ module Params
11
+ type connection_http_parameters = {
12
+ header_parameters: Array[
13
+ {
14
+ key: ::String?,
15
+ value: ::String?,
16
+ is_value_secret: bool?
17
+ }
18
+ ]?,
19
+ query_string_parameters: Array[
20
+ {
21
+ key: ::String?,
22
+ value: ::String?,
23
+ is_value_secret: bool?
24
+ }
25
+ ]?,
26
+ body_parameters: Array[
27
+ {
28
+ key: ::String?,
29
+ value: ::String?,
30
+ is_value_secret: bool?
31
+ }
32
+ ]?
33
+ }
34
+
35
+ end
36
+ end
37
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.104.0
4
+ version: 1.105.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-cloudwatchevents/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs