Skip to content

Commit

Permalink
Merge branch 'release-1.31.38' into develop
Browse files Browse the repository at this point in the history
* release-1.31.38:
  Bumping version to 1.31.38
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 30, 2023
2 parents ac3ecfd + 7152f81 commit 71a80e4
Show file tree
Hide file tree
Showing 25 changed files with 9,911 additions and 876 deletions.
47 changes: 47 additions & 0 deletions .changes/1.31.38.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``appflow``",
"description": "Add SAP source connector parallel and pagination feature",
"type": "api-change"
},
{
"category": "``apprunner``",
"description": "App Runner adds support for Bitbucket. You can now create App Runner connection that connects to your Bitbucket repositories and deploy App Runner service with the source code stored in a Bitbucket repository.",
"type": "api-change"
},
{
"category": "``auditmanager``",
"description": "This release marks some assessment metadata as sensitive. We added a sensitive trait to the following attributes: assessmentName, emailAddress, scope, createdBy, lastUpdatedBy, and userName.",
"type": "api-change"
},
{
"category": "``cleanrooms``",
"description": "This release decouples member abilities in a collaboration. With this change, the member who can run queries no longer needs to be the same as the member who can receive results.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "AWS DataSync introduces Task Reports, a new feature that provides detailed reports of data transfer operations for each task execution.",
"type": "api-change"
},
{
"category": "``neptunedata``",
"description": "Allows customers to execute data plane actions like bulk loading graphs, issuing graph queries using Gremlin and openCypher directly from the SDK.",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "Network Firewall increasing pagination token string length",
"type": "api-change"
},
{
"category": "``pca-connector-ad``",
"description": "The Connector for AD allows you to use a fully-managed AWS Private CA as a drop-in replacement for your self-managed enterprise CAs without local agents or proxy servers. Enterprises that use AD to manage Windows environments can reduce their private certificate authority (CA) costs and complexity.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker Canvas adds IdentityProviderOAuthSettings support for CanvasAppSettings",
"type": "api-change"
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.31.38
=======

* api-change:``appflow``: Add SAP source connector parallel and pagination feature
* api-change:``apprunner``: App Runner adds support for Bitbucket. You can now create App Runner connection that connects to your Bitbucket repositories and deploy App Runner service with the source code stored in a Bitbucket repository.
* api-change:``auditmanager``: This release marks some assessment metadata as sensitive. We added a sensitive trait to the following attributes: assessmentName, emailAddress, scope, createdBy, lastUpdatedBy, and userName.
* api-change:``cleanrooms``: This release decouples member abilities in a collaboration. With this change, the member who can run queries no longer needs to be the same as the member who can receive results.
* api-change:``datasync``: AWS DataSync introduces Task Reports, a new feature that provides detailed reports of data transfer operations for each task execution.
* api-change:``neptunedata``: Allows customers to execute data plane actions like bulk loading graphs, issuing graph queries using Gremlin and openCypher directly from the SDK.
* api-change:``network-firewall``: Network Firewall increasing pagination token string length
* api-change:``pca-connector-ad``: The Connector for AD allows you to use a fully-managed AWS Private CA as a drop-in replacement for your self-managed enterprise CAs without local agents or proxy servers. Enterprises that use AD to manage Windows environments can reduce their private certificate authority (CA) costs and complexity.
* api-change:``sagemaker``: Amazon SageMaker Canvas adds IdentityProviderOAuthSettings support for CanvasAppSettings


1.31.37
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.31.37'
__version__ = '1.31.38'


class NullHandler(logging.Handler):
Expand Down
344 changes: 154 additions & 190 deletions botocore/data/appflow/2020-08-23/endpoint-rule-set-1.json

Large diffs are not rendered by default.

56 changes: 54 additions & 2 deletions botocore/data/appflow/2020-08-23/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
{"shape":"ServiceQuotaExceededException"},
{"shape":"ConflictException"},
{"shape":"ConnectorAuthenticationException"},
{"shape":"ConnectorServerException"}
{"shape":"ConnectorServerException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<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>"
},
Expand Down Expand Up @@ -411,7 +412,8 @@
{"shape":"ConflictException"},
{"shape":"ConnectorAuthenticationException"},
{"shape":"ConnectorServerException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p> Updates an existing flow. </p>"
}
Expand Down Expand Up @@ -2675,6 +2677,14 @@
"recordsProcessed":{
"shape":"Long",
"documentation":"<p> The number of records processed in the flow run. </p>"
},
"numParallelProcesses":{
"shape":"Long",
"documentation":"<p>The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.</p>"
},
"maxPageSize":{
"shape":"Long",
"documentation":"<p>The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.</p>"
}
},
"documentation":"<p> Specifies the end result of the flow run. </p>"
Expand Down Expand Up @@ -4329,18 +4339,60 @@
},
"documentation":"<p>The properties that are applied when using SAPOData as a flow destination</p>"
},
"SAPODataMaxPageSize":{
"type":"integer",
"max":10000,
"min":1
},
"SAPODataMaxParallelism":{
"type":"integer",
"max":10,
"min":1
},
"SAPODataMetadata":{
"type":"structure",
"members":{
},
"documentation":"<p> The connector metadata specific to SAPOData. </p>"
},
"SAPODataPaginationConfig":{
"type":"structure",
"required":["maxPageSize"],
"members":{
"maxPageSize":{
"shape":"SAPODataMaxPageSize",
"documentation":"<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>",
"box":true
}
},
"documentation":"<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>"
},
"SAPODataParallelismConfig":{
"type":"structure",
"required":["maxParallelism"],
"members":{
"maxParallelism":{
"shape":"SAPODataMaxParallelism",
"documentation":"<p>The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.</p>",
"box":true
}
},
"documentation":"<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>"
},
"SAPODataSourceProperties":{
"type":"structure",
"members":{
"objectPath":{
"shape":"Object",
"documentation":"<p> The object path specified in the SAPOData flow source. </p>"
},
"parallelismConfig":{
"shape":"SAPODataParallelismConfig",
"documentation":"<p>Sets the number of concurrent processes that transfers OData records from your SAP instance.</p>"
},
"paginationConfig":{
"shape":"SAPODataPaginationConfig",
"documentation":"<p>Sets the page size for each concurrent process that transfers OData records from your SAP instance.</p>"
}
},
"documentation":"<p> The properties that are applied when using SAPOData as a flow source. </p>"
Expand Down
Loading

0 comments on commit 71a80e4

Please sign in to comment.