aws-sdk-eventbridge 1.16.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,32 +16,99 @@ module Aws::EventBridge
16
16
  AccountId = Shapes::StringShape.new(name: 'AccountId')
17
17
  Action = Shapes::StringShape.new(name: 'Action')
18
18
  ActivateEventSourceRequest = Shapes::StructureShape.new(name: 'ActivateEventSourceRequest')
19
+ ApiDestination = Shapes::StructureShape.new(name: 'ApiDestination')
20
+ ApiDestinationArn = Shapes::StringShape.new(name: 'ApiDestinationArn')
21
+ ApiDestinationDescription = Shapes::StringShape.new(name: 'ApiDestinationDescription')
22
+ ApiDestinationHttpMethod = Shapes::StringShape.new(name: 'ApiDestinationHttpMethod')
23
+ ApiDestinationInvocationRateLimitPerSecond = Shapes::IntegerShape.new(name: 'ApiDestinationInvocationRateLimitPerSecond')
24
+ ApiDestinationName = Shapes::StringShape.new(name: 'ApiDestinationName')
25
+ ApiDestinationResponseList = Shapes::ListShape.new(name: 'ApiDestinationResponseList')
26
+ ApiDestinationState = Shapes::StringShape.new(name: 'ApiDestinationState')
27
+ Archive = Shapes::StructureShape.new(name: 'Archive')
28
+ ArchiveArn = Shapes::StringShape.new(name: 'ArchiveArn')
29
+ ArchiveDescription = Shapes::StringShape.new(name: 'ArchiveDescription')
30
+ ArchiveName = Shapes::StringShape.new(name: 'ArchiveName')
31
+ ArchiveResponseList = Shapes::ListShape.new(name: 'ArchiveResponseList')
32
+ ArchiveState = Shapes::StringShape.new(name: 'ArchiveState')
33
+ ArchiveStateReason = Shapes::StringShape.new(name: 'ArchiveStateReason')
19
34
  Arn = Shapes::StringShape.new(name: 'Arn')
20
35
  AssignPublicIp = Shapes::StringShape.new(name: 'AssignPublicIp')
36
+ AuthHeaderParameters = Shapes::StringShape.new(name: 'AuthHeaderParameters')
21
37
  AwsVpcConfiguration = Shapes::StructureShape.new(name: 'AwsVpcConfiguration')
22
38
  BatchArrayProperties = Shapes::StructureShape.new(name: 'BatchArrayProperties')
23
39
  BatchParameters = Shapes::StructureShape.new(name: 'BatchParameters')
24
40
  BatchRetryStrategy = Shapes::StructureShape.new(name: 'BatchRetryStrategy')
25
41
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
42
+ CancelReplayRequest = Shapes::StructureShape.new(name: 'CancelReplayRequest')
43
+ CancelReplayResponse = Shapes::StructureShape.new(name: 'CancelReplayResponse')
26
44
  ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
27
45
  Condition = Shapes::StructureShape.new(name: 'Condition')
46
+ Connection = Shapes::StructureShape.new(name: 'Connection')
47
+ ConnectionApiKeyAuthResponseParameters = Shapes::StructureShape.new(name: 'ConnectionApiKeyAuthResponseParameters')
48
+ ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
49
+ ConnectionAuthResponseParameters = Shapes::StructureShape.new(name: 'ConnectionAuthResponseParameters')
50
+ ConnectionAuthorizationType = Shapes::StringShape.new(name: 'ConnectionAuthorizationType')
51
+ ConnectionBasicAuthResponseParameters = Shapes::StructureShape.new(name: 'ConnectionBasicAuthResponseParameters')
52
+ ConnectionBodyParameter = Shapes::StructureShape.new(name: 'ConnectionBodyParameter')
53
+ ConnectionBodyParametersList = Shapes::ListShape.new(name: 'ConnectionBodyParametersList')
54
+ ConnectionDescription = Shapes::StringShape.new(name: 'ConnectionDescription')
55
+ ConnectionHeaderParameter = Shapes::StructureShape.new(name: 'ConnectionHeaderParameter')
56
+ ConnectionHeaderParametersList = Shapes::ListShape.new(name: 'ConnectionHeaderParametersList')
57
+ ConnectionHttpParameters = Shapes::StructureShape.new(name: 'ConnectionHttpParameters')
58
+ ConnectionName = Shapes::StringShape.new(name: 'ConnectionName')
59
+ ConnectionOAuthClientResponseParameters = Shapes::StructureShape.new(name: 'ConnectionOAuthClientResponseParameters')
60
+ ConnectionOAuthHttpMethod = Shapes::StringShape.new(name: 'ConnectionOAuthHttpMethod')
61
+ ConnectionOAuthResponseParameters = Shapes::StructureShape.new(name: 'ConnectionOAuthResponseParameters')
62
+ ConnectionQueryStringParameter = Shapes::StructureShape.new(name: 'ConnectionQueryStringParameter')
63
+ ConnectionQueryStringParametersList = Shapes::ListShape.new(name: 'ConnectionQueryStringParametersList')
64
+ ConnectionResponseList = Shapes::ListShape.new(name: 'ConnectionResponseList')
65
+ ConnectionState = Shapes::StringShape.new(name: 'ConnectionState')
66
+ ConnectionStateReason = Shapes::StringShape.new(name: 'ConnectionStateReason')
67
+ CreateApiDestinationRequest = Shapes::StructureShape.new(name: 'CreateApiDestinationRequest')
68
+ CreateApiDestinationResponse = Shapes::StructureShape.new(name: 'CreateApiDestinationResponse')
69
+ CreateArchiveRequest = Shapes::StructureShape.new(name: 'CreateArchiveRequest')
70
+ CreateArchiveResponse = Shapes::StructureShape.new(name: 'CreateArchiveResponse')
71
+ CreateConnectionApiKeyAuthRequestParameters = Shapes::StructureShape.new(name: 'CreateConnectionApiKeyAuthRequestParameters')
72
+ CreateConnectionAuthRequestParameters = Shapes::StructureShape.new(name: 'CreateConnectionAuthRequestParameters')
73
+ CreateConnectionBasicAuthRequestParameters = Shapes::StructureShape.new(name: 'CreateConnectionBasicAuthRequestParameters')
74
+ CreateConnectionOAuthClientRequestParameters = Shapes::StructureShape.new(name: 'CreateConnectionOAuthClientRequestParameters')
75
+ CreateConnectionOAuthRequestParameters = Shapes::StructureShape.new(name: 'CreateConnectionOAuthRequestParameters')
76
+ CreateConnectionRequest = Shapes::StructureShape.new(name: 'CreateConnectionRequest')
77
+ CreateConnectionResponse = Shapes::StructureShape.new(name: 'CreateConnectionResponse')
28
78
  CreateEventBusRequest = Shapes::StructureShape.new(name: 'CreateEventBusRequest')
29
79
  CreateEventBusResponse = Shapes::StructureShape.new(name: 'CreateEventBusResponse')
30
80
  CreatePartnerEventSourceRequest = Shapes::StructureShape.new(name: 'CreatePartnerEventSourceRequest')
31
81
  CreatePartnerEventSourceResponse = Shapes::StructureShape.new(name: 'CreatePartnerEventSourceResponse')
82
+ CreatedBy = Shapes::StringShape.new(name: 'CreatedBy')
32
83
  Database = Shapes::StringShape.new(name: 'Database')
33
84
  DbUser = Shapes::StringShape.new(name: 'DbUser')
34
85
  DeactivateEventSourceRequest = Shapes::StructureShape.new(name: 'DeactivateEventSourceRequest')
35
86
  DeadLetterConfig = Shapes::StructureShape.new(name: 'DeadLetterConfig')
87
+ DeauthorizeConnectionRequest = Shapes::StructureShape.new(name: 'DeauthorizeConnectionRequest')
88
+ DeauthorizeConnectionResponse = Shapes::StructureShape.new(name: 'DeauthorizeConnectionResponse')
89
+ DeleteApiDestinationRequest = Shapes::StructureShape.new(name: 'DeleteApiDestinationRequest')
90
+ DeleteApiDestinationResponse = Shapes::StructureShape.new(name: 'DeleteApiDestinationResponse')
91
+ DeleteArchiveRequest = Shapes::StructureShape.new(name: 'DeleteArchiveRequest')
92
+ DeleteArchiveResponse = Shapes::StructureShape.new(name: 'DeleteArchiveResponse')
93
+ DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
94
+ DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
36
95
  DeleteEventBusRequest = Shapes::StructureShape.new(name: 'DeleteEventBusRequest')
37
96
  DeletePartnerEventSourceRequest = Shapes::StructureShape.new(name: 'DeletePartnerEventSourceRequest')
38
97
  DeleteRuleRequest = Shapes::StructureShape.new(name: 'DeleteRuleRequest')
