aws-sdk-cloudwatchevents 1.33.0 → 1.64.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -16,29 +16,104 @@ 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')
27
+ Archive = Shapes::StructureShape.new(name: 'Archive')
28
+ ArchiveArn = Shapes::StringShape.new(name: 'ArchiveArn')
29
+ ArchiveDescription = Shapes::StringShape.new(name: 'ArchiveDescription')
30
+ ArchiveName = Shapes::StringShape.new(name: 'ArchiveName')
31
+ ArchiveResponseList = Shapes::ListShape.new(name: 'ArchiveResponseList')
32
+ ArchiveState = Shapes::StringShape.new(name: 'ArchiveState')
33
+ ArchiveStateReason = Shapes::StringShape.new(name: 'ArchiveStateReason')
19
34
  Arn = Shapes::StringShape.new(name: 'Arn')
20
35
  AssignPublicIp = Shapes::StringShape.new(name: 'AssignPublicIp')
36
+ AuthHeaderParameters = Shapes::StringShape.new(name: 'AuthHeaderParameters')
21
37
  AwsVpcConfiguration = Shapes::StructureShape.new(name: 'AwsVpcConfiguration')
22
38
  BatchArrayProperties = Shapes::StructureShape.new(name: 'BatchArrayProperties')
23
39
  BatchParameters = Shapes::StructureShape.new(name: 'BatchParameters')
24
40
  BatchRetryStrategy = Shapes::StructureShape.new(name: 'BatchRetryStrategy')
25
41
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
42
+ CancelReplayRequest = Shapes::StructureShape.new(name: 'CancelReplayRequest')
43
+ CancelReplayResponse = Shapes::StructureShape.new(name: 'CancelReplayResponse')
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')
26
49
  ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
27
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')
74
+ CreateArchiveRequest = Shapes::StructureShape.new(name: 'CreateArchiveRequest')
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')
28
83
  CreateEventBusRequest = Shapes::StructureShape.new(name: 'CreateEventBusRequest')
29
84
  CreateEventBusResponse = Shapes::StructureShape.new(name: 'CreateEventBusResponse')
30
85
  CreatePartnerEventSourceRequest = Shapes::StructureShape.new(name: 'CreatePartnerEventSourceRequest')
31
86
  CreatePartnerEventSourceResponse = Shapes::StructureShape.new(name: 'CreatePartnerEventSourceResponse')
87
+ CreatedBy = Shapes::StringShape.new(name: 'CreatedBy')
88
+ Database = Shapes::StringShape.new(name: 'Database')
89
+ DbUser = Shapes::StringShape.new(name: 'DbUser')
32
90
  DeactivateEventSourceRequest = Shapes::StructureShape.new(name: 'DeactivateEventSourceRequest')
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')
96
+ DeleteArchiveRequest = Shapes::StructureShape.new(name: 'DeleteArchiveRequest')
97
+ DeleteArchiveResponse = Shapes::StructureShape.new(name: 'DeleteArchiveResponse')
98
+ DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
99
+ DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
33
100
  DeleteEventBusRequest = Shapes::StructureShape.new(name: 'DeleteEventBusRequest')
34
101
  DeletePartnerEventSourceRequest = Shapes::StructureShape.new(name: 'DeletePartnerEventSourceRequest')
35
102
  DeleteRuleRequest = Shapes::StructureShape.new(name: 'DeleteRuleRequest')
103
+ DescribeApiDestinationRequest = Shapes::StructureShape.new(name: 'DescribeApiDestinationRequest')
104
+ DescribeApiDestinationResponse = Shapes::StructureShape.new(name: 'DescribeApiDestinationResponse')
105
+ DescribeArchiveRequest = Shapes::StructureShape.new(name: 'DescribeArchiveRequest')
106
+ DescribeArchiveResponse = Shapes::StructureShape.new(name: 'DescribeArchiveResponse')
107
+ DescribeConnectionRequest = Shapes::StructureShape.new(name: 'DescribeConnectionRequest')
108
+ DescribeConnectionResponse = Shapes::StructureShape.new(name: 'DescribeConnectionResponse')
36
109
  DescribeEventBusRequest = Shapes::StructureShape.new(name: 'DescribeEventBusRequest')
37
110
  DescribeEventBusResponse = Shapes::StructureShape.new(name: 'DescribeEventBusResponse')
38
111
  DescribeEventSourceRequest = Shapes::StructureShape.new(name: 'DescribeEventSourceRequest')
39
112
  DescribeEventSourceResponse = Shapes::StructureShape.new(name: 'DescribeEventSourceResponse')
40
113
  DescribePartnerEventSourceRequest = Shapes::StructureShape.new(name: 'DescribePartnerEventSourceRequest')
41
114
  DescribePartnerEventSourceResponse = Shapes::StructureShape.new(name: 'DescribePartnerEventSourceResponse')
115
+ DescribeReplayRequest = Shapes::StructureShape.new(name: 'DescribeReplayRequest')
116
+ DescribeReplayResponse = Shapes::StructureShape.new(name: 'DescribeReplayResponse')
42
117
  DescribeRuleRequest = Shapes::StructureShape.new(name: 'DescribeRuleRequest')
43
118
  DescribeRuleResponse = Shapes::StructureShape.new(name: 'DescribeRuleResponse')
44
119
  DisableRuleRequest = Shapes::StructureShape.new(name: 'DisableRuleRequest')
@@ -49,6 +124,7 @@ module Aws::CloudWatchEvents
49
124
  EventBus = Shapes::StructureShape.new(name: 'EventBus')
50
125
  EventBusList = Shapes::ListShape.new(name: 'EventBusList')
51
126
  EventBusName = Shapes::StringShape.new(name: 'EventBusName')
127
+ EventBusNameOrArn = Shapes::StringShape.new(name: 'EventBusNameOrArn')
52
128
  EventId = Shapes::StringShape.new(name: 'EventId')
53
129
  EventPattern = Shapes::StringShape.new(name: 'EventPattern')
54
130
  EventResource = Shapes::StringShape.new(name: 'EventResource')
@@ -63,6 +139,8 @@ module Aws::CloudWatchEvents
63
139
  HeaderParametersMap = Shapes::MapShape.new(name: 'HeaderParametersMap')
64
140
  HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
65
141
  HttpParameters = Shapes::StructureShape.new(name: 'HttpParameters')
