aws-sdk 2.1443.0 → 2.1445.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,22 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1443.0-->
2
+ <!--LATEST=2.1445.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1445.0
6
+ * feature: CloudTrail: Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources.
7
+ * feature: Detective: Added protections to interacting with fields containing customer information.
8
+
9
+ ## 2.1444.0
10
+ * feature: EC2: Amazon EC2 M7a instances, powered by 4th generation AMD EPYC processors, deliver up to 50% higher performance compared to M6a instances. Amazon EC2 Hpc7a instances, powered by 4th Gen AMD EPYC processors, deliver up to 2.5x better performance compared to Amazon EC2 Hpc6a instances.
11
+ * feature: Glue: Added API attributes that help in the monitoring of sessions.
12
+ * feature: MediaConvert: This release includes additional audio channel tags in Quicktime outputs, support for film grain synthesis for AV1 outputs, ability to create audio-only FLAC outputs, and ability to specify Amazon S3 destination storage class.
13
+ * feature: MediaLive: MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings.
14
+ * feature: MediaTailor: Adds new source location AUTODETECT_SIGV4 access type.
15
+ * feature: QuickSight: Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support.
16
+ * feature: RDS: This release updates the supported versions for Percona XtraBackup in Aurora MySQL.
17
+ * feature: S3: Updates to endpoint ruleset tests to address Smithy validation issues.
18
+ * feature: S3Control: Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack.
19
+
5
20
  ## 2.1443.0
6
21
  * feature: APIGateway: This release adds RootResourceId to GetRestApi response.
7
22
  * feature: EC2: Marking fields as sensitive on BundleTask and GetPasswordData
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.1443.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1445.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
@@ -123,7 +123,10 @@
123
123
  ],
124
124
  "members": {
125
125
  "GraphArn": {},
126
- "Message": {},
126
+ "Message": {
127
+ "type": "string",
128
+ "sensitive": true
129
+ },
127
130
  "DisableEmailNotification": {
128
131
  "type": "boolean"
129
132
  },
@@ -137,7 +140,9 @@
137
140
  ],
138
141
  "members": {
139
142
  "AccountId": {},
140
- "EmailAddress": {}
143
+ "EmailAddress": {
144
+ "shape": "Sx"
145
+ }
141
146
  }
142
147
  }
143
148
  }
@@ -633,13 +638,19 @@
633
638
  "key": {},
634
639
  "value": {}
635
640
  },
641
+ "Sx": {
642
+ "type": "string",
643
+ "sensitive": true
644
+ },
636
645
  "Sz": {
637
646
  "type": "list",
638
647
  "member": {
639
648
  "type": "structure",
640
649
  "members": {
641
650
  "AccountId": {},
642
- "EmailAddress": {},
651
+ "EmailAddress": {
652
+ "shape": "Sx"
653
+ },
643
654
  "GraphArn": {},
644
655
  "MasterId": {
645
656
  "deprecated": true,