aws-sdk-appflow 1.19.0 → 1.51.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,34 +26,56 @@ 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')
38
47
  BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
48
+ BusinessUnitId = Shapes::StringShape.new(name: 'BusinessUnitId')
49
+ CancelFlowExecutionsRequest = Shapes::StructureShape.new(name: 'CancelFlowExecutionsRequest')
50
+ CancelFlowExecutionsResponse = Shapes::StructureShape.new(name: 'CancelFlowExecutionsResponse')
51
+ CatalogType = Shapes::StringShape.new(name: 'CatalogType')
39
52
  ClientCredentialsArn = Shapes::StringShape.new(name: 'ClientCredentialsArn')
40
53
  ClientId = Shapes::StringShape.new(name: 'ClientId')
41
54
  ClientNumber = Shapes::StringShape.new(name: 'ClientNumber')
42
55
  ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
56
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
57
+ ClusterIdentifier = Shapes::StringShape.new(name: 'ClusterIdentifier')
43
58
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
44
59
  ConnectionMode = Shapes::StringShape.new(name: 'ConnectionMode')
45
60
  ConnectorAuthenticationException = Shapes::StructureShape.new(name: 'ConnectorAuthenticationException')
46
61
  ConnectorConfiguration = Shapes::StructureShape.new(name: 'ConnectorConfiguration')
47
62
  ConnectorConfigurationsMap = Shapes::MapShape.new(name: 'ConnectorConfigurationsMap')
63
+ ConnectorDescription = Shapes::StringShape.new(name: 'ConnectorDescription')
64
+ ConnectorDetail = Shapes::StructureShape.new(name: 'ConnectorDetail')
48
65
  ConnectorEntity = Shapes::StructureShape.new(name: 'ConnectorEntity')
49
66
  ConnectorEntityField = Shapes::StructureShape.new(name: 'ConnectorEntityField')
50
67
  ConnectorEntityFieldList = Shapes::ListShape.new(name: 'ConnectorEntityFieldList')
51
68
  ConnectorEntityList = Shapes::ListShape.new(name: 'ConnectorEntityList')
52
69
  ConnectorEntityMap = Shapes::MapShape.new(name: 'ConnectorEntityMap')
70
+ ConnectorLabel = Shapes::StringShape.new(name: 'ConnectorLabel')
71
+ ConnectorList = Shapes::ListShape.new(name: 'ConnectorList')
53
72
  ConnectorMetadata = Shapes::StructureShape.new(name: 'ConnectorMetadata')
73
+ ConnectorMode = Shapes::StringShape.new(name: 'ConnectorMode')
74
+ ConnectorModeList = Shapes::ListShape.new(name: 'ConnectorModeList')
75
+ ConnectorName = Shapes::StringShape.new(name: 'ConnectorName')
54
76
  ConnectorOAuthRequest = Shapes::StructureShape.new(name: 'ConnectorOAuthRequest')
55
77
  ConnectorOperator = Shapes::StructureShape.new(name: 'ConnectorOperator')
78
+ ConnectorOwner = Shapes::StringShape.new(name: 'ConnectorOwner')
56
79
  ConnectorProfile = Shapes::StructureShape.new(name: 'ConnectorProfile')
57
80
  ConnectorProfileArn = Shapes::StringShape.new(name: 'ConnectorProfileArn')
58
81
  ConnectorProfileConfig = Shapes::StructureShape.new(name: 'ConnectorProfileConfig')
@@ -61,17 +84,46 @@ module Aws::Appflow
61
84
  ConnectorProfileName = Shapes::StringShape.new(name: 'ConnectorProfileName')
62
85
  ConnectorProfileNameList = Shapes::ListShape.new(name: 'ConnectorProfileNameList')
63
86
  ConnectorProfileProperties = Shapes::StructureShape.new(name: 'ConnectorProfileProperties')
87
+ ConnectorProvisioningConfig = Shapes::StructureShape.new(name: 'ConnectorProvisioningConfig')
88
+ ConnectorProvisioningType = Shapes::StringShape.new(name: 'ConnectorProvisioningType')
89
+ ConnectorRuntimeSetting = Shapes::StructureShape.new(name: 'ConnectorRuntimeSetting')
90
+ ConnectorRuntimeSettingDataType = Shapes::StringShape.new(name: 'ConnectorRuntimeSettingDataType')
91
+ ConnectorRuntimeSettingList = Shapes::ListShape.new(name: 'ConnectorRuntimeSettingList')
92
+ ConnectorRuntimeSettingScope = Shapes::StringShape.new(name: 'ConnectorRuntimeSettingScope')
64
93
  ConnectorServerException = Shapes::StructureShape.new(name: 'ConnectorServerException')
94
+ ConnectorSuppliedValue = Shapes::StringShape.new(name: 'ConnectorSuppliedValue')
95
+ ConnectorSuppliedValueList = Shapes::ListShape.new(name: 'ConnectorSuppliedValueList')
96
+ ConnectorSuppliedValueOptionList = Shapes::ListShape.new(name: 'ConnectorSuppliedValueOptionList')
65
97
  ConnectorType = Shapes::StringShape.new(name: 'ConnectorType')
66
98
  ConnectorTypeList = Shapes::ListShape.new(name: 'ConnectorTypeList')
99
+ ConnectorVersion = Shapes::StringShape.new(name: 'ConnectorVersion')
67
100
  CreateConnectorProfileRequest = Shapes::StructureShape.new(name: 'CreateConnectorProfileRequest')
68
101
  CreateConnectorProfileResponse = Shapes::StructureShape.new(name: 'CreateConnectorProfileResponse')
69
102
  CreateFlowRequest = Shapes::StructureShape.new(name: 'CreateFlowRequest')
70
103
  CreateFlowResponse = Shapes::StructureShape.new(name: 'CreateFlowResponse')
71
104
  CreatedBy = Shapes::StringShape.new(name: 'CreatedBy')
105
+ CredentialsMap = Shapes::MapShape.new(name: 'CredentialsMap')
106
+ CredentialsMapKey = Shapes::StringShape.new(name: 'CredentialsMapKey')
107
+ CredentialsMapValue = Shapes::StringShape.new(name: 'CredentialsMapValue')
108
+ CustomAuthConfig = Shapes::StructureShape.new(name: 'CustomAuthConfig')
109
+ CustomAuthConfigList = Shapes::ListShape.new(name: 'CustomAuthConfigList')
110
+ CustomAuthCredentials = Shapes::StructureShape.new(name: 'CustomAuthCredentials')
111
+ CustomAuthenticationType = Shapes::StringShape.new(name: 'CustomAuthenticationType')
112
+ CustomConnectorDestinationProperties = Shapes::StructureShape.new(name: 'CustomConnectorDestinationProperties')
113
+ CustomConnectorProfileCredentials = Shapes::StructureShape.new(name: 'CustomConnectorProfileCredentials')
114
+ CustomConnectorProfileProperties = Shapes::StructureShape.new(name: 'CustomConnectorProfileProperties')
115
+ CustomConnectorSourceProperties = Shapes::StructureShape.new(name: 'CustomConnectorSourceProperties')
116
+ CustomProperties = Shapes::MapShape.new(name: 'CustomProperties')
117
+ CustomPropertyKey = Shapes::StringShape.new(name: 'CustomPropertyKey')
118
+ CustomPropertyValue = Shapes::StringShape.new(name: 'CustomPropertyValue')
72
119
  CustomerProfilesDestinationProperties = Shapes::StructureShape.new(name: 'CustomerProfilesDestinationProperties')
73
120
  CustomerProfilesMetadata = Shapes::StructureShape.new(name: 'CustomerProfilesMetadata')
121
+ DataApiRoleArn = Shapes::StringShape.new(name: 'DataApiRoleArn')
74
122
  DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
123
+ DataTransferApi = Shapes::StructureShape.new(name: 'DataTransferApi')
124
+ DataTransferApiType = Shapes::StringShape.new(name: 'DataTransferApiType')
125
+ DataTransferApiTypeName = Shapes::StringShape.new(name: 'DataTransferApiTypeName')
126
+ DatabaseName = Shapes::StringShape.new(name: 'DatabaseName')
75
127
  DatabaseUrl = Shapes::StringShape.new(name: 'DatabaseUrl')
76
128
  DatadogConnectorOperator = Shapes::StringShape.new(name: 'DatadogConnectorOperator')
77
129
  DatadogConnectorProfileCredentials = Shapes::StructureShape.new(name: 'DatadogConnectorProfileCredentials')
@@ -88,6 +140,8 @@ module Aws::Appflow
88
140
  DescribeConnectorEntityResponse = Shapes::StructureShape.new(name: 'DescribeConnectorEntityResponse')
89
141
  DescribeConnectorProfilesRequest = Shapes::StructureShape.new(name: 'DescribeConnectorProfilesRequest')
90
142
  DescribeConnectorProfilesResponse = Shapes::StructureShape.new(name: 'DescribeConnectorProfilesResponse')
143
+ DescribeConnectorRequest = Shapes::StructureShape.new(name: 'DescribeConnectorRequest')
144
+ DescribeConnectorResponse = Shapes::StructureShape.new(name: 'DescribeConnectorResponse')
91
145
  DescribeConnectorsRequest = Shapes::StructureShape.new(name: 'DescribeConnectorsRequest')
92
146
  DescribeConnectorsResponse = Shapes::StructureShape.new(name: 'DescribeConnectorsResponse')
93
147
  DescribeFlowExecutionRecordsRequest = Shapes::StructureShape.new(name: 'DescribeFlowExecutionRecordsRequest')
@@ -102,12 +156,14 @@ module Aws::Appflow
102
156
  DestinationFlowConfigList = Shapes::ListShape.new(name: 'DestinationFlowConfigList')
103
157
  DocumentType = Shapes::StringShape.new(name: 'DocumentType')
104
158
  DomainName = Shapes::StringShape.new(name: 'DomainName')
159
+ Double = Shapes::FloatShape.new(name: 'Double')
105
160
  DynatraceConnectorOperator = Shapes::StringShape.new(name: 'DynatraceConnectorOperator')
106
161
  DynatraceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileCredentials')
107
162
  DynatraceConnectorProfileProperties = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileProperties')
108
163
  DynatraceMetadata = Shapes::StructureShape.new(name: 'DynatraceMetadata')
109
164
  DynatraceSourceProperties = Shapes::StructureShape.new(name: 'DynatraceSourceProperties')
110
165
  EntitiesPath = Shapes::StringShape.new(name: 'EntitiesPath')
166
+ EntityName = Shapes::StringShape.new(name: 'EntityName')
111
167
  ErrorHandlingConfig = Shapes::StructureShape.new(name: 'ErrorHandlingConfig')
112
168
  ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
113
169
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
@@ -115,6 +171,7 @@ module Aws::Appflow
115
171
  EventBridgeMetadata = Shapes::StructureShape.new(name: 'EventBridgeMetadata')
116
172
  ExecutionDetails = Shapes::StructureShape.new(name: 'ExecutionDetails')
117
173
  ExecutionId = Shapes::StringShape.new(name: 'ExecutionId')
174
+ ExecutionIds = Shapes::ListShape.new(name: 'ExecutionIds')
118
175
  ExecutionMessage = Shapes::StringShape.new(name: 'ExecutionMessage')
119
176
  ExecutionRecord = Shapes::StructureShape.new(name: 'ExecutionRecord')
120
177
  ExecutionResult = Shapes::StructureShape.new(name: 'ExecutionResult')
@@ -126,11 +183,16 @@ module Aws::Appflow
126
183
  FlowArn = Shapes::StringShape.new(name: 'FlowArn')
127
184
  FlowDefinition = Shapes::StructureShape.new(name: 'FlowDefinition')
128
185
  FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
186
+ FlowErrorDeactivationThreshold = Shapes::IntegerShape.new(name: 'FlowErrorDeactivationThreshold')
129
187
  FlowExecutionList = Shapes::ListShape.new(name: 'FlowExecutionList')
130
188
  FlowList = Shapes::ListShape.new(name: 'FlowList')
131
189
  FlowName = Shapes::StringShape.new(name: 'FlowName')
132
190
  FlowStatus = Shapes::StringShape.new(name: 'FlowStatus')
133
191
  FlowStatusMessage = Shapes::StringShape.new(name: 'FlowStatusMessage')
192
+ GlueDataCatalogConfig = Shapes::StructureShape.new(name: 'GlueDataCatalogConfig')
193
+ GlueDataCatalogDatabaseName = Shapes::StringShape.new(name: 'GlueDataCatalogDatabaseName')
194
+ GlueDataCatalogIAMRole = Shapes::StringShape.new(name: 'GlueDataCatalogIAMRole')
195
+ GlueDataCatalogTablePrefix = Shapes::StringShape.new(name: 'GlueDataCatalogTablePrefix')
134
196
  GoogleAnalyticsConnectorOperator = Shapes::StringShape.new(name: 'GoogleAnalyticsConnectorOperator')
135
197
  GoogleAnalyticsConnectorProfileCredentials = Shapes::StructureShape.new(name: 'GoogleAnalyticsConnectorProfileCredentials')