142
+ HttpsEndpoint = Shapes::StringShape.new(name: 'HttpsEndpoint')
143
+ IllegalStatusException = Shapes::StructureShape.new(name: 'IllegalStatusException')
66
144
  InputTransformer = Shapes::StructureShape.new(name: 'InputTransformer')
67
145
  InputTransformerPathKey = Shapes::StringShape.new(name: 'InputTransformerPathKey')
68
146
  Integer = Shapes::IntegerShape.new(name: 'Integer')
@@ -74,6 +152,12 @@ module Aws::CloudWatchEvents
74
152
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
75
153
  LimitMax100 = Shapes::IntegerShape.new(name: 'LimitMax100')
76
154
  LimitMin1 = Shapes::IntegerShape.new(name: 'LimitMin1')
155
+ ListApiDestinationsRequest = Shapes::StructureShape.new(name: 'ListApiDestinationsRequest')
156
+ ListApiDestinationsResponse = Shapes::StructureShape.new(name: 'ListApiDestinationsResponse')
157
+ ListArchivesRequest = Shapes::StructureShape.new(name: 'ListArchivesRequest')
158
+ ListArchivesResponse = Shapes::StructureShape.new(name: 'ListArchivesResponse')
159
+ ListConnectionsRequest = Shapes::StructureShape.new(name: 'ListConnectionsRequest')
160
+ ListConnectionsResponse = Shapes::StructureShape.new(name: 'ListConnectionsResponse')
77
161
  ListEventBusesRequest = Shapes::StructureShape.new(name: 'ListEventBusesRequest')
78
162
  ListEventBusesResponse = Shapes::StructureShape.new(name: 'ListEventBusesResponse')
79
163
  ListEventSourcesRequest = Shapes::StructureShape.new(name: 'ListEventSourcesRequest')
@@ -82,6 +166,8 @@ module Aws::CloudWatchEvents
82
166
  ListPartnerEventSourceAccountsResponse = Shapes::StructureShape.new(name: 'ListPartnerEventSourceAccountsResponse')
83
167
  ListPartnerEventSourcesRequest = Shapes::StructureShape.new(name: 'ListPartnerEventSourcesRequest')
84
168
  ListPartnerEventSourcesResponse = Shapes::StructureShape.new(name: 'ListPartnerEventSourcesResponse')
169
+ ListReplaysRequest = Shapes::StructureShape.new(name: 'ListReplaysRequest')
170
+ ListReplaysResponse = Shapes::StructureShape.new(name: 'ListReplaysResponse')
85
171
  ListRuleNamesByTargetRequest = Shapes::StructureShape.new(name: 'ListRuleNamesByTargetRequest')
86
172
  ListRuleNamesByTargetResponse = Shapes::StructureShape.new(name: 'ListRuleNamesByTargetResponse')
87
173
  ListRulesRequest = Shapes::StructureShape.new(name: 'ListRulesRequest')
@@ -90,12 +176,16 @@ module Aws::CloudWatchEvents
90
176
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
91
177
  ListTargetsByRuleRequest = Shapes::StructureShape.new(name: 'ListTargetsByRuleRequest')
92
178
  ListTargetsByRuleResponse = Shapes::StructureShape.new(name: 'ListTargetsByRuleResponse')
179
+ Long = Shapes::IntegerShape.new(name: 'Long')
93
180
  ManagedBy = Shapes::StringShape.new(name: 'ManagedBy')
94
181
  ManagedRuleException = Shapes::StructureShape.new(name: 'ManagedRuleException')
182
+ MaximumEventAgeInSeconds = Shapes::IntegerShape.new(name: 'MaximumEventAgeInSeconds')
183
+ MaximumRetryAttempts = Shapes::IntegerShape.new(name: 'MaximumRetryAttempts')
95
184
  MessageGroupId = Shapes::StringShape.new(name: 'MessageGroupId')
96
185
  NetworkConfiguration = Shapes::StructureShape.new(name: 'NetworkConfiguration')
97
186
  NextToken = Shapes::StringShape.new(name: 'NextToken')
98
187
  NonPartnerEventBusName = Shapes::StringShape.new(name: 'NonPartnerEventBusName')
188
+ NonPartnerEventBusNameOrArn = Shapes::StringShape.new(name: 'NonPartnerEventBusNameOrArn')
99
189
  OperationDisabledException = Shapes::StructureShape.new(name: 'OperationDisabledException')
100
190
  PartnerEventSource = Shapes::StructureShape.new(name: 'PartnerEventSource')
101
191
  PartnerEventSourceAccount = Shapes::StructureShape.new(name: 'PartnerEventSourceAccount')
@@ -104,8 +194,17 @@ module Aws::CloudWatchEvents
104
194
  PartnerEventSourceNamePrefix = Shapes::StringShape.new(name: 'PartnerEventSourceNamePrefix')
105
195
  PathParameter = Shapes::StringShape.new(name: 'PathParameter')
106
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')
107
205
  PolicyLengthExceededException = Shapes::StructureShape.new(name: 'PolicyLengthExceededException')
108
206
  Principal = Shapes::StringShape.new(name: 'Principal')
207
+ PropagateTags = Shapes::StringShape.new(name: 'PropagateTags')
109
208
  PutEventsRequest = Shapes::StructureShape.new(name: 'PutEventsRequest')
110
209
  PutEventsRequestEntry = Shapes::StructureShape.new(name: 'PutEventsRequestEntry')
111
210
  PutEventsRequestEntryList = Shapes::ListShape.new(name: 'PutEventsRequestEntryList')
@@ -128,13 +227,28 @@ module Aws::CloudWatchEvents
128
227
  QueryStringKey = Shapes::StringShape.new(name: 'QueryStringKey')
129
228
  QueryStringParametersMap = Shapes::MapShape.new(name: 'QueryStringParametersMap')
130
229
  QueryStringValue = Shapes::StringShape.new(name: 'QueryStringValue')
230
+ RedshiftDataParameters = Shapes::StructureShape.new(name: 'RedshiftDataParameters')
231
+ RedshiftSecretManagerArn = Shapes::StringShape.new(name: 'RedshiftSecretManagerArn')
232
+ ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
131
233
  RemovePermissionRequest = Shapes::StructureShape.new(name: 'RemovePermissionRequest')
