aws-sdk-eventbridge 1.40.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-eventbridge/client.rb +1 -1
- data/lib/aws-sdk-eventbridge/endpoint_provider.rb +60 -142
- data/lib/aws-sdk-eventbridge/types.rb +0 -1557
- data/lib/aws-sdk-eventbridge.rb +1 -1
- metadata +2 -2
@@ -10,13 +10,6 @@
|
|
10
10
|
module Aws::EventBridge
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# @note When making an API call, you may pass ActivateEventSourceRequest
|
14
|
-
# data as a hash:
|
15
|
-
#
|
16
|
-
# {
|
17
|
-
# name: "EventSourceName", # required
|
18
|
-
# }
|
19
|
-
#
|
20
13
|
# @!attribute [rw] name
|
21
14
|
# The name of the partner event source to activate.
|
22
15
|
# @return [String]
|
@@ -141,15 +134,6 @@ module Aws::EventBridge
|
|
141
134
|
# task, and whether a public IP address is to be used. This structure is
|
142
135
|
# relevant only for ECS tasks that use the `awsvpc` network mode.
|
143
136
|
#
|
144
|
-
# @note When making an API call, you may pass AwsVpcConfiguration
|
145
|
-
# data as a hash:
|
146
|
-
#
|
147
|
-
# {
|
148
|
-
# subnets: ["String"], # required
|
149
|
-
# security_groups: ["String"],
|
150
|
-
# assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
|
151
|
-
# }
|
152
|
-
#
|
153
137
|
# @!attribute [rw] subnets
|
154
138
|
# Specifies the subnets associated with the task. These subnets must
|
155
139
|
# all be in the same VPC. You can specify as many as 16 subnets.
|
@@ -183,13 +167,6 @@ module Aws::EventBridge
|
|
183
167
|
# array properties for a job, it becomes an array job. This parameter is
|
184
168
|
# used only if the target is an Batch job.
|
185
169
|
#
|
186
|
-
# @note When making an API call, you may pass BatchArrayProperties
|
187
|
-
# data as a hash:
|
188
|
-
#
|
189
|
-
# {
|
190
|
-
# size: 1,
|
191
|
-
# }
|
192
|
-
#
|
193
170
|
# @!attribute [rw] size
|
194
171
|
# The size of the array, if this is an array batch job. Valid values
|
195
172
|
# are integers between 2 and 10,000.
|
@@ -205,20 +182,6 @@ module Aws::EventBridge
|
|
205
182
|
|
206
183
|
# The custom parameters to be used when the target is an Batch job.
|
207
184
|
#
|
208
|
-
# @note When making an API call, you may pass BatchParameters
|
209
|
-
# data as a hash:
|
210
|
-
#
|
211
|
-
# {
|
212
|
-
# job_definition: "String", # required
|
213
|
-
# job_name: "String", # required
|
214
|
-
# array_properties: {
|
215
|
-
# size: 1,
|
216
|
-
# },
|
217
|
-
# retry_strategy: {
|
218
|
-
# attempts: 1,
|
219
|
-
# },
|
220
|
-
# }
|
221
|
-
#
|
222
185
|
# @!attribute [rw] job_definition
|
223
186
|
# The ARN or name of the job definition to use if the event target is
|
224
187
|
# an Batch job. This job definition must already exist.
|
@@ -259,13 +222,6 @@ module Aws::EventBridge
|
|
259
222
|
# job. If you specify a retry strategy here, it overrides the retry
|
260
223
|
# strategy defined in the job definition.
|
261
224
|
#
|
262
|
-
# @note When making an API call, you may pass BatchRetryStrategy
|
263
|
-
# data as a hash:
|
264
|
-
#
|
265
|
-
# {
|
266
|
-
# attempts: 1,
|
267
|
-
# }
|
268
|
-
#
|
269
225
|
# @!attribute [rw] attempts
|
270
226
|
# The number of times to attempt to retry, if the job fails. Valid
|
271
227
|
# values are 1–10.
|
@@ -279,13 +235,6 @@ module Aws::EventBridge
|
|
279
235
|
include Aws::Structure
|
280
236
|
end
|
281
237
|
|
282
|
-
# @note When making an API call, you may pass CancelReplayRequest
|
283
|
-
# data as a hash:
|
284
|
-
#
|
285
|
-
# {
|
286
|
-
# replay_name: "ReplayName", # required
|
287
|
-
# }
|
288
|
-
#
|
289
238
|
# @!attribute [rw] replay_name
|
290
239
|
# The name of the replay to cancel.
|
291
240
|
# @return [String]
|
@@ -327,15 +276,6 @@ module Aws::EventBridge
|
|
327
276
|
#
|
328
277
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CapacityProviderStrategyItem.html
|
329
278
|
#
|
330
|
-
# @note When making an API call, you may pass CapacityProviderStrategyItem
|
331
|
-
# data as a hash:
|
332
|
-
#
|
333
|
-
# {
|
334
|
-
# capacity_provider: "CapacityProvider", # required
|
335
|
-
# weight: 1,
|
336
|
-
# base: 1,
|
337
|
-
# }
|
338
|
-
#
|
339
279
|
# @!attribute [rw] capacity_provider
|
340
280
|
# The short name of the capacity provider.
|
341
281
|
# @return [String]
|
@@ -381,15 +321,6 @@ module Aws::EventBridge
|
|
381
321
|
# `'\{"Type" : "StringEquals", "Key": "aws:PrincipalOrgID", "Value":
|
382
322
|
# "o-1234567890"\}'`
|
383
323
|
#
|
384
|
-
# @note When making an API call, you may pass Condition
|
385
|
-
# data as a hash:
|
386
|
-
#
|
387
|
-
# {
|
388
|
-
# type: "String", # required
|
389
|
-
# key: "String", # required
|
390
|
-
# value: "String", # required
|
391
|
-
# }
|
392
|
-
#
|
393
324
|
# @!attribute [rw] type
|
394
325
|
# Specifies the type of condition. Currently the only supported value
|
395
326
|
# is `StringEquals`.
|
@@ -529,15 +460,6 @@ module Aws::EventBridge
|
|
529
460
|
# additional body parameters per request. An event payload cannot exceed
|
530
461
|
# 64 KB.
|
531
462
|
#
|
532
|
-
# @note When making an API call, you may pass ConnectionBodyParameter
|
533
|
-
# data as a hash:
|
534
|
-
#
|
535
|
-
# {
|
536
|
-
# key: "String",
|
537
|
-
# value: "String",
|
538
|
-
# is_value_secret: false,
|
539
|
-
# }
|
540
|
-
#
|
541
463
|
# @!attribute [rw] key
|
542
464
|
# The key for the parameter.
|
543
465
|
# @return [String]
|
@@ -564,15 +486,6 @@ module Aws::EventBridge
|
|
564
486
|
# additional header parameters per request. An event payload cannot
|
565
487
|
# exceed 64 KB.
|
566
488
|
#
|
567
|
-
# @note When making an API call, you may pass ConnectionHeaderParameter
|
568
|
-
# data as a hash:
|
569
|
-
#
|
570
|
-
# {
|
571
|
-
# key: "HeaderKey",
|
572
|
-
# value: "HeaderValue",
|
573
|
-
# is_value_secret: false,
|
574
|
-
# }
|
575
|
-
#
|
576
489
|
# @!attribute [rw] key
|
577
490
|
# The key for the parameter.
|
578
491
|
# @return [String]
|
@@ -597,33 +510,6 @@ module Aws::EventBridge
|
|
597
510
|
|
598
511
|
# Contains additional parameters for the connection.
|
599
512
|
#
|
600
|
-
# @note When making an API call, you may pass ConnectionHttpParameters
|
601
|
-
# data as a hash:
|
602
|
-
#
|
603
|
-
# {
|
604
|
-
# header_parameters: [
|
605
|
-
# {
|
606
|
-
# key: "HeaderKey",
|
607
|
-
# value: "HeaderValue",
|
608
|
-
# is_value_secret: false,
|
609
|
-
# },
|
610
|
-
# ],
|
611
|
-
# query_string_parameters: [
|
612
|
-
# {
|
613
|
-
# key: "QueryStringKey",
|
614
|
-
# value: "QueryStringValue",
|
615
|
-
# is_value_secret: false,
|
616
|
-
# },
|
617
|
-
# ],
|
618
|
-
# body_parameters: [
|
619
|
-
# {
|
620
|
-
# key: "String",
|
621
|
-
# value: "String",
|
622
|
-
# is_value_secret: false,
|
623
|
-
# },
|
624
|
-
# ],
|
625
|
-
# }
|
626
|
-
#
|
627
513
|
# @!attribute [rw] header_parameters
|
628
514
|
# Contains additional header parameters for the connection.
|
629
515
|
# @return [Array<Types::ConnectionHeaderParameter>]
|
@@ -700,15 +586,6 @@ module Aws::EventBridge
|
|
700
586
|
# additional parameter counts towards the event payload size, which
|
701
587
|
# cannot exceed 64 KB.
|
702
588
|
#
|
703
|
-
# @note When making an API call, you may pass ConnectionQueryStringParameter
|
704
|
-
# data as a hash:
|
705
|
-
#
|
706
|
-
# {
|
707
|
-
# key: "QueryStringKey",
|
708
|
-
# value: "QueryStringValue",
|
709
|
-
# is_value_secret: false,
|
710
|
-
# }
|
711
|
-
#
|
712
589
|
# @!attribute [rw] key
|
713
590
|
# The key for a query string parameter.
|
714
591
|
# @return [String]
|
@@ -731,18 +608,6 @@ module Aws::EventBridge
|
|
731
608
|
include Aws::Structure
|
732
609
|
end
|
733
610
|
|
734
|
-
# @note When making an API call, you may pass CreateApiDestinationRequest
|
735
|
-
# data as a hash:
|
736
|
-
#
|
737
|
-
# {
|
738
|
-
# name: "ApiDestinationName", # required
|
739
|
-
# description: "ApiDestinationDescription",
|
740
|
-
# connection_arn: "ConnectionArn", # required
|
741
|
-
# invocation_endpoint: "HttpsEndpoint", # required
|
742
|
-
# http_method: "POST", # required, accepts POST, GET, HEAD, OPTIONS, PUT, PATCH, DELETE
|
743
|
-
# invocation_rate_limit_per_second: 1,
|
744
|
-
# }
|
745
|
-
#
|
746
611
|
# @!attribute [rw] name
|
747
612
|
# The name for the API destination to create.
|
748
613
|
# @return [String]
|
@@ -812,17 +677,6 @@ module Aws::EventBridge
|
|
812
677
|
include Aws::Structure
|
813
678
|
end
|
814
679
|
|
815
|
-
# @note When making an API call, you may pass CreateArchiveRequest
|
816
|
-
# data as a hash:
|
817
|
-
#
|
818
|
-
# {
|
819
|
-
# archive_name: "ArchiveName", # required
|
820
|
-
# event_source_arn: "Arn", # required
|
821
|
-
# description: "ArchiveDescription",
|
822
|
-
# event_pattern: "EventPattern",
|
823
|
-
# retention_days: 1,
|
824
|
-
# }
|
825
|
-
#
|
826
680
|
# @!attribute [rw] archive_name
|
827
681
|
# The name for the archive to create.
|
828
682
|
# @return [String]
|
@@ -885,14 +739,6 @@ module Aws::EventBridge
|
|
885
739
|
|
886
740
|
# Contains the API key authorization parameters for the connection.
|
887
741
|
#
|
888
|
-
# @note When making an API call, you may pass CreateConnectionApiKeyAuthRequestParameters
|
889
|
-
# data as a hash:
|
890
|
-
#
|
891
|
-
# {
|
892
|
-
# api_key_name: "AuthHeaderParameters", # required
|
893
|
-
# api_key_value: "AuthHeaderParameters", # required
|
894
|
-
# }
|
895
|
-
#
|
896
742
|
# @!attribute [rw] api_key_name
|
897
743
|
# The name of the API key to use for authorization.
|
898
744
|
# @return [String]
|
@@ -912,74 +758,6 @@ module Aws::EventBridge
|
|
912
758
|
|
913
759
|
# Contains the authorization parameters for the connection.
|
914
760
|
#
|
915
|
-
# @note When making an API call, you may pass CreateConnectionAuthRequestParameters
|
916
|
-
# data as a hash:
|
917
|
-
#
|
918
|
-
# {
|
919
|
-
# basic_auth_parameters: {
|
920
|
-
# username: "AuthHeaderParameters", # required
|
921
|
-
# password: "AuthHeaderParameters", # required
|
922
|
-
# },
|
923
|
-
# o_auth_parameters: {
|
924
|
-
# client_parameters: { # required
|
925
|
-
# client_id: "AuthHeaderParameters", # required
|
926
|
-
# client_secret: "AuthHeaderParameters", # required
|
927
|
-
# },
|
928
|
-
# authorization_endpoint: "HttpsEndpoint", # required
|
929
|
-
# http_method: "GET", # required, accepts GET, POST, PUT
|
930
|
-
# o_auth_http_parameters: {
|
931
|
-
# header_parameters: [
|
932
|
-
# {
|
933
|
-
# key: "HeaderKey",
|
934
|
-
# value: "HeaderValue",
|
935
|
-
# is_value_secret: false,
|
936
|
-
# },
|
937
|
-
# ],
|
938
|
-
# query_string_parameters: [
|
939
|
-
# {
|
940
|
-
# key: "QueryStringKey",
|
941
|
-
# value: "QueryStringValue",
|
942
|
-
# is_value_secret: false,
|
943
|
-
# },
|
944
|
-
# ],
|
945
|
-
# body_parameters: [
|
946
|
-
# {
|
947
|
-
# key: "String",
|
948
|
-
# value: "String",
|
949
|
-
# is_value_secret: false,
|
950
|
-
# },
|
951
|
-
# ],
|
952
|
-
# },
|
953
|
-
# },
|
954
|
-
# api_key_auth_parameters: {
|
955
|
-
# api_key_name: "AuthHeaderParameters", # required
|
956
|
-
# api_key_value: "AuthHeaderParameters", # required
|
957
|
-
# },
|
958
|
-
# invocation_http_parameters: {
|
959
|
-
# header_parameters: [
|
960
|
-
# {
|
961
|
-
# key: "HeaderKey",
|
962
|
-
# value: "HeaderValue",
|
963
|
-
# is_value_secret: false,
|
964
|
-
# },
|
965
|
-
# ],
|
966
|
-
# query_string_parameters: [
|
967
|
-
# {
|
968
|
-
# key: "QueryStringKey",
|
969
|
-
# value: "QueryStringValue",
|
970
|
-
# is_value_secret: false,
|
971
|
-
# },
|
972
|
-
# ],
|
973
|
-
# body_parameters: [
|
974
|
-
# {
|
975
|
-
# key: "String",
|
976
|
-
# value: "String",
|
977
|
-
# is_value_secret: false,
|
978
|
-
# },
|
979
|
-
# ],
|
980
|
-
# },
|
981
|
-
# }
|
982
|
-
#
|
983
761
|
# @!attribute [rw] basic_auth_parameters
|
984
762
|
# A `CreateConnectionBasicAuthRequestParameters` object that contains
|
985
763
|
# the Basic authorization parameters to use for the connection.
|
@@ -1016,14 +794,6 @@ module Aws::EventBridge
|
|
1016
794
|
|
1017
795
|
# Contains the Basic authorization parameters to use for the connection.
|
1018
796
|
#
|
1019
|
-
# @note When making an API call, you may pass CreateConnectionBasicAuthRequestParameters
|
1020
|
-
# data as a hash:
|
1021
|
-
#
|
1022
|
-
# {
|
1023
|
-
# username: "AuthHeaderParameters", # required
|
1024
|
-
# password: "AuthHeaderParameters", # required
|
1025
|
-
# }
|
1026
|
-
#
|
1027
797
|
# @!attribute [rw] username
|
1028
798
|
# The user name to use for Basic authorization.
|
1029
799
|
# @return [String]
|
@@ -1044,14 +814,6 @@ module Aws::EventBridge
|
|
1044
814
|
|
1045
815
|
# Contains the Basic authorization parameters to use for the connection.
|
1046
816
|
#
|
1047
|
-
# @note When making an API call, you may pass CreateConnectionOAuthClientRequestParameters
|
1048
|
-
# data as a hash:
|
1049
|
-
#
|
1050
|
-
# {
|
1051
|
-
# client_id: "AuthHeaderParameters", # required
|
1052
|
-
# client_secret: "AuthHeaderParameters", # required
|
1053
|
-
# }
|
1054
|
-
#
|
1055
817
|
# @!attribute [rw] client_id
|
1056
818
|
# The client ID to use for OAuth authorization for the connection.
|
1057
819
|
# @return [String]
|
@@ -1072,41 +834,6 @@ module Aws::EventBridge
|
|
1072
834
|
|
1073
835
|
# Contains the OAuth authorization parameters to use for the connection.
|
1074
836
|
#
|
1075
|
-
# @note When making an API call, you may pass CreateConnectionOAuthRequestParameters
|
1076
|
-
# data as a hash:
|
1077
|
-
#
|
1078
|
-
# {
|
1079
|
-
# client_parameters: { # required
|
1080
|
-
# client_id: "AuthHeaderParameters", # required
|
1081
|
-
# client_secret: "AuthHeaderParameters", # required
|
1082
|
-
# },
|
1083
|
-
# authorization_endpoint: "HttpsEndpoint", # required
|
1084
|
-
# http_method: "GET", # required, accepts GET, POST, PUT
|
1085
|
-
# o_auth_http_parameters: {
|
1086
|
-
# header_parameters: [
|
1087
|
-
# {
|
1088
|
-
# key: "HeaderKey",
|
1089
|
-
# value: "HeaderValue",
|
1090
|
-
# is_value_secret: false,
|
1091
|
-
# },
|
1092
|
-
# ],
|
1093
|
-
# query_string_parameters: [
|
1094
|
-
# {
|
1095
|
-
# key: "QueryStringKey",
|
1096
|
-
# value: "QueryStringValue",
|
1097
|
-
# is_value_secret: false,
|
1098
|
-
# },
|
1099
|
-
# ],
|
1100
|
-
# body_parameters: [
|
1101
|
-
# {
|
1102
|
-
# key: "String",
|
1103
|
-
# value: "String",
|
1104
|
-
# is_value_secret: false,
|
1105
|
-
# },
|
1106
|
-
# ],
|
1107
|
-
# },
|
1108
|
-
# }
|
1109
|
-
#
|
1110
837
|
# @!attribute [rw] client_parameters
|
1111
838
|
# A `CreateConnectionOAuthClientRequestParameters` object that
|
1112
839
|
# contains the client parameters for OAuth authorization.
|
@@ -1137,79 +864,6 @@ module Aws::EventBridge
|
|
1137
864
|
include Aws::Structure
|
1138
865
|
end
|
1139
866
|
|
1140
|
-
# @note When making an API call, you may pass CreateConnectionRequest
|
1141
|
-
# data as a hash:
|
1142
|
-
#
|
1143
|
-
# {
|
1144
|
-
# name: "ConnectionName", # required
|
1145
|
-
# description: "ConnectionDescription",
|
1146
|
-
# authorization_type: "BASIC", # required, accepts BASIC, OAUTH_CLIENT_CREDENTIALS, API_KEY
|
1147
|
-
# auth_parameters: { # required
|
1148
|
-
# basic_auth_parameters: {
|
1149
|
-
# username: "AuthHeaderParameters", # required
|
1150
|
-
# password: "AuthHeaderParameters", # required
|
1151
|
-
# },
|
1152
|
-
# o_auth_parameters: {
|
1153
|
-
# client_parameters: { # required
|
1154
|
-
# client_id: "AuthHeaderParameters", # required
|
1155
|
-
# client_secret: "AuthHeaderParameters", # required
|
1156
|
-
# },
|
1157
|
-
# authorization_endpoint: "HttpsEndpoint", # required
|
1158
|
-
# http_method: "GET", # required, accepts GET, POST, PUT
|
1159
|
-
# o_auth_http_parameters: {
|
1160
|
-
# header_parameters: [
|
1161
|
-
# {
|
1162
|
-
# key: "HeaderKey",
|
1163
|
-
# value: "HeaderValue",
|
1164
|
-
# is_value_secret: false,
|
1165
|
-
# },
|
1166
|
-
# ],
|
1167
|
-
# query_string_parameters: [
|
1168
|
-
# {
|
1169
|
-
# key: "QueryStringKey",
|
1170
|
-
# value: "QueryStringValue",
|
1171
|
-
# is_value_secret: false,
|
1172
|
-
# },
|
1173
|
-
# ],
|
1174
|
-
# body_parameters: [
|
1175
|
-
# {
|
1176
|
-
# key: "String",
|
1177
|
-
# value: "String",
|
1178
|
-
# is_value_secret: false,
|
1179
|
-
# },
|
1180
|
-
# ],
|
1181
|
-
# },
|
1182
|
-
# },
|
1183
|
-
# api_key_auth_parameters: {
|
1184
|
-
# api_key_name: "AuthHeaderParameters", # required
|
1185
|
-
# api_key_value: "AuthHeaderParameters", # required
|
1186
|
-
# },
|
1187
|
-
# invocation_http_parameters: {
|
1188
|
-
# header_parameters: [
|
1189
|
-
# {
|
1190
|
-
# key: "HeaderKey",
|
1191
|
-
# value: "HeaderValue",
|
1192
|
-
# is_value_secret: false,
|
1193
|
-
# },
|
1194
|
-
# ],
|
1195
|
-
# query_string_parameters: [
|
1196
|
-
# {
|
1197
|
-
# key: "QueryStringKey",
|
1198
|
-
# value: "QueryStringValue",
|
1199
|
-
# is_value_secret: false,
|
1200
|
-
# },
|
1201
|
-
# ],
|
1202
|
-
# body_parameters: [
|
1203
|
-
# {
|
1204
|
-
# key: "String",
|
1205
|
-
# value: "String",
|
1206
|
-
# is_value_secret: false,
|
1207
|
-
# },
|
1208
|
-
# ],
|
1209
|
-
# },
|
1210
|
-
# },
|
1211
|
-
# }
|
1212
|
-
#
|
1213
867
|
# @!attribute [rw] name
|
1214
868
|
# The name for the connection to create.
|
1215
869
|
# @return [String]
|
@@ -1265,33 +919,6 @@ module Aws::EventBridge
|
|
1265
919
|
include Aws::Structure
|
1266
920
|
end
|
1267
921
|
|
1268
|
-
# @note When making an API call, you may pass CreateEndpointRequest
|
1269
|
-
# data as a hash:
|
1270
|
-
#
|
1271
|
-
# {
|
1272
|
-
# name: "EndpointName", # required
|
1273
|
-
# description: "EndpointDescription",
|
1274
|
-
# routing_config: { # required
|
1275
|
-
# failover_config: { # required
|
1276
|
-
# primary: { # required
|
1277
|
-
# health_check: "HealthCheck", # required
|
1278
|
-
# },
|
1279
|
-
# secondary: { # required
|
1280
|
-
# route: "Route", # required
|
1281
|
-
# },
|
1282
|
-
# },
|
1283
|
-
# },
|
1284
|
-
# replication_config: {
|
1285
|
-
# state: "ENABLED", # accepts ENABLED, DISABLED
|
1286
|
-
# },
|
1287
|
-
# event_buses: [ # required
|
1288
|
-
# {
|
1289
|
-
# event_bus_arn: "NonPartnerEventBusArn", # required
|
1290
|
-
# },
|
1291
|
-
# ],
|
1292
|
-
# role_arn: "IamRoleArn",
|
1293
|
-
# }
|
1294
|
-
#
|
1295
922
|
# @!attribute [rw] name
|
1296
923
|
# The name of the global endpoint. For example,
|
1297
924
|
# `"Name":"us-east-2-custom_bus_A-endpoint"`.
|
@@ -1375,20 +1002,6 @@ module Aws::EventBridge
|
|
1375
1002
|
include Aws::Structure
|
1376
1003
|
end
|
1377
1004
|
|
1378
|
-
# @note When making an API call, you may pass CreateEventBusRequest
|
1379
|
-
# data as a hash:
|
1380
|
-
#
|
1381
|
-
# {
|
1382
|
-
# name: "EventBusName", # required
|
1383
|
-
# event_source_name: "EventSourceName",
|
1384
|
-
# tags: [
|
1385
|
-
# {
|
1386
|
-
# key: "TagKey", # required
|
1387
|
-
# value: "TagValue", # required
|
1388
|
-
# },
|
1389
|
-
# ],
|
1390
|
-
# }
|
1391
|
-
#
|
1392
1005
|
# @!attribute [rw] name
|
1393
1006
|
# The name of the new event bus.
|
1394
1007
|
#
|
@@ -1431,14 +1044,6 @@ module Aws::EventBridge
|
|
1431
1044
|
include Aws::Structure
|
1432
1045
|
end
|
1433
1046
|
|
1434
|
-
# @note When making an API call, you may pass CreatePartnerEventSourceRequest
|
1435
|
-
# data as a hash:
|
1436
|
-
#
|
1437
|
-
# {
|
1438
|
-
# name: "EventSourceName", # required
|
1439
|
-
# account: "AccountId", # required
|
1440
|
-
# }
|
1441
|
-
#
|
1442
1047
|
# @!attribute [rw] name
|
1443
1048
|
# The name of the partner event source. This name must be unique and
|
1444
1049
|
# must be in the format ` partner_name/event_namespace/event_name `.
|
@@ -1473,13 +1078,6 @@ module Aws::EventBridge
|
|
1473
1078
|
include Aws::Structure
|
1474
1079
|
end
|
1475
1080
|
|
1476
|
-
# @note When making an API call, you may pass DeactivateEventSourceRequest
|
1477
|
-
# data as a hash:
|
1478
|
-
#
|
1479
|
-
# {
|
1480
|
-
# name: "EventSourceName", # required
|
1481
|
-
# }
|
1482
|
-
#
|
1483
1081
|
# @!attribute [rw] name
|
1484
1082
|
# The name of the partner event source to deactivate.
|
1485
1083
|
# @return [String]
|
@@ -1495,13 +1093,6 @@ module Aws::EventBridge
|
|
1495
1093
|
# A `DeadLetterConfig` object that contains information about a
|
1496
1094
|
# dead-letter queue configuration.
|
1497
1095
|
#
|
1498
|
-
# @note When making an API call, you may pass DeadLetterConfig
|
1499
|
-
# data as a hash:
|
1500
|
-
#
|
1501
|
-
# {
|
1502
|
-
# arn: "ResourceArn",
|
1503
|
-
# }
|
1504
|
-
#
|
1505
1096
|
# @!attribute [rw] arn
|
1506
1097
|
# The ARN of the SQS queue specified as the target for the dead-letter
|
1507
1098
|
# queue.
|
@@ -1515,13 +1106,6 @@ module Aws::EventBridge
|
|
1515
1106
|
include Aws::Structure
|
1516
1107
|
end
|
1517
1108
|
|
1518
|
-
# @note When making an API call, you may pass DeauthorizeConnectionRequest
|
1519
|
-
# data as a hash:
|
1520
|
-
#
|
1521
|
-
# {
|
1522
|
-
# name: "ConnectionName", # required
|
1523
|
-
# }
|
1524
|
-
#
|
1525
1109
|
# @!attribute [rw] name
|
1526
1110
|
# The name of the connection to remove authorization from.
|
1527
1111
|
# @return [String]
|
@@ -1566,13 +1150,6 @@ module Aws::EventBridge
|
|
1566
1150
|
include Aws::Structure
|
1567
1151
|
end
|
1568
1152
|
|
1569
|
-
# @note When making an API call, you may pass DeleteApiDestinationRequest
|
1570
|
-
# data as a hash:
|
1571
|
-
#
|
1572
|
-
# {
|
1573
|
-
# name: "ApiDestinationName", # required
|
1574
|
-
# }
|
1575
|
-
#
|
1576
1153
|
# @!attribute [rw] name
|
1577
1154
|
# The name of the destination to delete.
|
1578
1155
|
# @return [String]
|
@@ -1589,13 +1166,6 @@ module Aws::EventBridge
|
|
1589
1166
|
#
|
1590
1167
|
class DeleteApiDestinationResponse < Aws::EmptyStructure; end
|
1591
1168
|
|
1592
|
-
# @note When making an API call, you may pass DeleteArchiveRequest
|
1593
|
-
# data as a hash:
|
1594
|
-
#
|
1595
|
-
# {
|
1596
|
-
# archive_name: "ArchiveName", # required
|
1597
|
-
# }
|
1598
|
-
#
|
1599
1169
|
# @!attribute [rw] archive_name
|
1600
1170
|
# The name of the archive to delete.
|
1601
1171
|
# @return [String]
|
@@ -1612,13 +1182,6 @@ module Aws::EventBridge
|
|
1612
1182
|
#
|
1613
1183
|
class DeleteArchiveResponse < Aws::EmptyStructure; end
|
1614
1184
|
|
1615
|
-
# @note When making an API call, you may pass DeleteConnectionRequest
|
1616
|
-
# data as a hash:
|
1617
|
-
#
|
1618
|
-
# {
|
1619
|
-
# name: "ConnectionName", # required
|
1620
|
-
# }
|
1621
|
-
#
|
1622
1185
|
# @!attribute [rw] name
|
1623
1186
|
# The name of the connection to delete.
|
1624
1187
|
# @return [String]
|
@@ -1665,13 +1228,6 @@ module Aws::EventBridge
|
|
1665
1228
|
include Aws::Structure
|
1666
1229
|
end
|
1667
1230
|
|
1668
|
-
# @note When making an API call, you may pass DeleteEndpointRequest
|
1669
|
-
# data as a hash:
|
1670
|
-
#
|
1671
|
-
# {
|
1672
|
-
# name: "EndpointName", # required
|
1673
|
-
# }
|
1674
|
-
#
|
1675
1231
|
# @!attribute [rw] name
|
1676
1232
|
# The name of the endpoint you want to delete. For example,
|
1677
1233
|
# `"Name":"us-east-2-custom_bus_A-endpoint"`..
|
@@ -1689,13 +1245,6 @@ module Aws::EventBridge
|
|
1689
1245
|
#
|
1690
1246
|
class DeleteEndpointResponse < Aws::EmptyStructure; end
|
1691
1247
|
|
1692
|
-
# @note When making an API call, you may pass DeleteEventBusRequest
|
1693
|
-
# data as a hash:
|
1694
|
-
#
|
1695
|
-
# {
|
1696
|
-
# name: "EventBusName", # required
|
1697
|
-
# }
|
1698
|
-
#
|
1699
1248
|
# @!attribute [rw] name
|
1700
1249
|
# The name of the event bus to delete.
|
1701
1250
|
# @return [String]
|
@@ -1708,14 +1257,6 @@ module Aws::EventBridge
|
|
1708
1257
|
include Aws::Structure
|
1709
1258
|
end
|
1710
1259
|
|
1711
|
-
# @note When making an API call, you may pass DeletePartnerEventSourceRequest
|
1712
|
-
# data as a hash:
|
1713
|
-
#
|
1714
|
-
# {
|
1715
|
-
# name: "EventSourceName", # required
|
1716
|
-
# account: "AccountId", # required
|
1717
|
-
# }
|
1718
|
-
#
|
1719
1260
|
# @!attribute [rw] name
|
1720
1261
|
# The name of the event source to delete.
|
1721
1262
|
# @return [String]
|
@@ -1734,15 +1275,6 @@ module Aws::EventBridge
|
|
1734
1275
|
include Aws::Structure
|
1735
1276
|
end
|
1736
1277
|
|
1737
|
-
# @note When making an API call, you may pass DeleteRuleRequest
|
1738
|
-
# data as a hash:
|
1739
|
-
#
|
1740
|
-
# {
|
1741
|
-
# name: "RuleName", # required
|
1742
|
-
# event_bus_name: "EventBusNameOrArn",
|
1743
|
-
# force: false,
|
1744
|
-
# }
|
1745
|
-
#
|
1746
1278
|
# @!attribute [rw] name
|
1747
1279
|
# The name of the rule.
|
1748
1280
|
# @return [String]
|
@@ -1771,13 +1303,6 @@ module Aws::EventBridge
|
|
1771
1303
|
include Aws::Structure
|
1772
1304
|
end
|
1773
1305
|
|
1774
|
-
# @note When making an API call, you may pass DescribeApiDestinationRequest
|
1775
|
-
# data as a hash:
|
1776
|
-
#
|
1777
|
-
# {
|
1778
|
-
# name: "ApiDestinationName", # required
|
1779
|
-
# }
|
1780
|
-
#
|
1781
1306
|
# @!attribute [rw] name
|
1782
1307
|
# The name of the API destination to retrieve.
|
1783
1308
|
# @return [String]
|
@@ -1856,13 +1381,6 @@ module Aws::EventBridge
|
|
1856
1381
|
include Aws::Structure
|
1857
1382
|
end
|
1858
1383
|
|
1859
|
-
# @note When making an API call, you may pass DescribeArchiveRequest
|
1860
|
-
# data as a hash:
|
1861
|
-
#
|
1862
|
-
# {
|
1863
|
-
# archive_name: "ArchiveName", # required
|
1864
|
-
# }
|
1865
|
-
#
|
1866
1384
|
# @!attribute [rw] archive_name
|
1867
1385
|
# The name of the archive to retrieve.
|
1868
1386
|
# @return [String]
|
@@ -1937,13 +1455,6 @@ module Aws::EventBridge
|
|
1937
1455
|
include Aws::Structure
|
1938
1456
|
end
|
1939
1457
|
|
1940
|
-
# @note When making an API call, you may pass DescribeConnectionRequest
|
1941
|
-
# data as a hash:
|
1942
|
-
#
|
1943
|
-
# {
|
1944
|
-
# name: "ConnectionName", # required
|
1945
|
-
# }
|
1946
|
-
#
|
1947
1458
|
# @!attribute [rw] name
|
1948
1459
|
# The name of the connection to retrieve.
|
1949
1460
|
# @return [String]
|
@@ -2019,14 +1530,6 @@ module Aws::EventBridge
|
|
2019
1530
|
include Aws::Structure
|
2020
1531
|
end
|
2021
1532
|
|
2022
|
-
# @note When making an API call, you may pass DescribeEndpointRequest
|
2023
|
-
# data as a hash:
|
2024
|
-
#
|
2025
|
-
# {
|
2026
|
-
# name: "EndpointName", # required
|
2027
|
-
# home_region: "HomeRegion",
|
2028
|
-
# }
|
2029
|
-
#
|
2030
1533
|
# @!attribute [rw] name
|
2031
1534
|
# The name of the endpoint you want to get information about. For
|
2032
1535
|
# example, `"Name":"us-east-2-custom_bus_A-endpoint"`.
|
@@ -2124,13 +1627,6 @@ module Aws::EventBridge
|
|
2124
1627
|
include Aws::Structure
|
2125
1628
|
end
|
2126
1629
|
|
2127
|
-
# @note When making an API call, you may pass DescribeEventBusRequest
|
2128
|
-
# data as a hash:
|
2129
|
-
#
|
2130
|
-
# {
|
2131
|
-
# name: "EventBusNameOrArn",
|
2132
|
-
# }
|
2133
|
-
#
|
2134
1630
|
# @!attribute [rw] name
|
2135
1631
|
# The name or ARN of the event bus to show details for. If you omit
|
2136
1632
|
# this, the default event bus is displayed.
|
@@ -2168,13 +1664,6 @@ module Aws::EventBridge
|
|
2168
1664
|
include Aws::Structure
|
2169
1665
|
end
|
2170
1666
|
|
2171
|
-
# @note When making an API call, you may pass DescribeEventSourceRequest
|
2172
|
-
# data as a hash:
|
2173
|
-
#
|
2174
|
-
# {
|
2175
|
-
# name: "EventSourceName", # required
|
2176
|
-
# }
|
2177
|
-
#
|
2178
1667
|
# @!attribute [rw] name
|
2179
1668
|
# The name of the partner event source to display the details of.
|
2180
1669
|
# @return [String]
|
@@ -2230,13 +1719,6 @@ module Aws::EventBridge
|
|
2230
1719
|
include Aws::Structure
|
2231
1720
|
end
|
2232
1721
|
|
2233
|
-
# @note When making an API call, you may pass DescribePartnerEventSourceRequest
|
2234
|
-
# data as a hash:
|
2235
|
-
#
|
2236
|
-
# {
|
2237
|
-
# name: "EventSourceName", # required
|
2238
|
-
# }
|
2239
|
-
#
|
2240
1722
|
# @!attribute [rw] name
|
2241
1723
|
# The name of the event source to display.
|
2242
1724
|
# @return [String]
|
@@ -2266,13 +1748,6 @@ module Aws::EventBridge
|
|
2266
1748
|
include Aws::Structure
|
2267
1749
|
end
|
2268
1750
|
|
2269
|
-
# @note When making an API call, you may pass DescribeReplayRequest
|
2270
|
-
# data as a hash:
|
2271
|
-
#
|
2272
|
-
# {
|
2273
|
-
# replay_name: "ReplayName", # required
|
2274
|
-
# }
|
2275
|
-
#
|
2276
1751
|
# @!attribute [rw] replay_name
|
2277
1752
|
# The name of the replay to retrieve.
|
2278
1753
|
# @return [String]
|
@@ -2354,14 +1829,6 @@ module Aws::EventBridge
|
|
2354
1829
|
include Aws::Structure
|
2355
1830
|
end
|
2356
1831
|
|
2357
|
-
# @note When making an API call, you may pass DescribeRuleRequest
|
2358
|
-
# data as a hash:
|
2359
|
-
#
|
2360
|
-
# {
|
2361
|
-
# name: "RuleName", # required
|
2362
|
-
# event_bus_name: "EventBusNameOrArn",
|
2363
|
-
# }
|
2364
|
-
#
|
2365
1832
|
# @!attribute [rw] name
|
2366
1833
|
# The name of the rule.
|
2367
1834
|
# @return [String]
|
@@ -2451,14 +1918,6 @@ module Aws::EventBridge
|
|
2451
1918
|
include Aws::Structure
|
2452
1919
|
end
|
2453
1920
|
|
2454
|
-
# @note When making an API call, you may pass DisableRuleRequest
|
2455
|
-
# data as a hash:
|
2456
|
-
#
|
2457
|
-
# {
|
2458
|
-
# name: "RuleName", # required
|
2459
|
-
# event_bus_name: "EventBusNameOrArn",
|
2460
|
-
# }
|
2461
|
-
#
|
2462
1921
|
# @!attribute [rw] name
|
2463
1922
|
# The name of the rule.
|
2464
1923
|
# @return [String]
|
@@ -2480,53 +1939,6 @@ module Aws::EventBridge
|
|
2480
1939
|
# The custom parameters to be used when the target is an Amazon ECS
|
2481
1940
|
# task.
|
2482
1941
|
#
|
2483
|
-
# @note When making an API call, you may pass EcsParameters
|
2484
|
-
# data as a hash:
|
2485
|
-
#
|
2486
|
-
# {
|
2487
|
-
# task_definition_arn: "Arn", # required
|
2488
|
-
# task_count: 1,
|
2489
|
-
# launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
|
2490
|
-
# network_configuration: {
|
2491
|
-
# awsvpc_configuration: {
|
2492
|
-
# subnets: ["String"], # required
|
2493
|
-
# security_groups: ["String"],
|
2494
|
-
# assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
|
2495
|
-
# },
|
2496
|
-
# },
|
2497
|
-
# platform_version: "String",
|
2498
|
-
# group: "String",
|
2499
|
-
# capacity_provider_strategy: [
|
2500
|
-
# {
|
2501
|
-
# capacity_provider: "CapacityProvider", # required
|
2502
|
-
# weight: 1,
|
2503
|
-
# base: 1,
|
2504
|
-
# },
|
2505
|
-
# ],
|
2506
|
-
# enable_ecs_managed_tags: false,
|
2507
|
-
# enable_execute_command: false,
|
2508
|
-
# placement_constraints: [
|
2509
|
-
# {
|
2510
|
-
# type: "distinctInstance", # accepts distinctInstance, memberOf
|
2511
|
-
# expression: "PlacementConstraintExpression",
|
2512
|
-
# },
|
2513
|
-
# ],
|
2514
|
-
# placement_strategy: [
|
2515
|
-
# {
|
2516
|
-
# type: "random", # accepts random, spread, binpack
|
2517
|
-
# field: "PlacementStrategyField",
|
2518
|
-
# },
|
2519
|
-
# ],
|
2520
|
-
# propagate_tags: "TASK_DEFINITION", # accepts TASK_DEFINITION
|
2521
|
-
# reference_id: "ReferenceId",
|
2522
|
-
# tags: [
|
2523
|
-
# {
|
2524
|
-
# key: "TagKey", # required
|
2525
|
-
# value: "TagValue", # required
|
2526
|
-
# },
|
2527
|
-
# ],
|
2528
|
-
# }
|
2529
|
-
#
|
2530
1942
|
# @!attribute [rw] task_definition_arn
|
2531
1943
|
# The ARN of the task definition to use if the event target is an
|
2532
1944
|
# Amazon ECS task.
|
@@ -2659,14 +2071,6 @@ module Aws::EventBridge
|
|
2659
2071
|
include Aws::Structure
|
2660
2072
|
end
|
2661
2073
|
|
2662
|
-
# @note When making an API call, you may pass EnableRuleRequest
|
2663
|
-
# data as a hash:
|
2664
|
-
#
|
2665
|
-
# {
|
2666
|
-
# name: "RuleName", # required
|
2667
|
-
# event_bus_name: "EventBusNameOrArn",
|
2668
|
-
# }
|
2669
|
-
#
|
2670
2074
|
# @!attribute [rw] name
|
2671
2075
|
# The name of the rule.
|
2672
2076
|
# @return [String]
|
@@ -2771,13 +2175,6 @@ module Aws::EventBridge
|
|
2771
2175
|
|
2772
2176
|
# The event buses the endpoint is associated with.
|
2773
2177
|
#
|
2774
|
-
# @note When making an API call, you may pass EndpointEventBus
|
2775
|
-
# data as a hash:
|
2776
|
-
#
|
2777
|
-
# {
|
2778
|
-
# event_bus_arn: "NonPartnerEventBusArn", # required
|
2779
|
-
# }
|
2780
|
-
#
|
2781
2178
|
# @!attribute [rw] event_bus_arn
|
2782
2179
|
# The ARN of the event bus the endpoint is associated with.
|
2783
2180
|
# @return [String]
|
@@ -2872,18 +2269,6 @@ module Aws::EventBridge
|
|
2872
2269
|
# The failover configuration for an endpoint. This includes what
|
2873
2270
|
# triggers failover and what happens when it's triggered.
|
2874
2271
|
#
|
2875
|
-
# @note When making an API call, you may pass FailoverConfig
|
2876
|
-
# data as a hash:
|
2877
|
-
#
|
2878
|
-
# {
|
2879
|
-
# primary: { # required
|
2880
|
-
# health_check: "HealthCheck", # required
|
2881
|
-
# },
|
2882
|
-
# secondary: { # required
|
2883
|
-
# route: "Route", # required
|
2884
|
-
# },
|
2885
|
-
# }
|
2886
|
-
#
|
2887
2272
|
# @!attribute [rw] primary
|
2888
2273
|
# The main Region of the endpoint.
|
2889
2274
|
# @return [Types::Primary]
|
@@ -2907,19 +2292,6 @@ module Aws::EventBridge
|
|
2907
2292
|
# these are merged with any InvocationParameters specified on the
|
2908
2293
|
# Connection, with any values from the Connection taking precedence.
|
2909
2294
|
#
|
2910
|
-
# @note When making an API call, you may pass HttpParameters
|
2911
|
-
# data as a hash:
|
2912
|
-
#
|
2913
|
-
# {
|
2914
|
-
# path_parameter_values: ["PathParameter"],
|
2915
|
-
# header_parameters: {
|
2916
|
-
# "HeaderKey" => "HeaderValue",
|
2917
|
-
# },
|
2918
|
-
# query_string_parameters: {
|
2919
|
-
# "QueryStringKey" => "QueryStringValue",
|
2920
|
-
# },
|
2921
|
-
# }
|
2922
|
-
#
|
2923
2295
|
# @!attribute [rw] path_parameter_values
|
2924
2296
|
# The path parameter values to be used to populate API Gateway REST
|
2925
2297
|
# API or EventBridge ApiDestination path wildcards ("*").
|
@@ -2955,16 +2327,6 @@ module Aws::EventBridge
|
|
2955
2327
|
# Contains the parameters needed for you to provide custom input to a
|
2956
2328
|
# target based on one or more pieces of data extracted from the event.
|
2957
2329
|
#
|
2958
|
-
# @note When making an API call, you may pass InputTransformer
|
2959
|
-
# data as a hash:
|
2960
|
-
#
|
2961
|
-
# {
|
2962
|
-
# input_paths_map: {
|
2963
|
-
# "InputTransformerPathKey" => "TargetInputPath",
|
2964
|
-
# },
|
2965
|
-
# input_template: "TransformerInput", # required
|
2966
|
-
# }
|
2967
|
-
#
|
2968
2330
|
# @!attribute [rw] input_paths_map
|
2969
2331
|
# Map of JSON paths to be extracted from the event. You can then
|
2970
2332
|
# insert these in the template in `InputTemplate` to produce the
|
@@ -3068,13 +2430,6 @@ module Aws::EventBridge
|
|
3068
2430
|
# not include this parameter, the default is to use the `eventId` as the
|
3069
2431
|
# partition key.
|
3070
2432
|
#
|
3071
|
-
# @note When making an API call, you may pass KinesisParameters
|
3072
|
-
# data as a hash:
|
3073
|
-
#
|
3074
|
-
# {
|
3075
|
-
# partition_key_path: "TargetPartitionKeyPath", # required
|
3076
|
-
# }
|
3077
|
-
#
|
3078
2433
|
# @!attribute [rw] partition_key_path
|
3079
2434
|
# The JSON path to be extracted from the event and used as the
|
3080
2435
|
# partition key. For more information, see [Amazon Kinesis Streams Key
|
@@ -3100,16 +2455,6 @@ module Aws::EventBridge
|
|
3100
2455
|
#
|
3101
2456
|
class LimitExceededException < Aws::EmptyStructure; end
|
3102
2457
|
|
3103
|
-
# @note When making an API call, you may pass ListApiDestinationsRequest
|
3104
|
-
# data as a hash:
|
3105
|
-
#
|
3106
|
-
# {
|
3107
|
-
# name_prefix: "ApiDestinationName",
|
3108
|
-
# connection_arn: "ConnectionArn",
|
3109
|
-
# next_token: "NextToken",
|
3110
|
-
# limit: 1,
|
3111
|
-
# }
|
3112
|
-
#
|
3113
2458
|
# @!attribute [rw] name_prefix
|
3114
2459
|
# A name prefix to filter results returned. Only API destinations with
|
3115
2460
|
# a name that starts with the prefix are returned.
|
@@ -3158,17 +2503,6 @@ module Aws::EventBridge
|
|
3158
2503
|
include Aws::Structure
|
3159
2504
|
end
|
3160
2505
|
|
3161
|
-
# @note When making an API call, you may pass ListArchivesRequest
|
3162
|
-
# data as a hash:
|
3163
|
-
#
|
3164
|
-
# {
|
3165
|
-
# name_prefix: "ArchiveName",
|
3166
|
-
# event_source_arn: "Arn",
|
3167
|
-
# state: "ENABLED", # accepts ENABLED, DISABLED, CREATING, UPDATING, CREATE_FAILED, UPDATE_FAILED
|
3168
|
-
# next_token: "NextToken",
|
3169
|
-
# limit: 1,
|
3170
|
-
# }
|
3171
|
-
#
|
3172
2506
|
# @!attribute [rw] name_prefix
|
3173
2507
|
# A name prefix to filter the archives returned. Only archives with
|
3174
2508
|
# name that match the prefix are returned.
|
@@ -3221,16 +2555,6 @@ module Aws::EventBridge
|
|
3221
2555
|
include Aws::Structure
|
3222
2556
|
end
|
3223
2557
|
|
3224
|
-
# @note When making an API call, you may pass ListConnectionsRequest
|
3225
|
-
# data as a hash:
|
3226
|
-
#
|
3227
|
-
# {
|
3228
|
-
# name_prefix: "ConnectionName",
|
3229
|
-
# connection_state: "CREATING", # accepts CREATING, UPDATING, DELETING, AUTHORIZED, DEAUTHORIZED, AUTHORIZING, DEAUTHORIZING
|
3230
|
-
# next_token: "NextToken",
|
3231
|
-
# limit: 1,
|
3232
|
-
# }
|
3233
|
-
#
|
3234
2558
|
# @!attribute [rw] name_prefix
|
3235
2559
|
# A name prefix to filter results returned. Only connections with a
|
3236
2560
|
# name that starts with the prefix are returned.
|
@@ -3279,16 +2603,6 @@ module Aws::EventBridge
|
|
3279
2603
|
include Aws::Structure
|
3280
2604
|
end
|
3281
2605
|
|
3282
|
-
# @note When making an API call, you may pass ListEndpointsRequest
|
3283
|
-
# data as a hash:
|
3284
|
-
#
|
3285
|
-
# {
|
3286
|
-
# name_prefix: "EndpointName",
|
3287
|
-
# home_region: "HomeRegion",
|
3288
|
-
# next_token: "NextToken",
|
3289
|
-
# max_results: 1,
|
3290
|
-
# }
|
3291
|
-
#
|
3292
2606
|
# @!attribute [rw] name_prefix
|
3293
2607
|
# A value that will return a subset of the endpoints associated with
|
3294
2608
|
# this account. For example, `"NamePrefix": "ABC"` will return all
|
@@ -3346,15 +2660,6 @@ module Aws::EventBridge
|
|
3346
2660
|
include Aws::Structure
|
3347
2661
|
end
|
3348
2662
|
|
3349
|
-
# @note When making an API call, you may pass ListEventBusesRequest
|
3350
|
-
# data as a hash:
|
3351
|
-
#
|
3352
|
-
# {
|
3353
|
-
# name_prefix: "EventBusName",
|
3354
|
-
# next_token: "NextToken",
|
3355
|
-
# limit: 1,
|
3356
|
-
# }
|
3357
|
-
#
|
3358
2663
|
# @!attribute [rw] name_prefix
|
3359
2664
|
# Specifying this limits the results to only those event buses with
|
3360
2665
|
# names that start with the specified prefix.
|
@@ -3399,15 +2704,6 @@ module Aws::EventBridge
|
|
3399
2704
|
include Aws::Structure
|
3400
2705
|
end
|
3401
2706
|
|
3402
|
-
# @note When making an API call, you may pass ListEventSourcesRequest
|
3403
|
-
# data as a hash:
|
3404
|
-
#
|
3405
|
-
# {
|
3406
|
-
# name_prefix: "EventSourceNamePrefix",
|
3407
|
-
# next_token: "NextToken",
|
3408
|
-
# limit: 1,
|
3409
|
-
# }
|
3410
|
-
#
|
3411
2707
|
# @!attribute [rw] name_prefix
|
3412
2708
|
# Specifying this limits the results to only those partner event
|
3413
2709
|
# sources with names that start with the specified prefix.
|
@@ -3452,15 +2748,6 @@ module Aws::EventBridge
|
|
3452
2748
|
include Aws::Structure
|
3453
2749
|
end
|
3454
2750
|
|
3455
|
-
# @note When making an API call, you may pass ListPartnerEventSourceAccountsRequest
|
3456
|
-
# data as a hash:
|
3457
|
-
#
|
3458
|
-
# {
|
3459
|
-
# event_source_name: "EventSourceName", # required
|
3460
|
-
# next_token: "NextToken",
|
3461
|
-
# limit: 1,
|
3462
|
-
# }
|
3463
|
-
#
|
3464
2751
|
# @!attribute [rw] event_source_name
|
3465
2752
|
# The name of the partner event source to display account information
|
3466
2753
|
# about.
|
@@ -3505,15 +2792,6 @@ module Aws::EventBridge
|
|
3505
2792
|
include Aws::Structure
|
3506
2793
|
end
|
3507
2794
|
|
3508
|
-
# @note When making an API call, you may pass ListPartnerEventSourcesRequest
|
3509
|
-
# data as a hash:
|
3510
|
-
#
|
3511
|
-
# {
|
3512
|
-
# name_prefix: "PartnerEventSourceNamePrefix", # required
|
3513
|
-
# next_token: "NextToken",
|
3514
|
-
# limit: 1,
|
3515
|
-
# }
|
3516
|
-
#
|
3517
2795
|
# @!attribute [rw] name_prefix
|
3518
2796
|
# If you specify this, the results are limited to only those partner
|
3519
2797
|
# event sources that start with the string you specify.
|
@@ -3558,17 +2836,6 @@ module Aws::EventBridge
|
|
3558
2836
|
include Aws::Structure
|
3559
2837
|
end
|
3560
2838
|
|
3561
|
-
# @note When making an API call, you may pass ListReplaysRequest
|
3562
|
-
# data as a hash:
|
3563
|
-
#
|
3564
|
-
# {
|
3565
|
-
# name_prefix: "ReplayName",
|
3566
|
-
# state: "STARTING", # accepts STARTING, RUNNING, CANCELLING, COMPLETED, CANCELLED, FAILED
|
3567
|
-
# event_source_arn: "Arn",
|
3568
|
-
# next_token: "NextToken",
|
3569
|
-
# limit: 1,
|
3570
|
-
# }
|
3571
|
-
#
|
3572
2839
|
# @!attribute [rw] name_prefix
|
3573
2840
|
# A name prefix to filter the replays returned. Only replays with name
|
3574
2841
|
# that match the prefix are returned.
|
@@ -3622,16 +2889,6 @@ module Aws::EventBridge
|
|
3622
2889
|
include Aws::Structure
|
3623
2890
|
end
|
3624
2891
|
|
3625
|
-
# @note When making an API call, you may pass ListRuleNamesByTargetRequest
|
3626
|
-
# data as a hash:
|
3627
|
-
#
|
3628
|
-
# {
|
3629
|
-
# target_arn: "TargetArn", # required
|
3630
|
-
# event_bus_name: "EventBusNameOrArn",
|
3631
|
-
# next_token: "NextToken",
|
3632
|
-
# limit: 1,
|
3633
|
-
# }
|
3634
|
-
#
|
3635
2892
|
# @!attribute [rw] target_arn
|
3636
2893
|
# The Amazon Resource Name (ARN) of the target resource.
|
3637
2894
|
# @return [String]
|
@@ -3679,16 +2936,6 @@ module Aws::EventBridge
|
|
3679
2936
|
include Aws::Structure
|
3680
2937
|
end
|
3681
2938
|
|
3682
|
-
# @note When making an API call, you may pass ListRulesRequest
|
3683
|
-
# data as a hash:
|
3684
|
-
#
|
3685
|
-
# {
|
3686
|
-
# name_prefix: "RuleName",
|
3687
|
-
# event_bus_name: "EventBusNameOrArn",
|
3688
|
-
# next_token: "NextToken",
|
3689
|
-
# limit: 1,
|
3690
|
-
# }
|
3691
|
-
#
|
3692
2939
|
# @!attribute [rw] name_prefix
|
3693
2940
|
# The prefix matching the rule name.
|
3694
2941
|
# @return [String]
|
@@ -3736,13 +2983,6 @@ module Aws::EventBridge
|
|
3736
2983
|
include Aws::Structure
|
3737
2984
|
end
|
3738
2985
|
|
3739
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
3740
|
-
# data as a hash:
|
3741
|
-
#
|
3742
|
-
# {
|
3743
|
-
# resource_arn: "Arn", # required
|
3744
|
-
# }
|
3745
|
-
#
|
3746
2986
|
# @!attribute [rw] resource_arn
|
3747
2987
|
# The ARN of the EventBridge resource for which you want to view tags.
|
3748
2988
|
# @return [String]
|
@@ -3768,16 +3008,6 @@ module Aws::EventBridge
|
|
3768
3008
|
include Aws::Structure
|
3769
3009
|
end
|
3770
3010
|
|
3771
|
-
# @note When making an API call, you may pass ListTargetsByRuleRequest
|
3772
|
-
# data as a hash:
|
3773
|
-
#
|
3774
|
-
# {
|
3775
|
-
# rule: "RuleName", # required
|
3776
|
-
# event_bus_name: "EventBusNameOrArn",
|
3777
|
-
# next_token: "NextToken",
|
3778
|
-
# limit: 1,
|
3779
|
-
# }
|
3780
|
-
#
|
3781
3011
|
# @!attribute [rw] rule
|
3782
3012
|
# The name of the rule.
|
3783
3013
|
# @return [String]
|
@@ -3839,17 +3069,6 @@ module Aws::EventBridge
|
|
3839
3069
|
|
3840
3070
|
# This structure specifies the network configuration for an ECS task.
|
3841
3071
|
#
|
3842
|
-
# @note When making an API call, you may pass NetworkConfiguration
|
3843
|
-
# data as a hash:
|
3844
|
-
#
|
3845
|
-
# {
|
3846
|
-
# awsvpc_configuration: {
|
3847
|
-
# subnets: ["String"], # required
|
3848
|
-
# security_groups: ["String"],
|
3849
|
-
# assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
|
3850
|
-
# },
|
3851
|
-
# }
|
3852
|
-
#
|
3853
3072
|
# @!attribute [rw] awsvpc_configuration
|
3854
3073
|
# Use this structure to specify the VPC subnets and security groups
|
3855
3074
|
# for the task, and whether a public IP address is to be used. This
|
@@ -3938,14 +3157,6 @@ module Aws::EventBridge
|
|
3938
3157
|
#
|
3939
3158
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html
|
3940
3159
|
#
|
3941
|
-
# @note When making an API call, you may pass PlacementConstraint
|
3942
|
-
# data as a hash:
|
3943
|
-
#
|
3944
|
-
# {
|
3945
|
-
# type: "distinctInstance", # accepts distinctInstance, memberOf
|
3946
|
-
# expression: "PlacementConstraintExpression",
|
3947
|
-
# }
|
3948
|
-
#
|
3949
3160
|
# @!attribute [rw] type
|
3950
3161
|
# The type of constraint. Use distinctInstance to ensure that each
|
3951
3162
|
# task in a particular group is running on a different container
|
@@ -3981,14 +3192,6 @@ module Aws::EventBridge
|
|
3981
3192
|
#
|
3982
3193
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-strategies.html
|
3983
3194
|
#
|
3984
|
-
# @note When making an API call, you may pass PlacementStrategy
|
3985
|
-
# data as a hash:
|
3986
|
-
#
|
3987
|
-
# {
|
3988
|
-
# type: "random", # accepts random, spread, binpack
|
3989
|
-
# field: "PlacementStrategyField",
|
3990
|
-
# }
|
3991
|
-
#
|
3992
3195
|
# @!attribute [rw] type
|
3993
3196
|
# The type of placement strategy. The random placement strategy
|
3994
3197
|
# randomly places tasks on available candidates. The spread placement
|
@@ -4028,13 +3231,6 @@ module Aws::EventBridge
|
|
4028
3231
|
|
4029
3232
|
# The primary Region of the endpoint.
|
4030
3233
|
#
|
4031
|
-
# @note When making an API call, you may pass Primary
|
4032
|
-
# data as a hash:
|
4033
|
-
#
|
4034
|
-
# {
|
4035
|
-
# health_check: "HealthCheck", # required
|
4036
|
-
# }
|
4037
|
-
#
|
4038
3234
|
# @!attribute [rw] health_check
|
4039
3235
|
# The ARN of the health check used by the endpoint to determine
|
4040
3236
|
# whether failover is triggered.
|
@@ -4048,24 +3244,6 @@ module Aws::EventBridge
|
|
4048
3244
|
include Aws::Structure
|
4049
3245
|
end
|
4050
3246
|
|
4051
|
-
# @note When making an API call, you may pass PutEventsRequest
|
4052
|
-
# data as a hash:
|
4053
|
-
#
|
4054
|
-
# {
|
4055
|
-
# entries: [ # required
|
4056
|
-
# {
|
4057
|
-
# time: Time.now,
|
4058
|
-
# source: "String",
|
4059
|
-
# resources: ["EventResource"],
|
4060
|
-
# detail_type: "String",
|
4061
|
-
# detail: "String",
|
4062
|
-
# event_bus_name: "NonPartnerEventBusNameOrArn",
|
4063
|
-
# trace_header: "TraceHeader",
|
4064
|
-
# },
|
4065
|
-
# ],
|
4066
|
-
# endpoint_id: "EndpointId",
|
4067
|
-
# }
|
4068
|
-
#
|
4069
3247
|
# @!attribute [rw] entries
|
4070
3248
|
# The entry that defines an event in your system. You can specify
|
4071
3249
|
# several parameters for the entry such as the source and type of the
|
@@ -4091,19 +3269,6 @@ module Aws::EventBridge
|
|
4091
3269
|
|
4092
3270
|
# Represents an event to be submitted.
|
4093
3271
|
#
|
4094
|
-
# @note When making an API call, you may pass PutEventsRequestEntry
|
4095
|
-
# data as a hash:
|
4096
|
-
#
|
4097
|
-
# {
|
4098
|
-
# time: Time.now,
|
4099
|
-
# source: "String",
|
4100
|
-
# resources: ["EventResource"],
|
4101
|
-
# detail_type: "String",
|
4102
|
-
# detail: "String",
|
4103
|
-
# event_bus_name: "NonPartnerEventBusNameOrArn",
|
4104
|
-
# trace_header: "TraceHeader",
|
4105
|
-
# }
|
4106
|
-
#
|
4107
3272
|
# @!attribute [rw] time
|
4108
3273
|
# The time stamp of the event, per [RFC3339][1]. If no time stamp is
|
4109
3274
|
# provided, the time stamp of the [PutEvents][2] call is used.
|
@@ -4223,21 +3388,6 @@ module Aws::EventBridge
|
|
4223
3388
|
include Aws::Structure
|
4224
3389
|
end
|
4225
3390
|
|
4226
|
-
# @note When making an API call, you may pass PutPartnerEventsRequest
|
4227
|
-
# data as a hash:
|
4228
|
-
#
|
4229
|
-
# {
|
4230
|
-
# entries: [ # required
|
4231
|
-
# {
|
4232
|
-
# time: Time.now,
|
4233
|
-
# source: "EventSourceName",
|
4234
|
-
# resources: ["EventResource"],
|
4235
|
-
# detail_type: "String",
|
4236
|
-
# detail: "String",
|
4237
|
-
# },
|
4238
|
-
# ],
|
4239
|
-
# }
|
4240
|
-
#
|
4241
3391
|
# @!attribute [rw] entries
|
4242
3392
|
# The list of events to write to the event bus.
|
4243
3393
|
# @return [Array<Types::PutPartnerEventsRequestEntry>]
|
@@ -4252,17 +3402,6 @@ module Aws::EventBridge
|
|
4252
3402
|
|
4253
3403
|
# The details about an event generated by an SaaS partner.
|
4254
3404
|
#
|
4255
|
-
# @note When making an API call, you may pass PutPartnerEventsRequestEntry
|
4256
|
-
# data as a hash:
|
4257
|
-
#
|
4258
|
-
# {
|
4259
|
-
# time: Time.now,
|
4260
|
-
# source: "EventSourceName",
|
4261
|
-
# resources: ["EventResource"],
|
4262
|
-
# detail_type: "String",
|
4263
|
-
# detail: "String",
|
4264
|
-
# }
|
4265
|
-
#
|
4266
3405
|
# @!attribute [rw] time
|
4267
3406
|
# The date and time of the event.
|
4268
3407
|
# @return [Time]
|
@@ -4342,22 +3481,6 @@ module Aws::EventBridge
|
|
4342
3481
|
include Aws::Structure
|
4343
3482
|
end
|
4344
3483
|
|
4345
|
-
# @note When making an API call, you may pass PutPermissionRequest
|
4346
|
-
# data as a hash:
|
4347
|
-
#
|
4348
|
-
# {
|
4349
|
-
# event_bus_name: "NonPartnerEventBusName",
|
4350
|
-
# action: "Action",
|
4351
|
-
# principal: "Principal",
|
4352
|
-
# statement_id: "StatementId",
|
4353
|
-
# condition: {
|
4354
|
-
# type: "String", # required
|
4355
|
-
# key: "String", # required
|
4356
|
-
# value: "String", # required
|
4357
|
-
# },
|
4358
|
-
# policy: "String",
|
4359
|
-
# }
|
4360
|
-
#
|
4361
3484
|
# @!attribute [rw] event_bus_name
|
4362
3485
|
# The name of the event bus associated with the rule. If you omit
|
4363
3486
|
# this, the default event bus is used.
|
@@ -4434,25 +3557,6 @@ module Aws::EventBridge
|
|
4434
3557
|
include Aws::Structure
|
4435
3558
|
end
|
4436
3559
|
|
4437
|
-
# @note When making an API call, you may pass PutRuleRequest
|
4438
|
-
# data as a hash:
|
4439
|
-
#
|
4440
|
-
# {
|
4441
|
-
# name: "RuleName", # required
|
4442
|
-
# schedule_expression: "ScheduleExpression",
|
4443
|
-
# event_pattern: "EventPattern",
|
4444
|
-
# state: "ENABLED", # accepts ENABLED, DISABLED
|
4445
|
-
# description: "RuleDescription",
|
4446
|
-
# role_arn: "RoleArn",
|
4447
|
-
# tags: [
|
4448
|
-
# {
|
4449
|
-
# key: "TagKey", # required
|
4450
|
-
# value: "TagValue", # required
|
4451
|
-
# },
|
4452
|
-
# ],
|
4453
|
-
# event_bus_name: "EventBusNameOrArn",
|
4454
|
-
# }
|
4455
|
-
#
|
4456
3560
|
# @!attribute [rw] name
|
4457
3561
|
# The name of the rule that you are creating or updating.
|
4458
3562
|
# @return [String]
|
@@ -4526,128 +3630,6 @@ module Aws::EventBridge
|
|
4526
3630
|
include Aws::Structure
|
4527
3631
|
end
|
4528
3632
|
|
4529
|
-
# @note When making an API call, you may pass PutTargetsRequest
|
4530
|
-
# data as a hash:
|
4531
|
-
#
|
4532
|
-
# {
|
4533
|
-
# rule: "RuleName", # required
|
4534
|
-
# event_bus_name: "EventBusNameOrArn",
|
4535
|
-
# targets: [ # required
|
4536
|
-
# {
|
4537
|
-
# id: "TargetId", # required
|
4538
|
-
# arn: "TargetArn", # required
|
4539
|
-
# role_arn: "RoleArn",
|
4540
|
-
# input: "TargetInput",
|
4541
|
-
# input_path: "TargetInputPath",
|
4542
|
-
# input_transformer: {
|
4543
|
-
# input_paths_map: {
|
4544
|
-
# "InputTransformerPathKey" => "TargetInputPath",
|
4545
|
-
# },
|
4546
|
-
# input_template: "TransformerInput", # required
|
4547
|
-
# },
|
4548
|
-
# kinesis_parameters: {
|
4549
|
-
# partition_key_path: "TargetPartitionKeyPath", # required
|
4550
|
-
# },
|
4551
|
-
# run_command_parameters: {
|
4552
|
-
# run_command_targets: [ # required
|
4553
|
-
# {
|
4554
|
-
# key: "RunCommandTargetKey", # required
|
4555
|
-
# values: ["RunCommandTargetValue"], # required
|
4556
|
-
# },
|
4557
|
-
# ],
|
4558
|
-
# },
|
4559
|
-
# ecs_parameters: {
|
4560
|
-
# task_definition_arn: "Arn", # required
|
4561
|
-
# task_count: 1,
|
4562
|
-
# launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
|
4563
|
-
# network_configuration: {
|
4564
|
-
# awsvpc_configuration: {
|
4565
|
-
# subnets: ["String"], # required
|
4566
|
-
# security_groups: ["String"],
|
4567
|
-
# assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
|
4568
|
-
# },
|
4569
|
-
# },
|
4570
|
-
# platform_version: "String",
|
4571
|
-
# group: "String",
|
4572
|
-
# capacity_provider_strategy: [
|
4573
|
-
# {
|
4574
|
-
# capacity_provider: "CapacityProvider", # required
|
4575
|
-
# weight: 1,
|
4576
|
-
# base: 1,
|
4577
|
-
# },
|
4578
|
-
# ],
|
4579
|
-
# enable_ecs_managed_tags: false,
|
4580
|
-
# enable_execute_command: false,
|
4581
|
-
# placement_constraints: [
|
4582
|
-
# {
|
4583
|
-
# type: "distinctInstance", # accepts distinctInstance, memberOf
|
4584
|
-
# expression: "PlacementConstraintExpression",
|
4585
|
-
# },
|
4586
|
-
# ],
|
4587
|
-
# placement_strategy: [
|
4588
|
-
# {
|
4589
|
-
# type: "random", # accepts random, spread, binpack
|
4590
|
-
# field: "PlacementStrategyField",
|
4591
|
-
# },
|
4592
|
-
# ],
|
4593
|
-
# propagate_tags: "TASK_DEFINITION", # accepts TASK_DEFINITION
|
4594
|
-
# reference_id: "ReferenceId",
|
4595
|
-
# tags: [
|
4596
|
-
# {
|
4597
|
-
# key: "TagKey", # required
|
4598
|
-
# value: "TagValue", # required
|
4599
|
-
# },
|
4600
|
-
# ],
|
4601
|
-
# },
|
4602
|
-
# batch_parameters: {
|
4603
|
-
# job_definition: "String", # required
|
4604
|
-
# job_name: "String", # required
|
4605
|
-
# array_properties: {
|
4606
|
-
# size: 1,
|
4607
|
-
# },
|
4608
|
-
# retry_strategy: {
|
4609
|
-
# attempts: 1,
|
4610
|
-
# },
|
4611
|
-
# },
|
4612
|
-
# sqs_parameters: {
|
4613
|
-
# message_group_id: "MessageGroupId",
|
4614
|
-
# },
|
4615
|
-
# http_parameters: {
|
4616
|
-
# path_parameter_values: ["PathParameter"],
|
4617
|
-
# header_parameters: {
|
4618
|
-
# "HeaderKey" => "HeaderValue",
|
4619
|
-
# },
|
4620
|
-
# query_string_parameters: {
|
4621
|
-
# "QueryStringKey" => "QueryStringValue",
|
4622
|
-
# },
|
4623
|
-
# },
|
4624
|
-
# redshift_data_parameters: {
|
4625
|
-
# secret_manager_arn: "RedshiftSecretManagerArn",
|
4626
|
-
# database: "Database", # required
|
4627
|
-
# db_user: "DbUser",
|
4628
|
-
# sql: "Sql", # required
|
4629
|
-
# statement_name: "StatementName",
|
4630
|
-
# with_event: false,
|
4631
|
-
# },
|
4632
|
-
# sage_maker_pipeline_parameters: {
|
4633
|
-
# pipeline_parameter_list: [
|
4634
|
-
# {
|
4635
|
-
# name: "SageMakerPipelineParameterName", # required
|
4636
|
-
# value: "SageMakerPipelineParameterValue", # required
|
4637
|
-
# },
|
4638
|
-
# ],
|
4639
|
-
# },
|
4640
|
-
# dead_letter_config: {
|
4641
|
-
# arn: "ResourceArn",
|
4642
|
-
# },
|
4643
|
-
# retry_policy: {
|
4644
|
-
# maximum_retry_attempts: 1,
|
4645
|
-
# maximum_event_age_in_seconds: 1,
|
4646
|
-
# },
|
4647
|
-
# },
|
4648
|
-
# ],
|
4649
|
-
# }
|
4650
|
-
#
|
4651
3633
|
# @!attribute [rw] rule
|
4652
3634
|
# The name of the rule.
|
4653
3635
|
# @return [String]
|
@@ -4718,18 +3700,6 @@ module Aws::EventBridge
|
|
4718
3700
|
# Redshift cluster to invoke the Amazon Redshift Data API
|
4719
3701
|
# ExecuteStatement based on EventBridge events.
|
4720
3702
|
#
|
4721
|
-
# @note When making an API call, you may pass RedshiftDataParameters
|
4722
|
-
# data as a hash:
|
4723
|
-
#
|
4724
|
-
# {
|
4725
|
-
# secret_manager_arn: "RedshiftSecretManagerArn",
|
4726
|
-
# database: "Database", # required
|
4727
|
-
# db_user: "DbUser",
|
4728
|
-
# sql: "Sql", # required
|
4729
|
-
# statement_name: "StatementName",
|
4730
|
-
# with_event: false,
|
4731
|
-
# }
|
4732
|
-
#
|
4733
3703
|
# @!attribute [rw] secret_manager_arn
|
4734
3704
|
# The name or ARN of the secret that enables access to the database.
|
4735
3705
|
# Required when authenticating using Amazon Web Services Secrets
|
@@ -4773,15 +3743,6 @@ module Aws::EventBridge
|
|
4773
3743
|
include Aws::Structure
|
4774
3744
|
end
|
4775
3745
|
|
4776
|
-
# @note When making an API call, you may pass RemovePermissionRequest
|
4777
|
-
# data as a hash:
|
4778
|
-
#
|
4779
|
-
# {
|
4780
|
-
# statement_id: "StatementId",
|
4781
|
-
# remove_all_permissions: false,
|
4782
|
-
# event_bus_name: "NonPartnerEventBusName",
|
4783
|
-
# }
|
4784
|
-
#
|
4785
3746
|
# @!attribute [rw] statement_id
|
4786
3747
|
# The statement ID corresponding to the account that is no longer
|
4787
3748
|
# allowed to put events to the default event bus.
|
@@ -4806,16 +3767,6 @@ module Aws::EventBridge
|
|
4806
3767
|
include Aws::Structure
|
4807
3768
|
end
|
4808
3769
|
|
4809
|
-
# @note When making an API call, you may pass RemoveTargetsRequest
|
4810
|
-
# data as a hash:
|
4811
|
-
#
|
4812
|
-
# {
|
4813
|
-
# rule: "RuleName", # required
|
4814
|
-
# event_bus_name: "EventBusNameOrArn",
|
4815
|
-
# ids: ["TargetId"], # required
|
4816
|
-
# force: false,
|
4817
|
-
# }
|
4818
|
-
#
|
4819
3770
|
# @!attribute [rw] rule
|
4820
3771
|
# The name of the rule.
|
4821
3772
|
# @return [String]
|
@@ -4954,14 +3905,6 @@ module Aws::EventBridge
|
|
4954
3905
|
|
4955
3906
|
# A `ReplayDestination` object that contains details about a replay.
|
4956
3907
|
#
|
4957
|
-
# @note When making an API call, you may pass ReplayDestination
|
4958
|
-
# data as a hash:
|
4959
|
-
#
|
4960
|
-
# {
|
4961
|
-
# arn: "Arn", # required
|
4962
|
-
# filter_arns: ["Arn"],
|
4963
|
-
# }
|
4964
|
-
#
|
4965
3908
|
# @!attribute [rw] arn
|
4966
3909
|
# The ARN of the event bus to replay event to. You can replay events
|
4967
3910
|
# only to the event bus specified to create the archive.
|
@@ -4982,13 +3925,6 @@ module Aws::EventBridge
|
|
4982
3925
|
|
4983
3926
|
# Endpoints can replicate all events to the secondary Region.
|
4984
3927
|
#
|
4985
|
-
# @note When making an API call, you may pass ReplicationConfig
|
4986
|
-
# data as a hash:
|
4987
|
-
#
|
4988
|
-
# {
|
4989
|
-
# state: "ENABLED", # accepts ENABLED, DISABLED
|
4990
|
-
# }
|
4991
|
-
#
|
4992
3928
|
# @!attribute [rw] state
|
4993
3929
|
# The state of event replication.
|
4994
3930
|
# @return [String]
|
@@ -5016,14 +3952,6 @@ module Aws::EventBridge
|
|
5016
3952
|
# A `RetryPolicy` object that includes information about the retry
|
5017
3953
|
# policy settings.
|
5018
3954
|
#
|
5019
|
-
# @note When making an API call, you may pass RetryPolicy
|
5020
|
-
# data as a hash:
|
5021
|
-
#
|
5022
|
-
# {
|
5023
|
-
# maximum_retry_attempts: 1,
|
5024
|
-
# maximum_event_age_in_seconds: 1,
|
5025
|
-
# }
|
5026
|
-
#
|
5027
3955
|
# @!attribute [rw] maximum_retry_attempts
|
5028
3956
|
# The maximum number of retry attempts to make before the request
|
5029
3957
|
# fails. Retry attempts continue until either the maximum number of
|
@@ -5047,20 +3975,6 @@ module Aws::EventBridge
|
|
5047
3975
|
|
5048
3976
|
# The routing configuration of the endpoint.
|
5049
3977
|
#
|
5050
|
-
# @note When making an API call, you may pass RoutingConfig
|
5051
|
-
# data as a hash:
|
5052
|
-
#
|
5053
|
-
# {
|
5054
|
-
# failover_config: { # required
|
5055
|
-
# primary: { # required
|
5056
|
-
# health_check: "HealthCheck", # required
|
5057
|
-
# },
|
5058
|
-
# secondary: { # required
|
5059
|
-
# route: "Route", # required
|
5060
|
-
# },
|
5061
|
-
# },
|
5062
|
-
# }
|
5063
|
-
#
|
5064
3978
|
# @!attribute [rw] failover_config
|
5065
3979
|
# The failover configuration for an endpoint. This includes what
|
5066
3980
|
# triggers failover and what happens when it's triggered.
|
@@ -5152,18 +4066,6 @@ module Aws::EventBridge
|
|
5152
4066
|
# This parameter contains the criteria (either InstanceIds or a tag)
|
5153
4067
|
# used to specify which EC2 instances are to be sent the command.
|
5154
4068
|
#
|
5155
|
-
# @note When making an API call, you may pass RunCommandParameters
|
5156
|
-
# data as a hash:
|
5157
|
-
#
|
5158
|
-
# {
|
5159
|
-
# run_command_targets: [ # required
|
5160
|
-
# {
|
5161
|
-
# key: "RunCommandTargetKey", # required
|
5162
|
-
# values: ["RunCommandTargetValue"], # required
|
5163
|
-
# },
|
5164
|
-
# ],
|
5165
|
-
# }
|
5166
|
-
#
|
5167
4069
|
# @!attribute [rw] run_command_targets
|
5168
4070
|
# Currently, we support including only one RunCommandTarget block,
|
5169
4071
|
# which specifies either an array of InstanceIds or a tag.
|
@@ -5181,14 +4083,6 @@ module Aws::EventBridge
|
|
5181
4083
|
# specified as key-value pairs. Each `RunCommandTarget` block can
|
5182
4084
|
# include only one key, but this key may specify multiple values.
|
5183
4085
|
#
|
5184
|
-
# @note When making an API call, you may pass RunCommandTarget
|
5185
|
-
# data as a hash:
|
5186
|
-
#
|
5187
|
-
# {
|
5188
|
-
# key: "RunCommandTargetKey", # required
|
5189
|
-
# values: ["RunCommandTargetValue"], # required
|
5190
|
-
# }
|
5191
|
-
#
|
5192
4086
|
# @!attribute [rw] key
|
5193
4087
|
# Can be either `tag:` *tag-key* or `InstanceIds`.
|
5194
4088
|
# @return [String]
|
@@ -5211,14 +4105,6 @@ module Aws::EventBridge
|
|
5211
4105
|
# Name/Value pair of a parameter to start execution of a SageMaker Model
|
5212
4106
|
# Building Pipeline.
|
5213
4107
|
#
|
5214
|
-
# @note When making an API call, you may pass SageMakerPipelineParameter
|
5215
|
-
# data as a hash:
|
5216
|
-
#
|
5217
|
-
# {
|
5218
|
-
# name: "SageMakerPipelineParameterName", # required
|
5219
|
-
# value: "SageMakerPipelineParameterValue", # required
|
5220
|
-
# }
|
5221
|
-
#
|
5222
4108
|
# @!attribute [rw] name
|
5223
4109
|
# Name of parameter to start execution of a SageMaker Model Building
|
5224
4110
|
# Pipeline.
|
@@ -5241,18 +4127,6 @@ module Aws::EventBridge
|
|
5241
4127
|
# These are custom parameters to use when the target is a SageMaker
|
5242
4128
|
# Model Building Pipeline that starts based on EventBridge events.
|
5243
4129
|
#
|
5244
|
-
# @note When making an API call, you may pass SageMakerPipelineParameters
|
5245
|
-
# data as a hash:
|
5246
|
-
#
|
5247
|
-
# {
|
5248
|
-
# pipeline_parameter_list: [
|
5249
|
-
# {
|
5250
|
-
# name: "SageMakerPipelineParameterName", # required
|
5251
|
-
# value: "SageMakerPipelineParameterValue", # required
|
5252
|
-
# },
|
5253
|
-
# ],
|
5254
|
-
# }
|
5255
|
-
#
|
5256
4130
|
# @!attribute [rw] pipeline_parameter_list
|
5257
4131
|
# List of Parameter names and values for SageMaker Model Building
|
5258
4132
|
# Pipeline execution.
|
@@ -5269,13 +4143,6 @@ module Aws::EventBridge
|
|
5269
4143
|
# The secondary Region that processes events when failover is triggered
|
5270
4144
|
# or replication is enabled.
|
5271
4145
|
#
|
5272
|
-
# @note When making an API call, you may pass Secondary
|
5273
|
-
# data as a hash:
|
5274
|
-
#
|
5275
|
-
# {
|
5276
|
-
# route: "Route", # required
|
5277
|
-
# }
|
5278
|
-
#
|
5279
4146
|
# @!attribute [rw] route
|
5280
4147
|
# Defines the secondary Region.
|
5281
4148
|
# @return [String]
|
@@ -5291,13 +4158,6 @@ module Aws::EventBridge
|
|
5291
4158
|
# This structure includes the custom parameter to be used when the
|
5292
4159
|
# target is an SQS FIFO queue.
|
5293
4160
|
#
|
5294
|
-
# @note When making an API call, you may pass SqsParameters
|
5295
|
-
# data as a hash:
|
5296
|
-
#
|
5297
|
-
# {
|
5298
|
-
# message_group_id: "MessageGroupId",
|
5299
|
-
# }
|
5300
|
-
#
|
5301
4161
|
# @!attribute [rw] message_group_id
|
5302
4162
|
# The FIFO message group ID to use as the target.
|
5303
4163
|
# @return [String]
|
@@ -5310,21 +4170,6 @@ module Aws::EventBridge
|
|
5310
4170
|
include Aws::Structure
|
5311
4171
|
end
|
5312
4172
|
|
5313
|
-
# @note When making an API call, you may pass StartReplayRequest
|
5314
|
-
# data as a hash:
|
5315
|
-
#
|
5316
|
-
# {
|
5317
|
-
# replay_name: "ReplayName", # required
|
5318
|
-
# description: "ReplayDescription",
|
5319
|
-
# event_source_arn: "Arn", # required
|
5320
|
-
# event_start_time: Time.now, # required
|
5321
|
-
# event_end_time: Time.now, # required
|
5322
|
-
# destination: { # required
|
5323
|
-
# arn: "Arn", # required
|
5324
|
-
# filter_arns: ["Arn"],
|
5325
|
-
# },
|
5326
|
-
# }
|
5327
|
-
#
|
5328
4173
|
# @!attribute [rw] replay_name
|
5329
4174
|
# The name of the replay to start.
|
5330
4175
|
# @return [String]
|
@@ -5397,14 +4242,6 @@ module Aws::EventBridge
|
|
5397
4242
|
# A key-value pair associated with an Amazon Web Services resource. In
|
5398
4243
|
# EventBridge, rules and event buses support tagging.
|
5399
4244
|
#
|
5400
|
-
# @note When making an API call, you may pass Tag
|
5401
|
-
# data as a hash:
|
5402
|
-
#
|
5403
|
-
# {
|
5404
|
-
# key: "TagKey", # required
|
5405
|
-
# value: "TagValue", # required
|
5406
|
-
# }
|
5407
|
-
#
|
5408
4245
|
# @!attribute [rw] key
|
5409
4246
|
# A string you can use to assign a value. The combination of tag keys
|
5410
4247
|
# and values can help you organize and categorize your resources.
|
@@ -5423,19 +4260,6 @@ module Aws::EventBridge
|
|
5423
4260
|
include Aws::Structure
|
5424
4261
|
end
|
5425
4262
|
|
5426
|
-
# @note When making an API call, you may pass TagResourceRequest
|
5427
|
-
# data as a hash:
|
5428
|
-
#
|
5429
|
-
# {
|
5430
|
-
# resource_arn: "Arn", # required
|
5431
|
-
# tags: [ # required
|
5432
|
-
# {
|
5433
|
-
# key: "TagKey", # required
|
5434
|
-
# value: "TagValue", # required
|
5435
|
-
# },
|
5436
|
-
# ],
|
5437
|
-
# }
|
5438
|
-
#
|
5439
4263
|
# @!attribute [rw] resource_arn
|
5440
4264
|
# The ARN of the EventBridge resource that you're adding tags to.
|
5441
4265
|
# @return [String]
|
@@ -5473,122 +4297,6 @@ module Aws::EventBridge
|
|
5473
4297
|
# [1]: https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutTargets.html
|
5474
4298
|
# [2]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-cross-account-event-delivery.html
|
5475
4299
|
#
|
5476
|
-
# @note When making an API call, you may pass Target
|
5477
|
-
# data as a hash:
|
5478
|
-
#
|
5479
|
-
# {
|
5480
|
-
# id: "TargetId", # required
|
5481
|
-
# arn: "TargetArn", # required
|
5482
|
-
# role_arn: "RoleArn",
|
5483
|
-
# input: "TargetInput",
|
5484
|
-
# input_path: "TargetInputPath",
|
5485
|
-
# input_transformer: {
|
5486
|
-
# input_paths_map: {
|
5487
|
-
# "InputTransformerPathKey" => "TargetInputPath",
|
5488
|
-
# },
|
5489
|
-
# input_template: "TransformerInput", # required
|
5490
|
-
# },
|
5491
|
-
# kinesis_parameters: {
|
5492
|
-
# partition_key_path: "TargetPartitionKeyPath", # required
|
5493
|
-
# },
|
5494
|
-
# run_command_parameters: {
|
5495
|
-
# run_command_targets: [ # required
|
5496
|
-
# {
|
5497
|
-
# key: "RunCommandTargetKey", # required
|
5498
|
-
# values: ["RunCommandTargetValue"], # required
|
5499
|
-
# },
|
5500
|
-
# ],
|
5501
|
-
# },
|
5502
|
-
# ecs_parameters: {
|
5503
|
-
# task_definition_arn: "Arn", # required
|
5504
|
-
# task_count: 1,
|
5505
|
-
# launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
|
5506
|
-
# network_configuration: {
|
5507
|
-
# awsvpc_configuration: {
|
5508
|
-
# subnets: ["String"], # required
|
5509
|
-
# security_groups: ["String"],
|
5510
|
-
# assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
|
5511
|
-
# },
|
5512
|
-
# },
|
5513
|
-
# platform_version: "String",
|
5514
|
-
# group: "String",
|
5515
|
-
# capacity_provider_strategy: [
|
5516
|
-
# {
|
5517
|
-
# capacity_provider: "CapacityProvider", # required
|
5518
|
-
# weight: 1,
|
5519
|
-
# base: 1,
|
5520
|
-
# },
|
5521
|
-
# ],
|
5522
|
-
# enable_ecs_managed_tags: false,
|
5523
|
-
# enable_execute_command: false,
|
5524
|
-
# placement_constraints: [
|
5525
|
-
# {
|
5526
|
-
# type: "distinctInstance", # accepts distinctInstance, memberOf
|
5527
|
-
# expression: "PlacementConstraintExpression",
|
5528
|
-
# },
|
5529
|
-
# ],
|
5530
|
-
# placement_strategy: [
|
5531
|
-
# {
|
5532
|
-
# type: "random", # accepts random, spread, binpack
|
5533
|
-
# field: "PlacementStrategyField",
|
5534
|
-
# },
|
5535
|
-
# ],
|
5536
|
-
# propagate_tags: "TASK_DEFINITION", # accepts TASK_DEFINITION
|
5537
|
-
# reference_id: "ReferenceId",
|
5538
|
-
# tags: [
|
5539
|
-
# {
|
5540
|
-
# key: "TagKey", # required
|
5541
|
-
# value: "TagValue", # required
|
5542
|
-
# },
|
5543
|
-
# ],
|
5544
|
-
# },
|
5545
|
-
# batch_parameters: {
|
5546
|
-
# job_definition: "String", # required
|
5547
|
-
# job_name: "String", # required
|
5548
|
-
# array_properties: {
|
5549
|
-
# size: 1,
|
5550
|
-
# },
|
5551
|
-
# retry_strategy: {
|
5552
|
-
# attempts: 1,
|
5553
|
-
# },
|
5554
|
-
# },
|
5555
|
-
# sqs_parameters: {
|
5556
|
-
# message_group_id: "MessageGroupId",
|
5557
|
-
# },
|
5558
|
-
# http_parameters: {
|
5559
|
-
# path_parameter_values: ["PathParameter"],
|
5560
|
-
# header_parameters: {
|
5561
|
-
# "HeaderKey" => "HeaderValue",
|
5562
|
-
# },
|
5563
|
-
# query_string_parameters: {
|
5564
|
-
# "QueryStringKey" => "QueryStringValue",
|
5565
|
-
# },
|
5566
|
-
# },
|
5567
|
-
# redshift_data_parameters: {
|
5568
|
-
# secret_manager_arn: "RedshiftSecretManagerArn",
|
5569
|
-
# database: "Database", # required
|
5570
|
-
# db_user: "DbUser",
|
5571
|
-
# sql: "Sql", # required
|
5572
|
-
# statement_name: "StatementName",
|
5573
|
-
# with_event: false,
|
5574
|
-
# },
|
5575
|
-
# sage_maker_pipeline_parameters: {
|
5576
|
-
# pipeline_parameter_list: [
|
5577
|
-
# {
|
5578
|
-
# name: "SageMakerPipelineParameterName", # required
|
5579
|
-
# value: "SageMakerPipelineParameterValue", # required
|
5580
|
-
# },
|
5581
|
-
# ],
|
5582
|
-
# },
|
5583
|
-
# dead_letter_config: {
|
5584
|
-
# arn: "ResourceArn",
|
5585
|
-
# },
|
5586
|
-
# retry_policy: {
|
5587
|
-
# maximum_retry_attempts: 1,
|
5588
|
-
# maximum_event_age_in_seconds: 1,
|
5589
|
-
# },
|
5590
|
-
# }
|
5591
|
-
#
|
5592
4300
|
# @!attribute [rw] id
|
5593
4301
|
# The ID of the target within the specified rule. Use this ID to
|
5594
4302
|
# reference the target when updating the rule. We recommend using a
|
@@ -5737,14 +4445,6 @@ module Aws::EventBridge
|
|
5737
4445
|
include Aws::Structure
|
5738
4446
|
end
|
5739
4447
|
|
5740
|
-
# @note When making an API call, you may pass TestEventPatternRequest
|
5741
|
-
# data as a hash:
|
5742
|
-
#
|
5743
|
-
# {
|
5744
|
-
# event_pattern: "EventPattern", # required
|
5745
|
-
# event: "String", # required
|
5746
|
-
# }
|
5747
|
-
#
|
5748
4448
|
# @!attribute [rw] event_pattern
|
5749
4449
|
# The event pattern. For more information, see [Events and Event
|
5750
4450
|
# Patterns][1] in the *Amazon EventBridge User Guide*.
|
@@ -5799,14 +4499,6 @@ module Aws::EventBridge
|
|
5799
4499
|
include Aws::Structure
|
5800
4500
|
end
|
5801
4501
|
|
5802
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
5803
|
-
# data as a hash:
|
5804
|
-
#
|
5805
|
-
# {
|
5806
|
-
# resource_arn: "Arn", # required
|
5807
|
-
# tag_keys: ["TagKey"], # required
|
5808
|
-
# }
|
5809
|
-
#
|
5810
4502
|
# @!attribute [rw] resource_arn
|
5811
4503
|
# The ARN of the EventBridge resource from which you are removing
|
5812
4504
|
# tags.
|
@@ -5829,18 +4521,6 @@ module Aws::EventBridge
|
|
5829
4521
|
#
|
5830
4522
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
5831
4523
|
|
5832
|
-
# @note When making an API call, you may pass UpdateApiDestinationRequest
|
5833
|
-
# data as a hash:
|
5834
|
-
#
|
5835
|
-
# {
|
5836
|
-
# name: "ApiDestinationName", # required
|
5837
|
-
# description: "ApiDestinationDescription",
|
5838
|
-
# connection_arn: "ConnectionArn",
|
5839
|
-
# invocation_endpoint: "HttpsEndpoint",
|
5840
|
-
# http_method: "POST", # accepts POST, GET, HEAD, OPTIONS, PUT, PATCH, DELETE
|
5841
|
-
# invocation_rate_limit_per_second: 1,
|
5842
|
-
# }
|
5843
|
-
#
|
5844
4524
|
# @!attribute [rw] name
|
5845
4525
|
# The name of the API destination to update.
|
5846
4526
|
# @return [String]
|
@@ -5907,16 +4587,6 @@ module Aws::EventBridge
|
|
5907
4587
|
include Aws::Structure
|
5908
4588
|
end
|
5909
4589
|
|
5910
|
-
# @note When making an API call, you may pass UpdateArchiveRequest
|
5911
|
-
# data as a hash:
|
5912
|
-
#
|
5913
|
-
# {
|
5914
|
-
# archive_name: "ArchiveName", # required
|
5915
|
-
# description: "ArchiveDescription",
|
5916
|
-
# event_pattern: "EventPattern",
|
5917
|
-
# retention_days: 1,
|
5918
|
-
# }
|
5919
|
-
#
|
5920
4590
|
# @!attribute [rw] archive_name
|
5921
4591
|
# The name of the archive to update.
|
5922
4592
|
# @return [String]
|
@@ -5974,14 +4644,6 @@ module Aws::EventBridge
|
|
5974
4644
|
# Contains the API key authorization parameters to use to update the
|
5975
4645
|
# connection.
|
5976
4646
|
#
|
5977
|
-
# @note When making an API call, you may pass UpdateConnectionApiKeyAuthRequestParameters
|
5978
|
-
# data as a hash:
|
5979
|
-
#
|
5980
|
-
# {
|
5981
|
-
# api_key_name: "AuthHeaderParameters",
|
5982
|
-
# api_key_value: "AuthHeaderParameters",
|
5983
|
-
# }
|
5984
|
-
#
|
5985
4647
|
# @!attribute [rw] api_key_name
|
5986
4648
|
# The name of the API key to use for authorization.
|
5987
4649
|
# @return [String]
|
@@ -6001,74 +4663,6 @@ module Aws::EventBridge
|
|
6001
4663
|
|
6002
4664
|
# Contains the additional parameters to use for the connection.
|
6003
4665
|
#
|
6004
|
-
# @note When making an API call, you may pass UpdateConnectionAuthRequestParameters
|
6005
|
-
# data as a hash:
|
6006
|
-
#
|
6007
|
-
# {
|
6008
|
-
# basic_auth_parameters: {
|
6009
|
-
# username: "AuthHeaderParameters",
|
6010
|
-
# password: "AuthHeaderParameters",
|
6011
|
-
# },
|
6012
|
-
# o_auth_parameters: {
|
6013
|
-
# client_parameters: {
|
6014
|
-
# client_id: "AuthHeaderParameters",
|
6015
|
-
# client_secret: "AuthHeaderParameters",
|
6016
|
-
# },
|
6017
|
-
# authorization_endpoint: "HttpsEndpoint",
|
6018
|
-
# http_method: "GET", # accepts GET, POST, PUT
|
6019
|
-
# o_auth_http_parameters: {
|
6020
|
-
# header_parameters: [
|
6021
|
-
# {
|
6022
|
-
# key: "HeaderKey",
|
6023
|
-
# value: "HeaderValue",
|
6024
|
-
# is_value_secret: false,
|
6025
|
-
# },
|
6026
|
-
# ],
|
6027
|
-
# query_string_parameters: [
|
6028
|
-
# {
|
6029
|
-
# key: "QueryStringKey",
|
6030
|
-
# value: "QueryStringValue",
|
6031
|
-
# is_value_secret: false,
|
6032
|
-
# },
|
6033
|
-
# ],
|
6034
|
-
# body_parameters: [
|
6035
|
-
# {
|
6036
|
-
# key: "String",
|
6037
|
-
# value: "String",
|
6038
|
-
# is_value_secret: false,
|
6039
|
-
# },
|
6040
|
-
# ],
|
6041
|
-
# },
|
6042
|
-
# },
|
6043
|
-
# api_key_auth_parameters: {
|
6044
|
-
# api_key_name: "AuthHeaderParameters",
|
6045
|
-
# api_key_value: "AuthHeaderParameters",
|
6046
|
-
# },
|
6047
|
-
# invocation_http_parameters: {
|
6048
|
-
# header_parameters: [
|
6049
|
-
# {
|
6050
|
-
# key: "HeaderKey",
|
6051
|
-
# value: "HeaderValue",
|
6052
|
-
# is_value_secret: false,
|
6053
|
-
# },
|
6054
|
-
# ],
|
6055
|
-
# query_string_parameters: [
|
6056
|
-
# {
|
6057
|
-
# key: "QueryStringKey",
|
6058
|
-
# value: "QueryStringValue",
|
6059
|
-
# is_value_secret: false,
|
6060
|
-
# },
|
6061
|
-
# ],
|
6062
|
-
# body_parameters: [
|
6063
|
-
# {
|
6064
|
-
# key: "String",
|
6065
|
-
# value: "String",
|
6066
|
-
# is_value_secret: false,
|
6067
|
-
# },
|
6068
|
-
# ],
|
6069
|
-
# },
|
6070
|
-
# }
|
6071
|
-
#
|
6072
4666
|
# @!attribute [rw] basic_auth_parameters
|
6073
4667
|
# A `UpdateConnectionBasicAuthRequestParameters` object that contains
|
6074
4668
|
# the authorization parameters for Basic authorization.
|
@@ -6102,14 +4696,6 @@ module Aws::EventBridge
|
|
6102
4696
|
|
6103
4697
|
# Contains the Basic authorization parameters for the connection.
|
6104
4698
|
#
|
6105
|
-
# @note When making an API call, you may pass UpdateConnectionBasicAuthRequestParameters
|
6106
|
-
# data as a hash:
|
6107
|
-
#
|
6108
|
-
# {
|
6109
|
-
# username: "AuthHeaderParameters",
|
6110
|
-
# password: "AuthHeaderParameters",
|
6111
|
-
# }
|
6112
|
-
#
|
6113
4699
|
# @!attribute [rw] username
|
6114
4700
|
# The user name to use for Basic authorization.
|
6115
4701
|
# @return [String]
|
@@ -6130,14 +4716,6 @@ module Aws::EventBridge
|
|
6130
4716
|
|
6131
4717
|
# Contains the OAuth authorization parameters to use for the connection.
|
6132
4718
|
#
|
6133
|
-
# @note When making an API call, you may pass UpdateConnectionOAuthClientRequestParameters
|
6134
|
-
# data as a hash:
|
6135
|
-
#
|
6136
|
-
# {
|
6137
|
-
# client_id: "AuthHeaderParameters",
|
6138
|
-
# client_secret: "AuthHeaderParameters",
|
6139
|
-
# }
|
6140
|
-
#
|
6141
4719
|
# @!attribute [rw] client_id
|
6142
4720
|
# The client ID to use for OAuth authorization.
|
6143
4721
|
# @return [String]
|
@@ -6158,41 +4736,6 @@ module Aws::EventBridge
|
|
6158
4736
|
|
6159
4737
|
# Contains the OAuth request parameters to use for the connection.
|
6160
4738
|
#
|
6161
|
-
# @note When making an API call, you may pass UpdateConnectionOAuthRequestParameters
|
6162
|
-
# data as a hash:
|
6163
|
-
#
|
6164
|
-
# {
|
6165
|
-
# client_parameters: {
|
6166
|
-
# client_id: "AuthHeaderParameters",
|
6167
|
-
# client_secret: "AuthHeaderParameters",
|
6168
|
-
# },
|
6169
|
-
# authorization_endpoint: "HttpsEndpoint",
|
6170
|
-
# http_method: "GET", # accepts GET, POST, PUT
|
6171
|
-
# o_auth_http_parameters: {
|
6172
|
-
# header_parameters: [
|
6173
|
-
# {
|
6174
|
-
# key: "HeaderKey",
|
6175
|
-
# value: "HeaderValue",
|
6176
|
-
# is_value_secret: false,
|
6177
|
-
# },
|
6178
|
-
# ],
|
6179
|
-
# query_string_parameters: [
|
6180
|
-
# {
|
6181
|
-
# key: "QueryStringKey",
|
6182
|
-
# value: "QueryStringValue",
|
6183
|
-
# is_value_secret: false,
|
6184
|
-
# },
|
6185
|
-
# ],
|
6186
|
-
# body_parameters: [
|
6187
|
-
# {
|
6188
|
-
# key: "String",
|
6189
|
-
# value: "String",
|
6190
|
-
# is_value_secret: false,
|
6191
|
-
# },
|
6192
|
-
# ],
|
6193
|
-
# },
|
6194
|
-
# }
|
6195
|
-
#
|
6196
4739
|
# @!attribute [rw] client_parameters
|
6197
4740
|
# A `UpdateConnectionOAuthClientRequestParameters` object that
|
6198
4741
|
# contains the client parameters to use for the connection when OAuth
|
@@ -6224,79 +4767,6 @@ module Aws::EventBridge
|
|
6224
4767
|
include Aws::Structure
|
6225
4768
|
end
|
6226
4769
|
|
6227
|
-
# @note When making an API call, you may pass UpdateConnectionRequest
|
6228
|
-
# data as a hash:
|
6229
|
-
#
|
6230
|
-
# {
|
6231
|
-
# name: "ConnectionName", # required
|
6232
|
-
# description: "ConnectionDescription",
|
6233
|
-
# authorization_type: "BASIC", # accepts BASIC, OAUTH_CLIENT_CREDENTIALS, API_KEY
|
6234
|
-
# auth_parameters: {
|
6235
|
-
# basic_auth_parameters: {
|
6236
|
-
# username: "AuthHeaderParameters",
|
6237
|
-
# password: "AuthHeaderParameters",
|
6238
|
-
# },
|
6239
|
-
# o_auth_parameters: {
|
6240
|
-
# client_parameters: {
|
6241
|
-
# client_id: "AuthHeaderParameters",
|
6242
|
-
# client_secret: "AuthHeaderParameters",
|
6243
|
-
# },
|
6244
|
-
# authorization_endpoint: "HttpsEndpoint",
|
6245
|
-
# http_method: "GET", # accepts GET, POST, PUT
|
6246
|
-
# o_auth_http_parameters: {
|
6247
|
-
# header_parameters: [
|
6248
|
-
# {
|
6249
|
-
# key: "HeaderKey",
|
6250
|
-
# value: "HeaderValue",
|
6251
|
-
# is_value_secret: false,
|
6252
|
-
# },
|
6253
|
-
# ],
|
6254
|
-
# query_string_parameters: [
|
6255
|
-
# {
|
6256
|
-
# key: "QueryStringKey",
|
6257
|
-
# value: "QueryStringValue",
|
6258
|
-
# is_value_secret: false,
|
6259
|
-
# },
|
6260
|
-
# ],
|
6261
|
-
# body_parameters: [
|
6262
|
-
# {
|
6263
|
-
# key: "String",
|
6264
|
-
# value: "String",
|
6265
|
-
# is_value_secret: false,
|
6266
|
-
# },
|
6267
|
-
# ],
|
6268
|
-
# },
|
6269
|
-
# },
|
6270
|
-
# api_key_auth_parameters: {
|
6271
|
-
# api_key_name: "AuthHeaderParameters",
|
6272
|
-
# api_key_value: "AuthHeaderParameters",
|
6273
|
-
# },
|
6274
|
-
# invocation_http_parameters: {
|
6275
|
-
# header_parameters: [
|
6276
|
-
# {
|
6277
|
-
# key: "HeaderKey",
|
6278
|
-
# value: "HeaderValue",
|
6279
|
-
# is_value_secret: false,
|
6280
|
-
# },
|
6281
|
-
# ],
|
6282
|
-
# query_string_parameters: [
|
6283
|
-
# {
|
6284
|
-
# key: "QueryStringKey",
|
6285
|
-
# value: "QueryStringValue",
|
6286
|
-
# is_value_secret: false,
|
6287
|
-
# },
|
6288
|
-
# ],
|
6289
|
-
# body_parameters: [
|
6290
|
-
# {
|
6291
|
-
# key: "String",
|
6292
|
-
# value: "String",
|
6293
|
-
# is_value_secret: false,
|
6294
|
-
# },
|
6295
|
-
# ],
|
6296
|
-
# },
|
6297
|
-
# },
|
6298
|
-
# }
|
6299
|
-
#
|
6300
4770
|
# @!attribute [rw] name
|
6301
4771
|
# The name of the connection to update.
|
6302
4772
|
# @return [String]
|
@@ -6356,33 +4826,6 @@ module Aws::EventBridge
|
|
6356
4826
|
include Aws::Structure
|
6357
4827
|
end
|
6358
4828
|
|
6359
|
-
# @note When making an API call, you may pass UpdateEndpointRequest
|
6360
|
-
# data as a hash:
|
6361
|
-
#
|
6362
|
-
# {
|
6363
|
-
# name: "EndpointName", # required
|
6364
|
-
# description: "EndpointDescription",
|
6365
|
-
# routing_config: {
|
6366
|
-
# failover_config: { # required
|
6367
|
-
# primary: { # required
|
6368
|
-
# health_check: "HealthCheck", # required
|
6369
|
-
# },
|
6370
|
-
# secondary: { # required
|
6371
|
-
# route: "Route", # required
|
6372
|
-
# },
|
6373
|
-
# },
|
6374
|
-
# },
|
6375
|
-
# replication_config: {
|
6376
|
-
# state: "ENABLED", # accepts ENABLED, DISABLED
|
6377
|
-
# },
|
6378
|
-
# event_buses: [
|
6379
|
-
# {
|
6380
|
-
# event_bus_arn: "NonPartnerEventBusArn", # required
|
6381
|
-
# },
|
6382
|
-
# ],
|
6383
|
-
# role_arn: "IamRoleArn",
|
6384
|
-
# }
|
6385
|
-
#
|
6386
4829
|
# @!attribute [rw] name
|
6387
4830
|
# The name of the endpoint you want to update.
|
6388
4831
|
# @return [String]
|