136
198
  GoogleAnalyticsConnectorProfileProperties = Shapes::StructureShape.new(name: 'GoogleAnalyticsConnectorProfileProperties')
@@ -151,27 +213,46 @@ module Aws::Appflow
151
213
  InforNexusSourceProperties = Shapes::StructureShape.new(name: 'InforNexusSourceProperties')
152
214
  InstanceUrl = Shapes::StringShape.new(name: 'InstanceUrl')
153
215
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
216
+ JavaBoolean = Shapes::BooleanShape.new(name: 'JavaBoolean')
217
+ JwtToken = Shapes::StringShape.new(name: 'JwtToken')
154
218
  KMSArn = Shapes::StringShape.new(name: 'KMSArn')
155
219
  Key = Shapes::StringShape.new(name: 'Key')
156
220
  Label = Shapes::StringShape.new(name: 'Label')
221
+ LambdaConnectorProvisioningConfig = Shapes::StructureShape.new(name: 'LambdaConnectorProvisioningConfig')
157
222
  ListConnectorEntitiesRequest = Shapes::StructureShape.new(name: 'ListConnectorEntitiesRequest')
158
223
  ListConnectorEntitiesResponse = Shapes::StructureShape.new(name: 'ListConnectorEntitiesResponse')
224
+ ListConnectorsRequest = Shapes::StructureShape.new(name: 'ListConnectorsRequest')
225
+ ListConnectorsResponse = Shapes::StructureShape.new(name: 'ListConnectorsResponse')
226
+ ListEntitiesMaxResults = Shapes::IntegerShape.new(name: 'ListEntitiesMaxResults')
159
227
  ListFlowsRequest = Shapes::StructureShape.new(name: 'ListFlowsRequest')
160
228
  ListFlowsResponse = Shapes::StructureShape.new(name: 'ListFlowsResponse')
161
229
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
162
230
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
231
+ LogoURL = Shapes::StringShape.new(name: 'LogoURL')
163
232
  LogonLanguage = Shapes::StringShape.new(name: 'LogonLanguage')
164
233
  Long = Shapes::IntegerShape.new(name: 'Long')
165
234
  LookoutMetricsDestinationProperties = Shapes::StructureShape.new(name: 'LookoutMetricsDestinationProperties')
166
235
  MarketoConnectorOperator = Shapes::StringShape.new(name: 'MarketoConnectorOperator')
167
236
  MarketoConnectorProfileCredentials = Shapes::StructureShape.new(name: 'MarketoConnectorProfileCredentials')
168
237
  MarketoConnectorProfileProperties = Shapes::StructureShape.new(name: 'MarketoConnectorProfileProperties')
238
+ MarketoDestinationProperties = Shapes::StructureShape.new(name: 'MarketoDestinationProperties')
169
239
  MarketoMetadata = Shapes::StructureShape.new(name: 'MarketoMetadata')
170
240
  MarketoSourceProperties = Shapes::StructureShape.new(name: 'MarketoSourceProperties')
171
241
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
242
+ MetadataCatalogConfig = Shapes::StructureShape.new(name: 'MetadataCatalogConfig')
243
+ MetadataCatalogDetail = Shapes::StructureShape.new(name: 'MetadataCatalogDetail')
244
+ MetadataCatalogDetails = Shapes::ListShape.new(name: 'MetadataCatalogDetails')
172
245
  MostRecentExecutionMessage = Shapes::StringShape.new(name: 'MostRecentExecutionMessage')
173
246
  Name = Shapes::StringShape.new(name: 'Name')
174
247
  NextToken = Shapes::StringShape.new(name: 'NextToken')
248
+ OAuth2Credentials = Shapes::StructureShape.new(name: 'OAuth2Credentials')
249
+ OAuth2CustomParameter = Shapes::StructureShape.new(name: 'OAuth2CustomParameter')
250
+ OAuth2CustomPropType = Shapes::StringShape.new(name: 'OAuth2CustomPropType')
251
+ OAuth2CustomPropertiesList = Shapes::ListShape.new(name: 'OAuth2CustomPropertiesList')
252
+ OAuth2Defaults = Shapes::StructureShape.new(name: 'OAuth2Defaults')
253
+ OAuth2GrantType = Shapes::StringShape.new(name: 'OAuth2GrantType')
254
+ OAuth2GrantTypeSupportedList = Shapes::ListShape.new(name: 'OAuth2GrantTypeSupportedList')
255
+ OAuth2Properties = Shapes::StructureShape.new(name: 'OAuth2Properties')
175
256
  OAuthCredentials = Shapes::StructureShape.new(name: 'OAuthCredentials')
176
257
  OAuthProperties = Shapes::StructureShape.new(name: 'OAuthProperties')
177
258
  OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
@@ -180,7 +261,15 @@ module Aws::Appflow
180
261
  ObjectTypeName = Shapes::StringShape.new(name: 'ObjectTypeName')
181
262
  Operator = Shapes::StringShape.new(name: 'Operator')
182
263
  OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
264
+ Operators = Shapes::StringShape.new(name: 'Operators')
265
+ PardotConnectorOperator = Shapes::StringShape.new(name: 'PardotConnectorOperator')
266
+ PardotConnectorProfileCredentials = Shapes::StructureShape.new(name: 'PardotConnectorProfileCredentials')
267
+ PardotConnectorProfileProperties = Shapes::StructureShape.new(name: 'PardotConnectorProfileProperties')
268
+ PardotMetadata = Shapes::StructureShape.new(name: 'PardotMetadata')
269
+ PardotSourceProperties = Shapes::StructureShape.new(name: 'PardotSourceProperties')
183
270
  Password = Shapes::StringShape.new(name: 'Password')
271
+ PathPrefix = Shapes::StringShape.new(name: 'PathPrefix')
272
+ PathPrefixHierarchy = Shapes::ListShape.new(name: 'PathPrefixHierarchy')
184
273
  PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
185
274
  PrefixConfig = Shapes::StructureShape.new(name: 'PrefixConfig')
186
275
  PrefixFormat = Shapes::StringShape.new(name: 'PrefixFormat')
@@ -190,7 +279,11 @@ module Aws::Appflow
190
279
  PrivateConnectionProvisioningState = Shapes::StructureShape.new(name: 'PrivateConnectionProvisioningState')
191
280
  PrivateConnectionProvisioningStatus = Shapes::StringShape.new(name: 'PrivateConnectionProvisioningStatus')
192
281
  PrivateLinkServiceName = Shapes::StringShape.new(name: 'PrivateLinkServiceName')
282
+ ProfilePropertiesMap = Shapes::MapShape.new(name: 'ProfilePropertiesMap')
283
+ ProfilePropertyKey = Shapes::StringShape.new(name: 'ProfilePropertyKey')
284
+ ProfilePropertyValue = Shapes::StringShape.new(name: 'ProfilePropertyValue')
193
285
  Property = Shapes::StringShape.new(name: 'Property')
286
+ Range = Shapes::StructureShape.new(name: 'Range')
194
287
  RedirectUri = Shapes::StringShape.new(name: 'RedirectUri')
195
288
  RedshiftConnectorProfileCredentials = Shapes::StructureShape.new(name: 'RedshiftConnectorProfileCredentials')
196
289
  RedshiftConnectorProfileProperties = Shapes::StructureShape.new(name: 'RedshiftConnectorProfileProperties')
@@ -199,6 +292,12 @@ module Aws::Appflow
199
292
  RefreshToken = Shapes::StringShape.new(name: 'RefreshToken')
200
293
  Region = Shapes::StringShape.new(name: 'Region')
201
294
  RegionList = Shapes::ListShape.new(name: 'RegionList')
295
+ RegisterConnectorRequest = Shapes::StructureShape.new(name: 'RegisterConnectorRequest')
296
+ RegisterConnectorResponse = Shapes::StructureShape.new(name: 'RegisterConnectorResponse')
297
+ RegisteredBy = Shapes::StringShape.new(name: 'RegisteredBy')
298
+ RegistrationOutput = Shapes::StructureShape.new(name: 'RegistrationOutput')
299
+ ResetConnectorMetadataCacheRequest = Shapes::StructureShape.new(name: 'ResetConnectorMetadataCacheRequest')
300
+ ResetConnectorMetadataCacheResponse = Shapes::StructureShape.new(name: 'ResetConnectorMetadataCacheResponse')
202
301
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
203
302
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
204
303
  S3ConnectorOperator = Shapes::StringShape.new(name: 'S3ConnectorOperator')
@@ -211,11 +310,18 @@ module Aws::Appflow
211
310
  SAPODataConnectorOperator = Shapes::StringShape.new(name: 'SAPODataConnectorOperator')
212
311
  SAPODataConnectorProfileCredentials = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileCredentials')
213
312
  SAPODataConnectorProfileProperties = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileProperties')
313
+ SAPODataDestinationProperties = Shapes::StructureShape.new(name: 'SAPODataDestinationProperties')
314
+ SAPODataMaxPageSize = Shapes::IntegerShape.new(name: 'SAPODataMaxPageSize')
315
+ SAPODataMaxParallelism = Shapes::IntegerShape.new(name: 'SAPODataMaxParallelism')
214
316
  SAPODataMetadata = Shapes::StructureShape.new(name: 'SAPODataMetadata')
317
+ SAPODataPaginationConfig = Shapes::StructureShape.new(name: 'SAPODataPaginationConfig')
318
+ SAPODataParallelismConfig = Shapes::StructureShape.new(name: 'SAPODataParallelismConfig')
215
319
  SAPODataSourceProperties = Shapes::StructureShape.new(name: 'SAPODataSourceProperties')
216
320
  SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
217
321
  SalesforceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'SalesforceConnectorProfileCredentials')
218
322
  SalesforceConnectorProfileProperties = Shapes::StructureShape.new(name: 'SalesforceConnectorProfileProperties')
323
+ SalesforceDataTransferApi = Shapes::StringShape.new(name: 'SalesforceDataTransferApi')
324
+ SalesforceDataTransferApiList = Shapes::ListShape.new(name: 'SalesforceDataTransferApiList')
219
325
  SalesforceDestinationProperties = Shapes::StructureShape.new(name: 'SalesforceDestinationProperties')
220
326
  SalesforceMetadata = Shapes::StructureShape.new(name: 'SalesforceMetadata')
221
327
  SalesforceSourceProperties = Shapes::StructureShape.new(name: 'SalesforceSourceProperties')
@@ -255,7 +361,14 @@ module Aws::Appflow
255
361
  StopFlowRequest = Shapes::StructureShape.new(name: 'StopFlowRequest')
256
362
  StopFlowResponse = Shapes::StructureShape.new(name: 'StopFlowResponse')
257
363
  String = Shapes::StringShape.new(name: 'String')
364
+ SuccessResponseHandlingConfig = Shapes::StructureShape.new(name: 'SuccessResponseHandlingConfig')
365
+ SupportedApiVersion = Shapes::StringShape.new(name: 'SupportedApiVersion')
366
+ SupportedApiVersionList = Shapes::ListShape.new(name: 'SupportedApiVersionList')
367
+ SupportedDataTransferApis = Shapes::ListShape.new(name: 'SupportedDataTransferApis')
368
+ SupportedDataTransferType = Shapes::StringShape.new(name: 'SupportedDataTransferType')
369
+ SupportedDataTransferTypeList = Shapes::ListShape.new(name: 'SupportedDataTransferTypeList')
258
370
  SupportedFieldTypeDetails = Shapes::StructureShape.new(name: 'SupportedFieldTypeDetails')
371
+ SupportedOperatorList = Shapes::ListShape.new(name: 'SupportedOperatorList')
259
372
  SupportedValueList = Shapes::ListShape.new(name: 'SupportedValueList')
260
373
  SupportedWriteOperationList = Shapes::ListShape.new(name: 'SupportedWriteOperationList')
261
374
  TagKey = Shapes::StringShape.new(name: 'TagKey')
@@ -268,8 +381,11 @@ module Aws::Appflow
268
381
  TaskPropertiesMap = Shapes::MapShape.new(name: 'TaskPropertiesMap')
269
382
  TaskType = Shapes::StringShape.new(name: 'TaskType')
270
383
  Tasks = Shapes::ListShape.new(name: 'Tasks')
384
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
271
385
  Timezone = Shapes::StringShape.new(name: 'Timezone')
272
386
  TokenUrl = Shapes::StringShape.new(name: 'TokenUrl')
387
+ TokenUrlCustomProperties = Shapes::MapShape.new(name: 'TokenUrlCustomProperties')
388
+ TokenUrlList = Shapes::ListShape.new(name: 'TokenUrlList')
273
389
  TrendmicroConnectorOperator = Shapes::StringShape.new(name: 'TrendmicroConnectorOperator')
274
390
  TrendmicroConnectorProfileCredentials = Shapes::StructureShape.new(name: 'TrendmicroConnectorProfileCredentials')
275
391
  TrendmicroConnectorProfileProperties = Shapes::StructureShape.new(name: 'TrendmicroConnectorProfileProperties')
@@ -279,11 +395,15 @@ module Aws::Appflow
279
395
  TriggerProperties = Shapes::StructureShape.new(name: 'TriggerProperties')