132
234
  RemoveTargetsRequest = Shapes::StructureShape.new(name: 'RemoveTargetsRequest')
133
235
  RemoveTargetsResponse = Shapes::StructureShape.new(name: 'RemoveTargetsResponse')
134
236
  RemoveTargetsResultEntry = Shapes::StructureShape.new(name: 'RemoveTargetsResultEntry')
135
237
  RemoveTargetsResultEntryList = Shapes::ListShape.new(name: 'RemoveTargetsResultEntryList')
238
+ Replay = Shapes::StructureShape.new(name: 'Replay')
239
+ ReplayArn = Shapes::StringShape.new(name: 'ReplayArn')
240
+ ReplayDescription = Shapes::StringShape.new(name: 'ReplayDescription')
241
+ ReplayDestination = Shapes::StructureShape.new(name: 'ReplayDestination')
242
+ ReplayDestinationFilters = Shapes::ListShape.new(name: 'ReplayDestinationFilters')
243
+ ReplayList = Shapes::ListShape.new(name: 'ReplayList')
244
+ ReplayName = Shapes::StringShape.new(name: 'ReplayName')
245
+ ReplayState = Shapes::StringShape.new(name: 'ReplayState')
246
+ ReplayStateReason = Shapes::StringShape.new(name: 'ReplayStateReason')
136
247
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
248
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
137
249
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
250
+ RetentionDays = Shapes::IntegerShape.new(name: 'RetentionDays')
251
+ RetryPolicy = Shapes::StructureShape.new(name: 'RetryPolicy')
138
252
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
139
253
  Rule = Shapes::StructureShape.new(name: 'Rule')
140
254
  RuleArn = Shapes::StringShape.new(name: 'RuleArn')
@@ -149,9 +263,19 @@ module Aws::CloudWatchEvents
149
263
  RunCommandTargetValue = Shapes::StringShape.new(name: 'RunCommandTargetValue')
150
264
  RunCommandTargetValues = Shapes::ListShape.new(name: 'RunCommandTargetValues')
151
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')
152
271
  ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
272
+ SecretsManagerSecretArn = Shapes::StringShape.new(name: 'SecretsManagerSecretArn')
273
+ Sql = Shapes::StringShape.new(name: 'Sql')
153
274
  SqsParameters = Shapes::StructureShape.new(name: 'SqsParameters')
275
+ StartReplayRequest = Shapes::StructureShape.new(name: 'StartReplayRequest')
276
+ StartReplayResponse = Shapes::StructureShape.new(name: 'StartReplayResponse')
154
277
  StatementId = Shapes::StringShape.new(name: 'StatementId')
278
+ StatementName = Shapes::StringShape.new(name: 'StatementName')
155
279
  String = Shapes::StringShape.new(name: 'String')
156
280
  StringList = Shapes::ListShape.new(name: 'StringList')
157
281
  Tag = Shapes::StructureShape.new(name: 'Tag')
@@ -172,14 +296,51 @@ module Aws::CloudWatchEvents
172
296
  TestEventPatternRequest = Shapes::StructureShape.new(name: 'TestEventPatternRequest')
173
297
  TestEventPatternResponse = Shapes::StructureShape.new(name: 'TestEventPatternResponse')
174
298
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
299
+ TraceHeader = Shapes::StringShape.new(name: 'TraceHeader')
175
300
  TransformerInput = Shapes::StringShape.new(name: 'TransformerInput')
176
301
  TransformerPaths = Shapes::MapShape.new(name: 'TransformerPaths')
177
302
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
178
303
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
304
+ UpdateApiDestinationRequest = Shapes::StructureShape.new(name: 'UpdateApiDestinationRequest')
305
+ UpdateApiDestinationResponse = Shapes::StructureShape.new(name: 'UpdateApiDestinationResponse')
306
+ UpdateArchiveRequest = Shapes::StructureShape.new(name: 'UpdateArchiveRequest')
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')
179
315
 
180
316
  ActivateEventSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventSourceName, required: true, location_name: "Name"))
181
317
  ActivateEventSourceRequest.struct_class = Types::ActivateEventSourceRequest
182
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
+
332
+ Archive.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, location_name: "ArchiveName"))
333
+ Archive.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
334
+ Archive.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
335
+ Archive.add_member(:state_reason, Shapes::ShapeRef.new(shape: ArchiveStateReason, location_name: "StateReason"))
336
+ Archive.add_member(:retention_days, Shapes::ShapeRef.new(shape: RetentionDays, location_name: "RetentionDays"))
337
+ Archive.add_member(:size_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "SizeBytes"))
338
+ Archive.add_member(:event_count, Shapes::ShapeRef.new(shape: Long, location_name: "EventCount"))
339
+ Archive.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
340
+ Archive.struct_class = Types::Archive
341
+
342
+ ArchiveResponseList.member = Shapes::ShapeRef.new(shape: Archive)
343
+
183
344
  AwsVpcConfiguration.add_member(:subnets, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "Subnets"))
184
345
  AwsVpcConfiguration.add_member(:security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroups"))
185
346
  AwsVpcConfiguration.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: AssignPublicIp, location_name: "AssignPublicIp"))
@@ -197,6 +358,21 @@ module Aws::CloudWatchEvents
197
358
  BatchRetryStrategy.add_member(:attempts, Shapes::ShapeRef.new(shape: Integer, location_name: "Attempts"))
198
359
  BatchRetryStrategy.struct_class = Types::BatchRetryStrategy
199
360
 
361
+ CancelReplayRequest.add_member(:replay_name, Shapes::ShapeRef.new(shape: ReplayName, required: true, location_name: "ReplayName"))
362
+ CancelReplayRequest.struct_class = Types::CancelReplayRequest
363
+
364
+ CancelReplayResponse.add_member(:replay_arn, Shapes::ShapeRef.new(shape: ReplayArn, location_name: "ReplayArn"))
365
+ CancelReplayResponse.add_member(:state, Shapes::ShapeRef.new(shape: ReplayState, location_name: "State"))
366
+ CancelReplayResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ReplayStateReason, location_name: "StateReason"))
367
+ CancelReplayResponse.struct_class = Types::CancelReplayResponse
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
+
200
376
  ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
201
377
 
202
378
  Condition.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
@@ -204,6 +380,128 @@ module Aws::CloudWatchEvents
204
380
  Condition.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
