aws-sdk 2.1434.0 → 2.1435.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.1434.0-->
2
+ <!--LATEST=2.1435.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1435.0
6
+ * feature: AmplifyBackend: Adds sensitive trait to required input shapes.
7
+ * feature: ConfigService: Updated ResourceType enum with new resource types onboarded by AWS Config in July 2023.
8
+ * feature: EC2: Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors.
9
+ * feature: QuickSight: New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API
10
+ * feature: SWF: This release adds new API parameters to override workflow task list for workflow executions.
11
+
5
12
  ## 2.1434.0
6
13
  * feature: Connect: This release adds APIs to provision agents that are global / available in multiple AWS regions and distribute them across these regions by percentage.
7
14
  * feature: ELBv2: This release enables configuring security groups for Network Load Balancers
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.1434.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1435.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
@@ -1922,6 +1922,7 @@
1922
1922
  },
1923
1923
  "Sq": {
1924
1924
  "type": "structure",
1925
+ "sensitive": true,
1925
1926
  "members": {
1926
1927
  "EmailMessage": {
1927
1928
  "locationName": "emailMessage"
@@ -1933,6 +1934,7 @@
1933
1934
  },
1934
1935
  "Sr": {
1935
1936
  "type": "structure",
1937
+ "sensitive": true,
1936
1938
  "members": {
1937
1939
  "SmsMessage": {
1938
1940
  "locationName": "smsMessage"
@@ -1974,6 +1976,7 @@
1974
1976
  },
1975
1977
  "SignInWithApple": {
1976
1978
  "type": "structure",
1979
+ "sensitive": true,
1977
1980
  "members": {
1978
1981
  "ClientId": {
1979
1982
  "locationName": "client_id"
@@ -1993,6 +1996,7 @@
1993
1996
  },
1994
1997
  "S13": {
1995
1998
  "type": "structure",
1999
+ "sensitive": true,
1996
2000
  "members": {
1997
2001
  "ClientId": {
1998
2002
  "locationName": "client_id"