|
16 | 16 | "ListConnectors": "<p>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. </p>", |
17 | 17 | "ListFlows": "<p> Lists all of the flows associated with your account. </p>", |
18 | 18 | "ListTagsForResource": "<p> Retrieves the tags that are associated with a specified flow. </p>", |
19 | | - "RegisterConnector": "<p>Registers a new connector with your Amazon Web Services account. Before you can register the connector, you must deploy lambda in your account.</p>", |
| 19 | + "RegisterConnector": "<p>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.</p>", |
20 | 20 | "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>", |
21 | 21 | "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>", |
22 | 22 | "TagResource": "<p> Applies a tag to the specified flow. </p>", |
23 | | - "UnregisterConnector": "<p>Unregisters the custom connector registered in your account that matches the connectorLabel provided in the request.</p>", |
| 23 | + "UnregisterConnector": "<p>Unregisters the custom connector registered in your account that matches the connector label provided in the request.</p>", |
24 | 24 | "UntagResource": "<p> Removes a tag from the specified flow. </p>", |
25 | 25 | "UpdateConnectorProfile": "<p> Updates a given connector profile associated with your account. </p>", |
| 26 | + "UpdateConnectorRegistration": "<p>Updates a custom connector that you've previously registered. This operation updates the connector with one of the following:</p> <ul> <li> <p>The latest version of the AWS Lambda function that's assigned to the connector</p> </li> <li> <p>A new AWS Lambda function that you specify</p> </li> </ul>", |
26 | 27 | "UpdateFlow": "<p> Updates an existing flow. </p>" |
27 | 28 | }, |
28 | 29 | "shapes": { |
|
35 | 36 | "ListTagsForResourceRequest$resourceArn": "<p> The Amazon Resource Name (ARN) of the specified flow. </p>", |
36 | 37 | "RegisterConnectorResponse$connectorArn": "<p>The ARN of the connector being registered.</p>", |
37 | 38 | "TagResourceRequest$resourceArn": "<p> The Amazon Resource Name (ARN) of the flow that you want to tag. </p>", |
38 | | - "UntagResourceRequest$resourceArn": "<p> The Amazon Resource Name (ARN) of the flow that you want to untag. </p>" |
| 39 | + "UntagResourceRequest$resourceArn": "<p> The Amazon Resource Name (ARN) of the flow that you want to untag. </p>", |
| 40 | + "UpdateConnectorRegistrationResponse$connectorArn": "<p>The ARN of the connector being updated.</p>" |
39 | 41 | } |
40 | 42 | }, |
41 | 43 | "AccessDeniedException": { |
|
414 | 416 | "FlowDefinition$sourceConnectorLabel": "<p>The label of the source connector in the flow.</p>", |
415 | 417 | "FlowDefinition$destinationConnectorLabel": "<p>The label of the destination connector in the flow.</p>", |
416 | 418 | "RegisterConnectorRequest$connectorLabel": "<p> The name of the connector. The name is unique for each <code>ConnectorRegistration</code> in your Amazon Web Services account.</p>", |
417 | | - "UnregisterConnectorRequest$connectorLabel": "<p>The label of the connector. The label is unique for each <code>ConnectorRegistration</code> in your Amazon Web Services account.</p>" |
| 419 | + "UnregisterConnectorRequest$connectorLabel": "<p>The label of the connector. The label is unique for each <code>ConnectorRegistration</code> in your Amazon Web Services account.</p>", |
| 420 | + "UpdateConnectorRegistrationRequest$connectorLabel": "<p>The name of the connector. The name is unique for each connector registration in your AWS account.</p>" |
418 | 421 | } |
419 | 422 | }, |
420 | 423 | "ConnectorList": { |
|
540 | 543 | "base": "<p>Contains information about the configuration of the connector being registered.</p>", |
541 | 544 | "refs": { |
542 | 545 | "ConnectorConfiguration$connectorProvisioningConfig": "<p>The configuration required for registering the connector.</p>", |
543 | | - "RegisterConnectorRequest$connectorProvisioningConfig": "<p>The provisioning type of the connector. Currently the only supported value is LAMBDA.</p>" |
| 546 | + "RegisterConnectorRequest$connectorProvisioningConfig": "<p>The provisioning type of the connector. Currently the only supported value is LAMBDA.</p>", |
| 547 | + "UpdateConnectorRegistrationRequest$connectorProvisioningConfig": null |
544 | 548 | } |
545 | 549 | }, |
546 | 550 | "ConnectorProvisioningType": { |
|
917 | 921 | "ConnectorEntityField$description": "<p> A description of the connector entity field. </p>", |
918 | 922 | "ConnectorRuntimeSetting$description": "<p>A description about the connector runtime setting.</p>", |
919 | 923 | "OAuth2CustomParameter$description": "<p>A description about the custom parameter used for OAuth 2.0 authentication.</p>", |
920 | | - "RegisterConnectorRequest$description": "<p>A description about the connector that's being registered.</p>" |
| 924 | + "RegisterConnectorRequest$description": "<p>A description about the connector that's being registered.</p>", |
| 925 | + "UpdateConnectorRegistrationRequest$description": "<p>A description about the update that you're applying to the connector.</p>" |
921 | 926 | } |
922 | 927 | }, |
923 | 928 | "DestinationConnectorProperties": { |
|
1989 | 1994 | "refs": { |
1990 | 1995 | "SalesforceDataTransferApiList$member": null, |
1991 | 1996 | "SalesforceDestinationProperties$dataTransferApi": "<p>Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data to Salesforce.</p> <dl> <dt>AUTOMATIC</dt> <dd> <p>The default. Amazon AppFlow selects which API to use based on the number of records that your flow transfers to Salesforce. If your flow transfers fewer than 1,000 records, Amazon AppFlow uses Salesforce REST API. If your flow transfers 1,000 records or more, Amazon AppFlow uses Salesforce Bulk API 2.0.</p> <p>Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900 records, and it might use Bulk API 2.0 on the next day to transfer 1,100 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields.</p> <p>By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output.</p> </dd> <dt>BULKV2</dt> <dd> <p>Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs asynchronous data transfers, and it's optimal for large sets of data. By choosing this option, you ensure that your flow writes consistent output, but you optimize performance only for large data transfers.</p> <p>Note that Bulk API 2.0 does not transfer Salesforce compound fields.</p> </dd> <dt>REST_SYNC</dt> <dd> <p>Amazon AppFlow uses only Salesforce REST API. By choosing this option, you ensure that your flow writes consistent output, but you decrease performance for large data transfers that are better suited for Bulk API 2.0. In some cases, if your flow attempts to transfer a vary large set of data, it might fail with a timed out error.</p> </dd> </dl>", |
1992 | | - "SalesforceSourceProperties$dataTransferApi": "<p>Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce.</p> <dl> <dt>AUTOMATIC</dt> <dd> <p>The default. Amazon AppFlow selects which API to use based on the number of records that your flow transfers from Salesforce. If your flow transfers fewer than 1,000,000 records, Amazon AppFlow uses Salesforce REST API. If your flow transfers 1,000,000 records or more, Amazon AppFlow uses Salesforce Bulk API 2.0.</p> <p>Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900,000 records, and it might use Bulk API 2.0 on the next day to transfer 1,100,000 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields.</p> <p>By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output.</p> </dd> <dt>BULKV2</dt> <dd> <p>Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs asynchronous data transfers, and it's optimal for large sets of data. By choosing this option, you ensure that your flow writes consistent output, but you optimize performance only for large data transfers.</p> <p>Note that Bulk API 2.0 does not transfer Salesforce compound fields.</p> </dd> <dt>REST_SYNC</dt> <dd> <p>Amazon AppFlow uses only Salesforce REST API. By choosing this option, you ensure that your flow writes consistent output, but you decrease performance for large data transfers that are better suited for Bulk API 2.0. In some cases, if your flow attempts to transfer a vary large set of data, it might fail with a timed out error.</p> </dd> </dl>" |
| 1997 | + "SalesforceSourceProperties$dataTransferApi": "<p>Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce.</p> <dl> <dt>AUTOMATIC</dt> <dd> <p>The default. Amazon AppFlow selects which API to use based on the number of records that your flow transfers from Salesforce. If your flow transfers fewer than 1,000,000 records, Amazon AppFlow uses Salesforce REST API. If your flow transfers 1,000,000 records or more, Amazon AppFlow uses Salesforce Bulk API 2.0.</p> <p>Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900,000 records, and it might use Bulk API 2.0 on the next day to transfer 1,100,000 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields.</p> <p>By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output.</p> </dd> <dt>BULKV2</dt> <dd> <p>Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs asynchronous data transfers, and it's optimal for large sets of data. By choosing this option, you ensure that your flow writes consistent output, but you optimize performance only for large data transfers.</p> <p>Note that Bulk API 2.0 does not transfer Salesforce compound fields.</p> </dd> <dt>REST_SYNC</dt> <dd> <p>Amazon AppFlow uses only Salesforce REST API. By choosing this option, you ensure that your flow writes consistent output, but you decrease performance for large data transfers that are better suited for Bulk API 2.0. In some cases, if your flow attempts to transfer a vary large set of data, it might fail wituh a timed out error.</p> </dd> </dl>" |
1993 | 1998 | } |
1994 | 1999 | }, |
1995 | 2000 | "SalesforceDataTransferApiList": { |
|
2467 | 2472 | "refs": { |
2468 | 2473 | } |
2469 | 2474 | }, |
| 2475 | + "UpdateConnectorRegistrationRequest": { |
| 2476 | + "base": null, |
| 2477 | + "refs": { |
| 2478 | + } |
| 2479 | + }, |
| 2480 | + "UpdateConnectorRegistrationResponse": { |
| 2481 | + "base": null, |
| 2482 | + "refs": { |
| 2483 | + } |
| 2484 | + }, |
2470 | 2485 | "UpdateFlowRequest": { |
2471 | 2486 | "base": null, |
2472 | 2487 | "refs": { |
|
0 commit comments