98
+ DescribeApiDestinationRequest = Shapes::StructureShape.new(name: 'DescribeApiDestinationRequest')
99
+ DescribeApiDestinationResponse = Shapes::StructureShape.new(name: 'DescribeApiDestinationResponse')
100
+ DescribeArchiveRequest = Shapes::StructureShape.new(name: 'DescribeArchiveRequest')
101
+ DescribeArchiveResponse = Shapes::StructureShape.new(name: 'DescribeArchiveResponse')
102
+ DescribeConnectionRequest = Shapes::StructureShape.new(name: 'DescribeConnectionRequest')
103
+ DescribeConnectionResponse = Shapes::StructureShape.new(name: 'DescribeConnectionResponse')
39
104
  DescribeEventBusRequest = Shapes::StructureShape.new(name: 'DescribeEventBusRequest')
40
105
  DescribeEventBusResponse = Shapes::StructureShape.new(name: 'DescribeEventBusResponse')
41
106
  DescribeEventSourceRequest = Shapes::StructureShape.new(name: 'DescribeEventSourceRequest')
42
107
  DescribeEventSourceResponse = Shapes::StructureShape.new(name: 'DescribeEventSourceResponse')
43
108
  DescribePartnerEventSourceRequest = Shapes::StructureShape.new(name: 'DescribePartnerEventSourceRequest')
44
109
  DescribePartnerEventSourceResponse = Shapes::StructureShape.new(name: 'DescribePartnerEventSourceResponse')
110
+ DescribeReplayRequest = Shapes::StructureShape.new(name: 'DescribeReplayRequest')
111
+ DescribeReplayResponse = Shapes::StructureShape.new(name: 'DescribeReplayResponse')
45
112
  DescribeRuleRequest = Shapes::StructureShape.new(name: 'DescribeRuleRequest')
46
113
  DescribeRuleResponse = Shapes::StructureShape.new(name: 'DescribeRuleResponse')
47
114
  DisableRuleRequest = Shapes::StructureShape.new(name: 'DisableRuleRequest')
@@ -52,6 +119,7 @@ module Aws::EventBridge
52
119
  EventBus = Shapes::StructureShape.new(name: 'EventBus')
53
120
  EventBusList = Shapes::ListShape.new(name: 'EventBusList')
54
121
  EventBusName = Shapes::StringShape.new(name: 'EventBusName')
122
+ EventBusNameOrArn = Shapes::StringShape.new(name: 'EventBusNameOrArn')
55
123
  EventId = Shapes::StringShape.new(name: 'EventId')
56
124
  EventPattern = Shapes::StringShape.new(name: 'EventPattern')
57
125
  EventResource = Shapes::StringShape.new(name: 'EventResource')
@@ -66,6 +134,8 @@ module Aws::EventBridge
66
134
  HeaderParametersMap = Shapes::MapShape.new(name: 'HeaderParametersMap')
67
135
  HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
68
136
  HttpParameters = Shapes::StructureShape.new(name: 'HttpParameters')
137
+ HttpsEndpoint = Shapes::StringShape.new(name: 'HttpsEndpoint')
138
+ IllegalStatusException = Shapes::StructureShape.new(name: 'IllegalStatusException')
69
139
  InputTransformer = Shapes::StructureShape.new(name: 'InputTransformer')
70
140
  InputTransformerPathKey = Shapes::StringShape.new(name: 'InputTransformerPathKey')
71
141
  Integer = Shapes::IntegerShape.new(name: 'Integer')
@@ -77,6 +147,12 @@ module Aws::EventBridge
77
147
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
78
148
  LimitMax100 = Shapes::IntegerShape.new(name: 'LimitMax100')
79
149
  LimitMin1 = Shapes::IntegerShape.new(name: 'LimitMin1')
150
+ ListApiDestinationsRequest = Shapes::StructureShape.new(name: 'ListApiDestinationsRequest')
151
+ ListApiDestinationsResponse = Shapes::StructureShape.new(name: 'ListApiDestinationsResponse')
152
+ ListArchivesRequest = Shapes::StructureShape.new(name: 'ListArchivesRequest')
153
+ ListArchivesResponse = Shapes::StructureShape.new(name: 'ListArchivesResponse')
154
+ ListConnectionsRequest = Shapes::StructureShape.new(name: 'ListConnectionsRequest')
155
+ ListConnectionsResponse = Shapes::StructureShape.new(name: 'ListConnectionsResponse')
80
156
  ListEventBusesRequest = Shapes::StructureShape.new(name: 'ListEventBusesRequest')
81
157
  ListEventBusesResponse = Shapes::StructureShape.new(name: 'ListEventBusesResponse')
82
158
  ListEventSourcesRequest = Shapes::StructureShape.new(name: 'ListEventSourcesRequest')
@@ -85,6 +161,8 @@ module Aws::EventBridge
85
161
  ListPartnerEventSourceAccountsResponse = Shapes::StructureShape.new(name: 'ListPartnerEventSourceAccountsResponse')
86
162
  ListPartnerEventSourcesRequest = Shapes::StructureShape.new(name: 'ListPartnerEventSourcesRequest')
87
163
  ListPartnerEventSourcesResponse = Shapes::StructureShape.new(name: 'ListPartnerEventSourcesResponse')
164
+ ListReplaysRequest = Shapes::StructureShape.new(name: 'ListReplaysRequest')
165
+ ListReplaysResponse = Shapes::StructureShape.new(name: 'ListReplaysResponse')
88
166
  ListRuleNamesByTargetRequest = Shapes::StructureShape.new(name: 'ListRuleNamesByTargetRequest')
89
167
  ListRuleNamesByTargetResponse = Shapes::StructureShape.new(name: 'ListRuleNamesByTargetResponse')
90
168
  ListRulesRequest = Shapes::StructureShape.new(name: 'ListRulesRequest')
@@ -93,6 +171,7 @@ module Aws::EventBridge
93
171
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
94
172
  ListTargetsByRuleRequest = Shapes::StructureShape.new(name: 'ListTargetsByRuleRequest')
95
173
  ListTargetsByRuleResponse = Shapes::StructureShape.new(name: 'ListTargetsByRuleResponse')
174
+ Long = Shapes::IntegerShape.new(name: 'Long')
96
175
  ManagedBy = Shapes::StringShape.new(name: 'ManagedBy')
97
176
  ManagedRuleException = Shapes::StructureShape.new(name: 'ManagedRuleException')
98
177
  MaximumEventAgeInSeconds = Shapes::IntegerShape.new(name: 'MaximumEventAgeInSeconds')
@@ -101,6 +180,7 @@ module Aws::EventBridge
101
180
  NetworkConfiguration = Shapes::StructureShape.new(name: 'NetworkConfiguration')
102
181
  NextToken = Shapes::StringShape.new(name: 'NextToken')
103
182
  NonPartnerEventBusName = Shapes::StringShape.new(name: 'NonPartnerEventBusName')
183
+ NonPartnerEventBusNameOrArn = Shapes::StringShape.new(name: 'NonPartnerEventBusNameOrArn')
104
184
  OperationDisabledException = Shapes::StructureShape.new(name: 'OperationDisabledException')
105
185
  PartnerEventSource = Shapes::StructureShape.new(name: 'PartnerEventSource')
106
186
  PartnerEventSourceAccount = Shapes::StructureShape.new(name: 'PartnerEventSourceAccount')
@@ -140,9 +220,19 @@ module Aws::EventBridge
140
220
  RemoveTargetsResponse = Shapes::StructureShape.new(name: 'RemoveTargetsResponse')
141
221
  RemoveTargetsResultEntry = Shapes::StructureShape.new(name: 'RemoveTargetsResultEntry')
142
222
  RemoveTargetsResultEntryList = Shapes::ListShape.new(name: 'RemoveTargetsResultEntryList')
223
+ Replay = Shapes::StructureShape.new(name: 'Replay')
224
+ ReplayArn = Shapes::StringShape.new(name: 'ReplayArn')
225
+ ReplayDescription = Shapes::StringShape.new(name: 'ReplayDescription')
226
+ ReplayDestination = Shapes::StructureShape.new(name: 'ReplayDestination')
227
+ ReplayDestinationFilters = Shapes::ListShape.new(name: 'ReplayDestinationFilters')
228
+ ReplayList = Shapes::ListShape.new(name: 'ReplayList')
229
+ ReplayName = Shapes::StringShape.new(name: 'ReplayName')
230
+ ReplayState = Shapes::StringShape.new(name: 'ReplayState')
231
+ ReplayStateReason = Shapes::StringShape.new(name: 'ReplayStateReason')
143
232
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
144
233
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
145
234
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
235
+ RetentionDays = Shapes::IntegerShape.new(name: 'RetentionDays')
146
236
  RetryPolicy = Shapes::StructureShape.new(name: 'RetryPolicy')
147
237
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
148
238
  Rule = Shapes::StructureShape.new(name: 'Rule')
@@ -159,8 +249,11 @@ module Aws::EventBridge
159
249
  RunCommandTargetValues = Shapes::ListShape.new(name: 'RunCommandTargetValues')
160
250
  RunCommandTargets = Shapes::ListShape.new(name: 'RunCommandTargets')
161
251
  ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
252
+ SecretsManagerSecretArn = Shapes::StringShape.new(name: 'SecretsManagerSecretArn')
162
253
  Sql = Shapes::StringShape.new(name: 'Sql')
163
254
  SqsParameters = Shapes::StructureShape.new(name: 'SqsParameters')