280
396
  TriggerType = Shapes::StringShape.new(name: 'TriggerType')
281
397
  TriggerTypeList = Shapes::ListShape.new(name: 'TriggerTypeList')
398
+ UnregisterConnectorRequest = Shapes::StructureShape.new(name: 'UnregisterConnectorRequest')
399
+ UnregisterConnectorResponse = Shapes::StructureShape.new(name: 'UnregisterConnectorResponse')
282
400
  UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
283
401
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
284
402
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
285
403
  UpdateConnectorProfileRequest = Shapes::StructureShape.new(name: 'UpdateConnectorProfileRequest')
286
404
  UpdateConnectorProfileResponse = Shapes::StructureShape.new(name: 'UpdateConnectorProfileResponse')
405
+ UpdateConnectorRegistrationRequest = Shapes::StructureShape.new(name: 'UpdateConnectorRegistrationRequest')
406
+ UpdateConnectorRegistrationResponse = Shapes::StructureShape.new(name: 'UpdateConnectorRegistrationResponse')
287
407
  UpdateFlowRequest = Shapes::StructureShape.new(name: 'UpdateFlowRequest')
288
408
  UpdateFlowResponse = Shapes::StructureShape.new(name: 'UpdateFlowResponse')
289
409
  UpdatedBy = Shapes::StringShape.new(name: 'UpdatedBy')
@@ -300,6 +420,7 @@ module Aws::Appflow
300
420
  VeevaMetadata = Shapes::StructureShape.new(name: 'VeevaMetadata')
301
421
  VeevaSourceProperties = Shapes::StructureShape.new(name: 'VeevaSourceProperties')
302
422
  Warehouse = Shapes::StringShape.new(name: 'Warehouse')
423
+ WorkgroupName = Shapes::StringShape.new(name: 'WorkgroupName')
303
424
  WriteOperationType = Shapes::StringShape.new(name: 'WriteOperationType')
304
425
  ZendeskConnectorOperator = Shapes::StringShape.new(name: 'ZendeskConnectorOperator')
305
426
  ZendeskConnectorProfileCredentials = Shapes::StructureShape.new(name: 'ZendeskConnectorProfileCredentials')
@@ -308,7 +429,11 @@ module Aws::Appflow
308
429
  ZendeskMetadata = Shapes::StructureShape.new(name: 'ZendeskMetadata')
309
430
  ZendeskSourceProperties = Shapes::StructureShape.new(name: 'ZendeskSourceProperties')
310
431
 
432
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
433
+ AccessDeniedException.struct_class = Types::AccessDeniedException
434
+
311
435
  AggregationConfig.add_member(:aggregation_type, Shapes::ShapeRef.new(shape: AggregationType, location_name: "aggregationType"))
436
+ AggregationConfig.add_member(:target_file_size, Shapes::ShapeRef.new(shape: Long, location_name: "targetFileSize"))
312
437
  AggregationConfig.struct_class = Types::AggregationConfig
313
438
 
314
439
  AmplitudeConnectorProfileCredentials.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKey, required: true, location_name: "apiKey"))
@@ -322,10 +447,41 @@ module Aws::Appflow
322
447
  AmplitudeSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
323
448
  AmplitudeSourceProperties.struct_class = Types::AmplitudeSourceProperties
324
449
 
450
+ ApiKeyCredentials.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKey, required: true, location_name: "apiKey"))
451
+ ApiKeyCredentials.add_member(:api_secret_key, Shapes::ShapeRef.new(shape: ApiSecretKey, location_name: "apiSecretKey"))
452
+ ApiKeyCredentials.struct_class = Types::ApiKeyCredentials
453
+
454
+ AuthCodeUrlList.member = Shapes::ShapeRef.new(shape: AuthCodeUrl)
455
+
456
+ AuthParameter.add_member(:key, Shapes::ShapeRef.new(shape: Key, location_name: "key"))
457
+ AuthParameter.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRequired"))
458
+ AuthParameter.add_member(:label, Shapes::ShapeRef.new(shape: Label, location_name: "label"))
459
+ AuthParameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
460
+ AuthParameter.add_member(:is_sensitive_field, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSensitiveField"))
461
+ AuthParameter.add_member(:connector_supplied_values, Shapes::ShapeRef.new(shape: ConnectorSuppliedValueList, location_name: "connectorSuppliedValues"))
462
+ AuthParameter.struct_class = Types::AuthParameter
463
+
464
+ AuthParameterList.member = Shapes::ShapeRef.new(shape: AuthParameter)
465
+
466
+ AuthenticationConfig.add_member(:is_basic_auth_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "isBasicAuthSupported"))
467
+ AuthenticationConfig.add_member(:is_api_key_auth_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "isApiKeyAuthSupported"))
468
+ AuthenticationConfig.add_member(:is_o_auth_2_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "isOAuth2Supported"))
469
+ AuthenticationConfig.add_member(:is_custom_auth_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCustomAuthSupported"))
470
+ AuthenticationConfig.add_member(:o_auth_2_defaults, Shapes::ShapeRef.new(shape: OAuth2Defaults, location_name: "oAuth2Defaults"))
471
+ AuthenticationConfig.add_member(:custom_auth_configs, Shapes::ShapeRef.new(shape: CustomAuthConfigList, location_name: "customAuthConfigs"))
472
+ AuthenticationConfig.struct_class = Types::AuthenticationConfig
473
+
325
474
  BasicAuthCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
326
475
  BasicAuthCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
327
476
  BasicAuthCredentials.struct_class = Types::BasicAuthCredentials
328
477
 
478
+ CancelFlowExecutionsRequest.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "flowName"))
479
+ CancelFlowExecutionsRequest.add_member(:execution_ids, Shapes::ShapeRef.new(shape: ExecutionIds, location_name: "executionIds"))
480
+ CancelFlowExecutionsRequest.struct_class = Types::CancelFlowExecutionsRequest
481
+
482
+ CancelFlowExecutionsResponse.add_member(:invalid_executions, Shapes::ShapeRef.new(shape: ExecutionIds, location_name: "invalidExecutions"))
483
+ CancelFlowExecutionsResponse.struct_class = Types::CancelFlowExecutionsResponse
484
+
329
485
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
330
486
  ConflictException.struct_class = Types::ConflictException
331
487
 
@@ -340,22 +496,61 @@ module Aws::Appflow
340
496
  ConnectorConfiguration.add_member(:is_private_link_endpoint_url_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrivateLinkEndpointUrlRequired"))
341
497
  ConnectorConfiguration.add_member(:supported_trigger_types, Shapes::ShapeRef.new(shape: TriggerTypeList, location_name: "supportedTriggerTypes"))
342
498
  ConnectorConfiguration.add_member(:connector_metadata, Shapes::ShapeRef.new(shape: ConnectorMetadata, location_name: "connectorMetadata"))
499
+ ConnectorConfiguration.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
500
+ ConnectorConfiguration.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
501
+ ConnectorConfiguration.add_member(:connector_description, Shapes::ShapeRef.new(shape: ConnectorDescription, location_name: "connectorDescription"))
502
+ ConnectorConfiguration.add_member(:connector_owner, Shapes::ShapeRef.new(shape: ConnectorOwner, location_name: "connectorOwner"))
503
+ ConnectorConfiguration.add_member(:connector_name, Shapes::ShapeRef.new(shape: ConnectorName, location_name: "connectorName"))
504
+ ConnectorConfiguration.add_member(:connector_version, Shapes::ShapeRef.new(shape: ConnectorVersion, location_name: "connectorVersion"))
505
+ ConnectorConfiguration.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "connectorArn"))
506
+ ConnectorConfiguration.add_member(:connector_modes, Shapes::ShapeRef.new(shape: ConnectorModeList, location_name: "connectorModes"))
507
+ ConnectorConfiguration.add_member(:authentication_config, Shapes::ShapeRef.new(shape: AuthenticationConfig, location_name: "authenticationConfig"))
508
+ ConnectorConfiguration.add_member(:connector_runtime_settings, Shapes::ShapeRef.new(shape: ConnectorRuntimeSettingList, location_name: "connectorRuntimeSettings"))
509
+ ConnectorConfiguration.add_member(:supported_api_versions, Shapes::ShapeRef.new(shape: SupportedApiVersionList, location_name: "supportedApiVersions"))
510
+ ConnectorConfiguration.add_member(:supported_operators, Shapes::ShapeRef.new(shape: SupportedOperatorList, location_name: "supportedOperators"))
511
+ ConnectorConfiguration.add_member(:supported_write_operations, Shapes::ShapeRef.new(shape: SupportedWriteOperationList, location_name: "supportedWriteOperations"))
512
+ ConnectorConfiguration.add_member(:connector_provisioning_type, Shapes::ShapeRef.new(shape: ConnectorProvisioningType, location_name: "connectorProvisioningType"))
513
+ ConnectorConfiguration.add_member(:connector_provisioning_config, Shapes::ShapeRef.new(shape: ConnectorProvisioningConfig, location_name: "connectorProvisioningConfig"))
514
+ ConnectorConfiguration.add_member(:logo_url, Shapes::ShapeRef.new(shape: LogoURL, location_name: "logoURL"))
515
+ ConnectorConfiguration.add_member(:registered_at, Shapes::ShapeRef.new(shape: Date, location_name: "registeredAt"))
516
+ ConnectorConfiguration.add_member(:registered_by, Shapes::ShapeRef.new(shape: RegisteredBy, location_name: "registeredBy"))
517
+ ConnectorConfiguration.add_member(:supported_data_transfer_types, Shapes::ShapeRef.new(shape: SupportedDataTransferTypeList, location_name: "supportedDataTransferTypes"))
518
+ ConnectorConfiguration.add_member(:supported_data_transfer_apis, Shapes::ShapeRef.new(shape: SupportedDataTransferApis, location_name: "supportedDataTransferApis"))
343
519
  ConnectorConfiguration.struct_class = Types::ConnectorConfiguration
344
520
 
345
521
  ConnectorConfigurationsMap.key = Shapes::ShapeRef.new(shape: ConnectorType)
346
522
  ConnectorConfigurationsMap.value = Shapes::ShapeRef.new(shape: ConnectorConfiguration)
347
523
 
524
+ ConnectorDetail.add_member(:connector_description, Shapes::ShapeRef.new(shape: ConnectorDescription, location_name: "connectorDescription"))
525
+ ConnectorDetail.add_member(:connector_name, Shapes::ShapeRef.new(shape: ConnectorName, location_name: "connectorName"))
526
+ ConnectorDetail.add_member(:connector_owner, Shapes::ShapeRef.new(shape: ConnectorOwner, location_name: "connectorOwner"))
527
+ ConnectorDetail.add_member(:connector_version, Shapes::ShapeRef.new(shape: ConnectorVersion, location_name: "connectorVersion"))
528
+ ConnectorDetail.add_member(:application_type, Shapes::ShapeRef.new(shape: ApplicationType, location_name: "applicationType"))
529
+ ConnectorDetail.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
530
+ ConnectorDetail.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
531
+ ConnectorDetail.add_member(:registered_at, Shapes::ShapeRef.new(shape: Date, location_name: "registeredAt"))
532
+ ConnectorDetail.add_member(:registered_by, Shapes::ShapeRef.new(shape: RegisteredBy, location_name: "registeredBy"))
533
+ ConnectorDetail.add_member(:connector_provisioning_type, Shapes::ShapeRef.new(shape: ConnectorProvisioningType, location_name: "connectorProvisioningType"))
534
+ ConnectorDetail.add_member(:connector_modes, Shapes::ShapeRef.new(shape: ConnectorModeList, location_name: "connectorModes"))
535
+ ConnectorDetail.add_member(:supported_data_transfer_types, Shapes::ShapeRef.new(shape: SupportedDataTransferTypeList, location_name: "supportedDataTransferTypes"))
536
+ ConnectorDetail.struct_class = Types::ConnectorDetail
537
+
348
538
  ConnectorEntity.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
349
539
  ConnectorEntity.add_member(:label, Shapes::ShapeRef.new(shape: Label, location_name: "label"))
350
540
  ConnectorEntity.add_member(:has_nested_entities, Shapes::ShapeRef.new(shape: Boolean, location_name: "hasNestedEntities"))
351
541
  ConnectorEntity.struct_class = Types::ConnectorEntity
352
542
 
353
543
  ConnectorEntityField.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "identifier"))
544
+ ConnectorEntityField.add_member(:parent_identifier, Shapes::ShapeRef.new(shape: Identifier, location_name: "parentIdentifier"))
354
545
  ConnectorEntityField.add_member(:label, Shapes::ShapeRef.new(shape: Label, location_name: "label"))
