aws-sdk-appflow 1.17.0 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,7 @@ module Aws::Appflow
14
14
  include Seahorse::Model
15
15
 
16
16
  ARN = Shapes::StringShape.new(name: 'ARN')
17
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
18
  AccessKeyId = Shapes::StringShape.new(name: 'AccessKeyId')
18
19
  AccessToken = Shapes::StringShape.new(name: 'AccessToken')
19
20
  AccountName = Shapes::StringShape.new(name: 'AccountName')
@@ -25,13 +26,21 @@ module Aws::Appflow
25
26
  AmplitudeMetadata = Shapes::StructureShape.new(name: 'AmplitudeMetadata')
26
27
  AmplitudeSourceProperties = Shapes::StructureShape.new(name: 'AmplitudeSourceProperties')
27
28
  ApiKey = Shapes::StringShape.new(name: 'ApiKey')
29
+ ApiKeyCredentials = Shapes::StructureShape.new(name: 'ApiKeyCredentials')
28
30
  ApiSecretKey = Shapes::StringShape.new(name: 'ApiSecretKey')
29
31
  ApiToken = Shapes::StringShape.new(name: 'ApiToken')
32
+ ApiVersion = Shapes::StringShape.new(name: 'ApiVersion')
30
33
  ApplicationHostUrl = Shapes::StringShape.new(name: 'ApplicationHostUrl')
31
34
  ApplicationKey = Shapes::StringShape.new(name: 'ApplicationKey')
32
35
  ApplicationServicePath = Shapes::StringShape.new(name: 'ApplicationServicePath')
36
+ ApplicationType = Shapes::StringShape.new(name: 'ApplicationType')
33
37
  AuthCode = Shapes::StringShape.new(name: 'AuthCode')
34
38
  AuthCodeUrl = Shapes::StringShape.new(name: 'AuthCodeUrl')
39
+ AuthCodeUrlList = Shapes::ListShape.new(name: 'AuthCodeUrlList')
40
+ AuthParameter = Shapes::StructureShape.new(name: 'AuthParameter')
41
+ AuthParameterList = Shapes::ListShape.new(name: 'AuthParameterList')
42
+ AuthenticationConfig = Shapes::StructureShape.new(name: 'AuthenticationConfig')
43
+ AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
35
44
  BasicAuthCredentials = Shapes::StructureShape.new(name: 'BasicAuthCredentials')
36
45
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
37
46
  BucketName = Shapes::StringShape.new(name: 'BucketName')
@@ -45,14 +54,22 @@ module Aws::Appflow
45
54
  ConnectorAuthenticationException = Shapes::StructureShape.new(name: 'ConnectorAuthenticationException')
46
55
  ConnectorConfiguration = Shapes::StructureShape.new(name: 'ConnectorConfiguration')
47
56
  ConnectorConfigurationsMap = Shapes::MapShape.new(name: 'ConnectorConfigurationsMap')
57
+ ConnectorDescription = Shapes::StringShape.new(name: 'ConnectorDescription')
58
+ ConnectorDetail = Shapes::StructureShape.new(name: 'ConnectorDetail')
48
59
  ConnectorEntity = Shapes::StructureShape.new(name: 'ConnectorEntity')
49
60
  ConnectorEntityField = Shapes::StructureShape.new(name: 'ConnectorEntityField')
50
61
  ConnectorEntityFieldList = Shapes::ListShape.new(name: 'ConnectorEntityFieldList')
51
62
  ConnectorEntityList = Shapes::ListShape.new(name: 'ConnectorEntityList')
52
63
  ConnectorEntityMap = Shapes::MapShape.new(name: 'ConnectorEntityMap')
64
+ ConnectorLabel = Shapes::StringShape.new(name: 'ConnectorLabel')
65
+ ConnectorList = Shapes::ListShape.new(name: 'ConnectorList')
53
66
  ConnectorMetadata = Shapes::StructureShape.new(name: 'ConnectorMetadata')
67
+ ConnectorMode = Shapes::StringShape.new(name: 'ConnectorMode')
68
+ ConnectorModeList = Shapes::ListShape.new(name: 'ConnectorModeList')
69
+ ConnectorName = Shapes::StringShape.new(name: 'ConnectorName')
54
70
  ConnectorOAuthRequest = Shapes::StructureShape.new(name: 'ConnectorOAuthRequest')
55
71
  ConnectorOperator = Shapes::StructureShape.new(name: 'ConnectorOperator')
72
+ ConnectorOwner = Shapes::StringShape.new(name: 'ConnectorOwner')
56
73
  ConnectorProfile = Shapes::StructureShape.new(name: 'ConnectorProfile')
57
74
  ConnectorProfileArn = Shapes::StringShape.new(name: 'ConnectorProfileArn')
58
75
  ConnectorProfileConfig = Shapes::StructureShape.new(name: 'ConnectorProfileConfig')
@@ -61,14 +78,38 @@ module Aws::Appflow
61
78
  ConnectorProfileName = Shapes::StringShape.new(name: 'ConnectorProfileName')
62
79
  ConnectorProfileNameList = Shapes::ListShape.new(name: 'ConnectorProfileNameList')
63
80
  ConnectorProfileProperties = Shapes::StructureShape.new(name: 'ConnectorProfileProperties')
81
+ ConnectorProvisioningConfig = Shapes::StructureShape.new(name: 'ConnectorProvisioningConfig')
82
+ ConnectorProvisioningType = Shapes::StringShape.new(name: 'ConnectorProvisioningType')
83
+ ConnectorRuntimeSetting = Shapes::StructureShape.new(name: 'ConnectorRuntimeSetting')
84
+ ConnectorRuntimeSettingDataType = Shapes::StringShape.new(name: 'ConnectorRuntimeSettingDataType')
85
+ ConnectorRuntimeSettingList = Shapes::ListShape.new(name: 'ConnectorRuntimeSettingList')
86
+ ConnectorRuntimeSettingScope = Shapes::StringShape.new(name: 'ConnectorRuntimeSettingScope')
64
87
  ConnectorServerException = Shapes::StructureShape.new(name: 'ConnectorServerException')
88
+ ConnectorSuppliedValue = Shapes::StringShape.new(name: 'ConnectorSuppliedValue')
89
+ ConnectorSuppliedValueList = Shapes::ListShape.new(name: 'ConnectorSuppliedValueList')
90
+ ConnectorSuppliedValueOptionList = Shapes::ListShape.new(name: 'ConnectorSuppliedValueOptionList')
65
91
  ConnectorType = Shapes::StringShape.new(name: 'ConnectorType')
66
92
  ConnectorTypeList = Shapes::ListShape.new(name: 'ConnectorTypeList')
93
+ ConnectorVersion = Shapes::StringShape.new(name: 'ConnectorVersion')
67
94
  CreateConnectorProfileRequest = Shapes::StructureShape.new(name: 'CreateConnectorProfileRequest')
68
95
  CreateConnectorProfileResponse = Shapes::StructureShape.new(name: 'CreateConnectorProfileResponse')
69
96
  CreateFlowRequest = Shapes::StructureShape.new(name: 'CreateFlowRequest')
70
97
  CreateFlowResponse = Shapes::StructureShape.new(name: 'CreateFlowResponse')
71
98
  CreatedBy = Shapes::StringShape.new(name: 'CreatedBy')