205
381
  Condition.struct_class = Types::Condition
206
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
+
456
+ CreateArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
457
+ CreateArchiveRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "EventSourceArn"))
458
+ CreateArchiveRequest.add_member(:description, Shapes::ShapeRef.new(shape: ArchiveDescription, location_name: "Description"))
459
+ CreateArchiveRequest.add_member(:event_pattern, Shapes::ShapeRef.new(shape: EventPattern, location_name: "EventPattern"))
460
+ CreateArchiveRequest.add_member(:retention_days, Shapes::ShapeRef.new(shape: RetentionDays, location_name: "RetentionDays"))
461
+ CreateArchiveRequest.struct_class = Types::CreateArchiveRequest
462
+
463
+ CreateArchiveResponse.add_member(:archive_arn, Shapes::ShapeRef.new(shape: ArchiveArn, location_name: "ArchiveArn"))
464
+ CreateArchiveResponse.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
465
+ CreateArchiveResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ArchiveStateReason, location_name: "StateReason"))
466
+ CreateArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
467
+ CreateArchiveResponse.struct_class = Types::CreateArchiveResponse
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
+
207
505
  CreateEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, required: true, location_name: "Name"))
208
506
  CreateEventBusRequest.add_member(:event_source_name, Shapes::ShapeRef.new(shape: EventSourceName, location_name: "EventSourceName"))
209
507
  CreateEventBusRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -222,6 +520,39 @@ module Aws::CloudWatchEvents
222
520
  DeactivateEventSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventSourceName, required: true, location_name: "Name"))
223
521
  DeactivateEventSourceRequest.struct_class = Types::DeactivateEventSourceRequest
224
522
 
523
+ DeadLetterConfig.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
524
+ DeadLetterConfig.struct_class = Types::DeadLetterConfig
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
+
541
+ DeleteArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
542
+ DeleteArchiveRequest.struct_class = Types::DeleteArchiveRequest
543
+
544
+ DeleteArchiveResponse.struct_class = Types::DeleteArchiveResponse
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
+
225
556
  DeleteEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, required: true, location_name: "Name"))
226
557
  DeleteEventBusRequest.struct_class = Types::DeleteEventBusRequest
227
558
 
@@ -230,11 +561,58 @@ module Aws::CloudWatchEvents
230
561
  DeletePartnerEventSourceRequest.struct_class = Types::DeletePartnerEventSourceRequest
231
562
 
232
563
  DeleteRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
233
- DeleteRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
564
+ DeleteRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
234
565
  DeleteRuleRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
235
566
  DeleteRuleRequest.struct_class = Types::DeleteRuleRequest
236
567
 
237
- DescribeEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "Name"))
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
+
583
+ DescribeArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
584
+ DescribeArchiveRequest.struct_class = Types::DescribeArchiveRequest
585
+
586
+ DescribeArchiveResponse.add_member(:archive_arn, Shapes::ShapeRef.new(shape: ArchiveArn, location_name: "ArchiveArn"))
587
+ DescribeArchiveResponse.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, location_name: "ArchiveName"))
588
+ DescribeArchiveResponse.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
589
+ DescribeArchiveResponse.add_member(:description, Shapes::ShapeRef.new(shape: ArchiveDescription, location_name: "Description"))
590
+ DescribeArchiveResponse.add_member(:event_pattern, Shapes::ShapeRef.new(shape: EventPattern, location_name: "EventPattern"))
591
+ DescribeArchiveResponse.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
592
+ DescribeArchiveResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ArchiveStateReason, location_name: "StateReason"))
593
+ DescribeArchiveResponse.add_member(:retention_days, Shapes::ShapeRef.new(shape: RetentionDays, location_name: "RetentionDays"))
594
+ DescribeArchiveResponse.add_member(:size_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "SizeBytes"))
595
+ DescribeArchiveResponse.add_member(:event_count, Shapes::ShapeRef.new(shape: Long, location_name: "EventCount"))
596
+ DescribeArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
597
+ DescribeArchiveResponse.struct_class = Types::DescribeArchiveResponse
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
+
615
+ DescribeEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "Name"))
238
616
  DescribeEventBusRequest.struct_class = Types::DescribeEventBusRequest
239
617
 
240
618
  DescribeEventBusResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
@@ -260,8 +638,25 @@ module Aws::CloudWatchEvents
260
638
  DescribePartnerEventSourceResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
261
639
  DescribePartnerEventSourceResponse.struct_class = Types::DescribePartnerEventSourceResponse
262
640
 
641
+ DescribeReplayRequest.add_member(:replay_name, Shapes::ShapeRef.new(shape: ReplayName, required: true, location_name: "ReplayName"))
642
+ DescribeReplayRequest.struct_class = Types::DescribeReplayRequest
643
+
644
+ DescribeReplayResponse.add_member(:replay_name, Shapes::ShapeRef.new(shape: ReplayName, location_name: "ReplayName"))
645
+ DescribeReplayResponse.add_member(:replay_arn, Shapes::ShapeRef.new(shape: ReplayArn, location_name: "ReplayArn"))
646
+ DescribeReplayResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReplayDescription, location_name: "Description"))
647
+ DescribeReplayResponse.add_member(:state, Shapes::ShapeRef.new(shape: ReplayState, location_name: "State"))
648
+ DescribeReplayResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ReplayStateReason, location_name: "StateReason"))
649
+ DescribeReplayResponse.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
650
+ DescribeReplayResponse.add_member(:destination, Shapes::ShapeRef.new(shape: ReplayDestination, location_name: "Destination"))
651
+ DescribeReplayResponse.add_member(:event_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventStartTime"))
652
+ DescribeReplayResponse.add_member(:event_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventEndTime"))
653
+ DescribeReplayResponse.add_member(:event_last_replayed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventLastReplayedTime"))
654
+ DescribeReplayResponse.add_member(:replay_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReplayStartTime"))
655
+ DescribeReplayResponse.add_member(:replay_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReplayEndTime"))
656
+ DescribeReplayResponse.struct_class = Types::DescribeReplayResponse
657
+
263
658
  DescribeRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
264
- DescribeRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
659
+ DescribeRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
265
660
  DescribeRuleRequest.struct_class = Types::DescribeRuleRequest
266
661
 
267
662
  DescribeRuleResponse.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "Name"))
@@ -273,10 +668,11 @@ module Aws::CloudWatchEvents
273
668
  DescribeRuleResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
274
669
  DescribeRuleResponse.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "ManagedBy"))
275
670
  DescribeRuleResponse.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
671
+ DescribeRuleResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "CreatedBy"))
276
672
  DescribeRuleResponse.struct_class = Types::DescribeRuleResponse
