Skip to content

Commit

Permalink
Updates SDK to v2.1322.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 23, 2023
1 parent df86722 commit 714c179
Show file tree
Hide file tree
Showing 31 changed files with 2,883 additions and 1,092 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1322.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Appflow",
"description": "This release enables the customers to choose whether to use Private Link for Metadata and Authorization call when using a private Salesforce connections"
},
{
"type": "feature",
"category": "ECS",
"description": "This release supports deleting Amazon ECS task definitions that are in the INACTIVE state."
},
{
"type": "feature",
"category": "IoTWireless",
"description": "In this release, we add additional capabilities for the FUOTA which allows user to configure the fragment size, the sending interval and the redundancy ratio of the FUOTA tasks"
},
{
"type": "feature",
"category": "Location",
"description": "This release adds support for using Maps APIs with an API Key in addition to AWS Cognito. This includes support for adding, listing, updating and deleting API Keys."
},
{
"type": "feature",
"category": "Macie2",
"description": "This release adds support for a new finding type, Policy:IAMUser/S3BucketSharedWithCloudFront, and S3 bucket metadata that indicates if a bucket is shared with an Amazon CloudFront OAI or OAC."
},
{
"type": "feature",
"category": "WAFV2",
"description": "You can now associate an AWS WAF v2 web ACL with an AWS App Runner service."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1321.0-->
<!--LATEST=2.1322.0-->
<!--ENTRYINSERT-->

## 2.1322.0
* feature: Appflow: This release enables the customers to choose whether to use Private Link for Metadata and Authorization call when using a private Salesforce connections
* feature: ECS: This release supports deleting Amazon ECS task definitions that are in the INACTIVE state.
* feature: IoTWireless: In this release, we add additional capabilities for the FUOTA which allows user to configure the fragment size, the sending interval and the redundancy ratio of the FUOTA tasks
* feature: Location: This release adds support for using Maps APIs with an API Key in addition to AWS Cognito. This includes support for adding, listing, updating and deleting API Keys.
* feature: Macie2: This release adds support for a new finding type, Policy:IAMUser/S3BucketSharedWithCloudFront, and S3 bucket metadata that indicates if a bucket is shared with an Amazon CloudFront OAI or OAC.
* feature: WAFV2: You can now associate an AWS WAF v2 web ACL with an AWS App Runner service.

## 2.1321.0
* feature: ChimeSDKVoice: This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace
* feature: CloudFront: CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1321.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1322.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
3 changes: 3 additions & 0 deletions apis/appflow-2020-08-23.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,9 @@
"instanceUrl": {},
"isSandboxEnvironment": {
"type": "boolean"
},
"usePrivateLinkForMetadataAndAuthorization": {
"type": "boolean"
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions apis/appflow-2020-08-23.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4632,6 +4632,10 @@
"isSandboxEnvironment": {
"shape": "Boolean",
"documentation": "<p> Indicates whether the connector profile applies to a sandbox or production environment. </p>"
},
"usePrivateLinkForMetadataAndAuthorization": {
"shape": "Boolean",
"documentation": "<p>If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends private calls through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services infrastructure without being exposed to the public internet.</p> <p>Set either of the following values:</p> <dl> <dt>true</dt> <dd> <p>Amazon AppFlow sends all calls to Salesforce over the private network.</p> <p>These private calls are:</p> <ul> <li> <p>Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their fields.</p> </li> <li> <p>Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records.</p> </li> <li> <p>Calls to transfer your Salesforce records as part of a flow run.</p> </li> </ul> </dd> <dt>false</dt> <dd> <p>The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public internet.</p> <p>The public calls are: </p> <ul> <li> <p>Calls to get metadata about your Salesforce records.</p> </li> <li> <p>Calls to get or refresh access tokens.</p> </li> </ul> <p>The private calls are:</p> <ul> <li> <p>Calls to transfer your Salesforce records as part of a flow run.</p> </li> </ul> </dd> </dl>"
}
},
"documentation": "<p> The connector-specific profile properties required when using Salesforce. </p>"
Expand Down
Loading

0 comments on commit 714c179

Please sign in to comment.