99
+ CredentialsMap = Shapes::MapShape.new(name: 'CredentialsMap')
100
+ CredentialsMapKey = Shapes::StringShape.new(name: 'CredentialsMapKey')
101
+ CredentialsMapValue = Shapes::StringShape.new(name: 'CredentialsMapValue')
102
+ CustomAuthConfig = Shapes::StructureShape.new(name: 'CustomAuthConfig')
103
+ CustomAuthConfigList = Shapes::ListShape.new(name: 'CustomAuthConfigList')
104
+ CustomAuthCredentials = Shapes::StructureShape.new(name: 'CustomAuthCredentials')
105
+ CustomAuthenticationType = Shapes::StringShape.new(name: 'CustomAuthenticationType')
106
+ CustomConnectorDestinationProperties = Shapes::StructureShape.new(name: 'CustomConnectorDestinationProperties')
107
+ CustomConnectorProfileCredentials = Shapes::StructureShape.new(name: 'CustomConnectorProfileCredentials')
108
+ CustomConnectorProfileProperties = Shapes::StructureShape.new(name: 'CustomConnectorProfileProperties')
109
+ CustomConnectorSourceProperties = Shapes::StructureShape.new(name: 'CustomConnectorSourceProperties')
110
+ CustomProperties = Shapes::MapShape.new(name: 'CustomProperties')
111
+ CustomPropertyKey = Shapes::StringShape.new(name: 'CustomPropertyKey')
112
+ CustomPropertyValue = Shapes::StringShape.new(name: 'CustomPropertyValue')
72
113
  CustomerProfilesDestinationProperties = Shapes::StructureShape.new(name: 'CustomerProfilesDestinationProperties')
73
114
  CustomerProfilesMetadata = Shapes::StructureShape.new(name: 'CustomerProfilesMetadata')
74
115
  DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
@@ -88,6 +129,8 @@ module Aws::Appflow
88
129
  DescribeConnectorEntityResponse = Shapes::StructureShape.new(name: 'DescribeConnectorEntityResponse')
89
130
  DescribeConnectorProfilesRequest = Shapes::StructureShape.new(name: 'DescribeConnectorProfilesRequest')
90
131
  DescribeConnectorProfilesResponse = Shapes::StructureShape.new(name: 'DescribeConnectorProfilesResponse')
132
+ DescribeConnectorRequest = Shapes::StructureShape.new(name: 'DescribeConnectorRequest')
133
+ DescribeConnectorResponse = Shapes::StructureShape.new(name: 'DescribeConnectorResponse')
91
134
  DescribeConnectorsRequest = Shapes::StructureShape.new(name: 'DescribeConnectorsRequest')
92
135
  DescribeConnectorsResponse = Shapes::StructureShape.new(name: 'DescribeConnectorsResponse')
93
136
  DescribeFlowExecutionRecordsRequest = Shapes::StructureShape.new(name: 'DescribeFlowExecutionRecordsRequest')
@@ -102,12 +145,14 @@ module Aws::Appflow
102
145
  DestinationFlowConfigList = Shapes::ListShape.new(name: 'DestinationFlowConfigList')
103
146
  DocumentType = Shapes::StringShape.new(name: 'DocumentType')
104
147
  DomainName = Shapes::StringShape.new(name: 'DomainName')
148
+ Double = Shapes::FloatShape.new(name: 'Double')
105
149
  DynatraceConnectorOperator = Shapes::StringShape.new(name: 'DynatraceConnectorOperator')
106
150
  DynatraceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileCredentials')
107
151
  DynatraceConnectorProfileProperties = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileProperties')
108
152
  DynatraceMetadata = Shapes::StructureShape.new(name: 'DynatraceMetadata')
109
153
  DynatraceSourceProperties = Shapes::StructureShape.new(name: 'DynatraceSourceProperties')
110
154
  EntitiesPath = Shapes::StringShape.new(name: 'EntitiesPath')
155
+ EntityName = Shapes::StringShape.new(name: 'EntityName')
111
156
  ErrorHandlingConfig = Shapes::StructureShape.new(name: 'ErrorHandlingConfig')
112
157
  ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
113
158
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
@@ -154,12 +199,16 @@ module Aws::Appflow
154
199
  KMSArn = Shapes::StringShape.new(name: 'KMSArn')
155
200
  Key = Shapes::StringShape.new(name: 'Key')
156
201
  Label = Shapes::StringShape.new(name: 'Label')
202
+ LambdaConnectorProvisioningConfig = Shapes::StructureShape.new(name: 'LambdaConnectorProvisioningConfig')
157
203
  ListConnectorEntitiesRequest = Shapes::StructureShape.new(name: 'ListConnectorEntitiesRequest')
158
204
  ListConnectorEntitiesResponse = Shapes::StructureShape.new(name: 'ListConnectorEntitiesResponse')
205
+ ListConnectorsRequest = Shapes::StructureShape.new(name: 'ListConnectorsRequest')
206
+ ListConnectorsResponse = Shapes::StructureShape.new(name: 'ListConnectorsResponse')
159
207
  ListFlowsRequest = Shapes::StructureShape.new(name: 'ListFlowsRequest')
160
208
  ListFlowsResponse = Shapes::StructureShape.new(name: 'ListFlowsResponse')
161
209
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
162
210
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
211
+ LogoURL = Shapes::StringShape.new(name: 'LogoURL')
163
212
  LogonLanguage = Shapes::StringShape.new(name: 'LogonLanguage')
164
213
  Long = Shapes::IntegerShape.new(name: 'Long')
165
214
  LookoutMetricsDestinationProperties = Shapes::StructureShape.new(name: 'LookoutMetricsDestinationProperties')
@@ -172,6 +221,11 @@ module Aws::Appflow
172
221
  MostRecentExecutionMessage = Shapes::StringShape.new(name: 'MostRecentExecutionMessage')
173
222
  Name = Shapes::StringShape.new(name: 'Name')
174
223
  NextToken = Shapes::StringShape.new(name: 'NextToken')
224
+ OAuth2Credentials = Shapes::StructureShape.new(name: 'OAuth2Credentials')
225
+ OAuth2Defaults = Shapes::StructureShape.new(name: 'OAuth2Defaults')
226
+ OAuth2GrantType = Shapes::StringShape.new(name: 'OAuth2GrantType')
227
+ OAuth2GrantTypeSupportedList = Shapes::ListShape.new(name: 'OAuth2GrantTypeSupportedList')
228
+ OAuth2Properties = Shapes::StructureShape.new(name: 'OAuth2Properties')
175
229
  OAuthCredentials = Shapes::StructureShape.new(name: 'OAuthCredentials')
176
230
  OAuthProperties = Shapes::StructureShape.new(name: 'OAuthProperties')
177
231
  OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
@@ -180,6 +234,7 @@ module Aws::Appflow
180
234
  ObjectTypeName = Shapes::StringShape.new(name: 'ObjectTypeName')
181
235
  Operator = Shapes::StringShape.new(name: 'Operator')
182
236
  OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
237
+ Operators = Shapes::StringShape.new(name: 'Operators')
183
238
  Password = Shapes::StringShape.new(name: 'Password')
184
239
  PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
185
240
  PrefixConfig = Shapes::StructureShape.new(name: 'PrefixConfig')
@@ -190,7 +245,11 @@ module Aws::Appflow
190
245
  PrivateConnectionProvisioningState = Shapes::StructureShape.new(name: 'PrivateConnectionProvisioningState')
191
246
  PrivateConnectionProvisioningStatus = Shapes::StringShape.new(name: 'PrivateConnectionProvisioningStatus')
192
247
  PrivateLinkServiceName = Shapes::StringShape.new(name: 'PrivateLinkServiceName')
248
+ ProfilePropertiesMap = Shapes::MapShape.new(name: 'ProfilePropertiesMap')
249
+ ProfilePropertyKey = Shapes::StringShape.new(name: 'ProfilePropertyKey')
250
+ ProfilePropertyValue = Shapes::StringShape.new(name: 'ProfilePropertyValue')
193
251
  Property = Shapes::StringShape.new(name: 'Property')