277
673
 
278
674
  DisableRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
279
- DisableRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
675
+ DisableRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
280
676
  DisableRuleRequest.struct_class = Types::DisableRuleRequest
281
677
 
282
678
  EcsParameters.add_member(:task_definition_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "TaskDefinitionArn"))
@@ -285,10 +681,18 @@ module Aws::CloudWatchEvents
285
681
  EcsParameters.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "NetworkConfiguration"))
286
682
  EcsParameters.add_member(:platform_version, Shapes::ShapeRef.new(shape: String, location_name: "PlatformVersion"))
287
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"))
288
692
  EcsParameters.struct_class = Types::EcsParameters
289
693
 
290
694
  EnableRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
291
- EnableRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
695
+ EnableRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
292
696
  EnableRuleRequest.struct_class = Types::EnableRuleRequest
293
697
 
294
698
  EventBus.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
@@ -318,6 +722,8 @@ module Aws::CloudWatchEvents
318
722
  HttpParameters.add_member(:query_string_parameters, Shapes::ShapeRef.new(shape: QueryStringParametersMap, location_name: "QueryStringParameters"))
319
723
  HttpParameters.struct_class = Types::HttpParameters
320
724
 
725
+ IllegalStatusException.struct_class = Types::IllegalStatusException
726
+
321
727
  InputTransformer.add_member(:input_paths_map, Shapes::ShapeRef.new(shape: TransformerPaths, location_name: "InputPathsMap"))
322
728
  InputTransformer.add_member(:input_template, Shapes::ShapeRef.new(shape: TransformerInput, required: true, location_name: "InputTemplate"))
323
729
  InputTransformer.struct_class = Types::InputTransformer
@@ -333,6 +739,37 @@ module Aws::CloudWatchEvents
333
739
 
334
740
  LimitExceededException.struct_class = Types::LimitExceededException
335
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
+
752
+ ListArchivesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ArchiveName, location_name: "NamePrefix"))
753
+ ListArchivesRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
754
+ ListArchivesRequest.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
755
+ ListArchivesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
756
+ ListArchivesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
757
+ ListArchivesRequest.struct_class = Types::ListArchivesRequest
758
+
759
+ ListArchivesResponse.add_member(:archives, Shapes::ShapeRef.new(shape: ArchiveResponseList, location_name: "Archives"))
760
+ ListArchivesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
761
+ ListArchivesResponse.struct_class = Types::ListArchivesResponse
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
+
336
773
  ListEventBusesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: EventBusName, location_name: "NamePrefix"))
337
774
  ListEventBusesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
338
775
  ListEventBusesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
@@ -369,8 +806,19 @@ module Aws::CloudWatchEvents
369
806
  ListPartnerEventSourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
370
807
  ListPartnerEventSourcesResponse.struct_class = Types::ListPartnerEventSourcesResponse
371
808
 
809
+ ListReplaysRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: ReplayName, location_name: "NamePrefix"))
810
+ ListReplaysRequest.add_member(:state, Shapes::ShapeRef.new(shape: ReplayState, location_name: "State"))
811
+ ListReplaysRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
812
+ ListReplaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
813
+ ListReplaysRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
814
+ ListReplaysRequest.struct_class = Types::ListReplaysRequest
815
+
816
+ ListReplaysResponse.add_member(:replays, Shapes::ShapeRef.new(shape: ReplayList, location_name: "Replays"))
817
+ ListReplaysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
818
+ ListReplaysResponse.struct_class = Types::ListReplaysResponse
819
+
372
820
  ListRuleNamesByTargetRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, required: true, location_name: "TargetArn"))
373
- ListRuleNamesByTargetRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
821
+ ListRuleNamesByTargetRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
374
822
  ListRuleNamesByTargetRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
375
823
  ListRuleNamesByTargetRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
376
824
  ListRuleNamesByTargetRequest.struct_class = Types::ListRuleNamesByTargetRequest
@@ -380,7 +828,7 @@ module Aws::CloudWatchEvents
380
828
  ListRuleNamesByTargetResponse.struct_class = Types::ListRuleNamesByTargetResponse
381
829
 
382
830
  ListRulesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: RuleName, location_name: "NamePrefix"))
383
- ListRulesRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
831
+ ListRulesRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
384
832
  ListRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
385
833
  ListRulesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
386
834
  ListRulesRequest.struct_class = Types::ListRulesRequest
@@ -396,7 +844,7 @@ module Aws::CloudWatchEvents
396
844
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
397
845
 
398
846
  ListTargetsByRuleRequest.add_member(:rule, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Rule"))
399
- ListTargetsByRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
847
+ ListTargetsByRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
400
848
  ListTargetsByRuleRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
401
849
  ListTargetsByRuleRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location_name: "Limit"))
402
850
  ListTargetsByRuleRequest.struct_class = Types::ListTargetsByRuleRequest
@@ -428,6 +876,18 @@ module Aws::CloudWatchEvents
428
876
 
429
877
  PathParameterList.member = Shapes::ShapeRef.new(shape: PathParameter)
430
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
+
431
891
  PolicyLengthExceededException.struct_class = Types::PolicyLengthExceededException
432
892
 
433
893
  PutEventsRequest.add_member(:entries, Shapes::ShapeRef.new(shape: PutEventsRequestEntryList, required: true, location_name: "Entries"))
@@ -438,7 +898,8 @@ module Aws::CloudWatchEvents
438
898
  PutEventsRequestEntry.add_member(:resources, Shapes::ShapeRef.new(shape: EventResourceList, location_name: "Resources"))
439
899
  PutEventsRequestEntry.add_member(:detail_type, Shapes::ShapeRef.new(shape: String, location_name: "DetailType"))
440
900
  PutEventsRequestEntry.add_member(:detail, Shapes::ShapeRef.new(shape: String, location_name: "Detail"))