546
+ ConnectorEntityField.add_member(:is_primary_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrimaryKey"))
547
+ ConnectorEntityField.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "defaultValue"))
548
+ ConnectorEntityField.add_member(:is_deprecated, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDeprecated"))
355
549
  ConnectorEntityField.add_member(:supported_field_type_details, Shapes::ShapeRef.new(shape: SupportedFieldTypeDetails, location_name: "supportedFieldTypeDetails"))
356
550
  ConnectorEntityField.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
357
551
  ConnectorEntityField.add_member(:source_properties, Shapes::ShapeRef.new(shape: SourceFieldProperties, location_name: "sourceProperties"))
358
552
  ConnectorEntityField.add_member(:destination_properties, Shapes::ShapeRef.new(shape: DestinationFieldProperties, location_name: "destinationProperties"))
553
+ ConnectorEntityField.add_member(:custom_properties, Shapes::ShapeRef.new(shape: CustomProperties, location_name: "customProperties"))
359
554
  ConnectorEntityField.struct_class = Types::ConnectorEntityField
360
555
 
361
556
  ConnectorEntityFieldList.member = Shapes::ShapeRef.new(shape: ConnectorEntityField)
@@ -365,6 +560,8 @@ module Aws::Appflow
365
560
  ConnectorEntityMap.key = Shapes::ShapeRef.new(shape: Group)
366
561
  ConnectorEntityMap.value = Shapes::ShapeRef.new(shape: ConnectorEntityList)
367
562
 
563
+ ConnectorList.member = Shapes::ShapeRef.new(shape: ConnectorDetail)
564
+
368
565
  ConnectorMetadata.add_member(:amplitude, Shapes::ShapeRef.new(shape: AmplitudeMetadata, location_name: "Amplitude"))
369
566
  ConnectorMetadata.add_member(:datadog, Shapes::ShapeRef.new(shape: DatadogMetadata, location_name: "Datadog"))
370
567
  ConnectorMetadata.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceMetadata, location_name: "Dynatrace"))
@@ -386,8 +583,11 @@ module Aws::Appflow
386
583
  ConnectorMetadata.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesMetadata, location_name: "CustomerProfiles"))
387
584
  ConnectorMetadata.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeMetadata, location_name: "Honeycode"))
388
585
  ConnectorMetadata.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataMetadata, location_name: "SAPOData"))
586
+ ConnectorMetadata.add_member(:pardot, Shapes::ShapeRef.new(shape: PardotMetadata, location_name: "Pardot"))
389
587
  ConnectorMetadata.struct_class = Types::ConnectorMetadata
390
588
 
589
+ ConnectorModeList.member = Shapes::ShapeRef.new(shape: ConnectorMode)
590
+
391
591
  ConnectorOAuthRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: AuthCode, location_name: "authCode"))
392
592
  ConnectorOAuthRequest.add_member(:redirect_uri, Shapes::ShapeRef.new(shape: RedirectUri, location_name: "redirectUri"))
393
593
  ConnectorOAuthRequest.struct_class = Types::ConnectorOAuthRequest
@@ -407,11 +607,14 @@ module Aws::Appflow
407
607
  ConnectorOperator.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorOperator, location_name: "Veeva"))
408
608
  ConnectorOperator.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorOperator, location_name: "Zendesk"))
409
609
  ConnectorOperator.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorOperator, location_name: "SAPOData"))
610
+ ConnectorOperator.add_member(:custom_connector, Shapes::ShapeRef.new(shape: Operator, location_name: "CustomConnector"))
611
+ ConnectorOperator.add_member(:pardot, Shapes::ShapeRef.new(shape: PardotConnectorOperator, location_name: "Pardot"))
410
612
  ConnectorOperator.struct_class = Types::ConnectorOperator
411
613
 
412
614
  ConnectorProfile.add_member(:connector_profile_arn, Shapes::ShapeRef.new(shape: ConnectorProfileArn, location_name: "connectorProfileArn"))
413
615
  ConnectorProfile.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
414
616
  ConnectorProfile.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
617
+ ConnectorProfile.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
415
618
  ConnectorProfile.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, location_name: "connectionMode"))
416
619
  ConnectorProfile.add_member(:credentials_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "credentialsArn"))
417
620
  ConnectorProfile.add_member(:connector_profile_properties, Shapes::ShapeRef.new(shape: ConnectorProfileProperties, location_name: "connectorProfileProperties"))
@@ -421,7 +624,7 @@ module Aws::Appflow
421
624
  ConnectorProfile.struct_class = Types::ConnectorProfile
422
625
 
423
626
  ConnectorProfileConfig.add_member(:connector_profile_properties, Shapes::ShapeRef.new(shape: ConnectorProfileProperties, required: true, location_name: "connectorProfileProperties"))
424
- ConnectorProfileConfig.add_member(:connector_profile_credentials, Shapes::ShapeRef.new(shape: ConnectorProfileCredentials, required: true, location_name: "connectorProfileCredentials"))
627
+ ConnectorProfileConfig.add_member(:connector_profile_credentials, Shapes::ShapeRef.new(shape: ConnectorProfileCredentials, location_name: "connectorProfileCredentials"))
425
628
  ConnectorProfileConfig.struct_class = Types::ConnectorProfileConfig
426
629
 
427
630
  ConnectorProfileCredentials.add_member(:amplitude, Shapes::ShapeRef.new(shape: AmplitudeConnectorProfileCredentials, location_name: "Amplitude"))
@@ -441,6 +644,8 @@ module Aws::Appflow
441
644
  ConnectorProfileCredentials.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorProfileCredentials, location_name: "Veeva"))
442
645
  ConnectorProfileCredentials.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileCredentials, location_name: "Zendesk"))
443
646
  ConnectorProfileCredentials.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileCredentials, location_name: "SAPOData"))
647
+ ConnectorProfileCredentials.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorProfileCredentials, location_name: "CustomConnector"))
648
+ ConnectorProfileCredentials.add_member(:pardot, Shapes::ShapeRef.new(shape: PardotConnectorProfileCredentials, location_name: "Pardot"))
444
649
  ConnectorProfileCredentials.struct_class = Types::ConnectorProfileCredentials
445
650
 
446
651
  ConnectorProfileDetailList.member = Shapes::ShapeRef.new(shape: ConnectorProfile)
@@ -464,18 +669,40 @@ module Aws::Appflow
464
669
  ConnectorProfileProperties.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorProfileProperties, location_name: "Veeva"))
465
670
  ConnectorProfileProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileProperties, location_name: "Zendesk"))
466
671
  ConnectorProfileProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileProperties, location_name: "SAPOData"))
672
+ ConnectorProfileProperties.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorProfileProperties, location_name: "CustomConnector"))
673
+ ConnectorProfileProperties.add_member(:pardot, Shapes::ShapeRef.new(shape: PardotConnectorProfileProperties, location_name: "Pardot"))
467
674
  ConnectorProfileProperties.struct_class = Types::ConnectorProfileProperties
468
675
 
676
+ ConnectorProvisioningConfig.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaConnectorProvisioningConfig, location_name: "lambda"))
677
+ ConnectorProvisioningConfig.struct_class = Types::ConnectorProvisioningConfig
678
+
679
+ ConnectorRuntimeSetting.add_member(:key, Shapes::ShapeRef.new(shape: Key, location_name: "key"))
680
+ ConnectorRuntimeSetting.add_member(:data_type, Shapes::ShapeRef.new(shape: ConnectorRuntimeSettingDataType, location_name: "dataType"))
681
+ ConnectorRuntimeSetting.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRequired"))
682
+ ConnectorRuntimeSetting.add_member(:label, Shapes::ShapeRef.new(shape: Label, location_name: "label"))
683
+ ConnectorRuntimeSetting.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
684
+ ConnectorRuntimeSetting.add_member(:scope, Shapes::ShapeRef.new(shape: ConnectorRuntimeSettingScope, location_name: "scope"))
685
+ ConnectorRuntimeSetting.add_member(:connector_supplied_value_options, Shapes::ShapeRef.new(shape: ConnectorSuppliedValueOptionList, location_name: "connectorSuppliedValueOptions"))
686
+ ConnectorRuntimeSetting.struct_class = Types::ConnectorRuntimeSetting
687
+
688
+ ConnectorRuntimeSettingList.member = Shapes::ShapeRef.new(shape: ConnectorRuntimeSetting)
689
+
469
690
  ConnectorServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
470
691
  ConnectorServerException.struct_class = Types::ConnectorServerException
471
692
 
693
+ ConnectorSuppliedValueList.member = Shapes::ShapeRef.new(shape: ConnectorSuppliedValue)
694
+
695
+ ConnectorSuppliedValueOptionList.member = Shapes::ShapeRef.new(shape: ConnectorSuppliedValue)
696
+
472
697
  ConnectorTypeList.member = Shapes::ShapeRef.new(shape: ConnectorType)
473
698
 
474
699
  CreateConnectorProfileRequest.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, required: true, location_name: "connectorProfileName"))
475
700
  CreateConnectorProfileRequest.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "kmsArn"))
476
701
  CreateConnectorProfileRequest.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
702
+ CreateConnectorProfileRequest.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
477
703
  CreateConnectorProfileRequest.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, required: true, location_name: "connectionMode"))
478
704
  CreateConnectorProfileRequest.add_member(:connector_profile_config, Shapes::ShapeRef.new(shape: ConnectorProfileConfig, required: true, location_name: "connectorProfileConfig"))
705
+ CreateConnectorProfileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
479
706
  CreateConnectorProfileRequest.struct_class = Types::CreateConnectorProfileRequest
480
707
 
481
708
  CreateConnectorProfileResponse.add_member(:connector_profile_arn, Shapes::ShapeRef.new(shape: ConnectorProfileArn, location_name: "connectorProfileArn"))
@@ -489,18 +716,63 @@ module Aws::Appflow
489
716
  CreateFlowRequest.add_member(:destination_flow_config_list, Shapes::ShapeRef.new(shape: DestinationFlowConfigList, required: true, location_name: "destinationFlowConfigList"))
490
717
  CreateFlowRequest.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, required: true, location_name: "tasks"))
491
718
  CreateFlowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
719
+ CreateFlowRequest.add_member(:metadata_catalog_config, Shapes::ShapeRef.new(shape: MetadataCatalogConfig, location_name: "metadataCatalogConfig"))
720
+ CreateFlowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
492
721
  CreateFlowRequest.struct_class = Types::CreateFlowRequest
493
722
 
494
723
  CreateFlowResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: FlowArn, location_name: "flowArn"))
495
724
  CreateFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
496
725
  CreateFlowResponse.struct_class = Types::CreateFlowResponse
497
726
 
727
+ CredentialsMap.key = Shapes::ShapeRef.new(shape: CredentialsMapKey)
728
+ CredentialsMap.value = Shapes::ShapeRef.new(shape: CredentialsMapValue)
729
+
730
+ CustomAuthConfig.add_member(:custom_authentication_type, Shapes::ShapeRef.new(shape: CustomAuthenticationType, location_name: "customAuthenticationType"))
731
+ CustomAuthConfig.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: AuthParameterList, location_name: "authParameters"))
732
+ CustomAuthConfig.struct_class = Types::CustomAuthConfig
733
+
734
+ CustomAuthConfigList.member = Shapes::ShapeRef.new(shape: CustomAuthConfig)
735
+
736
+ CustomAuthCredentials.add_member(:custom_authentication_type, Shapes::ShapeRef.new(shape: CustomAuthenticationType, required: true, location_name: "customAuthenticationType"))
737
+ CustomAuthCredentials.add_member(:credentials_map, Shapes::ShapeRef.new(shape: CredentialsMap, location_name: "credentialsMap"))
738
+ CustomAuthCredentials.struct_class = Types::CustomAuthCredentials
739
+
740
+ CustomConnectorDestinationProperties.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
741
+ CustomConnectorDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
742
+ CustomConnectorDestinationProperties.add_member(:write_operation_type, Shapes::ShapeRef.new(shape: WriteOperationType, location_name: "writeOperationType"))
743
+ CustomConnectorDestinationProperties.add_member(:id_field_names, Shapes::ShapeRef.new(shape: IdFieldNameList, location_name: "idFieldNames"))
744
+ CustomConnectorDestinationProperties.add_member(:custom_properties, Shapes::ShapeRef.new(shape: CustomProperties, location_name: "customProperties"))
745
+ CustomConnectorDestinationProperties.struct_class = Types::CustomConnectorDestinationProperties
746
+
747
+ CustomConnectorProfileCredentials.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, required: true, location_name: "authenticationType"))
748
+ CustomConnectorProfileCredentials.add_member(:basic, Shapes::ShapeRef.new(shape: BasicAuthCredentials, location_name: "basic"))
749
+ CustomConnectorProfileCredentials.add_member(:oauth2, Shapes::ShapeRef.new(shape: OAuth2Credentials, location_name: "oauth2"))
750
+ CustomConnectorProfileCredentials.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKeyCredentials, location_name: "apiKey"))
751
+ CustomConnectorProfileCredentials.add_member(:custom, Shapes::ShapeRef.new(shape: CustomAuthCredentials, location_name: "custom"))
752
+ CustomConnectorProfileCredentials.struct_class = Types::CustomConnectorProfileCredentials
753
+
754
+ CustomConnectorProfileProperties.add_member(:profile_properties, Shapes::ShapeRef.new(shape: ProfilePropertiesMap, location_name: "profileProperties"))
755
+ CustomConnectorProfileProperties.add_member(:o_auth_2_properties, Shapes::ShapeRef.new(shape: OAuth2Properties, location_name: "oAuth2Properties"))
756
+ CustomConnectorProfileProperties.struct_class = Types::CustomConnectorProfileProperties
757
+
758
+ CustomConnectorSourceProperties.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
759
+ CustomConnectorSourceProperties.add_member(:custom_properties, Shapes::ShapeRef.new(shape: CustomProperties, location_name: "customProperties"))
760
+ CustomConnectorSourceProperties.add_member(:data_transfer_api, Shapes::ShapeRef.new(shape: DataTransferApi, location_name: "dataTransferApi"))
761
+ CustomConnectorSourceProperties.struct_class = Types::CustomConnectorSourceProperties
762
+
763
+ CustomProperties.key = Shapes::ShapeRef.new(shape: CustomPropertyKey)
764
+ CustomProperties.value = Shapes::ShapeRef.new(shape: CustomPropertyValue)
765
+
498
766
  CustomerProfilesDestinationProperties.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