252
+ Range = Shapes::StructureShape.new(name: 'Range')
194
253
  RedirectUri = Shapes::StringShape.new(name: 'RedirectUri')
195
254
  RedshiftConnectorProfileCredentials = Shapes::StructureShape.new(name: 'RedshiftConnectorProfileCredentials')
196
255
  RedshiftConnectorProfileProperties = Shapes::StructureShape.new(name: 'RedshiftConnectorProfileProperties')
@@ -199,6 +258,9 @@ module Aws::Appflow
199
258
  RefreshToken = Shapes::StringShape.new(name: 'RefreshToken')
200
259
  Region = Shapes::StringShape.new(name: 'Region')
201
260
  RegionList = Shapes::ListShape.new(name: 'RegionList')
261
+ RegisterConnectorRequest = Shapes::StructureShape.new(name: 'RegisterConnectorRequest')
262
+ RegisterConnectorResponse = Shapes::StructureShape.new(name: 'RegisterConnectorResponse')
263
+ RegisteredBy = Shapes::StringShape.new(name: 'RegisteredBy')
202
264
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
203
265
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
204
266
  S3ConnectorOperator = Shapes::StringShape.new(name: 'S3ConnectorOperator')
@@ -255,7 +317,10 @@ module Aws::Appflow
255
317
  StopFlowRequest = Shapes::StructureShape.new(name: 'StopFlowRequest')
256
318
  StopFlowResponse = Shapes::StructureShape.new(name: 'StopFlowResponse')
257
319
  String = Shapes::StringShape.new(name: 'String')
320
+ SupportedApiVersion = Shapes::StringShape.new(name: 'SupportedApiVersion')
321
+ SupportedApiVersionList = Shapes::ListShape.new(name: 'SupportedApiVersionList')
258
322
  SupportedFieldTypeDetails = Shapes::StructureShape.new(name: 'SupportedFieldTypeDetails')
323
+ SupportedOperatorList = Shapes::ListShape.new(name: 'SupportedOperatorList')
259
324
  SupportedValueList = Shapes::ListShape.new(name: 'SupportedValueList')
260
325
  SupportedWriteOperationList = Shapes::ListShape.new(name: 'SupportedWriteOperationList')
261
326
  TagKey = Shapes::StringShape.new(name: 'TagKey')
@@ -268,8 +333,10 @@ module Aws::Appflow
268
333
  TaskPropertiesMap = Shapes::MapShape.new(name: 'TaskPropertiesMap')
269
334
  TaskType = Shapes::StringShape.new(name: 'TaskType')
270
335
  Tasks = Shapes::ListShape.new(name: 'Tasks')
336
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
271
337
  Timezone = Shapes::StringShape.new(name: 'Timezone')
272
338
  TokenUrl = Shapes::StringShape.new(name: 'TokenUrl')
339
+ TokenUrlList = Shapes::ListShape.new(name: 'TokenUrlList')
273
340
  TrendmicroConnectorOperator = Shapes::StringShape.new(name: 'TrendmicroConnectorOperator')
274
341
  TrendmicroConnectorProfileCredentials = Shapes::StructureShape.new(name: 'TrendmicroConnectorProfileCredentials')
275
342
  TrendmicroConnectorProfileProperties = Shapes::StructureShape.new(name: 'TrendmicroConnectorProfileProperties')
@@ -279,6 +346,8 @@ module Aws::Appflow
279
346
  TriggerProperties = Shapes::StructureShape.new(name: 'TriggerProperties')
280
347
  TriggerType = Shapes::StringShape.new(name: 'TriggerType')
281
348
  TriggerTypeList = Shapes::ListShape.new(name: 'TriggerTypeList')
349
+ UnregisterConnectorRequest = Shapes::StructureShape.new(name: 'UnregisterConnectorRequest')
350
+ UnregisterConnectorResponse = Shapes::StructureShape.new(name: 'UnregisterConnectorResponse')
282
351
  UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
283
352
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
284
353
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
@@ -308,6 +377,9 @@ module Aws::Appflow
308
377
  ZendeskMetadata = Shapes::StructureShape.new(name: 'ZendeskMetadata')
309
378
  ZendeskSourceProperties = Shapes::StructureShape.new(name: 'ZendeskSourceProperties')
310
379
 
380
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
381
+ AccessDeniedException.struct_class = Types::AccessDeniedException
382
+
311
383
  AggregationConfig.add_member(:aggregation_type, Shapes::ShapeRef.new(shape: AggregationType, location_name: "aggregationType"))
312
384
  AggregationConfig.struct_class = Types::AggregationConfig
313
385
 
@@ -322,6 +394,30 @@ module Aws::Appflow
322
394
  AmplitudeSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
323
395
  AmplitudeSourceProperties.struct_class = Types::AmplitudeSourceProperties
324
396
 
397
+ ApiKeyCredentials.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKey, required: true, location_name: "apiKey"))
398
+ ApiKeyCredentials.add_member(:api_secret_key, Shapes::ShapeRef.new(shape: ApiSecretKey, location_name: "apiSecretKey"))
399
+ ApiKeyCredentials.struct_class = Types::ApiKeyCredentials
400
+
401
+ AuthCodeUrlList.member = Shapes::ShapeRef.new(shape: AuthCodeUrl)
402
+
403
+ AuthParameter.add_member(:key, Shapes::ShapeRef.new(shape: Key, location_name: "key"))
404
+ AuthParameter.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRequired"))
405
+ AuthParameter.add_member(:label, Shapes::ShapeRef.new(shape: Label, location_name: "label"))
406
+ AuthParameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
407
+ AuthParameter.add_member(:is_sensitive_field, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSensitiveField"))
408
+ AuthParameter.add_member(:connector_supplied_values, Shapes::ShapeRef.new(shape: ConnectorSuppliedValueList, location_name: "connectorSuppliedValues"))
409
+ AuthParameter.struct_class = Types::AuthParameter
410
+
411
+ AuthParameterList.member = Shapes::ShapeRef.new(shape: AuthParameter)
412
+
413
+ AuthenticationConfig.add_member(:is_basic_auth_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "isBasicAuthSupported"))
414
+ AuthenticationConfig.add_member(:is_api_key_auth_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "isApiKeyAuthSupported"))
415
+ AuthenticationConfig.add_member(:is_o_auth_2_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "isOAuth2Supported"))
416
+ AuthenticationConfig.add_member(:is_custom_auth_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCustomAuthSupported"))
417
+ AuthenticationConfig.add_member(:o_auth_2_defaults, Shapes::ShapeRef.new(shape: OAuth2Defaults, location_name: "oAuth2Defaults"))
418
+ AuthenticationConfig.add_member(:custom_auth_configs, Shapes::ShapeRef.new(shape: CustomAuthConfigList, location_name: "customAuthConfigs"))
419
+ AuthenticationConfig.struct_class = Types::AuthenticationConfig
420
+
325
421
  BasicAuthCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
326
422
  BasicAuthCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
327
423
  BasicAuthCredentials.struct_class = Types::BasicAuthCredentials
@@ -340,22 +436,58 @@ module Aws::Appflow
340
436
  ConnectorConfiguration.add_member(:is_private_link_endpoint_url_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrivateLinkEndpointUrlRequired"))
341
437
  ConnectorConfiguration.add_member(:supported_trigger_types, Shapes::ShapeRef.new(shape: TriggerTypeList, location_name: "supportedTriggerTypes"))
342
438
  ConnectorConfiguration.add_member(:connector_metadata, Shapes::ShapeRef.new(shape: ConnectorMetadata, location_name: "connectorMetadata"))
439
+ ConnectorConfiguration.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
440
+ ConnectorConfiguration.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
441
+ ConnectorConfiguration.add_member(:connector_description, Shapes::ShapeRef.new(shape: ConnectorDescription, location_name: "connectorDescription"))
442
+ ConnectorConfiguration.add_member(:connector_owner, Shapes::ShapeRef.new(shape: ConnectorOwner, location_name: "connectorOwner"))
443
+ ConnectorConfiguration.add_member(:connector_name, Shapes::ShapeRef.new(shape: ConnectorName, location_name: "connectorName"))
444
+ ConnectorConfiguration.add_member(:connector_version, Shapes::ShapeRef.new(shape: ConnectorVersion, location_name: "connectorVersion"))
445
+ ConnectorConfiguration.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "connectorArn"))
446
+ ConnectorConfiguration.add_member(:connector_modes, Shapes::ShapeRef.new(shape: ConnectorModeList, location_name: "connectorModes"))
447
+ ConnectorConfiguration.add_member(:authentication_config, Shapes::ShapeRef.new(shape: AuthenticationConfig, location_name: "authenticationConfig"))
448
+ ConnectorConfiguration.add_member(:connector_runtime_settings, Shapes::ShapeRef.new(shape: ConnectorRuntimeSettingList, location_name: "connectorRuntimeSettings"))
449
+ ConnectorConfiguration.add_member(:supported_api_versions, Shapes::ShapeRef.new(shape: SupportedApiVersionList, location_name: "supportedApiVersions"))
450
+ ConnectorConfiguration.add_member(:supported_operators, Shapes::ShapeRef.new(shape: SupportedOperatorList, location_name: "supportedOperators"))
451
+ ConnectorConfiguration.add_member(:supported_write_operations, Shapes::ShapeRef.new(shape: SupportedWriteOperationList, location_name: "supportedWriteOperations"))
452
+ ConnectorConfiguration.add_member(:connector_provisioning_type, Shapes::ShapeRef.new(shape: ConnectorProvisioningType, location_name: "connectorProvisioningType"))
453
+ ConnectorConfiguration.add_member(:connector_provisioning_config, Shapes::ShapeRef.new(shape: ConnectorProvisioningConfig, location_name: "connectorProvisioningConfig"))
454
+ ConnectorConfiguration.add_member(:logo_url, Shapes::ShapeRef.new(shape: LogoURL, location_name: "logoURL"))
455
+ ConnectorConfiguration.add_member(:registered_at, Shapes::ShapeRef.new(shape: Date, location_name: "registeredAt"))
456
+ ConnectorConfiguration.add_member(:registered_by, Shapes::ShapeRef.new(shape: RegisteredBy, location_name: "registeredBy"))
343
457
  ConnectorConfiguration.struct_class = Types::ConnectorConfiguration
