aws-sdk-eventbridge 1.20.0 → 1.25.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 +138 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-eventbridge.rb +2 -2
- data/lib/aws-sdk-eventbridge/client.rb +775 -35
- data/lib/aws-sdk-eventbridge/client_api.rb +489 -1
- data/lib/aws-sdk-eventbridge/errors.rb +1 -1
- data/lib/aws-sdk-eventbridge/resource.rb +1 -1
- data/lib/aws-sdk-eventbridge/types.rb +2295 -197
- metadata +9 -7
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -16,6 +16,14 @@ 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')
|
19
27
|
Archive = Shapes::StructureShape.new(name: 'Archive')
|
20
28
|
ArchiveArn = Shapes::StringShape.new(name: 'ArchiveArn')
|
21
29
|
ArchiveDescription = Shapes::StringShape.new(name: 'ArchiveDescription')
|
@@ -25,6 +33,7 @@ module Aws::EventBridge
|
|
25
33
|
ArchiveStateReason = Shapes::StringShape.new(name: 'ArchiveStateReason')
|
26
34
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
27
35
|
AssignPublicIp = Shapes::StringShape.new(name: 'AssignPublicIp')
|
36
|
+
AuthHeaderParameters = Shapes::StringShape.new(name: 'AuthHeaderParameters')
|
28
37
|
AwsVpcConfiguration = Shapes::StructureShape.new(name: 'AwsVpcConfiguration')
|
29
38
|
BatchArrayProperties = Shapes::StructureShape.new(name: 'BatchArrayProperties')
|
30
39
|
BatchParameters = Shapes::StructureShape.new(name: 'BatchParameters')
|
@@ -32,10 +41,45 @@ module Aws::EventBridge
|
|
32
41
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
33
42
|
CancelReplayRequest = Shapes::StructureShape.new(name: 'CancelReplayRequest')
|
34
43
|
CancelReplayResponse = Shapes::StructureShape.new(name: 'CancelReplayResponse')
|
44
|
+
CapacityProvider = Shapes::StringShape.new(name: 'CapacityProvider')
|
45
|
+
CapacityProviderStrategy = Shapes::ListShape.new(name: 'CapacityProviderStrategy')
|
46
|
+
CapacityProviderStrategyItem = Shapes::StructureShape.new(name: 'CapacityProviderStrategyItem')
|
47
|
+
CapacityProviderStrategyItemBase = Shapes::IntegerShape.new(name: 'CapacityProviderStrategyItemBase')
|
48
|
+
CapacityProviderStrategyItemWeight = Shapes::IntegerShape.new(name: 'CapacityProviderStrategyItemWeight')
|
35
49
|
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
36
50
|
Condition = Shapes::StructureShape.new(name: 'Condition')
|
51
|
+
Connection = Shapes::StructureShape.new(name: 'Connection')
|
52
|
+
ConnectionApiKeyAuthResponseParameters = Shapes::StructureShape.new(name: 'ConnectionApiKeyAuthResponseParameters')
|
53
|
+
ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
|
54
|
+
ConnectionAuthResponseParameters = Shapes::StructureShape.new(name: 'ConnectionAuthResponseParameters')
|
55
|
+
ConnectionAuthorizationType = Shapes::StringShape.new(name: 'ConnectionAuthorizationType')
|
56
|
+
ConnectionBasicAuthResponseParameters = Shapes::StructureShape.new(name: 'ConnectionBasicAuthResponseParameters')
|
57
|
+
ConnectionBodyParameter = Shapes::StructureShape.new(name: 'ConnectionBodyParameter')
|
58
|
+
ConnectionBodyParametersList = Shapes::ListShape.new(name: 'ConnectionBodyParametersList')
|
59
|
+
ConnectionDescription = Shapes::StringShape.new(name: 'ConnectionDescription')
|
60
|
+
ConnectionHeaderParameter = Shapes::StructureShape.new(name: 'ConnectionHeaderParameter')
|
61
|
+
ConnectionHeaderParametersList = Shapes::ListShape.new(name: 'ConnectionHeaderParametersList')
|
62
|
+
ConnectionHttpParameters = Shapes::StructureShape.new(name: 'ConnectionHttpParameters')
|
63
|
+
ConnectionName = Shapes::StringShape.new(name: 'ConnectionName')
|
64
|
+
ConnectionOAuthClientResponseParameters = Shapes::StructureShape.new(name: 'ConnectionOAuthClientResponseParameters')
|
65
|
+
ConnectionOAuthHttpMethod = Shapes::StringShape.new(name: 'ConnectionOAuthHttpMethod')
|
66
|
+
ConnectionOAuthResponseParameters = Shapes::StructureShape.new(name: 'ConnectionOAuthResponseParameters')
|
67
|
+
ConnectionQueryStringParameter = Shapes::StructureShape.new(name: 'ConnectionQueryStringParameter')
|
68
|
+
ConnectionQueryStringParametersList = Shapes::ListShape.new(name: 'ConnectionQueryStringParametersList')
|
69
|
+
ConnectionResponseList = Shapes::ListShape.new(name: 'ConnectionResponseList')
|
70
|
+
ConnectionState = Shapes::StringShape.new(name: 'ConnectionState')
|
71
|
+
ConnectionStateReason = Shapes::StringShape.new(name: 'ConnectionStateReason')
|
72
|
+
CreateApiDestinationRequest = Shapes::StructureShape.new(name: 'CreateApiDestinationRequest')
|
73
|
+
CreateApiDestinationResponse = Shapes::StructureShape.new(name: 'CreateApiDestinationResponse')
|
37
74
|
CreateArchiveRequest = Shapes::StructureShape.new(name: 'CreateArchiveRequest')
|
38
75
|
CreateArchiveResponse = Shapes::StructureShape.new(name: 'CreateArchiveResponse')
|
76
|
+
CreateConnectionApiKeyAuthRequestParameters = Shapes::StructureShape.new(name: 'CreateConnectionApiKeyAuthRequestParameters')
|
77
|
+
CreateConnectionAuthRequestParameters = Shapes::StructureShape.new(name: 'CreateConnectionAuthRequestParameters')
|
78
|
+
CreateConnectionBasicAuthRequestParameters = Shapes::StructureShape.new(name: 'CreateConnectionBasicAuthRequestParameters')
|
79
|
+
CreateConnectionOAuthClientRequestParameters = Shapes::StructureShape.new(name: 'CreateConnectionOAuthClientRequestParameters')
|
80
|
+
CreateConnectionOAuthRequestParameters = Shapes::StructureShape.new(name: 'CreateConnectionOAuthRequestParameters')
|
81
|
+
CreateConnectionRequest = Shapes::StructureShape.new(name: 'CreateConnectionRequest')
|
82
|
+
CreateConnectionResponse = Shapes::StructureShape.new(name: 'CreateConnectionResponse')
|
39
83
|
CreateEventBusRequest = Shapes::StructureShape.new(name: 'CreateEventBusRequest')
|
40
84
|
CreateEventBusResponse = Shapes::StructureShape.new(name: 'CreateEventBusResponse')
|
41
85
|
CreatePartnerEventSourceRequest = Shapes::StructureShape.new(name: 'CreatePartnerEventSourceRequest')
|
@@ -45,13 +89,23 @@ module Aws::EventBridge
|
|
45
89
|
DbUser = Shapes::StringShape.new(name: 'DbUser')
|
46
90
|
DeactivateEventSourceRequest = Shapes::StructureShape.new(name: 'DeactivateEventSourceRequest')
|
47
91
|
DeadLetterConfig = Shapes::StructureShape.new(name: 'DeadLetterConfig')
|
92
|
+
DeauthorizeConnectionRequest = Shapes::StructureShape.new(name: 'DeauthorizeConnectionRequest')
|
93
|
+
DeauthorizeConnectionResponse = Shapes::StructureShape.new(name: 'DeauthorizeConnectionResponse')
|
94
|
+
DeleteApiDestinationRequest = Shapes::StructureShape.new(name: 'DeleteApiDestinationRequest')
|
95
|
+
DeleteApiDestinationResponse = Shapes::StructureShape.new(name: 'DeleteApiDestinationResponse')
|
48
96
|
DeleteArchiveRequest = Shapes::StructureShape.new(name: 'DeleteArchiveRequest')
|
49
97
|
DeleteArchiveResponse = Shapes::StructureShape.new(name: 'DeleteArchiveResponse')
|
98
|
+
DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
|
99
|
+
DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
|
50
100
|
DeleteEventBusRequest = Shapes::StructureShape.new(name: 'DeleteEventBusRequest')
|
51
101
|
DeletePartnerEventSourceRequest = Shapes::StructureShape.new(name: 'DeletePartnerEventSourceRequest')
|
52
102
|
DeleteRuleRequest = Shapes::StructureShape.new(name: 'DeleteRuleRequest')
|
103
|
+
DescribeApiDestinationRequest = Shapes::StructureShape.new(name: 'DescribeApiDestinationRequest')
|
104
|
+
DescribeApiDestinationResponse = Shapes::StructureShape.new(name: 'DescribeApiDestinationResponse')
|
53
105
|
DescribeArchiveRequest = Shapes::StructureShape.new(name: 'DescribeArchiveRequest')
|
54
106
|
DescribeArchiveResponse = Shapes::StructureShape.new(name: 'DescribeArchiveResponse')
|
107
|
+
DescribeConnectionRequest = Shapes::StructureShape.new(name: 'DescribeConnectionRequest')
|
108
|
+
DescribeConnectionResponse = Shapes::StructureShape.new(name: 'DescribeConnectionResponse')
|
55
109
|
DescribeEventBusRequest = Shapes::StructureShape.new(name: 'DescribeEventBusRequest')
|
56
110
|
DescribeEventBusResponse = Shapes::StructureShape.new(name: 'DescribeEventBusResponse')
|
57
111
|
DescribeEventSourceRequest = Shapes::StructureShape.new(name: 'DescribeEventSourceRequest')
|
@@ -85,6 +139,7 @@ module Aws::EventBridge
|
|
85
139
|
HeaderParametersMap = Shapes::MapShape.new(name: 'HeaderParametersMap')
|
86
140
|
HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
|
87
141
|
HttpParameters = Shapes::StructureShape.new(name: 'HttpParameters')
|
142
|
+
HttpsEndpoint = Shapes::StringShape.new(name: 'HttpsEndpoint')
|
88
143
|
IllegalStatusException = Shapes::StructureShape.new(name: 'IllegalStatusException')
|
89
144
|
InputTransformer = Shapes::StructureShape.new(name: 'InputTransformer')
|
90
145
|
InputTransformerPathKey = Shapes::StringShape.new(name: 'InputTransformerPathKey')
|
@@ -97,8 +152,12 @@ module Aws::EventBridge
|
|
97
152
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
98
153
|
LimitMax100 = Shapes::IntegerShape.new(name: 'LimitMax100')
|
99
154
|
LimitMin1 = Shapes::IntegerShape.new(name: 'LimitMin1')
|
155
|
+
ListApiDestinationsRequest = Shapes::StructureShape.new(name: 'ListApiDestinationsRequest')
|
156
|
+
ListApiDestinationsResponse = Shapes::StructureShape.new(name: 'ListApiDestinationsResponse')
|
100
157
|
ListArchivesRequest = Shapes::StructureShape.new(name: 'ListArchivesRequest')
|
101
158
|
ListArchivesResponse = Shapes::StructureShape.new(name: 'ListArchivesResponse')
|
159
|
+
ListConnectionsRequest = Shapes::StructureShape.new(name: 'ListConnectionsRequest')
|
160
|
+
ListConnectionsResponse = Shapes::StructureShape.new(name: 'ListConnectionsResponse')
|
102
161
|
ListEventBusesRequest = Shapes::StructureShape.new(name: 'ListEventBusesRequest')
|
103
162
|
ListEventBusesResponse = Shapes::StructureShape.new(name: 'ListEventBusesResponse')
|
104
163
|
ListEventSourcesRequest = Shapes::StructureShape.new(name: 'ListEventSourcesRequest')
|
@@ -135,8 +194,17 @@ module Aws::EventBridge
|
|
135
194
|
PartnerEventSourceNamePrefix = Shapes::StringShape.new(name: 'PartnerEventSourceNamePrefix')
|
136
195
|
PathParameter = Shapes::StringShape.new(name: 'PathParameter')
|
137
196
|
PathParameterList = Shapes::ListShape.new(name: 'PathParameterList')
|
197
|
+
PlacementConstraint = Shapes::StructureShape.new(name: 'PlacementConstraint')
|
198
|
+
PlacementConstraintExpression = Shapes::StringShape.new(name: 'PlacementConstraintExpression')
|
199
|
+
PlacementConstraintType = Shapes::StringShape.new(name: 'PlacementConstraintType')
|
200
|
+
PlacementConstraints = Shapes::ListShape.new(name: 'PlacementConstraints')
|
201
|
+
PlacementStrategies = Shapes::ListShape.new(name: 'PlacementStrategies')
|
202
|
+
PlacementStrategy = Shapes::StructureShape.new(name: 'PlacementStrategy')
|
203
|
+
PlacementStrategyField = Shapes::StringShape.new(name: 'PlacementStrategyField')
|
204
|
+
PlacementStrategyType = Shapes::StringShape.new(name: 'PlacementStrategyType')
|
138
205
|
PolicyLengthExceededException = Shapes::StructureShape.new(name: 'PolicyLengthExceededException')
|
139
206
|
Principal = Shapes::StringShape.new(name: 'Principal')
|
207
|
+
PropagateTags = Shapes::StringShape.new(name: 'PropagateTags')
|
140
208
|
PutEventsRequest = Shapes::StructureShape.new(name: 'PutEventsRequest')
|
141
209
|
PutEventsRequestEntry = Shapes::StructureShape.new(name: 'PutEventsRequestEntry')
|
142
210
|
PutEventsRequestEntryList = Shapes::ListShape.new(name: 'PutEventsRequestEntryList')
|
@@ -161,6 +229,7 @@ module Aws::EventBridge
|
|
161
229
|
QueryStringValue = Shapes::StringShape.new(name: 'QueryStringValue')
|
162
230
|
RedshiftDataParameters = Shapes::StructureShape.new(name: 'RedshiftDataParameters')
|
163
231
|
RedshiftSecretManagerArn = Shapes::StringShape.new(name: 'RedshiftSecretManagerArn')
|
232
|
+
ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
|
164
233
|
RemovePermissionRequest = Shapes::StructureShape.new(name: 'RemovePermissionRequest')
|
165
234
|
RemoveTargetsRequest = Shapes::StructureShape.new(name: 'RemoveTargetsRequest')
|
166
235
|
RemoveTargetsResponse = Shapes::StructureShape.new(name: 'RemoveTargetsResponse')
|
@@ -194,7 +263,13 @@ module Aws::EventBridge
|
|
194
263
|
RunCommandTargetValue = Shapes::StringShape.new(name: 'RunCommandTargetValue')
|
195
264
|
RunCommandTargetValues = Shapes::ListShape.new(name: 'RunCommandTargetValues')
|
196
265
|
RunCommandTargets = Shapes::ListShape.new(name: 'RunCommandTargets')
|
266
|
+
SageMakerPipelineParameter = Shapes::StructureShape.new(name: 'SageMakerPipelineParameter')
|
267
|
+
SageMakerPipelineParameterList = Shapes::ListShape.new(name: 'SageMakerPipelineParameterList')
|
268
|
+
SageMakerPipelineParameterName = Shapes::StringShape.new(name: 'SageMakerPipelineParameterName')
|
269
|
+
SageMakerPipelineParameterValue = Shapes::StringShape.new(name: 'SageMakerPipelineParameterValue')
|
270
|
+
SageMakerPipelineParameters = Shapes::StructureShape.new(name: 'SageMakerPipelineParameters')
|
197
271
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
272
|
+
SecretsManagerSecretArn = Shapes::StringShape.new(name: 'SecretsManagerSecretArn')
|
198
273
|
Sql = Shapes::StringShape.new(name: 'Sql')
|
199
274
|
SqsParameters = Shapes::StructureShape.new(name: 'SqsParameters')
|
200
275
|
StartReplayRequest = Shapes::StructureShape.new(name: 'StartReplayRequest')
|
@@ -226,12 +301,34 @@ module Aws::EventBridge
|
|
226
301
|
TransformerPaths = Shapes::MapShape.new(name: 'TransformerPaths')
|
227
302
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
228
303
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
304
|
+
UpdateApiDestinationRequest = Shapes::StructureShape.new(name: 'UpdateApiDestinationRequest')
|
305
|
+
UpdateApiDestinationResponse = Shapes::StructureShape.new(name: 'UpdateApiDestinationResponse')
|
229
306
|
UpdateArchiveRequest = Shapes::StructureShape.new(name: 'UpdateArchiveRequest')
|
230
307
|
UpdateArchiveResponse = Shapes::StructureShape.new(name: 'UpdateArchiveResponse')
|
308
|
+
UpdateConnectionApiKeyAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionApiKeyAuthRequestParameters')
|
309
|
+
UpdateConnectionAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionAuthRequestParameters')
|
310
|
+
UpdateConnectionBasicAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionBasicAuthRequestParameters')
|
311
|
+
UpdateConnectionOAuthClientRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionOAuthClientRequestParameters')
|
312
|
+
UpdateConnectionOAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionOAuthRequestParameters')
|
313
|
+
UpdateConnectionRequest = Shapes::StructureShape.new(name: 'UpdateConnectionRequest')
|
314
|
+
UpdateConnectionResponse = Shapes::StructureShape.new(name: 'UpdateConnectionResponse')
|
231
315
|
|
232
316
|
ActivateEventSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventSourceName, required: true, location_name: "Name"))
|
233
317
|
ActivateEventSourceRequest.struct_class = Types::ActivateEventSourceRequest
|
234
318
|
|
319
|
+
ApiDestination.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
|
320
|
+
ApiDestination.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, location_name: "Name"))
|
321
|
+
ApiDestination.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
|
322
|
+
ApiDestination.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
323
|
+
ApiDestination.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "InvocationEndpoint"))
|
324
|
+
ApiDestination.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, location_name: "HttpMethod"))
|
325
|
+
ApiDestination.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
|
326
|
+
ApiDestination.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
327
|
+
ApiDestination.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
328
|
+
ApiDestination.struct_class = Types::ApiDestination
|
329
|
+
|
330
|
+
ApiDestinationResponseList.member = Shapes::ShapeRef.new(shape: ApiDestination)
|
331
|
+
|
235
332
|
Archive.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, location_name: "ArchiveName"))
|
236
333
|
Archive.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
|
237
334
|
Archive.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
|
@@ -269,6 +366,13 @@ module Aws::EventBridge
|
|
269
366
|
CancelReplayResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ReplayStateReason, location_name: "StateReason"))
|
270
367
|
CancelReplayResponse.struct_class = Types::CancelReplayResponse
|
271
368
|
|
369
|
+
CapacityProviderStrategy.member = Shapes::ShapeRef.new(shape: CapacityProviderStrategyItem)
|
370
|
+
|
371
|
+
CapacityProviderStrategyItem.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "capacityProvider"))
|
372
|
+
CapacityProviderStrategyItem.add_member(:weight, Shapes::ShapeRef.new(shape: CapacityProviderStrategyItemWeight, location_name: "weight"))
|
373
|
+
CapacityProviderStrategyItem.add_member(:base, Shapes::ShapeRef.new(shape: CapacityProviderStrategyItemBase, location_name: "base"))
|
374
|
+
CapacityProviderStrategyItem.struct_class = Types::CapacityProviderStrategyItem
|
375
|
+
|
272
376
|
ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
|
273
377
|
|
274
378
|
Condition.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
|
@@ -276,6 +380,79 @@ module Aws::EventBridge
|
|
276
380
|
Condition.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
277
381
|
Condition.struct_class = Types::Condition
|
278
382
|
|
383
|
+
Connection.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
384
|
+
Connection.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "Name"))
|
385
|
+
Connection.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
386
|
+
Connection.add_member(:state_reason, Shapes::ShapeRef.new(shape: ConnectionStateReason, location_name: "StateReason"))
|
387
|
+
Connection.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, location_name: "AuthorizationType"))
|
388
|
+
Connection.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
389
|
+
Connection.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
390
|
+
Connection.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
|
391
|
+
Connection.struct_class = Types::Connection
|
392
|
+
|
393
|
+
ConnectionApiKeyAuthResponseParameters.add_member(:api_key_name, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ApiKeyName"))
|
394
|
+
ConnectionApiKeyAuthResponseParameters.struct_class = Types::ConnectionApiKeyAuthResponseParameters
|
395
|
+
|
396
|
+
ConnectionAuthResponseParameters.add_member(:basic_auth_parameters, Shapes::ShapeRef.new(shape: ConnectionBasicAuthResponseParameters, location_name: "BasicAuthParameters"))
|
397
|
+
ConnectionAuthResponseParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: ConnectionOAuthResponseParameters, location_name: "OAuthParameters"))
|
398
|
+
ConnectionAuthResponseParameters.add_member(:api_key_auth_parameters, Shapes::ShapeRef.new(shape: ConnectionApiKeyAuthResponseParameters, location_name: "ApiKeyAuthParameters"))
|
399
|
+
ConnectionAuthResponseParameters.add_member(:invocation_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "InvocationHttpParameters"))
|
400
|
+
ConnectionAuthResponseParameters.struct_class = Types::ConnectionAuthResponseParameters
|
401
|
+
|
402
|
+
ConnectionBasicAuthResponseParameters.add_member(:username, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "Username"))
|
403
|
+
ConnectionBasicAuthResponseParameters.struct_class = Types::ConnectionBasicAuthResponseParameters
|
404
|
+
|
405
|
+
ConnectionBodyParameter.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
406
|
+
ConnectionBodyParameter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
407
|
+
ConnectionBodyParameter.add_member(:is_value_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsValueSecret"))
|
408
|
+
ConnectionBodyParameter.struct_class = Types::ConnectionBodyParameter
|
409
|
+
|
410
|
+
ConnectionBodyParametersList.member = Shapes::ShapeRef.new(shape: ConnectionBodyParameter)
|
411
|
+
|
412
|
+
ConnectionHeaderParameter.add_member(:key, Shapes::ShapeRef.new(shape: HeaderKey, location_name: "Key"))
|
413
|
+
ConnectionHeaderParameter.add_member(:value, Shapes::ShapeRef.new(shape: HeaderValue, location_name: "Value"))
|
414
|
+
ConnectionHeaderParameter.add_member(:is_value_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsValueSecret"))
|
415
|
+
ConnectionHeaderParameter.struct_class = Types::ConnectionHeaderParameter
|
416
|
+
|
417
|
+
ConnectionHeaderParametersList.member = Shapes::ShapeRef.new(shape: ConnectionHeaderParameter)
|
418
|
+
|
419
|
+
ConnectionHttpParameters.add_member(:header_parameters, Shapes::ShapeRef.new(shape: ConnectionHeaderParametersList, location_name: "HeaderParameters"))
|
420
|
+
ConnectionHttpParameters.add_member(:query_string_parameters, Shapes::ShapeRef.new(shape: ConnectionQueryStringParametersList, location_name: "QueryStringParameters"))
|
421
|
+
ConnectionHttpParameters.add_member(:body_parameters, Shapes::ShapeRef.new(shape: ConnectionBodyParametersList, location_name: "BodyParameters"))
|
422
|
+
ConnectionHttpParameters.struct_class = Types::ConnectionHttpParameters
|
423
|
+
|
424
|
+
ConnectionOAuthClientResponseParameters.add_member(:client_id, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ClientID"))
|
425
|
+
ConnectionOAuthClientResponseParameters.struct_class = Types::ConnectionOAuthClientResponseParameters
|
426
|
+
|
427
|
+
ConnectionOAuthResponseParameters.add_member(:client_parameters, Shapes::ShapeRef.new(shape: ConnectionOAuthClientResponseParameters, location_name: "ClientParameters"))
|
428
|
+
ConnectionOAuthResponseParameters.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "AuthorizationEndpoint"))
|
429
|
+
ConnectionOAuthResponseParameters.add_member(:http_method, Shapes::ShapeRef.new(shape: ConnectionOAuthHttpMethod, location_name: "HttpMethod"))
|
430
|
+
ConnectionOAuthResponseParameters.add_member(:o_auth_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "OAuthHttpParameters"))
|
431
|
+
ConnectionOAuthResponseParameters.struct_class = Types::ConnectionOAuthResponseParameters
|
432
|
+
|
433
|
+
ConnectionQueryStringParameter.add_member(:key, Shapes::ShapeRef.new(shape: QueryStringKey, location_name: "Key"))
|
434
|
+
ConnectionQueryStringParameter.add_member(:value, Shapes::ShapeRef.new(shape: QueryStringValue, location_name: "Value"))
|
435
|
+
ConnectionQueryStringParameter.add_member(:is_value_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsValueSecret"))
|
436
|
+
ConnectionQueryStringParameter.struct_class = Types::ConnectionQueryStringParameter
|
437
|
+
|
438
|
+
ConnectionQueryStringParametersList.member = Shapes::ShapeRef.new(shape: ConnectionQueryStringParameter)
|
439
|
+
|
440
|
+
ConnectionResponseList.member = Shapes::ShapeRef.new(shape: Connection)
|
441
|
+
|
442
|
+
CreateApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
|
443
|
+
CreateApiDestinationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApiDestinationDescription, location_name: "Description"))
|
444
|
+
CreateApiDestinationRequest.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
|
445
|
+
CreateApiDestinationRequest.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, required: true, location_name: "InvocationEndpoint"))
|
446
|
+
CreateApiDestinationRequest.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, required: true, location_name: "HttpMethod"))
|
447
|
+
CreateApiDestinationRequest.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
|
448
|
+
CreateApiDestinationRequest.struct_class = Types::CreateApiDestinationRequest
|
449
|
+
|
450
|
+
CreateApiDestinationResponse.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
|
451
|
+
CreateApiDestinationResponse.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
|
452
|
+
CreateApiDestinationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
453
|
+
CreateApiDestinationResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
454
|
+
CreateApiDestinationResponse.struct_class = Types::CreateApiDestinationResponse
|
455
|
+
|
279
456
|
CreateArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
|
280
457
|
CreateArchiveRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "EventSourceArn"))
|
281
458
|
CreateArchiveRequest.add_member(:description, Shapes::ShapeRef.new(shape: ArchiveDescription, location_name: "Description"))
|
@@ -289,6 +466,42 @@ module Aws::EventBridge
|
|
289
466
|
CreateArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
290
467
|
CreateArchiveResponse.struct_class = Types::CreateArchiveResponse
|
291
468
|
|
469
|
+
CreateConnectionApiKeyAuthRequestParameters.add_member(:api_key_name, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ApiKeyName"))
|
470
|
+
CreateConnectionApiKeyAuthRequestParameters.add_member(:api_key_value, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ApiKeyValue"))
|
471
|
+
CreateConnectionApiKeyAuthRequestParameters.struct_class = Types::CreateConnectionApiKeyAuthRequestParameters
|
472
|
+
|
473
|
+
CreateConnectionAuthRequestParameters.add_member(:basic_auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionBasicAuthRequestParameters, location_name: "BasicAuthParameters"))
|
474
|
+
CreateConnectionAuthRequestParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionOAuthRequestParameters, location_name: "OAuthParameters"))
|
475
|
+
CreateConnectionAuthRequestParameters.add_member(:api_key_auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionApiKeyAuthRequestParameters, location_name: "ApiKeyAuthParameters"))
|
476
|
+
CreateConnectionAuthRequestParameters.add_member(:invocation_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "InvocationHttpParameters"))
|
477
|
+
CreateConnectionAuthRequestParameters.struct_class = Types::CreateConnectionAuthRequestParameters
|
478
|
+
|
479
|
+
CreateConnectionBasicAuthRequestParameters.add_member(:username, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "Username"))
|
480
|
+
CreateConnectionBasicAuthRequestParameters.add_member(:password, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "Password"))
|
481
|
+
CreateConnectionBasicAuthRequestParameters.struct_class = Types::CreateConnectionBasicAuthRequestParameters
|
482
|
+
|
483
|
+
CreateConnectionOAuthClientRequestParameters.add_member(:client_id, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ClientID"))
|
484
|
+
CreateConnectionOAuthClientRequestParameters.add_member(:client_secret, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ClientSecret"))
|
485
|
+
CreateConnectionOAuthClientRequestParameters.struct_class = Types::CreateConnectionOAuthClientRequestParameters
|
486
|
+
|
487
|
+
CreateConnectionOAuthRequestParameters.add_member(:client_parameters, Shapes::ShapeRef.new(shape: CreateConnectionOAuthClientRequestParameters, required: true, location_name: "ClientParameters"))
|
488
|
+
CreateConnectionOAuthRequestParameters.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, required: true, location_name: "AuthorizationEndpoint"))
|
489
|
+
CreateConnectionOAuthRequestParameters.add_member(:http_method, Shapes::ShapeRef.new(shape: ConnectionOAuthHttpMethod, required: true, location_name: "HttpMethod"))
|
490
|
+
CreateConnectionOAuthRequestParameters.add_member(:o_auth_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "OAuthHttpParameters"))
|
491
|
+
CreateConnectionOAuthRequestParameters.struct_class = Types::CreateConnectionOAuthRequestParameters
|
492
|
+
|
493
|
+
CreateConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
|
494
|
+
CreateConnectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConnectionDescription, location_name: "Description"))
|
495
|
+
CreateConnectionRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, required: true, location_name: "AuthorizationType"))
|
496
|
+
CreateConnectionRequest.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionAuthRequestParameters, required: true, location_name: "AuthParameters"))
|
497
|
+
CreateConnectionRequest.struct_class = Types::CreateConnectionRequest
|
498
|
+
|
499
|
+
CreateConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
500
|
+
CreateConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
501
|
+
CreateConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
502
|
+
CreateConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
503
|
+
CreateConnectionResponse.struct_class = Types::CreateConnectionResponse
|
504
|
+
|
292
505
|
CreateEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, required: true, location_name: "Name"))
|
293
506
|
CreateEventBusRequest.add_member(:event_source_name, Shapes::ShapeRef.new(shape: EventSourceName, location_name: "EventSourceName"))
|
294
507
|
CreateEventBusRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
@@ -310,11 +523,36 @@ module Aws::EventBridge
|
|
310
523
|
DeadLetterConfig.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
311
524
|
DeadLetterConfig.struct_class = Types::DeadLetterConfig
|
312
525
|
|
526
|
+
DeauthorizeConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
|
527
|
+
DeauthorizeConnectionRequest.struct_class = Types::DeauthorizeConnectionRequest
|
528
|
+
|
529
|
+
DeauthorizeConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
530
|
+
DeauthorizeConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
531
|
+
DeauthorizeConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
532
|
+
DeauthorizeConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
533
|
+
DeauthorizeConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
|
534
|
+
DeauthorizeConnectionResponse.struct_class = Types::DeauthorizeConnectionResponse
|
535
|
+
|
536
|
+
DeleteApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
|
537
|
+
DeleteApiDestinationRequest.struct_class = Types::DeleteApiDestinationRequest
|
538
|
+
|
539
|
+
DeleteApiDestinationResponse.struct_class = Types::DeleteApiDestinationResponse
|
540
|
+
|
313
541
|
DeleteArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
|
314
542
|
DeleteArchiveRequest.struct_class = Types::DeleteArchiveRequest
|
315
543
|
|
316
544
|
DeleteArchiveResponse.struct_class = Types::DeleteArchiveResponse
|
317
545
|
|
546
|
+
DeleteConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
|
547
|
+
DeleteConnectionRequest.struct_class = Types::DeleteConnectionRequest
|
548
|
+
|
549
|
+
DeleteConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
550
|
+
DeleteConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
551
|
+
DeleteConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
552
|
+
DeleteConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
553
|
+
DeleteConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
|
554
|
+
DeleteConnectionResponse.struct_class = Types::DeleteConnectionResponse
|
555
|
+
|
318
556
|
DeleteEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, required: true, location_name: "Name"))
|
319
557
|
DeleteEventBusRequest.struct_class = Types::DeleteEventBusRequest
|
320
558
|
|
@@ -327,6 +565,21 @@ module Aws::EventBridge
|
|
327
565
|
DeleteRuleRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
|
328
566
|
DeleteRuleRequest.struct_class = Types::DeleteRuleRequest
|
329
567
|
|
568
|
+
DescribeApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
|
569
|
+
DescribeApiDestinationRequest.struct_class = Types::DescribeApiDestinationRequest
|
570
|
+
|
571
|
+
DescribeApiDestinationResponse.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
|
572
|
+
DescribeApiDestinationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, location_name: "Name"))
|
573
|
+
DescribeApiDestinationResponse.add_member(:description, Shapes::ShapeRef.new(shape: ApiDestinationDescription, location_name: "Description"))
|
574
|
+
DescribeApiDestinationResponse.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
|
575
|
+
DescribeApiDestinationResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
576
|
+
DescribeApiDestinationResponse.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "InvocationEndpoint"))
|
577
|
+
DescribeApiDestinationResponse.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, location_name: "HttpMethod"))
|
578
|
+
DescribeApiDestinationResponse.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
|
579
|
+
DescribeApiDestinationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
580
|
+
DescribeApiDestinationResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
581
|
+
DescribeApiDestinationResponse.struct_class = Types::DescribeApiDestinationResponse
|
582
|
+
|
330
583
|
DescribeArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
|
331
584
|
DescribeArchiveRequest.struct_class = Types::DescribeArchiveRequest
|
332
585
|
|
@@ -343,6 +596,22 @@ module Aws::EventBridge
|
|
343
596
|
DescribeArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
344
597
|
DescribeArchiveResponse.struct_class = Types::DescribeArchiveResponse
|
345
598
|
|
599
|
+
DescribeConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
|
600
|
+
DescribeConnectionRequest.struct_class = Types::DescribeConnectionRequest
|
601
|
+
|
602
|
+
DescribeConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
603
|
+
DescribeConnectionResponse.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "Name"))
|
604
|
+
DescribeConnectionResponse.add_member(:description, Shapes::ShapeRef.new(shape: ConnectionDescription, location_name: "Description"))
|
605
|
+
DescribeConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
606
|
+
DescribeConnectionResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ConnectionStateReason, location_name: "StateReason"))
|
607
|
+
DescribeConnectionResponse.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, location_name: "AuthorizationType"))
|
608
|
+
DescribeConnectionResponse.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretsManagerSecretArn, location_name: "SecretArn"))
|
609
|
+
DescribeConnectionResponse.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: ConnectionAuthResponseParameters, location_name: "AuthParameters"))
|
610
|
+
DescribeConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
611
|
+
DescribeConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
612
|
+
DescribeConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
|
613
|
+
DescribeConnectionResponse.struct_class = Types::DescribeConnectionResponse
|
614
|
+
|
346
615
|
DescribeEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "Name"))
|
347
616
|
DescribeEventBusRequest.struct_class = Types::DescribeEventBusRequest
|
348
617
|
|
@@ -412,6 +681,14 @@ module Aws::EventBridge
|
|
412
681
|
EcsParameters.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "NetworkConfiguration"))
|
413
682
|
EcsParameters.add_member(:platform_version, Shapes::ShapeRef.new(shape: String, location_name: "PlatformVersion"))
|
414
683
|
EcsParameters.add_member(:group, Shapes::ShapeRef.new(shape: String, location_name: "Group"))
|
684
|
+
EcsParameters.add_member(:capacity_provider_strategy, Shapes::ShapeRef.new(shape: CapacityProviderStrategy, location_name: "CapacityProviderStrategy"))
|
685
|
+
EcsParameters.add_member(:enable_ecs_managed_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableECSManagedTags"))
|
686
|
+
EcsParameters.add_member(:enable_execute_command, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableExecuteCommand"))
|
687
|
+
EcsParameters.add_member(:placement_constraints, Shapes::ShapeRef.new(shape: PlacementConstraints, location_name: "PlacementConstraints"))
|
688
|
+
EcsParameters.add_member(:placement_strategy, Shapes::ShapeRef.new(shape: PlacementStrategies, location_name: "PlacementStrategy"))
|
689
|
+
EcsParameters.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: PropagateTags, location_name: "PropagateTags"))
|
690
|
+
EcsParameters.add_member(:reference_id, Shapes::ShapeRef.new(shape: ReferenceId, location_name: "ReferenceId"))
|
691
|
+
EcsParameters.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
415
692
|
EcsParameters.struct_class = Types::EcsParameters
|
416
693
|
|
417
694
|
EnableRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
|
@@ -462,6 +739,16 @@ module Aws::EventBridge
|
|
462
739
|
|
463
740
|
LimitExceededException.struct_class = Types::LimitExceededException
|
464
741
|
|
742
|
+
ListApiDestinationsRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ApiDestinationName, location_name: "NamePrefix"))
|
743
|
+
ListApiDestinationsRequest.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
744
|
+
ListApiDestinationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
745
|
+
ListApiDestinationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
|
746
|
+
ListApiDestinationsRequest.struct_class = Types::ListApiDestinationsRequest
|
747
|
+
|
748
|
+
ListApiDestinationsResponse.add_member(:api_destinations, Shapes::ShapeRef.new(shape: ApiDestinationResponseList, location_name: "ApiDestinations"))
|
749
|
+
ListApiDestinationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
750
|
+
ListApiDestinationsResponse.struct_class = Types::ListApiDestinationsResponse
|
751
|
+
|
465
752
|
ListArchivesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ArchiveName, location_name: "NamePrefix"))
|
466
753
|
ListArchivesRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
|
467
754
|
ListArchivesRequest.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
|
@@ -473,6 +760,16 @@ module Aws::EventBridge
|
|
473
760
|
ListArchivesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
474
761
|
ListArchivesResponse.struct_class = Types::ListArchivesResponse
|
475
762
|
|
763
|
+
ListConnectionsRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "NamePrefix"))
|
764
|
+
ListConnectionsRequest.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
765
|
+
ListConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
766
|
+
ListConnectionsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
|
767
|
+
ListConnectionsRequest.struct_class = Types::ListConnectionsRequest
|
768
|
+
|
769
|
+
ListConnectionsResponse.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionResponseList, location_name: "Connections"))
|
770
|
+
ListConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
771
|
+
ListConnectionsResponse.struct_class = Types::ListConnectionsResponse
|
772
|
+
|
476
773
|
ListEventBusesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: EventBusName, location_name: "NamePrefix"))
|
477
774
|
ListEventBusesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
478
775
|
ListEventBusesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
|
@@ -579,6 +876,18 @@ module Aws::EventBridge
|
|
579
876
|
|
580
877
|
PathParameterList.member = Shapes::ShapeRef.new(shape: PathParameter)
|
581
878
|
|
879
|
+
PlacementConstraint.add_member(:type, Shapes::ShapeRef.new(shape: PlacementConstraintType, location_name: "type"))
|
880
|
+
PlacementConstraint.add_member(:expression, Shapes::ShapeRef.new(shape: PlacementConstraintExpression, location_name: "expression"))
|
881
|
+
PlacementConstraint.struct_class = Types::PlacementConstraint
|
882
|
+
|
883
|
+
PlacementConstraints.member = Shapes::ShapeRef.new(shape: PlacementConstraint)
|
884
|
+
|
885
|
+
PlacementStrategies.member = Shapes::ShapeRef.new(shape: PlacementStrategy)
|
886
|
+
|
887
|
+
PlacementStrategy.add_member(:type, Shapes::ShapeRef.new(shape: PlacementStrategyType, location_name: "type"))
|
888
|
+
PlacementStrategy.add_member(:field, Shapes::ShapeRef.new(shape: PlacementStrategyField, location_name: "field"))
|
889
|
+
PlacementStrategy.struct_class = Types::PlacementStrategy
|
890
|
+
|
582
891
|
PolicyLengthExceededException.struct_class = Types::PolicyLengthExceededException
|
583
892
|
|
584
893
|
PutEventsRequest.add_member(:entries, Shapes::ShapeRef.new(shape: PutEventsRequestEntryList, required: true, location_name: "Entries"))
|
@@ -752,6 +1061,15 @@ module Aws::EventBridge
|
|
752
1061
|
|
753
1062
|
RunCommandTargets.member = Shapes::ShapeRef.new(shape: RunCommandTarget)
|
754
1063
|
|
1064
|
+
SageMakerPipelineParameter.add_member(:name, Shapes::ShapeRef.new(shape: SageMakerPipelineParameterName, required: true, location_name: "Name"))
|
1065
|
+
SageMakerPipelineParameter.add_member(:value, Shapes::ShapeRef.new(shape: SageMakerPipelineParameterValue, required: true, location_name: "Value"))
|
1066
|
+
SageMakerPipelineParameter.struct_class = Types::SageMakerPipelineParameter
|
1067
|
+
|
1068
|
+
SageMakerPipelineParameterList.member = Shapes::ShapeRef.new(shape: SageMakerPipelineParameter)
|
1069
|
+
|
1070
|
+
SageMakerPipelineParameters.add_member(:pipeline_parameter_list, Shapes::ShapeRef.new(shape: SageMakerPipelineParameterList, location_name: "PipelineParameterList"))
|
1071
|
+
SageMakerPipelineParameters.struct_class = Types::SageMakerPipelineParameters
|
1072
|
+
|
755
1073
|
SqsParameters.add_member(:message_group_id, Shapes::ShapeRef.new(shape: MessageGroupId, location_name: "MessageGroupId"))
|
756
1074
|
SqsParameters.struct_class = Types::SqsParameters
|
757
1075
|
|
@@ -798,6 +1116,7 @@ module Aws::EventBridge
|
|
798
1116
|
Target.add_member(:sqs_parameters, Shapes::ShapeRef.new(shape: SqsParameters, location_name: "SqsParameters"))
|
799
1117
|
Target.add_member(:http_parameters, Shapes::ShapeRef.new(shape: HttpParameters, location_name: "HttpParameters"))
|
800
1118
|
Target.add_member(:redshift_data_parameters, Shapes::ShapeRef.new(shape: RedshiftDataParameters, location_name: "RedshiftDataParameters"))
|
1119
|
+
Target.add_member(:sage_maker_pipeline_parameters, Shapes::ShapeRef.new(shape: SageMakerPipelineParameters, location_name: "SageMakerPipelineParameters"))
|
801
1120
|
Target.add_member(:dead_letter_config, Shapes::ShapeRef.new(shape: DeadLetterConfig, location_name: "DeadLetterConfig"))
|
802
1121
|
Target.add_member(:retry_policy, Shapes::ShapeRef.new(shape: RetryPolicy, location_name: "RetryPolicy"))
|
803
1122
|
Target.struct_class = Types::Target
|
@@ -822,6 +1141,20 @@ module Aws::EventBridge
|
|
822
1141
|
|
823
1142
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
824
1143
|
|
1144
|
+
UpdateApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
|
1145
|
+
UpdateApiDestinationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApiDestinationDescription, location_name: "Description"))
|
1146
|
+
UpdateApiDestinationRequest.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
1147
|
+
UpdateApiDestinationRequest.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "InvocationEndpoint"))
|
1148
|
+
UpdateApiDestinationRequest.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, location_name: "HttpMethod"))
|
1149
|
+
UpdateApiDestinationRequest.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
|
1150
|
+
UpdateApiDestinationRequest.struct_class = Types::UpdateApiDestinationRequest
|
1151
|
+
|
1152
|
+
UpdateApiDestinationResponse.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
|
1153
|
+
UpdateApiDestinationResponse.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
|
1154
|
+
UpdateApiDestinationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1155
|
+
UpdateApiDestinationResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1156
|
+
UpdateApiDestinationResponse.struct_class = Types::UpdateApiDestinationResponse
|
1157
|
+
|
825
1158
|
UpdateArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
|
826
1159
|
UpdateArchiveRequest.add_member(:description, Shapes::ShapeRef.new(shape: ArchiveDescription, location_name: "Description"))
|
827
1160
|
UpdateArchiveRequest.add_member(:event_pattern, Shapes::ShapeRef.new(shape: EventPattern, location_name: "EventPattern"))
|
@@ -834,6 +1167,43 @@ module Aws::EventBridge
|
|
834
1167
|
UpdateArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
835
1168
|
UpdateArchiveResponse.struct_class = Types::UpdateArchiveResponse
|
836
1169
|
|
1170
|
+
UpdateConnectionApiKeyAuthRequestParameters.add_member(:api_key_name, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ApiKeyName"))
|
1171
|
+
UpdateConnectionApiKeyAuthRequestParameters.add_member(:api_key_value, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ApiKeyValue"))
|
1172
|
+
UpdateConnectionApiKeyAuthRequestParameters.struct_class = Types::UpdateConnectionApiKeyAuthRequestParameters
|
1173
|
+
|
1174
|
+
UpdateConnectionAuthRequestParameters.add_member(:basic_auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionBasicAuthRequestParameters, location_name: "BasicAuthParameters"))
|
1175
|
+
UpdateConnectionAuthRequestParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionOAuthRequestParameters, location_name: "OAuthParameters"))
|
1176
|
+
UpdateConnectionAuthRequestParameters.add_member(:api_key_auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionApiKeyAuthRequestParameters, location_name: "ApiKeyAuthParameters"))
|
1177
|
+
UpdateConnectionAuthRequestParameters.add_member(:invocation_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "InvocationHttpParameters"))
|
1178
|
+
UpdateConnectionAuthRequestParameters.struct_class = Types::UpdateConnectionAuthRequestParameters
|
1179
|
+
|
1180
|
+
UpdateConnectionBasicAuthRequestParameters.add_member(:username, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "Username"))
|
1181
|
+
UpdateConnectionBasicAuthRequestParameters.add_member(:password, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "Password"))
|
1182
|
+
UpdateConnectionBasicAuthRequestParameters.struct_class = Types::UpdateConnectionBasicAuthRequestParameters
|
1183
|
+
|
1184
|
+
UpdateConnectionOAuthClientRequestParameters.add_member(:client_id, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ClientID"))
|
1185
|
+
UpdateConnectionOAuthClientRequestParameters.add_member(:client_secret, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ClientSecret"))
|
1186
|
+
UpdateConnectionOAuthClientRequestParameters.struct_class = Types::UpdateConnectionOAuthClientRequestParameters
|
1187
|
+
|
1188
|
+
UpdateConnectionOAuthRequestParameters.add_member(:client_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionOAuthClientRequestParameters, location_name: "ClientParameters"))
|
1189
|
+
UpdateConnectionOAuthRequestParameters.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "AuthorizationEndpoint"))
|
1190
|
+
UpdateConnectionOAuthRequestParameters.add_member(:http_method, Shapes::ShapeRef.new(shape: ConnectionOAuthHttpMethod, location_name: "HttpMethod"))
|
1191
|
+
UpdateConnectionOAuthRequestParameters.add_member(:o_auth_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "OAuthHttpParameters"))
|
1192
|
+
UpdateConnectionOAuthRequestParameters.struct_class = Types::UpdateConnectionOAuthRequestParameters
|
1193
|
+
|
1194
|
+
UpdateConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
|
1195
|
+
UpdateConnectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConnectionDescription, location_name: "Description"))
|
1196
|
+
UpdateConnectionRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, location_name: "AuthorizationType"))
|
1197
|
+
UpdateConnectionRequest.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionAuthRequestParameters, location_name: "AuthParameters"))
|
1198
|
+
UpdateConnectionRequest.struct_class = Types::UpdateConnectionRequest
|
1199
|
+
|
1200
|
+
UpdateConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
1201
|
+
UpdateConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
1202
|
+
UpdateConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1203
|
+
UpdateConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1204
|
+
UpdateConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
|
1205
|
+
UpdateConnectionResponse.struct_class = Types::UpdateConnectionResponse
|
1206
|
+
|
837
1207
|
|
838
1208
|
# @api private
|
839
1209
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -877,6 +1247,18 @@ module Aws::EventBridge
|
|
877
1247
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
878
1248
|
end)
|
879
1249
|
|
1250
|
+
api.add_operation(:create_api_destination, Seahorse::Model::Operation.new.tap do |o|
|
1251
|
+
o.name = "CreateApiDestination"
|
1252
|
+
o.http_method = "POST"
|
1253
|
+
o.http_request_uri = "/"
|
1254
|
+
o.input = Shapes::ShapeRef.new(shape: CreateApiDestinationRequest)
|
1255
|
+
o.output = Shapes::ShapeRef.new(shape: CreateApiDestinationResponse)
|
1256
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1257
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1258
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1259
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1260
|
+
end)
|
1261
|
+
|
880
1262
|
api.add_operation(:create_archive, Seahorse::Model::Operation.new.tap do |o|
|
881
1263
|
o.name = "CreateArchive"
|
882
1264
|
o.http_method = "POST"
|
@@ -891,6 +1273,17 @@ module Aws::EventBridge
|
|
891
1273
|
o.errors << Shapes::ShapeRef.new(shape: InvalidEventPatternException)
|
892
1274
|
end)
|
893
1275
|
|
1276
|
+
api.add_operation(:create_connection, Seahorse::Model::Operation.new.tap do |o|
|
1277
|
+
o.name = "CreateConnection"
|
1278
|
+
o.http_method = "POST"
|
1279
|
+
o.http_request_uri = "/"
|
1280
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConnectionRequest)
|
1281
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConnectionResponse)
|
1282
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1283
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1284
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1285
|
+
end)
|
1286
|
+
|
894
1287
|
api.add_operation(:create_event_bus, Seahorse::Model::Operation.new.tap do |o|
|
895
1288
|
o.name = "CreateEventBus"
|
896
1289
|
o.http_method = "POST"
|
@@ -932,6 +1325,28 @@ module Aws::EventBridge
|
|
932
1325
|
o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
|
933
1326
|
end)
|
934
1327
|
|
1328
|
+
api.add_operation(:deauthorize_connection, Seahorse::Model::Operation.new.tap do |o|
|
1329
|
+
o.name = "DeauthorizeConnection"
|
1330
|
+
o.http_method = "POST"
|
1331
|
+
o.http_request_uri = "/"
|
1332
|
+
o.input = Shapes::ShapeRef.new(shape: DeauthorizeConnectionRequest)
|
1333
|
+
o.output = Shapes::ShapeRef.new(shape: DeauthorizeConnectionResponse)
|
1334
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1335
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1336
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1337
|
+
end)
|
1338
|
+
|
1339
|
+
api.add_operation(:delete_api_destination, Seahorse::Model::Operation.new.tap do |o|
|
1340
|
+
o.name = "DeleteApiDestination"
|
1341
|
+
o.http_method = "POST"
|
1342
|
+
o.http_request_uri = "/"
|
1343
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteApiDestinationRequest)
|
1344
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteApiDestinationResponse)
|
1345
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1346
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1347
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1348
|
+
end)
|
1349
|
+
|
935
1350
|
api.add_operation(:delete_archive, Seahorse::Model::Operation.new.tap do |o|
|
936
1351
|
o.name = "DeleteArchive"
|
937
1352
|
o.http_method = "POST"
|
@@ -943,6 +1358,17 @@ module Aws::EventBridge
|
|
943
1358
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
944
1359
|
end)
|
945
1360
|
|
1361
|
+
api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
|
1362
|
+
o.name = "DeleteConnection"
|
1363
|
+
o.http_method = "POST"
|
1364
|
+
o.http_request_uri = "/"
|
1365
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConnectionRequest)
|
1366
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteConnectionResponse)
|
1367
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1368
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1369
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1370
|
+
end)
|
1371
|
+
|
946
1372
|
api.add_operation(:delete_event_bus, Seahorse::Model::Operation.new.tap do |o|
|
947
1373
|
o.name = "DeleteEventBus"
|
948
1374
|
o.http_method = "POST"
|
@@ -976,6 +1402,16 @@ module Aws::EventBridge
|
|
976
1402
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
977
1403
|
end)
|
978
1404
|
|
1405
|
+
api.add_operation(:describe_api_destination, Seahorse::Model::Operation.new.tap do |o|
|
1406
|
+
o.name = "DescribeApiDestination"
|
1407
|
+
o.http_method = "POST"
|
1408
|
+
o.http_request_uri = "/"
|
1409
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeApiDestinationRequest)
|
1410
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeApiDestinationResponse)
|
1411
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1412
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1413
|
+
end)
|
1414
|
+
|
979
1415
|
api.add_operation(:describe_archive, Seahorse::Model::Operation.new.tap do |o|
|
980
1416
|
o.name = "DescribeArchive"
|
981
1417
|
o.http_method = "POST"
|
@@ -987,6 +1423,16 @@ module Aws::EventBridge
|
|
987
1423
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
988
1424
|
end)
|
989
1425
|
|
1426
|
+
api.add_operation(:describe_connection, Seahorse::Model::Operation.new.tap do |o|
|
1427
|
+
o.name = "DescribeConnection"
|
1428
|
+
o.http_method = "POST"
|
1429
|
+
o.http_request_uri = "/"
|
1430
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeConnectionRequest)
|
1431
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeConnectionResponse)
|
1432
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1433
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1434
|
+
end)
|
1435
|
+
|
990
1436
|
api.add_operation(:describe_event_bus, Seahorse::Model::Operation.new.tap do |o|
|
991
1437
|
o.name = "DescribeEventBus"
|
992
1438
|
o.http_method = "POST"
|
@@ -1063,6 +1509,15 @@ module Aws::EventBridge
|
|
1063
1509
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1064
1510
|
end)
|
1065
1511
|
|
1512
|
+
api.add_operation(:list_api_destinations, Seahorse::Model::Operation.new.tap do |o|
|
1513
|
+
o.name = "ListApiDestinations"
|
1514
|
+
o.http_method = "POST"
|
1515
|
+
o.http_request_uri = "/"
|
1516
|
+
o.input = Shapes::ShapeRef.new(shape: ListApiDestinationsRequest)
|
1517
|
+
o.output = Shapes::ShapeRef.new(shape: ListApiDestinationsResponse)
|
1518
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1519
|
+
end)
|
1520
|
+
|
1066
1521
|
api.add_operation(:list_archives, Seahorse::Model::Operation.new.tap do |o|
|
1067
1522
|
o.name = "ListArchives"
|
1068
1523
|
o.http_method = "POST"
|
@@ -1073,6 +1528,15 @@ module Aws::EventBridge
|
|
1073
1528
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1074
1529
|
end)
|
1075
1530
|
|
1531
|
+
api.add_operation(:list_connections, Seahorse::Model::Operation.new.tap do |o|
|
1532
|
+
o.name = "ListConnections"
|
1533
|
+
o.http_method = "POST"
|
1534
|
+
o.http_request_uri = "/"
|
1535
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectionsRequest)
|
1536
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectionsResponse)
|
1537
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1538
|
+
end)
|
1539
|
+
|
1076
1540
|
api.add_operation(:list_event_buses, Seahorse::Model::Operation.new.tap do |o|
|
1077
1541
|
o.name = "ListEventBuses"
|
1078
1542
|
o.http_method = "POST"
|
@@ -1292,6 +1756,18 @@ module Aws::EventBridge
|
|
1292
1756
|
o.errors << Shapes::ShapeRef.new(shape: ManagedRuleException)
|
1293
1757
|
end)
|
1294
1758
|
|
1759
|
+
api.add_operation(:update_api_destination, Seahorse::Model::Operation.new.tap do |o|
|
1760
|
+
o.name = "UpdateApiDestination"
|
1761
|
+
o.http_method = "POST"
|
1762
|
+
o.http_request_uri = "/"
|
1763
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateApiDestinationRequest)
|
1764
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateApiDestinationResponse)
|
1765
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1766
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1767
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1768
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1769
|
+
end)
|
1770
|
+
|
1295
1771
|
api.add_operation(:update_archive, Seahorse::Model::Operation.new.tap do |o|
|
1296
1772
|
o.name = "UpdateArchive"
|
1297
1773
|
o.http_method = "POST"
|
@@ -1304,6 +1780,18 @@ module Aws::EventBridge
|
|
1304
1780
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1305
1781
|
o.errors << Shapes::ShapeRef.new(shape: InvalidEventPatternException)
|
1306
1782
|
end)
|
1783
|
+
|
1784
|
+
api.add_operation(:update_connection, Seahorse::Model::Operation.new.tap do |o|
|
1785
|
+
o.name = "UpdateConnection"
|
1786
|
+
o.http_method = "POST"
|
1787
|
+
o.http_request_uri = "/"
|
1788
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConnectionRequest)
|
1789
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConnectionResponse)
|
1790
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1791
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1792
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1793
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1794
|
+
end)
|
1307
1795
|
end
|
1308
1796
|
|
1309
1797
|
end
|