Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Aug 30, 2023
1 parent 12bd23c commit bc964ad
Show file tree
Hide file tree
Showing 119 changed files with 30,615 additions and 1,158 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ RubyGems.org page under "LINKS" section.
| Amazon Mechanical Turk | Aws::MTurk | aws-sdk-mturk | 2017-01-17 |
| Amazon MemoryDB | Aws::MemoryDB | aws-sdk-memorydb | 2021-01-01 |
| Amazon Neptune | Aws::Neptune | aws-sdk-neptune | 2014-10-31 |
| Amazon NeptuneData | Aws::Neptunedata | aws-sdk-neptunedata | 2023-08-01 |
| Amazon Omics | Aws::Omics | aws-sdk-omics | 2022-11-28 |
| Amazon OpenSearch Ingestion | Aws::OSIS | aws-sdk-osis | 2022-01-01 |
| Amazon OpenSearch Service | Aws::OpenSearchService | aws-sdk-opensearchservice | 2021-01-01 |
Expand Down Expand Up @@ -672,6 +673,7 @@ RubyGems.org page under "LINKS" section.
| OpenSearch Service Serverless | Aws::OpenSearchServerless | aws-sdk-opensearchserverless | 2021-11-01 |
| Payment Cryptography Control Plane | Aws::PaymentCryptography | aws-sdk-paymentcryptography | 2021-09-14 |
| Payment Cryptography Data Plane | Aws::PaymentCryptographyData | aws-sdk-paymentcryptographydata | 2022-02-03 |
| PcaConnectorAd | Aws::PcaConnectorAd | aws-sdk-pcaconnectorad | 2018-05-10 |
| Redshift Data API Service | Aws::RedshiftDataAPIService | aws-sdk-redshiftdataapiservice | 2019-12-20 |
| Redshift Serverless | Aws::RedshiftServerless | aws-sdk-redshiftserverless | 2021-04-21 |
| Route53 Recovery Cluster | Aws::Route53RecoveryCluster | aws-sdk-route53recoverycluster | 2019-12-02 |
Expand Down
44 changes: 40 additions & 4 deletions apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
{"shape":"ServiceQuotaExceededException"},
{"shape":"ConflictException"},
{"shape":"ConnectorAuthenticationException"},
{"shape":"ConnectorServerException"}
{"shape":"ConnectorServerException"},
{"shape":"AccessDeniedException"}
]
},
"DeleteConnectorProfile":{
Expand Down Expand Up @@ -387,7 +388,8 @@
{"shape":"ConflictException"},
{"shape":"ConnectorAuthenticationException"},
{"shape":"ConnectorServerException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"AccessDeniedException"}
]
}
},
Expand Down Expand Up @@ -1653,7 +1655,9 @@
"errorInfo":{"shape":"ErrorInfo"},
"bytesProcessed":{"shape":"Long"},
"bytesWritten":{"shape":"Long"},
"recordsProcessed":{"shape":"Long"}
"recordsProcessed":{"shape":"Long"},
"numParallelProcesses":{"shape":"Long"},
"maxPageSize":{"shape":"Long"}
}
},
"ExecutionStatus":{
Expand Down Expand Up @@ -2763,15 +2767,47 @@
"writeOperationType":{"shape":"WriteOperationType"}
}
},
"SAPODataMaxPageSize":{
"type":"integer",
"max":10000,
"min":1
},
"SAPODataMaxParallelism":{
"type":"integer",
"max":10,
"min":1
},
"SAPODataMetadata":{
"type":"structure",
"members":{
}
},
"SAPODataPaginationConfig":{
"type":"structure",
"required":["maxPageSize"],
"members":{
"maxPageSize":{
"shape":"SAPODataMaxPageSize",
"box":true
}
}
},
"SAPODataParallelismConfig":{
"type":"structure",
"required":["maxParallelism"],
"members":{
"maxParallelism":{
"shape":"SAPODataMaxParallelism",
"box":true
}
}
},
"SAPODataSourceProperties":{
"type":"structure",
"members":{
"objectPath":{"shape":"Object"}
"objectPath":{"shape":"Object"},
"parallelismConfig":{"shape":"SAPODataParallelismConfig"},
"paginationConfig":{"shape":"SAPODataPaginationConfig"}
}
},
"SalesforceConnectorOperator":{
Expand Down
28 changes: 27 additions & 1 deletion apis/appflow/2020-08-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,9 @@
"ErrorInfo$putFailuresCount": "<p> Specifies the failure count for the attempted flow. </p>",
"ExecutionResult$bytesProcessed": "<p> The total number of bytes processed by the flow run. </p>",
"ExecutionResult$bytesWritten": "<p> The total number of bytes written as a result of the flow run. </p>",
"ExecutionResult$recordsProcessed": "<p> The number of records processed in the flow run. </p>"
"ExecutionResult$recordsProcessed": "<p> The number of records processed in the flow run. </p>",
"ExecutionResult$numParallelProcesses": "<p>The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.</p>",
"ExecutionResult$maxPageSize": "<p>The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.</p>"
}
},
"LookoutMetricsDestinationProperties": {
Expand Down Expand Up @@ -2106,12 +2108,36 @@
"DestinationConnectorProperties$SAPOData": "<p>The properties required to query SAPOData.</p>"
}
},
"SAPODataMaxPageSize": {
"base": null,
"refs": {
"SAPODataPaginationConfig$maxPageSize": "<p>The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application. For transfers of OData records, the maximum page size is 3,000. For transfers of data that comes from an ODP provider, the maximum page size is 10,000.</p>"
}
},
"SAPODataMaxParallelism": {
"base": null,
"refs": {
"SAPODataParallelismConfig$maxParallelism": "<p>The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.</p>"
}
},
"SAPODataMetadata": {
"base": "<p> The connector metadata specific to SAPOData. </p>",
"refs": {
"ConnectorMetadata$SAPOData": null
}
},
"SAPODataPaginationConfig": {
"base": "<p>Sets the page size for each <i>concurrent process</i> that transfers OData records from your SAP instance. A concurrent process is query that retrieves a batch of records as part of a flow run. Amazon AppFlow can run multiple concurrent processes in parallel to transfer data faster.</p>",
"refs": {
"SAPODataSourceProperties$paginationConfig": "<p>Sets the page size for each concurrent process that transfers OData records from your SAP instance.</p>"
}
},
"SAPODataParallelismConfig": {
"base": "<p>Sets the number of <i>concurrent processes</i> that transfer OData records from your SAP instance. A concurrent process is query that retrieves a batch of records as part of a flow run. Amazon AppFlow can run multiple concurrent processes in parallel to transfer data faster.</p>",
"refs": {
"SAPODataSourceProperties$parallelismConfig": "<p>Sets the number of concurrent processes that transfers OData records from your SAP instance.</p>"
}
},
"SAPODataSourceProperties": {
"base": "<p> The properties that are applied when using SAPOData as a flow source. </p>",
"refs": {
Expand Down
Loading

0 comments on commit bc964ad

Please sign in to comment.