344
458
 
345
459
  ConnectorConfigurationsMap.key = Shapes::ShapeRef.new(shape: ConnectorType)
346
460
  ConnectorConfigurationsMap.value = Shapes::ShapeRef.new(shape: ConnectorConfiguration)
347
461
 
462
+ ConnectorDetail.add_member(:connector_description, Shapes::ShapeRef.new(shape: ConnectorDescription, location_name: "connectorDescription"))
463
+ ConnectorDetail.add_member(:connector_name, Shapes::ShapeRef.new(shape: ConnectorName, location_name: "connectorName"))
464
+ ConnectorDetail.add_member(:connector_owner, Shapes::ShapeRef.new(shape: ConnectorOwner, location_name: "connectorOwner"))
465
+ ConnectorDetail.add_member(:connector_version, Shapes::ShapeRef.new(shape: ConnectorVersion, location_name: "connectorVersion"))
466
+ ConnectorDetail.add_member(:application_type, Shapes::ShapeRef.new(shape: ApplicationType, location_name: "applicationType"))
467
+ ConnectorDetail.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
468
+ ConnectorDetail.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
469
+ ConnectorDetail.add_member(:registered_at, Shapes::ShapeRef.new(shape: Date, location_name: "registeredAt"))
470
+ ConnectorDetail.add_member(:registered_by, Shapes::ShapeRef.new(shape: RegisteredBy, location_name: "registeredBy"))
471
+ ConnectorDetail.add_member(:connector_provisioning_type, Shapes::ShapeRef.new(shape: ConnectorProvisioningType, location_name: "connectorProvisioningType"))
472
+ ConnectorDetail.add_member(:connector_modes, Shapes::ShapeRef.new(shape: ConnectorModeList, location_name: "connectorModes"))
473
+ ConnectorDetail.struct_class = Types::ConnectorDetail
474
+
348
475
  ConnectorEntity.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
349
476
  ConnectorEntity.add_member(:label, Shapes::ShapeRef.new(shape: Label, location_name: "label"))
350
477
  ConnectorEntity.add_member(:has_nested_entities, Shapes::ShapeRef.new(shape: Boolean, location_name: "hasNestedEntities"))
351
478
  ConnectorEntity.struct_class = Types::ConnectorEntity
352
479
 
353
480
  ConnectorEntityField.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "identifier"))
481
+ ConnectorEntityField.add_member(:parent_identifier, Shapes::ShapeRef.new(shape: Identifier, location_name: "parentIdentifier"))
354
482
  ConnectorEntityField.add_member(:label, Shapes::ShapeRef.new(shape: Label, location_name: "label"))
483
+ ConnectorEntityField.add_member(:is_primary_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrimaryKey"))
484
+ ConnectorEntityField.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "defaultValue"))
485
+ ConnectorEntityField.add_member(:is_deprecated, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDeprecated"))
355
486
  ConnectorEntityField.add_member(:supported_field_type_details, Shapes::ShapeRef.new(shape: SupportedFieldTypeDetails, location_name: "supportedFieldTypeDetails"))
356
487
  ConnectorEntityField.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
357
488
  ConnectorEntityField.add_member(:source_properties, Shapes::ShapeRef.new(shape: SourceFieldProperties, location_name: "sourceProperties"))
358
489
  ConnectorEntityField.add_member(:destination_properties, Shapes::ShapeRef.new(shape: DestinationFieldProperties, location_name: "destinationProperties"))
490
+ ConnectorEntityField.add_member(:custom_properties, Shapes::ShapeRef.new(shape: CustomProperties, location_name: "customProperties"))
359
491
  ConnectorEntityField.struct_class = Types::ConnectorEntityField
360
492
 
361
493
  ConnectorEntityFieldList.member = Shapes::ShapeRef.new(shape: ConnectorEntityField)
@@ -365,6 +497,8 @@ module Aws::Appflow
365
497
  ConnectorEntityMap.key = Shapes::ShapeRef.new(shape: Group)
366
498
  ConnectorEntityMap.value = Shapes::ShapeRef.new(shape: ConnectorEntityList)
367
499
 
500
+ ConnectorList.member = Shapes::ShapeRef.new(shape: ConnectorDetail)
501
+
368
502
  ConnectorMetadata.add_member(:amplitude, Shapes::ShapeRef.new(shape: AmplitudeMetadata, location_name: "Amplitude"))
369
503
  ConnectorMetadata.add_member(:datadog, Shapes::ShapeRef.new(shape: DatadogMetadata, location_name: "Datadog"))
370
504
  ConnectorMetadata.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceMetadata, location_name: "Dynatrace"))
@@ -388,6 +522,8 @@ module Aws::Appflow
388
522
  ConnectorMetadata.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataMetadata, location_name: "SAPOData"))
389
523
  ConnectorMetadata.struct_class = Types::ConnectorMetadata
390
524
 