499
767
  CustomerProfilesDestinationProperties.add_member(:object_type_name, Shapes::ShapeRef.new(shape: ObjectTypeName, location_name: "objectTypeName"))
500
768
  CustomerProfilesDestinationProperties.struct_class = Types::CustomerProfilesDestinationProperties
501
769
 
502
770
  CustomerProfilesMetadata.struct_class = Types::CustomerProfilesMetadata
503
771
 
772
+ DataTransferApi.add_member(:name, Shapes::ShapeRef.new(shape: DataTransferApiTypeName, location_name: "Name"))
773
+ DataTransferApi.add_member(:type, Shapes::ShapeRef.new(shape: DataTransferApiType, location_name: "Type"))
774
+ DataTransferApi.struct_class = Types::DataTransferApi
775
+
504
776
  DatadogConnectorProfileCredentials.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKey, required: true, location_name: "apiKey"))
505
777
  DatadogConnectorProfileCredentials.add_member(:application_key, Shapes::ShapeRef.new(shape: ApplicationKey, required: true, location_name: "applicationKey"))
506
778
  DatadogConnectorProfileCredentials.struct_class = Types::DatadogConnectorProfileCredentials
@@ -525,9 +797,10 @@ module Aws::Appflow
525
797
 
526
798
  DeleteFlowResponse.struct_class = Types::DeleteFlowResponse
527
799
 
528
- DescribeConnectorEntityRequest.add_member(:connector_entity_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "connectorEntityName"))
800
+ DescribeConnectorEntityRequest.add_member(:connector_entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "connectorEntityName"))
529
801
  DescribeConnectorEntityRequest.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
530
802
  DescribeConnectorEntityRequest.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
803
+ DescribeConnectorEntityRequest.add_member(:api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "apiVersion"))
531
804
  DescribeConnectorEntityRequest.struct_class = Types::DescribeConnectorEntityRequest
532
805
 
533
806
  DescribeConnectorEntityResponse.add_member(:connector_entity_fields, Shapes::ShapeRef.new(shape: ConnectorEntityFieldList, required: true, location_name: "connectorEntityFields"))
@@ -535,6 +808,7 @@ module Aws::Appflow
535
808
 
536
809
  DescribeConnectorProfilesRequest.add_member(:connector_profile_names, Shapes::ShapeRef.new(shape: ConnectorProfileNameList, location_name: "connectorProfileNames"))
537
810
  DescribeConnectorProfilesRequest.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
811
+ DescribeConnectorProfilesRequest.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
538
812
  DescribeConnectorProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
539
813
  DescribeConnectorProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
540
814
  DescribeConnectorProfilesRequest.struct_class = Types::DescribeConnectorProfilesRequest
@@ -543,11 +817,20 @@ module Aws::Appflow
543
817
  DescribeConnectorProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
544
818
  DescribeConnectorProfilesResponse.struct_class = Types::DescribeConnectorProfilesResponse
545
819
 
820
+ DescribeConnectorRequest.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
821
+ DescribeConnectorRequest.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
822
+ DescribeConnectorRequest.struct_class = Types::DescribeConnectorRequest
823
+
824
+ DescribeConnectorResponse.add_member(:connector_configuration, Shapes::ShapeRef.new(shape: ConnectorConfiguration, location_name: "connectorConfiguration"))
825
+ DescribeConnectorResponse.struct_class = Types::DescribeConnectorResponse
826
+
546
827
  DescribeConnectorsRequest.add_member(:connector_types, Shapes::ShapeRef.new(shape: ConnectorTypeList, location_name: "connectorTypes"))
828
+ DescribeConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
547
829
  DescribeConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
548
830
  DescribeConnectorsRequest.struct_class = Types::DescribeConnectorsRequest
549
831
 
550
832
  DescribeConnectorsResponse.add_member(:connector_configurations, Shapes::ShapeRef.new(shape: ConnectorConfigurationsMap, location_name: "connectorConfigurations"))
833
+ DescribeConnectorsResponse.add_member(:connectors, Shapes::ShapeRef.new(shape: ConnectorList, location_name: "connectors"))
551
834
  DescribeConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
552
835
  DescribeConnectorsResponse.struct_class = Types::DescribeConnectorsResponse
553
836
 
@@ -579,6 +862,9 @@ module Aws::Appflow
579
862
  DescribeFlowResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
580
863
  DescribeFlowResponse.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "lastUpdatedBy"))
581
864
  DescribeFlowResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
865
+ DescribeFlowResponse.add_member(:metadata_catalog_config, Shapes::ShapeRef.new(shape: MetadataCatalogConfig, location_name: "metadataCatalogConfig"))
866
+ DescribeFlowResponse.add_member(:last_run_metadata_catalog_details, Shapes::ShapeRef.new(shape: MetadataCatalogDetails, location_name: "lastRunMetadataCatalogDetails"))
867
+ DescribeFlowResponse.add_member(:schema_version, Shapes::ShapeRef.new(shape: Long, location_name: "schemaVersion"))
582
868
  DescribeFlowResponse.struct_class = Types::DescribeFlowResponse
583
869
 
584
870
  DestinationConnectorProperties.add_member(:redshift, Shapes::ShapeRef.new(shape: RedshiftDestinationProperties, location_name: "Redshift"))
@@ -591,16 +877,21 @@ module Aws::Appflow
591
877
  DestinationConnectorProperties.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeDestinationProperties, location_name: "Honeycode"))
592
878
  DestinationConnectorProperties.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesDestinationProperties, location_name: "CustomerProfiles"))
593
879
  DestinationConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskDestinationProperties, location_name: "Zendesk"))
880
+ DestinationConnectorProperties.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoDestinationProperties, location_name: "Marketo"))
881
+ DestinationConnectorProperties.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorDestinationProperties, location_name: "CustomConnector"))
882
+ DestinationConnectorProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataDestinationProperties, location_name: "SAPOData"))
594
883
  DestinationConnectorProperties.struct_class = Types::DestinationConnectorProperties
595
884
 
596
885
  DestinationFieldProperties.add_member(:is_creatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCreatable"))
597
886
  DestinationFieldProperties.add_member(:is_nullable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isNullable"))
598
887
  DestinationFieldProperties.add_member(:is_upsertable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isUpsertable"))
599
888
  DestinationFieldProperties.add_member(:is_updatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isUpdatable"))
889
+ DestinationFieldProperties.add_member(:is_defaulted_on_create, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefaultedOnCreate"))
600
890
  DestinationFieldProperties.add_member(:supported_write_operations, Shapes::ShapeRef.new(shape: SupportedWriteOperationList, location_name: "supportedWriteOperations"))
601
891
  DestinationFieldProperties.struct_class = Types::DestinationFieldProperties
602
892
 
603
893
  DestinationFlowConfig.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
894
+ DestinationFlowConfig.add_member(:api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "apiVersion"))
604
895
  DestinationFlowConfig.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
605
896
  DestinationFlowConfig.add_member(:destination_connector_properties, Shapes::ShapeRef.new(shape: DestinationConnectorProperties, required: true, location_name: "destinationConnectorProperties"))
606
897
  DestinationFlowConfig.struct_class = Types::DestinationFlowConfig
@@ -638,6 +929,8 @@ module Aws::Appflow
638
929
  ExecutionDetails.add_member(:most_recent_execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "mostRecentExecutionStatus"))
639
930
  ExecutionDetails.struct_class = Types::ExecutionDetails
640
931
 
932
+ ExecutionIds.member = Shapes::ShapeRef.new(shape: ExecutionId)
933
+
641
934
  ExecutionRecord.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "executionId"))
642
935
  ExecutionRecord.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "executionStatus"))
643
936
  ExecutionRecord.add_member(:execution_result, Shapes::ShapeRef.new(shape: ExecutionResult, location_name: "executionResult"))
@@ -645,17 +938,24 @@ module Aws::Appflow
645
938
  ExecutionRecord.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Date, location_name: "lastUpdatedAt"))
646
939
  ExecutionRecord.add_member(:data_pull_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "dataPullStartTime"))
647
940
  ExecutionRecord.add_member(:data_pull_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "dataPullEndTime"))
941
+ ExecutionRecord.add_member(:metadata_catalog_details, Shapes::ShapeRef.new(shape: MetadataCatalogDetails, location_name: "metadataCatalogDetails"))
648
942
  ExecutionRecord.struct_class = Types::ExecutionRecord
649
943
 
650
944
  ExecutionResult.add_member(:error_info, Shapes::ShapeRef.new(shape: ErrorInfo, location_name: "errorInfo"))
651
945
  ExecutionResult.add_member(:bytes_processed, Shapes::ShapeRef.new(shape: Long, location_name: "bytesProcessed"))
652
946
  ExecutionResult.add_member(:bytes_written, Shapes::ShapeRef.new(shape: Long, location_name: "bytesWritten"))
653
947
  ExecutionResult.add_member(:records_processed, Shapes::ShapeRef.new(shape: Long, location_name: "recordsProcessed"))
948
+ ExecutionResult.add_member(:num_parallel_processes, Shapes::ShapeRef.new(shape: Long, location_name: "numParallelProcesses"))
949
+ ExecutionResult.add_member(:max_page_size, Shapes::ShapeRef.new(shape: Long, location_name: "maxPageSize"))
654
950
  ExecutionResult.struct_class = Types::ExecutionResult
655
951
 
656
952
  FieldTypeDetails.add_member(:field_type, Shapes::ShapeRef.new(shape: FieldType, required: true, location_name: "fieldType"))
657
953
  FieldTypeDetails.add_member(:filter_operators, Shapes::ShapeRef.new(shape: FilterOperatorList, required: true, location_name: "filterOperators"))
658
954
  FieldTypeDetails.add_member(:supported_values, Shapes::ShapeRef.new(shape: SupportedValueList, location_name: "supportedValues"))
955
+ FieldTypeDetails.add_member(:value_regex_pattern, Shapes::ShapeRef.new(shape: String, location_name: "valueRegexPattern"))
956
+ FieldTypeDetails.add_member(:supported_date_format, Shapes::ShapeRef.new(shape: String, location_name: "supportedDateFormat"))
957
+ FieldTypeDetails.add_member(:field_value_range, Shapes::ShapeRef.new(shape: Range, location_name: "fieldValueRange"))
958
+ FieldTypeDetails.add_member(:field_length_range, Shapes::ShapeRef.new(shape: Range, location_name: "fieldLengthRange"))
659
959
  FieldTypeDetails.struct_class = Types::FieldTypeDetails
660
960
 
661
961
  FilterOperatorList.member = Shapes::ShapeRef.new(shape: Operator)
@@ -665,7 +965,9 @@ module Aws::Appflow
665
965
  FlowDefinition.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, location_name: "flowName"))
666
966
  FlowDefinition.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
667
967
  FlowDefinition.add_member(:source_connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "sourceConnectorType"))
968
+ FlowDefinition.add_member(:source_connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "sourceConnectorLabel"))
668
969
  FlowDefinition.add_member(:destination_connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "destinationConnectorType"))
970
+ FlowDefinition.add_member(:destination_connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "destinationConnectorLabel"))
669
971
  FlowDefinition.add_member(:trigger_type, Shapes::ShapeRef.new(shape: TriggerType, location_name: "triggerType"))
670
972
  FlowDefinition.add_member(:created_at, Shapes::ShapeRef.new(shape: Date, location_name: "createdAt"))
671
973
  FlowDefinition.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Date, location_name: "lastUpdatedAt"))
@@ -679,6 +981,11 @@ module Aws::Appflow
679
981
 
680
982
  FlowList.member = Shapes::ShapeRef.new(shape: FlowDefinition)
681
983
 
984
+ GlueDataCatalogConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: GlueDataCatalogIAMRole, required: true, location_name: "roleArn"))
985
+ GlueDataCatalogConfig.add_member(:database_name, Shapes::ShapeRef.new(shape: GlueDataCatalogDatabaseName, required: true, location_name: "databaseName"))
986
+ GlueDataCatalogConfig.add_member(:table_prefix, Shapes::ShapeRef.new(shape: GlueDataCatalogTablePrefix, required: true, location_name: "tablePrefix"))
987
+ GlueDataCatalogConfig.struct_class = Types::GlueDataCatalogConfig
988
+
682
989
  GoogleAnalyticsConnectorProfileCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
