|
2193 | 2193 | "target": "com.amazonaws.appflow#CreateFlowResponse" |
2194 | 2194 | }, |
2195 | 2195 | "errors": [ |
| 2196 | + { |
| 2197 | + "target": "com.amazonaws.appflow#AccessDeniedException" |
| 2198 | + }, |
2196 | 2199 | { |
2197 | 2200 | "target": "com.amazonaws.appflow#ConflictException" |
2198 | 2201 | }, |
|
4155 | 4158 | "traits": { |
4156 | 4159 | "smithy.api#documentation": "<p> The number of records processed in the flow run. </p>" |
4157 | 4160 | } |
| 4161 | + }, |
| 4162 | + "numParallelProcesses": { |
| 4163 | + "target": "com.amazonaws.appflow#Long", |
| 4164 | + "traits": { |
| 4165 | + "smithy.api#documentation": "<p>The number of processes that Amazon AppFlow ran at the same time when it retrieved\n your data.</p>" |
| 4166 | + } |
| 4167 | + }, |
| 4168 | + "maxPageSize": { |
| 4169 | + "target": "com.amazonaws.appflow#Long", |
| 4170 | + "traits": { |
| 4171 | + "smithy.api#documentation": "<p>The maximum number of records that Amazon AppFlow receives in each page of the\n response from your SAP application.</p>" |
| 4172 | + } |
4158 | 4173 | } |
4159 | 4174 | }, |
4160 | 4175 | "traits": { |
|
7594 | 7609 | "target": "com.amazonaws.appflow#Boolean", |
7595 | 7610 | "traits": { |
7596 | 7611 | "smithy.api#default": false, |
7597 | | - "smithy.api#documentation": "<p>If you set this parameter to <code>true</code>, Amazon AppFlow bypasses the single\n sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.</p>\n <p>Whether you need this option depends on the types of credentials that you applied to \n your SAP OData connection profile. If your profile uses basic authentication credentials, SAP SSO\n can prevent Amazon AppFlow from connecting to your account with your username and\n password. In this case, bypassing SSO makes it possible for Amazon AppFlow to connect\n successfully. However, if your profile uses OAuth credentials, this parameter has no\n affect.</p>" |
| 7612 | + "smithy.api#documentation": "<p>If you set this parameter to <code>true</code>, Amazon AppFlow bypasses the single\n sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.</p>\n <p>Whether you need this option depends on the types of credentials that you applied to your\n SAP OData connection profile. If your profile uses basic authentication credentials, SAP SSO\n can prevent Amazon AppFlow from connecting to your account with your username and\n password. In this case, bypassing SSO makes it possible for Amazon AppFlow to connect\n successfully. However, if your profile uses OAuth credentials, this parameter has no\n affect.</p>" |
7598 | 7613 | } |
7599 | 7614 | } |
7600 | 7615 | }, |
|
7632 | 7647 | "smithy.api#documentation": "<p>The properties that are applied when using SAPOData as a flow destination</p>" |
7633 | 7648 | } |
7634 | 7649 | }, |
| 7650 | + "com.amazonaws.appflow#SAPODataMaxPageSize": { |
| 7651 | + "type": "integer", |
| 7652 | + "traits": { |
| 7653 | + "smithy.api#range": { |
| 7654 | + "min": 1, |
| 7655 | + "max": 10000 |
| 7656 | + } |
| 7657 | + } |
| 7658 | + }, |
| 7659 | + "com.amazonaws.appflow#SAPODataMaxParallelism": { |
| 7660 | + "type": "integer", |
| 7661 | + "traits": { |
| 7662 | + "smithy.api#range": { |
| 7663 | + "min": 1, |
| 7664 | + "max": 10 |
| 7665 | + } |
| 7666 | + } |
| 7667 | + }, |
7635 | 7668 | "com.amazonaws.appflow#SAPODataMetadata": { |
7636 | 7669 | "type": "structure", |
7637 | 7670 | "members": {}, |
7638 | 7671 | "traits": { |
7639 | 7672 | "smithy.api#documentation": "<p> The connector metadata specific to SAPOData. </p>" |
7640 | 7673 | } |
7641 | 7674 | }, |
| 7675 | + "com.amazonaws.appflow#SAPODataPaginationConfig": { |
| 7676 | + "type": "structure", |
| 7677 | + "members": { |
| 7678 | + "maxPageSize": { |
| 7679 | + "target": "com.amazonaws.appflow#SAPODataMaxPageSize", |
| 7680 | + "traits": { |
| 7681 | + "smithy.api#documentation": "<p>The maximum number of records that Amazon AppFlow receives in each page of the\n response from your SAP application. For transfers of OData records, the maximum page size is\n 3,000. For transfers of data that comes from an ODP provider, the maximum page size\n is 10,000.</p>", |
| 7682 | + "smithy.api#required": {} |
| 7683 | + } |
| 7684 | + } |
| 7685 | + }, |
| 7686 | + "traits": { |
| 7687 | + "smithy.api#documentation": "<p>Sets the page size for each <i>concurrent process</i> that transfers OData\n records from your SAP instance. A concurrent process is query that retrieves a batch of\n records as part of a flow run. Amazon AppFlow can run multiple concurrent processes in\n parallel to transfer data faster.</p>" |
| 7688 | + } |
| 7689 | + }, |
| 7690 | + "com.amazonaws.appflow#SAPODataParallelismConfig": { |
| 7691 | + "type": "structure", |
| 7692 | + "members": { |
| 7693 | + "maxParallelism": { |
| 7694 | + "target": "com.amazonaws.appflow#SAPODataMaxParallelism", |
| 7695 | + "traits": { |
| 7696 | + "smithy.api#documentation": "<p>The maximum number of processes that Amazon AppFlow runs at the same time when it\n retrieves your data from your SAP application.</p>", |
| 7697 | + "smithy.api#required": {} |
| 7698 | + } |
| 7699 | + } |
| 7700 | + }, |
| 7701 | + "traits": { |
| 7702 | + "smithy.api#documentation": "<p>Sets the number of <i>concurrent processes</i> that transfer OData records\n from your SAP instance. A concurrent process is query that retrieves a batch of records as\n part of a flow run. Amazon AppFlow can run multiple concurrent processes in parallel to\n transfer data faster.</p>" |
| 7703 | + } |
| 7704 | + }, |
7642 | 7705 | "com.amazonaws.appflow#SAPODataSourceProperties": { |
7643 | 7706 | "type": "structure", |
7644 | 7707 | "members": { |
|
7647 | 7710 | "traits": { |
7648 | 7711 | "smithy.api#documentation": "<p> The object path specified in the SAPOData flow source. </p>" |
7649 | 7712 | } |
| 7713 | + }, |
| 7714 | + "parallelismConfig": { |
| 7715 | + "target": "com.amazonaws.appflow#SAPODataParallelismConfig", |
| 7716 | + "traits": { |
| 7717 | + "smithy.api#documentation": "<p>Sets the number of concurrent processes that transfers OData records from your SAP\n instance.</p>" |
| 7718 | + } |
| 7719 | + }, |
| 7720 | + "paginationConfig": { |
| 7721 | + "target": "com.amazonaws.appflow#SAPODataPaginationConfig", |
| 7722 | + "traits": { |
| 7723 | + "smithy.api#documentation": "<p>Sets the page size for each concurrent process that transfers OData records from your SAP\n instance.</p>" |
| 7724 | + } |
7650 | 7725 | } |
7651 | 7726 | }, |
7652 | 7727 | "traits": { |
|
10928 | 11003 | "target": "com.amazonaws.appflow#UpdateFlowResponse" |
10929 | 11004 | }, |
10930 | 11005 | "errors": [ |
| 11006 | + { |
| 11007 | + "target": "com.amazonaws.appflow#AccessDeniedException" |
| 11008 | + }, |
10931 | 11009 | { |
10932 | 11010 | "target": "com.amazonaws.appflow#ConflictException" |
10933 | 11011 | }, |
|
0 commit comments