525
+ ConnectorModeList.member = Shapes::ShapeRef.new(shape: ConnectorMode)
526
+
391
527
  ConnectorOAuthRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: AuthCode, location_name: "authCode"))
392
528
  ConnectorOAuthRequest.add_member(:redirect_uri, Shapes::ShapeRef.new(shape: RedirectUri, location_name: "redirectUri"))
393
529
  ConnectorOAuthRequest.struct_class = Types::ConnectorOAuthRequest
@@ -407,11 +543,13 @@ module Aws::Appflow
407
543
  ConnectorOperator.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorOperator, location_name: "Veeva"))
408
544
  ConnectorOperator.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorOperator, location_name: "Zendesk"))
409
545
  ConnectorOperator.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorOperator, location_name: "SAPOData"))
546
+ ConnectorOperator.add_member(:custom_connector, Shapes::ShapeRef.new(shape: Operator, location_name: "CustomConnector"))
410
547
  ConnectorOperator.struct_class = Types::ConnectorOperator
411
548
 
412
549
  ConnectorProfile.add_member(:connector_profile_arn, Shapes::ShapeRef.new(shape: ConnectorProfileArn, location_name: "connectorProfileArn"))
413
550
  ConnectorProfile.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
414
551
  ConnectorProfile.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
552
+ ConnectorProfile.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
415
553
  ConnectorProfile.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, location_name: "connectionMode"))
416
554
  ConnectorProfile.add_member(:credentials_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "credentialsArn"))
417
555
  ConnectorProfile.add_member(:connector_profile_properties, Shapes::ShapeRef.new(shape: ConnectorProfileProperties, location_name: "connectorProfileProperties"))
@@ -441,6 +579,7 @@ module Aws::Appflow
441
579
  ConnectorProfileCredentials.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorProfileCredentials, location_name: "Veeva"))
442
580
  ConnectorProfileCredentials.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileCredentials, location_name: "Zendesk"))
443
581
  ConnectorProfileCredentials.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileCredentials, location_name: "SAPOData"))
582
+ ConnectorProfileCredentials.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorProfileCredentials, location_name: "CustomConnector"))
444
583
  ConnectorProfileCredentials.struct_class = Types::ConnectorProfileCredentials
445
584
 
446
585
  ConnectorProfileDetailList.member = Shapes::ShapeRef.new(shape: ConnectorProfile)
@@ -464,16 +603,36 @@ module Aws::Appflow
464
603
  ConnectorProfileProperties.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorProfileProperties, location_name: "Veeva"))
465
604
  ConnectorProfileProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileProperties, location_name: "Zendesk"))
466
605
  ConnectorProfileProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileProperties, location_name: "SAPOData"))
606
+ ConnectorProfileProperties.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorProfileProperties, location_name: "CustomConnector"))
467
607
  ConnectorProfileProperties.struct_class = Types::ConnectorProfileProperties
468
608
 
609
+ ConnectorProvisioningConfig.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaConnectorProvisioningConfig, location_name: "lambda"))
610
+ ConnectorProvisioningConfig.struct_class = Types::ConnectorProvisioningConfig
611
+
612
+ ConnectorRuntimeSetting.add_member(:key, Shapes::ShapeRef.new(shape: Key, location_name: "key"))
613
+ ConnectorRuntimeSetting.add_member(:data_type, Shapes::ShapeRef.new(shape: ConnectorRuntimeSettingDataType, location_name: "dataType"))
614
+ ConnectorRuntimeSetting.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRequired"))
615
+ ConnectorRuntimeSetting.add_member(:label, Shapes::ShapeRef.new(shape: Label, location_name: "label"))
616
+ ConnectorRuntimeSetting.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
617
+ ConnectorRuntimeSetting.add_member(:scope, Shapes::ShapeRef.new(shape: ConnectorRuntimeSettingScope, location_name: "scope"))
618
+ ConnectorRuntimeSetting.add_member(:connector_supplied_value_options, Shapes::ShapeRef.new(shape: ConnectorSuppliedValueOptionList, location_name: "connectorSuppliedValueOptions"))
619
+ ConnectorRuntimeSetting.struct_class = Types::ConnectorRuntimeSetting
620
+
621
+ ConnectorRuntimeSettingList.member = Shapes::ShapeRef.new(shape: ConnectorRuntimeSetting)
622
+
469
623
  ConnectorServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
470
624
  ConnectorServerException.struct_class = Types::ConnectorServerException
471
625
 
626
+ ConnectorSuppliedValueList.member = Shapes::ShapeRef.new(shape: ConnectorSuppliedValue)
627
+
628
+ ConnectorSuppliedValueOptionList.member = Shapes::ShapeRef.new(shape: ConnectorSuppliedValue)
629
+
472
630
  ConnectorTypeList.member = Shapes::ShapeRef.new(shape: ConnectorType)
473
631
 
474
632
  CreateConnectorProfileRequest.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, required: true, location_name: "connectorProfileName"))
475
633
  CreateConnectorProfileRequest.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "kmsArn"))
476
634
  CreateConnectorProfileRequest.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
635
+ CreateConnectorProfileRequest.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
477
636
  CreateConnectorProfileRequest.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, required: true, location_name: "connectionMode"))
478
637
  CreateConnectorProfileRequest.add_member(:connector_profile_config, Shapes::ShapeRef.new(shape: ConnectorProfileConfig, required: true, location_name: "connectorProfileConfig"))
479
638
  CreateConnectorProfileRequest.struct_class = Types::CreateConnectorProfileRequest
@@ -495,6 +654,44 @@ module Aws::Appflow
495
654
  CreateFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
496
655
  CreateFlowResponse.struct_class = Types::CreateFlowResponse
497
656
 
657
+ CredentialsMap.key = Shapes::ShapeRef.new(shape: CredentialsMapKey)
658
+ CredentialsMap.value = Shapes::ShapeRef.new(shape: CredentialsMapValue)
659
+
660
+ CustomAuthConfig.add_member(:custom_authentication_type, Shapes::ShapeRef.new(shape: CustomAuthenticationType, location_name: "customAuthenticationType"))
661
+ CustomAuthConfig.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: AuthParameterList, location_name: "authParameters"))
662
+ CustomAuthConfig.struct_class = Types::CustomAuthConfig
663
+
664
+ CustomAuthConfigList.member = Shapes::ShapeRef.new(shape: CustomAuthConfig)
665
+
666
+ CustomAuthCredentials.add_member(:custom_authentication_type, Shapes::ShapeRef.new(shape: CustomAuthenticationType, required: true, location_name: "customAuthenticationType"))
667
+ CustomAuthCredentials.add_member(:credentials_map, Shapes::ShapeRef.new(shape: CredentialsMap, location_name: "credentialsMap"))
668
+ CustomAuthCredentials.struct_class = Types::CustomAuthCredentials
669
+
670
+ CustomConnectorDestinationProperties.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
671
+ CustomConnectorDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
672
+ CustomConnectorDestinationProperties.add_member(:write_operation_type, Shapes::ShapeRef.new(shape: WriteOperationType, location_name: "writeOperationType"))
673
+ CustomConnectorDestinationProperties.add_member(:id_field_names, Shapes::ShapeRef.new(shape: IdFieldNameList, location_name: "idFieldNames"))
674
+ CustomConnectorDestinationProperties.add_member(:custom_properties, Shapes::ShapeRef.new(shape: CustomProperties, location_name: "customProperties"))
675
+ CustomConnectorDestinationProperties.struct_class = Types::CustomConnectorDestinationProperties
676
+
677
+ CustomConnectorProfileCredentials.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, required: true, location_name: "authenticationType"))
678
+ CustomConnectorProfileCredentials.add_member(:basic, Shapes::ShapeRef.new(shape: BasicAuthCredentials, location_name: "basic"))
679
+ CustomConnectorProfileCredentials.add_member(:oauth2, Shapes::ShapeRef.new(shape: OAuth2Credentials, location_name: "oauth2"))
680
+ CustomConnectorProfileCredentials.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKeyCredentials, location_name: "apiKey"))
681
+ CustomConnectorProfileCredentials.add_member(:custom, Shapes::ShapeRef.new(shape: CustomAuthCredentials, location_name: "custom"))
682
+ CustomConnectorProfileCredentials.struct_class = Types::CustomConnectorProfileCredentials
683
+
684
+ CustomConnectorProfileProperties.add_member(:profile_properties, Shapes::ShapeRef.new(shape: ProfilePropertiesMap, location_name: "profileProperties"))
685
+ CustomConnectorProfileProperties.add_member(:o_auth_2_properties, Shapes::ShapeRef.new(shape: OAuth2Properties, location_name: "oAuth2Properties"))
686
+ CustomConnectorProfileProperties.struct_class = Types::CustomConnectorProfileProperties
687
+
688
+ CustomConnectorSourceProperties.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
689
+ CustomConnectorSourceProperties.add_member(:custom_properties, Shapes::ShapeRef.new(shape: CustomProperties, location_name: "customProperties"))
690
+ CustomConnectorSourceProperties.struct_class = Types::CustomConnectorSourceProperties
691
+
692
+ CustomProperties.key = Shapes::ShapeRef.new(shape: CustomPropertyKey)
693
+ CustomProperties.value = Shapes::ShapeRef.new(shape: CustomPropertyValue)
694
+
498
695
  CustomerProfilesDestinationProperties.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
