aws-sdk-kafkaconnect 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-kafkaconnect/client.rb +1035 -0
- data/lib/aws-sdk-kafkaconnect/client_api.rb +727 -0
- data/lib/aws-sdk-kafkaconnect/customizations.rb +0 -0
- data/lib/aws-sdk-kafkaconnect/errors.rb +166 -0
- data/lib/aws-sdk-kafkaconnect/resource.rb +26 -0
- data/lib/aws-sdk-kafkaconnect/types.rb +2341 -0
- data/lib/aws-sdk-kafkaconnect.rb +53 -0
- metadata +90 -0
@@ -0,0 +1,727 @@
|
|
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::KafkaConnect
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
ApacheKafkaCluster = Shapes::StructureShape.new(name: 'ApacheKafkaCluster')
|
17
|
+
ApacheKafkaClusterDescription = Shapes::StructureShape.new(name: 'ApacheKafkaClusterDescription')
|
18
|
+
AutoScaling = Shapes::StructureShape.new(name: 'AutoScaling')
|
19
|
+
AutoScalingDescription = Shapes::StructureShape.new(name: 'AutoScalingDescription')
|
20
|
+
AutoScalingUpdate = Shapes::StructureShape.new(name: 'AutoScalingUpdate')
|
21
|
+
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
22
|
+
Capacity = Shapes::StructureShape.new(name: 'Capacity')
|
23
|
+
CapacityDescription = Shapes::StructureShape.new(name: 'CapacityDescription')
|
24
|
+
CapacityUpdate = Shapes::StructureShape.new(name: 'CapacityUpdate')
|
25
|
+
CloudWatchLogsLogDelivery = Shapes::StructureShape.new(name: 'CloudWatchLogsLogDelivery')
|
26
|
+
CloudWatchLogsLogDeliveryDescription = Shapes::StructureShape.new(name: 'CloudWatchLogsLogDeliveryDescription')
|
27
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
28
|
+
ConnectorState = Shapes::StringShape.new(name: 'ConnectorState')
|
29
|
+
ConnectorSummary = Shapes::StructureShape.new(name: 'ConnectorSummary')
|
30
|
+
CreateConnectorRequest = Shapes::StructureShape.new(name: 'CreateConnectorRequest')
|
31
|
+
CreateConnectorResponse = Shapes::StructureShape.new(name: 'CreateConnectorResponse')
|
32
|
+
CreateCustomPluginRequest = Shapes::StructureShape.new(name: 'CreateCustomPluginRequest')
|
33
|
+
CreateCustomPluginResponse = Shapes::StructureShape.new(name: 'CreateCustomPluginResponse')
|
34
|
+
CreateWorkerConfigurationRequest = Shapes::StructureShape.new(name: 'CreateWorkerConfigurationRequest')
|
35
|
+
CreateWorkerConfigurationResponse = Shapes::StructureShape.new(name: 'CreateWorkerConfigurationResponse')
|
36
|
+
CustomPlugin = Shapes::StructureShape.new(name: 'CustomPlugin')
|
37
|
+
CustomPluginContentType = Shapes::StringShape.new(name: 'CustomPluginContentType')
|
38
|
+
CustomPluginDescription = Shapes::StructureShape.new(name: 'CustomPluginDescription')
|
39
|
+
CustomPluginFileDescription = Shapes::StructureShape.new(name: 'CustomPluginFileDescription')
|
40
|
+
CustomPluginLocation = Shapes::StructureShape.new(name: 'CustomPluginLocation')
|
41
|
+
CustomPluginLocationDescription = Shapes::StructureShape.new(name: 'CustomPluginLocationDescription')
|
42
|
+
CustomPluginRevisionSummary = Shapes::StructureShape.new(name: 'CustomPluginRevisionSummary')
|
43
|
+
CustomPluginState = Shapes::StringShape.new(name: 'CustomPluginState')
|
44
|
+
CustomPluginSummary = Shapes::StructureShape.new(name: 'CustomPluginSummary')
|
45
|
+
DeleteConnectorRequest = Shapes::StructureShape.new(name: 'DeleteConnectorRequest')
|
46
|
+
DeleteConnectorResponse = Shapes::StructureShape.new(name: 'DeleteConnectorResponse')
|
47
|
+
DescribeConnectorRequest = Shapes::StructureShape.new(name: 'DescribeConnectorRequest')
|
48
|
+
DescribeConnectorResponse = Shapes::StructureShape.new(name: 'DescribeConnectorResponse')
|
49
|
+
DescribeCustomPluginRequest = Shapes::StructureShape.new(name: 'DescribeCustomPluginRequest')
|
50
|
+
DescribeCustomPluginResponse = Shapes::StructureShape.new(name: 'DescribeCustomPluginResponse')
|
51
|
+
DescribeWorkerConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeWorkerConfigurationRequest')
|
52
|
+
DescribeWorkerConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeWorkerConfigurationResponse')
|
53
|
+
FirehoseLogDelivery = Shapes::StructureShape.new(name: 'FirehoseLogDelivery')
|
54
|
+
FirehoseLogDeliveryDescription = Shapes::StructureShape.new(name: 'FirehoseLogDeliveryDescription')
|
55
|
+
ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
|
56
|
+
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
57
|
+
KafkaCluster = Shapes::StructureShape.new(name: 'KafkaCluster')
|
58
|
+
KafkaClusterClientAuthentication = Shapes::StructureShape.new(name: 'KafkaClusterClientAuthentication')
|
59
|
+
KafkaClusterClientAuthenticationDescription = Shapes::StructureShape.new(name: 'KafkaClusterClientAuthenticationDescription')
|
60
|
+
KafkaClusterClientAuthenticationType = Shapes::StringShape.new(name: 'KafkaClusterClientAuthenticationType')
|
61
|
+
KafkaClusterDescription = Shapes::StructureShape.new(name: 'KafkaClusterDescription')
|
62
|
+
KafkaClusterEncryptionInTransit = Shapes::StructureShape.new(name: 'KafkaClusterEncryptionInTransit')
|
63
|
+
KafkaClusterEncryptionInTransitDescription = Shapes::StructureShape.new(name: 'KafkaClusterEncryptionInTransitDescription')
|
64
|
+
KafkaClusterEncryptionInTransitType = Shapes::StringShape.new(name: 'KafkaClusterEncryptionInTransitType')
|
65
|
+
ListConnectorsRequest = Shapes::StructureShape.new(name: 'ListConnectorsRequest')
|
66
|
+
ListConnectorsResponse = Shapes::StructureShape.new(name: 'ListConnectorsResponse')
|
67
|
+
ListCustomPluginsRequest = Shapes::StructureShape.new(name: 'ListCustomPluginsRequest')
|
68
|
+
ListCustomPluginsResponse = Shapes::StructureShape.new(name: 'ListCustomPluginsResponse')
|
69
|
+
ListWorkerConfigurationsRequest = Shapes::StructureShape.new(name: 'ListWorkerConfigurationsRequest')
|
70
|
+
ListWorkerConfigurationsResponse = Shapes::StructureShape.new(name: 'ListWorkerConfigurationsResponse')
|
71
|
+
LogDelivery = Shapes::StructureShape.new(name: 'LogDelivery')
|
72
|
+
LogDeliveryDescription = Shapes::StructureShape.new(name: 'LogDeliveryDescription')
|
73
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
74
|
+
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
75
|
+
Plugin = Shapes::StructureShape.new(name: 'Plugin')
|
76
|
+
PluginDescription = Shapes::StructureShape.new(name: 'PluginDescription')
|
77
|
+
ProvisionedCapacity = Shapes::StructureShape.new(name: 'ProvisionedCapacity')
|
78
|
+
ProvisionedCapacityDescription = Shapes::StructureShape.new(name: 'ProvisionedCapacityDescription')
|
79
|
+
ProvisionedCapacityUpdate = Shapes::StructureShape.new(name: 'ProvisionedCapacityUpdate')
|
80
|
+
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
81
|
+
S3LocationDescription = Shapes::StructureShape.new(name: 'S3LocationDescription')
|
82
|
+
S3LogDelivery = Shapes::StructureShape.new(name: 'S3LogDelivery')
|
83
|
+
S3LogDeliveryDescription = Shapes::StructureShape.new(name: 'S3LogDeliveryDescription')
|
84
|
+
ScaleInPolicy = Shapes::StructureShape.new(name: 'ScaleInPolicy')
|
85
|
+
ScaleInPolicyDescription = Shapes::StructureShape.new(name: 'ScaleInPolicyDescription')
|
86
|
+
ScaleInPolicyUpdate = Shapes::StructureShape.new(name: 'ScaleInPolicyUpdate')
|
87
|
+
ScaleOutPolicy = Shapes::StructureShape.new(name: 'ScaleOutPolicy')
|
88
|
+
ScaleOutPolicyDescription = Shapes::StructureShape.new(name: 'ScaleOutPolicyDescription')
|
89
|
+
ScaleOutPolicyUpdate = Shapes::StructureShape.new(name: 'ScaleOutPolicyUpdate')
|
90
|
+
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
91
|
+
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
92
|
+
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
93
|
+
UpdateConnectorRequest = Shapes::StructureShape.new(name: 'UpdateConnectorRequest')
|
94
|
+
UpdateConnectorResponse = Shapes::StructureShape.new(name: 'UpdateConnectorResponse')
|
95
|
+
Vpc = Shapes::StructureShape.new(name: 'Vpc')
|
96
|
+
VpcDescription = Shapes::StructureShape.new(name: 'VpcDescription')
|
97
|
+
WorkerConfiguration = Shapes::StructureShape.new(name: 'WorkerConfiguration')
|
98
|
+
WorkerConfigurationDescription = Shapes::StructureShape.new(name: 'WorkerConfigurationDescription')
|
99
|
+
WorkerConfigurationRevisionDescription = Shapes::StructureShape.new(name: 'WorkerConfigurationRevisionDescription')
|
100
|
+
WorkerConfigurationRevisionSummary = Shapes::StructureShape.new(name: 'WorkerConfigurationRevisionSummary')
|
101
|
+
WorkerConfigurationSummary = Shapes::StructureShape.new(name: 'WorkerConfigurationSummary')
|
102
|
+
WorkerLogDelivery = Shapes::StructureShape.new(name: 'WorkerLogDelivery')
|
103
|
+
WorkerLogDeliveryDescription = Shapes::StructureShape.new(name: 'WorkerLogDeliveryDescription')
|
104
|
+
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
105
|
+
__integer = Shapes::IntegerShape.new(name: '__integer')
|
106
|
+
__integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
|
107
|
+
__integerMin1Max100 = Shapes::IntegerShape.new(name: '__integerMin1Max100')
|
108
|
+
__integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
|
109
|
+
__listOfConnectorSummary = Shapes::ListShape.new(name: '__listOfConnectorSummary')
|
110
|
+
__listOfCustomPluginSummary = Shapes::ListShape.new(name: '__listOfCustomPluginSummary')
|
111
|
+
__listOfPlugin = Shapes::ListShape.new(name: '__listOfPlugin')
|
112
|
+
__listOfPluginDescription = Shapes::ListShape.new(name: '__listOfPluginDescription')
|
113
|
+
__listOfWorkerConfigurationSummary = Shapes::ListShape.new(name: '__listOfWorkerConfigurationSummary')
|
114
|
+
__listOf__string = Shapes::ListShape.new(name: '__listOf__string')
|
115
|
+
__long = Shapes::IntegerShape.new(name: '__long')
|
116
|
+
__longMin1 = Shapes::IntegerShape.new(name: '__longMin1')
|
117
|
+
__mapOf__string = Shapes::MapShape.new(name: '__mapOf__string')
|
118
|
+
__string = Shapes::StringShape.new(name: '__string')
|
119
|
+
__stringMax1024 = Shapes::StringShape.new(name: '__stringMax1024')
|
120
|
+
__stringMin1Max128 = Shapes::StringShape.new(name: '__stringMin1Max128')
|
121
|
+
__timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
|
122
|
+
|
123
|
+
ApacheKafkaCluster.add_member(:bootstrap_servers, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "bootstrapServers"))
|
124
|
+
ApacheKafkaCluster.add_member(:vpc, Shapes::ShapeRef.new(shape: Vpc, required: true, location_name: "vpc"))
|
125
|
+
ApacheKafkaCluster.struct_class = Types::ApacheKafkaCluster
|
126
|
+
|
127
|
+
ApacheKafkaClusterDescription.add_member(:bootstrap_servers, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapServers"))
|
128
|
+
ApacheKafkaClusterDescription.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcDescription, location_name: "vpc"))
|
129
|
+
ApacheKafkaClusterDescription.struct_class = Types::ApacheKafkaClusterDescription
|
130
|
+
|
131
|
+
AutoScaling.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: __integerMin1Max10, required: true, location_name: "maxWorkerCount"))
|
132
|
+
AutoScaling.add_member(:mcu_count, Shapes::ShapeRef.new(shape: __integerMin1Max8, required: true, location_name: "mcuCount"))
|
133
|
+
AutoScaling.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: __integerMin1Max10, required: true, location_name: "minWorkerCount"))
|
134
|
+
AutoScaling.add_member(:scale_in_policy, Shapes::ShapeRef.new(shape: ScaleInPolicy, location_name: "scaleInPolicy"))
|
135
|
+
AutoScaling.add_member(:scale_out_policy, Shapes::ShapeRef.new(shape: ScaleOutPolicy, location_name: "scaleOutPolicy"))
|
136
|
+
AutoScaling.struct_class = Types::AutoScaling
|
137
|
+
|
138
|
+
AutoScalingDescription.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: __integer, location_name: "maxWorkerCount"))
|
139
|
+
AutoScalingDescription.add_member(:mcu_count, Shapes::ShapeRef.new(shape: __integer, location_name: "mcuCount"))
|
140
|
+
AutoScalingDescription.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: __integer, location_name: "minWorkerCount"))
|
141
|
+
AutoScalingDescription.add_member(:scale_in_policy, Shapes::ShapeRef.new(shape: ScaleInPolicyDescription, location_name: "scaleInPolicy"))
|
142
|
+
AutoScalingDescription.add_member(:scale_out_policy, Shapes::ShapeRef.new(shape: ScaleOutPolicyDescription, location_name: "scaleOutPolicy"))
|
143
|
+
AutoScalingDescription.struct_class = Types::AutoScalingDescription
|
144
|
+
|
145
|
+
AutoScalingUpdate.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: __integerMin1Max10, required: true, location_name: "maxWorkerCount"))
|
146
|
+
AutoScalingUpdate.add_member(:mcu_count, Shapes::ShapeRef.new(shape: __integerMin1Max8, required: true, location_name: "mcuCount"))
|
147
|
+
AutoScalingUpdate.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: __integerMin1Max10, required: true, location_name: "minWorkerCount"))
|
148
|
+
AutoScalingUpdate.add_member(:scale_in_policy, Shapes::ShapeRef.new(shape: ScaleInPolicyUpdate, required: true, location_name: "scaleInPolicy"))
|
149
|
+
AutoScalingUpdate.add_member(:scale_out_policy, Shapes::ShapeRef.new(shape: ScaleOutPolicyUpdate, required: true, location_name: "scaleOutPolicy"))
|
150
|
+
AutoScalingUpdate.struct_class = Types::AutoScalingUpdate
|
151
|
+
|
152
|
+
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
153
|
+
BadRequestException.struct_class = Types::BadRequestException
|
154
|
+
|
155
|
+
Capacity.add_member(:auto_scaling, Shapes::ShapeRef.new(shape: AutoScaling, location_name: "autoScaling"))
|
156
|
+
Capacity.add_member(:provisioned_capacity, Shapes::ShapeRef.new(shape: ProvisionedCapacity, location_name: "provisionedCapacity"))
|
157
|
+
Capacity.struct_class = Types::Capacity
|
158
|
+
|
159
|
+
CapacityDescription.add_member(:auto_scaling, Shapes::ShapeRef.new(shape: AutoScalingDescription, location_name: "autoScaling"))
|
160
|
+
CapacityDescription.add_member(:provisioned_capacity, Shapes::ShapeRef.new(shape: ProvisionedCapacityDescription, location_name: "provisionedCapacity"))
|
161
|
+
CapacityDescription.struct_class = Types::CapacityDescription
|
162
|
+
|
163
|
+
CapacityUpdate.add_member(:auto_scaling, Shapes::ShapeRef.new(shape: AutoScalingUpdate, location_name: "autoScaling"))
|
164
|
+
CapacityUpdate.add_member(:provisioned_capacity, Shapes::ShapeRef.new(shape: ProvisionedCapacityUpdate, location_name: "provisionedCapacity"))
|
165
|
+
CapacityUpdate.struct_class = Types::CapacityUpdate
|
166
|
+
|
167
|
+
CloudWatchLogsLogDelivery.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "enabled"))
|
168
|
+
CloudWatchLogsLogDelivery.add_member(:log_group, Shapes::ShapeRef.new(shape: __string, location_name: "logGroup"))
|
169
|
+
CloudWatchLogsLogDelivery.struct_class = Types::CloudWatchLogsLogDelivery
|
170
|
+
|
171
|
+
CloudWatchLogsLogDeliveryDescription.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
|
172
|
+
CloudWatchLogsLogDeliveryDescription.add_member(:log_group, Shapes::ShapeRef.new(shape: __string, location_name: "logGroup"))
|
173
|
+
CloudWatchLogsLogDeliveryDescription.struct_class = Types::CloudWatchLogsLogDeliveryDescription
|
174
|
+
|
175
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
176
|
+
ConflictException.struct_class = Types::ConflictException
|
177
|
+
|
178
|
+
ConnectorSummary.add_member(:capacity, Shapes::ShapeRef.new(shape: CapacityDescription, location_name: "capacity"))
|
179
|
+
ConnectorSummary.add_member(:connector_arn, Shapes::ShapeRef.new(shape: __string, location_name: "connectorArn"))
|
180
|
+
ConnectorSummary.add_member(:connector_description, Shapes::ShapeRef.new(shape: __string, location_name: "connectorDescription"))
|
181
|
+
ConnectorSummary.add_member(:connector_name, Shapes::ShapeRef.new(shape: __string, location_name: "connectorName"))
|
182
|
+
ConnectorSummary.add_member(:connector_state, Shapes::ShapeRef.new(shape: ConnectorState, location_name: "connectorState"))
|
183
|
+
ConnectorSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
|
184
|
+
ConnectorSummary.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location_name: "currentVersion"))
|
185
|
+
ConnectorSummary.add_member(:kafka_cluster, Shapes::ShapeRef.new(shape: KafkaClusterDescription, location_name: "kafkaCluster"))
|
186
|
+
ConnectorSummary.add_member(:kafka_cluster_client_authentication, Shapes::ShapeRef.new(shape: KafkaClusterClientAuthenticationDescription, location_name: "kafkaClusterClientAuthentication"))
|
187
|
+
ConnectorSummary.add_member(:kafka_cluster_encryption_in_transit, Shapes::ShapeRef.new(shape: KafkaClusterEncryptionInTransitDescription, location_name: "kafkaClusterEncryptionInTransit"))
|
188
|
+
ConnectorSummary.add_member(:kafka_connect_version, Shapes::ShapeRef.new(shape: __string, location_name: "kafkaConnectVersion"))
|
189
|
+
ConnectorSummary.add_member(:log_delivery, Shapes::ShapeRef.new(shape: LogDeliveryDescription, location_name: "logDelivery"))
|
190
|
+
ConnectorSummary.add_member(:plugins, Shapes::ShapeRef.new(shape: __listOfPluginDescription, location_name: "plugins"))
|
191
|
+
ConnectorSummary.add_member(:service_execution_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "serviceExecutionRoleArn"))
|
192
|
+
ConnectorSummary.add_member(:worker_configuration, Shapes::ShapeRef.new(shape: WorkerConfigurationDescription, location_name: "workerConfiguration"))
|
193
|
+
ConnectorSummary.struct_class = Types::ConnectorSummary
|
194
|
+
|
195
|
+
CreateConnectorRequest.add_member(:capacity, Shapes::ShapeRef.new(shape: Capacity, required: true, location_name: "capacity"))
|
196
|
+
CreateConnectorRequest.add_member(:connector_configuration, Shapes::ShapeRef.new(shape: __mapOf__string, required: true, location_name: "connectorConfiguration"))
|
197
|
+
CreateConnectorRequest.add_member(:connector_description, Shapes::ShapeRef.new(shape: __stringMax1024, location_name: "connectorDescription"))
|
198
|
+
CreateConnectorRequest.add_member(:connector_name, Shapes::ShapeRef.new(shape: __stringMin1Max128, required: true, location_name: "connectorName"))
|
199
|
+
CreateConnectorRequest.add_member(:kafka_cluster, Shapes::ShapeRef.new(shape: KafkaCluster, required: true, location_name: "kafkaCluster"))
|
200
|
+
CreateConnectorRequest.add_member(:kafka_cluster_client_authentication, Shapes::ShapeRef.new(shape: KafkaClusterClientAuthentication, required: true, location_name: "kafkaClusterClientAuthentication"))
|
201
|
+
CreateConnectorRequest.add_member(:kafka_cluster_encryption_in_transit, Shapes::ShapeRef.new(shape: KafkaClusterEncryptionInTransit, required: true, location_name: "kafkaClusterEncryptionInTransit"))
|
202
|
+
CreateConnectorRequest.add_member(:kafka_connect_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "kafkaConnectVersion"))
|
203
|
+
CreateConnectorRequest.add_member(:log_delivery, Shapes::ShapeRef.new(shape: LogDelivery, location_name: "logDelivery"))
|
204
|
+
CreateConnectorRequest.add_member(:plugins, Shapes::ShapeRef.new(shape: __listOfPlugin, required: true, location_name: "plugins"))
|
205
|
+
CreateConnectorRequest.add_member(:service_execution_role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "serviceExecutionRoleArn"))
|
206
|
+
CreateConnectorRequest.add_member(:worker_configuration, Shapes::ShapeRef.new(shape: WorkerConfiguration, location_name: "workerConfiguration"))
|
207
|
+
CreateConnectorRequest.struct_class = Types::CreateConnectorRequest
|
208
|
+
|
209
|
+
CreateConnectorResponse.add_member(:connector_arn, Shapes::ShapeRef.new(shape: __string, location_name: "connectorArn"))
|
210
|
+
CreateConnectorResponse.add_member(:connector_name, Shapes::ShapeRef.new(shape: __string, location_name: "connectorName"))
|
211
|
+
CreateConnectorResponse.add_member(:connector_state, Shapes::ShapeRef.new(shape: ConnectorState, location_name: "connectorState"))
|
212
|
+
CreateConnectorResponse.struct_class = Types::CreateConnectorResponse
|
213
|
+
|
214
|
+
CreateCustomPluginRequest.add_member(:content_type, Shapes::ShapeRef.new(shape: CustomPluginContentType, required: true, location_name: "contentType"))
|
215
|
+
CreateCustomPluginRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMax1024, location_name: "description"))
|
216
|
+
CreateCustomPluginRequest.add_member(:location, Shapes::ShapeRef.new(shape: CustomPluginLocation, required: true, location_name: "location"))
|
217
|
+
CreateCustomPluginRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max128, required: true, location_name: "name"))
|
218
|
+
CreateCustomPluginRequest.struct_class = Types::CreateCustomPluginRequest
|
219
|
+
|
220
|
+
CreateCustomPluginResponse.add_member(:custom_plugin_arn, Shapes::ShapeRef.new(shape: __string, location_name: "customPluginArn"))
|
221
|
+
CreateCustomPluginResponse.add_member(:custom_plugin_state, Shapes::ShapeRef.new(shape: CustomPluginState, location_name: "customPluginState"))
|
222
|
+
CreateCustomPluginResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
223
|
+
CreateCustomPluginResponse.add_member(:revision, Shapes::ShapeRef.new(shape: __long, location_name: "revision"))
|
224
|
+
CreateCustomPluginResponse.struct_class = Types::CreateCustomPluginResponse
|
225
|
+
|
226
|
+
CreateWorkerConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMax1024, location_name: "description"))
|
227
|
+
CreateWorkerConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max128, required: true, location_name: "name"))
|
228
|
+
CreateWorkerConfigurationRequest.add_member(:properties_file_content, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "propertiesFileContent"))
|
229
|
+
CreateWorkerConfigurationRequest.struct_class = Types::CreateWorkerConfigurationRequest
|
230
|
+
|
231
|
+
CreateWorkerConfigurationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
|
232
|
+
CreateWorkerConfigurationResponse.add_member(:latest_revision, Shapes::ShapeRef.new(shape: WorkerConfigurationRevisionSummary, location_name: "latestRevision"))
|
233
|
+
CreateWorkerConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
234
|
+
CreateWorkerConfigurationResponse.add_member(:worker_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "workerConfigurationArn"))
|
235
|
+
CreateWorkerConfigurationResponse.struct_class = Types::CreateWorkerConfigurationResponse
|
236
|
+
|
237
|
+
CustomPlugin.add_member(:custom_plugin_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "customPluginArn"))
|
238
|
+
CustomPlugin.add_member(:revision, Shapes::ShapeRef.new(shape: __longMin1, required: true, location_name: "revision"))
|
239
|
+
CustomPlugin.struct_class = Types::CustomPlugin
|
240
|
+
|
241
|
+
CustomPluginDescription.add_member(:custom_plugin_arn, Shapes::ShapeRef.new(shape: __string, location_name: "customPluginArn"))
|
242
|
+
CustomPluginDescription.add_member(:revision, Shapes::ShapeRef.new(shape: __long, location_name: "revision"))
|
243
|
+
CustomPluginDescription.struct_class = Types::CustomPluginDescription
|
244
|
+
|
245
|
+
CustomPluginFileDescription.add_member(:file_md_5, Shapes::ShapeRef.new(shape: __string, location_name: "fileMd5"))
|
246
|
+
CustomPluginFileDescription.add_member(:file_size, Shapes::ShapeRef.new(shape: __long, location_name: "fileSize"))
|
247
|
+
CustomPluginFileDescription.struct_class = Types::CustomPluginFileDescription
|
248
|
+
|
249
|
+
CustomPluginLocation.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "s3Location"))
|
250
|
+
CustomPluginLocation.struct_class = Types::CustomPluginLocation
|
251
|
+
|
252
|
+
CustomPluginLocationDescription.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3LocationDescription, location_name: "s3Location"))
|
253
|
+
CustomPluginLocationDescription.struct_class = Types::CustomPluginLocationDescription
|
254
|
+
|
255
|
+
CustomPluginRevisionSummary.add_member(:content_type, Shapes::ShapeRef.new(shape: CustomPluginContentType, location_name: "contentType"))
|
256
|
+
CustomPluginRevisionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
|
257
|
+
CustomPluginRevisionSummary.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
258
|
+
CustomPluginRevisionSummary.add_member(:file_description, Shapes::ShapeRef.new(shape: CustomPluginFileDescription, location_name: "fileDescription"))
|
259
|
+
CustomPluginRevisionSummary.add_member(:location, Shapes::ShapeRef.new(shape: CustomPluginLocationDescription, location_name: "location"))
|
260
|
+
CustomPluginRevisionSummary.add_member(:revision, Shapes::ShapeRef.new(shape: __long, location_name: "revision"))
|
261
|
+
CustomPluginRevisionSummary.struct_class = Types::CustomPluginRevisionSummary
|
262
|
+
|
263
|
+
CustomPluginSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
|
264
|
+
CustomPluginSummary.add_member(:custom_plugin_arn, Shapes::ShapeRef.new(shape: __string, location_name: "customPluginArn"))
|
265
|
+
CustomPluginSummary.add_member(:custom_plugin_state, Shapes::ShapeRef.new(shape: CustomPluginState, location_name: "customPluginState"))
|
266
|
+
CustomPluginSummary.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
267
|
+
CustomPluginSummary.add_member(:latest_revision, Shapes::ShapeRef.new(shape: CustomPluginRevisionSummary, location_name: "latestRevision"))
|
268
|
+
CustomPluginSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
269
|
+
CustomPluginSummary.struct_class = Types::CustomPluginSummary
|
270
|
+
|
271
|
+
DeleteConnectorRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "connectorArn"))
|
272
|
+
DeleteConnectorRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "currentVersion"))
|
273
|
+
DeleteConnectorRequest.struct_class = Types::DeleteConnectorRequest
|
274
|
+
|
275
|
+
DeleteConnectorResponse.add_member(:connector_arn, Shapes::ShapeRef.new(shape: __string, location_name: "connectorArn"))
|
276
|
+
DeleteConnectorResponse.add_member(:connector_state, Shapes::ShapeRef.new(shape: ConnectorState, location_name: "connectorState"))
|
277
|
+
DeleteConnectorResponse.struct_class = Types::DeleteConnectorResponse
|
278
|
+
|
279
|
+
DescribeConnectorRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "connectorArn"))
|
280
|
+
DescribeConnectorRequest.struct_class = Types::DescribeConnectorRequest
|
281
|
+
|
282
|
+
DescribeConnectorResponse.add_member(:capacity, Shapes::ShapeRef.new(shape: CapacityDescription, location_name: "capacity"))
|
283
|
+
DescribeConnectorResponse.add_member(:connector_arn, Shapes::ShapeRef.new(shape: __string, location_name: "connectorArn"))
|
284
|
+
DescribeConnectorResponse.add_member(:connector_configuration, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "connectorConfiguration"))
|
285
|
+
DescribeConnectorResponse.add_member(:connector_description, Shapes::ShapeRef.new(shape: __string, location_name: "connectorDescription"))
|
286
|
+
DescribeConnectorResponse.add_member(:connector_name, Shapes::ShapeRef.new(shape: __string, location_name: "connectorName"))
|
287
|
+
DescribeConnectorResponse.add_member(:connector_state, Shapes::ShapeRef.new(shape: ConnectorState, location_name: "connectorState"))
|
288
|
+
DescribeConnectorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
|
289
|
+
DescribeConnectorResponse.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location_name: "currentVersion"))
|
290
|
+
DescribeConnectorResponse.add_member(:kafka_cluster, Shapes::ShapeRef.new(shape: KafkaClusterDescription, location_name: "kafkaCluster"))
|
291
|
+
DescribeConnectorResponse.add_member(:kafka_cluster_client_authentication, Shapes::ShapeRef.new(shape: KafkaClusterClientAuthenticationDescription, location_name: "kafkaClusterClientAuthentication"))
|
292
|
+
DescribeConnectorResponse.add_member(:kafka_cluster_encryption_in_transit, Shapes::ShapeRef.new(shape: KafkaClusterEncryptionInTransitDescription, location_name: "kafkaClusterEncryptionInTransit"))
|
293
|
+
DescribeConnectorResponse.add_member(:kafka_connect_version, Shapes::ShapeRef.new(shape: __string, location_name: "kafkaConnectVersion"))
|
294
|
+
DescribeConnectorResponse.add_member(:log_delivery, Shapes::ShapeRef.new(shape: LogDeliveryDescription, location_name: "logDelivery"))
|
295
|
+
DescribeConnectorResponse.add_member(:plugins, Shapes::ShapeRef.new(shape: __listOfPluginDescription, location_name: "plugins"))
|
296
|
+
DescribeConnectorResponse.add_member(:service_execution_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "serviceExecutionRoleArn"))
|
297
|
+
DescribeConnectorResponse.add_member(:worker_configuration, Shapes::ShapeRef.new(shape: WorkerConfigurationDescription, location_name: "workerConfiguration"))
|
298
|
+
DescribeConnectorResponse.struct_class = Types::DescribeConnectorResponse
|
299
|
+
|
300
|
+
DescribeCustomPluginRequest.add_member(:custom_plugin_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "customPluginArn"))
|
301
|
+
DescribeCustomPluginRequest.struct_class = Types::DescribeCustomPluginRequest
|
302
|
+
|
303
|
+
DescribeCustomPluginResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
|
304
|
+
DescribeCustomPluginResponse.add_member(:custom_plugin_arn, Shapes::ShapeRef.new(shape: __string, location_name: "customPluginArn"))
|
305
|
+
DescribeCustomPluginResponse.add_member(:custom_plugin_state, Shapes::ShapeRef.new(shape: CustomPluginState, location_name: "customPluginState"))
|
306
|
+
DescribeCustomPluginResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
307
|
+
DescribeCustomPluginResponse.add_member(:latest_revision, Shapes::ShapeRef.new(shape: CustomPluginRevisionSummary, location_name: "latestRevision"))
|
308
|
+
DescribeCustomPluginResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
309
|
+
DescribeCustomPluginResponse.struct_class = Types::DescribeCustomPluginResponse
|
310
|
+
|
311
|
+
DescribeWorkerConfigurationRequest.add_member(:worker_configuration_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "workerConfigurationArn"))
|
312
|
+
DescribeWorkerConfigurationRequest.struct_class = Types::DescribeWorkerConfigurationRequest
|
313
|
+
|
314
|
+
DescribeWorkerConfigurationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
|
315
|
+
DescribeWorkerConfigurationResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
316
|
+
DescribeWorkerConfigurationResponse.add_member(:latest_revision, Shapes::ShapeRef.new(shape: WorkerConfigurationRevisionDescription, location_name: "latestRevision"))
|
317
|
+
DescribeWorkerConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
318
|
+
DescribeWorkerConfigurationResponse.add_member(:worker_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "workerConfigurationArn"))
|
319
|
+
DescribeWorkerConfigurationResponse.struct_class = Types::DescribeWorkerConfigurationResponse
|
320
|
+
|
321
|
+
FirehoseLogDelivery.add_member(:delivery_stream, Shapes::ShapeRef.new(shape: __string, location_name: "deliveryStream"))
|
322
|
+
FirehoseLogDelivery.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "enabled"))
|
323
|
+
FirehoseLogDelivery.struct_class = Types::FirehoseLogDelivery
|
324
|
+
|
325
|
+
FirehoseLogDeliveryDescription.add_member(:delivery_stream, Shapes::ShapeRef.new(shape: __string, location_name: "deliveryStream"))
|
326
|
+
FirehoseLogDeliveryDescription.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
|
327
|
+
FirehoseLogDeliveryDescription.struct_class = Types::FirehoseLogDeliveryDescription
|
328
|
+
|
329
|
+
ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
330
|
+
ForbiddenException.struct_class = Types::ForbiddenException
|
331
|
+
|
332
|
+
InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
333
|
+
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
334
|
+
|
335
|
+
KafkaCluster.add_member(:apache_kafka_cluster, Shapes::ShapeRef.new(shape: ApacheKafkaCluster, required: true, location_name: "apacheKafkaCluster"))
|
336
|
+
KafkaCluster.struct_class = Types::KafkaCluster
|
337
|
+
|
338
|
+
KafkaClusterClientAuthentication.add_member(:authentication_type, Shapes::ShapeRef.new(shape: KafkaClusterClientAuthenticationType, required: true, location_name: "authenticationType"))
|
339
|
+
KafkaClusterClientAuthentication.struct_class = Types::KafkaClusterClientAuthentication
|
340
|
+
|
341
|
+
KafkaClusterClientAuthenticationDescription.add_member(:authentication_type, Shapes::ShapeRef.new(shape: KafkaClusterClientAuthenticationType, location_name: "authenticationType"))
|
342
|
+
KafkaClusterClientAuthenticationDescription.struct_class = Types::KafkaClusterClientAuthenticationDescription
|
343
|
+
|
344
|
+
KafkaClusterDescription.add_member(:apache_kafka_cluster, Shapes::ShapeRef.new(shape: ApacheKafkaClusterDescription, location_name: "apacheKafkaCluster"))
|
345
|
+
KafkaClusterDescription.struct_class = Types::KafkaClusterDescription
|
346
|
+
|
347
|
+
KafkaClusterEncryptionInTransit.add_member(:encryption_type, Shapes::ShapeRef.new(shape: KafkaClusterEncryptionInTransitType, required: true, location_name: "encryptionType"))
|
348
|
+
KafkaClusterEncryptionInTransit.struct_class = Types::KafkaClusterEncryptionInTransit
|
349
|
+
|
350
|
+
KafkaClusterEncryptionInTransitDescription.add_member(:encryption_type, Shapes::ShapeRef.new(shape: KafkaClusterEncryptionInTransitType, location_name: "encryptionType"))
|
351
|
+
KafkaClusterEncryptionInTransitDescription.struct_class = Types::KafkaClusterEncryptionInTransitDescription
|
352
|
+
|
353
|
+
ListConnectorsRequest.add_member(:connector_name_prefix, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "connectorNamePrefix"))
|
354
|
+
ListConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
355
|
+
ListConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
356
|
+
ListConnectorsRequest.struct_class = Types::ListConnectorsRequest
|
357
|
+
|
358
|
+
ListConnectorsResponse.add_member(:connectors, Shapes::ShapeRef.new(shape: __listOfConnectorSummary, location_name: "connectors"))
|
359
|
+
ListConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
360
|
+
ListConnectorsResponse.struct_class = Types::ListConnectorsResponse
|
361
|
+
|
362
|
+
ListCustomPluginsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
363
|
+
ListCustomPluginsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
364
|
+
ListCustomPluginsRequest.struct_class = Types::ListCustomPluginsRequest
|
365
|
+
|
366
|
+
ListCustomPluginsResponse.add_member(:custom_plugins, Shapes::ShapeRef.new(shape: __listOfCustomPluginSummary, location_name: "customPlugins"))
|
367
|
+
ListCustomPluginsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
368
|
+
ListCustomPluginsResponse.struct_class = Types::ListCustomPluginsResponse
|
369
|
+
|
370
|
+
ListWorkerConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
371
|
+
ListWorkerConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
372
|
+
ListWorkerConfigurationsRequest.struct_class = Types::ListWorkerConfigurationsRequest
|
373
|
+
|
374
|
+
ListWorkerConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
375
|
+
ListWorkerConfigurationsResponse.add_member(:worker_configurations, Shapes::ShapeRef.new(shape: __listOfWorkerConfigurationSummary, location_name: "workerConfigurations"))
|
376
|
+
ListWorkerConfigurationsResponse.struct_class = Types::ListWorkerConfigurationsResponse
|
377
|
+
|
378
|
+
LogDelivery.add_member(:worker_log_delivery, Shapes::ShapeRef.new(shape: WorkerLogDelivery, required: true, location_name: "workerLogDelivery"))
|
379
|
+
LogDelivery.struct_class = Types::LogDelivery
|
380
|
+
|
381
|
+
LogDeliveryDescription.add_member(:worker_log_delivery, Shapes::ShapeRef.new(shape: WorkerLogDeliveryDescription, location_name: "workerLogDelivery"))
|
382
|
+
LogDeliveryDescription.struct_class = Types::LogDeliveryDescription
|
383
|
+
|
384
|
+
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
385
|
+
NotFoundException.struct_class = Types::NotFoundException
|
386
|
+
|
387
|
+
Plugin.add_member(:custom_plugin, Shapes::ShapeRef.new(shape: CustomPlugin, required: true, location_name: "customPlugin"))
|
388
|
+
Plugin.struct_class = Types::Plugin
|
389
|
+
|
390
|
+
PluginDescription.add_member(:custom_plugin, Shapes::ShapeRef.new(shape: CustomPluginDescription, location_name: "customPlugin"))
|
391
|
+
PluginDescription.struct_class = Types::PluginDescription
|
392
|
+
|
393
|
+
ProvisionedCapacity.add_member(:mcu_count, Shapes::ShapeRef.new(shape: __integerMin1Max8, required: true, location_name: "mcuCount"))
|
394
|
+
ProvisionedCapacity.add_member(:worker_count, Shapes::ShapeRef.new(shape: __integerMin1Max10, required: true, location_name: "workerCount"))
|
395
|
+
ProvisionedCapacity.struct_class = Types::ProvisionedCapacity
|
396
|
+
|
397
|
+
ProvisionedCapacityDescription.add_member(:mcu_count, Shapes::ShapeRef.new(shape: __integer, location_name: "mcuCount"))
|
398
|
+
ProvisionedCapacityDescription.add_member(:worker_count, Shapes::ShapeRef.new(shape: __integer, location_name: "workerCount"))
|
399
|
+
ProvisionedCapacityDescription.struct_class = Types::ProvisionedCapacityDescription
|
400
|
+
|
401
|
+
ProvisionedCapacityUpdate.add_member(:mcu_count, Shapes::ShapeRef.new(shape: __integerMin1Max8, required: true, location_name: "mcuCount"))
|
402
|
+
ProvisionedCapacityUpdate.add_member(:worker_count, Shapes::ShapeRef.new(shape: __integerMin1Max10, required: true, location_name: "workerCount"))
|
403
|
+
ProvisionedCapacityUpdate.struct_class = Types::ProvisionedCapacityUpdate
|
404
|
+
|
405
|
+
S3Location.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "bucketArn"))
|
406
|
+
S3Location.add_member(:file_key, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "fileKey"))
|
407
|
+
S3Location.add_member(:object_version, Shapes::ShapeRef.new(shape: __string, location_name: "objectVersion"))
|
408
|
+
S3Location.struct_class = Types::S3Location
|
409
|
+
|
410
|
+
S3LocationDescription.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: __string, location_name: "bucketArn"))
|
411
|
+
S3LocationDescription.add_member(:file_key, Shapes::ShapeRef.new(shape: __string, location_name: "fileKey"))
|
412
|
+
S3LocationDescription.add_member(:object_version, Shapes::ShapeRef.new(shape: __string, location_name: "objectVersion"))
|
413
|
+
S3LocationDescription.struct_class = Types::S3LocationDescription
|
414
|
+
|
415
|
+
S3LogDelivery.add_member(:bucket, Shapes::ShapeRef.new(shape: __string, location_name: "bucket"))
|
416
|
+
S3LogDelivery.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "enabled"))
|
417
|
+
S3LogDelivery.add_member(:prefix, Shapes::ShapeRef.new(shape: __string, location_name: "prefix"))
|
418
|
+
S3LogDelivery.struct_class = Types::S3LogDelivery
|
419
|
+
|
420
|
+
S3LogDeliveryDescription.add_member(:bucket, Shapes::ShapeRef.new(shape: __string, location_name: "bucket"))
|
421
|
+
S3LogDeliveryDescription.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
|
422
|
+
S3LogDeliveryDescription.add_member(:prefix, Shapes::ShapeRef.new(shape: __string, location_name: "prefix"))
|
423
|
+
S3LogDeliveryDescription.struct_class = Types::S3LogDeliveryDescription
|
424
|
+
|
425
|
+
ScaleInPolicy.add_member(:cpu_utilization_percentage, Shapes::ShapeRef.new(shape: __integerMin1Max100, required: true, location_name: "cpuUtilizationPercentage"))
|
426
|
+
ScaleInPolicy.struct_class = Types::ScaleInPolicy
|
427
|
+
|
428
|
+
ScaleInPolicyDescription.add_member(:cpu_utilization_percentage, Shapes::ShapeRef.new(shape: __integer, location_name: "cpuUtilizationPercentage"))
|
429
|
+
ScaleInPolicyDescription.struct_class = Types::ScaleInPolicyDescription
|
430
|
+
|
431
|
+
ScaleInPolicyUpdate.add_member(:cpu_utilization_percentage, Shapes::ShapeRef.new(shape: __integerMin1Max100, required: true, location_name: "cpuUtilizationPercentage"))
|
432
|
+
ScaleInPolicyUpdate.struct_class = Types::ScaleInPolicyUpdate
|
433
|
+
|
434
|
+
ScaleOutPolicy.add_member(:cpu_utilization_percentage, Shapes::ShapeRef.new(shape: __integerMin1Max100, required: true, location_name: "cpuUtilizationPercentage"))
|
435
|
+
ScaleOutPolicy.struct_class = Types::ScaleOutPolicy
|
436
|
+
|
437
|
+
ScaleOutPolicyDescription.add_member(:cpu_utilization_percentage, Shapes::ShapeRef.new(shape: __integer, location_name: "cpuUtilizationPercentage"))
|
438
|
+
ScaleOutPolicyDescription.struct_class = Types::ScaleOutPolicyDescription
|
439
|
+
|
440
|
+
ScaleOutPolicyUpdate.add_member(:cpu_utilization_percentage, Shapes::ShapeRef.new(shape: __integerMin1Max100, required: true, location_name: "cpuUtilizationPercentage"))
|
441
|
+
ScaleOutPolicyUpdate.struct_class = Types::ScaleOutPolicyUpdate
|
442
|
+
|
443
|
+
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
444
|
+
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
445
|
+
|
446
|
+
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
447
|
+
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
448
|
+
|
449
|
+
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
450
|
+
UnauthorizedException.struct_class = Types::UnauthorizedException
|
451
|
+
|
452
|
+
UpdateConnectorRequest.add_member(:capacity, Shapes::ShapeRef.new(shape: CapacityUpdate, required: true, location_name: "capacity"))
|
453
|
+
UpdateConnectorRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "connectorArn"))
|
454
|
+
UpdateConnectorRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, required: true, location: "querystring", location_name: "currentVersion"))
|
455
|
+
UpdateConnectorRequest.struct_class = Types::UpdateConnectorRequest
|
456
|
+
|
457
|
+
UpdateConnectorResponse.add_member(:connector_arn, Shapes::ShapeRef.new(shape: __string, location_name: "connectorArn"))
|
458
|
+
UpdateConnectorResponse.add_member(:connector_state, Shapes::ShapeRef.new(shape: ConnectorState, location_name: "connectorState"))
|
459
|
+
UpdateConnectorResponse.struct_class = Types::UpdateConnectorResponse
|
460
|
+
|
461
|
+
Vpc.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
462
|
+
Vpc.add_member(:subnets, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "subnets"))
|
463
|
+
Vpc.struct_class = Types::Vpc
|
464
|
+
|
465
|
+
VpcDescription.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
466
|
+
VpcDescription.add_member(:subnets, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "subnets"))
|
467
|
+
VpcDescription.struct_class = Types::VpcDescription
|
468
|
+
|
469
|
+
WorkerConfiguration.add_member(:revision, Shapes::ShapeRef.new(shape: __longMin1, required: true, location_name: "revision"))
|
470
|
+
WorkerConfiguration.add_member(:worker_configuration_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "workerConfigurationArn"))
|
471
|
+
WorkerConfiguration.struct_class = Types::WorkerConfiguration
|
472
|
+
|
473
|
+
WorkerConfigurationDescription.add_member(:revision, Shapes::ShapeRef.new(shape: __long, location_name: "revision"))
|
474
|
+
WorkerConfigurationDescription.add_member(:worker_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "workerConfigurationArn"))
|
475
|
+
WorkerConfigurationDescription.struct_class = Types::WorkerConfigurationDescription
|
476
|
+
|
477
|
+
WorkerConfigurationRevisionDescription.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
|
478
|
+
WorkerConfigurationRevisionDescription.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
479
|
+
WorkerConfigurationRevisionDescription.add_member(:properties_file_content, Shapes::ShapeRef.new(shape: __string, location_name: "propertiesFileContent"))
|
480
|
+
WorkerConfigurationRevisionDescription.add_member(:revision, Shapes::ShapeRef.new(shape: __long, location_name: "revision"))
|
481
|
+
WorkerConfigurationRevisionDescription.struct_class = Types::WorkerConfigurationRevisionDescription
|
482
|
+
|
483
|
+
WorkerConfigurationRevisionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
|
484
|
+
WorkerConfigurationRevisionSummary.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
485
|
+
WorkerConfigurationRevisionSummary.add_member(:revision, Shapes::ShapeRef.new(shape: __long, location_name: "revision"))
|
486
|
+
WorkerConfigurationRevisionSummary.struct_class = Types::WorkerConfigurationRevisionSummary
|
487
|
+
|
488
|
+
WorkerConfigurationSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
|
489
|
+
WorkerConfigurationSummary.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
490
|
+
WorkerConfigurationSummary.add_member(:latest_revision, Shapes::ShapeRef.new(shape: WorkerConfigurationRevisionSummary, location_name: "latestRevision"))
|
491
|
+
WorkerConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
492
|
+
WorkerConfigurationSummary.add_member(:worker_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "workerConfigurationArn"))
|
493
|
+
WorkerConfigurationSummary.struct_class = Types::WorkerConfigurationSummary
|
494
|
+
|
495
|
+
WorkerLogDelivery.add_member(:cloud_watch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogsLogDelivery, location_name: "cloudWatchLogs"))
|
496
|
+
WorkerLogDelivery.add_member(:firehose, Shapes::ShapeRef.new(shape: FirehoseLogDelivery, location_name: "firehose"))
|
497
|
+
WorkerLogDelivery.add_member(:s3, Shapes::ShapeRef.new(shape: S3LogDelivery, location_name: "s3"))
|
498
|
+
WorkerLogDelivery.struct_class = Types::WorkerLogDelivery
|
499
|
+
|
500
|
+
WorkerLogDeliveryDescription.add_member(:cloud_watch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogsLogDeliveryDescription, location_name: "cloudWatchLogs"))
|
501
|
+
WorkerLogDeliveryDescription.add_member(:firehose, Shapes::ShapeRef.new(shape: FirehoseLogDeliveryDescription, location_name: "firehose"))
|
502
|
+
WorkerLogDeliveryDescription.add_member(:s3, Shapes::ShapeRef.new(shape: S3LogDeliveryDescription, location_name: "s3"))
|
503
|
+
WorkerLogDeliveryDescription.struct_class = Types::WorkerLogDeliveryDescription
|
504
|
+
|
505
|
+
__listOfConnectorSummary.member = Shapes::ShapeRef.new(shape: ConnectorSummary)
|
506
|
+
|
507
|
+
__listOfCustomPluginSummary.member = Shapes::ShapeRef.new(shape: CustomPluginSummary)
|
508
|
+
|
509
|
+
__listOfPlugin.member = Shapes::ShapeRef.new(shape: Plugin)
|
510
|
+
|
511
|
+
__listOfPluginDescription.member = Shapes::ShapeRef.new(shape: PluginDescription)
|
512
|
+
|
513
|
+
__listOfWorkerConfigurationSummary.member = Shapes::ShapeRef.new(shape: WorkerConfigurationSummary)
|
514
|
+
|
515
|
+
__listOf__string.member = Shapes::ShapeRef.new(shape: __string)
|
516
|
+
|
517
|
+
__mapOf__string.key = Shapes::ShapeRef.new(shape: __string)
|
518
|
+
__mapOf__string.value = Shapes::ShapeRef.new(shape: __string)
|
519
|
+
|
520
|
+
|
521
|
+
# @api private
|
522
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
523
|
+
|
524
|
+
api.version = "2021-09-14"
|
525
|
+
|
526
|
+
api.metadata = {
|
527
|
+
"apiVersion" => "2021-09-14",
|
528
|
+
"endpointPrefix" => "kafkaconnect",
|
529
|
+
"jsonVersion" => "1.1",
|
530
|
+
"protocol" => "rest-json",
|
531
|
+
"serviceAbbreviation" => "Kafka Connect",
|
532
|
+
"serviceFullName" => "Managed Streaming for Kafka Connect",
|
533
|
+
"serviceId" => "KafkaConnect",
|
534
|
+
"signatureVersion" => "v4",
|
535
|
+
"signingName" => "kafkaconnect",
|
536
|
+
"uid" => "kafkaconnect-2021-09-14",
|
537
|
+
}
|
538
|
+
|
539
|
+
api.add_operation(:create_connector, Seahorse::Model::Operation.new.tap do |o|
|
540
|
+
o.name = "CreateConnector"
|
541
|
+
o.http_method = "POST"
|
542
|
+
o.http_request_uri = "/v1/connectors"
|
543
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConnectorRequest)
|
544
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConnectorResponse)
|
545
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
546
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
547
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
548
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
549
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
550
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
551
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
552
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
553
|
+
end)
|
554
|
+
|
555
|
+
api.add_operation(:create_custom_plugin, Seahorse::Model::Operation.new.tap do |o|
|
556
|
+
o.name = "CreateCustomPlugin"
|
557
|
+
o.http_method = "POST"
|
558
|
+
o.http_request_uri = "/v1/custom-plugins"
|
559
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCustomPluginRequest)
|
560
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCustomPluginResponse)
|
561
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
562
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
563
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
564
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
565
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
566
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
567
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
568
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
569
|
+
end)
|
570
|
+
|
571
|
+
api.add_operation(:create_worker_configuration, Seahorse::Model::Operation.new.tap do |o|
|
572
|
+
o.name = "CreateWorkerConfiguration"
|
573
|
+
o.http_method = "POST"
|
574
|
+
o.http_request_uri = "/v1/worker-configurations"
|
575
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkerConfigurationRequest)
|
576
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkerConfigurationResponse)
|
577
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
578
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
579
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
580
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
581
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
582
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
583
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
584
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
585
|
+
end)
|
586
|
+
|
587
|
+
api.add_operation(:delete_connector, Seahorse::Model::Operation.new.tap do |o|
|
588
|
+
o.name = "DeleteConnector"
|
589
|
+
o.http_method = "DELETE"
|
590
|
+
o.http_request_uri = "/v1/connectors/{connectorArn}"
|
591
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConnectorRequest)
|
592
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteConnectorResponse)
|
593
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
594
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
595
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
596
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
597
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
598
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
599
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
600
|
+
end)
|
601
|
+
|
602
|
+
api.add_operation(:describe_connector, Seahorse::Model::Operation.new.tap do |o|
|
603
|
+
o.name = "DescribeConnector"
|
604
|
+
o.http_method = "GET"
|
605
|
+
o.http_request_uri = "/v1/connectors/{connectorArn}"
|
606
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeConnectorRequest)
|
607
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeConnectorResponse)
|
608
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
609
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
610
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
611
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
612
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
613
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
614
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
615
|
+
end)
|
616
|
+
|
617
|
+
api.add_operation(:describe_custom_plugin, Seahorse::Model::Operation.new.tap do |o|
|
618
|
+
o.name = "DescribeCustomPlugin"
|
619
|
+
o.http_method = "GET"
|
620
|
+
o.http_request_uri = "/v1/custom-plugins/{customPluginArn}"
|
621
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeCustomPluginRequest)
|
622
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeCustomPluginResponse)
|
623
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
624
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
625
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
626
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
627
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
628
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
629
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
630
|
+
end)
|
631
|
+
|
632
|
+
api.add_operation(:describe_worker_configuration, Seahorse::Model::Operation.new.tap do |o|
|
633
|
+
o.name = "DescribeWorkerConfiguration"
|
634
|
+
o.http_method = "GET"
|
635
|
+
o.http_request_uri = "/v1/worker-configurations/{workerConfigurationArn}"
|
636
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeWorkerConfigurationRequest)
|
637
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeWorkerConfigurationResponse)
|
638
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
639
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
640
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
641
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
642
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
643
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
644
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
645
|
+
end)
|
646
|
+
|
647
|
+
api.add_operation(:list_connectors, Seahorse::Model::Operation.new.tap do |o|
|
648
|
+
o.name = "ListConnectors"
|
649
|
+
o.http_method = "GET"
|
650
|
+
o.http_request_uri = "/v1/connectors"
|
651
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectorsRequest)
|
652
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectorsResponse)
|
653
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
654
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
655
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
656
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
657
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
658
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
659
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
660
|
+
o[:pager] = Aws::Pager.new(
|
661
|
+
limit_key: "max_results",
|
662
|
+
tokens: {
|
663
|
+
"next_token" => "next_token"
|
664
|
+
}
|
665
|
+
)
|
666
|
+
end)
|
667
|
+
|
668
|
+
api.add_operation(:list_custom_plugins, Seahorse::Model::Operation.new.tap do |o|
|
669
|
+
o.name = "ListCustomPlugins"
|
670
|
+
o.http_method = "GET"
|
671
|
+
o.http_request_uri = "/v1/custom-plugins"
|
672
|
+
o.input = Shapes::ShapeRef.new(shape: ListCustomPluginsRequest)
|
673
|
+
o.output = Shapes::ShapeRef.new(shape: ListCustomPluginsResponse)
|
674
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
675
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
676
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
677
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
678
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
679
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
680
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
681
|
+
o[:pager] = Aws::Pager.new(
|
682
|
+
limit_key: "max_results",
|
683
|
+
tokens: {
|
684
|
+
"next_token" => "next_token"
|
685
|
+
}
|
686
|
+
)
|
687
|
+
end)
|
688
|
+
|
689
|
+
api.add_operation(:list_worker_configurations, Seahorse::Model::Operation.new.tap do |o|
|
690
|
+
o.name = "ListWorkerConfigurations"
|
691
|
+
o.http_method = "GET"
|
692
|
+
o.http_request_uri = "/v1/worker-configurations"
|
693
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkerConfigurationsRequest)
|
694
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkerConfigurationsResponse)
|
695
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
696
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
697
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
698
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
699
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
700
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
701
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
702
|
+
o[:pager] = Aws::Pager.new(
|
703
|
+
limit_key: "max_results",
|
704
|
+
tokens: {
|
705
|
+
"next_token" => "next_token"
|
706
|
+
}
|
707
|
+
)
|
708
|
+
end)
|
709
|
+
|
710
|
+
api.add_operation(:update_connector, Seahorse::Model::Operation.new.tap do |o|
|
711
|
+
o.name = "UpdateConnector"
|
712
|
+
o.http_method = "PUT"
|
713
|
+
o.http_request_uri = "/v1/connectors/{connectorArn}"
|
714
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConnectorRequest)
|
715
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConnectorResponse)
|
716
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
717
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
718
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
719
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
720
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
721
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
722
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
723
|
+
end)
|
724
|
+
end
|
725
|
+
|
726
|
+
end
|
727
|
+
end
|