683
990
  GoogleAnalyticsConnectorProfileCredentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
684
991
  GoogleAnalyticsConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
@@ -730,14 +1037,29 @@ module Aws::Appflow
730
1037
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
731
1038
  InternalServerException.struct_class = Types::InternalServerException
732
1039
 
1040
+ LambdaConnectorProvisioningConfig.add_member(:lambda_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "lambdaArn"))
1041
+ LambdaConnectorProvisioningConfig.struct_class = Types::LambdaConnectorProvisioningConfig
1042
+
733
1043
  ListConnectorEntitiesRequest.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
734
1044
  ListConnectorEntitiesRequest.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
735
1045
  ListConnectorEntitiesRequest.add_member(:entities_path, Shapes::ShapeRef.new(shape: EntitiesPath, location_name: "entitiesPath"))
1046
+ ListConnectorEntitiesRequest.add_member(:api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "apiVersion"))
1047
+ ListConnectorEntitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEntitiesMaxResults, location_name: "maxResults"))
1048
+ ListConnectorEntitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
736
1049
  ListConnectorEntitiesRequest.struct_class = Types::ListConnectorEntitiesRequest
737
1050
 
738
1051
  ListConnectorEntitiesResponse.add_member(:connector_entity_map, Shapes::ShapeRef.new(shape: ConnectorEntityMap, required: true, location_name: "connectorEntityMap"))
1052
+ ListConnectorEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
739
1053
  ListConnectorEntitiesResponse.struct_class = Types::ListConnectorEntitiesResponse
740
1054
 
1055
+ ListConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
1056
+ ListConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1057
+ ListConnectorsRequest.struct_class = Types::ListConnectorsRequest
1058
+
1059
+ ListConnectorsResponse.add_member(:connectors, Shapes::ShapeRef.new(shape: ConnectorList, location_name: "connectors"))
1060
+ ListConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1061
+ ListConnectorsResponse.struct_class = Types::ListConnectorsResponse
1062
+
741
1063
  ListFlowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
742
1064
  ListFlowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
743
1065
  ListFlowsRequest.struct_class = Types::ListFlowsRequest
@@ -763,11 +1085,58 @@ module Aws::Appflow
763
1085
  MarketoConnectorProfileProperties.add_member(:instance_url, Shapes::ShapeRef.new(shape: InstanceUrl, required: true, location_name: "instanceUrl"))
764
1086
  MarketoConnectorProfileProperties.struct_class = Types::MarketoConnectorProfileProperties
765
1087
 
1088
+ MarketoDestinationProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
1089
+ MarketoDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
1090
+ MarketoDestinationProperties.struct_class = Types::MarketoDestinationProperties
1091
+
766
1092
  MarketoMetadata.struct_class = Types::MarketoMetadata
767
1093
 
768
1094
  MarketoSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
769
1095
  MarketoSourceProperties.struct_class = Types::MarketoSourceProperties
770
1096
 
1097
+ MetadataCatalogConfig.add_member(:glue_data_catalog, Shapes::ShapeRef.new(shape: GlueDataCatalogConfig, location_name: "glueDataCatalog"))
1098
+ MetadataCatalogConfig.struct_class = Types::MetadataCatalogConfig
1099
+
1100
+ MetadataCatalogDetail.add_member(:catalog_type, Shapes::ShapeRef.new(shape: CatalogType, location_name: "catalogType"))
1101
+ MetadataCatalogDetail.add_member(:table_name, Shapes::ShapeRef.new(shape: String, location_name: "tableName"))
1102
+ MetadataCatalogDetail.add_member(:table_registration_output, Shapes::ShapeRef.new(shape: RegistrationOutput, location_name: "tableRegistrationOutput"))
1103
+ MetadataCatalogDetail.add_member(:partition_registration_output, Shapes::ShapeRef.new(shape: RegistrationOutput, location_name: "partitionRegistrationOutput"))
1104
+ MetadataCatalogDetail.struct_class = Types::MetadataCatalogDetail
1105
+
1106
+ MetadataCatalogDetails.member = Shapes::ShapeRef.new(shape: MetadataCatalogDetail)
1107
+
1108
+ OAuth2Credentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "clientId"))
1109
+ OAuth2Credentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, location_name: "clientSecret"))
1110
+ OAuth2Credentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
1111
+ OAuth2Credentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
1112
+ OAuth2Credentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
1113
+ OAuth2Credentials.struct_class = Types::OAuth2Credentials
1114
+
1115
+ OAuth2CustomParameter.add_member(:key, Shapes::ShapeRef.new(shape: Key, location_name: "key"))
1116
+ OAuth2CustomParameter.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRequired"))
1117
+ OAuth2CustomParameter.add_member(:label, Shapes::ShapeRef.new(shape: Label, location_name: "label"))
1118
+ OAuth2CustomParameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1119
+ OAuth2CustomParameter.add_member(:is_sensitive_field, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSensitiveField"))
1120
+ OAuth2CustomParameter.add_member(:connector_supplied_values, Shapes::ShapeRef.new(shape: ConnectorSuppliedValueList, location_name: "connectorSuppliedValues"))
1121
+ OAuth2CustomParameter.add_member(:type, Shapes::ShapeRef.new(shape: OAuth2CustomPropType, location_name: "type"))
1122
+ OAuth2CustomParameter.struct_class = Types::OAuth2CustomParameter
1123
+
1124
+ OAuth2CustomPropertiesList.member = Shapes::ShapeRef.new(shape: OAuth2CustomParameter)
1125
+
1126
+ OAuth2Defaults.add_member(:oauth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, location_name: "oauthScopes"))
1127
+ OAuth2Defaults.add_member(:token_urls, Shapes::ShapeRef.new(shape: TokenUrlList, location_name: "tokenUrls"))
1128
+ OAuth2Defaults.add_member(:auth_code_urls, Shapes::ShapeRef.new(shape: AuthCodeUrlList, location_name: "authCodeUrls"))
1129
+ OAuth2Defaults.add_member(:oauth2_grant_types_supported, Shapes::ShapeRef.new(shape: OAuth2GrantTypeSupportedList, location_name: "oauth2GrantTypesSupported"))
1130
+ OAuth2Defaults.add_member(:oauth2_custom_properties, Shapes::ShapeRef.new(shape: OAuth2CustomPropertiesList, location_name: "oauth2CustomProperties"))
1131
+ OAuth2Defaults.struct_class = Types::OAuth2Defaults
1132
+
1133
+ OAuth2GrantTypeSupportedList.member = Shapes::ShapeRef.new(shape: OAuth2GrantType)
1134
+
1135
+ OAuth2Properties.add_member(:token_url, Shapes::ShapeRef.new(shape: TokenUrl, required: true, location_name: "tokenUrl"))
1136
+ OAuth2Properties.add_member(:o_auth_2_grant_type, Shapes::ShapeRef.new(shape: OAuth2GrantType, required: true, location_name: "oAuth2GrantType"))
1137
+ OAuth2Properties.add_member(:token_url_custom_properties, Shapes::ShapeRef.new(shape: TokenUrlCustomProperties, location_name: "tokenUrlCustomProperties"))
1138
+ OAuth2Properties.struct_class = Types::OAuth2Properties
1139
+
771
1140
  OAuthCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
772
1141
  OAuthCredentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
773
1142
  OAuthCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
@@ -782,8 +1151,27 @@ module Aws::Appflow
782
1151
 
783
1152
  OAuthScopeList.member = Shapes::ShapeRef.new(shape: OAuthScope)
784
1153
 
1154
+ PardotConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
1155
+ PardotConnectorProfileCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
1156
+ PardotConnectorProfileCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
1157
+ PardotConnectorProfileCredentials.add_member(:client_credentials_arn, Shapes::ShapeRef.new(shape: ClientCredentialsArn, location_name: "clientCredentialsArn"))
1158
+ PardotConnectorProfileCredentials.struct_class = Types::PardotConnectorProfileCredentials
1159
+
1160
+ PardotConnectorProfileProperties.add_member(:instance_url, Shapes::ShapeRef.new(shape: InstanceUrl, location_name: "instanceUrl"))
1161
+ PardotConnectorProfileProperties.add_member(:is_sandbox_environment, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSandboxEnvironment"))
1162
+ PardotConnectorProfileProperties.add_member(:business_unit_id, Shapes::ShapeRef.new(shape: BusinessUnitId, location_name: "businessUnitId"))
1163
+ PardotConnectorProfileProperties.struct_class = Types::PardotConnectorProfileProperties
1164
+
1165
+ PardotMetadata.struct_class = Types::PardotMetadata
1166
+
1167
+ PardotSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
1168
+ PardotSourceProperties.struct_class = Types::PardotSourceProperties
1169
+
1170
+ PathPrefixHierarchy.member = Shapes::ShapeRef.new(shape: PathPrefix)
1171
+
785
1172
  PrefixConfig.add_member(:prefix_type, Shapes::ShapeRef.new(shape: PrefixType, location_name: "prefixType"))
786
1173
  PrefixConfig.add_member(:prefix_format, Shapes::ShapeRef.new(shape: PrefixFormat, location_name: "prefixFormat"))
1174
+ PrefixConfig.add_member(:path_prefix_hierarchy, Shapes::ShapeRef.new(shape: PathPrefixHierarchy, location_name: "pathPrefixHierarchy"))
787
1175
  PrefixConfig.struct_class = Types::PrefixConfig
788
1176
 
789
1177
  PrivateConnectionProvisioningState.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningStatus, location_name: "status"))
@@ -791,14 +1179,26 @@ module Aws::Appflow
791
1179
  PrivateConnectionProvisioningState.add_member(:failure_cause, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningFailureCause, location_name: "failureCause"))
792
1180
  PrivateConnectionProvisioningState.struct_class = Types::PrivateConnectionProvisioningState
793
1181
 
794
- RedshiftConnectorProfileCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
795
- RedshiftConnectorProfileCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
1182
+ ProfilePropertiesMap.key = Shapes::ShapeRef.new(shape: ProfilePropertyKey)
1183
+ ProfilePropertiesMap.value = Shapes::ShapeRef.new(shape: ProfilePropertyValue)
1184
+
1185
+ Range.add_member(:maximum, Shapes::ShapeRef.new(shape: Double, location_name: "maximum"))
1186
+ Range.add_member(:minimum, Shapes::ShapeRef.new(shape: Double, location_name: "minimum"))
1187
+ Range.struct_class = Types::Range
1188
+
1189
+ RedshiftConnectorProfileCredentials.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "username"))
1190
+ RedshiftConnectorProfileCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "password"))
796
1191
  RedshiftConnectorProfileCredentials.struct_class = Types::RedshiftConnectorProfileCredentials
797
1192
 
798
- RedshiftConnectorProfileProperties.add_member(:database_url, Shapes::ShapeRef.new(shape: DatabaseUrl, required: true, location_name: "databaseUrl"))
1193
+ RedshiftConnectorProfileProperties.add_member(:database_url, Shapes::ShapeRef.new(shape: DatabaseUrl, location_name: "databaseUrl"))
799
1194
  RedshiftConnectorProfileProperties.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "bucketName"))
800
1195
  RedshiftConnectorProfileProperties.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "bucketPrefix"))
801
1196
  RedshiftConnectorProfileProperties.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1197
+ RedshiftConnectorProfileProperties.add_member(:data_api_role_arn, Shapes::ShapeRef.new(shape: DataApiRoleArn, location_name: "dataApiRoleArn"))
1198
+ RedshiftConnectorProfileProperties.add_member(:is_redshift_serverless, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRedshiftServerless"))
1199
+ RedshiftConnectorProfileProperties.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifier, location_name: "clusterIdentifier"))
1200
+ RedshiftConnectorProfileProperties.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, location_name: "workgroupName"))
1201
+ RedshiftConnectorProfileProperties.add_member(:database_name, Shapes::ShapeRef.new(shape: DatabaseName, location_name: "databaseName"))
802
1202
  RedshiftConnectorProfileProperties.struct_class = Types::RedshiftConnectorProfileProperties
803
1203
 
804
1204
  RedshiftDestinationProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
@@ -811,6 +1211,30 @@ module Aws::Appflow
811
1211
 
812
1212
  RegionList.member = Shapes::ShapeRef.new(shape: Region)
813
1213
 