499
696
  CustomerProfilesDestinationProperties.add_member(:object_type_name, Shapes::ShapeRef.new(shape: ObjectTypeName, location_name: "objectTypeName"))
500
697
  CustomerProfilesDestinationProperties.struct_class = Types::CustomerProfilesDestinationProperties
@@ -525,9 +722,10 @@ module Aws::Appflow
525
722
 
526
723
  DeleteFlowResponse.struct_class = Types::DeleteFlowResponse
527
724
 
528
- DescribeConnectorEntityRequest.add_member(:connector_entity_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "connectorEntityName"))
725
+ DescribeConnectorEntityRequest.add_member(:connector_entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "connectorEntityName"))
529
726
  DescribeConnectorEntityRequest.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
530
727
  DescribeConnectorEntityRequest.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
728
+ DescribeConnectorEntityRequest.add_member(:api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "apiVersion"))
531
729
  DescribeConnectorEntityRequest.struct_class = Types::DescribeConnectorEntityRequest
532
730
 
533
731
  DescribeConnectorEntityResponse.add_member(:connector_entity_fields, Shapes::ShapeRef.new(shape: ConnectorEntityFieldList, required: true, location_name: "connectorEntityFields"))
@@ -535,6 +733,7 @@ module Aws::Appflow
535
733
 
536
734
  DescribeConnectorProfilesRequest.add_member(:connector_profile_names, Shapes::ShapeRef.new(shape: ConnectorProfileNameList, location_name: "connectorProfileNames"))
537
735
  DescribeConnectorProfilesRequest.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
736
+ DescribeConnectorProfilesRequest.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
538
737
  DescribeConnectorProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
539
738
  DescribeConnectorProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
540
739
  DescribeConnectorProfilesRequest.struct_class = Types::DescribeConnectorProfilesRequest
@@ -543,11 +742,20 @@ module Aws::Appflow
543
742
  DescribeConnectorProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
544
743
  DescribeConnectorProfilesResponse.struct_class = Types::DescribeConnectorProfilesResponse
545
744
 
745
+ DescribeConnectorRequest.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
746
+ DescribeConnectorRequest.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
747
+ DescribeConnectorRequest.struct_class = Types::DescribeConnectorRequest
748
+
749
+ DescribeConnectorResponse.add_member(:connector_configuration, Shapes::ShapeRef.new(shape: ConnectorConfiguration, location_name: "connectorConfiguration"))
750
+ DescribeConnectorResponse.struct_class = Types::DescribeConnectorResponse
751
+
546
752
  DescribeConnectorsRequest.add_member(:connector_types, Shapes::ShapeRef.new(shape: ConnectorTypeList, location_name: "connectorTypes"))
753
+ DescribeConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
547
754
  DescribeConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
548
755
  DescribeConnectorsRequest.struct_class = Types::DescribeConnectorsRequest
549
756
 
550
757
  DescribeConnectorsResponse.add_member(:connector_configurations, Shapes::ShapeRef.new(shape: ConnectorConfigurationsMap, location_name: "connectorConfigurations"))
758
+ DescribeConnectorsResponse.add_member(:connectors, Shapes::ShapeRef.new(shape: ConnectorList, location_name: "connectors"))
551
759
  DescribeConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
552
760
  DescribeConnectorsResponse.struct_class = Types::DescribeConnectorsResponse
553
761
 
@@ -591,16 +799,19 @@ module Aws::Appflow
591
799
  DestinationConnectorProperties.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeDestinationProperties, location_name: "Honeycode"))
592
800
  DestinationConnectorProperties.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesDestinationProperties, location_name: "CustomerProfiles"))
593
801
  DestinationConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskDestinationProperties, location_name: "Zendesk"))
802
+ DestinationConnectorProperties.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorDestinationProperties, location_name: "CustomConnector"))
594
803
  DestinationConnectorProperties.struct_class = Types::DestinationConnectorProperties
595
804
 
596
805
  DestinationFieldProperties.add_member(:is_creatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCreatable"))
597
806
  DestinationFieldProperties.add_member(:is_nullable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isNullable"))
598
807
  DestinationFieldProperties.add_member(:is_upsertable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isUpsertable"))
599
808
  DestinationFieldProperties.add_member(:is_updatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isUpdatable"))
809
+ DestinationFieldProperties.add_member(:is_defaulted_on_create, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefaultedOnCreate"))
600
810
  DestinationFieldProperties.add_member(:supported_write_operations, Shapes::ShapeRef.new(shape: SupportedWriteOperationList, location_name: "supportedWriteOperations"))
601
811
  DestinationFieldProperties.struct_class = Types::DestinationFieldProperties
602
812
 
603
813
  DestinationFlowConfig.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
814
+ DestinationFlowConfig.add_member(:api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "apiVersion"))
604
815
  DestinationFlowConfig.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
605
816
  DestinationFlowConfig.add_member(:destination_connector_properties, Shapes::ShapeRef.new(shape: DestinationConnectorProperties, required: true, location_name: "destinationConnectorProperties"))
606
817
  DestinationFlowConfig.struct_class = Types::DestinationFlowConfig
@@ -656,6 +867,10 @@ module Aws::Appflow
656
867
  FieldTypeDetails.add_member(:field_type, Shapes::ShapeRef.new(shape: FieldType, required: true, location_name: "fieldType"))
657
868
  FieldTypeDetails.add_member(:filter_operators, Shapes::ShapeRef.new(shape: FilterOperatorList, required: true, location_name: "filterOperators"))
658
869
  FieldTypeDetails.add_member(:supported_values, Shapes::ShapeRef.new(shape: SupportedValueList, location_name: "supportedValues"))
870
+ FieldTypeDetails.add_member(:value_regex_pattern, Shapes::ShapeRef.new(shape: String, location_name: "valueRegexPattern"))
871
+ FieldTypeDetails.add_member(:supported_date_format, Shapes::ShapeRef.new(shape: String, location_name: "supportedDateFormat"))
872
+ FieldTypeDetails.add_member(:field_value_range, Shapes::ShapeRef.new(shape: Range, location_name: "fieldValueRange"))
873
+ FieldTypeDetails.add_member(:field_length_range, Shapes::ShapeRef.new(shape: Range, location_name: "fieldLengthRange"))
659
874
  FieldTypeDetails.struct_class = Types::FieldTypeDetails
660
875
 
661
876
  FilterOperatorList.member = Shapes::ShapeRef.new(shape: Operator)
@@ -665,7 +880,9 @@ module Aws::Appflow
665
880
  FlowDefinition.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, location_name: "flowName"))
666
881
  FlowDefinition.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
667
882
  FlowDefinition.add_member(:source_connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "sourceConnectorType"))
883
+ FlowDefinition.add_member(:source_connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "sourceConnectorLabel"))
668
884
  FlowDefinition.add_member(:destination_connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "destinationConnectorType"))
