aws-sdk-eventbridgev2 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1266 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+
11
+ module Aws::EventBridgeV2
12
+ # @api private
13
+ module ClientApi
14
+
15
+ include Seahorse::Model
16
+
17
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
19
+ AwsServiceEventsSourceConfiguration = Shapes::StructureShape.new(name: 'AwsServiceEventsSourceConfiguration')
20
+ AwsServiceEventsSourceConfigurationPatternString = Shapes::StringShape.new(name: 'AwsServiceEventsSourceConfigurationPatternString')
21
+ AwsServiceSource = Shapes::StringShape.new(name: 'AwsServiceSource')
22
+ BatchConfiguration = Shapes::StructureShape.new(name: 'BatchConfiguration')
23
+ BatchConfigurationMaxBatchSizeInteger = Shapes::IntegerShape.new(name: 'BatchConfigurationMaxBatchSizeInteger')
24
+ BatchConfigurationMaxBatchWindowInSecondsInteger = Shapes::IntegerShape.new(name: 'BatchConfigurationMaxBatchWindowInSecondsInteger')
25
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
26
+ BusState = Shapes::StringShape.new(name: 'BusState')
27
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
28
+ ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
29
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
30
+ ConfluentPublicRegistryConfiguration = Shapes::StructureShape.new(name: 'ConfluentPublicRegistryConfiguration')
31
+ ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
32
+ ContentType = Shapes::StringShape.new(name: 'ContentType')
33
+ CreateEventBusRequest = Shapes::StructureShape.new(name: 'CreateEventBusRequest')
34
+ CreateEventBusResponse = Shapes::StructureShape.new(name: 'CreateEventBusResponse')
35
+ CreateEventSourceRequest = Shapes::StructureShape.new(name: 'CreateEventSourceRequest')
36
+ CreateEventSourceResponse = Shapes::StructureShape.new(name: 'CreateEventSourceResponse')
37
+ CreateSubscriberRequest = Shapes::StructureShape.new(name: 'CreateSubscriberRequest')
38
+ CreateSubscriberResponse = Shapes::StructureShape.new(name: 'CreateSubscriberResponse')
39
+ DeadLetterQueueArn = Shapes::StringShape.new(name: 'DeadLetterQueueArn')
40
+ DeduplicationConfiguration = Shapes::StructureShape.new(name: 'DeduplicationConfiguration')
41
+ DeduplicationType = Shapes::StringShape.new(name: 'DeduplicationType')
42
+ DeleteEventBusRequest = Shapes::StructureShape.new(name: 'DeleteEventBusRequest')
43
+ DeleteEventBusResponse = Shapes::StructureShape.new(name: 'DeleteEventBusResponse')
44
+ DeleteEventSourceRequest = Shapes::StructureShape.new(name: 'DeleteEventSourceRequest')
45
+ DeleteEventSourceResponse = Shapes::StructureShape.new(name: 'DeleteEventSourceResponse')
46
+ DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
47
+ DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
48
+ DeleteSubscriberRequest = Shapes::StructureShape.new(name: 'DeleteSubscriberRequest')
49
+ DeleteSubscriberResponse = Shapes::StructureShape.new(name: 'DeleteSubscriberResponse')
50
+ DescribeEventBusRequest = Shapes::StructureShape.new(name: 'DescribeEventBusRequest')
51
+ DescribeEventBusResponse = Shapes::StructureShape.new(name: 'DescribeEventBusResponse')
52
+ DescribeEventSourceRequest = Shapes::StructureShape.new(name: 'DescribeEventSourceRequest')
53
+ DescribeEventSourceResponse = Shapes::StructureShape.new(name: 'DescribeEventSourceResponse')
54
+ DescribeSubscriberRequest = Shapes::StructureShape.new(name: 'DescribeSubscriberRequest')
55
+ DescribeSubscriberResponse = Shapes::StructureShape.new(name: 'DescribeSubscriberResponse')
56
+ Description = Shapes::StringShape.new(name: 'Description')
57
+ DetailType = Shapes::StringShape.new(name: 'DetailType')
58
+ EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
59
+ ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
60
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
61
+ EventBusArn = Shapes::StringShape.new(name: 'EventBusArn')
62
+ EventBusName = Shapes::StringShape.new(name: 'EventBusName')
63
+ EventBusSummary = Shapes::StructureShape.new(name: 'EventBusSummary')
64
+ EventBusSummaryList = Shapes::ListShape.new(name: 'EventBusSummaryList')
65
+ EventBusV2MetadataMap = Shapes::MapShape.new(name: 'EventBusV2MetadataMap')
66
+ EventBusV2Parameters = Shapes::StructureShape.new(name: 'EventBusV2Parameters')
67
+ EventBusV2SystemMetadata = Shapes::StructureShape.new(name: 'EventBusV2SystemMetadata')
68
+ EventData = Shapes::BlobShape.new(name: 'EventData')
69
+ EventDeduplicationId = Shapes::StringShape.new(name: 'EventDeduplicationId')
70
+ EventDetail = Shapes::StringShape.new(name: 'EventDetail')
71
+ EventGroupId = Shapes::StringShape.new(name: 'EventGroupId')
72
+ EventId = Shapes::StringShape.new(name: 'EventId')
73
+ EventMetadataKey = Shapes::StringShape.new(name: 'EventMetadataKey')
74
+ EventMetadataMap = Shapes::MapShape.new(name: 'EventMetadataMap')
75
+ EventMetadataValue = Shapes::StringShape.new(name: 'EventMetadataValue')
76
+ EventPattern = Shapes::StringShape.new(name: 'EventPattern')
77
+ EventResource = Shapes::StringShape.new(name: 'EventResource')
78
+ EventSourceArn = Shapes::StringShape.new(name: 'EventSourceArn')
79
+ EventSourceConfiguration = Shapes::UnionShape.new(name: 'EventSourceConfiguration')
80
+ EventSourceName = Shapes::StringShape.new(name: 'EventSourceName')
81
+ EventSourceState = Shapes::StringShape.new(name: 'EventSourceState')
82
+ EventSourceSummary = Shapes::StructureShape.new(name: 'EventSourceSummary')
83
+ EventSourceSummaryList = Shapes::ListShape.new(name: 'EventSourceSummaryList')
84
+ EventSourceType = Shapes::StringShape.new(name: 'EventSourceType')
85
+ Filter = Shapes::StructureShape.new(name: 'Filter')
86
+ FilterConfiguration = Shapes::StructureShape.new(name: 'FilterConfiguration')
87
+ FilterLanguage = Shapes::StringShape.new(name: 'FilterLanguage')
88
+ FilterList = Shapes::ListShape.new(name: 'FilterList')
89
+ FilterScope = Shapes::StringShape.new(name: 'FilterScope')
90
+ GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
91
+ GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
92
+ HeaderKey = Shapes::StringShape.new(name: 'HeaderKey')
93
+ HeaderParametersMap = Shapes::MapShape.new(name: 'HeaderParametersMap')
94
+ HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
95
+ HttpParameters = Shapes::StructureShape.new(name: 'HttpParameters')
96
+ IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
97
+ IncludePayload = Shapes::StringShape.new(name: 'IncludePayload')
98
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
99
+ InternalException = Shapes::StructureShape.new(name: 'InternalException')
100
+ InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
101
+ InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
102
+ InvocationType = Shapes::StringShape.new(name: 'InvocationType')
103
+ InvokeConfiguration = Shapes::StructureShape.new(name: 'InvokeConfiguration')
104
+ JsonataConfiguration = Shapes::StructureShape.new(name: 'JsonataConfiguration')
105
+ JsonataConfigurationExpressionString = Shapes::StringShape.new(name: 'JsonataConfigurationExpressionString')
106
+ KinesisParameters = Shapes::StructureShape.new(name: 'KinesisParameters')
107
+ KinesisParametersExplicitHashKeyString = Shapes::StringShape.new(name: 'KinesisParametersExplicitHashKeyString')
108
+ KinesisParametersPartitionKeyString = Shapes::StringShape.new(name: 'KinesisParametersPartitionKeyString')
109
+ KmsKeyIdentifier = Shapes::StringShape.new(name: 'KmsKeyIdentifier')
110
+ LambdaParameters = Shapes::StructureShape.new(name: 'LambdaParameters')
111
+ LambdaParametersDurableExecutionNameString = Shapes::StringShape.new(name: 'LambdaParametersDurableExecutionNameString')
112
+ LambdaParametersInvocationTimeoutSecondsString = Shapes::StringShape.new(name: 'LambdaParametersInvocationTimeoutSecondsString')
113
+ LambdaParametersQualifierString = Shapes::StringShape.new(name: 'LambdaParametersQualifierString')
114
+ LambdaParametersTenantIdString = Shapes::StringShape.new(name: 'LambdaParametersTenantIdString')
115
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
116
+ ListEventBusesRequest = Shapes::StructureShape.new(name: 'ListEventBusesRequest')
117
+ ListEventBusesResponse = Shapes::StructureShape.new(name: 'ListEventBusesResponse')
118
+ ListEventSourcesRequest = Shapes::StructureShape.new(name: 'ListEventSourcesRequest')
119
+ ListEventSourcesResponse = Shapes::StructureShape.new(name: 'ListEventSourcesResponse')
120
+ ListResourcePoliciesRequest = Shapes::StructureShape.new(name: 'ListResourcePoliciesRequest')
121
+ ListResourcePoliciesResponse = Shapes::StructureShape.new(name: 'ListResourcePoliciesResponse')
122
+ ListSubscribersRequest = Shapes::StructureShape.new(name: 'ListSubscribersRequest')
123
+ ListSubscribersResponse = Shapes::StructureShape.new(name: 'ListSubscribersResponse')
124
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
125
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
126
+ LogConfiguration = Shapes::StructureShape.new(name: 'LogConfiguration')
127
+ LogLevel = Shapes::StringShape.new(name: 'LogLevel')
128
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
129
+ MessageAttributeName = Shapes::StringShape.new(name: 'MessageAttributeName')
130
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
131
+ OnFailureConfiguration = Shapes::StructureShape.new(name: 'OnFailureConfiguration')
132
+ OrderingType = Shapes::StringShape.new(name: 'OrderingType')
133
+ PartnerEventSourceArn = Shapes::StringShape.new(name: 'PartnerEventSourceArn')
134
+ PartnerEventsSourceConfiguration = Shapes::StructureShape.new(name: 'PartnerEventsSourceConfiguration')
135
+ PartnerEventsSourceConfigurationPatternString = Shapes::StringShape.new(name: 'PartnerEventsSourceConfigurationPatternString')
136
+ PathParameter = Shapes::StringShape.new(name: 'PathParameter')
137
+ PathParameterList = Shapes::ListShape.new(name: 'PathParameterList')
138
+ PointInTimeConfiguration = Shapes::StructureShape.new(name: 'PointInTimeConfiguration')
139
+ PointType = Shapes::StringShape.new(name: 'PointType')
140
+ PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
141
+ PolicyLengthExceededException = Shapes::StructureShape.new(name: 'PolicyLengthExceededException')
142
+ PolicyName = Shapes::StringShape.new(name: 'PolicyName')
143
+ PolicyRevisionId = Shapes::StringShape.new(name: 'PolicyRevisionId')
144
+ PublicPolicyException = Shapes::StructureShape.new(name: 'PublicPolicyException')
145
+ PutEventsRequest = Shapes::StructureShape.new(name: 'PutEventsRequest')
146
+ PutEventsRequestEntry = Shapes::StructureShape.new(name: 'PutEventsRequestEntry')
147
+ PutEventsRequestEntryList = Shapes::ListShape.new(name: 'PutEventsRequestEntryList')
148
+ PutEventsResourceList = Shapes::ListShape.new(name: 'PutEventsResourceList')
149
+ PutEventsResponse = Shapes::StructureShape.new(name: 'PutEventsResponse')
150
+ PutEventsResultEntry = Shapes::StructureShape.new(name: 'PutEventsResultEntry')
151
+ PutEventsResultEntryList = Shapes::ListShape.new(name: 'PutEventsResultEntryList')
152
+ PutEventsSystemMetadata = Shapes::StructureShape.new(name: 'PutEventsSystemMetadata')
153
+ PutRawEventsRequest = Shapes::StructureShape.new(name: 'PutRawEventsRequest')
154
+ PutRawEventsRequestEntry = Shapes::StructureShape.new(name: 'PutRawEventsRequestEntry')
155
+ PutRawEventsRequestEntryList = Shapes::ListShape.new(name: 'PutRawEventsRequestEntryList')
156
+ PutRawEventsResponse = Shapes::StructureShape.new(name: 'PutRawEventsResponse')
157
+ PutRawEventsResultEntry = Shapes::StructureShape.new(name: 'PutRawEventsResultEntry')
158
+ PutRawEventsResultEntryList = Shapes::ListShape.new(name: 'PutRawEventsResultEntryList')
159
+ PutRawEventsSystemMetadata = Shapes::StructureShape.new(name: 'PutRawEventsSystemMetadata')
160
+ PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
161
+ PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
162
+ QueryStringKey = Shapes::StringShape.new(name: 'QueryStringKey')
163
+ QueryStringParametersMap = Shapes::MapShape.new(name: 'QueryStringParametersMap')
164
+ QueryStringValue = Shapes::StringShape.new(name: 'QueryStringValue')
165
+ ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
166
+ ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
167
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
168
+ ResourcePolicySummary = Shapes::StructureShape.new(name: 'ResourcePolicySummary')
169
+ ResourcePolicySummaryList = Shapes::ListShape.new(name: 'ResourcePolicySummaryList')
170
+ ResumePosition = Shapes::StringShape.new(name: 'ResumePosition')
171
+ RetentionPeriodInDays = Shapes::IntegerShape.new(name: 'RetentionPeriodInDays')
172
+ RetryPolicy = Shapes::StructureShape.new(name: 'RetryPolicy')
173
+ RetryPolicyMaxEventAgeInSecondsInteger = Shapes::IntegerShape.new(name: 'RetryPolicyMaxEventAgeInSecondsInteger')
174
+ RetryPolicyMaxRetryAttemptsInteger = Shapes::IntegerShape.new(name: 'RetryPolicyMaxRetryAttemptsInteger')
175
+ RetryStrategy = Shapes::StringShape.new(name: 'RetryStrategy')
176
+ RevocableResourceArn = Shapes::StringShape.new(name: 'RevocableResourceArn')
177
+ RevokeResourceRequest = Shapes::StructureShape.new(name: 'RevokeResourceRequest')
178
+ RevokeResourceResponse = Shapes::StructureShape.new(name: 'RevokeResourceResponse')
179
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
180
+ SchemaRegistryConfiguration = Shapes::StructureShape.new(name: 'SchemaRegistryConfiguration')
181
+ SchemaRegistryUnavailableException = Shapes::StructureShape.new(name: 'SchemaRegistryUnavailableException')
182
+ SchemaRegistryUri = Shapes::StringShape.new(name: 'SchemaRegistryUri')
183
+ SequenceNumber = Shapes::StringShape.new(name: 'SequenceNumber')
184
+ SnsMessageAttributeMap = Shapes::MapShape.new(name: 'SnsMessageAttributeMap')
185
+ SnsMessageAttributeValue = Shapes::StructureShape.new(name: 'SnsMessageAttributeValue')
186
+ SnsMessageAttributeValueDataTypeString = Shapes::StringShape.new(name: 'SnsMessageAttributeValueDataTypeString')
187
+ SnsParameters = Shapes::StructureShape.new(name: 'SnsParameters')
188
+ SnsParametersMessageDeduplicationIdString = Shapes::StringShape.new(name: 'SnsParametersMessageDeduplicationIdString')
189
+ SnsParametersMessageGroupIdString = Shapes::StringShape.new(name: 'SnsParametersMessageGroupIdString')
190
+ SnsParametersMessageStructureString = Shapes::StringShape.new(name: 'SnsParametersMessageStructureString')
191
+ SnsParametersSubjectString = Shapes::StringShape.new(name: 'SnsParametersSubjectString')
192
+ Source = Shapes::StringShape.new(name: 'Source')
193
+ SqsMessageAttributeMap = Shapes::MapShape.new(name: 'SqsMessageAttributeMap')
194
+ SqsMessageAttributeValue = Shapes::StructureShape.new(name: 'SqsMessageAttributeValue')
195
+ SqsMessageAttributeValueDataTypeString = Shapes::StringShape.new(name: 'SqsMessageAttributeValueDataTypeString')
196
+ SqsParameters = Shapes::StructureShape.new(name: 'SqsParameters')
197
+ SqsParametersDelaySecondsString = Shapes::StringShape.new(name: 'SqsParametersDelaySecondsString')
198
+ SqsParametersMessageDeduplicationIdString = Shapes::StringShape.new(name: 'SqsParametersMessageDeduplicationIdString')
199
+ SqsParametersMessageGroupIdString = Shapes::StringShape.new(name: 'SqsParametersMessageGroupIdString')
200
+ StartingPosition = Shapes::StringShape.new(name: 'StartingPosition')
201
+ StateReason = Shapes::StringShape.new(name: 'StateReason')
202
+ StepFunctionsParameters = Shapes::StructureShape.new(name: 'StepFunctionsParameters')
203
+ StepFunctionsParametersInvocationTimeoutSecondsString = Shapes::StringShape.new(name: 'StepFunctionsParametersInvocationTimeoutSecondsString')
204
+ StepFunctionsParametersNameString = Shapes::StringShape.new(name: 'StepFunctionsParametersNameString')
205
+ StepFunctionsParametersTraceHeaderString = Shapes::StringShape.new(name: 'StepFunctionsParametersTraceHeaderString')
206
+ StorageConfiguration = Shapes::StructureShape.new(name: 'StorageConfiguration')
207
+ StorageConfigurationOutput = Shapes::StructureShape.new(name: 'StorageConfigurationOutput')
208
+ String = Shapes::StringShape.new(name: 'String')
209
+ SubscriberArn = Shapes::StringShape.new(name: 'SubscriberArn')
210
+ SubscriberName = Shapes::StringShape.new(name: 'SubscriberName')
211
+ SubscriberState = Shapes::StringShape.new(name: 'SubscriberState')
212
+ SubscriberSummary = Shapes::StructureShape.new(name: 'SubscriberSummary')
213
+ SubscriberSummaryList = Shapes::ListShape.new(name: 'SubscriberSummaryList')
214
+ SuccessCode = Shapes::StringShape.new(name: 'SuccessCode')
215
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
216
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
217
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
218
+ TagResourceRequestTagsMap = Shapes::MapShape.new(name: 'TagResourceRequestTagsMap')
219
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
220
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
221
+ TaggableResourceArn = Shapes::StringShape.new(name: 'TaggableResourceArn')
222
+ TargetResourceArn = Shapes::StringShape.new(name: 'TargetResourceArn')
223
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
224
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
225
+ Transformer = Shapes::StructureShape.new(name: 'Transformer')
226
+ TransformerType = Shapes::StringShape.new(name: 'TransformerType')
227
+ UniversalTargetInput = Shapes::StringShape.new(name: 'UniversalTargetInput')
228
+ UniversalTargetParameters = Shapes::StructureShape.new(name: 'UniversalTargetParameters')
229
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
230
+ UntagResourceRequestTagKeysList = Shapes::ListShape.new(name: 'UntagResourceRequestTagKeysList')
231
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
232
+ UpdateEventBusRequest = Shapes::StructureShape.new(name: 'UpdateEventBusRequest')
233
+ UpdateEventBusResponse = Shapes::StructureShape.new(name: 'UpdateEventBusResponse')
234
+ UpdateEventSourceRequest = Shapes::StructureShape.new(name: 'UpdateEventSourceRequest')
235
+ UpdateEventSourceResponse = Shapes::StructureShape.new(name: 'UpdateEventSourceResponse')
236
+ UpdateInvokeConfiguration = Shapes::StructureShape.new(name: 'UpdateInvokeConfiguration')
237
+ UpdateSubscriberRequest = Shapes::StructureShape.new(name: 'UpdateSubscriberRequest')
238
+ UpdateSubscriberResponse = Shapes::StructureShape.new(name: 'UpdateSubscriberResponse')
239
+
240
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
241
+ AccessDeniedException.struct_class = Types::AccessDeniedException
242
+
243
+ AwsServiceEventsSourceConfiguration.add_member(:aws_service, Shapes::ShapeRef.new(shape: AwsServiceSource, required: true, location_name: "AwsService"))
244
+ AwsServiceEventsSourceConfiguration.add_member(:pattern, Shapes::ShapeRef.new(shape: AwsServiceEventsSourceConfigurationPatternString, location_name: "Pattern"))
245
+ AwsServiceEventsSourceConfiguration.add_member(:on_failure_configuration, Shapes::ShapeRef.new(shape: OnFailureConfiguration, location_name: "OnFailureConfiguration"))
246
+ AwsServiceEventsSourceConfiguration.struct_class = Types::AwsServiceEventsSourceConfiguration
247
+
248
+ BatchConfiguration.add_member(:max_batch_size, Shapes::ShapeRef.new(shape: BatchConfigurationMaxBatchSizeInteger, location_name: "MaxBatchSize"))
249
+ BatchConfiguration.add_member(:max_batch_window_in_seconds, Shapes::ShapeRef.new(shape: BatchConfigurationMaxBatchWindowInSecondsInteger, location_name: "MaxBatchWindowInSeconds"))
250
+ BatchConfiguration.struct_class = Types::BatchConfiguration
251
+
252
+ ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
253
+ ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
254
+
255
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
256
+ ConflictException.struct_class = Types::ConflictException
257
+
258
+ ConfluentPublicRegistryConfiguration.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
259
+ ConfluentPublicRegistryConfiguration.struct_class = Types::ConfluentPublicRegistryConfiguration
260
+
261
+ CreateEventBusRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, required: true, location_name: "Name"))
262
+ CreateEventBusRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
263
+ CreateEventBusRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
264
+ CreateEventBusRequest.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "StorageConfiguration"))
265
+ CreateEventBusRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
266
+ CreateEventBusRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
267
+ CreateEventBusRequest.struct_class = Types::CreateEventBusRequest
268
+
269
+ CreateEventBusResponse.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
270
+ CreateEventBusResponse.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "Name"))
271
+ CreateEventBusResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
272
+ CreateEventBusResponse.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
273
+ CreateEventBusResponse.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfigurationOutput, location_name: "StorageConfiguration"))
274
+ CreateEventBusResponse.add_member(:state, Shapes::ShapeRef.new(shape: BusState, location_name: "State"))
275
+ CreateEventBusResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: StateReason, location_name: "StateReason"))
276
+ CreateEventBusResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
277
+ CreateEventBusResponse.struct_class = Types::CreateEventBusResponse
278
+
279
+ CreateEventSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventSourceName, required: true, location_name: "Name"))
280
+ CreateEventSourceRequest.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "EventBusArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
281
+ CreateEventSourceRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: EventSourceConfiguration, required: true, location_name: "Configuration"))
282
+ CreateEventSourceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
283
+ CreateEventSourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
284
+ CreateEventSourceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
285
+ CreateEventSourceRequest.struct_class = Types::CreateEventSourceRequest
286
+
287
+ CreateEventSourceResponse.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: EventSourceArn, location_name: "EventSourceArn"))
288
+ CreateEventSourceResponse.add_member(:name, Shapes::ShapeRef.new(shape: EventSourceName, location_name: "Name"))
289
+ CreateEventSourceResponse.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
290
+ CreateEventSourceResponse.add_member(:state, Shapes::ShapeRef.new(shape: EventSourceState, location_name: "State"))
291
+ CreateEventSourceResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
292
+ CreateEventSourceResponse.struct_class = Types::CreateEventSourceResponse
293
+
294
+ CreateSubscriberRequest.add_member(:name, Shapes::ShapeRef.new(shape: SubscriberName, required: true, location_name: "Name"))
295
+ CreateSubscriberRequest.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "EventBusArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
296
+ CreateSubscriberRequest.add_member(:invoke_configuration, Shapes::ShapeRef.new(shape: InvokeConfiguration, required: true, location_name: "InvokeConfiguration"))
297
+ CreateSubscriberRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
298
+ CreateSubscriberRequest.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
299
+ CreateSubscriberRequest.add_member(:type, Shapes::ShapeRef.new(shape: OrderingType, location_name: "Type"))
300
+ CreateSubscriberRequest.add_member(:starting_position, Shapes::ShapeRef.new(shape: StartingPosition, location_name: "StartingPosition"))
301
+ CreateSubscriberRequest.add_member(:point_in_time_configuration, Shapes::ShapeRef.new(shape: PointInTimeConfiguration, location_name: "PointInTimeConfiguration"))
302
+ CreateSubscriberRequest.add_member(:batch_configuration, Shapes::ShapeRef.new(shape: BatchConfiguration, location_name: "BatchConfiguration"))
303
+ CreateSubscriberRequest.add_member(:transformer, Shapes::ShapeRef.new(shape: Transformer, location_name: "Transformer"))
304
+ CreateSubscriberRequest.add_member(:retry_policy, Shapes::ShapeRef.new(shape: RetryPolicy, location_name: "RetryPolicy"))
305
+ CreateSubscriberRequest.add_member(:on_failure_configuration, Shapes::ShapeRef.new(shape: OnFailureConfiguration, location_name: "OnFailureConfiguration"))
306
+ CreateSubscriberRequest.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "LogConfiguration"))
307
+ CreateSubscriberRequest.add_member(:state, Shapes::ShapeRef.new(shape: SubscriberState, location_name: "State"))
308
+ CreateSubscriberRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
309
+ CreateSubscriberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
310
+ CreateSubscriberRequest.struct_class = Types::CreateSubscriberRequest
311
+
312
+ CreateSubscriberResponse.add_member(:subscriber_arn, Shapes::ShapeRef.new(shape: SubscriberArn, location_name: "SubscriberArn"))
313
+ CreateSubscriberResponse.add_member(:name, Shapes::ShapeRef.new(shape: SubscriberName, location_name: "Name"))
314
+ CreateSubscriberResponse.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
315
+ CreateSubscriberResponse.add_member(:type, Shapes::ShapeRef.new(shape: OrderingType, location_name: "Type"))
316
+ CreateSubscriberResponse.add_member(:starting_position, Shapes::ShapeRef.new(shape: StartingPosition, location_name: "StartingPosition"))
317
+ CreateSubscriberResponse.add_member(:point_in_time_configuration, Shapes::ShapeRef.new(shape: PointInTimeConfiguration, location_name: "PointInTimeConfiguration"))
318
+ CreateSubscriberResponse.add_member(:state, Shapes::ShapeRef.new(shape: SubscriberState, location_name: "State"))
319
+ CreateSubscriberResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
320
+ CreateSubscriberResponse.struct_class = Types::CreateSubscriberResponse
321
+
322
+ DeduplicationConfiguration.add_member(:deduplication_type, Shapes::ShapeRef.new(shape: DeduplicationType, required: true, location_name: "DeduplicationType"))
323
+ DeduplicationConfiguration.struct_class = Types::DeduplicationConfiguration
324
+
325
+ DeleteEventBusRequest.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "EventBusArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
326
+ DeleteEventBusRequest.struct_class = Types::DeleteEventBusRequest
327
+
328
+ DeleteEventBusResponse.struct_class = Types::DeleteEventBusResponse
329
+
330
+ DeleteEventSourceRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: EventSourceArn, required: true, location_name: "EventSourceArn"))
331
+ DeleteEventSourceRequest.struct_class = Types::DeleteEventSourceRequest
332
+
333
+ DeleteEventSourceResponse.struct_class = Types::DeleteEventSourceResponse
334
+
335
+ DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "ResourceArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
336
+ DeleteResourcePolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "PolicyName"))
337
+ DeleteResourcePolicyRequest.add_member(:expected_revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, location_name: "ExpectedRevisionId"))
338
+ DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
339
+
340
+ DeleteResourcePolicyResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, location_name: "RevisionId"))
341
+ DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
342
+
343
+ DeleteSubscriberRequest.add_member(:subscriber_arn, Shapes::ShapeRef.new(shape: SubscriberArn, required: true, location_name: "SubscriberArn"))
344
+ DeleteSubscriberRequest.struct_class = Types::DeleteSubscriberRequest
345
+
346
+ DeleteSubscriberResponse.struct_class = Types::DeleteSubscriberResponse
347
+
348
+ DescribeEventBusRequest.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "EventBusArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
349
+ DescribeEventBusRequest.struct_class = Types::DescribeEventBusRequest
350
+
351
+ DescribeEventBusResponse.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
352
+ DescribeEventBusResponse.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "Name"))
353
+ DescribeEventBusResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
354
+ DescribeEventBusResponse.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
355
+ DescribeEventBusResponse.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfigurationOutput, location_name: "StorageConfiguration"))
356
+ DescribeEventBusResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
357
+ DescribeEventBusResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
358
+ DescribeEventBusResponse.add_member(:state, Shapes::ShapeRef.new(shape: BusState, location_name: "State"))
359
+ DescribeEventBusResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: StateReason, location_name: "StateReason"))
360
+ DescribeEventBusResponse.struct_class = Types::DescribeEventBusResponse
361
+
362
+ DescribeEventSourceRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: EventSourceArn, required: true, location_name: "EventSourceArn"))
363
+ DescribeEventSourceRequest.struct_class = Types::DescribeEventSourceRequest
364
+
365
+ DescribeEventSourceResponse.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: EventSourceArn, location_name: "EventSourceArn"))
366
+ DescribeEventSourceResponse.add_member(:name, Shapes::ShapeRef.new(shape: EventSourceName, location_name: "Name"))
367
+ DescribeEventSourceResponse.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
368
+ DescribeEventSourceResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: EventSourceConfiguration, location_name: "Configuration"))
369
+ DescribeEventSourceResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
370
+ DescribeEventSourceResponse.add_member(:state, Shapes::ShapeRef.new(shape: EventSourceState, location_name: "State"))
371
+ DescribeEventSourceResponse.add_member(:revoked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Revoked"))
372
+ DescribeEventSourceResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
373
+ DescribeEventSourceResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
374
+ DescribeEventSourceResponse.struct_class = Types::DescribeEventSourceResponse
375
+
376
+ DescribeSubscriberRequest.add_member(:subscriber_arn, Shapes::ShapeRef.new(shape: SubscriberArn, required: true, location_name: "SubscriberArn"))
377
+ DescribeSubscriberRequest.struct_class = Types::DescribeSubscriberRequest
378
+
379
+ DescribeSubscriberResponse.add_member(:subscriber_arn, Shapes::ShapeRef.new(shape: SubscriberArn, location_name: "SubscriberArn"))
380
+ DescribeSubscriberResponse.add_member(:name, Shapes::ShapeRef.new(shape: SubscriberName, location_name: "Name"))
381
+ DescribeSubscriberResponse.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
382
+ DescribeSubscriberResponse.add_member(:invoke_configuration, Shapes::ShapeRef.new(shape: InvokeConfiguration, location_name: "InvokeConfiguration"))
383
+ DescribeSubscriberResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
384
+ DescribeSubscriberResponse.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
385
+ DescribeSubscriberResponse.add_member(:type, Shapes::ShapeRef.new(shape: OrderingType, location_name: "Type"))
386
+ DescribeSubscriberResponse.add_member(:starting_position, Shapes::ShapeRef.new(shape: StartingPosition, location_name: "StartingPosition"))
387
+ DescribeSubscriberResponse.add_member(:point_in_time_configuration, Shapes::ShapeRef.new(shape: PointInTimeConfiguration, location_name: "PointInTimeConfiguration"))
388
+ DescribeSubscriberResponse.add_member(:batch_configuration, Shapes::ShapeRef.new(shape: BatchConfiguration, location_name: "BatchConfiguration"))
389
+ DescribeSubscriberResponse.add_member(:transformer, Shapes::ShapeRef.new(shape: Transformer, location_name: "Transformer"))
390
+ DescribeSubscriberResponse.add_member(:retry_policy, Shapes::ShapeRef.new(shape: RetryPolicy, location_name: "RetryPolicy"))
391
+ DescribeSubscriberResponse.add_member(:on_failure_configuration, Shapes::ShapeRef.new(shape: OnFailureConfiguration, location_name: "OnFailureConfiguration"))
392
+ DescribeSubscriberResponse.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "LogConfiguration"))
393
+ DescribeSubscriberResponse.add_member(:state, Shapes::ShapeRef.new(shape: SubscriberState, location_name: "State"))
394
+ DescribeSubscriberResponse.add_member(:revoked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Revoked"))
395
+ DescribeSubscriberResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
396
+ DescribeSubscriberResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
397
+ DescribeSubscriberResponse.struct_class = Types::DescribeSubscriberResponse
398
+
399
+ EncryptionConfiguration.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier"))
400
+ EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
401
+
402
+ EventBusSummary.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "Name"))
403
+ EventBusSummary.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
404
+ EventBusSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
405
+ EventBusSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
406
+ EventBusSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
407
+ EventBusSummary.add_member(:state, Shapes::ShapeRef.new(shape: BusState, location_name: "State"))
408
+ EventBusSummary.add_member(:state_reason, Shapes::ShapeRef.new(shape: StateReason, location_name: "StateReason"))
409
+ EventBusSummary.add_member(:event_bus_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "EventBusAccountId"))
410
+ EventBusSummary.struct_class = Types::EventBusSummary
411
+
412
+ EventBusSummaryList.member = Shapes::ShapeRef.new(shape: EventBusSummary)
413
+
414
+ EventBusV2MetadataMap.key = Shapes::ShapeRef.new(shape: String)
415
+ EventBusV2MetadataMap.value = Shapes::ShapeRef.new(shape: String)
416
+
417
+ EventBusV2Parameters.add_member(:metadata, Shapes::ShapeRef.new(shape: EventBusV2MetadataMap, location_name: "Metadata"))
418
+ EventBusV2Parameters.add_member(:system_metadata, Shapes::ShapeRef.new(shape: EventBusV2SystemMetadata, location_name: "SystemMetadata"))
419
+ EventBusV2Parameters.add_member(:deduplication_configuration, Shapes::ShapeRef.new(shape: DeduplicationConfiguration, location_name: "DeduplicationConfiguration"))
420
+ EventBusV2Parameters.struct_class = Types::EventBusV2Parameters
421
+
422
+ EventBusV2SystemMetadata.add_member(:event_group_id, Shapes::ShapeRef.new(shape: String, location_name: "EventGroupId"))
423
+ EventBusV2SystemMetadata.add_member(:deduplication_id, Shapes::ShapeRef.new(shape: String, location_name: "DeduplicationId"))
424
+ EventBusV2SystemMetadata.struct_class = Types::EventBusV2SystemMetadata
425
+
426
+ EventMetadataMap.key = Shapes::ShapeRef.new(shape: EventMetadataKey)
427
+ EventMetadataMap.value = Shapes::ShapeRef.new(shape: EventMetadataValue)
428
+
429
+ EventSourceConfiguration.add_member(:aws_service_events_configuration, Shapes::ShapeRef.new(shape: AwsServiceEventsSourceConfiguration, location_name: "AwsServiceEventsConfiguration"))
430
+ EventSourceConfiguration.add_member(:partner_events_configuration, Shapes::ShapeRef.new(shape: PartnerEventsSourceConfiguration, location_name: "PartnerEventsConfiguration"))
431
+ EventSourceConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
432
+ EventSourceConfiguration.add_member_subclass(:aws_service_events_configuration, Types::EventSourceConfiguration::AwsServiceEventsConfiguration)
433
+ EventSourceConfiguration.add_member_subclass(:partner_events_configuration, Types::EventSourceConfiguration::PartnerEventsConfiguration)
434
+ EventSourceConfiguration.add_member_subclass(:unknown, Types::EventSourceConfiguration::Unknown)
435
+ EventSourceConfiguration.struct_class = Types::EventSourceConfiguration
436
+
437
+ EventSourceSummary.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: EventSourceArn, location_name: "EventSourceArn"))
438
+ EventSourceSummary.add_member(:name, Shapes::ShapeRef.new(shape: EventSourceName, location_name: "Name"))
439
+ EventSourceSummary.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
440
+ EventSourceSummary.add_member(:type, Shapes::ShapeRef.new(shape: EventSourceType, location_name: "Type"))
441
+ EventSourceSummary.add_member(:state, Shapes::ShapeRef.new(shape: EventSourceState, location_name: "State"))
442
+ EventSourceSummary.add_member(:revoked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Revoked"))
443
+ EventSourceSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
444
+ EventSourceSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
445
+ EventSourceSummary.add_member(:event_source_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "EventSourceAccountId"))
446
+ EventSourceSummary.struct_class = Types::EventSourceSummary
447
+
448
+ EventSourceSummaryList.member = Shapes::ShapeRef.new(shape: EventSourceSummary)
449
+
450
+ Filter.add_member(:pattern, Shapes::ShapeRef.new(shape: EventPattern, required: true, location_name: "Pattern"))
451
+ Filter.add_member(:scope, Shapes::ShapeRef.new(shape: FilterScope, required: true, location_name: "Scope"))
452
+ Filter.struct_class = Types::Filter
453
+
454
+ FilterConfiguration.add_member(:language, Shapes::ShapeRef.new(shape: FilterLanguage, location_name: "Language"))
455
+ FilterConfiguration.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
456
+ FilterConfiguration.struct_class = Types::FilterConfiguration
457
+
458
+ FilterList.member = Shapes::ShapeRef.new(shape: Filter)
459
+
460
+ GetResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "ResourceArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
461
+ GetResourcePolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "PolicyName"))
462
+ GetResourcePolicyRequest.struct_class = Types::GetResourcePolicyRequest
463
+
464
+ GetResourcePolicyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "ResourceArn"))
465
+ GetResourcePolicyResponse.add_member(:policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "PolicyDocument"))
466
+ GetResourcePolicyResponse.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "PolicyName"))
467
+ GetResourcePolicyResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, required: true, location_name: "RevisionId"))
468
+ GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
469
+
470
+ HeaderParametersMap.key = Shapes::ShapeRef.new(shape: HeaderKey)
471
+ HeaderParametersMap.value = Shapes::ShapeRef.new(shape: HeaderValue)
472
+
473
+ HttpParameters.add_member(:path_parameter_values, Shapes::ShapeRef.new(shape: PathParameterList, location_name: "PathParameterValues"))
474
+ HttpParameters.add_member(:header_parameters, Shapes::ShapeRef.new(shape: HeaderParametersMap, location_name: "HeaderParameters"))
475
+ HttpParameters.add_member(:query_string_parameters, Shapes::ShapeRef.new(shape: QueryStringParametersMap, location_name: "QueryStringParameters"))
476
+ HttpParameters.add_member(:invocation_timeout_seconds, Shapes::ShapeRef.new(shape: String, location_name: "InvocationTimeoutSeconds"))
477
+ HttpParameters.struct_class = Types::HttpParameters
478
+
479
+ IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
480
+ IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
481
+
482
+ InternalException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
483
+ InternalException.struct_class = Types::InternalException
484
+
485
+ InvalidInputException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
486
+ InvalidInputException.struct_class = Types::InvalidInputException
487
+
488
+ InvalidStateException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
489
+ InvalidStateException.struct_class = Types::InvalidStateException
490
+
491
+ InvokeConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
492
+ InvokeConfiguration.add_member(:lambda_parameters, Shapes::ShapeRef.new(shape: LambdaParameters, location_name: "LambdaParameters"))
493
+ InvokeConfiguration.add_member(:sqs_parameters, Shapes::ShapeRef.new(shape: SqsParameters, location_name: "SqsParameters"))
494
+ InvokeConfiguration.add_member(:sns_parameters, Shapes::ShapeRef.new(shape: SnsParameters, location_name: "SnsParameters"))
495
+ InvokeConfiguration.add_member(:kinesis_parameters, Shapes::ShapeRef.new(shape: KinesisParameters, location_name: "KinesisParameters"))
496
+ InvokeConfiguration.add_member(:step_functions_parameters, Shapes::ShapeRef.new(shape: StepFunctionsParameters, location_name: "StepFunctionsParameters"))
497
+ InvokeConfiguration.add_member(:http_parameters, Shapes::ShapeRef.new(shape: HttpParameters, location_name: "HttpParameters"))
498
+ InvokeConfiguration.add_member(:universal_target_parameters, Shapes::ShapeRef.new(shape: UniversalTargetParameters, location_name: "UniversalTargetParameters"))
499
+ InvokeConfiguration.add_member(:event_bus_v2_parameters, Shapes::ShapeRef.new(shape: EventBusV2Parameters, location_name: "EventBusV2Parameters"))
500
+ InvokeConfiguration.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetResourceArn, required: true, location_name: "TargetArn"))
501
+ InvokeConfiguration.struct_class = Types::InvokeConfiguration
502
+
503
+ JsonataConfiguration.add_member(:expression, Shapes::ShapeRef.new(shape: JsonataConfigurationExpressionString, required: true, location_name: "Expression"))
504
+ JsonataConfiguration.struct_class = Types::JsonataConfiguration
505
+
506
+ KinesisParameters.add_member(:partition_key, Shapes::ShapeRef.new(shape: KinesisParametersPartitionKeyString, location_name: "PartitionKey"))
507
+ KinesisParameters.add_member(:explicit_hash_key, Shapes::ShapeRef.new(shape: KinesisParametersExplicitHashKeyString, location_name: "ExplicitHashKey"))
508
+ KinesisParameters.struct_class = Types::KinesisParameters
509
+
510
+ LambdaParameters.add_member(:invocation_type, Shapes::ShapeRef.new(shape: InvocationType, location_name: "InvocationType"))
511
+ LambdaParameters.add_member(:qualifier, Shapes::ShapeRef.new(shape: LambdaParametersQualifierString, location_name: "Qualifier"))
512
+ LambdaParameters.add_member(:durable_execution_name, Shapes::ShapeRef.new(shape: LambdaParametersDurableExecutionNameString, location_name: "DurableExecutionName"))
513
+ LambdaParameters.add_member(:tenant_id, Shapes::ShapeRef.new(shape: LambdaParametersTenantIdString, location_name: "TenantId"))
514
+ LambdaParameters.add_member(:invocation_timeout_seconds, Shapes::ShapeRef.new(shape: LambdaParametersInvocationTimeoutSecondsString, location_name: "InvocationTimeoutSeconds"))
515
+ LambdaParameters.struct_class = Types::LambdaParameters
516
+
517
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
518
+ LimitExceededException.struct_class = Types::LimitExceededException
519
+
520
+ ListEventBusesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: EventBusName, location_name: "NamePrefix"))
521
+ ListEventBusesRequest.add_member(:event_bus_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "EventBusAccountId"))
522
+ ListEventBusesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
523
+ ListEventBusesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
524
+ ListEventBusesRequest.struct_class = Types::ListEventBusesRequest
525
+
526
+ ListEventBusesResponse.add_member(:event_buses, Shapes::ShapeRef.new(shape: EventBusSummaryList, location_name: "EventBuses"))
527
+ ListEventBusesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
528
+ ListEventBusesResponse.struct_class = Types::ListEventBusesResponse
529
+
530
+ ListEventSourcesRequest.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
531
+ ListEventSourcesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: EventSourceName, location_name: "NamePrefix"))
532
+ ListEventSourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
533
+ ListEventSourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
534
+ ListEventSourcesRequest.struct_class = Types::ListEventSourcesRequest
535
+
536
+ ListEventSourcesResponse.add_member(:event_sources, Shapes::ShapeRef.new(shape: EventSourceSummaryList, location_name: "EventSources"))
537
+ ListEventSourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
538
+ ListEventSourcesResponse.struct_class = Types::ListEventSourcesResponse
539
+
540
+ ListResourcePoliciesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "ResourceArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
541
+ ListResourcePoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
542
+ ListResourcePoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
543
+ ListResourcePoliciesRequest.struct_class = Types::ListResourcePoliciesRequest
544
+
545
+ ListResourcePoliciesResponse.add_member(:policy_summaries, Shapes::ShapeRef.new(shape: ResourcePolicySummaryList, location_name: "PolicySummaries"))
546
+ ListResourcePoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
547
+ ListResourcePoliciesResponse.struct_class = Types::ListResourcePoliciesResponse
548
+
549
+ ListSubscribersRequest.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
550
+ ListSubscribersRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: SubscriberName, location_name: "NamePrefix"))
551
+ ListSubscribersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
552
+ ListSubscribersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
553
+ ListSubscribersRequest.struct_class = Types::ListSubscribersRequest
554
+
555
+ ListSubscribersResponse.add_member(:subscribers, Shapes::ShapeRef.new(shape: SubscriberSummaryList, location_name: "Subscribers"))
556
+ ListSubscribersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
557
+ ListSubscribersResponse.struct_class = Types::ListSubscribersResponse
558
+
559
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
560
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
561
+
562
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
563
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
564
+
565
+ LogConfiguration.add_member(:level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "Level"))
566
+ LogConfiguration.add_member(:include_payload, Shapes::ShapeRef.new(shape: IncludePayload, location_name: "IncludePayload"))
567
+ LogConfiguration.struct_class = Types::LogConfiguration
568
+
569
+ OnFailureConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: DeadLetterQueueArn, location_name: "Arn"))
570
+ OnFailureConfiguration.struct_class = Types::OnFailureConfiguration
571
+
572
+ PartnerEventsSourceConfiguration.add_member(:partner_event_source_arn, Shapes::ShapeRef.new(shape: PartnerEventSourceArn, required: true, location_name: "PartnerEventSourceArn"))
573
+ PartnerEventsSourceConfiguration.add_member(:pattern, Shapes::ShapeRef.new(shape: PartnerEventsSourceConfigurationPatternString, location_name: "Pattern"))
574
+ PartnerEventsSourceConfiguration.add_member(:partner_bus_kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "PartnerBusKmsKeyIdentifier"))
575
+ PartnerEventsSourceConfiguration.add_member(:on_failure_configuration, Shapes::ShapeRef.new(shape: OnFailureConfiguration, location_name: "OnFailureConfiguration"))
576
+ PartnerEventsSourceConfiguration.struct_class = Types::PartnerEventsSourceConfiguration
577
+
578
+ PathParameterList.member = Shapes::ShapeRef.new(shape: PathParameter)
579
+
580
+ PointInTimeConfiguration.add_member(:point_type, Shapes::ShapeRef.new(shape: PointType, required: true, location_name: "PointType"))
581
+ PointInTimeConfiguration.add_member(:starting_point, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartingPoint"))
582
+ PointInTimeConfiguration.add_member(:end_point, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndPoint"))
583
+ PointInTimeConfiguration.struct_class = Types::PointInTimeConfiguration
584
+
585
+ PolicyLengthExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
586
+ PolicyLengthExceededException.struct_class = Types::PolicyLengthExceededException
587
+
588
+ PublicPolicyException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
589
+ PublicPolicyException.struct_class = Types::PublicPolicyException
590
+
591
+ PutEventsRequest.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "EventBusArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
592
+ PutEventsRequest.add_member(:entries, Shapes::ShapeRef.new(shape: PutEventsRequestEntryList, required: true, location_name: "Entries"))
593
+ PutEventsRequest.add_member(:deduplication_configuration, Shapes::ShapeRef.new(shape: DeduplicationConfiguration, location_name: "DeduplicationConfiguration"))
594
+ PutEventsRequest.struct_class = Types::PutEventsRequest
595
+
596
+ PutEventsRequestEntry.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "Source"))
597
+ PutEventsRequestEntry.add_member(:detail_type, Shapes::ShapeRef.new(shape: DetailType, required: true, location_name: "DetailType"))
598
+ PutEventsRequestEntry.add_member(:detail, Shapes::ShapeRef.new(shape: EventDetail, location_name: "Detail"))
599
+ PutEventsRequestEntry.add_member(:resources, Shapes::ShapeRef.new(shape: PutEventsResourceList, location_name: "Resources"))
600
+ PutEventsRequestEntry.add_member(:time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Time"))
601
+ PutEventsRequestEntry.add_member(:system_metadata, Shapes::ShapeRef.new(shape: PutEventsSystemMetadata, location_name: "SystemMetadata"))
602
+ PutEventsRequestEntry.struct_class = Types::PutEventsRequestEntry
603
+
604
+ PutEventsRequestEntryList.member = Shapes::ShapeRef.new(shape: PutEventsRequestEntry)
605
+
606
+ PutEventsResourceList.member = Shapes::ShapeRef.new(shape: EventResource)
607
+
608
+ PutEventsResponse.add_member(:failed_entry_count, Shapes::ShapeRef.new(shape: Integer, location_name: "FailedEntryCount"))
609
+ PutEventsResponse.add_member(:entries, Shapes::ShapeRef.new(shape: PutEventsResultEntryList, location_name: "Entries"))
610
+ PutEventsResponse.struct_class = Types::PutEventsResponse
611
+
612
+ PutEventsResultEntry.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "EventId"))
613
+ PutEventsResultEntry.add_member(:sequence_number, Shapes::ShapeRef.new(shape: SequenceNumber, location_name: "SequenceNumber"))
614
+ PutEventsResultEntry.add_member(:success_code, Shapes::ShapeRef.new(shape: SuccessCode, location_name: "SuccessCode"))
615
+ PutEventsResultEntry.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
616
+ PutEventsResultEntry.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
617
+ PutEventsResultEntry.struct_class = Types::PutEventsResultEntry
618
+
619
+ PutEventsResultEntryList.member = Shapes::ShapeRef.new(shape: PutEventsResultEntry)
620
+
621
+ PutEventsSystemMetadata.add_member(:event_group_id, Shapes::ShapeRef.new(shape: EventGroupId, location_name: "EventGroupId"))
622
+ PutEventsSystemMetadata.add_member(:deduplication_id, Shapes::ShapeRef.new(shape: EventDeduplicationId, location_name: "DeduplicationId"))
623
+ PutEventsSystemMetadata.struct_class = Types::PutEventsSystemMetadata
624
+
625
+ PutRawEventsRequest.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "EventBusArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
626
+ PutRawEventsRequest.add_member(:entries, Shapes::ShapeRef.new(shape: PutRawEventsRequestEntryList, required: true, location_name: "Entries"))
627
+ PutRawEventsRequest.add_member(:schema_registry_configuration, Shapes::ShapeRef.new(shape: SchemaRegistryConfiguration, location_name: "SchemaRegistryConfiguration"))
628
+ PutRawEventsRequest.add_member(:deduplication_configuration, Shapes::ShapeRef.new(shape: DeduplicationConfiguration, location_name: "DeduplicationConfiguration"))
629
+ PutRawEventsRequest.struct_class = Types::PutRawEventsRequest
630
+
631
+ PutRawEventsRequestEntry.add_member(:data, Shapes::ShapeRef.new(shape: EventData, required: true, location_name: "Data"))
632
+ PutRawEventsRequestEntry.add_member(:metadata, Shapes::ShapeRef.new(shape: EventMetadataMap, location_name: "Metadata"))
633
+ PutRawEventsRequestEntry.add_member(:system_metadata, Shapes::ShapeRef.new(shape: PutRawEventsSystemMetadata, required: true, location_name: "SystemMetadata"))
634
+ PutRawEventsRequestEntry.struct_class = Types::PutRawEventsRequestEntry
635
+
636
+ PutRawEventsRequestEntryList.member = Shapes::ShapeRef.new(shape: PutRawEventsRequestEntry)
637
+
638
+ PutRawEventsResponse.add_member(:failed_entry_count, Shapes::ShapeRef.new(shape: Integer, location_name: "FailedEntryCount"))
639
+ PutRawEventsResponse.add_member(:entries, Shapes::ShapeRef.new(shape: PutRawEventsResultEntryList, location_name: "Entries"))
640
+ PutRawEventsResponse.struct_class = Types::PutRawEventsResponse
641
+
642
+ PutRawEventsResultEntry.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "EventId"))
643
+ PutRawEventsResultEntry.add_member(:sequence_number, Shapes::ShapeRef.new(shape: SequenceNumber, location_name: "SequenceNumber"))
644
+ PutRawEventsResultEntry.add_member(:success_code, Shapes::ShapeRef.new(shape: SuccessCode, location_name: "SuccessCode"))
645
+ PutRawEventsResultEntry.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
646
+ PutRawEventsResultEntry.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
647
+ PutRawEventsResultEntry.struct_class = Types::PutRawEventsResultEntry
648
+
649
+ PutRawEventsResultEntryList.member = Shapes::ShapeRef.new(shape: PutRawEventsResultEntry)
650
+
651
+ PutRawEventsSystemMetadata.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, required: true, location_name: "ContentType"))
652
+ PutRawEventsSystemMetadata.add_member(:deduplication_id, Shapes::ShapeRef.new(shape: EventDeduplicationId, location_name: "DeduplicationId"))
653
+ PutRawEventsSystemMetadata.add_member(:event_group_id, Shapes::ShapeRef.new(shape: EventGroupId, location_name: "EventGroupId"))
654
+ PutRawEventsSystemMetadata.struct_class = Types::PutRawEventsSystemMetadata
655
+
656
+ PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "ResourceArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
657
+ PutResourcePolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "PolicyDocument"))
658
+ PutResourcePolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "PolicyName"))
659
+ PutResourcePolicyRequest.add_member(:expected_revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, location_name: "ExpectedRevisionId"))
660
+ PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
661
+
662
+ PutResourcePolicyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "ResourceArn"))
663
+ PutResourcePolicyResponse.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "PolicyName"))
664
+ PutResourcePolicyResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, location_name: "RevisionId"))
665
+ PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
666
+
667
+ QueryStringParametersMap.key = Shapes::ShapeRef.new(shape: QueryStringKey)
668
+ QueryStringParametersMap.value = Shapes::ShapeRef.new(shape: QueryStringValue)
669
+
670
+ ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
671
+ ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
672
+
673
+ ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
674
+ ResourceInUseException.struct_class = Types::ResourceInUseException
675
+
676
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
677
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
678
+
679
+ ResourcePolicySummary.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "PolicyName"))
680
+ ResourcePolicySummary.add_member(:revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, required: true, location_name: "RevisionId"))
681
+ ResourcePolicySummary.struct_class = Types::ResourcePolicySummary
682
+
683
+ ResourcePolicySummaryList.member = Shapes::ShapeRef.new(shape: ResourcePolicySummary)
684
+
685
+ RetryPolicy.add_member(:max_retry_attempts, Shapes::ShapeRef.new(shape: RetryPolicyMaxRetryAttemptsInteger, location_name: "MaxRetryAttempts"))
686
+ RetryPolicy.add_member(:max_event_age_in_seconds, Shapes::ShapeRef.new(shape: RetryPolicyMaxEventAgeInSecondsInteger, location_name: "MaxEventAgeInSeconds"))
687
+ RetryPolicy.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
688
+ RetryPolicy.struct_class = Types::RetryPolicy
689
+
690
+ RevokeResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: RevocableResourceArn, required: true, location_name: "Arn"))
691
+ RevokeResourceRequest.struct_class = Types::RevokeResourceRequest
692
+
693
+ RevokeResourceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RevocableResourceArn, location_name: "Arn"))
694
+ RevokeResourceResponse.struct_class = Types::RevokeResourceResponse
695
+
696
+ SchemaRegistryConfiguration.add_member(:registry_uri, Shapes::ShapeRef.new(shape: SchemaRegistryUri, required: true, location_name: "RegistryUri"))
697
+ SchemaRegistryConfiguration.add_member(:confluent_public_registry_configuration, Shapes::ShapeRef.new(shape: ConfluentPublicRegistryConfiguration, location_name: "ConfluentPublicRegistryConfiguration"))
698
+ SchemaRegistryConfiguration.struct_class = Types::SchemaRegistryConfiguration
699
+
700
+ SchemaRegistryUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
701
+ SchemaRegistryUnavailableException.struct_class = Types::SchemaRegistryUnavailableException
702
+
703
+ SnsMessageAttributeMap.key = Shapes::ShapeRef.new(shape: MessageAttributeName)
704
+ SnsMessageAttributeMap.value = Shapes::ShapeRef.new(shape: SnsMessageAttributeValue)
705
+
706
+ SnsMessageAttributeValue.add_member(:data_type, Shapes::ShapeRef.new(shape: SnsMessageAttributeValueDataTypeString, location_name: "DataType"))
707
+ SnsMessageAttributeValue.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "StringValue"))
708
+ SnsMessageAttributeValue.add_member(:binary_value, Shapes::ShapeRef.new(shape: String, location_name: "BinaryValue"))
709
+ SnsMessageAttributeValue.struct_class = Types::SnsMessageAttributeValue
710
+
711
+ SnsParameters.add_member(:message_group_id, Shapes::ShapeRef.new(shape: SnsParametersMessageGroupIdString, location_name: "MessageGroupId"))
712
+ SnsParameters.add_member(:message_deduplication_id, Shapes::ShapeRef.new(shape: SnsParametersMessageDeduplicationIdString, location_name: "MessageDeduplicationId"))
713
+ SnsParameters.add_member(:subject, Shapes::ShapeRef.new(shape: SnsParametersSubjectString, location_name: "Subject"))
714
+ SnsParameters.add_member(:message_structure, Shapes::ShapeRef.new(shape: SnsParametersMessageStructureString, location_name: "MessageStructure"))
715
+ SnsParameters.add_member(:message_attributes, Shapes::ShapeRef.new(shape: SnsMessageAttributeMap, location_name: "MessageAttributes"))
716
+ SnsParameters.struct_class = Types::SnsParameters
717
+
718
+ SqsMessageAttributeMap.key = Shapes::ShapeRef.new(shape: MessageAttributeName)
719
+ SqsMessageAttributeMap.value = Shapes::ShapeRef.new(shape: SqsMessageAttributeValue)
720
+
721
+ SqsMessageAttributeValue.add_member(:data_type, Shapes::ShapeRef.new(shape: SqsMessageAttributeValueDataTypeString, location_name: "DataType"))
722
+ SqsMessageAttributeValue.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "StringValue"))
723
+ SqsMessageAttributeValue.add_member(:binary_value, Shapes::ShapeRef.new(shape: String, location_name: "BinaryValue"))
724
+ SqsMessageAttributeValue.struct_class = Types::SqsMessageAttributeValue
725
+
726
+ SqsParameters.add_member(:message_group_id, Shapes::ShapeRef.new(shape: SqsParametersMessageGroupIdString, location_name: "MessageGroupId"))
727
+ SqsParameters.add_member(:message_deduplication_id, Shapes::ShapeRef.new(shape: SqsParametersMessageDeduplicationIdString, location_name: "MessageDeduplicationId"))
728
+ SqsParameters.add_member(:delay_seconds, Shapes::ShapeRef.new(shape: SqsParametersDelaySecondsString, location_name: "DelaySeconds"))
729
+ SqsParameters.add_member(:message_attributes, Shapes::ShapeRef.new(shape: SqsMessageAttributeMap, location_name: "MessageAttributes"))
730
+ SqsParameters.add_member(:message_system_attributes, Shapes::ShapeRef.new(shape: SqsMessageAttributeMap, location_name: "MessageSystemAttributes"))
731
+ SqsParameters.struct_class = Types::SqsParameters
732
+
733
+ StepFunctionsParameters.add_member(:invocation_type, Shapes::ShapeRef.new(shape: InvocationType, location_name: "InvocationType"))
734
+ StepFunctionsParameters.add_member(:name, Shapes::ShapeRef.new(shape: StepFunctionsParametersNameString, location_name: "Name"))
735
+ StepFunctionsParameters.add_member(:trace_header, Shapes::ShapeRef.new(shape: StepFunctionsParametersTraceHeaderString, location_name: "TraceHeader"))
736
+ StepFunctionsParameters.add_member(:invocation_timeout_seconds, Shapes::ShapeRef.new(shape: StepFunctionsParametersInvocationTimeoutSecondsString, location_name: "InvocationTimeoutSeconds"))
737
+ StepFunctionsParameters.struct_class = Types::StepFunctionsParameters
738
+
739
+ StorageConfiguration.add_member(:retention_period_in_days, Shapes::ShapeRef.new(shape: RetentionPeriodInDays, location_name: "RetentionPeriodInDays"))
740
+ StorageConfiguration.struct_class = Types::StorageConfiguration
741
+
742
+ StorageConfigurationOutput.add_member(:retention_period_in_days, Shapes::ShapeRef.new(shape: RetentionPeriodInDays, location_name: "RetentionPeriodInDays"))
743
+ StorageConfigurationOutput.add_member(:retention_window_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RetentionWindowStartTime"))
744
+ StorageConfigurationOutput.struct_class = Types::StorageConfigurationOutput
745
+
746
+ SubscriberSummary.add_member(:subscriber_arn, Shapes::ShapeRef.new(shape: SubscriberArn, location_name: "SubscriberArn"))
747
+ SubscriberSummary.add_member(:name, Shapes::ShapeRef.new(shape: SubscriberName, location_name: "Name"))
748
+ SubscriberSummary.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
749
+ SubscriberSummary.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetResourceArn, location_name: "TargetArn"))
750
+ SubscriberSummary.add_member(:type, Shapes::ShapeRef.new(shape: OrderingType, location_name: "Type"))
751
+ SubscriberSummary.add_member(:revoked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Revoked"))
752
+ SubscriberSummary.add_member(:state, Shapes::ShapeRef.new(shape: SubscriberState, location_name: "State"))
753
+ SubscriberSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
754
+ SubscriberSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
755
+ SubscriberSummary.add_member(:subscriber_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "SubscriberAccountId"))
756
+ SubscriberSummary.struct_class = Types::SubscriberSummary
757
+
758
+ SubscriberSummaryList.member = Shapes::ShapeRef.new(shape: SubscriberSummary)
759
+
760
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
761
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
762
+
763
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
764
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagResourceRequestTagsMap, required: true, location_name: "Tags"))
765
+ TagResourceRequest.struct_class = Types::TagResourceRequest
766
+
767
+ TagResourceRequestTagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
768
+ TagResourceRequestTagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
769
+
770
+ TagResourceResponse.struct_class = Types::TagResourceResponse
771
+
772
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
773
+ ThrottlingException.struct_class = Types::ThrottlingException
774
+
775
+ Transformer.add_member(:type, Shapes::ShapeRef.new(shape: TransformerType, location_name: "Type"))
776
+ Transformer.add_member(:jsonata_configuration, Shapes::ShapeRef.new(shape: JsonataConfiguration, location_name: "JsonataConfiguration"))
777
+ Transformer.struct_class = Types::Transformer
778
+
779
+ UniversalTargetParameters.add_member(:input, Shapes::ShapeRef.new(shape: UniversalTargetInput, required: true, location_name: "Input"))
780
+ UniversalTargetParameters.add_member(:invocation_timeout_seconds, Shapes::ShapeRef.new(shape: String, location_name: "InvocationTimeoutSeconds"))
781
+ UniversalTargetParameters.struct_class = Types::UniversalTargetParameters
782
+
783
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
784
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: UntagResourceRequestTagKeysList, required: true, location_name: "TagKeys"))
785
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
786
+
787
+ UntagResourceRequestTagKeysList.member = Shapes::ShapeRef.new(shape: TagKey)
788
+
789
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
790
+
791
+ UpdateEventBusRequest.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, required: true, location_name: "EventBusArn", metadata: {"contextParam" => {"name" => "EventBusArn"}}))
792
+ UpdateEventBusRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
793
+ UpdateEventBusRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
794
+ UpdateEventBusRequest.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "StorageConfiguration"))
795
+ UpdateEventBusRequest.struct_class = Types::UpdateEventBusRequest
796
+
797
+ UpdateEventBusResponse.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
798
+ UpdateEventBusResponse.add_member(:name, Shapes::ShapeRef.new(shape: EventBusName, location_name: "Name"))
799
+ UpdateEventBusResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
800
+ UpdateEventBusResponse.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
801
+ UpdateEventBusResponse.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfigurationOutput, location_name: "StorageConfiguration"))
802
+ UpdateEventBusResponse.add_member(:state, Shapes::ShapeRef.new(shape: BusState, location_name: "State"))
803
+ UpdateEventBusResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: StateReason, location_name: "StateReason"))
804
+ UpdateEventBusResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
805
+ UpdateEventBusResponse.struct_class = Types::UpdateEventBusResponse
806
+
807
+ UpdateEventSourceRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: EventSourceArn, required: true, location_name: "EventSourceArn"))
808
+ UpdateEventSourceRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: EventSourceConfiguration, location_name: "Configuration"))
809
+ UpdateEventSourceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
810
+ UpdateEventSourceRequest.struct_class = Types::UpdateEventSourceRequest
811
+
812
+ UpdateEventSourceResponse.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: EventSourceArn, location_name: "EventSourceArn"))
813
+ UpdateEventSourceResponse.add_member(:name, Shapes::ShapeRef.new(shape: EventSourceName, location_name: "Name"))
814
+ UpdateEventSourceResponse.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
815
+ UpdateEventSourceResponse.add_member(:state, Shapes::ShapeRef.new(shape: EventSourceState, location_name: "State"))
816
+ UpdateEventSourceResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
817
+ UpdateEventSourceResponse.struct_class = Types::UpdateEventSourceResponse
818
+
819
+ UpdateInvokeConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
820
+ UpdateInvokeConfiguration.add_member(:lambda_parameters, Shapes::ShapeRef.new(shape: LambdaParameters, location_name: "LambdaParameters"))
821
+ UpdateInvokeConfiguration.add_member(:sqs_parameters, Shapes::ShapeRef.new(shape: SqsParameters, location_name: "SqsParameters"))
822
+ UpdateInvokeConfiguration.add_member(:sns_parameters, Shapes::ShapeRef.new(shape: SnsParameters, location_name: "SnsParameters"))
823
+ UpdateInvokeConfiguration.add_member(:kinesis_parameters, Shapes::ShapeRef.new(shape: KinesisParameters, location_name: "KinesisParameters"))
824
+ UpdateInvokeConfiguration.add_member(:step_functions_parameters, Shapes::ShapeRef.new(shape: StepFunctionsParameters, location_name: "StepFunctionsParameters"))
825
+ UpdateInvokeConfiguration.add_member(:http_parameters, Shapes::ShapeRef.new(shape: HttpParameters, location_name: "HttpParameters"))
826
+ UpdateInvokeConfiguration.add_member(:universal_target_parameters, Shapes::ShapeRef.new(shape: UniversalTargetParameters, location_name: "UniversalTargetParameters"))
827
+ UpdateInvokeConfiguration.add_member(:event_bus_v2_parameters, Shapes::ShapeRef.new(shape: EventBusV2Parameters, location_name: "EventBusV2Parameters"))
828
+ UpdateInvokeConfiguration.struct_class = Types::UpdateInvokeConfiguration
829
+
830
+ UpdateSubscriberRequest.add_member(:subscriber_arn, Shapes::ShapeRef.new(shape: SubscriberArn, required: true, location_name: "SubscriberArn"))
831
+ UpdateSubscriberRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
832
+ UpdateSubscriberRequest.add_member(:state, Shapes::ShapeRef.new(shape: SubscriberState, location_name: "State"))
833
+ UpdateSubscriberRequest.add_member(:resume_position, Shapes::ShapeRef.new(shape: ResumePosition, location_name: "ResumePosition"))
834
+ UpdateSubscriberRequest.add_member(:invoke_configuration, Shapes::ShapeRef.new(shape: UpdateInvokeConfiguration, location_name: "InvokeConfiguration"))
835
+ UpdateSubscriberRequest.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
836
+ UpdateSubscriberRequest.add_member(:batch_configuration, Shapes::ShapeRef.new(shape: BatchConfiguration, location_name: "BatchConfiguration"))
837
+ UpdateSubscriberRequest.add_member(:transformer, Shapes::ShapeRef.new(shape: Transformer, location_name: "Transformer"))
838
+ UpdateSubscriberRequest.add_member(:retry_policy, Shapes::ShapeRef.new(shape: RetryPolicy, location_name: "RetryPolicy"))
839
+ UpdateSubscriberRequest.add_member(:on_failure_configuration, Shapes::ShapeRef.new(shape: OnFailureConfiguration, location_name: "OnFailureConfiguration"))
840
+ UpdateSubscriberRequest.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "LogConfiguration"))
841
+ UpdateSubscriberRequest.struct_class = Types::UpdateSubscriberRequest
842
+
843
+ UpdateSubscriberResponse.add_member(:subscriber_arn, Shapes::ShapeRef.new(shape: SubscriberArn, location_name: "SubscriberArn"))
844
+ UpdateSubscriberResponse.add_member(:name, Shapes::ShapeRef.new(shape: SubscriberName, location_name: "Name"))
845
+ UpdateSubscriberResponse.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: EventBusArn, location_name: "EventBusArn"))
846
+ UpdateSubscriberResponse.add_member(:type, Shapes::ShapeRef.new(shape: OrderingType, location_name: "Type"))
847
+ UpdateSubscriberResponse.add_member(:starting_position, Shapes::ShapeRef.new(shape: StartingPosition, location_name: "StartingPosition"))
848
+ UpdateSubscriberResponse.add_member(:point_in_time_configuration, Shapes::ShapeRef.new(shape: PointInTimeConfiguration, location_name: "PointInTimeConfiguration"))
849
+ UpdateSubscriberResponse.add_member(:state, Shapes::ShapeRef.new(shape: SubscriberState, location_name: "State"))
850
+ UpdateSubscriberResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
851
+ UpdateSubscriberResponse.struct_class = Types::UpdateSubscriberResponse
852
+
853
+
854
+ # @api private
855
+ API = Seahorse::Model::Api.new.tap do |api|
856
+
857
+ api.version = "2025-05-15"
858
+
859
+ api.metadata = {
860
+ "apiVersion" => "2025-05-15",
861
+ "auth" => ["aws.auth#sigv4"],
862
+ "endpointPrefix" => "eventsv2",
863
+ "protocol" => "smithy-rpc-v2-cbor",
864
+ "protocols" => ["smithy-rpc-v2-cbor"],
865
+ "serviceFullName" => "Amazon EventBridgeV2",
866
+ "serviceId" => "EventBridgeV2",
867
+ "signatureVersion" => "v4",
868
+ "signingName" => "events",
869
+ "targetPrefix" => "AWSEventsV2",
870
+ "uid" => "eventbridgev2-2025-05-15",
871
+ }
872
+
873
+ api.add_operation(:create_event_bus, Seahorse::Model::Operation.new.tap do |o|
874
+ o.name = "CreateEventBus"
875
+ o.http_method = "POST"
876
+ o.http_request_uri = "/"
877
+ o.input = Shapes::ShapeRef.new(shape: CreateEventBusRequest)
878
+ o.output = Shapes::ShapeRef.new(shape: CreateEventBusResponse)
879
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
880
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
881
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
882
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
883
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
884
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
885
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
886
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
887
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
888
+ end)
889
+
890
+ api.add_operation(:create_event_source, Seahorse::Model::Operation.new.tap do |o|
891
+ o.name = "CreateEventSource"
892
+ o.http_method = "POST"
893
+ o.http_request_uri = "/"
894
+ o.input = Shapes::ShapeRef.new(shape: CreateEventSourceRequest)
895
+ o.output = Shapes::ShapeRef.new(shape: CreateEventSourceResponse)
896
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
897
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
898
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
899
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
900
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
901
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
902
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
903
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
904
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
905
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
906
+ end)
907
+
908
+ api.add_operation(:create_subscriber, Seahorse::Model::Operation.new.tap do |o|
909
+ o.name = "CreateSubscriber"
910
+ o.http_method = "POST"
911
+ o.http_request_uri = "/"
912
+ o.input = Shapes::ShapeRef.new(shape: CreateSubscriberRequest)
913
+ o.output = Shapes::ShapeRef.new(shape: CreateSubscriberResponse)
914
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
915
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
916
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
917
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
918
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
919
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
920
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
921
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
922
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
923
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
924
+ end)
925
+
926
+ api.add_operation(:delete_event_bus, Seahorse::Model::Operation.new.tap do |o|
927
+ o.name = "DeleteEventBus"
928
+ o.http_method = "POST"
929
+ o.http_request_uri = "/"
930
+ o.input = Shapes::ShapeRef.new(shape: DeleteEventBusRequest)
931
+ o.output = Shapes::ShapeRef.new(shape: DeleteEventBusResponse)
932
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
933
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
934
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
935
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
936
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
937
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
938
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
939
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
940
+ end)
941
+
942
+ api.add_operation(:delete_event_source, Seahorse::Model::Operation.new.tap do |o|
943
+ o.name = "DeleteEventSource"
944
+ o.http_method = "POST"
945
+ o.http_request_uri = "/"
946
+ o.input = Shapes::ShapeRef.new(shape: DeleteEventSourceRequest)
947
+ o.output = Shapes::ShapeRef.new(shape: DeleteEventSourceResponse)
948
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
949
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
950
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
951
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
952
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
953
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
954
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
955
+ end)
956
+
957
+ api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
958
+ o.name = "DeleteResourcePolicy"
959
+ o.http_method = "POST"
960
+ o.http_request_uri = "/"
961
+ o.input = Shapes::ShapeRef.new(shape: DeleteResourcePolicyRequest)
962
+ o.output = Shapes::ShapeRef.new(shape: DeleteResourcePolicyResponse)
963
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
964
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
965
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
966
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
967
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
968
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
969
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
970
+ end)
971
+
972
+ api.add_operation(:delete_subscriber, Seahorse::Model::Operation.new.tap do |o|
973
+ o.name = "DeleteSubscriber"
974
+ o.http_method = "POST"
975
+ o.http_request_uri = "/"
976
+ o.input = Shapes::ShapeRef.new(shape: DeleteSubscriberRequest)
977
+ o.output = Shapes::ShapeRef.new(shape: DeleteSubscriberResponse)
978
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
979
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
980
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
981
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
982
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
983
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
984
+ end)
985
+
986
+ api.add_operation(:describe_event_bus, Seahorse::Model::Operation.new.tap do |o|
987
+ o.name = "DescribeEventBus"
988
+ o.http_method = "POST"
989
+ o.http_request_uri = "/"
990
+ o.input = Shapes::ShapeRef.new(shape: DescribeEventBusRequest)
991
+ o.output = Shapes::ShapeRef.new(shape: DescribeEventBusResponse)
992
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
993
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
994
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
995
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
996
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
997
+ end)
998
+
999
+ api.add_operation(:describe_event_source, Seahorse::Model::Operation.new.tap do |o|
1000
+ o.name = "DescribeEventSource"
1001
+ o.http_method = "POST"
1002
+ o.http_request_uri = "/"
1003
+ o.input = Shapes::ShapeRef.new(shape: DescribeEventSourceRequest)
1004
+ o.output = Shapes::ShapeRef.new(shape: DescribeEventSourceResponse)
1005
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1006
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1008
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1009
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1010
+ end)
1011
+
1012
+ api.add_operation(:describe_subscriber, Seahorse::Model::Operation.new.tap do |o|
1013
+ o.name = "DescribeSubscriber"
1014
+ o.http_method = "POST"
1015
+ o.http_request_uri = "/"
1016
+ o.input = Shapes::ShapeRef.new(shape: DescribeSubscriberRequest)
1017
+ o.output = Shapes::ShapeRef.new(shape: DescribeSubscriberResponse)
1018
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1019
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1022
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1023
+ end)
1024
+
1025
+ api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
1026
+ o.name = "GetResourcePolicy"
1027
+ o.http_method = "POST"
1028
+ o.http_request_uri = "/"
1029
+ o.input = Shapes::ShapeRef.new(shape: GetResourcePolicyRequest)
1030
+ o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyResponse)
1031
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1032
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1033
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1034
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1035
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1036
+ end)
1037
+
1038
+ api.add_operation(:list_event_buses, Seahorse::Model::Operation.new.tap do |o|
1039
+ o.name = "ListEventBuses"
1040
+ o.http_method = "POST"
1041
+ o.http_request_uri = "/"
1042
+ o.input = Shapes::ShapeRef.new(shape: ListEventBusesRequest)
1043
+ o.output = Shapes::ShapeRef.new(shape: ListEventBusesResponse)
1044
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1045
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1046
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1047
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1048
+ o[:pager] = Aws::Pager.new(
1049
+ limit_key: "max_results",
1050
+ tokens: {
1051
+ "next_token" => "next_token"
1052
+ }
1053
+ )
1054
+ end)
1055
+
1056
+ api.add_operation(:list_event_sources, Seahorse::Model::Operation.new.tap do |o|
1057
+ o.name = "ListEventSources"
1058
+ o.http_method = "POST"
1059
+ o.http_request_uri = "/"
1060
+ o.input = Shapes::ShapeRef.new(shape: ListEventSourcesRequest)
1061
+ o.output = Shapes::ShapeRef.new(shape: ListEventSourcesResponse)
1062
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1063
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1064
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1065
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1066
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1067
+ o[:pager] = Aws::Pager.new(
1068
+ limit_key: "max_results",
1069
+ tokens: {
1070
+ "next_token" => "next_token"
1071
+ }
1072
+ )
1073
+ end)
1074
+
1075
+ api.add_operation(:list_resource_policies, Seahorse::Model::Operation.new.tap do |o|
1076
+ o.name = "ListResourcePolicies"
1077
+ o.http_method = "POST"
1078
+ o.http_request_uri = "/"
1079
+ o.input = Shapes::ShapeRef.new(shape: ListResourcePoliciesRequest)
1080
+ o.output = Shapes::ShapeRef.new(shape: ListResourcePoliciesResponse)
1081
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1084
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1085
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1086
+ o[:pager] = Aws::Pager.new(
1087
+ limit_key: "max_results",
1088
+ tokens: {
1089
+ "next_token" => "next_token"
1090
+ }
1091
+ )
1092
+ end)
1093
+
1094
+ api.add_operation(:list_subscribers, Seahorse::Model::Operation.new.tap do |o|
1095
+ o.name = "ListSubscribers"
1096
+ o.http_method = "POST"
1097
+ o.http_request_uri = "/"
1098
+ o.input = Shapes::ShapeRef.new(shape: ListSubscribersRequest)
1099
+ o.output = Shapes::ShapeRef.new(shape: ListSubscribersResponse)
1100
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1101
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1102
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1103
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1104
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1105
+ o[:pager] = Aws::Pager.new(
1106
+ limit_key: "max_results",
1107
+ tokens: {
1108
+ "next_token" => "next_token"
1109
+ }
1110
+ )
1111
+ end)
1112
+
1113
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1114
+ o.name = "ListTagsForResource"
1115
+ o.http_method = "POST"
1116
+ o.http_request_uri = "/"
1117
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1118
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1119
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1120
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1121
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1122
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1123
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1124
+ end)
1125
+
1126
+ api.add_operation(:put_events, Seahorse::Model::Operation.new.tap do |o|
1127
+ o.name = "PutEvents"
1128
+ o.http_method = "POST"
1129
+ o.http_request_uri = "/"
1130
+ o.input = Shapes::ShapeRef.new(shape: PutEventsRequest)
1131
+ o.output = Shapes::ShapeRef.new(shape: PutEventsResponse)
1132
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1133
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1134
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1135
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1136
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1137
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1138
+ end)
1139
+
1140
+ api.add_operation(:put_raw_events, Seahorse::Model::Operation.new.tap do |o|
1141
+ o.name = "PutRawEvents"
1142
+ o.http_method = "POST"
1143
+ o.http_request_uri = "/"
1144
+ o.input = Shapes::ShapeRef.new(shape: PutRawEventsRequest)
1145
+ o.output = Shapes::ShapeRef.new(shape: PutRawEventsResponse)
1146
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1147
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1148
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1149
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1150
+ o.errors << Shapes::ShapeRef.new(shape: SchemaRegistryUnavailableException)
1151
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1152
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1153
+ end)
1154
+
1155
+ api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
1156
+ o.name = "PutResourcePolicy"
1157
+ o.http_method = "POST"
1158
+ o.http_request_uri = "/"
1159
+ o.input = Shapes::ShapeRef.new(shape: PutResourcePolicyRequest)
1160
+ o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyResponse)
1161
+ o.errors << Shapes::ShapeRef.new(shape: PolicyLengthExceededException)
1162
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1163
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1164
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1165
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1166
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1168
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1169
+ o.errors << Shapes::ShapeRef.new(shape: PublicPolicyException)
1170
+ end)
1171
+
1172
+ api.add_operation(:revoke_resource, Seahorse::Model::Operation.new.tap do |o|
1173
+ o.name = "RevokeResource"
1174
+ o.http_method = "POST"
1175
+ o.http_request_uri = "/"
1176
+ o.input = Shapes::ShapeRef.new(shape: RevokeResourceRequest)
1177
+ o.output = Shapes::ShapeRef.new(shape: RevokeResourceResponse)
1178
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1181
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1182
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1183
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1184
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1185
+ end)
1186
+
1187
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1188
+ o.name = "TagResource"
1189
+ o.http_method = "POST"
1190
+ o.http_request_uri = "/"
1191
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1192
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1193
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1194
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1195
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1196
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1197
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1198
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1199
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1200
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1201
+ end)
1202
+
1203
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1204
+ o.name = "UntagResource"
1205
+ o.http_method = "POST"
1206
+ o.http_request_uri = "/"
1207
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1208
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1209
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1210
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1211
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1212
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1213
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1214
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1215
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1216
+ end)
1217
+
1218
+ api.add_operation(:update_event_bus, Seahorse::Model::Operation.new.tap do |o|
1219
+ o.name = "UpdateEventBus"
1220
+ o.http_method = "POST"
1221
+ o.http_request_uri = "/"
1222
+ o.input = Shapes::ShapeRef.new(shape: UpdateEventBusRequest)
1223
+ o.output = Shapes::ShapeRef.new(shape: UpdateEventBusResponse)
1224
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1225
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1226
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1227
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1228
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1230
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1231
+ end)
1232
+
1233
+ api.add_operation(:update_event_source, Seahorse::Model::Operation.new.tap do |o|
1234
+ o.name = "UpdateEventSource"
1235
+ o.http_method = "POST"
1236
+ o.http_request_uri = "/"
1237
+ o.input = Shapes::ShapeRef.new(shape: UpdateEventSourceRequest)
1238
+ o.output = Shapes::ShapeRef.new(shape: UpdateEventSourceResponse)
1239
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1240
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1241
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1242
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1243
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1244
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1245
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1246
+ end)
1247
+
1248
+ api.add_operation(:update_subscriber, Seahorse::Model::Operation.new.tap do |o|
1249
+ o.name = "UpdateSubscriber"
1250
+ o.http_method = "POST"
1251
+ o.http_request_uri = "/"
1252
+ o.input = Shapes::ShapeRef.new(shape: UpdateSubscriberRequest)
1253
+ o.output = Shapes::ShapeRef.new(shape: UpdateSubscriberResponse)
1254
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1255
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1256
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1257
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1258
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1259
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1260
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1261
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1262
+ end)
1263
+ end
1264
+
1265
+ end
1266
+ end