1{
2  "version": "2.0",
3  "service": "<p>Welcome to the Amazon AppFlow API reference. This guide is for developers who need detailed information about the Amazon AppFlow API operations, data types, and errors. </p> <p>Amazon AppFlow is a fully managed integration service that enables you to securely transfer data between software as a service (SaaS) applications like Salesforce, Marketo, Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p> <p>Use the following links to get started on the Amazon AppFlow API:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Operations.html\">Actions</a>: An alphabetical list of all Amazon AppFlow API operations.</p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Types.html\">Data types</a>: An alphabetical list of all Amazon AppFlow data types.</p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonParameters.html\">Common parameters</a>: Parameters that all Query operations can use.</p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonErrors.html\">Common errors</a>: Client and server errors that all operations can return.</p> </li> </ul> <p>If you're new to Amazon AppFlow, we recommend that you review the <a href=\"https://docs.aws.amazon.com/appflow/latest/userguide/what-is-appflow.html\">Amazon AppFlow User Guide</a>.</p> <p>Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include applicable OAuth attributes (such as <code>auth-code</code> and <code>redirecturi</code>) with the connector-specific <code>ConnectorProfileProperties</code> when creating a new connector profile using Amazon AppFlow API operations. For example, Salesforce users can refer to the <a href=\"https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm\"> <i>Authorize Apps with OAuth</i> </a> documentation.</p>",
4  "operations": {
5    "CreateConnectorProfile": "<p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. </p>",
6    "CreateFlow": "<p> Enables your application to create a new flow using Amazon AppFlow. You must create a connector profile before calling this API. Please note that the Request Syntax below shows syntax for multiple destinations, however, you can only transfer data to one item in this list at a time. Amazon AppFlow does not currently support flows to multiple destinations at once. </p>",
7    "DeleteConnectorProfile": "<p> Enables you to delete an existing connector profile. </p>",
8    "DeleteFlow": "<p> Enables your application to delete an existing flow. Before deleting the flow, Amazon AppFlow validates the request by checking the flow configuration and status. You can delete flows one at a time. </p>",
9    "DescribeConnectorEntity": "<p> Provides details regarding the entity used with the connector, with a description of the data model for each entity. </p>",
10    "DescribeConnectorProfiles": "<p> Returns a list of <code>connector-profile</code> details matching the provided <code>connector-profile</code> names and <code>connector-types</code>. Both input lists are optional, and you can use them to filter the result. </p> <p>If no names or <code>connector-types</code> are provided, returns all connector profiles in a paginated form. If there is no match, this operation returns an empty list.</p>",
11    "DescribeConnectors": "<p> Describes the connectors vended by Amazon AppFlow for specified connector types. If you don't specify a connector type, this operation describes all connectors vended by Amazon AppFlow. If there are more connectors than can be returned in one page, the response contains a <code>nextToken</code> object, which can be be passed in to the next call to the <code>DescribeConnectors</code> API operation to retrieve the next page. </p>",
12    "DescribeFlow": "<p> Provides a description of the specified flow. </p>",
13    "DescribeFlowExecutionRecords": "<p> Fetches the execution history of the flow. </p>",
14    "ListConnectorEntities": "<p> Returns the list of available connector entities supported by Amazon AppFlow. For example, you can query Salesforce for <i>Account</i> and <i>Opportunity</i> entities, or query ServiceNow for the <i>Incident</i> entity. </p>",
15    "ListFlows": "<p> Lists all of the flows associated with your account. </p>",
16    "ListTagsForResource": "<p> Retrieves the tags that are associated with a specified flow. </p>",
17    "StartFlow": "<p> Activates an existing flow. For on-demand flows, this operation runs the flow immediately. For schedule and event-triggered flows, this operation activates the flow. </p>",
18    "StopFlow": "<p> Deactivates the existing flow. For on-demand flows, this operation returns an <code>unsupportedOperationException</code> error message. For schedule and event-triggered flows, this operation deactivates the flow. </p>",
19    "TagResource": "<p> Applies a tag to the specified flow. </p>",
20    "UntagResource": "<p> Removes a tag from the specified flow. </p>",
21    "UpdateConnectorProfile": "<p> Updates a given connector profile associated with your account. </p>",
22    "UpdateFlow": "<p> Updates an existing flow. </p>"
23  },
24  "shapes": {
25    "ARN": {
26      "base": null,
27      "refs": {
28        "ConnectorProfile$credentialsArn": "<p> The Amazon Resource Name (ARN) of the connector profile credentials. </p>",
29        "ListTagsForResourceRequest$resourceArn": "<p> The Amazon Resource Name (ARN) of the specified flow. </p>",
30        "TagResourceRequest$resourceArn": "<p> The Amazon Resource Name (ARN) of the flow that you want to tag. </p>",
31        "UntagResourceRequest$resourceArn": "<p> The Amazon Resource Name (ARN) of the flow that you want to untag. </p>"
32      }
33    },
34    "AccessKeyId": {
35      "base": null,
36      "refs": {
37        "InforNexusConnectorProfileCredentials$accessKeyId": "<p> The Access Key portion of the credentials. </p>"
38      }
39    },
40    "AccessToken": {
41      "base": null,
42      "refs": {
43        "GoogleAnalyticsConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Google Analytics resources. </p>",
44        "HoneycodeConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Amazon Honeycode resources. </p>",
45        "MarketoConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Marketo resources. </p>",
46        "OAuthCredentials$accessToken": "<p> The access token used to access protected SAPOData resources. </p>",
47        "SalesforceConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Salesforce resources. </p>",
48        "SlackConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Slack resources. </p>",
49        "ZendeskConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Zendesk resources. </p>"
50      }
51    },
52    "AccountName": {
53      "base": null,
54      "refs": {
55        "SnowflakeConnectorProfileProperties$accountName": "<p> The name of the account. </p>"
56      }
57    },
58    "AggregationConfig": {
59      "base": "<p> The aggregation settings that you can use to customize the output format of your flow data. </p>",
60      "refs": {
61        "S3OutputFormatConfig$aggregationConfig": null,
62        "UpsolverS3OutputFormatConfig$aggregationConfig": null
63      }
64    },
65    "AggregationType": {
66      "base": null,
67      "refs": {
68        "AggregationConfig$aggregationType": "<p> Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated. </p>"
69      }
70    },
71    "AmplitudeConnectorOperator": {
72      "base": null,
73      "refs": {
74        "ConnectorOperator$Amplitude": "<p> The operation to be performed on the provided Amplitude source fields. </p>"
75      }
76    },
77    "AmplitudeConnectorProfileCredentials": {
78      "base": "<p> The connector-specific credentials required when using Amplitude. </p>",
79      "refs": {
80        "ConnectorProfileCredentials$Amplitude": "<p> The connector-specific credentials required when using Amplitude. </p>"
81      }
82    },
83    "AmplitudeConnectorProfileProperties": {
84      "base": "<p> The connector-specific profile properties required when using Amplitude. </p>",
85      "refs": {
86        "ConnectorProfileProperties$Amplitude": "<p> The connector-specific properties required by Amplitude. </p>"
87      }
88    },
89    "AmplitudeMetadata": {
90      "base": "<p> The connector metadata specific to Amplitude. </p>",
91      "refs": {
92        "ConnectorMetadata$Amplitude": "<p> The connector metadata specific to Amplitude. </p>"
93      }
94    },
95    "AmplitudeSourceProperties": {
96      "base": "<p> The properties that are applied when Amplitude is being used as a source. </p>",
97      "refs": {
98        "SourceConnectorProperties$Amplitude": "<p> Specifies the information that is required for querying Amplitude. </p>"
99      }
100    },
101    "ApiKey": {
102      "base": null,
103      "refs": {
104        "AmplitudeConnectorProfileCredentials$apiKey": "<p> A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. </p>",
105        "DatadogConnectorProfileCredentials$apiKey": "<p> A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. </p>",
106        "SingularConnectorProfileCredentials$apiKey": "<p> A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. </p>"
107      }
108    },
109    "ApiSecretKey": {
110      "base": null,
111      "refs": {
112        "TrendmicroConnectorProfileCredentials$apiSecretKey": "<p> The Secret Access Key portion of the credentials. </p>"
113      }
114    },
115    "ApiToken": {
116      "base": null,
117      "refs": {
118        "DynatraceConnectorProfileCredentials$apiToken": "<p> The API tokens used by Dynatrace API to authenticate various API calls. </p>"
119      }
120    },
121    "ApplicationHostUrl": {
122      "base": null,
123      "refs": {
124        "SAPODataConnectorProfileProperties$applicationHostUrl": "<p> The location of the SAPOData resource. </p>"
125      }
126    },
127    "ApplicationKey": {
128      "base": null,
129      "refs": {
130        "DatadogConnectorProfileCredentials$applicationKey": "<p> Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API. </p>"
131      }
132    },
133    "ApplicationServicePath": {
134      "base": null,
135      "refs": {
136        "SAPODataConnectorProfileProperties$applicationServicePath": "<p> The application path to catalog service. </p>"
137      }
138    },
139    "AuthCode": {
140      "base": null,
141      "refs": {
142        "ConnectorOAuthRequest$authCode": "<p> The code provided by the connector when it has been authenticated via the connected app. </p>"
143      }
144    },
145    "AuthCodeUrl": {
146      "base": null,
147      "refs": {
148        "OAuthProperties$authCodeUrl": "<p> The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication. </p>"
149      }
150    },
151    "BasicAuthCredentials": {
152      "base": "<p> The basic auth credentials required for basic authentication. </p>",
153      "refs": {
154        "SAPODataConnectorProfileCredentials$basicAuthCredentials": "<p> The SAPOData basic authentication credentials. </p>"
155      }
156    },
157    "Boolean": {
158      "base": null,
159      "refs": {
160        "ConnectorConfiguration$canUseAsSource": "<p> Specifies whether the connector can be used as a source. </p>",
161        "ConnectorConfiguration$canUseAsDestination": "<p> Specifies whether the connector can be used as a destination. </p>",
162        "ConnectorConfiguration$isPrivateLinkEnabled": "<p> Specifies if PrivateLink is enabled for that connector. </p>",
163        "ConnectorConfiguration$isPrivateLinkEndpointUrlRequired": "<p> Specifies if a PrivateLink endpoint URL is required. </p>",
164        "ConnectorEntity$hasNestedEntities": "<p> Specifies whether the connector entity is a parent or a category and has more entities nested underneath it. If another call is made with <code>entitiesPath = \"the_current_entity_name_with_hasNestedEntities_true\"</code>, then it returns the nested entities underneath it. This provides a way to retrieve all supported entities in a recursive fashion. </p>",
165        "DeleteConnectorProfileRequest$forceDelete": "<p> Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows. </p>",
166        "DeleteFlowRequest$forceDelete": "<p> Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use. </p>",
167        "DestinationFieldProperties$isCreatable": "<p> Specifies if the destination field can be created by the current user. </p>",
168        "DestinationFieldProperties$isNullable": "<p> Specifies if the destination field can have a null value. </p>",
169        "DestinationFieldProperties$isUpsertable": "<p> Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do. </p>",
170        "DestinationFieldProperties$isUpdatable": "<p> Specifies whether the field can be updated during an <code>UPDATE</code> or <code>UPSERT</code> write operation. </p>",
171        "ErrorHandlingConfig$failOnFirstDestinationError": "<p> Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination. </p>",
172        "SalesforceConnectorProfileProperties$isSandboxEnvironment": "<p> Indicates whether the connector profile applies to a sandbox or production environment. </p>",
173        "SalesforceSourceProperties$enableDynamicFieldUpdate": "<p> The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow. </p>",
174        "SalesforceSourceProperties$includeDeletedRecords": "<p> Indicates whether Amazon AppFlow includes deleted files in the flow run. </p>",
175        "SourceFieldProperties$isRetrievable": "<p> Indicates whether the field can be returned in a search result. </p>",
176        "SourceFieldProperties$isQueryable": "<p> Indicates if the field can be queried. </p>",
177        "VeevaSourceProperties$includeSourceFiles": "<p>Boolean value to include source files in Veeva document extract flow.</p>",
178        "VeevaSourceProperties$includeRenditions": "<p>Boolean value to include file renditions in Veeva document extract flow.</p>",
179        "VeevaSourceProperties$includeAllVersions": "<p>Boolean value to include All Versions of files in Veeva document extract flow.</p>"
180      }
181    },
182    "BucketName": {
183      "base": null,
184      "refs": {
185        "ErrorHandlingConfig$bucketName": "<p> Specifies the name of the Amazon S3 bucket. </p>",
186        "RedshiftConnectorProfileProperties$bucketName": "<p> A name for the associated Amazon S3 bucket. </p>",
187        "RedshiftDestinationProperties$intermediateBucketName": "<p> The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift. </p>",
188        "S3DestinationProperties$bucketName": "<p> The Amazon S3 bucket name in which Amazon AppFlow places the transferred data. </p>",
189        "S3SourceProperties$bucketName": "<p> The Amazon S3 bucket name where the source files are stored. </p>",
190        "SnowflakeConnectorProfileProperties$bucketName": "<p> The name of the Amazon S3 bucket associated with Snowflake. </p>",
191        "SnowflakeDestinationProperties$intermediateBucketName": "<p> The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake. </p>"
192      }
193    },
194    "BucketPrefix": {
195      "base": null,
196      "refs": {
197        "ErrorHandlingConfig$bucketPrefix": "<p> Specifies the Amazon S3 bucket prefix. </p>",
198        "RedshiftConnectorProfileProperties$bucketPrefix": "<p> The object key for the destination bucket in which Amazon AppFlow places the files. </p>",
199        "RedshiftDestinationProperties$bucketPrefix": "<p> The object key for the bucket in which Amazon AppFlow places the destination files. </p>",
200        "S3DestinationProperties$bucketPrefix": "<p> The object key for the destination bucket in which Amazon AppFlow places the files. </p>",
201        "S3SourceProperties$bucketPrefix": "<p> The object key for the Amazon S3 bucket in which the source files are stored. </p>",
202        "SnowflakeConnectorProfileProperties$bucketPrefix": "<p> The bucket path that refers to the Amazon S3 bucket associated with Snowflake. </p>",
203        "SnowflakeDestinationProperties$bucketPrefix": "<p> The object key for the destination bucket in which Amazon AppFlow places the files. </p>",
204        "UpsolverDestinationProperties$bucketPrefix": "<p> The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files. </p>"
205      }
206    },
207    "ClientCredentialsArn": {
208      "base": null,
209      "refs": {
210        "SalesforceConnectorProfileCredentials$clientCredentialsArn": "<p> The secret manager ARN, which contains the client ID and client secret of the connected app. </p>"
211      }
212    },
213    "ClientId": {
214      "base": null,
215      "refs": {
216        "GoogleAnalyticsConnectorProfileCredentials$clientId": "<p> The identifier for the desired client. </p>",
217        "MarketoConnectorProfileCredentials$clientId": "<p> The identifier for the desired client. </p>",
218        "OAuthCredentials$clientId": "<p> The identifier for the desired client. </p>",
219        "SlackConnectorProfileCredentials$clientId": "<p> The identifier for the client. </p>",
220        "ZendeskConnectorProfileCredentials$clientId": "<p> The identifier for the desired client. </p>"
221      }
222    },
223    "ClientNumber": {
224      "base": null,
225      "refs": {
226        "SAPODataConnectorProfileProperties$clientNumber": "<p> The client number for the client creating the connection. </p>"
227      }
228    },
229    "ClientSecret": {
230      "base": null,
231      "refs": {
232        "GoogleAnalyticsConnectorProfileCredentials$clientSecret": "<p> The client secret used by the OAuth client to authenticate to the authorization server. </p>",
233        "MarketoConnectorProfileCredentials$clientSecret": "<p> The client secret used by the OAuth client to authenticate to the authorization server. </p>",
234        "OAuthCredentials$clientSecret": "<p> The client secret used by the OAuth client to authenticate to the authorization server. </p>",
235        "SlackConnectorProfileCredentials$clientSecret": "<p> The client secret used by the OAuth client to authenticate to the authorization server. </p>",
236        "ZendeskConnectorProfileCredentials$clientSecret": "<p> The client secret used by the OAuth client to authenticate to the authorization server. </p>"
237      }
238    },
239    "ConflictException": {
240      "base": "<p> There was a conflict when processing the request (for example, a flow with the given name already exists within the account. Check for conflicting resource names and try again. </p>",
241      "refs": {
242      }
243    },
244    "ConnectionMode": {
245      "base": null,
246      "refs": {
247        "ConnectorProfile$connectionMode": "<p> Indicates the connection mode and if it is public or private. </p>",
248        "CreateConnectorProfileRequest$connectionMode": "<p> Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet. </p>",
249        "UpdateConnectorProfileRequest$connectionMode": "<p> Indicates the connection mode and if it is public or private. </p>"
250      }
251    },
252    "ConnectorAuthenticationException": {
253      "base": "<p> An error occurred when authenticating with the connector endpoint. </p>",
254      "refs": {
255      }
256    },
257    "ConnectorConfiguration": {
258      "base": "<p> The configuration settings related to a given connector. </p>",
259      "refs": {
260        "ConnectorConfigurationsMap$value": null
261      }
262    },
263    "ConnectorConfigurationsMap": {
264      "base": null,
265      "refs": {
266        "DescribeConnectorsResponse$connectorConfigurations": "<p> The configuration that is applied to the connectors used in the flow. </p>"
267      }
268    },
269    "ConnectorEntity": {
270      "base": "<p> The high-level entity that can be queried in Amazon AppFlow. For example, a Salesforce entity might be an <i>Account</i> or <i>Opportunity</i>, whereas a ServiceNow entity might be an <i>Incident</i>. </p>",
271      "refs": {
272        "ConnectorEntityList$member": null
273      }
274    },
275    "ConnectorEntityField": {
276      "base": "<p> Describes the data model of a connector field. For example, for an <i>account</i> entity, the fields would be <i>account name</i>, <i>account ID</i>, and so on. </p>",
277      "refs": {
278        "ConnectorEntityFieldList$member": null
279      }
280    },
281    "ConnectorEntityFieldList": {
282      "base": null,
283      "refs": {
284        "DescribeConnectorEntityResponse$connectorEntityFields": "<p> Describes the fields for that connector entity. For example, for an <i>account</i> entity, the fields would be <i>account name</i>, <i>account ID</i>, and so on. </p>"
285      }
286    },
287    "ConnectorEntityList": {
288      "base": null,
289      "refs": {
290        "ConnectorEntityMap$value": null
291      }
292    },
293    "ConnectorEntityMap": {
294      "base": null,
295      "refs": {
296        "ListConnectorEntitiesResponse$connectorEntityMap": "<p> The response of <code>ListConnectorEntities</code> lists entities grouped by category. This map's key represents the group name, and its value contains the list of entities belonging to that group. </p>"
297      }
298    },
299    "ConnectorMetadata": {
300      "base": "<p> A structure to specify connector-specific metadata such as <code>oAuthScopes</code>, <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on. </p>",
301      "refs": {
302        "ConnectorConfiguration$connectorMetadata": "<p> Specifies connector-specific metadata such as <code>oAuthScopes</code>, <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on. </p>"
303      }
304    },
305    "ConnectorOAuthRequest": {
306      "base": "<p> Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack. </p>",
307      "refs": {
308        "GoogleAnalyticsConnectorProfileCredentials$oAuthRequest": "<p> The OAuth requirement needed to request security tokens from the connector endpoint. </p>",
309        "HoneycodeConnectorProfileCredentials$oAuthRequest": null,
310        "MarketoConnectorProfileCredentials$oAuthRequest": "<p> The OAuth requirement needed to request security tokens from the connector endpoint. </p>",
311        "OAuthCredentials$oAuthRequest": "<p> The OAuth requirement needed to request security tokens from the connector endpoint. </p>",
312        "SalesforceConnectorProfileCredentials$oAuthRequest": "<p> The OAuth requirement needed to request security tokens from the connector endpoint. </p>",
313        "SlackConnectorProfileCredentials$oAuthRequest": "<p> The OAuth requirement needed to request security tokens from the connector endpoint. </p>",
314        "ZendeskConnectorProfileCredentials$oAuthRequest": "<p> The OAuth requirement needed to request security tokens from the connector endpoint. </p>"
315      }
316    },
317    "ConnectorOperator": {
318      "base": "<p> The operation to be performed on the provided source fields. </p>",
319      "refs": {
320        "Task$connectorOperator": "<p> The operation to be performed on the provided source fields. </p>"
321      }
322    },
323    "ConnectorProfile": {
324      "base": "<p> Describes an instance of a connector. This includes the provided name, credentials ARN, connection-mode, and so on. To keep the API intuitive and extensible, the fields that are common to all types of connector profiles are explicitly specified at the top level. The rest of the connector-specific properties are available via the <code>connectorProfileProperties</code> field. </p>",
325      "refs": {
326        "ConnectorProfileDetailList$member": null
327      }
328    },
329    "ConnectorProfileArn": {
330      "base": null,
331      "refs": {
332        "ConnectorProfile$connectorProfileArn": "<p> The Amazon Resource Name (ARN) of the connector profile. </p>",
333        "CreateConnectorProfileResponse$connectorProfileArn": "<p> The Amazon Resource Name (ARN) of the connector profile. </p>",
334        "UpdateConnectorProfileResponse$connectorProfileArn": "<p> The Amazon Resource Name (ARN) of the connector profile. </p>"
335      }
336    },
337    "ConnectorProfileConfig": {
338      "base": "<p> Defines the connector-specific configuration and credentials for the connector profile. </p>",
339      "refs": {
340        "CreateConnectorProfileRequest$connectorProfileConfig": "<p> Defines the connector-specific configuration and credentials. </p>",
341        "UpdateConnectorProfileRequest$connectorProfileConfig": "<p> Defines the connector-specific profile configuration and credentials. </p>"
342      }
343    },
344    "ConnectorProfileCredentials": {
345      "base": "<p> The connector-specific credentials required by a connector. </p>",
346      "refs": {
347        "ConnectorProfileConfig$connectorProfileCredentials": "<p> The connector-specific credentials required by each connector. </p>"
348      }
349    },
350    "ConnectorProfileDetailList": {
351      "base": null,
352      "refs": {
353        "DescribeConnectorProfilesResponse$connectorProfileDetails": "<p> Returns information about the connector profiles associated with the flow. </p>"
354      }
355    },
356    "ConnectorProfileName": {
357      "base": null,
358      "refs": {
359        "ConnectorProfile$connectorProfileName": "<p> The name of the connector profile. The name is unique for each <code>ConnectorProfile</code> in the Amazon Web Services account. </p>",
360        "ConnectorProfileNameList$member": null,
361        "CreateConnectorProfileRequest$connectorProfileName": "<p> The name of the connector profile. The name is unique for each <code>ConnectorProfile</code> in your Amazon Web Services account. </p>",
362        "DeleteConnectorProfileRequest$connectorProfileName": "<p> The name of the connector profile. The name is unique for each <code>ConnectorProfile</code> in your account. </p>",
363        "DescribeConnectorEntityRequest$connectorProfileName": "<p> The name of the connector profile. The name is unique for each <code>ConnectorProfile</code> in the Amazon Web Services account. </p>",
364        "DestinationFlowConfig$connectorProfileName": "<p> The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account. </p>",
365        "ListConnectorEntitiesRequest$connectorProfileName": "<p> The name of the connector profile. The name is unique for each <code>ConnectorProfile</code> in the Amazon Web Services account, and is used to query the downstream connector. </p>",
366        "SourceFlowConfig$connectorProfileName": "<p> The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account. </p>",
367        "UpdateConnectorProfileRequest$connectorProfileName": "<p> The name of the connector profile and is unique for each <code>ConnectorProfile</code> in the Amazon Web Services account. </p>"
368      }
369    },
370    "ConnectorProfileNameList": {
371      "base": null,
372      "refs": {
373        "DescribeConnectorProfilesRequest$connectorProfileNames": "<p> The name of the connector profile. The name is unique for each <code>ConnectorProfile</code> in the Amazon Web Services account. </p>"
374      }
375    },
376    "ConnectorProfileProperties": {
377      "base": "<p> The connector-specific profile properties required by each connector. </p>",
378      "refs": {
379        "ConnectorProfile$connectorProfileProperties": "<p> The connector-specific properties of the profile configuration. </p>",
380        "ConnectorProfileConfig$connectorProfileProperties": "<p> The connector-specific properties of the profile configuration. </p>"
381      }
382    },
383    "ConnectorServerException": {
384      "base": "<p> An error occurred when retrieving data from the connector endpoint. </p>",
385      "refs": {
386      }
387    },
388    "ConnectorType": {
389      "base": null,
390      "refs": {
391        "ConnectorConfigurationsMap$key": null,
392        "ConnectorProfile$connectorType": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>",
393        "ConnectorTypeList$member": null,
394        "CreateConnectorProfileRequest$connectorType": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>",
395        "DescribeConnectorEntityRequest$connectorType": "<p> The type of connector application, such as Salesforce, Amplitude, and so on. </p>",
396        "DescribeConnectorProfilesRequest$connectorType": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>",
397        "DestinationFlowConfig$connectorType": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>",
398        "FlowDefinition$sourceConnectorType": "<p> Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on. </p>",
399        "FlowDefinition$destinationConnectorType": "<p> Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on. </p>",
400        "ListConnectorEntitiesRequest$connectorType": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>",
401        "SourceFlowConfig$connectorType": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>"
402      }
403    },
404    "ConnectorTypeList": {
405      "base": null,
406      "refs": {
407        "ConnectorConfiguration$supportedDestinationConnectors": "<p> Lists the connectors that are available for use as destinations. </p>",
408        "DescribeConnectorsRequest$connectorTypes": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>"
409      }
410    },
411    "CreateConnectorProfileRequest": {
412      "base": null,
413      "refs": {
414      }
415    },
416    "CreateConnectorProfileResponse": {
417      "base": null,
418      "refs": {
419      }
420    },
421    "CreateFlowRequest": {
422      "base": null,
423      "refs": {
424      }
425    },
426    "CreateFlowResponse": {
427      "base": null,
428      "refs": {
429      }
430    },
431    "CreatedBy": {
432      "base": null,
433      "refs": {
434        "DescribeFlowResponse$createdBy": "<p> The ARN of the user who created the flow. </p>",
435        "FlowDefinition$createdBy": "<p> The ARN of the user who created the flow. </p>"
436      }
437    },
438    "CustomerProfilesDestinationProperties": {
439      "base": "<p> The properties that are applied when Amazon Connect Customer Profiles is used as a destination. </p>",
440      "refs": {
441        "DestinationConnectorProperties$CustomerProfiles": "<p> The properties required to query Amazon Connect Customer Profiles. </p>"
442      }
443    },
444    "CustomerProfilesMetadata": {
445      "base": "<p> The connector metadata specific to Amazon Connect Customer Profiles. </p>",
446      "refs": {
447        "ConnectorMetadata$CustomerProfiles": "<p> The connector metadata specific to Amazon Connect Customer Profiles. </p>"
448      }
449    },
450    "DataPullMode": {
451      "base": null,
452      "refs": {
453        "ScheduledTriggerProperties$dataPullMode": "<p> Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run. </p>"
454      }
455    },
456    "DatabaseUrl": {
457      "base": null,
458      "refs": {
459        "RedshiftConnectorProfileProperties$databaseUrl": "<p> The JDBC URL of the Amazon Redshift cluster. </p>"
460      }
461    },
462    "DatadogConnectorOperator": {
463      "base": null,
464      "refs": {
465        "ConnectorOperator$Datadog": "<p> The operation to be performed on the provided Datadog source fields. </p>"
466      }
467    },
468    "DatadogConnectorProfileCredentials": {
469      "base": "<p> The connector-specific credentials required by Datadog. </p>",
470      "refs": {
471        "ConnectorProfileCredentials$Datadog": "<p> The connector-specific credentials required when using Datadog. </p>"
472      }
473    },
474    "DatadogConnectorProfileProperties": {
475      "base": "<p> The connector-specific profile properties required by Datadog. </p>",
476      "refs": {
477        "ConnectorProfileProperties$Datadog": "<p> The connector-specific properties required by Datadog. </p>"
478      }
479    },
480    "DatadogMetadata": {
481      "base": "<p> The connector metadata specific to Datadog. </p>",
482      "refs": {
483        "ConnectorMetadata$Datadog": "<p> The connector metadata specific to Datadog. </p>"
484      }
485    },
486    "DatadogSourceProperties": {
487      "base": "<p> The properties that are applied when Datadog is being used as a source. </p>",
488      "refs": {
489        "SourceConnectorProperties$Datadog": "<p> Specifies the information that is required for querying Datadog. </p>"
490      }
491    },
492    "Date": {
493      "base": null,
494      "refs": {
495        "ConnectorProfile$createdAt": "<p> Specifies when the connector profile was created. </p>",
496        "ConnectorProfile$lastUpdatedAt": "<p> Specifies when the connector profile was last updated. </p>",
497        "DescribeFlowResponse$createdAt": "<p> Specifies when the flow was created. </p>",
498        "DescribeFlowResponse$lastUpdatedAt": "<p> Specifies when the flow was last updated. </p>",
499        "ExecutionDetails$mostRecentExecutionTime": "<p> Specifies the time of the most recent flow run. </p>",
500        "ExecutionRecord$startedAt": "<p> Specifies the start time of the flow run. </p>",
501        "ExecutionRecord$lastUpdatedAt": "<p> Specifies the time of the most recent update. </p>",
502        "ExecutionRecord$dataPullStartTime": "<p> The timestamp that determines the first new or updated record to be transferred in the flow run. </p>",
503        "ExecutionRecord$dataPullEndTime": "<p> The timestamp that indicates the last new or updated record to be transferred in the flow run. </p>",
504        "FlowDefinition$createdAt": "<p> Specifies when the flow was created. </p>",
505        "FlowDefinition$lastUpdatedAt": "<p> Specifies when the flow was last updated. </p>",
506        "ScheduledTriggerProperties$scheduleStartTime": "<p> Specifies the scheduled start time for a schedule-triggered flow. </p>",
507        "ScheduledTriggerProperties$scheduleEndTime": "<p> Specifies the scheduled end time for a schedule-triggered flow. </p>",
508        "ScheduledTriggerProperties$firstExecutionFrom": "<p> Specifies the date range for the records to import from the connector in the first flow run. </p>"
509      }
510    },
511    "DatetimeTypeFieldName": {
512      "base": null,
513      "refs": {
514        "IncrementalPullConfig$datetimeTypeFieldName": "<p> A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source. </p>"
515      }
516    },
517    "DeleteConnectorProfileRequest": {
518      "base": null,
519      "refs": {
520      }
521    },
522    "DeleteConnectorProfileResponse": {
523      "base": null,
524      "refs": {
525      }
526    },
527    "DeleteFlowRequest": {
528      "base": null,
529      "refs": {
530      }
531    },
532    "DeleteFlowResponse": {
533      "base": null,
534      "refs": {
535      }
536    },
537    "DescribeConnectorEntityRequest": {
538      "base": null,
539      "refs": {
540      }
541    },
542    "DescribeConnectorEntityResponse": {
543      "base": null,
544      "refs": {
545      }
546    },
547    "DescribeConnectorProfilesRequest": {
548      "base": null,
549      "refs": {
550      }
551    },
552    "DescribeConnectorProfilesResponse": {
553      "base": null,
554      "refs": {
555      }
556    },
557    "DescribeConnectorsRequest": {
558      "base": null,
559      "refs": {
560      }
561    },
562    "DescribeConnectorsResponse": {
563      "base": null,
564      "refs": {
565      }
566    },
567    "DescribeFlowExecutionRecordsRequest": {
568      "base": null,
569      "refs": {
570      }
571    },
572    "DescribeFlowExecutionRecordsResponse": {
573      "base": null,
574      "refs": {
575      }
576    },
577    "DescribeFlowRequest": {
578      "base": null,
579      "refs": {
580      }
581    },
582    "DescribeFlowResponse": {
583      "base": null,
584      "refs": {
585      }
586    },
587    "Description": {
588      "base": null,
589      "refs": {
590        "ConnectorEntityField$description": "<p> A description of the connector entity field. </p>"
591      }
592    },
593    "DestinationConnectorProperties": {
594      "base": "<p> This stores the information that is required to query a particular connector. </p>",
595      "refs": {
596        "DestinationFlowConfig$destinationConnectorProperties": "<p> This stores the information that is required to query a particular connector. </p>"
597      }
598    },
599    "DestinationField": {
600      "base": null,
601      "refs": {
602        "Task$destinationField": "<p> A field in a destination connector, or a field value against which Amazon AppFlow validates a source field. </p>"
603      }
604    },
605    "DestinationFieldProperties": {
606      "base": "<p> The properties that can be applied to a field when connector is being used as a destination. </p>",
607      "refs": {
608        "ConnectorEntityField$destinationProperties": "<p> The properties applied to a field when the connector is being used as a destination. </p>"
609      }
610    },
611    "DestinationFlowConfig": {
612      "base": "<p> Contains information about the configuration of destination connectors present in the flow. </p>",
613      "refs": {
614        "DestinationFlowConfigList$member": null
615      }
616    },
617    "DestinationFlowConfigList": {
618      "base": null,
619      "refs": {
620        "CreateFlowRequest$destinationFlowConfigList": "<p> The configuration that controls how Amazon AppFlow places data in the destination connector. </p>",
621        "DescribeFlowResponse$destinationFlowConfigList": "<p> The configuration that controls how Amazon AppFlow transfers data to the destination connector. </p>",
622        "UpdateFlowRequest$destinationFlowConfigList": "<p> The configuration that controls how Amazon AppFlow transfers data to the destination connector. </p>"
623      }
624    },
625    "DocumentType": {
626      "base": null,
627      "refs": {
628        "VeevaSourceProperties$documentType": "<p>The document type specified in the Veeva document extract flow.</p>"
629      }
630    },
631    "DomainName": {
632      "base": null,
633      "refs": {
634        "CustomerProfilesDestinationProperties$domainName": "<p> The unique name of the Amazon Connect Customer Profiles domain. </p>"
635      }
636    },
637    "DynatraceConnectorOperator": {
638      "base": null,
639      "refs": {
640        "ConnectorOperator$Dynatrace": "<p> The operation to be performed on the provided Dynatrace source fields. </p>"
641      }
642    },
643    "DynatraceConnectorProfileCredentials": {
644      "base": "<p> The connector-specific profile credentials required by Dynatrace. </p>",
645      "refs": {
646        "ConnectorProfileCredentials$Dynatrace": "<p> The connector-specific credentials required when using Dynatrace. </p>"
647      }
648    },
649    "DynatraceConnectorProfileProperties": {
650      "base": "<p> The connector-specific profile properties required by Dynatrace. </p>",
651      "refs": {
652        "ConnectorProfileProperties$Dynatrace": "<p> The connector-specific properties required by Dynatrace. </p>"
653      }
654    },
655    "DynatraceMetadata": {
656      "base": "<p> The connector metadata specific to Dynatrace. </p>",
657      "refs": {
658        "ConnectorMetadata$Dynatrace": "<p> The connector metadata specific to Dynatrace. </p>"
659      }
660    },
661    "DynatraceSourceProperties": {
662      "base": "<p> The properties that are applied when Dynatrace is being used as a source. </p>",
663      "refs": {
664        "SourceConnectorProperties$Dynatrace": "<p> Specifies the information that is required for querying Dynatrace. </p>"
665      }
666    },
667    "EntitiesPath": {
668      "base": null,
669      "refs": {
670        "ListConnectorEntitiesRequest$entitiesPath": "<p> This optional parameter is specific to connector implementation. Some connectors support multiple levels or categories of entities. You can find out the list of roots for such providers by sending a request without the <code>entitiesPath</code> parameter. If the connector supports entities at different roots, this initial request returns the list of roots. Otherwise, this request returns all entities supported by the provider. </p>"
671      }
672    },
673    "ErrorHandlingConfig": {
674      "base": "<p> The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details. </p>",
675      "refs": {
676        "EventBridgeDestinationProperties$errorHandlingConfig": null,
677        "HoneycodeDestinationProperties$errorHandlingConfig": null,
678        "RedshiftDestinationProperties$errorHandlingConfig": "<p> The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details. </p>",
679        "SalesforceDestinationProperties$errorHandlingConfig": "<p> The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details. </p>",
680        "SnowflakeDestinationProperties$errorHandlingConfig": "<p> The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details. </p>",
681        "ZendeskDestinationProperties$errorHandlingConfig": null
682      }
683    },
684    "ErrorInfo": {
685      "base": "<p> Provides details in the event of a failed flow, including the failure count and the related error messages. </p>",
686      "refs": {
687        "ExecutionResult$errorInfo": "<p> Provides any error message information related to the flow run. </p>"
688      }
689    },
690    "ErrorMessage": {
691      "base": null,
692      "refs": {
693        "ConflictException$message": null,
694        "ConnectorAuthenticationException$message": null,
695        "ConnectorServerException$message": null,
696        "InternalServerException$message": null,
697        "ResourceNotFoundException$message": null,
698        "ServiceQuotaExceededException$message": null,
699        "UnsupportedOperationException$message": null,
700        "ValidationException$message": null
701      }
702    },
703    "EventBridgeDestinationProperties": {
704      "base": "<p> The properties that are applied when Amazon EventBridge is being used as a destination. </p>",
705      "refs": {
706        "DestinationConnectorProperties$EventBridge": "<p> The properties required to query Amazon EventBridge. </p>"
707      }
708    },
709    "EventBridgeMetadata": {
710      "base": "<p> The connector metadata specific to Amazon EventBridge. </p>",
711      "refs": {
712        "ConnectorMetadata$EventBridge": "<p> The connector metadata specific to Amazon EventBridge. </p>"
713      }
714    },
715    "ExecutionDetails": {
716      "base": "<p> Describes the details of the flow run, including the timestamp, status, and message. </p>",
717      "refs": {
718        "DescribeFlowResponse$lastRunExecutionDetails": "<p> Describes the details of the most recent flow run. </p>",
719        "FlowDefinition$lastRunExecutionDetails": "<p> Describes the details of the most recent flow run. </p>"
720      }
721    },
722    "ExecutionId": {
723      "base": null,
724      "refs": {
725        "ExecutionRecord$executionId": "<p> Specifies the identifier of the given flow run. </p>",
726        "StartFlowResponse$executionId": "<p> Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null. </p>"
727      }
728    },
729    "ExecutionMessage": {
730      "base": null,
731      "refs": {
732        "ErrorInfo$executionMessage": "<p> Specifies the error message that appears if a flow fails. </p>"
733      }
734    },
735    "ExecutionRecord": {
736      "base": "<p> Specifies information about the past flow run instances for a given flow. </p>",
737      "refs": {
738        "FlowExecutionList$member": null
739      }
740    },
741    "ExecutionResult": {
742      "base": "<p> Specifies the end result of the flow run. </p>",
743      "refs": {
744        "ExecutionRecord$executionResult": "<p> Describes the result of the given flow run. </p>"
745      }
746    },
747    "ExecutionStatus": {
748      "base": null,
749      "refs": {
750        "ExecutionDetails$mostRecentExecutionStatus": "<p> Specifies the status of the most recent flow run. </p>",
751        "ExecutionRecord$executionStatus": "<p> Specifies the flow run status and whether it is in progress, has completed successfully, or has failed. </p>"
752      }
753    },
754    "FieldType": {
755      "base": null,
756      "refs": {
757        "FieldTypeDetails$fieldType": "<p> The type of field, such as string, integer, date, and so on. </p>"
758      }
759    },
760    "FieldTypeDetails": {
761      "base": "<p> Contains details regarding the supported field type and the operators that can be applied for filtering. </p>",
762      "refs": {
763        "SupportedFieldTypeDetails$v1": "<p> The initial supported version for <code>fieldType</code>. If this is later changed to a different version, v2 will be introduced. </p>"
764      }
765    },
766    "FileType": {
767      "base": null,
768      "refs": {
769        "S3OutputFormatConfig$fileType": "<p> Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket. </p>",
770        "UpsolverS3OutputFormatConfig$fileType": "<p> Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket. </p>"
771      }
772    },
773    "FilterOperatorList": {
774      "base": null,
775      "refs": {
776        "FieldTypeDetails$filterOperators": "<p> The list of operators supported by a field. </p>"
777      }
778    },
779    "FlowArn": {
780      "base": null,
781      "refs": {
782        "CreateFlowResponse$flowArn": "<p> The flow's Amazon Resource Name (ARN). </p>",
783        "DescribeFlowResponse$flowArn": "<p> The flow's Amazon Resource Name (ARN). </p>",
784        "FlowDefinition$flowArn": "<p> The flow's Amazon Resource Name (ARN). </p>",
785        "StartFlowResponse$flowArn": "<p> The flow's Amazon Resource Name (ARN). </p>",
786        "StopFlowResponse$flowArn": "<p> The flow's Amazon Resource Name (ARN). </p>"
787      }
788    },
789    "FlowDefinition": {
790      "base": "<p> The properties of the flow, such as its source, destination, trigger type, and so on. </p>",
791      "refs": {
792        "FlowList$member": null
793      }
794    },
795    "FlowDescription": {
796      "base": null,
797      "refs": {
798        "CreateFlowRequest$description": "<p> A description of the flow you want to create. </p>",
799        "DescribeFlowResponse$description": "<p> A description of the flow. </p>",
800        "FlowDefinition$description": "<p> A user-entered description of the flow. </p>",
801        "UpdateFlowRequest$description": "<p> A description of the flow. </p>"
802      }
803    },
804    "FlowExecutionList": {
805      "base": null,
806      "refs": {
807        "DescribeFlowExecutionRecordsResponse$flowExecutions": "<p> Returns a list of all instances when this flow was run. </p>"
808      }
809    },
810    "FlowList": {
811      "base": null,
812      "refs": {
813        "ListFlowsResponse$flows": "<p> The list of flows associated with your account. </p>"
814      }
815    },
816    "FlowName": {
817      "base": null,
818      "refs": {
819        "CreateFlowRequest$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>",
820        "DeleteFlowRequest$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>",
821        "DescribeFlowExecutionRecordsRequest$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>",
822        "DescribeFlowRequest$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>",
823        "DescribeFlowResponse$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>",
824        "FlowDefinition$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>",
825        "StartFlowRequest$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>",
826        "StopFlowRequest$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>",
827        "UpdateFlowRequest$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>"
828      }
829    },
830    "FlowStatus": {
831      "base": null,
832      "refs": {
833        "CreateFlowResponse$flowStatus": "<p> Indicates the current status of the flow. </p>",
834        "DescribeFlowResponse$flowStatus": "<p> Indicates the current status of the flow. </p>",
835        "FlowDefinition$flowStatus": "<p> Indicates the current status of the flow. </p>",
836        "StartFlowResponse$flowStatus": "<p> Indicates the current status of the flow. </p>",
837        "StopFlowResponse$flowStatus": "<p> Indicates the current status of the flow. </p>",
838        "UpdateFlowResponse$flowStatus": "<p>Indicates the current status of the flow. </p>"
839      }
840    },
841    "FlowStatusMessage": {
842      "base": null,
843      "refs": {
844        "DescribeFlowResponse$flowStatusMessage": "<p> Contains an error message if the flow status is in a suspended or error state. This applies only to scheduled or event-triggered flows. </p>"
845      }
846    },
847    "GoogleAnalyticsConnectorOperator": {
848      "base": null,
849      "refs": {
850        "ConnectorOperator$GoogleAnalytics": "<p> The operation to be performed on the provided Google Analytics source fields. </p>"
851      }
852    },
853    "GoogleAnalyticsConnectorProfileCredentials": {
854      "base": "<p> The connector-specific profile credentials required by Google Analytics. </p>",
855      "refs": {
856        "ConnectorProfileCredentials$GoogleAnalytics": "<p> The connector-specific credentials required when using Google Analytics. </p>"
857      }
858    },
859    "GoogleAnalyticsConnectorProfileProperties": {
860      "base": "<p> The connector-specific profile properties required by Google Analytics. </p>",
861      "refs": {
862        "ConnectorProfileProperties$GoogleAnalytics": "<p> The connector-specific properties required Google Analytics. </p>"
863      }
864    },
865    "GoogleAnalyticsMetadata": {
866      "base": "<p> The connector metadata specific to Google Analytics. </p>",
867      "refs": {
868        "ConnectorMetadata$GoogleAnalytics": "<p> The connector metadata specific to Google Analytics. </p>"
869      }
870    },
871    "GoogleAnalyticsSourceProperties": {
872      "base": "<p> The properties that are applied when Google Analytics is being used as a source. </p>",
873      "refs": {
874        "SourceConnectorProperties$GoogleAnalytics": "<p> Specifies the information that is required for querying Google Analytics. </p>"
875      }
876    },
877    "Group": {
878      "base": null,
879      "refs": {
880        "ConnectorEntityMap$key": null
881      }
882    },
883    "HoneycodeConnectorProfileCredentials": {
884      "base": "<p> The connector-specific credentials required when using Amazon Honeycode. </p>",
885      "refs": {
886        "ConnectorProfileCredentials$Honeycode": "<p> The connector-specific credentials required when using Amazon Honeycode. </p>"
887      }
888    },
889    "HoneycodeConnectorProfileProperties": {
890      "base": "<p> The connector-specific properties required when using Amazon Honeycode. </p>",
891      "refs": {
892        "ConnectorProfileProperties$Honeycode": "<p> The connector-specific properties required by Amazon Honeycode. </p>"
893      }
894    },
895    "HoneycodeDestinationProperties": {
896      "base": "<p> The properties that are applied when Amazon Honeycode is used as a destination. </p>",
897      "refs": {
898        "DestinationConnectorProperties$Honeycode": "<p> The properties required to query Amazon Honeycode. </p>"
899      }
900    },
901    "HoneycodeMetadata": {
902      "base": "<p> The connector metadata specific to Amazon Honeycode. </p>",
903      "refs": {
904        "ConnectorMetadata$Honeycode": "<p> The connector metadata specific to Amazon Honeycode. </p>"
905      }
906    },
907    "IdFieldNameList": {
908      "base": "<p> A list of field names that can be used as an ID field when performing a write operation. </p>",
909      "refs": {
910        "SalesforceDestinationProperties$idFieldNames": "<p> The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete. </p>",
911        "ZendeskDestinationProperties$idFieldNames": null
912      }
913    },
914    "Identifier": {
915      "base": null,
916      "refs": {
917        "ConnectorEntityField$identifier": "<p> The unique identifier of the connector field. </p>"
918      }
919    },
920    "IncrementalPullConfig": {
921      "base": "<p> Specifies the configuration used when importing incremental records from the source. </p>",
922      "refs": {
923        "SourceFlowConfig$incrementalPullConfig": "<p> Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull. </p>"
924      }
925    },
926    "InforNexusConnectorOperator": {
927      "base": null,
928      "refs": {
929        "ConnectorOperator$InforNexus": "<p> The operation to be performed on the provided Infor Nexus source fields. </p>"
930      }
931    },
932    "InforNexusConnectorProfileCredentials": {
933      "base": "<p> The connector-specific profile credentials required by Infor Nexus. </p>",
934      "refs": {
935        "ConnectorProfileCredentials$InforNexus": "<p> The connector-specific credentials required when using Infor Nexus. </p>"
936      }
937    },
938    "InforNexusConnectorProfileProperties": {
939      "base": "<p> The connector-specific profile properties required by Infor Nexus. </p>",
940      "refs": {
941        "ConnectorProfileProperties$InforNexus": "<p> The connector-specific properties required by Infor Nexus. </p>"
942      }
943    },
944    "InforNexusMetadata": {
945      "base": "<p> The connector metadata specific to Infor Nexus. </p>",
946      "refs": {
947        "ConnectorMetadata$InforNexus": "<p> The connector metadata specific to Infor Nexus. </p>"
948      }
949    },
950    "InforNexusSourceProperties": {
951      "base": "<p> The properties that are applied when Infor Nexus is being used as a source. </p>",
952      "refs": {
953        "SourceConnectorProperties$InforNexus": "<p> Specifies the information that is required for querying Infor Nexus. </p>"
954      }
955    },
956    "InstanceUrl": {
957      "base": null,
958      "refs": {
959        "DatadogConnectorProfileProperties$instanceUrl": "<p> The location of the Datadog resource. </p>",
960        "DynatraceConnectorProfileProperties$instanceUrl": "<p> The location of the Dynatrace resource. </p>",
961        "InforNexusConnectorProfileProperties$instanceUrl": "<p> The location of the Infor Nexus resource. </p>",
962        "MarketoConnectorProfileProperties$instanceUrl": "<p> The location of the Marketo resource. </p>",
963        "SalesforceConnectorProfileProperties$instanceUrl": "<p> The location of the Salesforce resource. </p>",
964        "ServiceNowConnectorProfileProperties$instanceUrl": "<p> The location of the ServiceNow resource. </p>",
965        "SlackConnectorProfileProperties$instanceUrl": "<p> The location of the Slack resource. </p>",
966        "VeevaConnectorProfileProperties$instanceUrl": "<p> The location of the Veeva resource. </p>",
967        "ZendeskConnectorProfileProperties$instanceUrl": "<p> The location of the Zendesk resource. </p>"
968      }
969    },
970    "InternalServerException": {
971      "base": "<p> An internal service error occurred during the processing of your request. Try again later. </p>",
972      "refs": {
973      }
974    },
975    "KMSArn": {
976      "base": null,
977      "refs": {
978        "CreateConnectorProfileRequest$kmsArn": "<p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key. </p>",
979        "CreateFlowRequest$kmsArn": "<p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key. </p>",
980        "DescribeFlowResponse$kmsArn": "<p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key. </p>"
981      }
982    },
983    "Key": {
984      "base": null,
985      "refs": {
986        "InforNexusConnectorProfileCredentials$secretAccessKey": "<p> The secret key used to sign requests. </p>",
987        "InforNexusConnectorProfileCredentials$datakey": "<p> The encryption keys used to encrypt data. </p>"
988      }
989    },
990    "Label": {
991      "base": null,
992      "refs": {
993        "ConnectorEntity$label": "<p> The label applied to the connector entity. </p>",
994        "ConnectorEntityField$label": "<p> The label applied to a connector entity field. </p>"
995      }
996    },
997    "ListConnectorEntitiesRequest": {
998      "base": null,
999      "refs": {
1000      }
1001    },
1002    "ListConnectorEntitiesResponse": {
1003      "base": null,
1004      "refs": {
1005      }
1006    },
1007    "ListFlowsRequest": {
1008      "base": null,
1009      "refs": {
1010      }
1011    },
1012    "ListFlowsResponse": {
1013      "base": null,
1014      "refs": {
1015      }
1016    },
1017    "ListTagsForResourceRequest": {
1018      "base": null,
1019      "refs": {
1020      }
1021    },
1022    "ListTagsForResourceResponse": {
1023      "base": null,
1024      "refs": {
1025      }
1026    },
1027    "LogonLanguage": {
1028      "base": null,
1029      "refs": {
1030        "SAPODataConnectorProfileProperties$logonLanguage": "<p> The logon language of SAPOData instance. </p>"
1031      }
1032    },
1033    "Long": {
1034      "base": null,
1035      "refs": {
1036        "ErrorInfo$putFailuresCount": "<p> Specifies the failure count for the attempted flow. </p>",
1037        "ExecutionResult$bytesProcessed": "<p> The total number of bytes processed by the flow run. </p>",
1038        "ExecutionResult$bytesWritten": "<p> The total number of bytes written as a result of the flow run. </p>",
1039        "ExecutionResult$recordsProcessed": "<p> The number of records processed in the flow run. </p>"
1040      }
1041    },
1042    "LookoutMetricsDestinationProperties": {
1043      "base": "<p> The properties that are applied when Amazon Lookout for Metrics is used as a destination. </p>",
1044      "refs": {
1045        "DestinationConnectorProperties$LookoutMetrics": "<p> The properties required to query Amazon Lookout for Metrics. </p>"
1046      }
1047    },
1048    "MarketoConnectorOperator": {
1049      "base": null,
1050      "refs": {
1051        "ConnectorOperator$Marketo": "<p> The operation to be performed on the provided Marketo source fields. </p>"
1052      }
1053    },
1054    "MarketoConnectorProfileCredentials": {
1055      "base": "<p> The connector-specific profile credentials required by Marketo. </p>",
1056      "refs": {
1057        "ConnectorProfileCredentials$Marketo": "<p> The connector-specific credentials required when using Marketo. </p>"
1058      }
1059    },
1060    "MarketoConnectorProfileProperties": {
1061      "base": "<p> The connector-specific profile properties required when using Marketo. </p>",
1062      "refs": {
1063        "ConnectorProfileProperties$Marketo": "<p> The connector-specific properties required by Marketo. </p>"
1064      }
1065    },
1066    "MarketoMetadata": {
1067      "base": "<p> The connector metadata specific to Marketo. </p>",
1068      "refs": {
1069        "ConnectorMetadata$Marketo": "<p> The connector metadata specific to Marketo. </p>"
1070      }
1071    },
1072    "MarketoSourceProperties": {
1073      "base": "<p> The properties that are applied when Marketo is being used as a source. </p>",
1074      "refs": {
1075        "SourceConnectorProperties$Marketo": "<p> Specifies the information that is required for querying Marketo. </p>"
1076      }
1077    },
1078    "MaxResults": {
1079      "base": null,
1080      "refs": {
1081        "DescribeConnectorProfilesRequest$maxResults": "<p> Specifies the maximum number of items that should be returned in the result set. The default for <code>maxResults</code> is 20 (for all paginated API operations). </p>",
1082        "DescribeFlowExecutionRecordsRequest$maxResults": "<p> Specifies the maximum number of items that should be returned in the result set. The default for <code>maxResults</code> is 20 (for all paginated API operations). </p>",
1083        "ListFlowsRequest$maxResults": "<p> Specifies the maximum number of items that should be returned in the result set. </p>"
1084      }
1085    },
1086    "MostRecentExecutionMessage": {
1087      "base": null,
1088      "refs": {
1089        "ExecutionDetails$mostRecentExecutionMessage": "<p> Describes the details of the most recent flow run. </p>"
1090      }
1091    },
1092    "Name": {
1093      "base": null,
1094      "refs": {
1095        "ConnectorEntity$name": "<p> The name of the connector entity. </p>",
1096        "DescribeConnectorEntityRequest$connectorEntityName": "<p> The entity name for that connector. </p>",
1097        "IdFieldNameList$member": null
1098      }
1099    },
1100    "NextToken": {
1101      "base": null,
1102      "refs": {
1103        "DescribeConnectorProfilesRequest$nextToken": "<p> The pagination token for the next page of data. </p>",
1104        "DescribeConnectorProfilesResponse$nextToken": "<p> The pagination token for the next page of data. If <code>nextToken=null</code>, this means that all records have been fetched. </p>",
1105        "DescribeConnectorsRequest$nextToken": "<p> The pagination token for the next page of data. </p>",
1106        "DescribeConnectorsResponse$nextToken": "<p> The pagination token for the next page of data. </p>",
1107        "DescribeFlowExecutionRecordsRequest$nextToken": "<p> The pagination token for the next page of data. </p>",
1108        "DescribeFlowExecutionRecordsResponse$nextToken": "<p> The pagination token for the next page of data. </p>",
1109        "ListFlowsRequest$nextToken": "<p> The pagination token for next page of data. </p>",
1110        "ListFlowsResponse$nextToken": "<p> The pagination token for next page of data. </p>"
1111      }
1112    },
1113    "OAuthCredentials": {
1114      "base": "<p> The OAuth credentials required for OAuth type authentication. </p>",
1115      "refs": {
1116        "SAPODataConnectorProfileCredentials$oAuthCredentials": "<p> The SAPOData OAuth type authentication credentials. </p>"
1117      }
1118    },
1119    "OAuthProperties": {
1120      "base": "<p> The OAuth properties required for OAuth type authentication. </p>",
1121      "refs": {
1122        "SAPODataConnectorProfileProperties$oAuthProperties": "<p> The SAPOData OAuth properties required for OAuth type authentication. </p>"
1123      }
1124    },
1125    "OAuthScope": {
1126      "base": null,
1127      "refs": {
1128        "OAuthScopeList$member": null
1129      }
1130    },
1131    "OAuthScopeList": {
1132      "base": null,
1133      "refs": {
1134        "GoogleAnalyticsMetadata$oAuthScopes": "<p> The desired authorization scope for the Google Analytics account. </p>",
1135        "HoneycodeMetadata$oAuthScopes": "<p> The desired authorization scope for the Amazon Honeycode account. </p>",
1136        "OAuthProperties$oAuthScopes": "<p> The OAuth scopes required for OAuth type authentication. </p>",
1137        "SalesforceMetadata$oAuthScopes": "<p> The desired authorization scope for the Salesforce account. </p>",
1138        "SlackMetadata$oAuthScopes": "<p> The desired authorization scope for the Slack account. </p>",
1139        "ZendeskMetadata$oAuthScopes": "<p> The desired authorization scope for the Zendesk account. </p>"
1140      }
1141    },
1142    "Object": {
1143      "base": null,
1144      "refs": {
1145        "AmplitudeSourceProperties$object": "<p> The object specified in the Amplitude flow source. </p>",
1146        "DatadogSourceProperties$object": "<p> The object specified in the Datadog flow source. </p>",
1147        "DynatraceSourceProperties$object": "<p> The object specified in the Dynatrace flow source. </p>",
1148        "EventBridgeDestinationProperties$object": "<p> The object specified in the Amazon EventBridge flow destination. </p>",
1149        "GoogleAnalyticsSourceProperties$object": "<p> The object specified in the Google Analytics flow source. </p>",
1150        "HoneycodeDestinationProperties$object": "<p> The object specified in the Amazon Honeycode flow destination. </p>",
1151        "InforNexusSourceProperties$object": "<p> The object specified in the Infor Nexus flow source. </p>",
1152        "MarketoSourceProperties$object": "<p> The object specified in the Marketo flow source. </p>",
1153        "RedshiftDestinationProperties$object": "<p> The object specified in the Amazon Redshift flow destination. </p>",
1154        "SAPODataSourceProperties$objectPath": "<p> The object path specified in the SAPOData flow source. </p>",
1155        "SalesforceDestinationProperties$object": "<p> The object specified in the Salesforce flow destination. </p>",
1156        "SalesforceSourceProperties$object": "<p> The object specified in the Salesforce flow source. </p>",
1157        "ServiceNowSourceProperties$object": "<p> The object specified in the ServiceNow flow source. </p>",
1158        "SingularSourceProperties$object": "<p> The object specified in the Singular flow source. </p>",
1159        "SlackSourceProperties$object": "<p> The object specified in the Slack flow source. </p>",
1160        "SnowflakeDestinationProperties$object": "<p> The object specified in the Snowflake flow destination. </p>",
1161        "TrendmicroSourceProperties$object": "<p> The object specified in the Trend Micro flow source. </p>",
1162        "VeevaSourceProperties$object": "<p> The object specified in the Veeva flow source. </p>",
1163        "ZendeskDestinationProperties$object": "<p>The object specified in the Zendesk flow destination.</p>",
1164        "ZendeskSourceProperties$object": "<p> The object specified in the Zendesk flow source. </p>"
1165      }
1166    },
1167    "ObjectTypeName": {
1168      "base": null,
1169      "refs": {
1170        "CustomerProfilesDestinationProperties$objectTypeName": "<p> The object specified in the Amazon Connect Customer Profiles flow destination. </p>"
1171      }
1172    },
1173    "Operator": {
1174      "base": null,
1175      "refs": {
1176        "FilterOperatorList$member": null
1177      }
1178    },
1179    "OperatorPropertiesKeys": {
1180      "base": null,
1181      "refs": {
1182        "TaskPropertiesMap$key": null
1183      }
1184    },
1185    "Password": {
1186      "base": null,
1187      "refs": {
1188        "BasicAuthCredentials$password": "<p> The password to use to connect to a resource.</p>",
1189        "RedshiftConnectorProfileCredentials$password": "<p> The password that corresponds to the user name. </p>",
1190        "ServiceNowConnectorProfileCredentials$password": "<p> The password that corresponds to the user name. </p>",
1191        "SnowflakeConnectorProfileCredentials$password": "<p> The password that corresponds to the user name. </p>",
1192        "VeevaConnectorProfileCredentials$password": "<p> The password that corresponds to the user name. </p>"
1193      }
1194    },
1195    "PortNumber": {
1196      "base": null,
1197      "refs": {
1198        "SAPODataConnectorProfileProperties$portNumber": "<p> The port number of the SAPOData instance. </p>"
1199      }
1200    },
1201    "PrefixConfig": {
1202      "base": "<p> Determines the prefix that Amazon AppFlow applies to the destination folder name. You can name your destination folders according to the flow frequency and date. </p>",
1203      "refs": {
1204        "S3OutputFormatConfig$prefixConfig": "<p> Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date. </p>",
1205        "UpsolverS3OutputFormatConfig$prefixConfig": null
1206      }
1207    },
1208    "PrefixFormat": {
1209      "base": null,
1210      "refs": {
1211        "PrefixConfig$prefixFormat": "<p> Determines the level of granularity that's included in the prefix. </p>"
1212      }
1213    },
1214    "PrefixType": {
1215      "base": null,
1216      "refs": {
1217        "PrefixConfig$prefixType": "<p> Determines the format of the prefix, and whether it applies to the file name, file path, or both. </p>"
1218      }
1219    },
1220    "PrivateConnectionProvisioningFailureCause": {
1221      "base": null,
1222      "refs": {
1223        "PrivateConnectionProvisioningState$failureCause": "<p> Specifies the private connection provisioning failure cause. </p>"
1224      }
1225    },
1226    "PrivateConnectionProvisioningFailureMessage": {
1227      "base": null,
1228      "refs": {
1229        "PrivateConnectionProvisioningState$failureMessage": "<p> Specifies the private connection provisioning failure reason. </p>"
1230      }
1231    },
1232    "PrivateConnectionProvisioningState": {
1233      "base": "<p> Specifies the private connection provisioning state. </p>",
1234      "refs": {
1235        "ConnectorProfile$privateConnectionProvisioningState": "<p> Specifies the private connection provisioning state. </p>"
1236      }
1237    },
1238    "PrivateConnectionProvisioningStatus": {
1239      "base": null,
1240      "refs": {
1241        "PrivateConnectionProvisioningState$status": "<p> Specifies the private connection provisioning status. </p>"
1242      }
1243    },
1244    "PrivateLinkServiceName": {
1245      "base": null,
1246      "refs": {
1247        "SAPODataConnectorProfileProperties$privateLinkServiceName": "<p> The SAPOData Private Link service name to be used for private data transfers. </p>",
1248        "SnowflakeConnectorProfileProperties$privateLinkServiceName": "<p> The Snowflake Private Link service name to be used for private data transfers. </p>"
1249      }
1250    },
1251    "Property": {
1252      "base": null,
1253      "refs": {
1254        "TaskPropertiesMap$value": null
1255      }
1256    },
1257    "RedirectUri": {
1258      "base": null,
1259      "refs": {
1260        "ConnectorOAuthRequest$redirectUri": "<p> The URL to which the authentication server redirects the browser after authorization has been granted. </p>"
1261      }
1262    },
1263    "RedshiftConnectorProfileCredentials": {
1264      "base": "<p> The connector-specific profile credentials required when using Amazon Redshift. </p>",
1265      "refs": {
1266        "ConnectorProfileCredentials$Redshift": "<p> The connector-specific credentials required when using Amazon Redshift. </p>"
1267      }
1268    },
1269    "RedshiftConnectorProfileProperties": {
1270      "base": "<p> The connector-specific profile properties when using Amazon Redshift. </p>",
1271      "refs": {
1272        "ConnectorProfileProperties$Redshift": "<p> The connector-specific properties required by Amazon Redshift. </p>"
1273      }
1274    },
1275    "RedshiftDestinationProperties": {
1276      "base": "<p> The properties that are applied when Amazon Redshift is being used as a destination. </p>",
1277      "refs": {
1278        "DestinationConnectorProperties$Redshift": "<p> The properties required to query Amazon Redshift. </p>"
1279      }
1280    },
1281    "RedshiftMetadata": {
1282      "base": "<p> The connector metadata specific to Amazon Redshift. </p>",
1283      "refs": {
1284        "ConnectorMetadata$Redshift": "<p> The connector metadata specific to Amazon Redshift. </p>"
1285      }
1286    },
1287    "RefreshToken": {
1288      "base": null,
1289      "refs": {
1290        "GoogleAnalyticsConnectorProfileCredentials$refreshToken": "<p> The credentials used to acquire new access tokens. This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens. </p>",
1291        "HoneycodeConnectorProfileCredentials$refreshToken": "<p> The credentials used to acquire new access tokens. </p>",
1292        "OAuthCredentials$refreshToken": "<p> The refresh token used to refresh expired access token. </p>",
1293        "SalesforceConnectorProfileCredentials$refreshToken": "<p> The credentials used to acquire new access tokens. </p>"
1294      }
1295    },
1296    "Region": {
1297      "base": null,
1298      "refs": {
1299        "RegionList$member": null,
1300        "SnowflakeConnectorProfileProperties$region": "<p> The Amazon Web Services Region of the Snowflake account. </p>"
1301      }
1302    },
1303    "RegionList": {
1304      "base": null,
1305      "refs": {
1306        "SnowflakeMetadata$supportedRegions": "<p> Specifies the supported Amazon Web Services Regions when using Snowflake. </p>"
1307      }
1308    },
1309    "ResourceNotFoundException": {
1310      "base": "<p> The resource specified in the request (such as the source or destination connector profile) is not found. </p>",
1311      "refs": {
1312      }
1313    },
1314    "RoleArn": {
1315      "base": null,
1316      "refs": {
1317        "RedshiftConnectorProfileProperties$roleArn": "<p> The Amazon Resource Name (ARN) of the IAM role. </p>"
1318      }
1319    },
1320    "S3ConnectorOperator": {
1321      "base": null,
1322      "refs": {
1323        "ConnectorOperator$S3": "<p> The operation to be performed on the provided Amazon S3 source fields. </p>"
1324      }
1325    },
1326    "S3DestinationProperties": {
1327      "base": "<p> The properties that are applied when Amazon S3 is used as a destination. </p>",
1328      "refs": {
1329        "DestinationConnectorProperties$S3": "<p> The properties required to query Amazon S3. </p>"
1330      }
1331    },
1332    "S3InputFileType": {
1333      "base": null,
1334      "refs": {
1335        "S3InputFormatConfig$s3InputFileType": "<p> The file type that Amazon AppFlow gets from your Amazon S3 bucket. </p>"
1336      }
1337    },
1338    "S3InputFormatConfig": {
1339      "base": "<p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>",
1340      "refs": {
1341        "S3SourceProperties$s3InputFormatConfig": null
1342      }
1343    },
1344    "S3Metadata": {
1345      "base": "<p> The connector metadata specific to Amazon S3. </p>",
1346      "refs": {
1347        "ConnectorMetadata$S3": "<p> The connector metadata specific to Amazon S3. </p>"
1348      }
1349    },
1350    "S3OutputFormatConfig": {
1351      "base": "<p> The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination. </p>",
1352      "refs": {
1353        "S3DestinationProperties$s3OutputFormatConfig": null
1354      }
1355    },
1356    "S3SourceProperties": {
1357      "base": "<p> The properties that are applied when Amazon S3 is being used as the flow source. </p>",
1358      "refs": {
1359        "SourceConnectorProperties$S3": "<p> Specifies the information that is required for querying Amazon S3. </p>"
1360      }
1361    },
1362    "SAPODataConnectorOperator": {
1363      "base": null,
1364      "refs": {
1365        "ConnectorOperator$SAPOData": "<p> The operation to be performed on the provided SAPOData source fields. </p>"
1366      }
1367    },
1368    "SAPODataConnectorProfileCredentials": {
1369      "base": "<p> The connector-specific profile credentials required when using SAPOData. </p>",
1370      "refs": {
1371        "ConnectorProfileCredentials$SAPOData": null
1372      }
1373    },
1374    "SAPODataConnectorProfileProperties": {
1375      "base": "<p> The connector-specific profile properties required when using SAPOData. </p>",
1376      "refs": {
1377        "ConnectorProfileProperties$SAPOData": null
1378      }
1379    },
1380    "SAPODataMetadata": {
1381      "base": "<p> The connector metadata specific to SAPOData. </p>",
1382      "refs": {
1383        "ConnectorMetadata$SAPOData": null
1384      }
1385    },
1386    "SAPODataSourceProperties": {
1387      "base": "<p> The properties that are applied when using SAPOData as a flow source. </p>",
1388      "refs": {
1389        "SourceConnectorProperties$SAPOData": null
1390      }
1391    },
1392    "SalesforceConnectorOperator": {
1393      "base": null,
1394      "refs": {
1395        "ConnectorOperator$Salesforce": "<p> The operation to be performed on the provided Salesforce source fields. </p>"
1396      }
1397    },
1398    "SalesforceConnectorProfileCredentials": {
1399      "base": "<p> The connector-specific profile credentials required when using Salesforce. </p>",
1400      "refs": {
1401        "ConnectorProfileCredentials$Salesforce": "<p> The connector-specific credentials required when using Salesforce. </p>"
1402      }
1403    },
1404    "SalesforceConnectorProfileProperties": {
1405      "base": "<p> The connector-specific profile properties required when using Salesforce. </p>",
1406      "refs": {
1407        "ConnectorProfileProperties$Salesforce": "<p> The connector-specific properties required by Salesforce. </p>"
1408      }
1409    },
1410    "SalesforceDestinationProperties": {
1411      "base": "<p> The properties that are applied when Salesforce is being used as a destination. </p>",
1412      "refs": {
1413        "DestinationConnectorProperties$Salesforce": "<p> The properties required to query Salesforce. </p>"
1414      }
1415    },
1416    "SalesforceMetadata": {
1417      "base": "<p> The connector metadata specific to Salesforce. </p>",
1418      "refs": {
1419        "ConnectorMetadata$Salesforce": "<p> The connector metadata specific to Salesforce. </p>"
1420      }
1421    },
1422    "SalesforceSourceProperties": {
1423      "base": "<p> The properties that are applied when Salesforce is being used as a source. </p>",
1424      "refs": {
1425        "SourceConnectorProperties$Salesforce": "<p> Specifies the information that is required for querying Salesforce. </p>"
1426      }
1427    },
1428    "ScheduleExpression": {
1429      "base": null,
1430      "refs": {
1431        "ScheduledTriggerProperties$scheduleExpression": "<p> The scheduling expression that determines the rate at which the schedule will run, for example <code>rate(5minutes)</code>. </p>"
1432      }
1433    },
1434    "ScheduleFrequencyType": {
1435      "base": null,
1436      "refs": {
1437        "SchedulingFrequencyTypeList$member": null
1438      }
1439    },
1440    "ScheduleOffset": {
1441      "base": null,
1442      "refs": {
1443        "ScheduledTriggerProperties$scheduleOffset": "<p> Specifies the optional offset that is added to the time interval for a schedule-triggered flow. </p>"
1444      }
1445    },
1446    "ScheduledTriggerProperties": {
1447      "base": "<p> Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>",
1448      "refs": {
1449        "TriggerProperties$Scheduled": "<p> Specifies the configuration details of a schedule-triggered flow as defined by the user. </p>"
1450      }
1451    },
1452    "SchedulingFrequencyTypeList": {
1453      "base": null,
1454      "refs": {
1455        "ConnectorConfiguration$supportedSchedulingFrequencies": "<p> Specifies the supported flow frequency for that connector. </p>"
1456      }
1457    },
1458    "SecretKey": {
1459      "base": null,
1460      "refs": {
1461        "AmplitudeConnectorProfileCredentials$secretKey": "<p> The Secret Access Key portion of the credentials. </p>"
1462      }
1463    },
1464    "ServiceNowConnectorOperator": {
1465      "base": null,
1466      "refs": {
1467        "ConnectorOperator$ServiceNow": "<p> The operation to be performed on the provided ServiceNow source fields. </p>"
1468      }
1469    },
1470    "ServiceNowConnectorProfileCredentials": {
1471      "base": "<p> The connector-specific profile credentials required when using ServiceNow. </p>",
1472      "refs": {
1473        "ConnectorProfileCredentials$ServiceNow": "<p> The connector-specific credentials required when using ServiceNow. </p>"
1474      }
1475    },
1476    "ServiceNowConnectorProfileProperties": {
1477      "base": "<p> The connector-specific profile properties required when using ServiceNow. </p>",
1478      "refs": {
1479        "ConnectorProfileProperties$ServiceNow": "<p> The connector-specific properties required by serviceNow. </p>"
1480      }
1481    },
1482    "ServiceNowMetadata": {
1483      "base": "<p> The connector metadata specific to ServiceNow. </p>",
1484      "refs": {
1485        "ConnectorMetadata$ServiceNow": "<p> The connector metadata specific to ServiceNow. </p>"
1486      }
1487    },
1488    "ServiceNowSourceProperties": {
1489      "base": "<p> The properties that are applied when ServiceNow is being used as a source. </p>",
1490      "refs": {
1491        "SourceConnectorProperties$ServiceNow": "<p> Specifies the information that is required for querying ServiceNow. </p>"
1492      }
1493    },
1494    "ServiceQuotaExceededException": {
1495      "base": "<p> The request would cause a service quota (such as the number of flows) to be exceeded. </p>",
1496      "refs": {
1497      }
1498    },
1499    "SingularConnectorOperator": {
1500      "base": null,
1501      "refs": {
1502        "ConnectorOperator$Singular": "<p> The operation to be performed on the provided Singular source fields. </p>"
1503      }
1504    },
1505    "SingularConnectorProfileCredentials": {
1506      "base": "<p> The connector-specific profile credentials required when using Singular. </p>",
1507      "refs": {
1508        "ConnectorProfileCredentials$Singular": "<p> The connector-specific credentials required when using Singular. </p>"
1509      }
1510    },
1511    "SingularConnectorProfileProperties": {
1512      "base": "<p> The connector-specific profile properties required when using Singular. </p>",
1513      "refs": {
1514        "ConnectorProfileProperties$Singular": "<p> The connector-specific properties required by Singular. </p>"
1515      }
1516    },
1517    "SingularMetadata": {
1518      "base": "<p> The connector metadata specific to Singular. </p>",
1519      "refs": {
1520        "ConnectorMetadata$Singular": "<p> The connector metadata specific to Singular. </p>"
1521      }
1522    },
1523    "SingularSourceProperties": {
1524      "base": "<p> The properties that are applied when Singular is being used as a source. </p>",
1525      "refs": {
1526        "SourceConnectorProperties$Singular": "<p> Specifies the information that is required for querying Singular. </p>"
1527      }
1528    },
1529    "SlackConnectorOperator": {
1530      "base": null,
1531      "refs": {
1532        "ConnectorOperator$Slack": "<p> The operation to be performed on the provided Slack source fields. </p>"
1533      }
1534    },
1535    "SlackConnectorProfileCredentials": {
1536      "base": "<p> The connector-specific profile credentials required when using Slack. </p>",
1537      "refs": {
1538        "ConnectorProfileCredentials$Slack": "<p> The connector-specific credentials required when using Slack. </p>"
1539      }
1540    },
1541    "SlackConnectorProfileProperties": {
1542      "base": "<p> The connector-specific profile properties required when using Slack. </p>",
1543      "refs": {
1544        "ConnectorProfileProperties$Slack": "<p> The connector-specific properties required by Slack. </p>"
1545      }
1546    },
1547    "SlackMetadata": {
1548      "base": "<p> The connector metadata specific to Slack. </p>",
1549      "refs": {
1550        "ConnectorMetadata$Slack": "<p> The connector metadata specific to Slack. </p>"
1551      }
1552    },
1553    "SlackSourceProperties": {
1554      "base": "<p> The properties that are applied when Slack is being used as a source. </p>",
1555      "refs": {
1556        "SourceConnectorProperties$Slack": "<p> Specifies the information that is required for querying Slack. </p>"
1557      }
1558    },
1559    "SnowflakeConnectorProfileCredentials": {
1560      "base": "<p> The connector-specific profile credentials required when using Snowflake. </p>",
1561      "refs": {
1562        "ConnectorProfileCredentials$Snowflake": "<p> The connector-specific credentials required when using Snowflake. </p>"
1563      }
1564    },
1565    "SnowflakeConnectorProfileProperties": {
1566      "base": "<p> The connector-specific profile properties required when using Snowflake. </p>",
1567      "refs": {
1568        "ConnectorProfileProperties$Snowflake": "<p> The connector-specific properties required by Snowflake. </p>"
1569      }
1570    },
1571    "SnowflakeDestinationProperties": {
1572      "base": "<p> The properties that are applied when Snowflake is being used as a destination. </p>",
1573      "refs": {
1574        "DestinationConnectorProperties$Snowflake": "<p> The properties required to query Snowflake. </p>"
1575      }
1576    },
1577    "SnowflakeMetadata": {
1578      "base": "<p> The connector metadata specific to Snowflake. </p>",
1579      "refs": {
1580        "ConnectorMetadata$Snowflake": "<p> The connector metadata specific to Snowflake. </p>"
1581      }
1582    },
1583    "SourceConnectorProperties": {
1584      "base": "<p> Specifies the information that is required to query a particular connector. </p>",
1585      "refs": {
1586        "SourceFlowConfig$sourceConnectorProperties": "<p> Specifies the information that is required to query a particular source connector. </p>"
1587      }
1588    },
1589    "SourceFieldProperties": {
1590      "base": "<p> The properties that can be applied to a field when the connector is being used as a source. </p>",
1591      "refs": {
1592        "ConnectorEntityField$sourceProperties": "<p> The properties that can be applied to a field when the connector is being used as a source. </p>"
1593      }
1594    },
1595    "SourceFields": {
1596      "base": null,
1597      "refs": {
1598        "Task$sourceFields": "<p> The source fields to which a particular task is applied. </p>"
1599      }
1600    },
1601    "SourceFlowConfig": {
1602      "base": "<p> Contains information about the configuration of the source connector used in the flow. </p>",
1603      "refs": {
1604        "CreateFlowRequest$sourceFlowConfig": "<p> The configuration that controls how Amazon AppFlow retrieves data from the source connector. </p>",
1605        "DescribeFlowResponse$sourceFlowConfig": "<p> The configuration that controls how Amazon AppFlow retrieves data from the source connector. </p>",
1606        "UpdateFlowRequest$sourceFlowConfig": null
1607      }
1608    },
1609    "Stage": {
1610      "base": null,
1611      "refs": {
1612        "SnowflakeConnectorProfileProperties$stage": "<p> The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: &lt; Database&gt;&lt; Schema&gt;&lt;Stage Name&gt;. </p>"
1613      }
1614    },
1615    "StartFlowRequest": {
1616      "base": null,
1617      "refs": {
1618      }
1619    },
1620    "StartFlowResponse": {
1621      "base": null,
1622      "refs": {
1623      }
1624    },
1625    "StopFlowRequest": {
1626      "base": null,
1627      "refs": {
1628      }
1629    },
1630    "StopFlowResponse": {
1631      "base": null,
1632      "refs": {
1633      }
1634    },
1635    "String": {
1636      "base": null,
1637      "refs": {
1638        "SourceFields$member": null
1639      }
1640    },
1641    "SupportedFieldTypeDetails": {
1642      "base": "<p> Contains details regarding all the supported <code>FieldTypes</code> and their corresponding <code>filterOperators</code> and <code>supportedValues</code>. </p>",
1643      "refs": {
1644        "ConnectorEntityField$supportedFieldTypeDetails": "<p> Contains details regarding the supported <code>FieldType</code>, including the corresponding <code>filterOperators</code> and <code>supportedValues</code>. </p>"
1645      }
1646    },
1647    "SupportedValueList": {
1648      "base": null,
1649      "refs": {
1650        "FieldTypeDetails$supportedValues": "<p> The list of values that a field can contain. For example, a Boolean <code>fieldType</code> can have two values: \"true\" and \"false\". </p>"
1651      }
1652    },
1653    "SupportedWriteOperationList": {
1654      "base": null,
1655      "refs": {
1656        "DestinationFieldProperties$supportedWriteOperations": "<p> A list of supported write operations. For each write operation listed, this field can be used in <code>idFieldNames</code> when that write operation is present as a destination option. </p>"
1657      }
1658    },
1659    "TagKey": {
1660      "base": null,
1661      "refs": {
1662        "TagKeyList$member": null,
1663        "TagMap$key": null
1664      }
1665    },
1666    "TagKeyList": {
1667      "base": null,
1668      "refs": {
1669        "UntagResourceRequest$tagKeys": "<p> The tag keys associated with the tag that you want to remove from your flow. </p>"
1670      }
1671    },
1672    "TagMap": {
1673      "base": null,
1674      "refs": {
1675        "CreateFlowRequest$tags": "<p> The tags used to organize, track, or control access for your flow. </p>",
1676        "DescribeFlowResponse$tags": "<p> The tags used to organize, track, or control access for your flow. </p>",
1677        "FlowDefinition$tags": "<p> The tags used to organize, track, or control access for your flow. </p>",
1678        "ListTagsForResourceResponse$tags": "<p> The tags used to organize, track, or control access for your flow. </p>",
1679        "TagResourceRequest$tags": "<p> The tags used to organize, track, or control access for your flow. </p>"
1680      }
1681    },
1682    "TagResourceRequest": {
1683      "base": null,
1684      "refs": {
1685      }
1686    },
1687    "TagResourceResponse": {
1688      "base": null,
1689      "refs": {
1690      }
1691    },
1692    "TagValue": {
1693      "base": null,
1694      "refs": {
1695        "TagMap$value": null
1696      }
1697    },
1698    "Task": {
1699      "base": "<p> A class for modeling different type of tasks. Task implementation varies based on the <code>TaskType</code>. </p>",
1700      "refs": {
1701        "Tasks$member": null
1702      }
1703    },
1704    "TaskPropertiesMap": {
1705      "base": null,
1706      "refs": {
1707        "Task$taskProperties": "<p> A map used to store task-related information. The execution service looks for particular information based on the <code>TaskType</code>. </p>"
1708      }
1709    },
1710    "TaskType": {
1711      "base": null,
1712      "refs": {
1713        "Task$taskType": "<p> Specifies the particular task implementation that Amazon AppFlow performs. </p>"
1714      }
1715    },
1716    "Tasks": {
1717      "base": null,
1718      "refs": {
1719        "CreateFlowRequest$tasks": "<p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run. </p>",
1720        "DescribeFlowResponse$tasks": "<p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run. </p>",
1721        "UpdateFlowRequest$tasks": "<p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run. </p>"
1722      }
1723    },
1724    "Timezone": {
1725      "base": null,
1726      "refs": {
1727        "ScheduledTriggerProperties$timezone": "<p> Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as <code>America/New_York</code>. </p>"
1728      }
1729    },
1730    "TokenUrl": {
1731      "base": null,
1732      "refs": {
1733        "OAuthProperties$tokenUrl": "<p> The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.</p>"
1734      }
1735    },
1736    "TrendmicroConnectorOperator": {
1737      "base": null,
1738      "refs": {
1739        "ConnectorOperator$Trendmicro": "<p> The operation to be performed on the provided Trend Micro source fields. </p>"
1740      }
1741    },
1742    "TrendmicroConnectorProfileCredentials": {
1743      "base": "<p> The connector-specific profile credentials required when using Trend Micro. </p>",
1744      "refs": {
1745        "ConnectorProfileCredentials$Trendmicro": "<p> The connector-specific credentials required when using Trend Micro. </p>"
1746      }
1747    },
1748    "TrendmicroConnectorProfileProperties": {
1749      "base": "<p> The connector-specific profile properties required when using Trend Micro. </p>",
1750      "refs": {
1751        "ConnectorProfileProperties$Trendmicro": "<p> The connector-specific properties required by Trend Micro. </p>"
1752      }
1753    },
1754    "TrendmicroMetadata": {
1755      "base": "<p> The connector metadata specific to Trend Micro. </p>",
1756      "refs": {
1757        "ConnectorMetadata$Trendmicro": "<p> The connector metadata specific to Trend Micro. </p>"
1758      }
1759    },
1760    "TrendmicroSourceProperties": {
1761      "base": "<p> The properties that are applied when using Trend Micro as a flow source. </p>",
1762      "refs": {
1763        "SourceConnectorProperties$Trendmicro": "<p> Specifies the information that is required for querying Trend Micro. </p>"
1764      }
1765    },
1766    "TriggerConfig": {
1767      "base": "<p> The trigger settings that determine how and when Amazon AppFlow runs the specified flow. </p>",
1768      "refs": {
1769        "CreateFlowRequest$triggerConfig": "<p> The trigger settings that determine how and when the flow runs. </p>",
1770        "DescribeFlowResponse$triggerConfig": "<p> The trigger settings that determine how and when the flow runs. </p>",
1771        "UpdateFlowRequest$triggerConfig": "<p> The trigger settings that determine how and when the flow runs. </p>"
1772      }
1773    },
1774    "TriggerProperties": {
1775      "base": "<p> Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>",
1776      "refs": {
1777        "TriggerConfig$triggerProperties": "<p> Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>"
1778      }
1779    },
1780    "TriggerType": {
1781      "base": null,
1782      "refs": {
1783        "FlowDefinition$triggerType": "<p> Specifies the type of flow trigger. This can be <code>OnDemand</code>, <code>Scheduled</code>, or <code>Event</code>. </p>",
1784        "TriggerConfig$triggerType": "<p> Specifies the type of flow trigger. This can be <code>OnDemand</code>, <code>Scheduled</code>, or <code>Event</code>. </p>",
1785        "TriggerTypeList$member": null
1786      }
1787    },
1788    "TriggerTypeList": {
1789      "base": null,
1790      "refs": {
1791        "ConnectorConfiguration$supportedTriggerTypes": "<p> Specifies the supported trigger types for the flow. </p>"
1792      }
1793    },
1794    "UnsupportedOperationException": {
1795      "base": "<p> The requested operation is not supported for the current flow. </p>",
1796      "refs": {
1797      }
1798    },
1799    "UntagResourceRequest": {
1800      "base": null,
1801      "refs": {
1802      }
1803    },
1804    "UntagResourceResponse": {
1805      "base": null,
1806      "refs": {
1807      }
1808    },
1809    "UpdateConnectorProfileRequest": {
1810      "base": null,
1811      "refs": {
1812      }
1813    },
1814    "UpdateConnectorProfileResponse": {
1815      "base": null,
1816      "refs": {
1817      }
1818    },
1819    "UpdateFlowRequest": {
1820      "base": null,
1821      "refs": {
1822      }
1823    },
1824    "UpdateFlowResponse": {
1825      "base": null,
1826      "refs": {
1827      }
1828    },
1829    "UpdatedBy": {
1830      "base": null,
1831      "refs": {
1832        "DescribeFlowResponse$lastUpdatedBy": "<p> Specifies the user name of the account that performed the most recent update. </p>",
1833        "FlowDefinition$lastUpdatedBy": "<p> Specifies the account user name that most recently updated the flow. </p>"
1834      }
1835    },
1836    "UpsolverBucketName": {
1837      "base": null,
1838      "refs": {
1839        "UpsolverDestinationProperties$bucketName": "<p> The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data. </p>"
1840      }
1841    },
1842    "UpsolverDestinationProperties": {
1843      "base": "<p> The properties that are applied when Upsolver is used as a destination. </p>",
1844      "refs": {
1845        "DestinationConnectorProperties$Upsolver": "<p> The properties required to query Upsolver. </p>"
1846      }
1847    },
1848    "UpsolverMetadata": {
1849      "base": "<p> The connector metadata specific to Upsolver. </p>",
1850      "refs": {
1851        "ConnectorMetadata$Upsolver": "<p> The connector metadata specific to Upsolver. </p>"
1852      }
1853    },
1854    "UpsolverS3OutputFormatConfig": {
1855      "base": "<p> The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination. </p>",
1856      "refs": {
1857        "UpsolverDestinationProperties$s3OutputFormatConfig": "<p> The configuration that determines how data is formatted when Upsolver is used as the flow destination. </p>"
1858      }
1859    },
1860    "Username": {
1861      "base": null,
1862      "refs": {
1863        "BasicAuthCredentials$username": "<p> The username to use to connect to a resource. </p>",
1864        "InforNexusConnectorProfileCredentials$userId": "<p> The identifier for the user. </p>",
1865        "RedshiftConnectorProfileCredentials$username": "<p> The name of the user. </p>",
1866        "ServiceNowConnectorProfileCredentials$username": "<p> The name of the user. </p>",
1867        "SnowflakeConnectorProfileCredentials$username": "<p> The name of the user. </p>",
1868        "VeevaConnectorProfileCredentials$username": "<p> The name of the user. </p>"
1869      }
1870    },
1871    "ValidationException": {
1872      "base": "<p> The request has invalid or missing parameters. </p>",
1873      "refs": {
1874      }
1875    },
1876    "Value": {
1877      "base": null,
1878      "refs": {
1879        "SupportedValueList$member": null
1880      }
1881    },
1882    "VeevaConnectorOperator": {
1883      "base": null,
1884      "refs": {
1885        "ConnectorOperator$Veeva": "<p> The operation to be performed on the provided Veeva source fields. </p>"
1886      }
1887    },
1888    "VeevaConnectorProfileCredentials": {
1889      "base": "<p> The connector-specific profile credentials required when using Veeva. </p>",
1890      "refs": {
1891        "ConnectorProfileCredentials$Veeva": "<p> The connector-specific credentials required when using Veeva. </p>"
1892      }
1893    },
1894    "VeevaConnectorProfileProperties": {
1895      "base": "<p> The connector-specific profile properties required when using Veeva. </p>",
1896      "refs": {
1897        "ConnectorProfileProperties$Veeva": "<p> The connector-specific properties required by Veeva. </p>"
1898      }
1899    },
1900    "VeevaMetadata": {
1901      "base": "<p> The connector metadata specific to Veeva. </p>",
1902      "refs": {
1903        "ConnectorMetadata$Veeva": "<p> The connector metadata specific to Veeva. </p>"
1904      }
1905    },
1906    "VeevaSourceProperties": {
1907      "base": "<p> The properties that are applied when using Veeva as a flow source. </p>",
1908      "refs": {
1909        "SourceConnectorProperties$Veeva": "<p> Specifies the information that is required for querying Veeva. </p>"
1910      }
1911    },
1912    "Warehouse": {
1913      "base": null,
1914      "refs": {
1915        "SnowflakeConnectorProfileProperties$warehouse": "<p> The name of the Snowflake warehouse. </p>"
1916      }
1917    },
1918    "WriteOperationType": {
1919      "base": "<p> The possible write operations in the destination connector. When this value is not provided, this defaults to the <code>INSERT</code> operation. </p>",
1920      "refs": {
1921        "SalesforceDestinationProperties$writeOperationType": "<p> This specifies the type of write operation to be performed in Salesforce. When the value is <code>UPSERT</code>, then <code>idFieldNames</code> is required. </p>",
1922        "SupportedWriteOperationList$member": null,
1923        "ZendeskDestinationProperties$writeOperationType": null
1924      }
1925    },
1926    "ZendeskConnectorOperator": {
1927      "base": null,
1928      "refs": {
1929        "ConnectorOperator$Zendesk": "<p> The operation to be performed on the provided Zendesk source fields. </p>"
1930      }
1931    },
1932    "ZendeskConnectorProfileCredentials": {
1933      "base": "<p> The connector-specific profile credentials required when using Zendesk. </p>",
1934      "refs": {
1935        "ConnectorProfileCredentials$Zendesk": "<p> The connector-specific credentials required when using Zendesk. </p>"
1936      }
1937    },
1938    "ZendeskConnectorProfileProperties": {
1939      "base": "<p> The connector-specific profile properties required when using Zendesk. </p>",
1940      "refs": {
1941        "ConnectorProfileProperties$Zendesk": "<p> The connector-specific properties required by Zendesk. </p>"
1942      }
1943    },
1944    "ZendeskDestinationProperties": {
1945      "base": "<p>The properties that are applied when Zendesk is used as a destination.</p>",
1946      "refs": {
1947        "DestinationConnectorProperties$Zendesk": "<p>The properties required to query Zendesk.</p>"
1948      }
1949    },
1950    "ZendeskMetadata": {
1951      "base": "<p> The connector metadata specific to Zendesk. </p>",
1952      "refs": {
1953        "ConnectorMetadata$Zendesk": "<p> The connector metadata specific to Zendesk. </p>"
1954      }
1955    },
1956    "ZendeskSourceProperties": {
1957      "base": "<p> The properties that are applied when using Zendesk as a flow source. </p>",
1958      "refs": {
1959        "SourceConnectorProperties$Zendesk": "<p> Specifies the information that is required for querying Zendesk. </p>"
1960      }
1961    }
1962  }
1963}
1964