441
- PutEventsRequestEntry.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: NonPartnerEventBusName, location_name: "EventBusName"))
901
+ PutEventsRequestEntry.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: NonPartnerEventBusNameOrArn, location_name: "EventBusName"))
902
+ PutEventsRequestEntry.add_member(:trace_header, Shapes::ShapeRef.new(shape: TraceHeader, location_name: "TraceHeader"))
442
903
  PutEventsRequestEntry.struct_class = Types::PutEventsRequestEntry
443
904
 
444
905
  PutEventsRequestEntryList.member = Shapes::ShapeRef.new(shape: PutEventsRequestEntry)
@@ -478,10 +939,11 @@ module Aws::CloudWatchEvents
478
939
  PutPartnerEventsResultEntryList.member = Shapes::ShapeRef.new(shape: PutPartnerEventsResultEntry)
479
940
 
480
941
  PutPermissionRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: NonPartnerEventBusName, location_name: "EventBusName"))
481
- PutPermissionRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "Action"))
482
- PutPermissionRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location_name: "Principal"))
483
- PutPermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location_name: "StatementId"))
942
+ PutPermissionRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "Action"))
943
+ PutPermissionRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, location_name: "Principal"))
944
+ PutPermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, location_name: "StatementId"))
484
945
  PutPermissionRequest.add_member(:condition, Shapes::ShapeRef.new(shape: Condition, location_name: "Condition"))
946
+ PutPermissionRequest.add_member(:policy, Shapes::ShapeRef.new(shape: String, location_name: "Policy"))
485
947
  PutPermissionRequest.struct_class = Types::PutPermissionRequest
486
948
 
487
949
  PutRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
@@ -491,14 +953,14 @@ module Aws::CloudWatchEvents
491
953
  PutRuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: RuleDescription, location_name: "Description"))
492
954
  PutRuleRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
493
955
  PutRuleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
494
- PutRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
956
+ PutRuleRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
495
957
  PutRuleRequest.struct_class = Types::PutRuleRequest
496
958
 
497
959
  PutRuleResponse.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "RuleArn"))
498
960
  PutRuleResponse.struct_class = Types::PutRuleResponse
499
961
 
500
962
  PutTargetsRequest.add_member(:rule, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Rule"))
501
- PutTargetsRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
963
+ PutTargetsRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
502
964
  PutTargetsRequest.add_member(:targets, Shapes::ShapeRef.new(shape: TargetList, required: true, location_name: "Targets"))
503
965
  PutTargetsRequest.struct_class = Types::PutTargetsRequest
504
966
 
@@ -516,12 +978,21 @@ module Aws::CloudWatchEvents
516
978
  QueryStringParametersMap.key = Shapes::ShapeRef.new(shape: QueryStringKey)
517
979
  QueryStringParametersMap.value = Shapes::ShapeRef.new(shape: QueryStringValue)
518
980
 
519
- RemovePermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location_name: "StatementId"))
981
+ RedshiftDataParameters.add_member(:secret_manager_arn, Shapes::ShapeRef.new(shape: RedshiftSecretManagerArn, location_name: "SecretManagerArn"))
982
+ RedshiftDataParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
983
+ RedshiftDataParameters.add_member(:db_user, Shapes::ShapeRef.new(shape: DbUser, location_name: "DbUser"))
984
+ RedshiftDataParameters.add_member(:sql, Shapes::ShapeRef.new(shape: Sql, required: true, location_name: "Sql"))
985
+ RedshiftDataParameters.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, location_name: "StatementName"))
986
+ RedshiftDataParameters.add_member(:with_event, Shapes::ShapeRef.new(shape: Boolean, location_name: "WithEvent"))
987
+ RedshiftDataParameters.struct_class = Types::RedshiftDataParameters
988
+
989
+ RemovePermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, location_name: "StatementId"))
990
+ RemovePermissionRequest.add_member(:remove_all_permissions, Shapes::ShapeRef.new(shape: Boolean, location_name: "RemoveAllPermissions"))
520
991
  RemovePermissionRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: NonPartnerEventBusName, location_name: "EventBusName"))
521
992
  RemovePermissionRequest.struct_class = Types::RemovePermissionRequest
522
993
 
523
994
  RemoveTargetsRequest.add_member(:rule, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Rule"))
524
- RemoveTargetsRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "EventBusName"))
995
+ RemoveTargetsRequest.add_member(:event_bus_name, Shapes::ShapeRef.new(shape: EventBusNameOrArn, location_name: "EventBusName"))
525
996
  RemoveTargetsRequest.add_member(:ids, Shapes::ShapeRef.new(shape: TargetIdList, required: true, location_name: "Ids"))
526
997
  RemoveTargetsRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
527
998
  RemoveTargetsRequest.struct_class = Types::RemoveTargetsRequest
@@ -537,10 +1008,33 @@ module Aws::CloudWatchEvents
537
1008
 
538
1009
  RemoveTargetsResultEntryList.member = Shapes::ShapeRef.new(shape: RemoveTargetsResultEntry)
539
1010
 
1011
+ Replay.add_member(:replay_name, Shapes::ShapeRef.new(shape: ReplayName, location_name: "ReplayName"))
1012
+ Replay.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
1013
+ Replay.add_member(:state, Shapes::ShapeRef.new(shape: ReplayState, location_name: "State"))
1014
+ Replay.add_member(:state_reason, Shapes::ShapeRef.new(shape: ReplayStateReason, location_name: "StateReason"))
1015
+ Replay.add_member(:event_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventStartTime"))
1016
+ Replay.add_member(:event_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventEndTime"))
1017
+ Replay.add_member(:event_last_replayed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventLastReplayedTime"))
1018
+ Replay.add_member(:replay_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReplayStartTime"))
1019
+ Replay.add_member(:replay_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReplayEndTime"))
1020
+ Replay.struct_class = Types::Replay
1021
+
1022
+ ReplayDestination.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
1023
+ ReplayDestination.add_member(:filter_arns, Shapes::ShapeRef.new(shape: ReplayDestinationFilters, location_name: "FilterArns"))
1024
+ ReplayDestination.struct_class = Types::ReplayDestination
1025
+
1026
+ ReplayDestinationFilters.member = Shapes::ShapeRef.new(shape: Arn)
1027
+
1028
+ ReplayList.member = Shapes::ShapeRef.new(shape: Replay)
1029
+
540
1030
  ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
541
1031
 
542
1032
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
543
1033
 
1034
+ RetryPolicy.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, location_name: "MaximumRetryAttempts"))
1035
+ RetryPolicy.add_member(:maximum_event_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumEventAgeInSeconds, location_name: "MaximumEventAgeInSeconds"))
1036
+ RetryPolicy.struct_class = Types::RetryPolicy
1037
+
544
1038
  Rule.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "Name"))
