Skip to content

Commit

Permalink
Updates SDK to v2.1448.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 30, 2023
1 parent 68e1d68 commit c0d9e9b
Show file tree
Hide file tree
Showing 43 changed files with 17,333 additions and 1,091 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1448.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"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": "feature",
"category": "Appflow",
"description": "Add SAP source connector parallel and pagination feature"
},
{
"type": "feature",
"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": "feature",
"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": "feature",
"category": "DataSync",
"description": "AWS DataSync introduces Task Reports, a new feature that provides detailed reports of data transfer operations for each task execution."
},
{
"type": "feature",
"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": "feature",
"category": "NetworkFirewall",
"description": "Network Firewall increasing pagination token string length"
},
{
"type": "feature",
"category": "PcaConnectorAd",
"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": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Canvas adds IdentityProviderOAuthSettings support for CanvasAppSettings"
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1447.0-->
<!--LATEST=2.1448.0-->
<!--ENTRYINSERT-->

## 2.1448.0
* feature: 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.
* feature: Appflow: Add SAP source connector parallel and pagination feature
* feature: 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.
* feature: 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.
* feature: DataSync: AWS DataSync introduces Task Reports, a new feature that provides detailed reports of data transfer operations for each task execution.
* feature: Neptunedata: Allows customers to execute data plane actions like bulk loading graphs, issuing graph queries using Gremlin and openCypher directly from the SDK.
* feature: NetworkFirewall: Network Firewall increasing pagination token string length
* feature: PcaConnectorAd: 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.
* feature: SageMaker: Amazon SageMaker Canvas adds IdentityProviderOAuthSettings support for CanvasAppSettings

## 2.1447.0
* feature: CognitoIdentityServiceProvider: Added API example requests and responses for several operations. Fixed the validation regex for user pools Identity Provider name.
* feature: Omics: Add RetentionMode support for Runs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1447.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1448.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
Loading

0 comments on commit c0d9e9b

Please sign in to comment.