255
+ StartReplayRequest = Shapes::StructureShape.new(name: 'StartReplayRequest')
256
+ StartReplayResponse = Shapes::StructureShape.new(name: 'StartReplayResponse')
164
257
  StatementId = Shapes::StringShape.new(name: 'StatementId')
165
258
  StatementName = Shapes::StringShape.new(name: 'StatementName')
166
259
  String = Shapes::StringShape.new(name: 'String')
@@ -183,14 +276,51 @@ module Aws::EventBridge
183
276
  TestEventPatternRequest = Shapes::StructureShape.new(name: 'TestEventPatternRequest')
184
277
  TestEventPatternResponse = Shapes::StructureShape.new(name: 'TestEventPatternResponse')
185
278
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
279
+ TraceHeader = Shapes::StringShape.new(name: 'TraceHeader')
186
280
  TransformerInput = Shapes::StringShape.new(name: 'TransformerInput')
187
281
  TransformerPaths = Shapes::MapShape.new(name: 'TransformerPaths')
188
282
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
189
283
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
284
+ UpdateApiDestinationRequest = Shapes::StructureShape.new(name: 'UpdateApiDestinationRequest')
285
+ UpdateApiDestinationResponse = Shapes::StructureShape.new(name: 'UpdateApiDestinationResponse')
286
+ UpdateArchiveRequest = Shapes::StructureShape.new(name: 'UpdateArchiveRequest')
287
+ UpdateArchiveResponse = Shapes::StructureShape.new(name: 'UpdateArchiveResponse')
288
+ UpdateConnectionApiKeyAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionApiKeyAuthRequestParameters')
289
+ UpdateConnectionAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionAuthRequestParameters')
290
+ UpdateConnectionBasicAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionBasicAuthRequestParameters')
291
+ UpdateConnectionOAuthClientRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionOAuthClientRequestParameters')
292
+ UpdateConnectionOAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionOAuthRequestParameters')
293
+ UpdateConnectionRequest = Shapes::StructureShape.new(name: 'UpdateConnectionRequest')
294
+ UpdateConnectionResponse = Shapes::StructureShape.new(name: 'UpdateConnectionResponse')
190
295
 
191
296
  ActivateEventSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventSourceName, required: true, location_name: "Name"))
192
297
  ActivateEventSourceRequest.struct_class = Types::ActivateEventSourceRequest
193
298
 
299
+ ApiDestination.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
300
+ ApiDestination.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, location_name: "Name"))
301
+ ApiDestination.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
302
+ ApiDestination.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
303
+ ApiDestination.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "InvocationEndpoint"))
304
+ ApiDestination.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, location_name: "HttpMethod"))
305
+ ApiDestination.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
306
+ ApiDestination.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
307
+ ApiDestination.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
308
+ ApiDestination.struct_class = Types::ApiDestination
309
+
310
+ ApiDestinationResponseList.member = Shapes::ShapeRef.new(shape: ApiDestination)
311
+
312
+ Archive.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, location_name: "ArchiveName"))
313
+ Archive.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
314
+ Archive.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
315
+ Archive.add_member(:state_reason, Shapes::ShapeRef.new(shape: ArchiveStateReason, location_name: "StateReason"))
316
+ Archive.add_member(:retention_days, Shapes::ShapeRef.new(shape: RetentionDays, location_name: "RetentionDays"))
317
+ Archive.add_member(:size_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "SizeBytes"))
318
+ Archive.add_member(:event_count, Shapes::ShapeRef.new(shape: Long, location_name: "EventCount"))
319
+ Archive.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
320
+ Archive.struct_class = Types::Archive
321
+
322
+ ArchiveResponseList.member = Shapes::ShapeRef.new(shape: Archive)
323
+
194
324
  AwsVpcConfiguration.add_member(:subnets, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "Subnets"))
195
325
  AwsVpcConfiguration.add_member(:security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroups"))
196
326
  AwsVpcConfiguration.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: AssignPublicIp, location_name: "AssignPublicIp"))
@@ -208,6 +338,14 @@ module Aws::EventBridge
208
338
  BatchRetryStrategy.add_member(:attempts, Shapes::ShapeRef.new(shape: Integer, location_name: "Attempts"))
209
339
  BatchRetryStrategy.struct_class = Types::BatchRetryStrategy
210
340
 
341
+ CancelReplayRequest.add_member(:replay_name, Shapes::ShapeRef.new(shape: ReplayName, required: true, location_name: "ReplayName"))
342
+ CancelReplayRequest.struct_class = Types::CancelReplayRequest
343
+
344
+ CancelReplayResponse.add_member(:replay_arn, Shapes::ShapeRef.new(shape: ReplayArn, location_name: "ReplayArn"))
345
+ CancelReplayResponse.add_member(:state, Shapes::ShapeRef.new(shape: ReplayState, location_name: "State"))
346
+ CancelReplayResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ReplayStateReason, location_name: "StateReason"))
347
+ CancelReplayResponse.struct_class = Types::CancelReplayResponse
348
+
211
349
  ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
212
350
 
213
351
  Condition.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
@@ -215,6 +353,128 @@ module Aws::EventBridge
215
353
  Condition.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
216
354
  Condition.struct_class = Types::Condition
217
355
 
