aws-sdk-pipes 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,938 @@
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
+ module Aws::Pipes
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ Arn = Shapes::StringShape.new(name: 'Arn')
17
+ ArnOrJsonPath = Shapes::StringShape.new(name: 'ArnOrJsonPath')
18
+ ArnOrUrl = Shapes::StringShape.new(name: 'ArnOrUrl')
19
+ AssignPublicIp = Shapes::StringShape.new(name: 'AssignPublicIp')
20
+ AwsVpcConfiguration = Shapes::StructureShape.new(name: 'AwsVpcConfiguration')
21
+ BatchArrayProperties = Shapes::StructureShape.new(name: 'BatchArrayProperties')
22
+ BatchArraySize = Shapes::IntegerShape.new(name: 'BatchArraySize')
23
+ BatchContainerOverrides = Shapes::StructureShape.new(name: 'BatchContainerOverrides')
24
+ BatchDependsOn = Shapes::ListShape.new(name: 'BatchDependsOn')
25
+ BatchEnvironmentVariable = Shapes::StructureShape.new(name: 'BatchEnvironmentVariable')
26
+ BatchEnvironmentVariableList = Shapes::ListShape.new(name: 'BatchEnvironmentVariableList')
27
+ BatchJobDependency = Shapes::StructureShape.new(name: 'BatchJobDependency')
28
+ BatchJobDependencyType = Shapes::StringShape.new(name: 'BatchJobDependencyType')
29
+ BatchParametersMap = Shapes::MapShape.new(name: 'BatchParametersMap')
30
+ BatchResourceRequirement = Shapes::StructureShape.new(name: 'BatchResourceRequirement')
31
+ BatchResourceRequirementType = Shapes::StringShape.new(name: 'BatchResourceRequirementType')
32
+ BatchResourceRequirementsList = Shapes::ListShape.new(name: 'BatchResourceRequirementsList')
33
+ BatchRetryAttempts = Shapes::IntegerShape.new(name: 'BatchRetryAttempts')
34
+ BatchRetryStrategy = Shapes::StructureShape.new(name: 'BatchRetryStrategy')
35
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
36
+ CapacityProvider = Shapes::StringShape.new(name: 'CapacityProvider')
37
+ CapacityProviderStrategy = Shapes::ListShape.new(name: 'CapacityProviderStrategy')
38
+ CapacityProviderStrategyItem = Shapes::StructureShape.new(name: 'CapacityProviderStrategyItem')
39
+ CapacityProviderStrategyItemBase = Shapes::IntegerShape.new(name: 'CapacityProviderStrategyItemBase')
40
+ CapacityProviderStrategyItemWeight = Shapes::IntegerShape.new(name: 'CapacityProviderStrategyItemWeight')
41
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
42
+ CreatePipeRequest = Shapes::StructureShape.new(name: 'CreatePipeRequest')
43
+ CreatePipeResponse = Shapes::StructureShape.new(name: 'CreatePipeResponse')
44
+ Database = Shapes::StringShape.new(name: 'Database')
45
+ DbUser = Shapes::StringShape.new(name: 'DbUser')
46
+ DeadLetterConfig = Shapes::StructureShape.new(name: 'DeadLetterConfig')
47
+ DeletePipeRequest = Shapes::StructureShape.new(name: 'DeletePipeRequest')
48
+ DeletePipeResponse = Shapes::StructureShape.new(name: 'DeletePipeResponse')
49
+ DescribePipeRequest = Shapes::StructureShape.new(name: 'DescribePipeRequest')
50
+ DescribePipeResponse = Shapes::StructureShape.new(name: 'DescribePipeResponse')
51
+ DynamoDBStreamStartPosition = Shapes::StringShape.new(name: 'DynamoDBStreamStartPosition')
52
+ EcsContainerOverride = Shapes::StructureShape.new(name: 'EcsContainerOverride')
53
+ EcsContainerOverrideList = Shapes::ListShape.new(name: 'EcsContainerOverrideList')
54
+ EcsEnvironmentFile = Shapes::StructureShape.new(name: 'EcsEnvironmentFile')
55
+ EcsEnvironmentFileList = Shapes::ListShape.new(name: 'EcsEnvironmentFileList')
56
+ EcsEnvironmentFileType = Shapes::StringShape.new(name: 'EcsEnvironmentFileType')
57
+ EcsEnvironmentVariable = Shapes::StructureShape.new(name: 'EcsEnvironmentVariable')
58
+ EcsEnvironmentVariableList = Shapes::ListShape.new(name: 'EcsEnvironmentVariableList')
59
+ EcsEphemeralStorage = Shapes::StructureShape.new(name: 'EcsEphemeralStorage')
60
+ EcsInferenceAcceleratorOverride = Shapes::StructureShape.new(name: 'EcsInferenceAcceleratorOverride')
61
+ EcsInferenceAcceleratorOverrideList = Shapes::ListShape.new(name: 'EcsInferenceAcceleratorOverrideList')
62
+ EcsResourceRequirement = Shapes::StructureShape.new(name: 'EcsResourceRequirement')
63
+ EcsResourceRequirementType = Shapes::StringShape.new(name: 'EcsResourceRequirementType')
64
+ EcsResourceRequirementsList = Shapes::ListShape.new(name: 'EcsResourceRequirementsList')
65
+ EcsTaskOverride = Shapes::StructureShape.new(name: 'EcsTaskOverride')
66
+ EndpointString = Shapes::StringShape.new(name: 'EndpointString')
67
+ EphemeralStorageSize = Shapes::IntegerShape.new(name: 'EphemeralStorageSize')
68
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
69
+ EventBridgeDetailType = Shapes::StringShape.new(name: 'EventBridgeDetailType')
70
+ EventBridgeEndpointId = Shapes::StringShape.new(name: 'EventBridgeEndpointId')
71
+ EventBridgeEventResourceList = Shapes::ListShape.new(name: 'EventBridgeEventResourceList')
72
+ EventBridgeEventSource = Shapes::StringShape.new(name: 'EventBridgeEventSource')
73
+ EventPattern = Shapes::StringShape.new(name: 'EventPattern')
74
+ Filter = Shapes::StructureShape.new(name: 'Filter')
75
+ FilterCriteria = Shapes::StructureShape.new(name: 'FilterCriteria')
76
+ FilterList = Shapes::ListShape.new(name: 'FilterList')
77
+ HeaderKey = Shapes::StringShape.new(name: 'HeaderKey')
78
+ HeaderParametersMap = Shapes::MapShape.new(name: 'HeaderParametersMap')
79
+ HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
80
+ InputTemplate = Shapes::StringShape.new(name: 'InputTemplate')
81
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
82
+ InternalException = Shapes::StructureShape.new(name: 'InternalException')
83
+ JsonPath = Shapes::StringShape.new(name: 'JsonPath')
84
+ KafkaBootstrapServers = Shapes::ListShape.new(name: 'KafkaBootstrapServers')
85
+ KafkaTopicName = Shapes::StringShape.new(name: 'KafkaTopicName')
86
+ KinesisPartitionKey = Shapes::StringShape.new(name: 'KinesisPartitionKey')
87
+ KinesisStreamStartPosition = Shapes::StringShape.new(name: 'KinesisStreamStartPosition')
88
+ LaunchType = Shapes::StringShape.new(name: 'LaunchType')
89
+ LimitMax10 = Shapes::IntegerShape.new(name: 'LimitMax10')
90
+ LimitMax100 = Shapes::IntegerShape.new(name: 'LimitMax100')
91
+ LimitMax1000 = Shapes::IntegerShape.new(name: 'LimitMax1000')
92
+ LimitMax10000 = Shapes::IntegerShape.new(name: 'LimitMax10000')
93
+ LimitMin1 = Shapes::IntegerShape.new(name: 'LimitMin1')
94
+ ListPipesRequest = Shapes::StructureShape.new(name: 'ListPipesRequest')
95
+ ListPipesResponse = Shapes::StructureShape.new(name: 'ListPipesResponse')
96
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
97
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
98
+ LogStreamName = Shapes::StringShape.new(name: 'LogStreamName')
99
+ MQBrokerAccessCredentials = Shapes::UnionShape.new(name: 'MQBrokerAccessCredentials')
100
+ MQBrokerQueueName = Shapes::StringShape.new(name: 'MQBrokerQueueName')
101
+ MSKAccessCredentials = Shapes::UnionShape.new(name: 'MSKAccessCredentials')
102
+ MSKStartPosition = Shapes::StringShape.new(name: 'MSKStartPosition')
103
+ MaximumBatchingWindowInSeconds = Shapes::IntegerShape.new(name: 'MaximumBatchingWindowInSeconds')
104
+ MaximumRecordAgeInSeconds = Shapes::IntegerShape.new(name: 'MaximumRecordAgeInSeconds')
105
+ MaximumRetryAttemptsESM = Shapes::IntegerShape.new(name: 'MaximumRetryAttemptsESM')
106
+ MessageDeduplicationId = Shapes::StringShape.new(name: 'MessageDeduplicationId')
107
+ MessageGroupId = Shapes::StringShape.new(name: 'MessageGroupId')
108
+ NetworkConfiguration = Shapes::StructureShape.new(name: 'NetworkConfiguration')
109
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
110
+ NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
111
+ OnPartialBatchItemFailureStreams = Shapes::StringShape.new(name: 'OnPartialBatchItemFailureStreams')
112
+ OptionalArn = Shapes::StringShape.new(name: 'OptionalArn')
113
+ PathParameter = Shapes::StringShape.new(name: 'PathParameter')
114
+ PathParameterList = Shapes::ListShape.new(name: 'PathParameterList')
115
+ Pipe = Shapes::StructureShape.new(name: 'Pipe')
116
+ PipeArn = Shapes::StringShape.new(name: 'PipeArn')
117
+ PipeDescription = Shapes::StringShape.new(name: 'PipeDescription')
118
+ PipeEnrichmentHttpParameters = Shapes::StructureShape.new(name: 'PipeEnrichmentHttpParameters')
119
+ PipeEnrichmentParameters = Shapes::StructureShape.new(name: 'PipeEnrichmentParameters')
120
+ PipeList = Shapes::ListShape.new(name: 'PipeList')
121
+ PipeName = Shapes::StringShape.new(name: 'PipeName')
122
+ PipeSourceActiveMQBrokerParameters = Shapes::StructureShape.new(name: 'PipeSourceActiveMQBrokerParameters')
123
+ PipeSourceDynamoDBStreamParameters = Shapes::StructureShape.new(name: 'PipeSourceDynamoDBStreamParameters')
124
+ PipeSourceKinesisStreamParameters = Shapes::StructureShape.new(name: 'PipeSourceKinesisStreamParameters')
125
+ PipeSourceManagedStreamingKafkaParameters = Shapes::StructureShape.new(name: 'PipeSourceManagedStreamingKafkaParameters')
126
+ PipeSourceParameters = Shapes::StructureShape.new(name: 'PipeSourceParameters')
127
+ PipeSourceRabbitMQBrokerParameters = Shapes::StructureShape.new(name: 'PipeSourceRabbitMQBrokerParameters')
128
+ PipeSourceSelfManagedKafkaParameters = Shapes::StructureShape.new(name: 'PipeSourceSelfManagedKafkaParameters')
129
+ PipeSourceSqsQueueParameters = Shapes::StructureShape.new(name: 'PipeSourceSqsQueueParameters')
130
+ PipeState = Shapes::StringShape.new(name: 'PipeState')
131
+ PipeStateReason = Shapes::StringShape.new(name: 'PipeStateReason')
132
+ PipeTargetBatchJobParameters = Shapes::StructureShape.new(name: 'PipeTargetBatchJobParameters')
133
+ PipeTargetCloudWatchLogsParameters = Shapes::StructureShape.new(name: 'PipeTargetCloudWatchLogsParameters')
134
+ PipeTargetEcsTaskParameters = Shapes::StructureShape.new(name: 'PipeTargetEcsTaskParameters')
135
+ PipeTargetEventBridgeEventBusParameters = Shapes::StructureShape.new(name: 'PipeTargetEventBridgeEventBusParameters')
136
+ PipeTargetHttpParameters = Shapes::StructureShape.new(name: 'PipeTargetHttpParameters')
137
+ PipeTargetInvocationType = Shapes::StringShape.new(name: 'PipeTargetInvocationType')
138
+ PipeTargetKinesisStreamParameters = Shapes::StructureShape.new(name: 'PipeTargetKinesisStreamParameters')
139
+ PipeTargetLambdaFunctionParameters = Shapes::StructureShape.new(name: 'PipeTargetLambdaFunctionParameters')
140
+ PipeTargetParameters = Shapes::StructureShape.new(name: 'PipeTargetParameters')
141
+ PipeTargetRedshiftDataParameters = Shapes::StructureShape.new(name: 'PipeTargetRedshiftDataParameters')
142
+ PipeTargetSageMakerPipelineParameters = Shapes::StructureShape.new(name: 'PipeTargetSageMakerPipelineParameters')
143
+ PipeTargetSqsQueueParameters = Shapes::StructureShape.new(name: 'PipeTargetSqsQueueParameters')
144
+ PipeTargetStateMachineParameters = Shapes::StructureShape.new(name: 'PipeTargetStateMachineParameters')
145
+ PlacementConstraint = Shapes::StructureShape.new(name: 'PlacementConstraint')
146
+ PlacementConstraintExpression = Shapes::StringShape.new(name: 'PlacementConstraintExpression')
147
+ PlacementConstraintType = Shapes::StringShape.new(name: 'PlacementConstraintType')
148
+ PlacementConstraints = Shapes::ListShape.new(name: 'PlacementConstraints')
149
+ PlacementStrategies = Shapes::ListShape.new(name: 'PlacementStrategies')
150
+ PlacementStrategy = Shapes::StructureShape.new(name: 'PlacementStrategy')
151
+ PlacementStrategyField = Shapes::StringShape.new(name: 'PlacementStrategyField')
152
+ PlacementStrategyType = Shapes::StringShape.new(name: 'PlacementStrategyType')
153
+ PropagateTags = Shapes::StringShape.new(name: 'PropagateTags')
154
+ QueryStringKey = Shapes::StringShape.new(name: 'QueryStringKey')
155
+ QueryStringParametersMap = Shapes::MapShape.new(name: 'QueryStringParametersMap')
156
+ QueryStringValue = Shapes::StringShape.new(name: 'QueryStringValue')
157
+ ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
158
+ RequestedPipeState = Shapes::StringShape.new(name: 'RequestedPipeState')
159
+ RequestedPipeStateDescribeResponse = Shapes::StringShape.new(name: 'RequestedPipeStateDescribeResponse')
160
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
161
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
162
+ SageMakerPipelineParameter = Shapes::StructureShape.new(name: 'SageMakerPipelineParameter')
163
+ SageMakerPipelineParameterList = Shapes::ListShape.new(name: 'SageMakerPipelineParameterList')
164
+ SageMakerPipelineParameterName = Shapes::StringShape.new(name: 'SageMakerPipelineParameterName')
165
+ SageMakerPipelineParameterValue = Shapes::StringShape.new(name: 'SageMakerPipelineParameterValue')
166
+ SecretManagerArn = Shapes::StringShape.new(name: 'SecretManagerArn')
167
+ SecretManagerArnOrJsonPath = Shapes::StringShape.new(name: 'SecretManagerArnOrJsonPath')
168
+ SecurityGroup = Shapes::StringShape.new(name: 'SecurityGroup')
169
+ SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
170
+ SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
171
+ SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
172
+ SelfManagedKafkaAccessConfigurationCredentials = Shapes::UnionShape.new(name: 'SelfManagedKafkaAccessConfigurationCredentials')
173
+ SelfManagedKafkaAccessConfigurationVpc = Shapes::StructureShape.new(name: 'SelfManagedKafkaAccessConfigurationVpc')
174
+ SelfManagedKafkaStartPosition = Shapes::StringShape.new(name: 'SelfManagedKafkaStartPosition')
175
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
176
+ Sql = Shapes::StringShape.new(name: 'Sql')
177
+ Sqls = Shapes::ListShape.new(name: 'Sqls')
178
+ StartPipeRequest = Shapes::StructureShape.new(name: 'StartPipeRequest')
179
+ StartPipeResponse = Shapes::StructureShape.new(name: 'StartPipeResponse')
180
+ StatementName = Shapes::StringShape.new(name: 'StatementName')
181
+ StopPipeRequest = Shapes::StructureShape.new(name: 'StopPipeRequest')
182
+ StopPipeResponse = Shapes::StructureShape.new(name: 'StopPipeResponse')
183
+ String = Shapes::StringShape.new(name: 'String')
184
+ StringList = Shapes::ListShape.new(name: 'StringList')
185
+ Subnet = Shapes::StringShape.new(name: 'Subnet')
186
+ SubnetId = Shapes::StringShape.new(name: 'SubnetId')
187
+ SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
188
+ Subnets = Shapes::ListShape.new(name: 'Subnets')
189
+ Tag = Shapes::StructureShape.new(name: 'Tag')
190
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
191
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
192
+ TagList = Shapes::ListShape.new(name: 'TagList')
193
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
194
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
195
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
196
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
197
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
198
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
199
+ URI = Shapes::StringShape.new(name: 'URI')
200
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
201
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
202
+ UpdatePipeRequest = Shapes::StructureShape.new(name: 'UpdatePipeRequest')
203
+ UpdatePipeResponse = Shapes::StructureShape.new(name: 'UpdatePipeResponse')
204
+ UpdatePipeSourceActiveMQBrokerParameters = Shapes::StructureShape.new(name: 'UpdatePipeSourceActiveMQBrokerParameters')
205
+ UpdatePipeSourceDynamoDBStreamParameters = Shapes::StructureShape.new(name: 'UpdatePipeSourceDynamoDBStreamParameters')
206
+ UpdatePipeSourceKinesisStreamParameters = Shapes::StructureShape.new(name: 'UpdatePipeSourceKinesisStreamParameters')
207
+ UpdatePipeSourceManagedStreamingKafkaParameters = Shapes::StructureShape.new(name: 'UpdatePipeSourceManagedStreamingKafkaParameters')
208
+ UpdatePipeSourceParameters = Shapes::StructureShape.new(name: 'UpdatePipeSourceParameters')
209
+ UpdatePipeSourceRabbitMQBrokerParameters = Shapes::StructureShape.new(name: 'UpdatePipeSourceRabbitMQBrokerParameters')
210
+ UpdatePipeSourceSelfManagedKafkaParameters = Shapes::StructureShape.new(name: 'UpdatePipeSourceSelfManagedKafkaParameters')
211
+ UpdatePipeSourceSqsQueueParameters = Shapes::StructureShape.new(name: 'UpdatePipeSourceSqsQueueParameters')
212
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
213
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
214
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
215
+
216
+ AwsVpcConfiguration.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: AssignPublicIp, location_name: "AssignPublicIp"))
217
+ AwsVpcConfiguration.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
218
+ AwsVpcConfiguration.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "Subnets"))
219
+ AwsVpcConfiguration.struct_class = Types::AwsVpcConfiguration
220
+
221
+ BatchArrayProperties.add_member(:size, Shapes::ShapeRef.new(shape: BatchArraySize, location_name: "Size"))
222
+ BatchArrayProperties.struct_class = Types::BatchArrayProperties
223
+
224
+ BatchContainerOverrides.add_member(:command, Shapes::ShapeRef.new(shape: StringList, location_name: "Command"))
225
+ BatchContainerOverrides.add_member(:environment, Shapes::ShapeRef.new(shape: BatchEnvironmentVariableList, location_name: "Environment"))
226
+ BatchContainerOverrides.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "InstanceType"))
227
+ BatchContainerOverrides.add_member(:resource_requirements, Shapes::ShapeRef.new(shape: BatchResourceRequirementsList, location_name: "ResourceRequirements"))
228
+ BatchContainerOverrides.struct_class = Types::BatchContainerOverrides
229
+
230
+ BatchDependsOn.member = Shapes::ShapeRef.new(shape: BatchJobDependency)
231
+
232
+ BatchEnvironmentVariable.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
233
+ BatchEnvironmentVariable.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
234
+ BatchEnvironmentVariable.struct_class = Types::BatchEnvironmentVariable
235
+
236
+ BatchEnvironmentVariableList.member = Shapes::ShapeRef.new(shape: BatchEnvironmentVariable)
237
+
238
+ BatchJobDependency.add_member(:job_id, Shapes::ShapeRef.new(shape: String, location_name: "JobId"))
239
+ BatchJobDependency.add_member(:type, Shapes::ShapeRef.new(shape: BatchJobDependencyType, location_name: "Type"))
240
+ BatchJobDependency.struct_class = Types::BatchJobDependency
241
+
242
+ BatchParametersMap.key = Shapes::ShapeRef.new(shape: String)
243
+ BatchParametersMap.value = Shapes::ShapeRef.new(shape: String)
244
+
245
+ BatchResourceRequirement.add_member(:type, Shapes::ShapeRef.new(shape: BatchResourceRequirementType, required: true, location_name: "Type"))
246
+ BatchResourceRequirement.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
247
+ BatchResourceRequirement.struct_class = Types::BatchResourceRequirement
248
+
249
+ BatchResourceRequirementsList.member = Shapes::ShapeRef.new(shape: BatchResourceRequirement)
250
+
251
+ BatchRetryStrategy.add_member(:attempts, Shapes::ShapeRef.new(shape: BatchRetryAttempts, location_name: "Attempts"))
252
+ BatchRetryStrategy.struct_class = Types::BatchRetryStrategy
253
+
254
+ CapacityProviderStrategy.member = Shapes::ShapeRef.new(shape: CapacityProviderStrategyItem)
255
+
256
+ CapacityProviderStrategyItem.add_member(:base, Shapes::ShapeRef.new(shape: CapacityProviderStrategyItemBase, location_name: "base"))
257
+ CapacityProviderStrategyItem.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "capacityProvider"))
258
+ CapacityProviderStrategyItem.add_member(:weight, Shapes::ShapeRef.new(shape: CapacityProviderStrategyItemWeight, location_name: "weight"))
259
+ CapacityProviderStrategyItem.struct_class = Types::CapacityProviderStrategyItem
260
+
261
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
262
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
263
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
264
+ ConflictException.struct_class = Types::ConflictException
265
+
266
+ CreatePipeRequest.add_member(:description, Shapes::ShapeRef.new(shape: PipeDescription, location_name: "Description"))
267
+ CreatePipeRequest.add_member(:desired_state, Shapes::ShapeRef.new(shape: RequestedPipeState, location_name: "DesiredState"))
268
+ CreatePipeRequest.add_member(:enrichment, Shapes::ShapeRef.new(shape: OptionalArn, location_name: "Enrichment"))
269
+ CreatePipeRequest.add_member(:enrichment_parameters, Shapes::ShapeRef.new(shape: PipeEnrichmentParameters, location_name: "EnrichmentParameters"))
270
+ CreatePipeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, required: true, location: "uri", location_name: "Name"))
271
+ CreatePipeRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
272
+ CreatePipeRequest.add_member(:source, Shapes::ShapeRef.new(shape: ArnOrUrl, required: true, location_name: "Source"))
273
+ CreatePipeRequest.add_member(:source_parameters, Shapes::ShapeRef.new(shape: PipeSourceParameters, location_name: "SourceParameters"))
274
+ CreatePipeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
275
+ CreatePipeRequest.add_member(:target, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Target"))
276
+ CreatePipeRequest.add_member(:target_parameters, Shapes::ShapeRef.new(shape: PipeTargetParameters, location_name: "TargetParameters"))
277
+ CreatePipeRequest.struct_class = Types::CreatePipeRequest
278
+
279
+ CreatePipeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PipeArn, location_name: "Arn"))
280
+ CreatePipeResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
281
+ CreatePipeResponse.add_member(:current_state, Shapes::ShapeRef.new(shape: PipeState, location_name: "CurrentState"))
282
+ CreatePipeResponse.add_member(:desired_state, Shapes::ShapeRef.new(shape: RequestedPipeState, location_name: "DesiredState"))
283
+ CreatePipeResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
284
+ CreatePipeResponse.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, location_name: "Name"))
285
+ CreatePipeResponse.struct_class = Types::CreatePipeResponse
286
+
287
+ DeadLetterConfig.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
288
+ DeadLetterConfig.struct_class = Types::DeadLetterConfig
289
+
290
+ DeletePipeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, required: true, location: "uri", location_name: "Name"))
291
+ DeletePipeRequest.struct_class = Types::DeletePipeRequest
292
+
293
+ DeletePipeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PipeArn, location_name: "Arn"))
294
+ DeletePipeResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
295
+ DeletePipeResponse.add_member(:current_state, Shapes::ShapeRef.new(shape: PipeState, location_name: "CurrentState"))
296
+ DeletePipeResponse.add_member(:desired_state, Shapes::ShapeRef.new(shape: RequestedPipeStateDescribeResponse, location_name: "DesiredState"))
297
+ DeletePipeResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
298
+ DeletePipeResponse.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, location_name: "Name"))
299
+ DeletePipeResponse.struct_class = Types::DeletePipeResponse
300
+
301
+ DescribePipeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, required: true, location: "uri", location_name: "Name"))
302
+ DescribePipeRequest.struct_class = Types::DescribePipeRequest
303
+
304
+ DescribePipeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PipeArn, location_name: "Arn"))
305
+ DescribePipeResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
306
+ DescribePipeResponse.add_member(:current_state, Shapes::ShapeRef.new(shape: PipeState, location_name: "CurrentState"))
307
+ DescribePipeResponse.add_member(:description, Shapes::ShapeRef.new(shape: PipeDescription, location_name: "Description"))
308
+ DescribePipeResponse.add_member(:desired_state, Shapes::ShapeRef.new(shape: RequestedPipeStateDescribeResponse, location_name: "DesiredState"))
309
+ DescribePipeResponse.add_member(:enrichment, Shapes::ShapeRef.new(shape: OptionalArn, location_name: "Enrichment"))
310
+ DescribePipeResponse.add_member(:enrichment_parameters, Shapes::ShapeRef.new(shape: PipeEnrichmentParameters, location_name: "EnrichmentParameters"))
311
+ DescribePipeResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
312
+ DescribePipeResponse.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, location_name: "Name"))
313
+ DescribePipeResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
314
+ DescribePipeResponse.add_member(:source, Shapes::ShapeRef.new(shape: ArnOrUrl, location_name: "Source"))
315
+ DescribePipeResponse.add_member(:source_parameters, Shapes::ShapeRef.new(shape: PipeSourceParameters, location_name: "SourceParameters"))
316
+ DescribePipeResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: PipeStateReason, location_name: "StateReason"))
317
+ DescribePipeResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
318
+ DescribePipeResponse.add_member(:target, Shapes::ShapeRef.new(shape: Arn, location_name: "Target"))
319
+ DescribePipeResponse.add_member(:target_parameters, Shapes::ShapeRef.new(shape: PipeTargetParameters, location_name: "TargetParameters"))
320
+ DescribePipeResponse.struct_class = Types::DescribePipeResponse
321
+
322
+ EcsContainerOverride.add_member(:command, Shapes::ShapeRef.new(shape: StringList, location_name: "Command"))
323
+ EcsContainerOverride.add_member(:cpu, Shapes::ShapeRef.new(shape: Integer, location_name: "Cpu"))
324
+ EcsContainerOverride.add_member(:environment, Shapes::ShapeRef.new(shape: EcsEnvironmentVariableList, location_name: "Environment"))
325
+ EcsContainerOverride.add_member(:environment_files, Shapes::ShapeRef.new(shape: EcsEnvironmentFileList, location_name: "EnvironmentFiles"))
326
+ EcsContainerOverride.add_member(:memory, Shapes::ShapeRef.new(shape: Integer, location_name: "Memory"))
327
+ EcsContainerOverride.add_member(:memory_reservation, Shapes::ShapeRef.new(shape: Integer, location_name: "MemoryReservation"))
328
+ EcsContainerOverride.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
329
+ EcsContainerOverride.add_member(:resource_requirements, Shapes::ShapeRef.new(shape: EcsResourceRequirementsList, location_name: "ResourceRequirements"))
330
+ EcsContainerOverride.struct_class = Types::EcsContainerOverride
331
+
332
+ EcsContainerOverrideList.member = Shapes::ShapeRef.new(shape: EcsContainerOverride)
333
+
334
+ EcsEnvironmentFile.add_member(:type, Shapes::ShapeRef.new(shape: EcsEnvironmentFileType, required: true, location_name: "type"))
335
+ EcsEnvironmentFile.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
336
+ EcsEnvironmentFile.struct_class = Types::EcsEnvironmentFile
337
+
338
+ EcsEnvironmentFileList.member = Shapes::ShapeRef.new(shape: EcsEnvironmentFile)
339
+
340
+ EcsEnvironmentVariable.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
341
+ EcsEnvironmentVariable.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
342
+ EcsEnvironmentVariable.struct_class = Types::EcsEnvironmentVariable
343
+
344
+ EcsEnvironmentVariableList.member = Shapes::ShapeRef.new(shape: EcsEnvironmentVariable)
345
+
346
+ EcsEphemeralStorage.add_member(:size_in_gi_b, Shapes::ShapeRef.new(shape: EphemeralStorageSize, required: true, location_name: "sizeInGiB"))
347
+ EcsEphemeralStorage.struct_class = Types::EcsEphemeralStorage
348
+
349
+ EcsInferenceAcceleratorOverride.add_member(:device_name, Shapes::ShapeRef.new(shape: String, location_name: "deviceName"))
350
+ EcsInferenceAcceleratorOverride.add_member(:device_type, Shapes::ShapeRef.new(shape: String, location_name: "deviceType"))
351
+ EcsInferenceAcceleratorOverride.struct_class = Types::EcsInferenceAcceleratorOverride
352
+
353
+ EcsInferenceAcceleratorOverrideList.member = Shapes::ShapeRef.new(shape: EcsInferenceAcceleratorOverride)
354
+
355
+ EcsResourceRequirement.add_member(:type, Shapes::ShapeRef.new(shape: EcsResourceRequirementType, required: true, location_name: "type"))
356
+ EcsResourceRequirement.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
357
+ EcsResourceRequirement.struct_class = Types::EcsResourceRequirement
358
+
359
+ EcsResourceRequirementsList.member = Shapes::ShapeRef.new(shape: EcsResourceRequirement)
360
+
361
+ EcsTaskOverride.add_member(:container_overrides, Shapes::ShapeRef.new(shape: EcsContainerOverrideList, location_name: "ContainerOverrides"))
362
+ EcsTaskOverride.add_member(:cpu, Shapes::ShapeRef.new(shape: String, location_name: "Cpu"))
363
+ EcsTaskOverride.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EcsEphemeralStorage, location_name: "EphemeralStorage"))
364
+ EcsTaskOverride.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ArnOrJsonPath, location_name: "ExecutionRoleArn"))
365
+ EcsTaskOverride.add_member(:inference_accelerator_overrides, Shapes::ShapeRef.new(shape: EcsInferenceAcceleratorOverrideList, location_name: "InferenceAcceleratorOverrides"))
366
+ EcsTaskOverride.add_member(:memory, Shapes::ShapeRef.new(shape: String, location_name: "Memory"))
367
+ EcsTaskOverride.add_member(:task_role_arn, Shapes::ShapeRef.new(shape: ArnOrJsonPath, location_name: "TaskRoleArn"))
368
+ EcsTaskOverride.struct_class = Types::EcsTaskOverride
369
+
370
+ EventBridgeEventResourceList.member = Shapes::ShapeRef.new(shape: ArnOrJsonPath)
371
+
372
+ Filter.add_member(:pattern, Shapes::ShapeRef.new(shape: EventPattern, location_name: "Pattern"))
373
+ Filter.struct_class = Types::Filter
374
+
375
+ FilterCriteria.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
376
+ FilterCriteria.struct_class = Types::FilterCriteria
377
+
378
+ FilterList.member = Shapes::ShapeRef.new(shape: Filter)
379
+
380
+ HeaderParametersMap.key = Shapes::ShapeRef.new(shape: HeaderKey)
381
+ HeaderParametersMap.value = Shapes::ShapeRef.new(shape: HeaderValue)
382
+
383
+ InternalException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
384
+ InternalException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
385
+ InternalException.struct_class = Types::InternalException
386
+
387
+ KafkaBootstrapServers.member = Shapes::ShapeRef.new(shape: EndpointString)
388
+
389
+ ListPipesRequest.add_member(:current_state, Shapes::ShapeRef.new(shape: PipeState, location: "querystring", location_name: "CurrentState"))
390
+ ListPipesRequest.add_member(:desired_state, Shapes::ShapeRef.new(shape: RequestedPipeState, location: "querystring", location_name: "DesiredState"))
391
+ ListPipesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: LimitMax100, location: "querystring", location_name: "Limit"))
392
+ ListPipesRequest.add_member(:name_prefix, Shapes::ShapeRef.new(shape: PipeName, location: "querystring", location_name: "NamePrefix"))
393
+ ListPipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
394
+ ListPipesRequest.add_member(:source_prefix, Shapes::ShapeRef.new(shape: ResourceArn, location: "querystring", location_name: "SourcePrefix"))
395
+ ListPipesRequest.add_member(:target_prefix, Shapes::ShapeRef.new(shape: ResourceArn, location: "querystring", location_name: "TargetPrefix"))
396
+ ListPipesRequest.struct_class = Types::ListPipesRequest
397
+
398
+ ListPipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
399
+ ListPipesResponse.add_member(:pipes, Shapes::ShapeRef.new(shape: PipeList, location_name: "Pipes"))
400
+ ListPipesResponse.struct_class = Types::ListPipesResponse
401
+
402
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: PipeArn, required: true, location: "uri", location_name: "resourceArn"))
403
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
404
+
405
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
406
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
407
+
408
+ MQBrokerAccessCredentials.add_member(:basic_auth, Shapes::ShapeRef.new(shape: SecretManagerArn, location_name: "BasicAuth"))
409
+ MQBrokerAccessCredentials.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
410
+ MQBrokerAccessCredentials.add_member_subclass(:basic_auth, Types::MQBrokerAccessCredentials::BasicAuth)
411
+ MQBrokerAccessCredentials.add_member_subclass(:unknown, Types::MQBrokerAccessCredentials::Unknown)
412
+ MQBrokerAccessCredentials.struct_class = Types::MQBrokerAccessCredentials
413
+
414
+ MSKAccessCredentials.add_member(:client_certificate_tls_auth, Shapes::ShapeRef.new(shape: SecretManagerArn, location_name: "ClientCertificateTlsAuth"))
415
+ MSKAccessCredentials.add_member(:sasl_scram_512_auth, Shapes::ShapeRef.new(shape: SecretManagerArn, location_name: "SaslScram512Auth"))
416
+ MSKAccessCredentials.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
417
+ MSKAccessCredentials.add_member_subclass(:client_certificate_tls_auth, Types::MSKAccessCredentials::ClientCertificateTlsAuth)
418
+ MSKAccessCredentials.add_member_subclass(:sasl_scram_512_auth, Types::MSKAccessCredentials::SaslScram512Auth)
419
+ MSKAccessCredentials.add_member_subclass(:unknown, Types::MSKAccessCredentials::Unknown)
420
+ MSKAccessCredentials.struct_class = Types::MSKAccessCredentials
421
+
422
+ NetworkConfiguration.add_member(:awsvpc_configuration, Shapes::ShapeRef.new(shape: AwsVpcConfiguration, location_name: "awsvpcConfiguration"))
423
+ NetworkConfiguration.struct_class = Types::NetworkConfiguration
424
+
425
+ NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
426
+ NotFoundException.struct_class = Types::NotFoundException
427
+
428
+ PathParameterList.member = Shapes::ShapeRef.new(shape: PathParameter)
429
+
430
+ Pipe.add_member(:arn, Shapes::ShapeRef.new(shape: PipeArn, location_name: "Arn"))
431
+ Pipe.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
432
+ Pipe.add_member(:current_state, Shapes::ShapeRef.new(shape: PipeState, location_name: "CurrentState"))
433
+ Pipe.add_member(:desired_state, Shapes::ShapeRef.new(shape: RequestedPipeState, location_name: "DesiredState"))
434
+ Pipe.add_member(:enrichment, Shapes::ShapeRef.new(shape: OptionalArn, location_name: "Enrichment"))
435
+ Pipe.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
436
+ Pipe.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, location_name: "Name"))
437
+ Pipe.add_member(:source, Shapes::ShapeRef.new(shape: ArnOrUrl, location_name: "Source"))
438
+ Pipe.add_member(:state_reason, Shapes::ShapeRef.new(shape: PipeStateReason, location_name: "StateReason"))
439
+ Pipe.add_member(:target, Shapes::ShapeRef.new(shape: Arn, location_name: "Target"))
440
+ Pipe.struct_class = Types::Pipe
441
+
442
+ PipeEnrichmentHttpParameters.add_member(:header_parameters, Shapes::ShapeRef.new(shape: HeaderParametersMap, location_name: "HeaderParameters"))
443
+ PipeEnrichmentHttpParameters.add_member(:path_parameter_values, Shapes::ShapeRef.new(shape: PathParameterList, location_name: "PathParameterValues"))
444
+ PipeEnrichmentHttpParameters.add_member(:query_string_parameters, Shapes::ShapeRef.new(shape: QueryStringParametersMap, location_name: "QueryStringParameters"))
445
+ PipeEnrichmentHttpParameters.struct_class = Types::PipeEnrichmentHttpParameters
446
+
447
+ PipeEnrichmentParameters.add_member(:http_parameters, Shapes::ShapeRef.new(shape: PipeEnrichmentHttpParameters, location_name: "HttpParameters"))
448
+ PipeEnrichmentParameters.add_member(:input_template, Shapes::ShapeRef.new(shape: InputTemplate, location_name: "InputTemplate"))
449
+ PipeEnrichmentParameters.struct_class = Types::PipeEnrichmentParameters
450
+
451
+ PipeList.member = Shapes::ShapeRef.new(shape: Pipe)
452
+
453
+ PipeSourceActiveMQBrokerParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
454
+ PipeSourceActiveMQBrokerParameters.add_member(:credentials, Shapes::ShapeRef.new(shape: MQBrokerAccessCredentials, required: true, location_name: "Credentials"))
455
+ PipeSourceActiveMQBrokerParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
456
+ PipeSourceActiveMQBrokerParameters.add_member(:queue_name, Shapes::ShapeRef.new(shape: MQBrokerQueueName, required: true, location_name: "QueueName"))
457
+ PipeSourceActiveMQBrokerParameters.struct_class = Types::PipeSourceActiveMQBrokerParameters
458
+
459
+ PipeSourceDynamoDBStreamParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax1000, location_name: "BatchSize"))
460
+ PipeSourceDynamoDBStreamParameters.add_member(:dead_letter_config, Shapes::ShapeRef.new(shape: DeadLetterConfig, location_name: "DeadLetterConfig"))
461
+ PipeSourceDynamoDBStreamParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
462
+ PipeSourceDynamoDBStreamParameters.add_member(:maximum_record_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumRecordAgeInSeconds, location_name: "MaximumRecordAgeInSeconds"))
463
+ PipeSourceDynamoDBStreamParameters.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsESM, location_name: "MaximumRetryAttempts"))
464
+ PipeSourceDynamoDBStreamParameters.add_member(:on_partial_batch_item_failure, Shapes::ShapeRef.new(shape: OnPartialBatchItemFailureStreams, location_name: "OnPartialBatchItemFailure"))
465
+ PipeSourceDynamoDBStreamParameters.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: LimitMax10, location_name: "ParallelizationFactor"))
466
+ PipeSourceDynamoDBStreamParameters.add_member(:starting_position, Shapes::ShapeRef.new(shape: DynamoDBStreamStartPosition, required: true, location_name: "StartingPosition"))
467
+ PipeSourceDynamoDBStreamParameters.struct_class = Types::PipeSourceDynamoDBStreamParameters
468
+
469
+ PipeSourceKinesisStreamParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
470
+ PipeSourceKinesisStreamParameters.add_member(:dead_letter_config, Shapes::ShapeRef.new(shape: DeadLetterConfig, location_name: "DeadLetterConfig"))
471
+ PipeSourceKinesisStreamParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
472
+ PipeSourceKinesisStreamParameters.add_member(:maximum_record_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumRecordAgeInSeconds, location_name: "MaximumRecordAgeInSeconds"))
473
+ PipeSourceKinesisStreamParameters.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsESM, location_name: "MaximumRetryAttempts"))
474
+ PipeSourceKinesisStreamParameters.add_member(:on_partial_batch_item_failure, Shapes::ShapeRef.new(shape: OnPartialBatchItemFailureStreams, location_name: "OnPartialBatchItemFailure"))
475
+ PipeSourceKinesisStreamParameters.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: LimitMax10, location_name: "ParallelizationFactor"))
476
+ PipeSourceKinesisStreamParameters.add_member(:starting_position, Shapes::ShapeRef.new(shape: KinesisStreamStartPosition, required: true, location_name: "StartingPosition"))
477
+ PipeSourceKinesisStreamParameters.add_member(:starting_position_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartingPositionTimestamp"))
478
+ PipeSourceKinesisStreamParameters.struct_class = Types::PipeSourceKinesisStreamParameters
479
+
480
+ PipeSourceManagedStreamingKafkaParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
481
+ PipeSourceManagedStreamingKafkaParameters.add_member(:consumer_group_id, Shapes::ShapeRef.new(shape: URI, location_name: "ConsumerGroupID"))
482
+ PipeSourceManagedStreamingKafkaParameters.add_member(:credentials, Shapes::ShapeRef.new(shape: MSKAccessCredentials, location_name: "Credentials"))
483
+ PipeSourceManagedStreamingKafkaParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
484
+ PipeSourceManagedStreamingKafkaParameters.add_member(:starting_position, Shapes::ShapeRef.new(shape: MSKStartPosition, location_name: "StartingPosition"))
485
+ PipeSourceManagedStreamingKafkaParameters.add_member(:topic_name, Shapes::ShapeRef.new(shape: KafkaTopicName, required: true, location_name: "TopicName"))
486
+ PipeSourceManagedStreamingKafkaParameters.struct_class = Types::PipeSourceManagedStreamingKafkaParameters
487
+
488
+ PipeSourceParameters.add_member(:active_mq_broker_parameters, Shapes::ShapeRef.new(shape: PipeSourceActiveMQBrokerParameters, location_name: "ActiveMQBrokerParameters"))
489
+ PipeSourceParameters.add_member(:dynamo_db_stream_parameters, Shapes::ShapeRef.new(shape: PipeSourceDynamoDBStreamParameters, location_name: "DynamoDBStreamParameters"))
490
+ PipeSourceParameters.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
491
+ PipeSourceParameters.add_member(:kinesis_stream_parameters, Shapes::ShapeRef.new(shape: PipeSourceKinesisStreamParameters, location_name: "KinesisStreamParameters"))
492
+ PipeSourceParameters.add_member(:managed_streaming_kafka_parameters, Shapes::ShapeRef.new(shape: PipeSourceManagedStreamingKafkaParameters, location_name: "ManagedStreamingKafkaParameters"))
493
+ PipeSourceParameters.add_member(:rabbit_mq_broker_parameters, Shapes::ShapeRef.new(shape: PipeSourceRabbitMQBrokerParameters, location_name: "RabbitMQBrokerParameters"))
494
+ PipeSourceParameters.add_member(:self_managed_kafka_parameters, Shapes::ShapeRef.new(shape: PipeSourceSelfManagedKafkaParameters, location_name: "SelfManagedKafkaParameters"))
495
+ PipeSourceParameters.add_member(:sqs_queue_parameters, Shapes::ShapeRef.new(shape: PipeSourceSqsQueueParameters, location_name: "SqsQueueParameters"))
496
+ PipeSourceParameters.struct_class = Types::PipeSourceParameters
497
+
498
+ PipeSourceRabbitMQBrokerParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
499
+ PipeSourceRabbitMQBrokerParameters.add_member(:credentials, Shapes::ShapeRef.new(shape: MQBrokerAccessCredentials, required: true, location_name: "Credentials"))
500
+ PipeSourceRabbitMQBrokerParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
501
+ PipeSourceRabbitMQBrokerParameters.add_member(:queue_name, Shapes::ShapeRef.new(shape: MQBrokerQueueName, required: true, location_name: "QueueName"))
502
+ PipeSourceRabbitMQBrokerParameters.add_member(:virtual_host, Shapes::ShapeRef.new(shape: URI, location_name: "VirtualHost"))
503
+ PipeSourceRabbitMQBrokerParameters.struct_class = Types::PipeSourceRabbitMQBrokerParameters
504
+
505
+ PipeSourceSelfManagedKafkaParameters.add_member(:additional_bootstrap_servers, Shapes::ShapeRef.new(shape: KafkaBootstrapServers, location_name: "AdditionalBootstrapServers"))
506
+ PipeSourceSelfManagedKafkaParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
507
+ PipeSourceSelfManagedKafkaParameters.add_member(:consumer_group_id, Shapes::ShapeRef.new(shape: URI, location_name: "ConsumerGroupID"))
508
+ PipeSourceSelfManagedKafkaParameters.add_member(:credentials, Shapes::ShapeRef.new(shape: SelfManagedKafkaAccessConfigurationCredentials, location_name: "Credentials"))
509
+ PipeSourceSelfManagedKafkaParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
510
+ PipeSourceSelfManagedKafkaParameters.add_member(:server_root_ca_certificate, Shapes::ShapeRef.new(shape: SecretManagerArn, location_name: "ServerRootCaCertificate"))
511
+ PipeSourceSelfManagedKafkaParameters.add_member(:starting_position, Shapes::ShapeRef.new(shape: SelfManagedKafkaStartPosition, location_name: "StartingPosition"))
512
+ PipeSourceSelfManagedKafkaParameters.add_member(:topic_name, Shapes::ShapeRef.new(shape: KafkaTopicName, required: true, location_name: "TopicName"))
513
+ PipeSourceSelfManagedKafkaParameters.add_member(:vpc, Shapes::ShapeRef.new(shape: SelfManagedKafkaAccessConfigurationVpc, location_name: "Vpc"))
514
+ PipeSourceSelfManagedKafkaParameters.struct_class = Types::PipeSourceSelfManagedKafkaParameters
515
+
516
+ PipeSourceSqsQueueParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
517
+ PipeSourceSqsQueueParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
518
+ PipeSourceSqsQueueParameters.struct_class = Types::PipeSourceSqsQueueParameters
519
+
520
+ PipeTargetBatchJobParameters.add_member(:array_properties, Shapes::ShapeRef.new(shape: BatchArrayProperties, location_name: "ArrayProperties"))
521
+ PipeTargetBatchJobParameters.add_member(:container_overrides, Shapes::ShapeRef.new(shape: BatchContainerOverrides, location_name: "ContainerOverrides"))
522
+ PipeTargetBatchJobParameters.add_member(:depends_on, Shapes::ShapeRef.new(shape: BatchDependsOn, location_name: "DependsOn"))
523
+ PipeTargetBatchJobParameters.add_member(:job_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "JobDefinition"))
524
+ PipeTargetBatchJobParameters.add_member(:job_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "JobName"))
525
+ PipeTargetBatchJobParameters.add_member(:parameters, Shapes::ShapeRef.new(shape: BatchParametersMap, location_name: "Parameters"))
526
+ PipeTargetBatchJobParameters.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: BatchRetryStrategy, location_name: "RetryStrategy"))
527
+ PipeTargetBatchJobParameters.struct_class = Types::PipeTargetBatchJobParameters
528
+
529
+ PipeTargetCloudWatchLogsParameters.add_member(:log_stream_name, Shapes::ShapeRef.new(shape: LogStreamName, location_name: "LogStreamName"))
530
+ PipeTargetCloudWatchLogsParameters.add_member(:timestamp, Shapes::ShapeRef.new(shape: JsonPath, location_name: "Timestamp"))
531
+ PipeTargetCloudWatchLogsParameters.struct_class = Types::PipeTargetCloudWatchLogsParameters
532
+
533
+ PipeTargetEcsTaskParameters.add_member(:capacity_provider_strategy, Shapes::ShapeRef.new(shape: CapacityProviderStrategy, location_name: "CapacityProviderStrategy"))
534
+ PipeTargetEcsTaskParameters.add_member(:enable_ecs_managed_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableECSManagedTags"))
535
+ PipeTargetEcsTaskParameters.add_member(:enable_execute_command, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableExecuteCommand"))
536
+ PipeTargetEcsTaskParameters.add_member(:group, Shapes::ShapeRef.new(shape: String, location_name: "Group"))
537
+ PipeTargetEcsTaskParameters.add_member(:launch_type, Shapes::ShapeRef.new(shape: LaunchType, location_name: "LaunchType"))
538
+ PipeTargetEcsTaskParameters.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "NetworkConfiguration"))
539
+ PipeTargetEcsTaskParameters.add_member(:overrides, Shapes::ShapeRef.new(shape: EcsTaskOverride, location_name: "Overrides"))
540
+ PipeTargetEcsTaskParameters.add_member(:placement_constraints, Shapes::ShapeRef.new(shape: PlacementConstraints, location_name: "PlacementConstraints"))
541
+ PipeTargetEcsTaskParameters.add_member(:placement_strategy, Shapes::ShapeRef.new(shape: PlacementStrategies, location_name: "PlacementStrategy"))
542
+ PipeTargetEcsTaskParameters.add_member(:platform_version, Shapes::ShapeRef.new(shape: String, location_name: "PlatformVersion"))
543
+ PipeTargetEcsTaskParameters.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: PropagateTags, location_name: "PropagateTags"))
544
+ PipeTargetEcsTaskParameters.add_member(:reference_id, Shapes::ShapeRef.new(shape: ReferenceId, location_name: "ReferenceId"))
545
+ PipeTargetEcsTaskParameters.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
546
+ PipeTargetEcsTaskParameters.add_member(:task_count, Shapes::ShapeRef.new(shape: LimitMin1, location_name: "TaskCount"))
547
+ PipeTargetEcsTaskParameters.add_member(:task_definition_arn, Shapes::ShapeRef.new(shape: ArnOrJsonPath, required: true, location_name: "TaskDefinitionArn"))
548
+ PipeTargetEcsTaskParameters.struct_class = Types::PipeTargetEcsTaskParameters
549
+
550
+ PipeTargetEventBridgeEventBusParameters.add_member(:detail_type, Shapes::ShapeRef.new(shape: EventBridgeDetailType, location_name: "DetailType"))
551
+ PipeTargetEventBridgeEventBusParameters.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EventBridgeEndpointId, location_name: "EndpointId"))
552
+ PipeTargetEventBridgeEventBusParameters.add_member(:resources, Shapes::ShapeRef.new(shape: EventBridgeEventResourceList, location_name: "Resources"))
553
+ PipeTargetEventBridgeEventBusParameters.add_member(:source, Shapes::ShapeRef.new(shape: EventBridgeEventSource, location_name: "Source"))
554
+ PipeTargetEventBridgeEventBusParameters.add_member(:time, Shapes::ShapeRef.new(shape: JsonPath, location_name: "Time"))
555
+ PipeTargetEventBridgeEventBusParameters.struct_class = Types::PipeTargetEventBridgeEventBusParameters
556
+
557
+ PipeTargetHttpParameters.add_member(:header_parameters, Shapes::ShapeRef.new(shape: HeaderParametersMap, location_name: "HeaderParameters"))
558
+ PipeTargetHttpParameters.add_member(:path_parameter_values, Shapes::ShapeRef.new(shape: PathParameterList, location_name: "PathParameterValues"))
559
+ PipeTargetHttpParameters.add_member(:query_string_parameters, Shapes::ShapeRef.new(shape: QueryStringParametersMap, location_name: "QueryStringParameters"))
560
+ PipeTargetHttpParameters.struct_class = Types::PipeTargetHttpParameters
561
+
562
+ PipeTargetKinesisStreamParameters.add_member(:partition_key, Shapes::ShapeRef.new(shape: KinesisPartitionKey, required: true, location_name: "PartitionKey"))
563
+ PipeTargetKinesisStreamParameters.struct_class = Types::PipeTargetKinesisStreamParameters
564
+
565
+ PipeTargetLambdaFunctionParameters.add_member(:invocation_type, Shapes::ShapeRef.new(shape: PipeTargetInvocationType, location_name: "InvocationType"))
566
+ PipeTargetLambdaFunctionParameters.struct_class = Types::PipeTargetLambdaFunctionParameters
567
+
568
+ PipeTargetParameters.add_member(:batch_job_parameters, Shapes::ShapeRef.new(shape: PipeTargetBatchJobParameters, location_name: "BatchJobParameters"))
569
+ PipeTargetParameters.add_member(:cloud_watch_logs_parameters, Shapes::ShapeRef.new(shape: PipeTargetCloudWatchLogsParameters, location_name: "CloudWatchLogsParameters"))
570
+ PipeTargetParameters.add_member(:ecs_task_parameters, Shapes::ShapeRef.new(shape: PipeTargetEcsTaskParameters, location_name: "EcsTaskParameters"))
571
+ PipeTargetParameters.add_member(:event_bridge_event_bus_parameters, Shapes::ShapeRef.new(shape: PipeTargetEventBridgeEventBusParameters, location_name: "EventBridgeEventBusParameters"))
572
+ PipeTargetParameters.add_member(:http_parameters, Shapes::ShapeRef.new(shape: PipeTargetHttpParameters, location_name: "HttpParameters"))
573
+ PipeTargetParameters.add_member(:input_template, Shapes::ShapeRef.new(shape: InputTemplate, location_name: "InputTemplate"))
574
+ PipeTargetParameters.add_member(:kinesis_stream_parameters, Shapes::ShapeRef.new(shape: PipeTargetKinesisStreamParameters, location_name: "KinesisStreamParameters"))
575
+ PipeTargetParameters.add_member(:lambda_function_parameters, Shapes::ShapeRef.new(shape: PipeTargetLambdaFunctionParameters, location_name: "LambdaFunctionParameters"))
576
+ PipeTargetParameters.add_member(:redshift_data_parameters, Shapes::ShapeRef.new(shape: PipeTargetRedshiftDataParameters, location_name: "RedshiftDataParameters"))
577
+ PipeTargetParameters.add_member(:sage_maker_pipeline_parameters, Shapes::ShapeRef.new(shape: PipeTargetSageMakerPipelineParameters, location_name: "SageMakerPipelineParameters"))
578
+ PipeTargetParameters.add_member(:sqs_queue_parameters, Shapes::ShapeRef.new(shape: PipeTargetSqsQueueParameters, location_name: "SqsQueueParameters"))
579
+ PipeTargetParameters.add_member(:step_function_state_machine_parameters, Shapes::ShapeRef.new(shape: PipeTargetStateMachineParameters, location_name: "StepFunctionStateMachineParameters"))
580
+ PipeTargetParameters.struct_class = Types::PipeTargetParameters
581
+
582
+ PipeTargetRedshiftDataParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
583
+ PipeTargetRedshiftDataParameters.add_member(:db_user, Shapes::ShapeRef.new(shape: DbUser, location_name: "DbUser"))
584
+ PipeTargetRedshiftDataParameters.add_member(:secret_manager_arn, Shapes::ShapeRef.new(shape: SecretManagerArnOrJsonPath, location_name: "SecretManagerArn"))
585
+ PipeTargetRedshiftDataParameters.add_member(:sqls, Shapes::ShapeRef.new(shape: Sqls, required: true, location_name: "Sqls"))
586
+ PipeTargetRedshiftDataParameters.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, location_name: "StatementName"))
587
+ PipeTargetRedshiftDataParameters.add_member(:with_event, Shapes::ShapeRef.new(shape: Boolean, location_name: "WithEvent"))
588
+ PipeTargetRedshiftDataParameters.struct_class = Types::PipeTargetRedshiftDataParameters
589
+
590
+ PipeTargetSageMakerPipelineParameters.add_member(:pipeline_parameter_list, Shapes::ShapeRef.new(shape: SageMakerPipelineParameterList, location_name: "PipelineParameterList"))
591
+ PipeTargetSageMakerPipelineParameters.struct_class = Types::PipeTargetSageMakerPipelineParameters
592
+
593
+ PipeTargetSqsQueueParameters.add_member(:message_deduplication_id, Shapes::ShapeRef.new(shape: MessageDeduplicationId, location_name: "MessageDeduplicationId"))
594
+ PipeTargetSqsQueueParameters.add_member(:message_group_id, Shapes::ShapeRef.new(shape: MessageGroupId, location_name: "MessageGroupId"))
595
+ PipeTargetSqsQueueParameters.struct_class = Types::PipeTargetSqsQueueParameters
596
+
597
+ PipeTargetStateMachineParameters.add_member(:invocation_type, Shapes::ShapeRef.new(shape: PipeTargetInvocationType, location_name: "InvocationType"))
598
+ PipeTargetStateMachineParameters.struct_class = Types::PipeTargetStateMachineParameters
599
+
600
+ PlacementConstraint.add_member(:expression, Shapes::ShapeRef.new(shape: PlacementConstraintExpression, location_name: "expression"))
601
+ PlacementConstraint.add_member(:type, Shapes::ShapeRef.new(shape: PlacementConstraintType, location_name: "type"))
602
+ PlacementConstraint.struct_class = Types::PlacementConstraint
603
+
604
+ PlacementConstraints.member = Shapes::ShapeRef.new(shape: PlacementConstraint)
605
+
606
+ PlacementStrategies.member = Shapes::ShapeRef.new(shape: PlacementStrategy)
607
+
608
+ PlacementStrategy.add_member(:field, Shapes::ShapeRef.new(shape: PlacementStrategyField, location_name: "field"))
609
+ PlacementStrategy.add_member(:type, Shapes::ShapeRef.new(shape: PlacementStrategyType, location_name: "type"))
610
+ PlacementStrategy.struct_class = Types::PlacementStrategy
611
+
612
+ QueryStringParametersMap.key = Shapes::ShapeRef.new(shape: QueryStringKey)
613
+ QueryStringParametersMap.value = Shapes::ShapeRef.new(shape: QueryStringValue)
614
+
615
+ SageMakerPipelineParameter.add_member(:name, Shapes::ShapeRef.new(shape: SageMakerPipelineParameterName, required: true, location_name: "Name"))
616
+ SageMakerPipelineParameter.add_member(:value, Shapes::ShapeRef.new(shape: SageMakerPipelineParameterValue, required: true, location_name: "Value"))
617
+ SageMakerPipelineParameter.struct_class = Types::SageMakerPipelineParameter
618
+
619
+ SageMakerPipelineParameterList.member = Shapes::ShapeRef.new(shape: SageMakerPipelineParameter)
620
+
621
+ SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
622
+
623
+ SecurityGroups.member = Shapes::ShapeRef.new(shape: SecurityGroup)
624
+
625
+ SelfManagedKafkaAccessConfigurationCredentials.add_member(:basic_auth, Shapes::ShapeRef.new(shape: SecretManagerArn, location_name: "BasicAuth"))
626
+ SelfManagedKafkaAccessConfigurationCredentials.add_member(:client_certificate_tls_auth, Shapes::ShapeRef.new(shape: SecretManagerArn, location_name: "ClientCertificateTlsAuth"))
627
+ SelfManagedKafkaAccessConfigurationCredentials.add_member(:sasl_scram_256_auth, Shapes::ShapeRef.new(shape: SecretManagerArn, location_name: "SaslScram256Auth"))
628
+ SelfManagedKafkaAccessConfigurationCredentials.add_member(:sasl_scram_512_auth, Shapes::ShapeRef.new(shape: SecretManagerArn, location_name: "SaslScram512Auth"))
629
+ SelfManagedKafkaAccessConfigurationCredentials.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
630
+ SelfManagedKafkaAccessConfigurationCredentials.add_member_subclass(:basic_auth, Types::SelfManagedKafkaAccessConfigurationCredentials::BasicAuth)
631
+ SelfManagedKafkaAccessConfigurationCredentials.add_member_subclass(:client_certificate_tls_auth, Types::SelfManagedKafkaAccessConfigurationCredentials::ClientCertificateTlsAuth)
632
+ SelfManagedKafkaAccessConfigurationCredentials.add_member_subclass(:sasl_scram_256_auth, Types::SelfManagedKafkaAccessConfigurationCredentials::SaslScram256Auth)
633
+ SelfManagedKafkaAccessConfigurationCredentials.add_member_subclass(:sasl_scram_512_auth, Types::SelfManagedKafkaAccessConfigurationCredentials::SaslScram512Auth)
634
+ SelfManagedKafkaAccessConfigurationCredentials.add_member_subclass(:unknown, Types::SelfManagedKafkaAccessConfigurationCredentials::Unknown)
635
+ SelfManagedKafkaAccessConfigurationCredentials.struct_class = Types::SelfManagedKafkaAccessConfigurationCredentials
636
+
637
+ SelfManagedKafkaAccessConfigurationVpc.add_member(:security_group, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroup"))
638
+ SelfManagedKafkaAccessConfigurationVpc.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "Subnets"))
639
+ SelfManagedKafkaAccessConfigurationVpc.struct_class = Types::SelfManagedKafkaAccessConfigurationVpc
640
+
641
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
642
+ ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
643
+ ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
644
+ ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
645
+ ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceCode"))
646
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
647
+
648
+ Sqls.member = Shapes::ShapeRef.new(shape: Sql)
649
+
650
+ StartPipeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, required: true, location: "uri", location_name: "Name"))
651
+ StartPipeRequest.struct_class = Types::StartPipeRequest
652
+
653
+ StartPipeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PipeArn, location_name: "Arn"))
654
+ StartPipeResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
655
+ StartPipeResponse.add_member(:current_state, Shapes::ShapeRef.new(shape: PipeState, location_name: "CurrentState"))
656
+ StartPipeResponse.add_member(:desired_state, Shapes::ShapeRef.new(shape: RequestedPipeState, location_name: "DesiredState"))
657
+ StartPipeResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
658
+ StartPipeResponse.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, location_name: "Name"))
659
+ StartPipeResponse.struct_class = Types::StartPipeResponse
660
+
661
+ StopPipeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, required: true, location: "uri", location_name: "Name"))
662
+ StopPipeRequest.struct_class = Types::StopPipeRequest
663
+
664
+ StopPipeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PipeArn, location_name: "Arn"))
665
+ StopPipeResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
666
+ StopPipeResponse.add_member(:current_state, Shapes::ShapeRef.new(shape: PipeState, location_name: "CurrentState"))
667
+ StopPipeResponse.add_member(:desired_state, Shapes::ShapeRef.new(shape: RequestedPipeState, location_name: "DesiredState"))
668
+ StopPipeResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
669
+ StopPipeResponse.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, location_name: "Name"))
670
+ StopPipeResponse.struct_class = Types::StopPipeResponse
671
+
672
+ StringList.member = Shapes::ShapeRef.new(shape: String)
673
+
674
+ SubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
675
+
676
+ Subnets.member = Shapes::ShapeRef.new(shape: Subnet)
677
+
678
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
679
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
680
+ Tag.struct_class = Types::Tag
681
+
682
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
683
+
684
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
685
+
686
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
687
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
688
+
689
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: PipeArn, required: true, location: "uri", location_name: "resourceArn"))
690
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
691
+ TagResourceRequest.struct_class = Types::TagResourceRequest
692
+
693
+ TagResourceResponse.struct_class = Types::TagResourceResponse
694
+
695
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
696
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
697
+ ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
698
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
699
+ ThrottlingException.struct_class = Types::ThrottlingException
700
+
701
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: PipeArn, required: true, location: "uri", location_name: "resourceArn"))
702
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
703
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
704
+
705
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
706
+
707
+ UpdatePipeRequest.add_member(:description, Shapes::ShapeRef.new(shape: PipeDescription, location_name: "Description"))
708
+ UpdatePipeRequest.add_member(:desired_state, Shapes::ShapeRef.new(shape: RequestedPipeState, location_name: "DesiredState"))
709
+ UpdatePipeRequest.add_member(:enrichment, Shapes::ShapeRef.new(shape: OptionalArn, location_name: "Enrichment"))
710
+ UpdatePipeRequest.add_member(:enrichment_parameters, Shapes::ShapeRef.new(shape: PipeEnrichmentParameters, location_name: "EnrichmentParameters"))
711
+ UpdatePipeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, required: true, location: "uri", location_name: "Name"))
712
+ UpdatePipeRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
713
+ UpdatePipeRequest.add_member(:source_parameters, Shapes::ShapeRef.new(shape: UpdatePipeSourceParameters, location_name: "SourceParameters"))
714
+ UpdatePipeRequest.add_member(:target, Shapes::ShapeRef.new(shape: Arn, location_name: "Target"))
715
+ UpdatePipeRequest.add_member(:target_parameters, Shapes::ShapeRef.new(shape: PipeTargetParameters, location_name: "TargetParameters"))
716
+ UpdatePipeRequest.struct_class = Types::UpdatePipeRequest
717
+
718
+ UpdatePipeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PipeArn, location_name: "Arn"))
719
+ UpdatePipeResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
720
+ UpdatePipeResponse.add_member(:current_state, Shapes::ShapeRef.new(shape: PipeState, location_name: "CurrentState"))
721
+ UpdatePipeResponse.add_member(:desired_state, Shapes::ShapeRef.new(shape: RequestedPipeState, location_name: "DesiredState"))
722
+ UpdatePipeResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
723
+ UpdatePipeResponse.add_member(:name, Shapes::ShapeRef.new(shape: PipeName, location_name: "Name"))
724
+ UpdatePipeResponse.struct_class = Types::UpdatePipeResponse
725
+
726
+ UpdatePipeSourceActiveMQBrokerParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
727
+ UpdatePipeSourceActiveMQBrokerParameters.add_member(:credentials, Shapes::ShapeRef.new(shape: MQBrokerAccessCredentials, required: true, location_name: "Credentials"))
728
+ UpdatePipeSourceActiveMQBrokerParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
729
+ UpdatePipeSourceActiveMQBrokerParameters.struct_class = Types::UpdatePipeSourceActiveMQBrokerParameters
730
+
731
+ UpdatePipeSourceDynamoDBStreamParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax1000, location_name: "BatchSize"))
732
+ UpdatePipeSourceDynamoDBStreamParameters.add_member(:dead_letter_config, Shapes::ShapeRef.new(shape: DeadLetterConfig, location_name: "DeadLetterConfig"))
733
+ UpdatePipeSourceDynamoDBStreamParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
734
+ UpdatePipeSourceDynamoDBStreamParameters.add_member(:maximum_record_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumRecordAgeInSeconds, location_name: "MaximumRecordAgeInSeconds"))
735
+ UpdatePipeSourceDynamoDBStreamParameters.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsESM, location_name: "MaximumRetryAttempts"))
736
+ UpdatePipeSourceDynamoDBStreamParameters.add_member(:on_partial_batch_item_failure, Shapes::ShapeRef.new(shape: OnPartialBatchItemFailureStreams, location_name: "OnPartialBatchItemFailure"))
737
+ UpdatePipeSourceDynamoDBStreamParameters.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: LimitMax10, location_name: "ParallelizationFactor"))
738
+ UpdatePipeSourceDynamoDBStreamParameters.struct_class = Types::UpdatePipeSourceDynamoDBStreamParameters
739
+
740
+ UpdatePipeSourceKinesisStreamParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
741
+ UpdatePipeSourceKinesisStreamParameters.add_member(:dead_letter_config, Shapes::ShapeRef.new(shape: DeadLetterConfig, location_name: "DeadLetterConfig"))
742
+ UpdatePipeSourceKinesisStreamParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
743
+ UpdatePipeSourceKinesisStreamParameters.add_member(:maximum_record_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumRecordAgeInSeconds, location_name: "MaximumRecordAgeInSeconds"))
744
+ UpdatePipeSourceKinesisStreamParameters.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsESM, location_name: "MaximumRetryAttempts"))
745
+ UpdatePipeSourceKinesisStreamParameters.add_member(:on_partial_batch_item_failure, Shapes::ShapeRef.new(shape: OnPartialBatchItemFailureStreams, location_name: "OnPartialBatchItemFailure"))
746
+ UpdatePipeSourceKinesisStreamParameters.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: LimitMax10, location_name: "ParallelizationFactor"))
747
+ UpdatePipeSourceKinesisStreamParameters.struct_class = Types::UpdatePipeSourceKinesisStreamParameters
748
+
749
+ UpdatePipeSourceManagedStreamingKafkaParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
750
+ UpdatePipeSourceManagedStreamingKafkaParameters.add_member(:credentials, Shapes::ShapeRef.new(shape: MSKAccessCredentials, location_name: "Credentials"))
751
+ UpdatePipeSourceManagedStreamingKafkaParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
752
+ UpdatePipeSourceManagedStreamingKafkaParameters.struct_class = Types::UpdatePipeSourceManagedStreamingKafkaParameters
753
+
754
+ UpdatePipeSourceParameters.add_member(:active_mq_broker_parameters, Shapes::ShapeRef.new(shape: UpdatePipeSourceActiveMQBrokerParameters, location_name: "ActiveMQBrokerParameters"))
755
+ UpdatePipeSourceParameters.add_member(:dynamo_db_stream_parameters, Shapes::ShapeRef.new(shape: UpdatePipeSourceDynamoDBStreamParameters, location_name: "DynamoDBStreamParameters"))
756
+ UpdatePipeSourceParameters.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
757
+ UpdatePipeSourceParameters.add_member(:kinesis_stream_parameters, Shapes::ShapeRef.new(shape: UpdatePipeSourceKinesisStreamParameters, location_name: "KinesisStreamParameters"))
758
+ UpdatePipeSourceParameters.add_member(:managed_streaming_kafka_parameters, Shapes::ShapeRef.new(shape: UpdatePipeSourceManagedStreamingKafkaParameters, location_name: "ManagedStreamingKafkaParameters"))
759
+ UpdatePipeSourceParameters.add_member(:rabbit_mq_broker_parameters, Shapes::ShapeRef.new(shape: UpdatePipeSourceRabbitMQBrokerParameters, location_name: "RabbitMQBrokerParameters"))
760
+ UpdatePipeSourceParameters.add_member(:self_managed_kafka_parameters, Shapes::ShapeRef.new(shape: UpdatePipeSourceSelfManagedKafkaParameters, location_name: "SelfManagedKafkaParameters"))
761
+ UpdatePipeSourceParameters.add_member(:sqs_queue_parameters, Shapes::ShapeRef.new(shape: UpdatePipeSourceSqsQueueParameters, location_name: "SqsQueueParameters"))
762
+ UpdatePipeSourceParameters.struct_class = Types::UpdatePipeSourceParameters
763
+
764
+ UpdatePipeSourceRabbitMQBrokerParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
765
+ UpdatePipeSourceRabbitMQBrokerParameters.add_member(:credentials, Shapes::ShapeRef.new(shape: MQBrokerAccessCredentials, required: true, location_name: "Credentials"))
766
+ UpdatePipeSourceRabbitMQBrokerParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
767
+ UpdatePipeSourceRabbitMQBrokerParameters.struct_class = Types::UpdatePipeSourceRabbitMQBrokerParameters
768
+
769
+ UpdatePipeSourceSelfManagedKafkaParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
770
+ UpdatePipeSourceSelfManagedKafkaParameters.add_member(:credentials, Shapes::ShapeRef.new(shape: SelfManagedKafkaAccessConfigurationCredentials, location_name: "Credentials"))
771
+ UpdatePipeSourceSelfManagedKafkaParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
772
+ UpdatePipeSourceSelfManagedKafkaParameters.add_member(:server_root_ca_certificate, Shapes::ShapeRef.new(shape: SecretManagerArn, location_name: "ServerRootCaCertificate"))
773
+ UpdatePipeSourceSelfManagedKafkaParameters.add_member(:vpc, Shapes::ShapeRef.new(shape: SelfManagedKafkaAccessConfigurationVpc, location_name: "Vpc"))
774
+ UpdatePipeSourceSelfManagedKafkaParameters.struct_class = Types::UpdatePipeSourceSelfManagedKafkaParameters
775
+
776
+ UpdatePipeSourceSqsQueueParameters.add_member(:batch_size, Shapes::ShapeRef.new(shape: LimitMax10000, location_name: "BatchSize"))
777
+ UpdatePipeSourceSqsQueueParameters.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
778
+ UpdatePipeSourceSqsQueueParameters.struct_class = Types::UpdatePipeSourceSqsQueueParameters
779
+
780
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
781
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
782
+ ValidationException.struct_class = Types::ValidationException
783
+
784
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
785
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
786
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
787
+
788
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
789
+
790
+
791
+ # @api private
792
+ API = Seahorse::Model::Api.new.tap do |api|
793
+
794
+ api.version = "2015-10-07"
795
+
796
+ api.metadata = {
797
+ "apiVersion" => "2015-10-07",
798
+ "endpointPrefix" => "pipes",
799
+ "jsonVersion" => "1.1",
800
+ "protocol" => "rest-json",
801
+ "serviceFullName" => "Amazon EventBridge Pipes",
802
+ "serviceId" => "Pipes",
803
+ "signatureVersion" => "v4",
804
+ "signingName" => "pipes",
805
+ "uid" => "pipes-2015-10-07",
806
+ }
807
+
808
+ api.add_operation(:create_pipe, Seahorse::Model::Operation.new.tap do |o|
809
+ o.name = "CreatePipe"
810
+ o.http_method = "POST"
811
+ o.http_request_uri = "/v1/pipes/{Name}"
812
+ o.input = Shapes::ShapeRef.new(shape: CreatePipeRequest)
813
+ o.output = Shapes::ShapeRef.new(shape: CreatePipeResponse)
814
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
815
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
816
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
817
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
818
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
819
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
820
+ end)
821
+
822
+ api.add_operation(:delete_pipe, Seahorse::Model::Operation.new.tap do |o|
823
+ o.name = "DeletePipe"
824
+ o.http_method = "DELETE"
825
+ o.http_request_uri = "/v1/pipes/{Name}"
826
+ o.input = Shapes::ShapeRef.new(shape: DeletePipeRequest)
827
+ o.output = Shapes::ShapeRef.new(shape: DeletePipeResponse)
828
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
829
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
830
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
831
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
832
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
833
+ end)
834
+
835
+ api.add_operation(:describe_pipe, Seahorse::Model::Operation.new.tap do |o|
836
+ o.name = "DescribePipe"
837
+ o.http_method = "GET"
838
+ o.http_request_uri = "/v1/pipes/{Name}"
839
+ o.input = Shapes::ShapeRef.new(shape: DescribePipeRequest)
840
+ o.output = Shapes::ShapeRef.new(shape: DescribePipeResponse)
841
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
842
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
843
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
844
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
845
+ end)
846
+
847
+ api.add_operation(:list_pipes, Seahorse::Model::Operation.new.tap do |o|
848
+ o.name = "ListPipes"
849
+ o.http_method = "GET"
850
+ o.http_request_uri = "/v1/pipes"
851
+ o.input = Shapes::ShapeRef.new(shape: ListPipesRequest)
852
+ o.output = Shapes::ShapeRef.new(shape: ListPipesResponse)
853
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
854
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
855
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
856
+ o[:pager] = Aws::Pager.new(
857
+ limit_key: "limit",
858
+ tokens: {
859
+ "next_token" => "next_token"
860
+ }
861
+ )
862
+ end)
863
+
864
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
865
+ o.name = "ListTagsForResource"
866
+ o.http_method = "GET"
867
+ o.http_request_uri = "/tags/{resourceArn}"
868
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
869
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
870
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
871
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
872
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
873
+ end)
874
+
875
+ api.add_operation(:start_pipe, Seahorse::Model::Operation.new.tap do |o|
876
+ o.name = "StartPipe"
877
+ o.http_method = "POST"
878
+ o.http_request_uri = "/v1/pipes/{Name}/start"
879
+ o.input = Shapes::ShapeRef.new(shape: StartPipeRequest)
880
+ o.output = Shapes::ShapeRef.new(shape: StartPipeResponse)
881
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
882
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
883
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
884
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
885
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
886
+ end)
887
+
888
+ api.add_operation(:stop_pipe, Seahorse::Model::Operation.new.tap do |o|
889
+ o.name = "StopPipe"
890
+ o.http_method = "POST"
891
+ o.http_request_uri = "/v1/pipes/{Name}/stop"
892
+ o.input = Shapes::ShapeRef.new(shape: StopPipeRequest)
893
+ o.output = Shapes::ShapeRef.new(shape: StopPipeResponse)
894
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
895
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
896
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
897
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
898
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
899
+ end)
900
+
901
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
902
+ o.name = "TagResource"
903
+ o.http_method = "POST"
904
+ o.http_request_uri = "/tags/{resourceArn}"
905
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
906
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
907
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
908
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
909
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
910
+ end)
911
+
912
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
913
+ o.name = "UntagResource"
914
+ o.http_method = "DELETE"
915
+ o.http_request_uri = "/tags/{resourceArn}"
916
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
917
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
918
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
919
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
920
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
921
+ end)
922
+
923
+ api.add_operation(:update_pipe, Seahorse::Model::Operation.new.tap do |o|
924
+ o.name = "UpdatePipe"
925
+ o.http_method = "PUT"
926
+ o.http_request_uri = "/v1/pipes/{Name}"
927
+ o.input = Shapes::ShapeRef.new(shape: UpdatePipeRequest)
928
+ o.output = Shapes::ShapeRef.new(shape: UpdatePipeResponse)
929
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
930
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
931
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
932
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
933
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
934
+ end)
935
+ end
936
+
937
+ end
938
+ end