aws-sdk-cloudwatchevents 1.104.0 → 1.106.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-cloudwatchevents/client.rb +6 -8
- data/lib/aws-sdk-cloudwatchevents.rb +1 -1
- data/sig/client.rbs +16 -104
- data/sig/params.rbs +37 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0dfa5f673afca71fbc0864f94fdce3e11f675ba93e4e82571e588689b8d5be8
|
|
4
|
+
data.tar.gz: 79ede4819be11cc406adc6f639baeea558ca20f3fd138fe22bd750e3bf1663c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3706ae5ad222f33415777ccf5cd95a8e49e229eee9adafca746424e8ae92f7d90e05237f1853822477c9188cbdcddef310c19519b66ff01eca9383649b8a208
|
|
7
|
+
data.tar.gz: 3b89ff097c9731de235359db359f10fefe0d52a29fdb8497c6cfef90fb68dd90e0b7165778cd1a7f2a783d2bc7aedb6668978206e64485b2daaa5a66dfcfc464
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.106.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.105.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.104.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.106.0
|
|
@@ -199,7 +199,7 @@ module Aws::CloudWatchEvents
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::CloudWatchEvents
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -3464,7 +3462,7 @@ module Aws::CloudWatchEvents
|
|
|
3464
3462
|
tracer: tracer
|
|
3465
3463
|
)
|
|
3466
3464
|
context[:gem_name] = 'aws-sdk-cloudwatchevents'
|
|
3467
|
-
context[:gem_version] = '1.
|
|
3465
|
+
context[:gem_version] = '1.106.0'
|
|
3468
3466
|
Seahorse::Client::Request.new(handlers, context)
|
|
3469
3467
|
end
|
|
3470
3468
|
|
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.
|
|
4
|
+
version: 1.106.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|