356
+ Connection.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
357
+ Connection.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "Name"))
358
+ Connection.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
359
+ Connection.add_member(:state_reason, Shapes::ShapeRef.new(shape: ConnectionStateReason, location_name: "StateReason"))
360
+ Connection.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, location_name: "AuthorizationType"))
361
+ Connection.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
362
+ Connection.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
363
+ Connection.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
364
+ Connection.struct_class = Types::Connection
365
+
366
+ ConnectionApiKeyAuthResponseParameters.add_member(:api_key_name, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ApiKeyName"))
367
+ ConnectionApiKeyAuthResponseParameters.struct_class = Types::ConnectionApiKeyAuthResponseParameters
368
+
369
+ ConnectionAuthResponseParameters.add_member(:basic_auth_parameters, Shapes::ShapeRef.new(shape: ConnectionBasicAuthResponseParameters, location_name: "BasicAuthParameters"))
370
+ ConnectionAuthResponseParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: ConnectionOAuthResponseParameters, location_name: "OAuthParameters"))
371
+ ConnectionAuthResponseParameters.add_member(:api_key_auth_parameters, Shapes::ShapeRef.new(shape: ConnectionApiKeyAuthResponseParameters, location_name: "ApiKeyAuthParameters"))
372
+ ConnectionAuthResponseParameters.add_member(:invocation_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "InvocationHttpParameters"))
373
+ ConnectionAuthResponseParameters.struct_class = Types::ConnectionAuthResponseParameters
374
+
375
+ ConnectionBasicAuthResponseParameters.add_member(:username, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "Username"))
376
+ ConnectionBasicAuthResponseParameters.struct_class = Types::ConnectionBasicAuthResponseParameters
377
+
378
+ ConnectionBodyParameter.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
379
+ ConnectionBodyParameter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
380
+ ConnectionBodyParameter.add_member(:is_value_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsValueSecret"))
381
+ ConnectionBodyParameter.struct_class = Types::ConnectionBodyParameter
382
+
383
+ ConnectionBodyParametersList.member = Shapes::ShapeRef.new(shape: ConnectionBodyParameter)
384
+
385
+ ConnectionHeaderParameter.add_member(:key, Shapes::ShapeRef.new(shape: HeaderKey, location_name: "Key"))
386
+ ConnectionHeaderParameter.add_member(:value, Shapes::ShapeRef.new(shape: HeaderValue, location_name: "Value"))
387
+ ConnectionHeaderParameter.add_member(:is_value_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsValueSecret"))
388
+ ConnectionHeaderParameter.struct_class = Types::ConnectionHeaderParameter
389
+
390
+ ConnectionHeaderParametersList.member = Shapes::ShapeRef.new(shape: ConnectionHeaderParameter)
391
+
392
+ ConnectionHttpParameters.add_member(:header_parameters, Shapes::ShapeRef.new(shape: ConnectionHeaderParametersList, location_name: "HeaderParameters"))
393
+ ConnectionHttpParameters.add_member(:query_string_parameters, Shapes::ShapeRef.new(shape: ConnectionQueryStringParametersList, location_name: "QueryStringParameters"))
394
+ ConnectionHttpParameters.add_member(:body_parameters, Shapes::ShapeRef.new(shape: ConnectionBodyParametersList, location_name: "BodyParameters"))
395
+ ConnectionHttpParameters.struct_class = Types::ConnectionHttpParameters
396
+
397
+ ConnectionOAuthClientResponseParameters.add_member(:client_id, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ClientID"))
398
+ ConnectionOAuthClientResponseParameters.struct_class = Types::ConnectionOAuthClientResponseParameters
399
+
400
+ ConnectionOAuthResponseParameters.add_member(:client_parameters, Shapes::ShapeRef.new(shape: ConnectionOAuthClientResponseParameters, location_name: "ClientParameters"))
401
+ ConnectionOAuthResponseParameters.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "AuthorizationEndpoint"))
402
+ ConnectionOAuthResponseParameters.add_member(:http_method, Shapes::ShapeRef.new(shape: ConnectionOAuthHttpMethod, location_name: "HttpMethod"))
403
+ ConnectionOAuthResponseParameters.add_member(:o_auth_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "OAuthHttpParameters"))
404
+ ConnectionOAuthResponseParameters.struct_class = Types::ConnectionOAuthResponseParameters
405
+
406
+ ConnectionQueryStringParameter.add_member(:key, Shapes::ShapeRef.new(shape: QueryStringKey, location_name: "Key"))
407
+ ConnectionQueryStringParameter.add_member(:value, Shapes::ShapeRef.new(shape: QueryStringValue, location_name: "Value"))
408
+ ConnectionQueryStringParameter.add_member(:is_value_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsValueSecret"))
409
+ ConnectionQueryStringParameter.struct_class = Types::ConnectionQueryStringParameter
410
+
411
+ ConnectionQueryStringParametersList.member = Shapes::ShapeRef.new(shape: ConnectionQueryStringParameter)
412
+
413
+ ConnectionResponseList.member = Shapes::ShapeRef.new(shape: Connection)
414
+
415
+ CreateApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
416
+ CreateApiDestinationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApiDestinationDescription, location_name: "Description"))
417
+ CreateApiDestinationRequest.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
418
+ CreateApiDestinationRequest.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, required: true, location_name: "InvocationEndpoint"))
419
+ CreateApiDestinationRequest.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, required: true, location_name: "HttpMethod"))
420
+ CreateApiDestinationRequest.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
421
+ CreateApiDestinationRequest.struct_class = Types::CreateApiDestinationRequest
422
+
423
+ CreateApiDestinationResponse.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
424
+ CreateApiDestinationResponse.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
425
+ CreateApiDestinationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
426
+ CreateApiDestinationResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
427
+ CreateApiDestinationResponse.struct_class = Types::CreateApiDestinationResponse
428
+
429
+ CreateArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
430
+ CreateArchiveRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "EventSourceArn"))
431
+ CreateArchiveRequest.add_member(:description, Shapes::ShapeRef.new(shape: ArchiveDescription, location_name: "Description"))
432
+ CreateArchiveRequest.add_member(:event_pattern, Shapes::ShapeRef.new(shape: EventPattern, location_name: "EventPattern"))
433
+ CreateArchiveRequest.add_member(:retention_days, Shapes::ShapeRef.new(shape: RetentionDays, location_name: "RetentionDays"))
434
+ CreateArchiveRequest.struct_class = Types::CreateArchiveRequest
435
+
436
+ CreateArchiveResponse.add_member(:archive_arn, Shapes::ShapeRef.new(shape: ArchiveArn, location_name: "ArchiveArn"))
437
+ CreateArchiveResponse.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
438
+ CreateArchiveResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ArchiveStateReason, location_name: "StateReason"))
439
+ CreateArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
440
+ CreateArchiveResponse.struct_class = Types::CreateArchiveResponse
441
+
442
+ CreateConnectionApiKeyAuthRequestParameters.add_member(:api_key_name, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ApiKeyName"))
443
+ CreateConnectionApiKeyAuthRequestParameters.add_member(:api_key_value, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ApiKeyValue"))
444
+ CreateConnectionApiKeyAuthRequestParameters.struct_class = Types::CreateConnectionApiKeyAuthRequestParameters
445
+
446
+ CreateConnectionAuthRequestParameters.add_member(:basic_auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionBasicAuthRequestParameters, location_name: "BasicAuthParameters"))
447
+ CreateConnectionAuthRequestParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionOAuthRequestParameters, location_name: "OAuthParameters"))
448
+ CreateConnectionAuthRequestParameters.add_member(:api_key_auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionApiKeyAuthRequestParameters, location_name: "ApiKeyAuthParameters"))
449
+ CreateConnectionAuthRequestParameters.add_member(:invocation_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "InvocationHttpParameters"))
450
+ CreateConnectionAuthRequestParameters.struct_class = Types::CreateConnectionAuthRequestParameters
451
+
452
+ CreateConnectionBasicAuthRequestParameters.add_member(:username, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "Username"))
453
+ CreateConnectionBasicAuthRequestParameters.add_member(:password, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "Password"))
454
+ CreateConnectionBasicAuthRequestParameters.struct_class = Types::CreateConnectionBasicAuthRequestParameters
455
+
456
+ CreateConnectionOAuthClientRequestParameters.add_member(:client_id, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ClientID"))
457
+ CreateConnectionOAuthClientRequestParameters.add_member(:client_secret, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ClientSecret"))
458
+ CreateConnectionOAuthClientRequestParameters.struct_class = Types::CreateConnectionOAuthClientRequestParameters
459
+
460
+ CreateConnectionOAuthRequestParameters.add_member(:client_parameters, Shapes::ShapeRef.new(shape: CreateConnectionOAuthClientRequestParameters, required: true, location_name: "ClientParameters"))
461
+ CreateConnectionOAuthRequestParameters.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, required: true, location_name: "AuthorizationEndpoint"))
462
+ CreateConnectionOAuthRequestParameters.add_member(:http_method, Shapes::ShapeRef.new(shape: ConnectionOAuthHttpMethod, required: true, location_name: "HttpMethod"))
463
+ CreateConnectionOAuthRequestParameters.add_member(:o_auth_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "OAuthHttpParameters"))
464
+ CreateConnectionOAuthRequestParameters.struct_class = Types::CreateConnectionOAuthRequestParameters
465
+
466
+ CreateConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
467
+ CreateConnectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConnectionDescription, location_name: "Description"))
468
+ CreateConnectionRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, required: true, location_name: "AuthorizationType"))
469
+ CreateConnectionRequest.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionAuthRequestParameters, required: true, location_name: "AuthParameters"))
470
+ CreateConnectionRequest.struct_class = Types::CreateConnectionRequest
471
+
472
+ CreateConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
473
+ CreateConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
474
+ CreateConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
475
+ CreateConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
476
+ CreateConnectionResponse.struct_class = Types::CreateConnectionResponse
477
+
218
478
  CreateEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, required: true, location_name: "Name"))
219
479
  CreateEventBusRequest.add_member(:event_source_name, Shapes::ShapeRef.new(shape: EventSourceName, location_name: "EventSourceName"))
220
480
  CreateEventBusRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -236,6 +496,36 @@ module Aws::EventBridge
236
496
  DeadLetterConfig.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
237
497
  DeadLetterConfig.struct_class = Types::DeadLetterConfig
238
498
 
499
+ DeauthorizeConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
500
+ DeauthorizeConnectionRequest.struct_class = Types::DeauthorizeConnectionRequest
501
+
502
+ DeauthorizeConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
503
+ DeauthorizeConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
504
+ DeauthorizeConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
505
+ DeauthorizeConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
506
+ DeauthorizeConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
507
+ DeauthorizeConnectionResponse.struct_class = Types::DeauthorizeConnectionResponse
508
+
509
+ DeleteApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
510
+ DeleteApiDestinationRequest.struct_class = Types::DeleteApiDestinationRequest
511
+
512
+ DeleteApiDestinationResponse.struct_class = Types::DeleteApiDestinationResponse
513
+
514
+ DeleteArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
515
+ DeleteArchiveRequest.struct_class = Types::DeleteArchiveRequest
516
+
517
+ DeleteArchiveResponse.struct_class = Types::DeleteArchiveResponse
518
+
519
+ DeleteConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
520
+ DeleteConnectionRequest.struct_class = Types::DeleteConnectionRequest
521
+
522
+ DeleteConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
523
+ DeleteConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
524
+ DeleteConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
525
+ DeleteConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
526
+ DeleteConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
527
+ DeleteConnectionResponse.struct_class = Types::DeleteConnectionResponse
528
+
239
529
  DeleteEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, required: true, location_name: "Name"))
240
530
  DeleteEventBusRequest.struct_class = Types::DeleteEventBusRequest
241
531
 
@@ -244,11 +534,58 @@ module Aws::EventBridge
244
534
  DeletePartnerEventSourceRequest.struct_class = Types::DeletePartnerEventSourceRequest
245
535
 
246
536
  DeleteRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
247
- DeleteRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
537
+ DeleteRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
248
538
  DeleteRuleRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
249
539
  DeleteRuleRequest.struct_class = Types::DeleteRuleRequest
250
540
 