545
1039
  Rule.add_member(:arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "Arn"))
546
1040
  Rule.add_member(:event_pattern, Shapes::ShapeRef.new(shape: EventPattern, location_name: "EventPattern"))
@@ -567,9 +1061,32 @@ module Aws::CloudWatchEvents
567
1061
 
568
1062
  RunCommandTargets.member = Shapes::ShapeRef.new(shape: RunCommandTarget)
569
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
+
570
1073
  SqsParameters.add_member(:message_group_id, Shapes::ShapeRef.new(shape: MessageGroupId, location_name: "MessageGroupId"))
571
1074
  SqsParameters.struct_class = Types::SqsParameters
572
1075
 
1076
+ StartReplayRequest.add_member(:replay_name, Shapes::ShapeRef.new(shape: ReplayName, required: true, location_name: "ReplayName"))
1077
+ StartReplayRequest.add_member(:description, Shapes::ShapeRef.new(shape: ReplayDescription, location_name: "Description"))
1078
+ StartReplayRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "EventSourceArn"))
1079
+ StartReplayRequest.add_member(:event_start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventStartTime"))
1080
+ StartReplayRequest.add_member(:event_end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventEndTime"))
1081
+ StartReplayRequest.add_member(:destination, Shapes::ShapeRef.new(shape: ReplayDestination, required: true, location_name: "Destination"))
1082
+ StartReplayRequest.struct_class = Types::StartReplayRequest
1083
+
1084
+ StartReplayResponse.add_member(:replay_arn, Shapes::ShapeRef.new(shape: ReplayArn, location_name: "ReplayArn"))
1085
+ StartReplayResponse.add_member(:state, Shapes::ShapeRef.new(shape: ReplayState, location_name: "State"))
1086
+ StartReplayResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ReplayStateReason, location_name: "StateReason"))
1087
+ StartReplayResponse.add_member(:replay_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReplayStartTime"))
1088
+ StartReplayResponse.struct_class = Types::StartReplayResponse
1089
+
573
1090
  StringList.member = Shapes::ShapeRef.new(shape: String)
574
1091
 
575
1092
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
@@ -598,6 +1115,10 @@ module Aws::CloudWatchEvents
598
1115
  Target.add_member(:batch_parameters, Shapes::ShapeRef.new(shape: BatchParameters, location_name: "BatchParameters"))
599
1116
  Target.add_member(:sqs_parameters, Shapes::ShapeRef.new(shape: SqsParameters, location_name: "SqsParameters"))
600
1117
  Target.add_member(:http_parameters, Shapes::ShapeRef.new(shape: HttpParameters, location_name: "HttpParameters"))
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"))
1120
+ Target.add_member(:dead_letter_config, Shapes::ShapeRef.new(shape: DeadLetterConfig, location_name: "DeadLetterConfig"))
1121
+ Target.add_member(:retry_policy, Shapes::ShapeRef.new(shape: RetryPolicy, location_name: "RetryPolicy"))
601
1122
  Target.struct_class = Types::Target
602
1123
 
603
1124
  TargetIdList.member = Shapes::ShapeRef.new(shape: TargetId)
@@ -620,6 +1141,69 @@ module Aws::CloudWatchEvents
620
1141
 
621
1142
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
622
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
+
1158
+ UpdateArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, required: true, location_name: "ArchiveName"))
1159
+ UpdateArchiveRequest.add_member(:description, Shapes::ShapeRef.new(shape: ArchiveDescription, location_name: "Description"))
1160
+ UpdateArchiveRequest.add_member(:event_pattern, Shapes::ShapeRef.new(shape: EventPattern, location_name: "EventPattern"))
1161
+ UpdateArchiveRequest.add_member(:retention_days, Shapes::ShapeRef.new(shape: RetentionDays, location_name: "RetentionDays"))
1162
+ UpdateArchiveRequest.struct_class = Types::UpdateArchiveRequest
1163
+
1164
+ UpdateArchiveResponse.add_member(:archive_arn, Shapes::ShapeRef.new(shape: ArchiveArn, location_name: "ArchiveArn"))
1165
+ UpdateArchiveResponse.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
1166
+ UpdateArchiveResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: ArchiveStateReason, location_name: "StateReason"))
1167
+ UpdateArchiveResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1168
+ UpdateArchiveResponse.struct_class = Types::UpdateArchiveResponse
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
+
623
1207
 
624
1208
  # @api private
625
1209
  API = Seahorse::Model::Api.new.tap do |api|
@@ -651,6 +1235,55 @@ module Aws::CloudWatchEvents
651
1235
  o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
652
1236
  end)
653
1237
 
1238
+ api.add_operation(:cancel_replay, Seahorse::Model::Operation.new.tap do |o|
1239
+ o.name = "CancelReplay"
1240
+ o.http_method = "POST"
1241
+ o.http_request_uri = "/"
1242
+ o.input = Shapes::ShapeRef.new(shape: CancelReplayRequest)
1243
+ o.output = Shapes::ShapeRef.new(shape: CancelReplayResponse)
1244
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1245
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1246
+ o.errors << Shapes::ShapeRef.new(shape: IllegalStatusException)
1247
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1248
+ end)
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
+
1262
+ api.add_operation(:create_archive, Seahorse::Model::Operation.new.tap do |o|
1263
+ o.name = "CreateArchive"
1264
+ o.http_method = "POST"
1265
+ o.http_request_uri = "/"
1266
+ o.input = Shapes::ShapeRef.new(shape: CreateArchiveRequest)
1267
+ o.output = Shapes::ShapeRef.new(shape: CreateArchiveResponse)
1268
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1269
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1270
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1271
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1272
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1273
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEventPatternException)
1274
+ end)
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
+
654
1287
  api.add_operation(:create_event_bus, Seahorse::Model::Operation.new.tap do |o|
655
1288
  o.name = "CreateEventBus"
656
1289
  o.http_method = "POST"
@@ -692,6 +1325,50 @@ module Aws::CloudWatchEvents
692
1325
  o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
693
1326
  end)