1214
+ RegisterConnectorRequest.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, location_name: "connectorLabel"))
1215
+ RegisterConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1216
+ RegisterConnectorRequest.add_member(:connector_provisioning_type, Shapes::ShapeRef.new(shape: ConnectorProvisioningType, location_name: "connectorProvisioningType"))
1217
+ RegisterConnectorRequest.add_member(:connector_provisioning_config, Shapes::ShapeRef.new(shape: ConnectorProvisioningConfig, location_name: "connectorProvisioningConfig"))
1218
+ RegisterConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1219
+ RegisterConnectorRequest.struct_class = Types::RegisterConnectorRequest
1220
+
1221
+ RegisterConnectorResponse.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "connectorArn"))
1222
+ RegisterConnectorResponse.struct_class = Types::RegisterConnectorResponse
1223
+
1224
+ RegistrationOutput.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
1225
+ RegistrationOutput.add_member(:result, Shapes::ShapeRef.new(shape: String, location_name: "result"))
1226
+ RegistrationOutput.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "status"))
1227
+ RegistrationOutput.struct_class = Types::RegistrationOutput
1228
+
1229
+ ResetConnectorMetadataCacheRequest.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
1230
+ ResetConnectorMetadataCacheRequest.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, location_name: "connectorType"))
1231
+ ResetConnectorMetadataCacheRequest.add_member(:connector_entity_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "connectorEntityName"))
1232
+ ResetConnectorMetadataCacheRequest.add_member(:entities_path, Shapes::ShapeRef.new(shape: EntitiesPath, location_name: "entitiesPath"))
1233
+ ResetConnectorMetadataCacheRequest.add_member(:api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "apiVersion"))
1234
+ ResetConnectorMetadataCacheRequest.struct_class = Types::ResetConnectorMetadataCacheRequest
1235
+
1236
+ ResetConnectorMetadataCacheResponse.struct_class = Types::ResetConnectorMetadataCacheResponse
1237
+
814
1238
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
815
1239
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
816
1240
 
@@ -827,6 +1251,7 @@ module Aws::Appflow
827
1251
  S3OutputFormatConfig.add_member(:file_type, Shapes::ShapeRef.new(shape: FileType, location_name: "fileType"))
828
1252
  S3OutputFormatConfig.add_member(:prefix_config, Shapes::ShapeRef.new(shape: PrefixConfig, location_name: "prefixConfig"))
829
1253
  S3OutputFormatConfig.add_member(:aggregation_config, Shapes::ShapeRef.new(shape: AggregationConfig, location_name: "aggregationConfig"))
1254
+ S3OutputFormatConfig.add_member(:preserve_source_data_typing, Shapes::ShapeRef.new(shape: JavaBoolean, location_name: "preserveSourceDataTyping"))
830
1255
  S3OutputFormatConfig.struct_class = Types::S3OutputFormatConfig
831
1256
 
832
1257
  S3SourceProperties.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "bucketName"))
@@ -845,35 +1270,60 @@ module Aws::Appflow
845
1270
  SAPODataConnectorProfileProperties.add_member(:logon_language, Shapes::ShapeRef.new(shape: LogonLanguage, location_name: "logonLanguage"))
846
1271
  SAPODataConnectorProfileProperties.add_member(:private_link_service_name, Shapes::ShapeRef.new(shape: PrivateLinkServiceName, location_name: "privateLinkServiceName"))
847
1272
  SAPODataConnectorProfileProperties.add_member(:o_auth_properties, Shapes::ShapeRef.new(shape: OAuthProperties, location_name: "oAuthProperties"))
1273
+ SAPODataConnectorProfileProperties.add_member(:disable_sso, Shapes::ShapeRef.new(shape: Boolean, location_name: "disableSSO"))
848
1274
  SAPODataConnectorProfileProperties.struct_class = Types::SAPODataConnectorProfileProperties
849
1275
 
1276
+ SAPODataDestinationProperties.add_member(:object_path, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "objectPath"))
1277
+ SAPODataDestinationProperties.add_member(:success_response_handling_config, Shapes::ShapeRef.new(shape: SuccessResponseHandlingConfig, location_name: "successResponseHandlingConfig"))
1278
+ SAPODataDestinationProperties.add_member(:id_field_names, Shapes::ShapeRef.new(shape: IdFieldNameList, location_name: "idFieldNames"))
1279
+ SAPODataDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
1280
+ SAPODataDestinationProperties.add_member(:write_operation_type, Shapes::ShapeRef.new(shape: WriteOperationType, location_name: "writeOperationType"))
1281
+ SAPODataDestinationProperties.struct_class = Types::SAPODataDestinationProperties
1282
+
850
1283
  SAPODataMetadata.struct_class = Types::SAPODataMetadata
851
1284
 
1285
+ SAPODataPaginationConfig.add_member(:max_page_size, Shapes::ShapeRef.new(shape: SAPODataMaxPageSize, required: true, location_name: "maxPageSize", metadata: {"box"=>true}))
1286
+ SAPODataPaginationConfig.struct_class = Types::SAPODataPaginationConfig
1287
+
1288
+ SAPODataParallelismConfig.add_member(:max_parallelism, Shapes::ShapeRef.new(shape: SAPODataMaxParallelism, required: true, location_name: "maxParallelism", metadata: {"box"=>true}))
1289
+ SAPODataParallelismConfig.struct_class = Types::SAPODataParallelismConfig
1290
+
852
1291
  SAPODataSourceProperties.add_member(:object_path, Shapes::ShapeRef.new(shape: Object, location_name: "objectPath"))
1292
+ SAPODataSourceProperties.add_member(:parallelism_config, Shapes::ShapeRef.new(shape: SAPODataParallelismConfig, location_name: "parallelismConfig"))
1293
+ SAPODataSourceProperties.add_member(:pagination_config, Shapes::ShapeRef.new(shape: SAPODataPaginationConfig, location_name: "paginationConfig"))
853
1294
  SAPODataSourceProperties.struct_class = Types::SAPODataSourceProperties
854
1295
 
855
1296
  SalesforceConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
856
1297
  SalesforceConnectorProfileCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
857
1298
  SalesforceConnectorProfileCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
858
1299
  SalesforceConnectorProfileCredentials.add_member(:client_credentials_arn, Shapes::ShapeRef.new(shape: ClientCredentialsArn, location_name: "clientCredentialsArn"))
1300
+ SalesforceConnectorProfileCredentials.add_member(:o_auth_2_grant_type, Shapes::ShapeRef.new(shape: OAuth2GrantType, location_name: "oAuth2GrantType"))
1301
+ SalesforceConnectorProfileCredentials.add_member(:jwt_token, Shapes::ShapeRef.new(shape: JwtToken, location_name: "jwtToken"))
859
1302
  SalesforceConnectorProfileCredentials.struct_class = Types::SalesforceConnectorProfileCredentials
860
1303
 
861
1304
  SalesforceConnectorProfileProperties.add_member(:instance_url, Shapes::ShapeRef.new(shape: InstanceUrl, location_name: "instanceUrl"))
862
1305
  SalesforceConnectorProfileProperties.add_member(:is_sandbox_environment, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSandboxEnvironment"))
1306
+ SalesforceConnectorProfileProperties.add_member(:use_private_link_for_metadata_and_authorization, Shapes::ShapeRef.new(shape: Boolean, location_name: "usePrivateLinkForMetadataAndAuthorization"))
863
1307
  SalesforceConnectorProfileProperties.struct_class = Types::SalesforceConnectorProfileProperties
864
1308
 
1309
+ SalesforceDataTransferApiList.member = Shapes::ShapeRef.new(shape: SalesforceDataTransferApi)
1310
+
865
1311
  SalesforceDestinationProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
866
1312
  SalesforceDestinationProperties.add_member(:id_field_names, Shapes::ShapeRef.new(shape: IdFieldNameList, location_name: "idFieldNames"))
867
1313
  SalesforceDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
868
1314
  SalesforceDestinationProperties.add_member(:write_operation_type, Shapes::ShapeRef.new(shape: WriteOperationType, location_name: "writeOperationType"))
1315
+ SalesforceDestinationProperties.add_member(:data_transfer_api, Shapes::ShapeRef.new(shape: SalesforceDataTransferApi, location_name: "dataTransferApi"))
869
1316
  SalesforceDestinationProperties.struct_class = Types::SalesforceDestinationProperties
870
1317
 
871
1318
  SalesforceMetadata.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, location_name: "oAuthScopes"))
1319
+ SalesforceMetadata.add_member(:data_transfer_apis, Shapes::ShapeRef.new(shape: SalesforceDataTransferApiList, location_name: "dataTransferApis"))
1320
+ SalesforceMetadata.add_member(:oauth2_grant_types_supported, Shapes::ShapeRef.new(shape: OAuth2GrantTypeSupportedList, location_name: "oauth2GrantTypesSupported"))
872
1321
  SalesforceMetadata.struct_class = Types::SalesforceMetadata
873
1322
 
874
1323
  SalesforceSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
875
1324
  SalesforceSourceProperties.add_member(:enable_dynamic_field_update, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableDynamicFieldUpdate"))
876
1325
  SalesforceSourceProperties.add_member(:include_deleted_records, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeDeletedRecords"))
1326
+ SalesforceSourceProperties.add_member(:data_transfer_api, Shapes::ShapeRef.new(shape: SalesforceDataTransferApi, location_name: "dataTransferApi"))
877
1327
  SalesforceSourceProperties.struct_class = Types::SalesforceSourceProperties
878
1328
 
879
1329
  ScheduledTriggerProperties.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "scheduleExpression"))
@@ -883,12 +1333,14 @@ module Aws::Appflow
883
1333
  ScheduledTriggerProperties.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "timezone"))
884
1334
  ScheduledTriggerProperties.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "scheduleOffset", metadata: {"box"=>true}))
885
1335
  ScheduledTriggerProperties.add_member(:first_execution_from, Shapes::ShapeRef.new(shape: Date, location_name: "firstExecutionFrom"))
1336
+ ScheduledTriggerProperties.add_member(:flow_error_deactivation_threshold, Shapes::ShapeRef.new(shape: FlowErrorDeactivationThreshold, location_name: "flowErrorDeactivationThreshold", metadata: {"box"=>true}))
886
1337
  ScheduledTriggerProperties.struct_class = Types::ScheduledTriggerProperties
887
1338
 
888
1339
  SchedulingFrequencyTypeList.member = Shapes::ShapeRef.new(shape: ScheduleFrequencyType)
889
1340
 
890
- ServiceNowConnectorProfileCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
891
- ServiceNowConnectorProfileCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
1341
+ ServiceNowConnectorProfileCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "username"))
1342
+ ServiceNowConnectorProfileCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "password"))
1343
+ ServiceNowConnectorProfileCredentials.add_member(:o_auth_2_credentials, Shapes::ShapeRef.new(shape: OAuth2Credentials, location_name: "oAuth2Credentials"))
892
1344
  ServiceNowConnectorProfileCredentials.struct_class = Types::ServiceNowConnectorProfileCredentials
893
1345
 
894
1346
  ServiceNowConnectorProfileProperties.add_member(:instance_url, Shapes::ShapeRef.new(shape: InstanceUrl, required: true, location_name: "instanceUrl"))
@@ -964,21 +1416,26 @@ module Aws::Appflow
964
1416
  SourceConnectorProperties.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaSourceProperties, location_name: "Veeva"))
965
1417
  SourceConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskSourceProperties, location_name: "Zendesk"))
966
1418
  SourceConnectorProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataSourceProperties, location_name: "SAPOData"))
1419
+ SourceConnectorProperties.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorSourceProperties, location_name: "CustomConnector"))
1420
+ SourceConnectorProperties.add_member(:pardot, Shapes::ShapeRef.new(shape: PardotSourceProperties, location_name: "Pardot"))
967
1421
  SourceConnectorProperties.struct_class = Types::SourceConnectorProperties
968
1422
 
969
1423
  SourceFieldProperties.add_member(:is_retrievable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRetrievable"))
970
1424
  SourceFieldProperties.add_member(:is_queryable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isQueryable"))
1425
+ SourceFieldProperties.add_member(:is_timestamp_field_for_incremental_queries, Shapes::ShapeRef.new(shape: Boolean, location_name: "isTimestampFieldForIncrementalQueries"))
971
1426
  SourceFieldProperties.struct_class = Types::SourceFieldProperties
972
1427
 
973
1428
  SourceFields.member = Shapes::ShapeRef.new(shape: String)
974
1429
 
975
1430
  SourceFlowConfig.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
1431
+ SourceFlowConfig.add_member(:api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "apiVersion"))
976
1432
  SourceFlowConfig.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
977
1433
  SourceFlowConfig.add_member(:source_connector_properties, Shapes::ShapeRef.new(shape: SourceConnectorProperties, required: true, location_name: "sourceConnectorProperties"))
978
1434
  SourceFlowConfig.add_member(:incremental_pull_config, Shapes::ShapeRef.new(shape: IncrementalPullConfig, location_name: "incrementalPullConfig"))
979
1435
  SourceFlowConfig.struct_class = Types::SourceFlowConfig
980
1436
 
981
1437
  StartFlowRequest.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "flowName"))
1438
+ StartFlowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
982
1439
  StartFlowRequest.struct_class = Types::StartFlowRequest
983
1440
 
984
1441
  StartFlowResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: FlowArn, location_name: "flowArn"))
@@ -993,9 +1450,21 @@ module Aws::Appflow
993
1450
  StopFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
994
1451
  StopFlowResponse.struct_class = Types::StopFlowResponse
995
1452
 