251
- DescribeEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "Name"))
541
+ DescribeApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
542
+ DescribeApiDestinationRequest.struct_class = Types::DescribeApiDestinationRequest
543
+
544
+ DescribeApiDestinationResponse.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
545
+ DescribeApiDestinationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, location_name: "Name"))
546
+ DescribeApiDestinationResponse.add_member(:description, Shapes::ShapeRef.new(shape: ApiDestinationDescription, location_name: "Description"))
547
+ DescribeApiDestinationResponse.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
548
+ DescribeApiDestinationResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
549
+ DescribeApiDestinationResponse.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "InvocationEndpoint"))
550
+ DescribeApiDestinationResponse.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, location_name: "HttpMethod"))
551
+ DescribeApiDestinationResponse.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
552
+ DescribeApiDestinationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
553
+ DescribeApiDestinationResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
554
+ DescribeApiDestinationResponse.struct_class = Types::DescribeApiDestinationResponse
555
+
556
+ DescribeArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
557
+ DescribeArchiveRequest.struct_class = Types::DescribeArchiveRequest
558
+
559
+ DescribeArchiveResponse.add_member(:archive_arn, Shapes::ShapeRef.new(shape: ArchiveArn, location_name: "ArchiveArn"))
560
+ DescribeArchiveResponse.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, location_name: "ArchiveName"))
561
+ DescribeArchiveResponse.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
562
+ DescribeArchiveResponse.add_member(:description, Shapes::ShapeRef.new(shape: ArchiveDescription, location_name: "Description"))
563
+ DescribeArchiveResponse.add_member(:event_pattern, Shapes::ShapeRef.new(shape: EventPattern, location_name: "EventPattern"))
564
+ DescribeArchiveResponse.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
565
+ DescribeArchiveResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ArchiveStateReason, location_name: "StateReason"))
566
+ DescribeArchiveResponse.add_member(:retention_days, Shapes::ShapeRef.new(shape: RetentionDays, location_name: "RetentionDays"))
567
+ DescribeArchiveResponse.add_member(:size_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "SizeBytes"))
568
+ DescribeArchiveResponse.add_member(:event_count, Shapes::ShapeRef.new(shape: Long, location_name: "EventCount"))
569
+ DescribeArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
570
+ DescribeArchiveResponse.struct_class = Types::DescribeArchiveResponse
571
+
572
+ DescribeConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
573
+ DescribeConnectionRequest.struct_class = Types::DescribeConnectionRequest
574
+
575
+ DescribeConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
576
+ DescribeConnectionResponse.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "Name"))
577
+ DescribeConnectionResponse.add_member(:description, Shapes::ShapeRef.new(shape: ConnectionDescription, location_name: "Description"))
578
+ DescribeConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
579
+ DescribeConnectionResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ConnectionStateReason, location_name: "StateReason"))
580
+ DescribeConnectionResponse.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, location_name: "AuthorizationType"))
581
+ DescribeConnectionResponse.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretsManagerSecretArn, location_name: "SecretArn"))
582
+ DescribeConnectionResponse.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: ConnectionAuthResponseParameters, location_name: "AuthParameters"))
583
+ DescribeConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
584
+ DescribeConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
585
+ DescribeConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
586
+ DescribeConnectionResponse.struct_class = Types::DescribeConnectionResponse
587
+
588
+ DescribeEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "Name"))
252
589
  DescribeEventBusRequest.struct_class = Types::DescribeEventBusRequest
253
590
 
254
591
  DescribeEventBusResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
@@ -274,8 +611,25 @@ module Aws::EventBridge
274
611
  DescribePartnerEventSourceResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
275
612
  DescribePartnerEventSourceResponse.struct_class = Types::DescribePartnerEventSourceResponse
276
613
 
614
+ DescribeReplayRequest.add_member(:replay_name, Shapes::ShapeRef.new(shape: ReplayName, required: true, location_name: "ReplayName"))
615
+ DescribeReplayRequest.struct_class = Types::DescribeReplayRequest
616
+
617
+ DescribeReplayResponse.add_member(:replay_name, Shapes::ShapeRef.new(shape: ReplayName, location_name: "ReplayName"))
618
+ DescribeReplayResponse.add_member(:replay_arn, Shapes::ShapeRef.new(shape: ReplayArn, location_name: "ReplayArn"))
619
+ DescribeReplayResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReplayDescription, location_name: "Description"))
620
+ DescribeReplayResponse.add_member(:state, Shapes::ShapeRef.new(shape: ReplayState, location_name: "State"))
621
+ DescribeReplayResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ReplayStateReason, location_name: "StateReason"))
622
+ DescribeReplayResponse.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
623
+ DescribeReplayResponse.add_member(:destination, Shapes::ShapeRef.new(shape: ReplayDestination, location_name: "Destination"))
624
+ DescribeReplayResponse.add_member(:event_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventStartTime"))
625
+ DescribeReplayResponse.add_member(:event_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventEndTime"))
626
+ DescribeReplayResponse.add_member(:event_last_replayed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventLastReplayedTime"))
627
+ DescribeReplayResponse.add_member(:replay_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReplayStartTime"))
628
+ DescribeReplayResponse.add_member(:replay_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReplayEndTime"))
629
+ DescribeReplayResponse.struct_class = Types::DescribeReplayResponse
630
+
277
631
  DescribeRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
278
- DescribeRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
632
+ DescribeRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
279
633
  DescribeRuleRequest.struct_class = Types::DescribeRuleRequest
280
634
 
281
635
  DescribeRuleResponse.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "Name"))
@@ -287,10 +641,11 @@ module Aws::EventBridge
287
641
  DescribeRuleResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
288
642
  DescribeRuleResponse.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "ManagedBy"))
289
643
  DescribeRuleResponse.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
644
+ DescribeRuleResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "CreatedBy"))
290
645
  DescribeRuleResponse.struct_class = Types::DescribeRuleResponse
291
646
 
292
647
  DisableRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
293
- DisableRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
648
+ DisableRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
294
649
  DisableRuleRequest.struct_class = Types::DisableRuleRequest
295
650
 
296
651
  EcsParameters.add_member(:task_definition_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "TaskDefinitionArn"))
@@ -302,7 +657,7 @@ module Aws::EventBridge
302
657
  EcsParameters.struct_class = Types::EcsParameters
303
658
 
304
659
  EnableRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
305
- EnableRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
660
+ EnableRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
306
661
  EnableRuleRequest.struct_class = Types::EnableRuleRequest
307
662
 
308
663
  EventBus.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
@@ -332,6 +687,8 @@ module Aws::EventBridge
332
687
  HttpParameters.add_member(:query_string_parameters, Shapes::ShapeRef.new(shape: QueryStringParametersMap, location_name: "QueryStringParameters"))
333
688
  HttpParameters.struct_class = Types::HttpParameters
334
689
 
690
+ IllegalStatusException.struct_class = Types::IllegalStatusException
691
+
335
692
  InputTransformer.add_member(:input_paths_map, Shapes::ShapeRef.new(shape: TransformerPaths, location_name: "InputPathsMap"))
336
693
  InputTransformer.add_member(:input_template, Shapes::ShapeRef.new(shape: TransformerInput, required: true, location_name: "InputTemplate"))
337
694
  InputTransformer.struct_class = Types::InputTransformer
@@ -347,6 +704,37 @@ module Aws::EventBridge
347
704
 
348
705
  LimitExceededException.struct_class = Types::LimitExceededException
349
706
 
707
+ ListApiDestinationsRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ApiDestinationName, location_name: "NamePrefix"))
708
+ ListApiDestinationsRequest.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
709
+ ListApiDestinationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
710
+ ListApiDestinationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
711
+ ListApiDestinationsRequest.struct_class = Types::ListApiDestinationsRequest
712
+
713
+ ListApiDestinationsResponse.add_member(:api_destinations, Shapes::ShapeRef.new(shape: ApiDestinationResponseList, location_name: "ApiDestinations"))
714
+ ListApiDestinationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
715
+ ListApiDestinationsResponse.struct_class = Types::ListApiDestinationsResponse
716
+
717
+ ListArchivesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ArchiveName, location_name: "NamePrefix"))
718
+ ListArchivesRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
719
+ ListArchivesRequest.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
720
+ ListArchivesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
721
+ ListArchivesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
722
+ ListArchivesRequest.struct_class = Types::ListArchivesRequest
723
+
724
+ ListArchivesResponse.add_member(:archives, Shapes::ShapeRef.new(shape: ArchiveResponseList, location_name: "Archives"))
725
+ ListArchivesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
726
+ ListArchivesResponse.struct_class = Types::ListArchivesResponse
727
+
728
+ ListConnectionsRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "NamePrefix"))
729
+ ListConnectionsRequest.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
730
+ ListConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
731
+ ListConnectionsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
732
+ ListConnectionsRequest.struct_class = Types::ListConnectionsRequest
733
+
734
+ ListConnectionsResponse.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionResponseList, location_name: "Connections"))
735
+ ListConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
736
+ ListConnectionsResponse.struct_class = Types::ListConnectionsResponse
737
+
350
738
  ListEventBusesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: EventBusName, location_name: "NamePrefix"))
351
739
  ListEventBusesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
352
740
  ListEventBusesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
@@ -383,8 +771,19 @@ module Aws::EventBridge
383
771
  ListPartnerEventSourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
384
772
  ListPartnerEventSourcesResponse.struct_class = Types::ListPartnerEventSourcesResponse
385
773
 
