aws-sdk-cloudwatchevents 1.40.0 → 1.45.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 +298 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-cloudwatchevents.rb +2 -2
- data/lib/aws-sdk-cloudwatchevents/client.rb +699 -3
- data/lib/aws-sdk-cloudwatchevents/client_api.rb +449 -1
- data/lib/aws-sdk-cloudwatchevents/customizations.rb +1 -1
- data/lib/aws-sdk-cloudwatchevents/errors.rb +1 -1
- data/lib/aws-sdk-cloudwatchevents/resource.rb +1 -1
- data/lib/aws-sdk-cloudwatchevents/types.rb +1877 -29
- metadata +10 -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::CloudWatchEvents
|
|
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::CloudWatchEvents
|
|
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')
|
@@ -34,8 +43,38 @@ module Aws::CloudWatchEvents
|
|
34
43
|
CancelReplayResponse = Shapes::StructureShape.new(name: 'CancelReplayResponse')
|
35
44
|
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
36
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')
|
37
69
|
CreateArchiveRequest = Shapes::StructureShape.new(name: 'CreateArchiveRequest')
|
38
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')
|
39
78
|
CreateEventBusRequest = Shapes::StructureShape.new(name: 'CreateEventBusRequest')
|
40
79
|
CreateEventBusResponse = Shapes::StructureShape.new(name: 'CreateEventBusResponse')
|
41
80
|
CreatePartnerEventSourceRequest = Shapes::StructureShape.new(name: 'CreatePartnerEventSourceRequest')
|
@@ -45,13 +84,23 @@ module Aws::CloudWatchEvents
|
|
45
84
|
DbUser = Shapes::StringShape.new(name: 'DbUser')
|
46
85
|
DeactivateEventSourceRequest = Shapes::StructureShape.new(name: 'DeactivateEventSourceRequest')
|
47
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')
|
48
91
|
DeleteArchiveRequest = Shapes::StructureShape.new(name: 'DeleteArchiveRequest')
|
49
92
|
DeleteArchiveResponse = Shapes::StructureShape.new(name: 'DeleteArchiveResponse')
|
93
|
+
DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
|
94
|
+
DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
|
50
95
|
DeleteEventBusRequest = Shapes::StructureShape.new(name: 'DeleteEventBusRequest')
|
51
96
|
DeletePartnerEventSourceRequest = Shapes::StructureShape.new(name: 'DeletePartnerEventSourceRequest')
|
52
97
|
DeleteRuleRequest = Shapes::StructureShape.new(name: 'DeleteRuleRequest')
|
98
|
+
DescribeApiDestinationRequest = Shapes::StructureShape.new(name: 'DescribeApiDestinationRequest')
|
99
|
+
DescribeApiDestinationResponse = Shapes::StructureShape.new(name: 'DescribeApiDestinationResponse')
|
53
100
|
DescribeArchiveRequest = Shapes::StructureShape.new(name: 'DescribeArchiveRequest')
|
54
101
|
DescribeArchiveResponse = Shapes::StructureShape.new(name: 'DescribeArchiveResponse')
|
102
|
+
DescribeConnectionRequest = Shapes::StructureShape.new(name: 'DescribeConnectionRequest')
|
103
|
+
DescribeConnectionResponse = Shapes::StructureShape.new(name: 'DescribeConnectionResponse')
|
55
104
|
DescribeEventBusRequest = Shapes::StructureShape.new(name: 'DescribeEventBusRequest')
|
56
105
|
DescribeEventBusResponse = Shapes::StructureShape.new(name: 'DescribeEventBusResponse')
|
57
106
|
DescribeEventSourceRequest = Shapes::StructureShape.new(name: 'DescribeEventSourceRequest')
|
@@ -85,6 +134,7 @@ module Aws::CloudWatchEvents
|
|
85
134
|
HeaderParametersMap = Shapes::MapShape.new(name: 'HeaderParametersMap')
|
86
135
|
HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
|
87
136
|
HttpParameters = Shapes::StructureShape.new(name: 'HttpParameters')
|
137
|
+
HttpsEndpoint = Shapes::StringShape.new(name: 'HttpsEndpoint')
|
88
138
|
IllegalStatusException = Shapes::StructureShape.new(name: 'IllegalStatusException')
|
89
139
|
InputTransformer = Shapes::StructureShape.new(name: 'InputTransformer')
|
90
140
|
InputTransformerPathKey = Shapes::StringShape.new(name: 'InputTransformerPathKey')
|
@@ -97,8 +147,12 @@ module Aws::CloudWatchEvents
|
|
97
147
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
98
148
|
LimitMax100 = Shapes::IntegerShape.new(name: 'LimitMax100')
|
99
149
|
LimitMin1 = Shapes::IntegerShape.new(name: 'LimitMin1')
|
150
|
+
ListApiDestinationsRequest = Shapes::StructureShape.new(name: 'ListApiDestinationsRequest')
|
151
|
+
ListApiDestinationsResponse = Shapes::StructureShape.new(name: 'ListApiDestinationsResponse')
|
100
152
|
ListArchivesRequest = Shapes::StructureShape.new(name: 'ListArchivesRequest')
|
101
153
|
ListArchivesResponse = Shapes::StructureShape.new(name: 'ListArchivesResponse')
|
154
|
+
ListConnectionsRequest = Shapes::StructureShape.new(name: 'ListConnectionsRequest')
|
155
|
+
ListConnectionsResponse = Shapes::StructureShape.new(name: 'ListConnectionsResponse')
|
102
156
|
ListEventBusesRequest = Shapes::StructureShape.new(name: 'ListEventBusesRequest')
|
103
157
|
ListEventBusesResponse = Shapes::StructureShape.new(name: 'ListEventBusesResponse')
|
104
158
|
ListEventSourcesRequest = Shapes::StructureShape.new(name: 'ListEventSourcesRequest')
|
@@ -194,7 +248,13 @@ module Aws::CloudWatchEvents
|
|
194
248
|
RunCommandTargetValue = Shapes::StringShape.new(name: 'RunCommandTargetValue')
|
195
249
|
RunCommandTargetValues = Shapes::ListShape.new(name: 'RunCommandTargetValues')
|
196
250
|
RunCommandTargets = Shapes::ListShape.new(name: 'RunCommandTargets')
|
251
|
+
SageMakerPipelineParameter = Shapes::StructureShape.new(name: 'SageMakerPipelineParameter')
|
252
|
+
SageMakerPipelineParameterList = Shapes::ListShape.new(name: 'SageMakerPipelineParameterList')
|
253
|
+
SageMakerPipelineParameterName = Shapes::StringShape.new(name: 'SageMakerPipelineParameterName')
|
254
|
+
SageMakerPipelineParameterValue = Shapes::StringShape.new(name: 'SageMakerPipelineParameterValue')
|
255
|
+
SageMakerPipelineParameters = Shapes::StructureShape.new(name: 'SageMakerPipelineParameters')
|
197
256
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
257
|
+
SecretsManagerSecretArn = Shapes::StringShape.new(name: 'SecretsManagerSecretArn')
|
198
258
|
Sql = Shapes::StringShape.new(name: 'Sql')
|
199
259
|
SqsParameters = Shapes::StructureShape.new(name: 'SqsParameters')
|
200
260
|
StartReplayRequest = Shapes::StructureShape.new(name: 'StartReplayRequest')
|
@@ -221,16 +281,39 @@ module Aws::CloudWatchEvents
|
|
221
281
|
TestEventPatternRequest = Shapes::StructureShape.new(name: 'TestEventPatternRequest')
|
222
282
|
TestEventPatternResponse = Shapes::StructureShape.new(name: 'TestEventPatternResponse')
|
223
283
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
284
|
+
TraceHeader = Shapes::StringShape.new(name: 'TraceHeader')
|
224
285
|
TransformerInput = Shapes::StringShape.new(name: 'TransformerInput')
|
225
286
|
TransformerPaths = Shapes::MapShape.new(name: 'TransformerPaths')
|
226
287
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
227
288
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
289
|
+
UpdateApiDestinationRequest = Shapes::StructureShape.new(name: 'UpdateApiDestinationRequest')
|
290
|
+
UpdateApiDestinationResponse = Shapes::StructureShape.new(name: 'UpdateApiDestinationResponse')
|
228
291
|
UpdateArchiveRequest = Shapes::StructureShape.new(name: 'UpdateArchiveRequest')
|
229
292
|
UpdateArchiveResponse = Shapes::StructureShape.new(name: 'UpdateArchiveResponse')
|
293
|
+
UpdateConnectionApiKeyAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionApiKeyAuthRequestParameters')
|
294
|
+
UpdateConnectionAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionAuthRequestParameters')
|
295
|
+
UpdateConnectionBasicAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionBasicAuthRequestParameters')
|
296
|
+
UpdateConnectionOAuthClientRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionOAuthClientRequestParameters')
|
297
|
+
UpdateConnectionOAuthRequestParameters = Shapes::StructureShape.new(name: 'UpdateConnectionOAuthRequestParameters')
|
298
|
+
UpdateConnectionRequest = Shapes::StructureShape.new(name: 'UpdateConnectionRequest')
|
299
|
+
UpdateConnectionResponse = Shapes::StructureShape.new(name: 'UpdateConnectionResponse')
|
230
300
|
|
231
301
|
ActivateEventSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventSourceName, required: true, location_name: "Name"))
|
232
302
|
ActivateEventSourceRequest.struct_class = Types::ActivateEventSourceRequest
|
233
303
|
|
304
|
+
ApiDestination.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
|
305
|
+
ApiDestination.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, location_name: "Name"))
|
306
|
+
ApiDestination.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
|
307
|
+
ApiDestination.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
308
|
+
ApiDestination.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "InvocationEndpoint"))
|
309
|
+
ApiDestination.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, location_name: "HttpMethod"))
|
310
|
+
ApiDestination.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
|
311
|
+
ApiDestination.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
312
|
+
ApiDestination.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
313
|
+
ApiDestination.struct_class = Types::ApiDestination
|
314
|
+
|
315
|
+
ApiDestinationResponseList.member = Shapes::ShapeRef.new(shape: ApiDestination)
|
316
|
+
|
234
317
|
Archive.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, location_name: "ArchiveName"))
|
235
318
|
Archive.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
|
236
319
|
Archive.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
|
@@ -275,6 +358,79 @@ module Aws::CloudWatchEvents
|
|
275
358
|
Condition.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
276
359
|
Condition.struct_class = Types::Condition
|
277
360
|
|
361
|
+
Connection.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
362
|
+
Connection.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "Name"))
|
363
|
+
Connection.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
364
|
+
Connection.add_member(:state_reason, Shapes::ShapeRef.new(shape: ConnectionStateReason, location_name: "StateReason"))
|
365
|
+
Connection.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, location_name: "AuthorizationType"))
|
366
|
+
Connection.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
367
|
+
Connection.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
368
|
+
Connection.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
|
369
|
+
Connection.struct_class = Types::Connection
|
370
|
+
|
371
|
+
ConnectionApiKeyAuthResponseParameters.add_member(:api_key_name, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ApiKeyName"))
|
372
|
+
ConnectionApiKeyAuthResponseParameters.struct_class = Types::ConnectionApiKeyAuthResponseParameters
|
373
|
+
|
374
|
+
ConnectionAuthResponseParameters.add_member(:basic_auth_parameters, Shapes::ShapeRef.new(shape: ConnectionBasicAuthResponseParameters, location_name: "BasicAuthParameters"))
|
375
|
+
ConnectionAuthResponseParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: ConnectionOAuthResponseParameters, location_name: "OAuthParameters"))
|
376
|
+
ConnectionAuthResponseParameters.add_member(:api_key_auth_parameters, Shapes::ShapeRef.new(shape: ConnectionApiKeyAuthResponseParameters, location_name: "ApiKeyAuthParameters"))
|
377
|
+
ConnectionAuthResponseParameters.add_member(:invocation_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "InvocationHttpParameters"))
|
378
|
+
ConnectionAuthResponseParameters.struct_class = Types::ConnectionAuthResponseParameters
|
379
|
+
|
380
|
+
ConnectionBasicAuthResponseParameters.add_member(:username, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "Username"))
|
381
|
+
ConnectionBasicAuthResponseParameters.struct_class = Types::ConnectionBasicAuthResponseParameters
|
382
|
+
|
383
|
+
ConnectionBodyParameter.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
384
|
+
ConnectionBodyParameter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
385
|
+
ConnectionBodyParameter.add_member(:is_value_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsValueSecret"))
|
386
|
+
ConnectionBodyParameter.struct_class = Types::ConnectionBodyParameter
|
387
|
+
|
388
|
+
ConnectionBodyParametersList.member = Shapes::ShapeRef.new(shape: ConnectionBodyParameter)
|
389
|
+
|
390
|
+
ConnectionHeaderParameter.add_member(:key, Shapes::ShapeRef.new(shape: HeaderKey, location_name: "Key"))
|
391
|
+
ConnectionHeaderParameter.add_member(:value, Shapes::ShapeRef.new(shape: HeaderValue, location_name: "Value"))
|
392
|
+
ConnectionHeaderParameter.add_member(:is_value_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsValueSecret"))
|
393
|
+
ConnectionHeaderParameter.struct_class = Types::ConnectionHeaderParameter
|
394
|
+
|
395
|
+
ConnectionHeaderParametersList.member = Shapes::ShapeRef.new(shape: ConnectionHeaderParameter)
|
396
|
+
|
397
|
+
ConnectionHttpParameters.add_member(:header_parameters, Shapes::ShapeRef.new(shape: ConnectionHeaderParametersList, location_name: "HeaderParameters"))
|
398
|
+
ConnectionHttpParameters.add_member(:query_string_parameters, Shapes::ShapeRef.new(shape: ConnectionQueryStringParametersList, location_name: "QueryStringParameters"))
|
399
|
+
ConnectionHttpParameters.add_member(:body_parameters, Shapes::ShapeRef.new(shape: ConnectionBodyParametersList, location_name: "BodyParameters"))
|
400
|
+
ConnectionHttpParameters.struct_class = Types::ConnectionHttpParameters
|
401
|
+
|
402
|
+
ConnectionOAuthClientResponseParameters.add_member(:client_id, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ClientID"))
|
403
|
+
ConnectionOAuthClientResponseParameters.struct_class = Types::ConnectionOAuthClientResponseParameters
|
404
|
+
|
405
|
+
ConnectionOAuthResponseParameters.add_member(:client_parameters, Shapes::ShapeRef.new(shape: ConnectionOAuthClientResponseParameters, location_name: "ClientParameters"))
|
406
|
+
ConnectionOAuthResponseParameters.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "AuthorizationEndpoint"))
|
407
|
+
ConnectionOAuthResponseParameters.add_member(:http_method, Shapes::ShapeRef.new(shape: ConnectionOAuthHttpMethod, location_name: "HttpMethod"))
|
408
|
+
ConnectionOAuthResponseParameters.add_member(:o_auth_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "OAuthHttpParameters"))
|
409
|
+
ConnectionOAuthResponseParameters.struct_class = Types::ConnectionOAuthResponseParameters
|
410
|
+
|
411
|
+
ConnectionQueryStringParameter.add_member(:key, Shapes::ShapeRef.new(shape: QueryStringKey, location_name: "Key"))
|
412
|
+
ConnectionQueryStringParameter.add_member(:value, Shapes::ShapeRef.new(shape: QueryStringValue, location_name: "Value"))
|
413
|
+
ConnectionQueryStringParameter.add_member(:is_value_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsValueSecret"))
|
414
|
+
ConnectionQueryStringParameter.struct_class = Types::ConnectionQueryStringParameter
|
415
|
+
|
416
|
+
ConnectionQueryStringParametersList.member = Shapes::ShapeRef.new(shape: ConnectionQueryStringParameter)
|
417
|
+
|
418
|
+
ConnectionResponseList.member = Shapes::ShapeRef.new(shape: Connection)
|
419
|
+
|
420
|
+
CreateApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
|
421
|
+
CreateApiDestinationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApiDestinationDescription, location_name: "Description"))
|
422
|
+
CreateApiDestinationRequest.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
|
423
|
+
CreateApiDestinationRequest.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, required: true, location_name: "InvocationEndpoint"))
|
424
|
+
CreateApiDestinationRequest.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, required: true, location_name: "HttpMethod"))
|
425
|
+
CreateApiDestinationRequest.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
|
426
|
+
CreateApiDestinationRequest.struct_class = Types::CreateApiDestinationRequest
|
427
|
+
|
428
|
+
CreateApiDestinationResponse.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
|
429
|
+
CreateApiDestinationResponse.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
|
430
|
+
CreateApiDestinationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
431
|
+
CreateApiDestinationResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
432
|
+
CreateApiDestinationResponse.struct_class = Types::CreateApiDestinationResponse
|
433
|
+
|
278
434
|
CreateArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
|
279
435
|
CreateArchiveRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "EventSourceArn"))
|
280
436
|
CreateArchiveRequest.add_member(:description, Shapes::ShapeRef.new(shape: ArchiveDescription, location_name: "Description"))
|
@@ -288,6 +444,42 @@ module Aws::CloudWatchEvents
|
|
288
444
|
CreateArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
289
445
|
CreateArchiveResponse.struct_class = Types::CreateArchiveResponse
|
290
446
|
|
447
|
+
CreateConnectionApiKeyAuthRequestParameters.add_member(:api_key_name, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ApiKeyName"))
|
448
|
+
CreateConnectionApiKeyAuthRequestParameters.add_member(:api_key_value, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ApiKeyValue"))
|
449
|
+
CreateConnectionApiKeyAuthRequestParameters.struct_class = Types::CreateConnectionApiKeyAuthRequestParameters
|
450
|
+
|
451
|
+
CreateConnectionAuthRequestParameters.add_member(:basic_auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionBasicAuthRequestParameters, location_name: "BasicAuthParameters"))
|
452
|
+
CreateConnectionAuthRequestParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionOAuthRequestParameters, location_name: "OAuthParameters"))
|
453
|
+
CreateConnectionAuthRequestParameters.add_member(:api_key_auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionApiKeyAuthRequestParameters, location_name: "ApiKeyAuthParameters"))
|
454
|
+
CreateConnectionAuthRequestParameters.add_member(:invocation_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "InvocationHttpParameters"))
|
455
|
+
CreateConnectionAuthRequestParameters.struct_class = Types::CreateConnectionAuthRequestParameters
|
456
|
+
|
457
|
+
CreateConnectionBasicAuthRequestParameters.add_member(:username, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "Username"))
|
458
|
+
CreateConnectionBasicAuthRequestParameters.add_member(:password, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "Password"))
|
459
|
+
CreateConnectionBasicAuthRequestParameters.struct_class = Types::CreateConnectionBasicAuthRequestParameters
|
460
|
+
|
461
|
+
CreateConnectionOAuthClientRequestParameters.add_member(:client_id, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ClientID"))
|
462
|
+
CreateConnectionOAuthClientRequestParameters.add_member(:client_secret, Shapes::ShapeRef.new(shape: AuthHeaderParameters, required: true, location_name: "ClientSecret"))
|
463
|
+
CreateConnectionOAuthClientRequestParameters.struct_class = Types::CreateConnectionOAuthClientRequestParameters
|
464
|
+
|
465
|
+
CreateConnectionOAuthRequestParameters.add_member(:client_parameters, Shapes::ShapeRef.new(shape: CreateConnectionOAuthClientRequestParameters, required: true, location_name: "ClientParameters"))
|
466
|
+
CreateConnectionOAuthRequestParameters.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, required: true, location_name: "AuthorizationEndpoint"))
|
467
|
+
CreateConnectionOAuthRequestParameters.add_member(:http_method, Shapes::ShapeRef.new(shape: ConnectionOAuthHttpMethod, required: true, location_name: "HttpMethod"))
|
468
|
+
CreateConnectionOAuthRequestParameters.add_member(:o_auth_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "OAuthHttpParameters"))
|
469
|
+
CreateConnectionOAuthRequestParameters.struct_class = Types::CreateConnectionOAuthRequestParameters
|
470
|
+
|
471
|
+
CreateConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
|
472
|
+
CreateConnectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConnectionDescription, location_name: "Description"))
|
473
|
+
CreateConnectionRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, required: true, location_name: "AuthorizationType"))
|
474
|
+
CreateConnectionRequest.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: CreateConnectionAuthRequestParameters, required: true, location_name: "AuthParameters"))
|
475
|
+
CreateConnectionRequest.struct_class = Types::CreateConnectionRequest
|
476
|
+
|
477
|
+
CreateConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
478
|
+
CreateConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
479
|
+
CreateConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
480
|
+
CreateConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
481
|
+
CreateConnectionResponse.struct_class = Types::CreateConnectionResponse
|
482
|
+
|
291
483
|
CreateEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, required: true, location_name: "Name"))
|
292
484
|
CreateEventBusRequest.add_member(:event_source_name, Shapes::ShapeRef.new(shape: EventSourceName, location_name: "EventSourceName"))
|
293
485
|
CreateEventBusRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
@@ -309,11 +501,36 @@ module Aws::CloudWatchEvents
|
|
309
501
|
DeadLetterConfig.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
310
502
|
DeadLetterConfig.struct_class = Types::DeadLetterConfig
|
311
503
|
|
504
|
+
DeauthorizeConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
|
505
|
+
DeauthorizeConnectionRequest.struct_class = Types::DeauthorizeConnectionRequest
|
506
|
+
|
507
|
+
DeauthorizeConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
508
|
+
DeauthorizeConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
509
|
+
DeauthorizeConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
510
|
+
DeauthorizeConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
511
|
+
DeauthorizeConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
|
512
|
+
DeauthorizeConnectionResponse.struct_class = Types::DeauthorizeConnectionResponse
|
513
|
+
|
514
|
+
DeleteApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
|
515
|
+
DeleteApiDestinationRequest.struct_class = Types::DeleteApiDestinationRequest
|
516
|
+
|
517
|
+
DeleteApiDestinationResponse.struct_class = Types::DeleteApiDestinationResponse
|
518
|
+
|
312
519
|
DeleteArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
|
313
520
|
DeleteArchiveRequest.struct_class = Types::DeleteArchiveRequest
|
314
521
|
|
315
522
|
DeleteArchiveResponse.struct_class = Types::DeleteArchiveResponse
|
316
523
|
|
524
|
+
DeleteConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
|
525
|
+
DeleteConnectionRequest.struct_class = Types::DeleteConnectionRequest
|
526
|
+
|
527
|
+
DeleteConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
528
|
+
DeleteConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
529
|
+
DeleteConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
530
|
+
DeleteConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
531
|
+
DeleteConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
|
532
|
+
DeleteConnectionResponse.struct_class = Types::DeleteConnectionResponse
|
533
|
+
|
317
534
|
DeleteEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, required: true, location_name: "Name"))
|
318
535
|
DeleteEventBusRequest.struct_class = Types::DeleteEventBusRequest
|
319
536
|
|
@@ -326,6 +543,21 @@ module Aws::CloudWatchEvents
|
|
326
543
|
DeleteRuleRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
|
327
544
|
DeleteRuleRequest.struct_class = Types::DeleteRuleRequest
|
328
545
|
|
546
|
+
DescribeApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
|
547
|
+
DescribeApiDestinationRequest.struct_class = Types::DescribeApiDestinationRequest
|
548
|
+
|
549
|
+
DescribeApiDestinationResponse.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
|
550
|
+
DescribeApiDestinationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, location_name: "Name"))
|
551
|
+
DescribeApiDestinationResponse.add_member(:description, Shapes::ShapeRef.new(shape: ApiDestinationDescription, location_name: "Description"))
|
552
|
+
DescribeApiDestinationResponse.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
|
553
|
+
DescribeApiDestinationResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
554
|
+
DescribeApiDestinationResponse.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "InvocationEndpoint"))
|
555
|
+
DescribeApiDestinationResponse.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, location_name: "HttpMethod"))
|
556
|
+
DescribeApiDestinationResponse.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
|
557
|
+
DescribeApiDestinationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
558
|
+
DescribeApiDestinationResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
559
|
+
DescribeApiDestinationResponse.struct_class = Types::DescribeApiDestinationResponse
|
560
|
+
|
329
561
|
DescribeArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
|
330
562
|
DescribeArchiveRequest.struct_class = Types::DescribeArchiveRequest
|
331
563
|
|
@@ -342,6 +574,22 @@ module Aws::CloudWatchEvents
|
|
342
574
|
DescribeArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
343
575
|
DescribeArchiveResponse.struct_class = Types::DescribeArchiveResponse
|
344
576
|
|
577
|
+
DescribeConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
|
578
|
+
DescribeConnectionRequest.struct_class = Types::DescribeConnectionRequest
|
579
|
+
|
580
|
+
DescribeConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
581
|
+
DescribeConnectionResponse.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "Name"))
|
582
|
+
DescribeConnectionResponse.add_member(:description, Shapes::ShapeRef.new(shape: ConnectionDescription, location_name: "Description"))
|
583
|
+
DescribeConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
584
|
+
DescribeConnectionResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ConnectionStateReason, location_name: "StateReason"))
|
585
|
+
DescribeConnectionResponse.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, location_name: "AuthorizationType"))
|
586
|
+
DescribeConnectionResponse.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretsManagerSecretArn, location_name: "SecretArn"))
|
587
|
+
DescribeConnectionResponse.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: ConnectionAuthResponseParameters, location_name: "AuthParameters"))
|
588
|
+
DescribeConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
589
|
+
DescribeConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
590
|
+
DescribeConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
|
591
|
+
DescribeConnectionResponse.struct_class = Types::DescribeConnectionResponse
|
592
|
+
|
345
593
|
DescribeEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "Name"))
|
346
594
|
DescribeEventBusRequest.struct_class = Types::DescribeEventBusRequest
|
347
595
|
|
@@ -461,6 +709,16 @@ module Aws::CloudWatchEvents
|
|
461
709
|
|
462
710
|
LimitExceededException.struct_class = Types::LimitExceededException
|
463
711
|
|
712
|
+
ListApiDestinationsRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ApiDestinationName, location_name: "NamePrefix"))
|
713
|
+
ListApiDestinationsRequest.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
714
|
+
ListApiDestinationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
715
|
+
ListApiDestinationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
|
716
|
+
ListApiDestinationsRequest.struct_class = Types::ListApiDestinationsRequest
|
717
|
+
|
718
|
+
ListApiDestinationsResponse.add_member(:api_destinations, Shapes::ShapeRef.new(shape: ApiDestinationResponseList, location_name: "ApiDestinations"))
|
719
|
+
ListApiDestinationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
720
|
+
ListApiDestinationsResponse.struct_class = Types::ListApiDestinationsResponse
|
721
|
+
|
464
722
|
ListArchivesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ArchiveName, location_name: "NamePrefix"))
|
465
723
|
ListArchivesRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
|
466
724
|
ListArchivesRequest.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
|
@@ -472,6 +730,16 @@ module Aws::CloudWatchEvents
|
|
472
730
|
ListArchivesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
473
731
|
ListArchivesResponse.struct_class = Types::ListArchivesResponse
|
474
732
|
|
733
|
+
ListConnectionsRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "NamePrefix"))
|
734
|
+
ListConnectionsRequest.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
735
|
+
ListConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
736
|
+
ListConnectionsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
|
737
|
+
ListConnectionsRequest.struct_class = Types::ListConnectionsRequest
|
738
|
+
|
739
|
+
ListConnectionsResponse.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionResponseList, location_name: "Connections"))
|
740
|
+
ListConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
741
|
+
ListConnectionsResponse.struct_class = Types::ListConnectionsResponse
|
742
|
+
|
475
743
|
ListEventBusesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: EventBusName, location_name: "NamePrefix"))
|
476
744
|
ListEventBusesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
477
745
|
ListEventBusesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
|
@@ -589,6 +857,7 @@ module Aws::CloudWatchEvents
|
|
589
857
|
PutEventsRequestEntry.add_member(:detail_type, Shapes::ShapeRef.new(shape: String, location_name: "DetailType"))
|
590
858
|
PutEventsRequestEntry.add_member(:detail, Shapes::ShapeRef.new(shape: String, location_name: "Detail"))
|
591
859
|
PutEventsRequestEntry.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: NonPartnerEventBusNameOrArn, location_name: "EventBusName"))
|
860
|
+
PutEventsRequestEntry.add_member(:trace_header, Shapes::ShapeRef.new(shape: TraceHeader, location_name: "TraceHeader"))
|
592
861
|
PutEventsRequestEntry.struct_class = Types::PutEventsRequestEntry
|
593
862
|
|
594
863
|
PutEventsRequestEntryList.member = Shapes::ShapeRef.new(shape: PutEventsRequestEntry)
|
@@ -750,6 +1019,15 @@ module Aws::CloudWatchEvents
|
|
750
1019
|
|
751
1020
|
RunCommandTargets.member = Shapes::ShapeRef.new(shape: RunCommandTarget)
|
752
1021
|
|
1022
|
+
SageMakerPipelineParameter.add_member(:name, Shapes::ShapeRef.new(shape: SageMakerPipelineParameterName, required: true, location_name: "Name"))
|
1023
|
+
SageMakerPipelineParameter.add_member(:value, Shapes::ShapeRef.new(shape: SageMakerPipelineParameterValue, required: true, location_name: "Value"))
|
1024
|
+
SageMakerPipelineParameter.struct_class = Types::SageMakerPipelineParameter
|
1025
|
+
|
1026
|
+
SageMakerPipelineParameterList.member = Shapes::ShapeRef.new(shape: SageMakerPipelineParameter)
|
1027
|
+
|
1028
|
+
SageMakerPipelineParameters.add_member(:pipeline_parameter_list, Shapes::ShapeRef.new(shape: SageMakerPipelineParameterList, location_name: "PipelineParameterList"))
|
1029
|
+
SageMakerPipelineParameters.struct_class = Types::SageMakerPipelineParameters
|
1030
|
+
|
753
1031
|
SqsParameters.add_member(:message_group_id, Shapes::ShapeRef.new(shape: MessageGroupId, location_name: "MessageGroupId"))
|
754
1032
|
SqsParameters.struct_class = Types::SqsParameters
|
755
1033
|
|
@@ -796,6 +1074,7 @@ module Aws::CloudWatchEvents
|
|
796
1074
|
Target.add_member(:sqs_parameters, Shapes::ShapeRef.new(shape: SqsParameters, location_name: "SqsParameters"))
|
797
1075
|
Target.add_member(:http_parameters, Shapes::ShapeRef.new(shape: HttpParameters, location_name: "HttpParameters"))
|
798
1076
|
Target.add_member(:redshift_data_parameters, Shapes::ShapeRef.new(shape: RedshiftDataParameters, location_name: "RedshiftDataParameters"))
|
1077
|
+
Target.add_member(:sage_maker_pipeline_parameters, Shapes::ShapeRef.new(shape: SageMakerPipelineParameters, location_name: "SageMakerPipelineParameters"))
|
799
1078
|
Target.add_member(:dead_letter_config, Shapes::ShapeRef.new(shape: DeadLetterConfig, location_name: "DeadLetterConfig"))
|
800
1079
|
Target.add_member(:retry_policy, Shapes::ShapeRef.new(shape: RetryPolicy, location_name: "RetryPolicy"))
|
801
1080
|
Target.struct_class = Types::Target
|
@@ -820,6 +1099,20 @@ module Aws::CloudWatchEvents
|
|
820
1099
|
|
821
1100
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
822
1101
|
|
1102
|
+
UpdateApiDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApiDestinationName, required: true, location_name: "Name"))
|
1103
|
+
UpdateApiDestinationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApiDestinationDescription, location_name: "Description"))
|
1104
|
+
UpdateApiDestinationRequest.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
1105
|
+
UpdateApiDestinationRequest.add_member(:invocation_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "InvocationEndpoint"))
|
1106
|
+
UpdateApiDestinationRequest.add_member(:http_method, Shapes::ShapeRef.new(shape: ApiDestinationHttpMethod, location_name: "HttpMethod"))
|
1107
|
+
UpdateApiDestinationRequest.add_member(:invocation_rate_limit_per_second, Shapes::ShapeRef.new(shape: ApiDestinationInvocationRateLimitPerSecond, location_name: "InvocationRateLimitPerSecond"))
|
1108
|
+
UpdateApiDestinationRequest.struct_class = Types::UpdateApiDestinationRequest
|
1109
|
+
|
1110
|
+
UpdateApiDestinationResponse.add_member(:api_destination_arn, Shapes::ShapeRef.new(shape: ApiDestinationArn, location_name: "ApiDestinationArn"))
|
1111
|
+
UpdateApiDestinationResponse.add_member(:api_destination_state, Shapes::ShapeRef.new(shape: ApiDestinationState, location_name: "ApiDestinationState"))
|
1112
|
+
UpdateApiDestinationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1113
|
+
UpdateApiDestinationResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1114
|
+
UpdateApiDestinationResponse.struct_class = Types::UpdateApiDestinationResponse
|
1115
|
+
|
823
1116
|
UpdateArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
|
824
1117
|
UpdateArchiveRequest.add_member(:description, Shapes::ShapeRef.new(shape: ArchiveDescription, location_name: "Description"))
|
825
1118
|
UpdateArchiveRequest.add_member(:event_pattern, Shapes::ShapeRef.new(shape: EventPattern, location_name: "EventPattern"))
|
@@ -832,6 +1125,43 @@ module Aws::CloudWatchEvents
|
|
832
1125
|
UpdateArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
833
1126
|
UpdateArchiveResponse.struct_class = Types::UpdateArchiveResponse
|
834
1127
|
|
1128
|
+
UpdateConnectionApiKeyAuthRequestParameters.add_member(:api_key_name, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ApiKeyName"))
|
1129
|
+
UpdateConnectionApiKeyAuthRequestParameters.add_member(:api_key_value, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ApiKeyValue"))
|
1130
|
+
UpdateConnectionApiKeyAuthRequestParameters.struct_class = Types::UpdateConnectionApiKeyAuthRequestParameters
|
1131
|
+
|
1132
|
+
UpdateConnectionAuthRequestParameters.add_member(:basic_auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionBasicAuthRequestParameters, location_name: "BasicAuthParameters"))
|
1133
|
+
UpdateConnectionAuthRequestParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionOAuthRequestParameters, location_name: "OAuthParameters"))
|
1134
|
+
UpdateConnectionAuthRequestParameters.add_member(:api_key_auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionApiKeyAuthRequestParameters, location_name: "ApiKeyAuthParameters"))
|
1135
|
+
UpdateConnectionAuthRequestParameters.add_member(:invocation_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "InvocationHttpParameters"))
|
1136
|
+
UpdateConnectionAuthRequestParameters.struct_class = Types::UpdateConnectionAuthRequestParameters
|
1137
|
+
|
1138
|
+
UpdateConnectionBasicAuthRequestParameters.add_member(:username, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "Username"))
|
1139
|
+
UpdateConnectionBasicAuthRequestParameters.add_member(:password, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "Password"))
|
1140
|
+
UpdateConnectionBasicAuthRequestParameters.struct_class = Types::UpdateConnectionBasicAuthRequestParameters
|
1141
|
+
|
1142
|
+
UpdateConnectionOAuthClientRequestParameters.add_member(:client_id, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ClientID"))
|
1143
|
+
UpdateConnectionOAuthClientRequestParameters.add_member(:client_secret, Shapes::ShapeRef.new(shape: AuthHeaderParameters, location_name: "ClientSecret"))
|
1144
|
+
UpdateConnectionOAuthClientRequestParameters.struct_class = Types::UpdateConnectionOAuthClientRequestParameters
|
1145
|
+
|
1146
|
+
UpdateConnectionOAuthRequestParameters.add_member(:client_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionOAuthClientRequestParameters, location_name: "ClientParameters"))
|
1147
|
+
UpdateConnectionOAuthRequestParameters.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: HttpsEndpoint, location_name: "AuthorizationEndpoint"))
|
1148
|
+
UpdateConnectionOAuthRequestParameters.add_member(:http_method, Shapes::ShapeRef.new(shape: ConnectionOAuthHttpMethod, location_name: "HttpMethod"))
|
1149
|
+
UpdateConnectionOAuthRequestParameters.add_member(:o_auth_http_parameters, Shapes::ShapeRef.new(shape: ConnectionHttpParameters, location_name: "OAuthHttpParameters"))
|
1150
|
+
UpdateConnectionOAuthRequestParameters.struct_class = Types::UpdateConnectionOAuthRequestParameters
|
1151
|
+
|
1152
|
+
UpdateConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "Name"))
|
1153
|
+
UpdateConnectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConnectionDescription, location_name: "Description"))
|
1154
|
+
UpdateConnectionRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: ConnectionAuthorizationType, location_name: "AuthorizationType"))
|
1155
|
+
UpdateConnectionRequest.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: UpdateConnectionAuthRequestParameters, location_name: "AuthParameters"))
|
1156
|
+
UpdateConnectionRequest.struct_class = Types::UpdateConnectionRequest
|
1157
|
+
|
1158
|
+
UpdateConnectionResponse.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
1159
|
+
UpdateConnectionResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "ConnectionState"))
|
1160
|
+
UpdateConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1161
|
+
UpdateConnectionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1162
|
+
UpdateConnectionResponse.add_member(:last_authorized_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAuthorizedTime"))
|
1163
|
+
UpdateConnectionResponse.struct_class = Types::UpdateConnectionResponse
|
1164
|
+
|
835
1165
|
|
836
1166
|
# @api private
|
837
1167
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -875,6 +1205,18 @@ module Aws::CloudWatchEvents
|
|
875
1205
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
876
1206
|
end)
|
877
1207
|
|
1208
|
+
api.add_operation(:create_api_destination, Seahorse::Model::Operation.new.tap do |o|
|
1209
|
+
o.name = "CreateApiDestination"
|
1210
|
+
o.http_method = "POST"
|
1211
|
+
o.http_request_uri = "/"
|
1212
|
+
o.input = Shapes::ShapeRef.new(shape: CreateApiDestinationRequest)
|
1213
|
+
o.output = Shapes::ShapeRef.new(shape: CreateApiDestinationResponse)
|
1214
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1215
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1216
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1217
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1218
|
+
end)
|
1219
|
+
|
878
1220
|
api.add_operation(:create_archive, Seahorse::Model::Operation.new.tap do |o|
|
879
1221
|
o.name = "CreateArchive"
|
880
1222
|
o.http_method = "POST"
|
@@ -889,6 +1231,17 @@ module Aws::CloudWatchEvents
|
|
889
1231
|
o.errors << Shapes::ShapeRef.new(shape: InvalidEventPatternException)
|
890
1232
|
end)
|
891
1233
|
|
1234
|
+
api.add_operation(:create_connection, Seahorse::Model::Operation.new.tap do |o|
|
1235
|
+
o.name = "CreateConnection"
|
1236
|
+
o.http_method = "POST"
|
1237
|
+
o.http_request_uri = "/"
|
1238
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConnectionRequest)
|
1239
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConnectionResponse)
|
1240
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1241
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1242
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1243
|
+
end)
|
1244
|
+
|
892
1245
|
api.add_operation(:create_event_bus, Seahorse::Model::Operation.new.tap do |o|
|
893
1246
|
o.name = "CreateEventBus"
|
894
1247
|
o.http_method = "POST"
|
@@ -930,6 +1283,28 @@ module Aws::CloudWatchEvents
|
|
930
1283
|
o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
|
931
1284
|
end)
|
932
1285
|
|
1286
|
+
api.add_operation(:deauthorize_connection, Seahorse::Model::Operation.new.tap do |o|
|
1287
|
+
o.name = "DeauthorizeConnection"
|
1288
|
+
o.http_method = "POST"
|
1289
|
+
o.http_request_uri = "/"
|
1290
|
+
o.input = Shapes::ShapeRef.new(shape: DeauthorizeConnectionRequest)
|
1291
|
+
o.output = Shapes::ShapeRef.new(shape: DeauthorizeConnectionResponse)
|
1292
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1293
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1294
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1295
|
+
end)
|
1296
|
+
|
1297
|
+
api.add_operation(:delete_api_destination, Seahorse::Model::Operation.new.tap do |o|
|
1298
|
+
o.name = "DeleteApiDestination"
|
1299
|
+
o.http_method = "POST"
|
1300
|
+
o.http_request_uri = "/"
|
1301
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteApiDestinationRequest)
|
1302
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteApiDestinationResponse)
|
1303
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1304
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1305
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1306
|
+
end)
|
1307
|
+
|
933
1308
|
api.add_operation(:delete_archive, Seahorse::Model::Operation.new.tap do |o|
|
934
1309
|
o.name = "DeleteArchive"
|
935
1310
|
o.http_method = "POST"
|
@@ -941,6 +1316,17 @@ module Aws::CloudWatchEvents
|
|
941
1316
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
942
1317
|
end)
|
943
1318
|
|
1319
|
+
api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
|
1320
|
+
o.name = "DeleteConnection"
|
1321
|
+
o.http_method = "POST"
|
1322
|
+
o.http_request_uri = "/"
|
1323
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConnectionRequest)
|
1324
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteConnectionResponse)
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1326
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1327
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1328
|
+
end)
|
1329
|
+
|
944
1330
|
api.add_operation(:delete_event_bus, Seahorse::Model::Operation.new.tap do |o|
|
945
1331
|
o.name = "DeleteEventBus"
|
946
1332
|
o.http_method = "POST"
|
@@ -974,6 +1360,16 @@ module Aws::CloudWatchEvents
|
|
974
1360
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
975
1361
|
end)
|
976
1362
|
|
1363
|
+
api.add_operation(:describe_api_destination, Seahorse::Model::Operation.new.tap do |o|
|
1364
|
+
o.name = "DescribeApiDestination"
|
1365
|
+
o.http_method = "POST"
|
1366
|
+
o.http_request_uri = "/"
|
1367
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeApiDestinationRequest)
|
1368
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeApiDestinationResponse)
|
1369
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1370
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1371
|
+
end)
|
1372
|
+
|
977
1373
|
api.add_operation(:describe_archive, Seahorse::Model::Operation.new.tap do |o|
|
978
1374
|
o.name = "DescribeArchive"
|
979
1375
|
o.http_method = "POST"
|
@@ -985,6 +1381,16 @@ module Aws::CloudWatchEvents
|
|
985
1381
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
986
1382
|
end)
|
987
1383
|
|
1384
|
+
api.add_operation(:describe_connection, Seahorse::Model::Operation.new.tap do |o|
|
1385
|
+
o.name = "DescribeConnection"
|
1386
|
+
o.http_method = "POST"
|
1387
|
+
o.http_request_uri = "/"
|
1388
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeConnectionRequest)
|
1389
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeConnectionResponse)
|
1390
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1391
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1392
|
+
end)
|
1393
|
+
|
988
1394
|
api.add_operation(:describe_event_bus, Seahorse::Model::Operation.new.tap do |o|
|
989
1395
|
o.name = "DescribeEventBus"
|
990
1396
|
o.http_method = "POST"
|
@@ -1061,6 +1467,15 @@ module Aws::CloudWatchEvents
|
|
1061
1467
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1062
1468
|
end)
|
1063
1469
|
|
1470
|
+
api.add_operation(:list_api_destinations, Seahorse::Model::Operation.new.tap do |o|
|
1471
|
+
o.name = "ListApiDestinations"
|
1472
|
+
o.http_method = "POST"
|
1473
|
+
o.http_request_uri = "/"
|
1474
|
+
o.input = Shapes::ShapeRef.new(shape: ListApiDestinationsRequest)
|
1475
|
+
o.output = Shapes::ShapeRef.new(shape: ListApiDestinationsResponse)
|
1476
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1477
|
+
end)
|
1478
|
+
|
1064
1479
|
api.add_operation(:list_archives, Seahorse::Model::Operation.new.tap do |o|
|
1065
1480
|
o.name = "ListArchives"
|
1066
1481
|
o.http_method = "POST"
|
@@ -1071,6 +1486,15 @@ module Aws::CloudWatchEvents
|
|
1071
1486
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1072
1487
|
end)
|
1073
1488
|
|
1489
|
+
api.add_operation(:list_connections, Seahorse::Model::Operation.new.tap do |o|
|
1490
|
+
o.name = "ListConnections"
|
1491
|
+
o.http_method = "POST"
|
1492
|
+
o.http_request_uri = "/"
|
1493
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectionsRequest)
|
1494
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectionsResponse)
|
1495
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1496
|
+
end)
|
1497
|
+
|
1074
1498
|
api.add_operation(:list_event_buses, Seahorse::Model::Operation.new.tap do |o|
|
1075
1499
|
o.name = "ListEventBuses"
|
1076
1500
|
o.http_method = "POST"
|
@@ -1290,6 +1714,18 @@ module Aws::CloudWatchEvents
|
|
1290
1714
|
o.errors << Shapes::ShapeRef.new(shape: ManagedRuleException)
|
1291
1715
|
end)
|
1292
1716
|
|
1717
|
+
api.add_operation(:update_api_destination, Seahorse::Model::Operation.new.tap do |o|
|
1718
|
+
o.name = "UpdateApiDestination"
|
1719
|
+
o.http_method = "POST"
|
1720
|
+
o.http_request_uri = "/"
|
1721
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateApiDestinationRequest)
|
1722
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateApiDestinationResponse)
|
1723
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1724
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1725
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1726
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1727
|
+
end)
|
1728
|
+
|
1293
1729
|
api.add_operation(:update_archive, Seahorse::Model::Operation.new.tap do |o|
|
1294
1730
|
o.name = "UpdateArchive"
|
1295
1731
|
o.http_method = "POST"
|
@@ -1302,6 +1738,18 @@ module Aws::CloudWatchEvents
|
|
1302
1738
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1303
1739
|
o.errors << Shapes::ShapeRef.new(shape: InvalidEventPatternException)
|
1304
1740
|
end)
|
1741
|
+
|
1742
|
+
api.add_operation(:update_connection, Seahorse::Model::Operation.new.tap do |o|
|
1743
|
+
o.name = "UpdateConnection"
|
1744
|
+
o.http_method = "POST"
|
1745
|
+
o.http_request_uri = "/"
|
1746
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConnectionRequest)
|
1747
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConnectionResponse)
|
1748
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1749
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1750
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1751
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1752
|
+
end)
|
1305
1753
|
end
|
1306
1754
|
|
1307
1755
|
end
|