694
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
+
1350
+ api.add_operation(:delete_archive, Seahorse::Model::Operation.new.tap do |o|
1351
+ o.name = "DeleteArchive"
1352
+ o.http_method = "POST"
1353
+ o.http_request_uri = "/"
1354
+ o.input = Shapes::ShapeRef.new(shape: DeleteArchiveRequest)
1355
+ o.output = Shapes::ShapeRef.new(shape: DeleteArchiveResponse)
1356
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1358
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1359
+ end)
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
+
695
1372
  api.add_operation(:delete_event_bus, Seahorse::Model::Operation.new.tap do |o|
696
1373
  o.name = "DeleteEventBus"
697
1374
  o.http_method = "POST"
@@ -725,6 +1402,37 @@ module Aws::CloudWatchEvents
725
1402
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
726
1403
  end)
727
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
+
1415
+ api.add_operation(:describe_archive, Seahorse::Model::Operation.new.tap do |o|
1416
+ o.name = "DescribeArchive"
1417
+ o.http_method = "POST"
1418
+ o.http_request_uri = "/"
1419
+ o.input = Shapes::ShapeRef.new(shape: DescribeArchiveRequest)
1420
+ o.output = Shapes::ShapeRef.new(shape: DescribeArchiveResponse)
1421
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1422
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1423
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1424
+ end)
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
+
728
1436
  api.add_operation(:describe_event_bus, Seahorse::Model::Operation.new.tap do |o|
729
1437
  o.name = "DescribeEventBus"
730
1438
  o.http_method = "POST"
@@ -757,6 +1465,16 @@ module Aws::CloudWatchEvents
757
1465
  o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
758
1466
  end)
759
1467
 
1468
+ api.add_operation(:describe_replay, Seahorse::Model::Operation.new.tap do |o|
1469
+ o.name = "DescribeReplay"
1470
+ o.http_method = "POST"
1471
+ o.http_request_uri = "/"
1472
+ o.input = Shapes::ShapeRef.new(shape: DescribeReplayRequest)
1473
+ o.output = Shapes::ShapeRef.new(shape: DescribeReplayResponse)
1474
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1475
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1476
+ end)
1477
+
760
1478
  api.add_operation(:describe_rule, Seahorse::Model::Operation.new.tap do |o|
761
1479
  o.name = "DescribeRule"
762
1480
  o.http_method = "POST"
@@ -791,6 +1509,34 @@ module Aws::CloudWatchEvents
791
1509
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
792
1510
  end)
793
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
+
1521
+ api.add_operation(:list_archives, Seahorse::Model::Operation.new.tap do |o|
1522
+ o.name = "ListArchives"
1523
+ o.http_method = "POST"
1524
+ o.http_request_uri = "/"
1525
+ o.input = Shapes::ShapeRef.new(shape: ListArchivesRequest)
1526
+ o.output = Shapes::ShapeRef.new(shape: ListArchivesResponse)
1527
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1528
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1529
+ end)
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
+
794
1540
  api.add_operation(:list_event_buses, Seahorse::Model::Operation.new.tap do |o|
795
1541
  o.name = "ListEventBuses"
796
1542
  o.http_method = "POST"
@@ -831,6 +1577,15 @@ module Aws::CloudWatchEvents
831
1577
  o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
832
1578
  end)
833
1579
 
1580
+ api.add_operation(:list_replays, Seahorse::Model::Operation.new.tap do |o|
1581
+ o.name = "ListReplays"
1582
+ o.http_method = "POST"
1583
+ o.http_request_uri = "/"
1584
+ o.input = Shapes::ShapeRef.new(shape: ListReplaysRequest)
1585
+ o.output = Shapes::ShapeRef.new(shape: ListReplaysResponse)
1586
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1587
+ end)
1588
+
834
1589
  api.add_operation(:list_rule_names_by_target, Seahorse::Model::Operation.new.tap do |o|
835
1590
  o.name = "ListRuleNamesByTarget"
836
1591
  o.http_method = "POST"
@@ -900,6 +1655,7 @@ module Aws::CloudWatchEvents
900
1655
  o.errors << Shapes::ShapeRef.new(shape: PolicyLengthExceededException)
901
1656
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
902
1657
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
903
1659
  end)
904
1660
 
905
1661
  api.add_operation(:put_rule, Seahorse::Model::Operation.new.tap do |o|
@@ -938,6 +1694,7 @@ module Aws::CloudWatchEvents
938
1694
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
939
1695
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
940
1696
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1697
+ o.errors << Shapes::ShapeRef.new(shape: OperationDisabledException)
941
1698
  end)
942
1699
 
943
1700
  api.add_operation(:remove_targets, Seahorse::Model::Operation.new.tap do |o|
@@ -952,6 +1709,19 @@ module Aws::CloudWatchEvents
952
1709
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
953
1710
  end)
954
1711
 
1712
+ api.add_operation(:start_replay, Seahorse::Model::Operation.new.tap do |o|
1713
+ o.name = "StartReplay"
1714
+ o.http_method = "POST"
1715
+ o.http_request_uri = "/"
1716
+ o.input = Shapes::ShapeRef.new(shape: StartReplayRequest)
1717
+ o.output = Shapes::ShapeRef.new(shape: StartReplayResponse)
1718
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1719
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1720
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEventPatternException)
1721
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1722
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1723
+ end)
1724
+
955
1725
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
956
1726
  o.name = "TagResource"
957
1727
  o.http_method = "POST"
@@ -985,6 +1755,43 @@ module Aws::CloudWatchEvents
985
1755
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
986
1756
  o.errors << Shapes::ShapeRef.new(shape: ManagedRuleException)
987
1757
  end)
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
+
1771
+ api.add_operation(:update_archive, Seahorse::Model::Operation.new.tap do |o|
1772
+ o.name = "UpdateArchive"
1773
+ o.http_method = "POST"
1774
+ o.http_request_uri = "/"
1775
+ o.input = Shapes::ShapeRef.new(shape: UpdateArchiveRequest)
1776
+ o.output = Shapes::ShapeRef.new(shape: UpdateArchiveResponse)
1777
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1778
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1779
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1780
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1781
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEventPatternException)
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)
988
1795
  end
989
1796
 
990
1797
  end