774
+ ListReplaysRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ReplayName, location_name: "NamePrefix"))
775
+ ListReplaysRequest.add_member(:state, Shapes::ShapeRef.new(shape: ReplayState, location_name: "State"))
776
+ ListReplaysRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
777
+ ListReplaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
778
+ ListReplaysRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
779
+ ListReplaysRequest.struct_class = Types::ListReplaysRequest
780
+
781
+ ListReplaysResponse.add_member(:replays, Shapes::ShapeRef.new(shape: ReplayList, location_name: "Replays"))
782
+ ListReplaysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
783
+ ListReplaysResponse.struct_class = Types::ListReplaysResponse
784
+
386
785
  ListRuleNamesByTargetRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, required: true, location_name: "TargetArn"))
387
- ListRuleNamesByTargetRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
786
+ ListRuleNamesByTargetRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
388
787
  ListRuleNamesByTargetRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
389
788
  ListRuleNamesByTargetRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
390
789
  ListRuleNamesByTargetRequest.struct_class = Types::ListRuleNamesByTargetRequest
@@ -394,7 +793,7 @@ module Aws::EventBridge
394
793
  ListRuleNamesByTargetResponse.struct_class = Types::ListRuleNamesByTargetResponse
395
794
 
396
795
  ListRulesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: RuleName, location_name: "NamePrefix"))
397
- ListRulesRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
796
+ ListRulesRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
398
797
  ListRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
399
798
  ListRulesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
400
799
  ListRulesRequest.struct_class = Types::ListRulesRequest
@@ -410,7 +809,7 @@ module Aws::EventBridge
410
809
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
411
810
 
412
811
  ListTargetsByRuleRequest.add_member(:rule, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Rule"))
413
- ListTargetsByRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
812
+ ListTargetsByRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
414
813
  ListTargetsByRuleRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
415
814
  ListTargetsByRuleRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
416
815
  ListTargetsByRuleRequest.struct_class = Types::ListTargetsByRuleRequest
@@ -452,7 +851,8 @@ module Aws::EventBridge
452
851
  PutEventsRequestEntry.add_member(:resources, Shapes::ShapeRef.new(shape: EventResourceList, location_name: "Resources"))
453
852
  PutEventsRequestEntry.add_member(:detail_type, Shapes::ShapeRef.new(shape: String, location_name: "DetailType"))
454
853
  PutEventsRequestEntry.add_member(:detail, Shapes::ShapeRef.new(shape: String, location_name: "Detail"))
455
- PutEventsRequestEntry.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: NonPartnerEventBusName, location_name: "EventBusName"))
854
+ PutEventsRequestEntry.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: NonPartnerEventBusNameOrArn, location_name: "EventBusName"))
855
+ PutEventsRequestEntry.add_member(:trace_header, Shapes::ShapeRef.new(shape: TraceHeader, location_name: "TraceHeader"))
456
856
  PutEventsRequestEntry.struct_class = Types::PutEventsRequestEntry
457
857
 
458
858
  PutEventsRequestEntryList.member = Shapes::ShapeRef.new(shape: PutEventsRequestEntry)
@@ -492,10 +892,11 @@ module Aws::EventBridge
492
892
  PutPartnerEventsResultEntryList.member = Shapes::ShapeRef.new(shape: PutPartnerEventsResultEntry)
493
893
 
494
894
  PutPermissionRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: NonPartnerEventBusName, location_name: "EventBusName"))
495
- PutPermissionRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "Action"))
496
- PutPermissionRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location_name: "Principal"))
497
- PutPermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location_name: "StatementId"))
895
+ PutPermissionRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "Action"))
896
+ PutPermissionRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, location_name: "Principal"))
897
+ PutPermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, location_name: "StatementId"))
498
898
  PutPermissionRequest.add_member(:condition, Shapes::ShapeRef.new(shape: Condition, location_name: "Condition"))
899
+ PutPermissionRequest.add_member(:policy, Shapes::ShapeRef.new(shape: String, location_name: "Policy"))
499
900
  PutPermissionRequest.struct_class = Types::PutPermissionRequest
500
901
 
501
902
  PutRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
@@ -505,14 +906,14 @@ module Aws::EventBridge
505
906
  PutRuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: RuleDescription, location_name: "Description"))
506
907
  PutRuleRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
507
908
  PutRuleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
508
- PutRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
909
+ PutRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
509
910
  PutRuleRequest.struct_class = Types::PutRuleRequest
510
911
 
511
912
  PutRuleResponse.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "RuleArn"))
512
913
  PutRuleResponse.struct_class = Types::PutRuleResponse
513
914
 
514
915
  PutTargetsRequest.add_member(:rule, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Rule"))
515
- PutTargetsRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
916
+ PutTargetsRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
516
917
  PutTargetsRequest.add_member(:targets, Shapes::ShapeRef.new(shape: TargetList, required: true, location_name: "Targets"))
517
918
  PutTargetsRequest.struct_class = Types::PutTargetsRequest
518
919
 
@@ -538,12 +939,13 @@ module Aws::EventBridge
538
939
  RedshiftDataParameters.add_member(:with_event, Shapes::ShapeRef.new(shape: Boolean, location_name: "WithEvent"))
539
940
  RedshiftDataParameters.struct_class = Types::RedshiftDataParameters
540
941
 
541
- RemovePermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location_name: "StatementId"))
942
+ RemovePermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, location_name: "StatementId"))
943
+ RemovePermissionRequest.add_member(:remove_all_permissions, Shapes::ShapeRef.new(shape: Boolean, location_name: "RemoveAllPermissions"))
542
944
  RemovePermissionRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: NonPartnerEventBusName, location_name: "EventBusName"))
543
945
  RemovePermissionRequest.struct_class = Types::RemovePermissionRequest
544
946
 
