aws-sdk 2.1400.0 → 2.1401.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,14 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1400.0-->
2
+ <!--LATEST=2.1401.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1401.0
6
+ * feature: Appflow: This release adds new API to reset connector metadata cache
7
+ * feature: ConfigService: Updated ResourceType enum with new resource types onboarded by AWS Config in May 2023.
8
+ * feature: EC2: Adds support for targeting Dedicated Host allocations by assetIds in AWS Outposts
9
+ * feature: Lambda: This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API.
10
+ * feature: Redshift: Added support for custom domain names for Redshift Provisioned clusters. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it.
11
+
5
12
  ## 2.1400.0
6
13
  * feature: CloudFormation: Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter
7
14
  * feature: EC2: API changes to AWS Verified Access to include data from trust providers in logs
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1400.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1401.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -698,6 +698,25 @@
698
698
  }
699
699
  }
700
700
  },
701
+ "ResetConnectorMetadataCache": {
702
+ "http": {
703
+ "requestUri": "/reset-connector-metadata-cache"
704
+ },
705
+ "input": {
706
+ "type": "structure",
707
+ "members": {
708
+ "connectorProfileName": {},
709
+ "connectorType": {},
710
+ "connectorEntityName": {},
711
+ "entitiesPath": {},
712
+ "apiVersion": {}
713
+ }
714
+ },
715
+ "output": {
716
+ "type": "structure",
717
+ "members": {}
718
+ }
719
+ },
701
720
  "StartFlow": {
702
721
  "http": {
703
722
  "requestUri": "/start-flow"