1453
+ SuccessResponseHandlingConfig.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "bucketPrefix"))
1454
+ SuccessResponseHandlingConfig.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucketName"))
1455
+ SuccessResponseHandlingConfig.struct_class = Types::SuccessResponseHandlingConfig
1456
+
1457
+ SupportedApiVersionList.member = Shapes::ShapeRef.new(shape: SupportedApiVersion)
1458
+
1459
+ SupportedDataTransferApis.member = Shapes::ShapeRef.new(shape: DataTransferApi)
1460
+
1461
+ SupportedDataTransferTypeList.member = Shapes::ShapeRef.new(shape: SupportedDataTransferType)
1462
+
996
1463
  SupportedFieldTypeDetails.add_member(:v1, Shapes::ShapeRef.new(shape: FieldTypeDetails, required: true, location_name: "v1"))
997
1464
  SupportedFieldTypeDetails.struct_class = Types::SupportedFieldTypeDetails
998
1465
 
1466
+ SupportedOperatorList.member = Shapes::ShapeRef.new(shape: Operators)
1467
+
999
1468
  SupportedValueList.member = Shapes::ShapeRef.new(shape: Value)
1000
1469
 
1001
1470
  SupportedWriteOperationList.member = Shapes::ShapeRef.new(shape: WriteOperationType)
@@ -1023,6 +1492,14 @@ module Aws::Appflow
1023
1492
 
1024
1493
  Tasks.member = Shapes::ShapeRef.new(shape: Task)
1025
1494
 
1495
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1496
+ ThrottlingException.struct_class = Types::ThrottlingException
1497
+
1498
+ TokenUrlCustomProperties.key = Shapes::ShapeRef.new(shape: CustomPropertyKey)
1499
+ TokenUrlCustomProperties.value = Shapes::ShapeRef.new(shape: CustomPropertyValue)
1500
+
1501
+ TokenUrlList.member = Shapes::ShapeRef.new(shape: TokenUrl)
1502
+
1026
1503
  TrendmicroConnectorProfileCredentials.add_member(:api_secret_key, Shapes::ShapeRef.new(shape: ApiSecretKey, required: true, location_name: "apiSecretKey"))
1027
1504
  TrendmicroConnectorProfileCredentials.struct_class = Types::TrendmicroConnectorProfileCredentials
1028
1505
 
@@ -1042,6 +1519,12 @@ module Aws::Appflow
1042
1519
 
1043
1520
  TriggerTypeList.member = Shapes::ShapeRef.new(shape: TriggerType)
1044
1521
 
1522
+ UnregisterConnectorRequest.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, required: true, location_name: "connectorLabel"))
1523
+ UnregisterConnectorRequest.add_member(:force_delete, Shapes::ShapeRef.new(shape: Boolean, location_name: "forceDelete"))
1524
+ UnregisterConnectorRequest.struct_class = Types::UnregisterConnectorRequest
1525
+
1526
+ UnregisterConnectorResponse.struct_class = Types::UnregisterConnectorResponse
1527
+
1045
1528
  UnsupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1046
1529
  UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
1047
1530
 
@@ -1054,17 +1537,29 @@ module Aws::Appflow
1054
1537
  UpdateConnectorProfileRequest.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, required: true, location_name: "connectorProfileName"))
1055
1538
  UpdateConnectorProfileRequest.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, required: true, location_name: "connectionMode"))
1056
1539
  UpdateConnectorProfileRequest.add_member(:connector_profile_config, Shapes::ShapeRef.new(shape: ConnectorProfileConfig, required: true, location_name: "connectorProfileConfig"))
1540
+ UpdateConnectorProfileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1057
1541
  UpdateConnectorProfileRequest.struct_class = Types::UpdateConnectorProfileRequest
1058
1542
 
1059
1543
  UpdateConnectorProfileResponse.add_member(:connector_profile_arn, Shapes::ShapeRef.new(shape: ConnectorProfileArn, location_name: "connectorProfileArn"))
1060
1544
  UpdateConnectorProfileResponse.struct_class = Types::UpdateConnectorProfileResponse
1061
1545
 
1546
+ UpdateConnectorRegistrationRequest.add_member(:connector_label, Shapes::ShapeRef.new(shape: ConnectorLabel, required: true, location_name: "connectorLabel"))
1547
+ UpdateConnectorRegistrationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1548
+ UpdateConnectorRegistrationRequest.add_member(:connector_provisioning_config, Shapes::ShapeRef.new(shape: ConnectorProvisioningConfig, location_name: "connectorProvisioningConfig"))
1549
+ UpdateConnectorRegistrationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1550
+ UpdateConnectorRegistrationRequest.struct_class = Types::UpdateConnectorRegistrationRequest
1551
+
1552
+ UpdateConnectorRegistrationResponse.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "connectorArn"))
1553
+ UpdateConnectorRegistrationResponse.struct_class = Types::UpdateConnectorRegistrationResponse
1554
+
1062
1555
  UpdateFlowRequest.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "flowName"))
1063
1556
  UpdateFlowRequest.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
1064
1557
  UpdateFlowRequest.add_member(:trigger_config, Shapes::ShapeRef.new(shape: TriggerConfig, required: true, location_name: "triggerConfig"))
1065
1558
  UpdateFlowRequest.add_member(:source_flow_config, Shapes::ShapeRef.new(shape: SourceFlowConfig, required: true, location_name: "sourceFlowConfig"))
1066
1559
  UpdateFlowRequest.add_member(:destination_flow_config_list, Shapes::ShapeRef.new(shape: DestinationFlowConfigList, required: true, location_name: "destinationFlowConfigList"))
1067
1560
  UpdateFlowRequest.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, required: true, location_name: "tasks"))
1561
+ UpdateFlowRequest.add_member(:metadata_catalog_config, Shapes::ShapeRef.new(shape: MetadataCatalogConfig, location_name: "metadataCatalogConfig"))
1562
+ UpdateFlowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1068
1563
  UpdateFlowRequest.struct_class = Types::UpdateFlowRequest
1069
1564
 
1070
1565
  UpdateFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
@@ -1140,6 +1635,19 @@ module Aws::Appflow
1140
1635
  "uid" => "appflow-2020-08-23",
1141
1636
  }
1142
1637
 
1638
+ api.add_operation(:cancel_flow_executions, Seahorse::Model::Operation.new.tap do |o|
1639
+ o.name = "CancelFlowExecutions"
1640
+ o.http_method = "POST"
1641
+ o.http_request_uri = "/cancel-flow-executions"
1642
+ o.input = Shapes::ShapeRef.new(shape: CancelFlowExecutionsRequest)
1643
+ o.output = Shapes::ShapeRef.new(shape: CancelFlowExecutionsResponse)
1644
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1645
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1646
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1647
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1648
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1649
+ end)
1650
+
1143
1651
  api.add_operation(:create_connector_profile, Seahorse::Model::Operation.new.tap do |o|
1144
1652
  o.name = "CreateConnectorProfile"
1145
1653
  o.http_method = "POST"
@@ -1166,6 +1674,7 @@ module Aws::Appflow
1166
1674
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1167
1675
  o.errors << Shapes::ShapeRef.new(shape: ConnectorAuthenticationException)
1168
1676
  o.errors << Shapes::ShapeRef.new(shape: ConnectorServerException)
1677
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1169
1678
  end)
1170
1679
 
1171
1680
  api.add_operation(:delete_connector_profile, Seahorse::Model::Operation.new.tap do |o|
@@ -1190,6 +1699,17 @@ module Aws::Appflow
1190
1699
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1191
1700
  end)
1192
1701
 
1702
+ api.add_operation(:describe_connector, Seahorse::Model::Operation.new.tap do |o|
1703
+ o.name = "DescribeConnector"
1704
+ o.http_method = "POST"
1705
+ o.http_request_uri = "/describe-connector"
1706
+ o.input = Shapes::ShapeRef.new(shape: DescribeConnectorRequest)
1707
+ o.output = Shapes::ShapeRef.new(shape: DescribeConnectorResponse)
1708
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1709
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1710
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1711
+ end)
1712
+
1193
1713
  api.add_operation(:describe_connector_entity, Seahorse::Model::Operation.new.tap do |o|
1194
1714
  o.name = "DescribeConnectorEntity"
1195
1715
  o.http_method = "POST"
@@ -1228,6 +1748,7 @@ module Aws::Appflow
1228
1748
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1229
1749
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1230
1750
  o[:pager] = Aws::Pager.new(
1751
+ limit_key: "max_results",
1231
1752
  tokens: {
1232
1753
  "next_token" => "next_token"
1233
1754
  }
@@ -1274,6 +1795,22 @@ module Aws::Appflow
1274
1795
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1275
1796
  end)
1276
1797
 
1798
+ api.add_operation(:list_connectors, Seahorse::Model::Operation.new.tap do |o|
1799
+ o.name = "ListConnectors"
1800
+ o.http_method = "POST"
1801
+ o.http_request_uri = "/list-connectors"
1802
+ o.input = Shapes::ShapeRef.new(shape: ListConnectorsRequest)
1803
+ o.output = Shapes::ShapeRef.new(shape: ListConnectorsResponse)
1804
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1805
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1806
+ o[:pager] = Aws::Pager.new(
1807
+ limit_key: "max_results",
1808
+ tokens: {
1809
+ "next_token" => "next_token"
1810
+ }
1811
+ )
1812
+ end)
1813
+
1277
1814
  api.add_operation(:list_flows, Seahorse::Model::Operation.new.tap do |o|
1278
1815
  o.name = "ListFlows"
1279
1816
  o.http_method = "POST"
@@ -1301,6 +1838,35 @@ module Aws::Appflow
1301
1838
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1302
1839
  end)
1303
1840
 
1841
+ api.add_operation(:register_connector, Seahorse::Model::Operation.new.tap do |o|
1842
+ o.name = "RegisterConnector"
1843
+ o.http_method = "POST"
1844
+ o.http_request_uri = "/register-connector"
1845
+ o.input = Shapes::ShapeRef.new(shape: RegisterConnectorRequest)
1846
+ o.output = Shapes::ShapeRef.new(shape: RegisterConnectorResponse)
1847
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1848
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1849
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1850
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1851
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1852
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1853
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1854
+ o.errors << Shapes::ShapeRef.new(shape: ConnectorServerException)
1855
+ o.errors << Shapes::ShapeRef.new(shape: ConnectorAuthenticationException)
1856
+ end)
1857
+
1858
+ api.add_operation(:reset_connector_metadata_cache, Seahorse::Model::Operation.new.tap do |o|
1859
+ o.name = "ResetConnectorMetadataCache"
1860
+ o.http_method = "POST"
1861
+ o.http_request_uri = "/reset-connector-metadata-cache"
1862
+ o.input = Shapes::ShapeRef.new(shape: ResetConnectorMetadataCacheRequest)
1863
+ o.output = Shapes::ShapeRef.new(shape: ResetConnectorMetadataCacheResponse)
1864
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1865
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1866
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1867
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1868
+ end)
1869
+
1304
1870
  api.add_operation(:start_flow, Seahorse::Model::Operation.new.tap do |o|
1305
1871
  o.name = "StartFlow"
1306
1872
  o.http_method = "POST"
@@ -1336,6 +1902,17 @@ module Aws::Appflow
1336
1902
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1337
1903
  end)
1338
1904
 
1905
+ api.add_operation(:unregister_connector, Seahorse::Model::Operation.new.tap do |o|
1906
+ o.name = "UnregisterConnector"
1907
+ o.http_method = "POST"
1908
+ o.http_request_uri = "/unregister-connector"
1909
+ o.input = Shapes::ShapeRef.new(shape: UnregisterConnectorRequest)
1910
+ o.output = Shapes::ShapeRef.new(shape: UnregisterConnectorResponse)
1911
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1912
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1913
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1914
+ end)
1915
+
1339
1916
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1340
1917
  o.name = "UntagResource"
1341
1918
  o.http_method = "DELETE"
@@ -1360,6 +1937,23 @@ module Aws::Appflow
1360
1937
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1361
1938
  end)
1362
1939
 
1940
+ api.add_operation(:update_connector_registration, Seahorse::Model::Operation.new.tap do |o|
1941
+ o.name = "UpdateConnectorRegistration"
1942
+ o.http_method = "POST"
1943
+ o.http_request_uri = "/update-connector-registration"
1944
+ o.input = Shapes::ShapeRef.new(shape: UpdateConnectorRegistrationRequest)
1945
+ o.output = Shapes::ShapeRef.new(shape: UpdateConnectorRegistrationResponse)
1946
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1947
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1948
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1949
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1950
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1951
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1952
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1953
+ o.errors << Shapes::ShapeRef.new(shape: ConnectorServerException)
1954
+ o.errors << Shapes::ShapeRef.new(shape: ConnectorAuthenticationException)
1955
+ end)
1956
+
1363
1957
  api.add_operation(:update_flow, Seahorse::Model::Operation.new.tap do |o|
1364
1958
  o.name = "UpdateFlow"
1365
1959
  o.http_method = "POST"
@@ -1373,6 +1967,7 @@ module Aws::Appflow
1373
1967
  o.errors << Shapes::ShapeRef.new(shape: ConnectorAuthenticationException)
1374
1968
  o.errors << Shapes::ShapeRef.new(shape: ConnectorServerException)
1375
1969
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1970
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1376
1971
  end)
1377
1972
  end
1378
1973