{"files":{"SKILL.md":"---\nname: amazon-appflow\ndescription: \"Amazon Appflow API skill. Use when working with Amazon Appflow for cancel-flow-executions, create-connector-profile, create-flow. Covers 25 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Amazon Appflow\nAPI version: 2020-08-23\n\n## Auth\nAWS SigV4\n\n## Base URL\nNot specified.\n\n## Setup\n1. Configure auth: AWS SigV4\n2. GET /tags/{resourceArn} -- retrieves the tags that are associated with a specified flow.\n3. POST /cancel-flow-executions -- create first cancel-flow-execution\n\n## Endpoints\n25 endpoints across 23 groups. See references/api-spec.lap for full details.\n\n### Cancel-flow-executions\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /cancel-flow-executions | Cancels active runs for a flow. You can cancel all of the active runs for a flow, or you can cancel specific runs by providing their IDs. You can cancel a flow run only when the run is in progress. You can't cancel a run that has already completed or failed. You also can't cancel a run that's scheduled to occur but hasn't started yet. To prevent a scheduled run, you can deactivate the flow with the StopFlow action. You cannot resume a run after you cancel it. When you send your request, the status for each run becomes CancelStarted. When the cancellation completes, the status becomes Canceled.  When you cancel a run, you still incur charges for any data that the run already processed before the cancellation. If the run had already written some data to the flow destination, then that data remains in the destination. If you configured the flow to use a batch API (such as the Salesforce Bulk API 2.0), then the run will finish reading or writing its entire batch of data after the cancellation. For these operations, the data processing charges for Amazon AppFlow apply. For the pricing information, see Amazon AppFlow pricing. |\n\n### Create-connector-profile\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /create-connector-profile | 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. In each connector profile that you create, you can provide the credentials and properties for only one connector. |\n\n### Create-flow\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /create-flow | 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. |\n\n### Delete-connector-profile\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /delete-connector-profile | Enables you to delete an existing connector profile. |\n\n### Delete-flow\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /delete-flow | 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. |\n\n### Describe-connector\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /describe-connector | Describes the given custom connector registered in your Amazon Web Services account. This API can be used for custom connectors that are registered in your account and also for Amazon authored connectors. |\n\n### Describe-connector-entity\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /describe-connector-entity | Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity. |\n\n### Describe-connector-profiles\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /describe-connector-profiles | Returns a list of connector-profile details matching the provided connector-profile names and connector-types. Both input lists are optional, and you can use them to filter the result.  If no names or connector-types are provided, returns all connector profiles in a paginated form. If there is no match, this operation returns an empty list. |\n\n### Describe-connectors\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /describe-connectors | 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 nextToken object, which can be be passed in to the next call to the DescribeConnectors API operation to retrieve the next page. |\n\n### Describe-flow\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /describe-flow | Provides a description of the specified flow. |\n\n### Describe-flow-execution-records\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /describe-flow-execution-records | Fetches the execution history of the flow. |\n\n### List-connector-entities\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /list-connector-entities | Returns the list of available connector entities supported by Amazon AppFlow. For example, you can query Salesforce for Account and Opportunity entities, or query ServiceNow for the Incident entity. |\n\n### List-connectors\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /list-connectors | Returns the list of all registered custom connectors in your Amazon Web Services account. This API lists only custom connectors registered in this account, not the Amazon Web Services authored connectors. |\n\n### List-flows\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /list-flows | Lists all of the flows associated with your account. |\n\n### Tags\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /tags/{resourceArn} | Retrieves the tags that are associated with a specified flow. |\n| POST | /tags/{resourceArn} | Applies a tag to the specified flow. |\n| DELETE | /tags/{resourceArn} | Removes a tag from the specified flow. |\n\n### Register-connector\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /register-connector | Registers a new custom connector with your Amazon Web Services account. Before you can register the connector, you must deploy the associated AWS lambda function in your account. |\n\n### Reset-connector-metadata-cache\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /reset-connector-metadata-cache | Resets metadata about your connector entities that Amazon AppFlow stored in its cache. Use this action when you want Amazon AppFlow to return the latest information about the data that you have in a source application. Amazon AppFlow returns metadata about your entities when you use the ListConnectorEntities or DescribeConnectorEntities actions. Following these actions, Amazon AppFlow caches the metadata to reduce the number of API requests that it must send to the source application. Amazon AppFlow automatically resets the cache once every hour, but you can use this action when you want to get the latest metadata right away. |\n\n### Start-flow\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /start-flow | 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. |\n\n### Stop-flow\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /stop-flow | Deactivates the existing flow. For on-demand flows, this operation returns an unsupportedOperationException error message. For schedule and event-triggered flows, this operation deactivates the flow. |\n\n### Unregister-connector\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /unregister-connector | Unregisters the custom connector registered in your account that matches the connector label provided in the request. |\n\n### Update-connector-profile\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /update-connector-profile | Updates a given connector profile associated with your account. |\n\n### Update-connector-registration\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /update-connector-registration | Updates a custom connector that you've previously registered. This operation updates the connector with one of the following:   The latest version of the AWS Lambda function that's assigned to the connector   A new AWS Lambda function that you specify |\n\n### Update-flow\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /update-flow | Updates an existing flow. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a cancel-flow-execution?\" -> POST /cancel-flow-executions\n- \"Create a create-connector-profile?\" -> POST /create-connector-profile\n- \"Create a create-flow?\" -> POST /create-flow\n- \"Create a delete-connector-profile?\" -> POST /delete-connector-profile\n- \"Create a delete-flow?\" -> POST /delete-flow\n- \"Create a describe-connector?\" -> POST /describe-connector\n- \"Create a describe-connector-entity?\" -> POST /describe-connector-entity\n- \"Create a describe-connector-profile?\" -> POST /describe-connector-profiles\n- \"Create a describe-flow?\" -> POST /describe-flow\n- \"Create a describe-flow-execution-record?\" -> POST /describe-flow-execution-records\n- \"Create a list-connector-entity?\" -> POST /list-connector-entities\n- \"Create a list-connector?\" -> POST /list-connectors\n- \"Create a list-flow?\" -> POST /list-flows\n- \"Get tag details?\" -> GET /tags/{resourceArn}\n- \"Create a register-connector?\" -> POST /register-connector\n- \"Create a reset-connector-metadata-cache?\" -> POST /reset-connector-metadata-cache\n- \"Create a start-flow?\" -> POST /start-flow\n- \"Create a stop-flow?\" -> POST /stop-flow\n- \"Create a unregister-connector?\" -> POST /unregister-connector\n- \"Delete a tag?\" -> DELETE /tags/{resourceArn}\n- \"Create a update-connector-profile?\" -> POST /update-connector-profile\n- \"Create a update-connector-registration?\" -> POST /update-connector-registration\n- \"Create a update-flow?\" -> POST /update-flow\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Amazon Appflow\n@version 2020-08-23\n@auth AWS SigV4\n@endpoints 25\n@hint download_for_search\n@toc cancel-flow-executions(1), create-connector-profile(1), create-flow(1), delete-connector-profile(1), delete-flow(1), describe-connector(1), describe-connector-entity(1), describe-connector-profiles(1), describe-connectors(1), describe-flow(1), describe-flow-execution-records(1), list-connector-entities(1), list-connectors(1), list-flows(1), tags(3), register-connector(1), reset-connector-metadata-cache(1), start-flow(1), stop-flow(1), unregister-connector(1), update-connector-profile(1), update-connector-registration(1), update-flow(1)\n\n@group cancel-flow-executions\n@endpoint POST /cancel-flow-executions\n@desc Cancels active runs for a flow. You can cancel all of the active runs for a flow, or you can cancel specific runs by providing their IDs. You can cancel a flow run only when the run is in progress. You can't cancel a run that has already completed or failed. You also can't cancel a run that's scheduled to occur but hasn't started yet. To prevent a scheduled run, you can deactivate the flow with the StopFlow action. You cannot resume a run after you cancel it. When you send your request, the status for each run becomes CancelStarted. When the cancellation completes, the status becomes Canceled.  When you cancel a run, you still incur charges for any data that the run already processed before the cancellation. If the run had already written some data to the flow destination, then that data remains in the destination. If you configured the flow to use a batch API (such as the Salesforce Bulk API 2.0), then the run will finish reading or writing its entire batch of data after the cancellation. For these operations, the data processing charges for Amazon AppFlow apply. For the pricing information, see Amazon AppFlow pricing.\n@required {flowName: str}\n@optional {executionIds: [str]}\n@returns(200) {invalidExecutions: [str]?}\n\n@endgroup\n\n@group create-connector-profile\n@endpoint POST /create-connector-profile\n@desc 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. In each connector profile that you create, you can provide the credentials and properties for only one connector.\n@required {connectorProfileName: str, connectorType: str, connectionMode: str, connectorProfileConfig: ConnectorProfileConfig}\n@optional {kmsArn: str, connectorLabel: str, clientToken: str}\n@returns(200) {connectorProfileArn: str?}\n\n@endgroup\n\n@group create-flow\n@endpoint POST /create-flow\n@desc 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.\n@required {flowName: str, triggerConfig: TriggerConfig, sourceFlowConfig: SourceFlowConfig, destinationFlowConfigList: [DestinationFlowConfig], tasks: [Task]}\n@optional {description: str, kmsArn: str, tags: map<str,str>, metadataCatalogConfig: MetadataCatalogConfig, clientToken: str}\n@returns(200) {flowArn: str?, flowStatus: str?}\n\n@endgroup\n\n@group delete-connector-profile\n@endpoint POST /delete-connector-profile\n@desc Enables you to delete an existing connector profile.\n@required {connectorProfileName: str}\n@optional {forceDelete: bool}\n\n@endgroup\n\n@group delete-flow\n@endpoint POST /delete-flow\n@desc 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.\n@required {flowName: str}\n@optional {forceDelete: bool}\n\n@endgroup\n\n@group describe-connector\n@endpoint POST /describe-connector\n@desc Describes the given custom connector registered in your Amazon Web Services account. This API can be used for custom connectors that are registered in your account and also for Amazon authored connectors.\n@required {connectorType: str}\n@optional {connectorLabel: str}\n@returns(200) {connectorConfiguration: ConnectorConfiguration?{canUseAsSource: bool?, canUseAsDestination: bool?, supportedDestinationConnectors: [str]?, supportedSchedulingFrequencies: [str]?, isPrivateLinkEnabled: bool?, isPrivateLinkEndpointUrlRequired: bool?, supportedTriggerTypes: [str]?, connectorMetadata: ConnectorMetadata?{Amplitude: AmplitudeMetadata?, Datadog: DatadogMetadata?, Dynatrace: DynatraceMetadata?, GoogleAnalytics: GoogleAnalyticsMetadata?{oAuthScopes: [str]?}, InforNexus: InforNexusMetadata?, Marketo: MarketoMetadata?, Redshift: RedshiftMetadata?, S3: S3Metadata?, Salesforce: SalesforceMetadata?{oAuthScopes: [str]?, dataTransferApis: [str]?, oauth2GrantTypesSupported: [str]?}, ServiceNow: ServiceNowMetadata?, Singular: SingularMetadata?, Slack: SlackMetadata?{oAuthScopes: [str]?}, Snowflake: SnowflakeMetadata?{supportedRegions: [str]?}, Trendmicro: TrendmicroMetadata?, Veeva: VeevaMetadata?, Zendesk: ZendeskMetadata?{oAuthScopes: [str]?}, EventBridge: EventBridgeMetadata?, Upsolver: UpsolverMetadata?, CustomerProfiles: CustomerProfilesMetadata?, Honeycode: HoneycodeMetadata?{oAuthScopes: [str]?}, SAPOData: SAPODataMetadata?, Pardot: PardotMetadata?}, connectorType: str?, connectorLabel: str?, connectorDescription: str?, connectorOwner: str?, connectorName: str?, connectorVersion: str?, connectorArn: str?, connectorModes: [str]?, authenticationConfig: AuthenticationConfig?{isBasicAuthSupported: bool?, isApiKeyAuthSupported: bool?, isOAuth2Supported: bool?, isCustomAuthSupported: bool?, oAuth2Defaults: OAuth2Defaults?{oauthScopes: [str]?, tokenUrls: [str]?, authCodeUrls: [str]?, oauth2GrantTypesSupported: [str]?, oauth2CustomProperties: [OAuth2CustomParameter]?}, customAuthConfigs: [CustomAuthConfig]?}, connectorRuntimeSettings: [ConnectorRuntimeSetting]?, supportedApiVersions: [str]?, supportedOperators: [str]?, supportedWriteOperations: [str]?, connectorProvisioningType: str?, connectorProvisioningConfig: ConnectorProvisioningConfig?{lambda: LambdaConnectorProvisioningConfig?{lambdaArn: str}}, logoURL: str?, registeredAt: str(timestamp)?, registeredBy: str?, supportedDataTransferTypes: [str]?, supportedDataTransferApis: [DataTransferApi]?}}\n\n@endgroup\n\n@group describe-connector-entity\n@endpoint POST /describe-connector-entity\n@desc Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity.\n@required {connectorEntityName: str}\n@optional {connectorType: str, connectorProfileName: str, apiVersion: str}\n@returns(200) {connectorEntityFields: [ConnectorEntityField]}\n\n@endgroup\n\n@group describe-connector-profiles\n@endpoint POST /describe-connector-profiles\n@desc Returns a list of connector-profile details matching the provided connector-profile names and connector-types. Both input lists are optional, and you can use them to filter the result.  If no names or connector-types are provided, returns all connector profiles in a paginated form. If there is no match, this operation returns an empty list.\n@optional {connectorProfileNames: [str], connectorType: str, connectorLabel: str, maxResults: int, nextToken: str}\n@returns(200) {connectorProfileDetails: [ConnectorProfile]?, nextToken: str?}\n\n@endgroup\n\n@group describe-connectors\n@endpoint POST /describe-connectors\n@desc 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 nextToken object, which can be be passed in to the next call to the DescribeConnectors API operation to retrieve the next page.\n@optional {connectorTypes: [str], maxResults: int, nextToken: str}\n@returns(200) {connectorConfigurations: map<str,ConnectorConfiguration>?, connectors: [ConnectorDetail]?, nextToken: str?}\n\n@endgroup\n\n@group describe-flow\n@endpoint POST /describe-flow\n@desc Provides a description of the specified flow.\n@required {flowName: str}\n@returns(200) {flowArn: str?, description: str?, flowName: str?, kmsArn: str?, flowStatus: str?, flowStatusMessage: str?, sourceFlowConfig: SourceFlowConfig?{connectorType: str, apiVersion: str?, connectorProfileName: str?, sourceConnectorProperties: SourceConnectorProperties{Amplitude: AmplitudeSourceProperties?{object: str}, Datadog: DatadogSourceProperties?{object: str}, Dynatrace: DynatraceSourceProperties?{object: str}, GoogleAnalytics: GoogleAnalyticsSourceProperties?{object: str}, InforNexus: InforNexusSourceProperties?{object: str}, Marketo: MarketoSourceProperties?{object: str}, S3: S3SourceProperties?{bucketName: str, bucketPrefix: str?, s3InputFormatConfig: S3InputFormatConfig?}, Salesforce: SalesforceSourceProperties?{object: str, enableDynamicFieldUpdate: bool?, includeDeletedRecords: bool?, dataTransferApi: str?}, ServiceNow: ServiceNowSourceProperties?{object: str}, Singular: SingularSourceProperties?{object: str}, Slack: SlackSourceProperties?{object: str}, Trendmicro: TrendmicroSourceProperties?{object: str}, Veeva: VeevaSourceProperties?{object: str, documentType: str?, includeSourceFiles: bool?, includeRenditions: bool?, includeAllVersions: bool?}, Zendesk: ZendeskSourceProperties?{object: str}, SAPOData: SAPODataSourceProperties?{objectPath: str?, parallelismConfig: SAPODataParallelismConfig?, paginationConfig: SAPODataPaginationConfig?}, CustomConnector: CustomConnectorSourceProperties?{entityName: str, customProperties: map<str, str>?: any, dataTransferApi: DataTransferApi?}, Pardot: PardotSourceProperties?{object: str}}, incrementalPullConfig: IncrementalPullConfig?{datetimeTypeFieldName: str?}}, destinationFlowConfigList: [DestinationFlowConfig]?, lastRunExecutionDetails: ExecutionDetails?{mostRecentExecutionMessage: str?, mostRecentExecutionTime: str(timestamp)?, mostRecentExecutionStatus: str?}, triggerConfig: TriggerConfig?{triggerType: str, triggerProperties: TriggerProperties?{Scheduled: ScheduledTriggerProperties?{scheduleExpression: str, dataPullMode: str?, scheduleStartTime: str(timestamp)?, scheduleEndTime: str(timestamp)?, timezone: str?, scheduleOffset: int(i64)?, firstExecutionFrom: str(timestamp)?, flowErrorDeactivationThreshold: int?}}}, tasks: [Task]?, createdAt: str(timestamp)?, lastUpdatedAt: str(timestamp)?, createdBy: str?, lastUpdatedBy: str?, tags: map<str,str>?, metadataCatalogConfig: MetadataCatalogConfig?{glueDataCatalog: GlueDataCatalogConfig?{roleArn: str, databaseName: str, tablePrefix: str}}, lastRunMetadataCatalogDetails: [MetadataCatalogDetail]?, schemaVersion: int(i64)?}\n\n@endgroup\n\n@group describe-flow-execution-records\n@endpoint POST /describe-flow-execution-records\n@desc Fetches the execution history of the flow.\n@required {flowName: str}\n@optional {maxResults: int, nextToken: str}\n@returns(200) {flowExecutions: [ExecutionRecord]?, nextToken: str?}\n\n@endgroup\n\n@group list-connector-entities\n@endpoint POST /list-connector-entities\n@desc Returns the list of available connector entities supported by Amazon AppFlow. For example, you can query Salesforce for Account and Opportunity entities, or query ServiceNow for the Incident entity.\n@optional {connectorProfileName: str, connectorType: str, entitiesPath: str, apiVersion: str, maxResults: int, nextToken: str}\n@returns(200) {connectorEntityMap: map<str,[ConnectorEntity]>, nextToken: str?}\n\n@endgroup\n\n@group list-connectors\n@endpoint POST /list-connectors\n@desc Returns the list of all registered custom connectors in your Amazon Web Services account. This API lists only custom connectors registered in this account, not the Amazon Web Services authored connectors.\n@optional {maxResults: int, nextToken: str}\n@returns(200) {connectors: [ConnectorDetail]?, nextToken: str?}\n\n@endgroup\n\n@group list-flows\n@endpoint POST /list-flows\n@desc Lists all of the flows associated with your account.\n@optional {maxResults: int, nextToken: str}\n@returns(200) {flows: [FlowDefinition]?, nextToken: str?}\n\n@endgroup\n\n@group tags\n@endpoint GET /tags/{resourceArn}\n@desc Retrieves the tags that are associated with a specified flow.\n@required {resourceArn: str}\n@returns(200) {tags: map<str,str>?}\n\n@endgroup\n\n@group register-connector\n@endpoint POST /register-connector\n@desc Registers a new custom connector with your Amazon Web Services account. Before you can register the connector, you must deploy the associated AWS lambda function in your account.\n@optional {connectorLabel: str, description: str, connectorProvisioningType: str, connectorProvisioningConfig: ConnectorProvisioningConfig, clientToken: str}\n@returns(200) {connectorArn: str?}\n\n@endgroup\n\n@group reset-connector-metadata-cache\n@endpoint POST /reset-connector-metadata-cache\n@desc Resets metadata about your connector entities that Amazon AppFlow stored in its cache. Use this action when you want Amazon AppFlow to return the latest information about the data that you have in a source application. Amazon AppFlow returns metadata about your entities when you use the ListConnectorEntities or DescribeConnectorEntities actions. Following these actions, Amazon AppFlow caches the metadata to reduce the number of API requests that it must send to the source application. Amazon AppFlow automatically resets the cache once every hour, but you can use this action when you want to get the latest metadata right away.\n@optional {connectorProfileName: str, connectorType: str, connectorEntityName: str, entitiesPath: str, apiVersion: str}\n\n@endgroup\n\n@group start-flow\n@endpoint POST /start-flow\n@desc 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.\n@required {flowName: str}\n@optional {clientToken: str}\n@returns(200) {flowArn: str?, flowStatus: str?, executionId: str?}\n\n@endgroup\n\n@group stop-flow\n@endpoint POST /stop-flow\n@desc Deactivates the existing flow. For on-demand flows, this operation returns an unsupportedOperationException error message. For schedule and event-triggered flows, this operation deactivates the flow.\n@required {flowName: str}\n@returns(200) {flowArn: str?, flowStatus: str?}\n\n@endgroup\n\n@group tags\n@endpoint POST /tags/{resourceArn}\n@desc Applies a tag to the specified flow.\n@required {resourceArn: str, tags: map<str,str>}\n\n@endgroup\n\n@group unregister-connector\n@endpoint POST /unregister-connector\n@desc Unregisters the custom connector registered in your account that matches the connector label provided in the request.\n@required {connectorLabel: str}\n@optional {forceDelete: bool}\n\n@endgroup\n\n@group tags\n@endpoint DELETE /tags/{resourceArn}\n@desc Removes a tag from the specified flow.\n@required {resourceArn: str, tagKeys: [str]}\n\n@endgroup\n\n@group update-connector-profile\n@endpoint POST /update-connector-profile\n@desc Updates a given connector profile associated with your account.\n@required {connectorProfileName: str, connectionMode: str, connectorProfileConfig: ConnectorProfileConfig}\n@optional {clientToken: str}\n@returns(200) {connectorProfileArn: str?}\n\n@endgroup\n\n@group update-connector-registration\n@endpoint POST /update-connector-registration\n@desc Updates a custom connector that you've previously registered. This operation updates the connector with one of the following:   The latest version of the AWS Lambda function that's assigned to the connector   A new AWS Lambda function that you specify\n@required {connectorLabel: str}\n@optional {description: str, connectorProvisioningConfig: ConnectorProvisioningConfig, clientToken: str}\n@returns(200) {connectorArn: str?}\n\n@endgroup\n\n@group update-flow\n@endpoint POST /update-flow\n@desc Updates an existing flow.\n@required {flowName: str, triggerConfig: TriggerConfig, sourceFlowConfig: SourceFlowConfig, destinationFlowConfigList: [DestinationFlowConfig], tasks: [Task]}\n@optional {description: str, metadataCatalogConfig: MetadataCatalogConfig, clientToken: str}\n@returns(200) {flowStatus: str?}\n\n@endgroup\n\n@end\n"}}