aws-sdk 2.234.1 → 2.238.1

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.
@@ -0,0 +1,7 @@
1
+ [
2
+ {
3
+ "type": "feature",
4
+ "category": "EC2",
5
+ "description": "Enable support for specifying CPU options during instance launch."
6
+ }
7
+ ]
@@ -0,0 +1,17 @@
1
+ [
2
+ {
3
+ "type": "feature",
4
+ "category": "Budgets",
5
+ "description": "Updating the regex for the NumericValue fields."
6
+ },
7
+ {
8
+ "type": "feature",
9
+ "category": "EC2",
10
+ "description": "Enable support for latest flag with Get Console Output"
11
+ },
12
+ {
13
+ "type": "feature",
14
+ "category": "RDS",
15
+ "description": "Changes to support the Aurora MySQL Backtrack feature."
16
+ }
17
+ ]
@@ -0,0 +1,7 @@
1
+ [
2
+ {
3
+ "type": "feature",
4
+ "category": "GameLift",
5
+ "description": "AutoScaling Target Tracking scaling simplification along with StartFleetActions and StopFleetActions APIs to suspend and resume automatic scaling at will."
6
+ }
7
+ ]
@@ -0,0 +1,7 @@
1
+ [
2
+ {
3
+ "type": "feature",
4
+ "category": "Firehose",
5
+ "description": "With this release, Amazon Kinesis Data Firehose can convert the format of your input data from JSON to Apache Parquet or Apache ORC before storing the data in Amazon S3. Parquet and ORC are columnar data formats that save space and enable faster queries compared to row-oriented formats like JSON."
6
+ }
7
+ ]
package/CHANGELOG.md CHANGED
@@ -1,7 +1,21 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.234.1-->
2
+ <!--LATEST=2.238.1-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.238.1
6
+ * feature: Firehose: With this release, Amazon Kinesis Data Firehose can convert the format of your input data from JSON to Apache Parquet or Apache ORC before storing the data in Amazon S3. Parquet and ORC are columnar data formats that save space and enable faster queries compared to row-oriented formats like JSON.
7
+
8
+ ## 2.237.1
9
+ * feature: GameLift: AutoScaling Target Tracking scaling simplification along with StartFleetActions and StopFleetActions APIs to suspend and resume automatic scaling at will.
10
+
11
+ ## 2.236.1
12
+ * feature: Budgets: Updating the regex for the NumericValue fields.
13
+ * feature: EC2: Enable support for latest flag with Get Console Output
14
+ * feature: RDS: Changes to support the Aurora MySQL Backtrack feature.
15
+
16
+ ## 2.235.1
17
+ * feature: EC2: Enable support for specifying CPU options during instance launch.
18
+
5
19
  ## 2.234.1
6
20
  * feature: AlexaForBusiness: This release adds the new Device status "DEREGISTERED". This release also adds DEVICE_STATUS as the new DeviceEventType.
7
21
  * feature: Budgets: "With this release, customers can use AWS Budgets to monitor how much of their Amazon EC2, Amazon RDS, Amazon Redshift, and Amazon ElastiCache instance usage is covered by reservations, and receive alerts when their coverage falls below the threshold they define."
package/README.md CHANGED
@@ -25,7 +25,7 @@ version.
25
25
  To use the SDK in the browser, simply add the following script tag to your
26
26
  HTML pages:
27
27
 
28
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.234.1.min.js"></script>
28
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.238.1.min.js"></script>
29
29
 
30
30
  You can also build a custom browser SDK with your specified set of AWS services.
31
31
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -7,6 +7,7 @@
7
7
  "protocol": "json",
8
8
  "serviceAbbreviation": "AWSBudgets",
9
9
  "serviceFullName": "AWS Budgets",
10
+ "serviceId": "Budgets",
10
11
  "signatureVersion": "v4",
11
12
  "targetPrefix": "AWSBudgetServiceGateway",
12
13
  "uid": "budgets-2016-10-20"