545
947
  RemoveTargetsRequest.add_member(:rule, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Rule"))
546
- RemoveTargetsRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
948
+ RemoveTargetsRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
547
949
  RemoveTargetsRequest.add_member(:ids, Shapes::ShapeRef.new(shape: TargetIdList, required: true, location_name: "Ids"))
548
950
  RemoveTargetsRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
549
951
  RemoveTargetsRequest.struct_class = Types::RemoveTargetsRequest
@@ -559,6 +961,25 @@ module Aws::EventBridge
559
961
 
560
962
  RemoveTargetsResultEntryList.member = Shapes::ShapeRef.new(shape: RemoveTargetsResultEntry)
561
963
 
964
+ Replay.add_member(:replay_name, Shapes::ShapeRef.new(shape: ReplayName, location_name: "ReplayName"))
965
+ Replay.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
966
+ Replay.add_member(:state, Shapes::ShapeRef.new(shape: ReplayState, location_name: "State"))
967
+ Replay.add_member(:state_reason, Shapes::ShapeRef.new(shape: ReplayStateReason, location_name: "StateReason"))
968
+ Replay.add_member(:event_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventStartTime"))
969
+ Replay.add_member(:event_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventEndTime"))
970
+ Replay.add_member(:event_last_replayed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventLastReplayedTime"))
971
+ Replay.add_member(:replay_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReplayStartTime"))
972
+ Replay.add_member(:replay_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReplayEndTime"))
973
+ Replay.struct_class = Types::Replay
974
+
975
+ ReplayDestination.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
976
+ ReplayDestination.add_member(:filter_arns, Shapes::ShapeRef.new(shape: ReplayDestinationFilters, location_name: "FilterArns"))
977
+ ReplayDestination.struct_class = Types::ReplayDestination
978
+
979
+ ReplayDestinationFilters.member = Shapes::ShapeRef.new(shape: Arn)
980
+
981
+ ReplayList.member = Shapes::ShapeRef.new(shape: Replay)
982
+
562
983
  ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
563
984
 
564
985
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
@@ -596,6 +1017,20 @@ module Aws::EventBridge
596
1017
  SqsParameters.add_member(:message_group_id, Shapes::ShapeRef.new(shape: MessageGroupId, location_name: "MessageGroupId"))
597
1018
  SqsParameters.struct_class = Types::SqsParameters
598
1019
 
1020
+ StartReplayRequest.add_member(:replay_name, Shapes::ShapeRef.new(shape: ReplayName, required: true, location_name: "ReplayName"))
1021
+ StartReplayRequest.add_member(:description, Shapes::ShapeRef.new(shape: ReplayDescription, location_name: "Description"))
1022
+ StartReplayRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "EventSourceArn"))
1023
+ StartReplayRequest.add_member(:event_start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventStartTime"))
1024
+ StartReplayRequest.add_member(:event_end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventEndTime"))
1025
+ StartReplayRequest.add_member(:destination, Shapes::ShapeRef.new(shape: ReplayDestination, required: true, location_name: "Destination"))
1026
+ StartReplayRequest.struct_class = Types::StartReplayRequest
1027
+
1028
+ StartReplayResponse.add_member(:replay_arn, Shapes::ShapeRef.new(shape: ReplayArn, location_name: "ReplayArn"))
1029
+ StartReplayResponse.add_member(:state, Shapes::ShapeRef.new(shape: ReplayState, location_name: "State"))
1030
+ StartReplayResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ReplayStateReason, location_name: "StateReason"))
1031
+ StartReplayResponse.add_member(:replay_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReplayStartTime"))
1032
+ StartReplayResponse.struct_class = Types::StartReplayResponse
1033
+
599
1034
  StringList.member = Shapes::ShapeRef.new(shape: String)
600
1035
 
601
1036
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
@@ -649,6 +1084,69 @@ module Aws::EventBridge
649
1084
 
650
1085
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
651
1086
 
1087
+ UpdateApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
1088
+ UpdateApiDestinationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApiDestinationDescription, location_name: "Description"))
1089
+ UpdateApiDestinationRequest.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
1090
+ UpdateApiDestinationRequest.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "InvocationEndpoint"))
1091
+ UpdateApiDestinationRequest.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, location_name: "HttpMethod"))
1092
+ UpdateApiDestinationRequest.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
1093
+ UpdateApiDestinationRequest.struct_class = Types::UpdateApiDestinationRequest
1094
+
1095
+ UpdateApiDestinationResponse.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
1096
+ UpdateApiDestinationResponse.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
1097
+ UpdateApiDestinationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1098
+ UpdateApiDestinationResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
1099
+ UpdateApiDestinationResponse.struct_class = Types::UpdateApiDestinationResponse
1100
+
1101
+ UpdateArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
1102
+ UpdateArchiveRequest.add_member(:description, Shapes::ShapeRef.new(shape: ArchiveDescription, location_name: "Description"))
1103
+ UpdateArchiveRequest.add_member(:event_pattern, Shapes::ShapeRef.new(shape: EventPattern, location_name: "EventPattern"))
1104
+ UpdateArchiveRequest.add_member(:retention_days, Shapes::ShapeRef.new(shape: RetentionDays, location_name: "RetentionDays"))
1105
+ UpdateArchiveRequest.struct_class = Types::UpdateArchiveRequest
1106
+
1107
+ UpdateArchiveResponse.add_member(:archive_arn, Shapes::ShapeRef.new(shape: ArchiveArn, location_name: "ArchiveArn"))
1108
+ UpdateArchiveResponse.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
1109
+ UpdateArchiveResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ArchiveStateReason, location_name: "StateReason"))
1110
+ UpdateArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1111
+ UpdateArchiveResponse.struct_class = Types::UpdateArchiveResponse
1112
+
1113
+ UpdateConnectionApiKeyAuthRequestParameters.add_member(:api_key_name, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ApiKeyName"))
1114
+ UpdateConnectionApiKeyAuthRequestParameters.add_member(:api_key_value, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ApiKeyValue"))
1115
+ UpdateConnectionApiKeyAuthRequestParameters.struct_class = Types::UpdateConnectionApiKeyAuthRequestParameters
1116
+
1117
+ UpdateConnectionAuthRequestParameters.add_member(:basic_auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionBasicAuthRequestParameters, location_name: "BasicAuthParameters"))
1118
+ UpdateConnectionAuthRequestParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionOAuthRequestParameters, location_name: "OAuthParameters"))
1119
+ UpdateConnectionAuthRequestParameters.add_member(:api_key_auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionApiKeyAuthRequestParameters, location_name: "ApiKeyAuthParameters"))
1120
+ UpdateConnectionAuthRequestParameters.add_member(:invocation_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "InvocationHttpParameters"))
1121
+ UpdateConnectionAuthRequestParameters.struct_class = Types::UpdateConnectionAuthRequestParameters
1122
+
1123
+ UpdateConnectionBasicAuthRequestParameters.add_member(:username, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "Username"))
1124
+ UpdateConnectionBasicAuthRequestParameters.add_member(:password, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "Password"))
1125
+ UpdateConnectionBasicAuthRequestParameters.struct_class = Types::UpdateConnectionBasicAuthRequestParameters
1126
+
1127
+ UpdateConnectionOAuthClientRequestParameters.add_member(:client_id, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ClientID"))
1128
+ UpdateConnectionOAuthClientRequestParameters.add_member(:client_secret, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ClientSecret"))
1129
+ UpdateConnectionOAuthClientRequestParameters.struct_class = Types::UpdateConnectionOAuthClientRequestParameters
1130
+
1131
+ UpdateConnectionOAuthRequestParameters.add_member(:client_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionOAuthClientRequestParameters, location_name: "ClientParameters"))
1132
+ UpdateConnectionOAuthRequestParameters.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "AuthorizationEndpoint"))
1133
+ UpdateConnectionOAuthRequestParameters.add_member(:http_method, Shapes::ShapeRef.new(shape: ConnectionOAuthHttpMethod, location_name: "HttpMethod"))
1134
+ UpdateConnectionOAuthRequestParameters.add_member(:o_auth_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "OAuthHttpParameters"))
1135
+ UpdateConnectionOAuthRequestParameters.struct_class = Types::UpdateConnectionOAuthRequestParameters
1136
+
1137
+ UpdateConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
1138
+ UpdateConnectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConnectionDescription, location_name: "Description"))
1139
+ UpdateConnectionRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, location_name: "AuthorizationType"))
1140
+ UpdateConnectionRequest.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionAuthRequestParameters, location_name: "AuthParameters"))
1141
+ UpdateConnectionRequest.struct_class = Types::UpdateConnectionRequest
1142
+
1143
+ UpdateConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
1144
+ UpdateConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
1145
+ UpdateConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1146
+ UpdateConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
1147
+ UpdateConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
1148
+ UpdateConnectionResponse.struct_class = Types::UpdateConnectionResponse
1149
+
652
1150
 
653
1151
  # @api private
654
1152
  API = Seahorse::Model::Api.new.tap do |api|
@@ -680,6 +1178,55 @@ module Aws::EventBridge
680
1178
  o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
681
1179
  end)
682
1180
 
1181
+ api.add_operation(:cancel_replay, Seahorse::Model::Operation.new.tap do |o|
1182
+ o.name = "CancelReplay"
1183
+ o.http_method = "POST"
1184
+ o.http_request_uri = "/"
1185
+ o.input = Shapes::ShapeRef.new(shape: CancelReplayRequest)
1186
+ o.output = Shapes::ShapeRef.new(shape: CancelReplayResponse)
1187
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1188
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1189
+ o.errors << Shapes::ShapeRef.new(shape: IllegalStatusException)
1190
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1191
+ end)
1192
+
1193
+ api.add_operation(:create_api_destination, Seahorse::Model::Operation.new.tap do |o|
1194
+ o.name = "CreateApiDestination"
1195
+ o.http_method = "POST"
1196
+ o.http_request_uri = "/"
1197
+ o.input = Shapes::ShapeRef.new(shape: CreateApiDestinationRequest)
1198
+ o.output = Shapes::ShapeRef.new(shape: CreateApiDestinationResponse)
1199
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1200
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1201
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1202
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1203
+ end)
1204
+
1205
+ api.add_operation(:create_archive, Seahorse::Model::Operation.new.tap do |o|
1206
+ o.name = "CreateArchive"
1207
+ o.http_method = "POST"
1208
+ o.http_request_uri = "/"
1209
+ o.input = Shapes::ShapeRef.new(shape: CreateArchiveRequest)
1210
+ o.output = Shapes::ShapeRef.new(shape: CreateArchiveResponse)
1211
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1212
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1213
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1214
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1215
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1216
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEventPatternException)
1217
+ end)
1218
+
1219
+ api.add_operation(:create_connection, Seahorse::Model::Operation.new.tap do |o|
1220
+ o.name = "CreateConnection"
1221
+ o.http_method = "POST"
1222
+ o.http_request_uri = "/"
1223
+ o.input = Shapes::ShapeRef.new(shape: CreateConnectionRequest)
1224
+ o.output = Shapes::ShapeRef.new(shape: CreateConnectionResponse)
1225
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1226
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1227
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1228
+ end)
1229
+
683
1230
  api.add_operation(:create_event_bus, Seahorse::Model::Operation.new.tap do |o|
684
1231
  o.name = "CreateEventBus"
685
1232
  o.http_method = "POST"
@@ -721,6 +1268,50 @@ module Aws::EventBridge
721
1268
  o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
722
1269
  end)
723
1270
 
1271
+ api.add_operation(:deauthorize_connection, Seahorse::Model::Operation.new.tap do |o|
1272
+ o.name = "DeauthorizeConnection"
1273
+ o.http_method = "POST"
1274
+ o.http_request_uri = "/"
1275
+ o.input = Shapes::ShapeRef.new(shape: DeauthorizeConnectionRequest)
1276
+ o.output = Shapes::ShapeRef.new(shape: DeauthorizeConnectionResponse)
1277
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1278
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1279
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1280
+ end)
1281
+
1282
+ api.add_operation(:delete_api_destination, Seahorse::Model::Operation.new.tap do |o|
1283
+ o.name = "DeleteApiDestination"
1284
+ o.http_method = "POST"
1285
+ o.http_request_uri = "/"
1286
+ o.input = Shapes::ShapeRef.new(shape: DeleteApiDestinationRequest)
1287
+ o.output = Shapes::ShapeRef.new(shape: DeleteApiDestinationResponse)
1288
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1289
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1290
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1291
+ end)
1292
+
1293
+ api.add_operation(:delete_archive, Seahorse::Model::Operation.new.tap do |o|
1294
+ o.name = "DeleteArchive"
1295
+ o.http_method = "POST"
1296
+ o.http_request_uri = "/"
1297
+ o.input = Shapes::ShapeRef.new(shape: DeleteArchiveRequest)
1298
+ o.output = Shapes::ShapeRef.new(shape: DeleteArchiveResponse)
1299
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1300
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1301
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1302
+ end)
1303
+
1304
+ api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
1305
+ o.name = "DeleteConnection"
1306
+ o.http_method = "POST"
1307
+ o.http_request_uri = "/"
1308
+ o.input = Shapes::ShapeRef.new(shape: DeleteConnectionRequest)
1309
+ o.output = Shapes::ShapeRef.new(shape: DeleteConnectionResponse)
1310
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1311
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1312
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1313
+ end)
1314
+
724
1315
  api.add_operation(:delete_event_bus, Seahorse::Model::Operation.new.tap do |o|
725
1316
  o.name = "DeleteEventBus"
726
1317
  o.http_method = "POST"
@@ -754,6 +1345,37 @@ module Aws::EventBridge
754
1345
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
755
1346
  end)
