Skip to content

Commit 714c179

Browse files
author
awstools
committed
Updates SDK to v2.1322.0
1 parent df86722 commit 714c179

31 files changed

+2883
-1092
lines changed

.changes/2.1322.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Appflow",
5+
"description": "This release enables the customers to choose whether to use Private Link for Metadata and Authorization call when using a private Salesforce connections"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ECS",
10+
"description": "This release supports deleting Amazon ECS task definitions that are in the INACTIVE state."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IoTWireless",
15+
"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"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Location",
20+
"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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Macie2",
25+
"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."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "WAFV2",
30+
"description": "You can now associate an AWS WAF v2 web ACL with an AWS App Runner service."
31+
}
32+
]

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1321.0-->
2+
<!--LATEST=2.1322.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1322.0
6+
* 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
7+
* feature: ECS: This release supports deleting Amazon ECS task definitions that are in the INACTIVE state.
8+
* 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
9+
* 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.
10+
* 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.
11+
* feature: WAFV2: You can now associate an AWS WAF v2 web ACL with an AWS App Runner service.
12+
513
## 2.1321.0
614
* feature: ChimeSDKVoice: This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace
715
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1321.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1322.0.min.js"></script>
6161

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

apis/appflow-2020-08-23.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,9 @@
13021302
"instanceUrl": {},
13031303
"isSandboxEnvironment": {
13041304
"type": "boolean"
1305+
},
1306+
"usePrivateLinkForMetadataAndAuthorization": {
1307+
"type": "boolean"
13051308
}
13061309
}
13071310
},

apis/appflow-2020-08-23.normal.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4632,6 +4632,10 @@
46324632
"isSandboxEnvironment": {
46334633
"shape": "Boolean",
46344634
"documentation": "<p> Indicates whether the connector profile applies to a sandbox or production environment. </p>"
4635+
},
4636+
"usePrivateLinkForMetadataAndAuthorization": {
4637+
"shape": "Boolean",
4638+
"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>"
46354639
}
46364640
},
46374641
"documentation": "<p> The connector-specific profile properties required when using Salesforce. </p>"

0 commit comments

Comments
 (0)