885
+ FlowDefinition.add_member(:destination_connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "destinationConnectorLabel"))
669
886
  FlowDefinition.add_member(:trigger_type, Shapes::ShapeRef.new(shape: TriggerType, location_name: "triggerType"))
670
887
  FlowDefinition.add_member(:created_at, Shapes::ShapeRef.new(shape: Date, location_name: "createdAt"))
671
888
  FlowDefinition.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Date, location_name: "lastUpdatedAt"))
@@ -730,14 +947,26 @@ module Aws::Appflow
730
947
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
731
948
  InternalServerException.struct_class = Types::InternalServerException
732
949
 
950
+ LambdaConnectorProvisioningConfig.add_member(:lambda_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "lambdaArn"))
951
+ LambdaConnectorProvisioningConfig.struct_class = Types::LambdaConnectorProvisioningConfig
952
+
733
953
  ListConnectorEntitiesRequest.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
734
954
  ListConnectorEntitiesRequest.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
735
955
  ListConnectorEntitiesRequest.add_member(:entities_path, Shapes::ShapeRef.new(shape: EntitiesPath, location_name: "entitiesPath"))
956
+ ListConnectorEntitiesRequest.add_member(:api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "apiVersion"))
736
957
  ListConnectorEntitiesRequest.struct_class = Types::ListConnectorEntitiesRequest
737
958
 
738
959
  ListConnectorEntitiesResponse.add_member(:connector_entity_map, Shapes::ShapeRef.new(shape: ConnectorEntityMap, required: true, location_name: "connectorEntityMap"))
739
960
  ListConnectorEntitiesResponse.struct_class = Types::ListConnectorEntitiesResponse
740
961
 
962
+ ListConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
963
+ ListConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
964
+ ListConnectorsRequest.struct_class = Types::ListConnectorsRequest
965
+
966
+ ListConnectorsResponse.add_member(:connectors, Shapes::ShapeRef.new(shape: ConnectorList, location_name: "connectors"))
967
+ ListConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
968
+ ListConnectorsResponse.struct_class = Types::ListConnectorsResponse
969
+
741
970
  ListFlowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
742
971
  ListFlowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
743
972
  ListFlowsRequest.struct_class = Types::ListFlowsRequest
@@ -768,6 +997,25 @@ module Aws::Appflow
768
997
  MarketoSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
769
998
  MarketoSourceProperties.struct_class = Types::MarketoSourceProperties
770
999
 
1000
+ OAuth2Credentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "clientId"))
1001
+ OAuth2Credentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, location_name: "clientSecret"))
1002
+ OAuth2Credentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
1003
+ OAuth2Credentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
1004
+ OAuth2Credentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
1005
+ OAuth2Credentials.struct_class = Types::OAuth2Credentials
1006
+
1007
+ OAuth2Defaults.add_member(:oauth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, location_name: "oauthScopes"))
1008
+ OAuth2Defaults.add_member(:token_urls, Shapes::ShapeRef.new(shape: TokenUrlList, location_name: "tokenUrls"))
1009
+ OAuth2Defaults.add_member(:auth_code_urls, Shapes::ShapeRef.new(shape: AuthCodeUrlList, location_name: "authCodeUrls"))
1010
+ OAuth2Defaults.add_member(:oauth2_grant_types_supported, Shapes::ShapeRef.new(shape: OAuth2GrantTypeSupportedList, location_name: "oauth2GrantTypesSupported"))
1011
+ OAuth2Defaults.struct_class = Types::OAuth2Defaults
1012
+
1013
+ OAuth2GrantTypeSupportedList.member = Shapes::ShapeRef.new(shape: OAuth2GrantType)
1014
+
1015
+ OAuth2Properties.add_member(:token_url, Shapes::ShapeRef.new(shape: TokenUrl, required: true, location_name: "tokenUrl"))
1016
+ OAuth2Properties.add_member(:o_auth_2_grant_type, Shapes::ShapeRef.new(shape: OAuth2GrantType, required: true, location_name: "oAuth2GrantType"))
1017
+ OAuth2Properties.struct_class = Types::OAuth2Properties
1018
+
771
1019
  OAuthCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
772
1020
  OAuthCredentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
773
1021
  OAuthCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
@@ -791,6 +1039,13 @@ module Aws::Appflow
791
1039
  PrivateConnectionProvisioningState.add_member(:failure_cause, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningFailureCause, location_name: "failureCause"))
792
1040
  PrivateConnectionProvisioningState.struct_class = Types::PrivateConnectionProvisioningState
793
1041
 
1042
+ ProfilePropertiesMap.key = Shapes::ShapeRef.new(shape: ProfilePropertyKey)
1043
+ ProfilePropertiesMap.value = Shapes::ShapeRef.new(shape: ProfilePropertyValue)
1044
+
1045
+ Range.add_member(:maximum, Shapes::ShapeRef.new(shape: Double, location_name: "maximum"))
1046
+ Range.add_member(:minimum, Shapes::ShapeRef.new(shape: Double, location_name: "minimum"))
1047
+ Range.struct_class = Types::Range
1048
+
794
1049
  RedshiftConnectorProfileCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
795
1050
  RedshiftConnectorProfileCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
796
1051
  RedshiftConnectorProfileCredentials.struct_class = Types::RedshiftConnectorProfileCredentials
@@ -811,6 +1066,15 @@ module Aws::Appflow
811
1066
 
812
1067
  RegionList.member = Shapes::ShapeRef.new(shape: Region)
813
1068
 
1069
+ RegisterConnectorRequest.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
1070
+ RegisterConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1071
+ RegisterConnectorRequest.add_member(:connector_provisioning_type, Shapes::ShapeRef.new(shape: ConnectorProvisioningType, location_name: "connectorProvisioningType"))
1072
+ RegisterConnectorRequest.add_member(:connector_provisioning_config, Shapes::ShapeRef.new(shape: ConnectorProvisioningConfig, location_name: "connectorProvisioningConfig"))
1073
+ RegisterConnectorRequest.struct_class = Types::RegisterConnectorRequest
1074
+
1075
+ RegisterConnectorResponse.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "connectorArn"))
1076
+ RegisterConnectorResponse.struct_class = Types::RegisterConnectorResponse
1077
+
814
1078
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
815
1079
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
816
1080
 
@@ -964,15 +1228,18 @@ module Aws::Appflow
964
1228
  SourceConnectorProperties.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaSourceProperties, location_name: "Veeva"))
965
1229
  SourceConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskSourceProperties, location_name: "Zendesk"))
966
1230
  SourceConnectorProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataSourceProperties, location_name: "SAPOData"))
1231
+ SourceConnectorProperties.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorSourceProperties, location_name: "CustomConnector"))
967
1232
  SourceConnectorProperties.struct_class = Types::SourceConnectorProperties