756
1347
 
1348
+ api.add_operation(:describe_api_destination, Seahorse::Model::Operation.new.tap do |o|
1349
+ o.name = "DescribeApiDestination"
1350
+ o.http_method = "POST"
1351
+ o.http_request_uri = "/"
1352
+ o.input = Shapes::ShapeRef.new(shape: DescribeApiDestinationRequest)
1353
+ o.output = Shapes::ShapeRef.new(shape: DescribeApiDestinationResponse)
1354
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1356
+ end)
1357
+
1358
+ api.add_operation(:describe_archive, Seahorse::Model::Operation.new.tap do |o|
1359
+ o.name = "DescribeArchive"
1360
+ o.http_method = "POST"
1361
+ o.http_request_uri = "/"
1362
+ o.input = Shapes::ShapeRef.new(shape: DescribeArchiveRequest)
1363
+ o.output = Shapes::ShapeRef.new(shape: DescribeArchiveResponse)
1364
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1365
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1366
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1367
+ end)
1368
+
1369
+ api.add_operation(:describe_connection, Seahorse::Model::Operation.new.tap do |o|
1370
+ o.name = "DescribeConnection"
1371
+ o.http_method = "POST"
1372
+ o.http_request_uri = "/"
1373
+ o.input = Shapes::ShapeRef.new(shape: DescribeConnectionRequest)
1374
+ o.output = Shapes::ShapeRef.new(shape: DescribeConnectionResponse)
1375
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1376
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1377
+ end)
1378
+
757
1379
  api.add_operation(:describe_event_bus, Seahorse::Model::Operation.new.tap do |o|
758
1380
  o.name = "DescribeEventBus"
759
1381
  o.http_method = "POST"
@@ -786,6 +1408,16 @@ module Aws::EventBridge
786
1408
  o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
787
1409
  end)
788
1410
 
1411
+ api.add_operation(:describe_replay, Seahorse::Model::Operation.new.tap do |o|
1412
+ o.name = "DescribeReplay"
1413
+ o.http_method = "POST"
1414
+ o.http_request_uri = "/"
1415
+ o.input = Shapes::ShapeRef.new(shape: DescribeReplayRequest)
1416
+ o.output = Shapes::ShapeRef.new(shape: DescribeReplayResponse)
1417
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1418
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1419
+ end)
1420
+
789
1421
  api.add_operation(:describe_rule, Seahorse::Model::Operation.new.tap do |o|
790
1422
  o.name = "DescribeRule"
791
1423
  o.http_method = "POST"
@@ -820,6 +1452,34 @@ module Aws::EventBridge
820
1452
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
821
1453
  end)
822
1454
 
1455
+ api.add_operation(:list_api_destinations, Seahorse::Model::Operation.new.tap do |o|
1456
+ o.name = "ListApiDestinations"
1457
+ o.http_method = "POST"
1458
+ o.http_request_uri = "/"
1459
+ o.input = Shapes::ShapeRef.new(shape: ListApiDestinationsRequest)
1460
+ o.output = Shapes::ShapeRef.new(shape: ListApiDestinationsResponse)
1461
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1462
+ end)
1463
+
1464
+ api.add_operation(:list_archives, Seahorse::Model::Operation.new.tap do |o|
1465
+ o.name = "ListArchives"
1466
+ o.http_method = "POST"
1467
+ o.http_request_uri = "/"
1468
+ o.input = Shapes::ShapeRef.new(shape: ListArchivesRequest)
1469
+ o.output = Shapes::ShapeRef.new(shape: ListArchivesResponse)
1470
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1471
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1472
+ end)
1473
+
1474
+ api.add_operation(:list_connections, Seahorse::Model::Operation.new.tap do |o|
1475
+ o.name = "ListConnections"
1476
+ o.http_method = "POST"
1477
+ o.http_request_uri = "/"
1478
+ o.input = Shapes::ShapeRef.new(shape: ListConnectionsRequest)
1479
+ o.output = Shapes::ShapeRef.new(shape: ListConnectionsResponse)
1480
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1481
+ end)
1482
+
823
1483
  api.add_operation(:list_event_buses, Seahorse::Model::Operation.new.tap do |o|
824
1484
  o.name = "ListEventBuses"
825
1485
  o.http_method = "POST"
@@ -860,6 +1520,15 @@ module Aws::EventBridge
860
1520
  o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
861
1521
  end)
862
1522
 
1523
+ api.add_operation(:list_replays, Seahorse::Model::Operation.new.tap do |o|
1524
+ o.name = "ListReplays"
1525
+ o.http_method = "POST"
1526
+ o.http_request_uri = "/"
1527
+ o.input = Shapes::ShapeRef.new(shape: ListReplaysRequest)
1528
+ o.output = Shapes::ShapeRef.new(shape: ListReplaysResponse)
1529
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1530
+ end)
1531
+
863
1532
  api.add_operation(:list_rule_names_by_target, Seahorse::Model::Operation.new.tap do |o|
864
1533
  o.name = "ListRuleNamesByTarget"
865
1534
  o.http_method = "POST"
@@ -929,6 +1598,7 @@ module Aws::EventBridge
929
1598
  o.errors << Shapes::ShapeRef.new(shape: PolicyLengthExceededException)
930
1599
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
931
1600
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1601
+ o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
932
1602
  end)
933
1603
 
934
1604
  api.add_operation(:put_rule, Seahorse::Model::Operation.new.tap do |o|
@@ -967,6 +1637,7 @@ module Aws::EventBridge
967
1637
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
968
1638
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
969
1639
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1640
+ o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
970
1641
  end)
971
1642
 
972
1643
  api.add_operation(:remove_targets, Seahorse::Model::Operation.new.tap do |o|
@@ -981,6 +1652,19 @@ module Aws::EventBridge
981
1652
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
982
1653
  end)
983
1654
 
1655
+ api.add_operation(:start_replay, Seahorse::Model::Operation.new.tap do |o|
1656
+ o.name = "StartReplay"
1657
+ o.http_method = "POST"
1658
+ o.http_request_uri = "/"
1659
+ o.input = Shapes::ShapeRef.new(shape: StartReplayRequest)
1660
+ o.output = Shapes::ShapeRef.new(shape: StartReplayResponse)
1661
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1662
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1663
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEventPatternException)
1664
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1665
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1666
+ end)
1667
+
984
1668
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
985
1669
  o.name = "TagResource"
986
1670
  o.http_method = "POST"
@@ -1014,6 +1698,43 @@ module Aws::EventBridge
1014
1698
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1015
1699
  o.errors << Shapes::ShapeRef.new(shape: ManagedRuleException)
1016
1700
  end)
1701
+
1702
+ api.add_operation(:update_api_destination, Seahorse::Model::Operation.new.tap do |o|
1703
+ o.name = "UpdateApiDestination"
1704
+ o.http_method = "POST"
1705
+ o.http_request_uri = "/"
1706
+ o.input = Shapes::ShapeRef.new(shape: UpdateApiDestinationRequest)
1707
+ o.output = Shapes::ShapeRef.new(shape: UpdateApiDestinationResponse)
1708
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1709
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1710
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1711
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1712
+ end)
1713
+
1714
+ api.add_operation(:update_archive, Seahorse::Model::Operation.new.tap do |o|
1715
+ o.name = "UpdateArchive"
1716
+ o.http_method = "POST"
1717
+ o.http_request_uri = "/"
1718
+ o.input = Shapes::ShapeRef.new(shape: UpdateArchiveRequest)
1719
+ o.output = Shapes::ShapeRef.new(shape: UpdateArchiveResponse)
1720
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1721
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1722
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1723
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1724
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEventPatternException)
1725
+ end)
1726
+
1727
+ api.add_operation(:update_connection, Seahorse::Model::Operation.new.tap do |o|
1728
+ o.name = "UpdateConnection"
1729
+ o.http_method = "POST"
1730
+ o.http_request_uri = "/"
1731
+ o.input = Shapes::ShapeRef.new(shape: UpdateConnectionRequest)
1732
+ o.output = Shapes::ShapeRef.new(shape: UpdateConnectionResponse)
1733
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1734
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1735
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1736
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1737
+ end)
1017
1738
  end
1018
1739
 
1019
1740
  end