968
1233
 
969
1234
  SourceFieldProperties.add_member(:is_retrievable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRetrievable"))
970
1235
  SourceFieldProperties.add_member(:is_queryable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isQueryable"))
1236
+ SourceFieldProperties.add_member(:is_timestamp_field_for_incremental_queries, Shapes::ShapeRef.new(shape: Boolean, location_name: "isTimestampFieldForIncrementalQueries"))
971
1237
  SourceFieldProperties.struct_class = Types::SourceFieldProperties
972
1238
 
973
1239
  SourceFields.member = Shapes::ShapeRef.new(shape: String)
974
1240
 
975
1241
  SourceFlowConfig.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
1242
+ SourceFlowConfig.add_member(:api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "apiVersion"))
976
1243
  SourceFlowConfig.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
977
1244
  SourceFlowConfig.add_member(:source_connector_properties, Shapes::ShapeRef.new(shape: SourceConnectorProperties, required: true, location_name: "sourceConnectorProperties"))
978
1245
  SourceFlowConfig.add_member(:incremental_pull_config, Shapes::ShapeRef.new(shape: IncrementalPullConfig, location_name: "incrementalPullConfig"))
@@ -993,9 +1260,13 @@ module Aws::Appflow
993
1260
  StopFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
994
1261
  StopFlowResponse.struct_class = Types::StopFlowResponse
995
1262
 
1263
+ SupportedApiVersionList.member = Shapes::ShapeRef.new(shape: SupportedApiVersion)
1264
+
996
1265
  SupportedFieldTypeDetails.add_member(:v1, Shapes::ShapeRef.new(shape: FieldTypeDetails, required: true, location_name: "v1"))
997
1266
  SupportedFieldTypeDetails.struct_class = Types::SupportedFieldTypeDetails
998
1267
 
1268
+ SupportedOperatorList.member = Shapes::ShapeRef.new(shape: Operators)
1269
+
999
1270
  SupportedValueList.member = Shapes::ShapeRef.new(shape: Value)
1000
1271
 
1001
1272
  SupportedWriteOperationList.member = Shapes::ShapeRef.new(shape: WriteOperationType)
@@ -1023,6 +1294,11 @@ module Aws::Appflow
1023
1294
 
1024
1295
  Tasks.member = Shapes::ShapeRef.new(shape: Task)
1025
1296
 
1297
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1298
+ ThrottlingException.struct_class = Types::ThrottlingException
1299
+
1300
+ TokenUrlList.member = Shapes::ShapeRef.new(shape: TokenUrl)
1301
+
1026
1302
  TrendmicroConnectorProfileCredentials.add_member(:api_secret_key, Shapes::ShapeRef.new(shape: ApiSecretKey, required: true, location_name: "apiSecretKey"))
1027
1303
  TrendmicroConnectorProfileCredentials.struct_class = Types::TrendmicroConnectorProfileCredentials
1028
1304
 
@@ -1042,6 +1318,12 @@ module Aws::Appflow
1042
1318
 
1043
1319
  TriggerTypeList.member = Shapes::ShapeRef.new(shape: TriggerType)
1044
1320
 
1321
+ UnregisterConnectorRequest.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, required: true, location_name: "connectorLabel"))
1322
+ UnregisterConnectorRequest.add_member(:force_delete, Shapes::ShapeRef.new(shape: Boolean, location_name: "forceDelete"))
1323
+ UnregisterConnectorRequest.struct_class = Types::UnregisterConnectorRequest
1324
+
1325
+ UnregisterConnectorResponse.struct_class = Types::UnregisterConnectorResponse
1326
+
1045
1327
  UnsupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1046
1328
  UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
1047
1329
 
@@ -1190,6 +1472,17 @@ module Aws::Appflow
1190
1472
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1191
1473
  end)
1192
1474
 
1475
+ api.add_operation(:describe_connector, Seahorse::Model::Operation.new.tap do |o|
1476
+ o.name = "DescribeConnector"
1477
+ o.http_method = "POST"
1478
+ o.http_request_uri = "/describe-connector"
1479
+ o.input = Shapes::ShapeRef.new(shape: DescribeConnectorRequest)
1480
+ o.output = Shapes::ShapeRef.new(shape: DescribeConnectorResponse)
1481
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1482
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1483
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1484
+ end)
1485
+
1193
1486
  api.add_operation(:describe_connector_entity, Seahorse::Model::Operation.new.tap do |o|
1194
1487
  o.name = "DescribeConnectorEntity"
1195
1488
  o.http_method = "POST"
@@ -1228,6 +1521,7 @@ module Aws::Appflow
1228
1521
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1229
1522
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1230
1523
  o[:pager] = Aws::Pager.new(
1524
+ limit_key: "max_results",
1231
1525
  tokens: {
1232
1526
  "next_token" => "next_token"
1233
1527
  }
@@ -1274,6 +1568,22 @@ module Aws::Appflow
1274
1568
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1275
1569
  end)
1276
1570
 
1571
+ api.add_operation(:list_connectors, Seahorse::Model::Operation.new.tap do |o|
1572
+ o.name = "ListConnectors"
1573
+ o.http_method = "POST"
1574
+ o.http_request_uri = "/list-connectors"
1575
+ o.input = Shapes::ShapeRef.new(shape: ListConnectorsRequest)
1576
+ o.output = Shapes::ShapeRef.new(shape: ListConnectorsResponse)
1577
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1578
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1579
+ o[:pager] = Aws::Pager.new(
1580
+ limit_key: "max_results",
1581
+ tokens: {
1582
+ "next_token" => "next_token"
1583
+ }
1584
+ )
1585
+ end)
1586
+
1277
1587
  api.add_operation(:list_flows, Seahorse::Model::Operation.new.tap do |o|
1278
1588
  o.name = "ListFlows"
1279
1589
  o.http_method = "POST"
@@ -1301,6 +1611,23 @@ module Aws::Appflow
1301
1611
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1302
1612
  end)
1303
1613
 
1614
+ api.add_operation(:register_connector, Seahorse::Model::Operation.new.tap do |o|
1615
+ o.name = "RegisterConnector"
1616
+ o.http_method = "POST"
1617
+ o.http_request_uri = "/register-connector"
1618
+ o.input = Shapes::ShapeRef.new(shape: RegisterConnectorRequest)
1619
+ o.output = Shapes::ShapeRef.new(shape: RegisterConnectorResponse)
1620
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1621
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1622
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1623
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1624
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1625
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1626
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1627
+ o.errors << Shapes::ShapeRef.new(shape: ConnectorServerException)
1628
+ o.errors << Shapes::ShapeRef.new(shape: ConnectorAuthenticationException)
1629
+ end)
1630
+
1304
1631
  api.add_operation(:start_flow, Seahorse::Model::Operation.new.tap do |o|
1305
1632
  o.name = "StartFlow"
1306
1633
  o.http_method = "POST"
@@ -1336,6 +1663,17 @@ module Aws::Appflow
1336
1663
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1337
1664
  end)
1338
1665
 
1666
+ api.add_operation(:unregister_connector, Seahorse::Model::Operation.new.tap do |o|
1667
+ o.name = "UnregisterConnector"
1668
+ o.http_method = "POST"
1669
+ o.http_request_uri = "/unregister-connector"
1670
+ o.input = Shapes::ShapeRef.new(shape: UnregisterConnectorRequest)
1671
+ o.output = Shapes::ShapeRef.new(shape: UnregisterConnectorResponse)
1672
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1673
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1674
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1675
+ end)
1676
+
1339
1677
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1340
1678
  o.name = "UntagResource"
1341
1679
  o.http_method = "DELETE"