Skip to content

Commit 11fcfc1

Browse files
author
awstools
committed
Updates SDK to v2.1036.0
1 parent 850fc8c commit 11fcfc1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+10336
-2651
lines changed

.changes/2.1036.0.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AutoScaling",
5+
"description": "Customers can now configure predictive scaling policies to proactively scale EC2 Auto Scaling groups based on any CloudWatch metrics that more accurately represent the load on the group than the four predefined metrics. They can also use math expressions to further customize the metrics."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CustomerProfiles",
10+
"description": "This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Imagebuilder",
15+
"description": "This release adds support for sharing AMIs with Organizations within an EC2 Image Builder Distribution Configuration."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IoTSiteWise",
20+
"description": "AWS IoT SiteWise now accepts data streams that aren't associated with any asset properties. You can organize data by updating data stream associations."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Lambda",
25+
"description": "Remove Lambda function url apis"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Proton",
30+
"description": "This release adds APIs for getting the outputs and provisioned stacks for Environments, Pipelines, and ServiceInstances. You can now add tags to EnvironmentAccountConnections. It also adds APIs for working with PR-based provisioning. Also, it adds APIs for syncing templates with a git repository."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "TimestreamQuery",
35+
"description": "Releasing Amazon Timestream Scheduled Queries. It makes real-time analytics more performant and cost-effective for customers by calculating and storing frequently accessed aggregates, and other computations, typically used in operational dashboards, business reports, and other analytics applications"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "TimestreamWrite",
40+
"description": "This release adds support for multi-measure records and magnetic store writes. Multi-measure records allow customers to store multiple measures in a single table row. Magnetic store writes enable customers to write late arrival data (data with timestamp in the past) directly into the magnetic store."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Translate",
45+
"description": "This release enables customers to use translation settings to mask profane words and phrases in their translation output."
46+
}
47+
]

CHANGELOG.md

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

5+
## 2.1036.0
6+
* feature: AutoScaling: Customers can now configure predictive scaling policies to proactively scale EC2 Auto Scaling groups based on any CloudWatch metrics that more accurately represent the load on the group than the four predefined metrics. They can also use math expressions to further customize the metrics.
7+
* feature: CustomerProfiles: This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status.
8+
* feature: Imagebuilder: This release adds support for sharing AMIs with Organizations within an EC2 Image Builder Distribution Configuration.
9+
* feature: IoTSiteWise: AWS IoT SiteWise now accepts data streams that aren't associated with any asset properties. You can organize data by updating data stream associations.
10+
* feature: Lambda: Remove Lambda function url apis
11+
* feature: Proton: This release adds APIs for getting the outputs and provisioned stacks for Environments, Pipelines, and ServiceInstances. You can now add tags to EnvironmentAccountConnections. It also adds APIs for working with PR-based provisioning. Also, it adds APIs for syncing templates with a git repository.
12+
* feature: TimestreamQuery: Releasing Amazon Timestream Scheduled Queries. It makes real-time analytics more performant and cost-effective for customers by calculating and storing frequently accessed aggregates, and other computations, typically used in operational dashboards, business reports, and other analytics applications
13+
* feature: TimestreamWrite: This release adds support for multi-measure records and magnetic store writes. Multi-measure records allow customers to store multiple measures in a single table row. Magnetic store writes enable customers to write late arrival data (data with timestamp in the past) directly into the magnetic store.
14+
* feature: Translate: This release enables customers to use translation settings to mask profane words and phrases in their translation output.
15+
516
## 2.1035.0
617
* feature: Backup: This release adds new opt-in settings for advanced features for DynamoDB backups
718
* feature: DynamoDB: DynamoDB PartiQL now supports ReturnConsumedCapacity, which returns capacity units consumed by PartiQL APIs if the request specified returnConsumedCapacity parameter. PartiQL APIs include ExecuteStatement, BatchExecuteStatement, and ExecuteTransaction.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1035.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1036.0.min.js"></script>
3333

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

apis/autoscaling-2011-01-01.min.json

Lines changed: 110 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@
11021102
],
11031103
"members": {
11041104
"Activities": {
1105-
"shape": "S7d"
1105+
"shape": "S7n"
11061106
},
11071107
"NextToken": {}
11081108
}
@@ -1272,7 +1272,7 @@
12721272
"type": "structure",
12731273
"members": {
12741274
"Activities": {
1275-
"shape": "S7d"
1275+
"shape": "S7n"
12761276
}
12771277
}
12781278
}
@@ -1326,7 +1326,7 @@
13261326
"members": {
13271327
"AutoScalingGroupName": {},
13281328
"Metrics": {
1329-
"shape": "S82"
1329+
"shape": "S8c"
13301330
}
13311331
}
13321332
}
@@ -1341,7 +1341,7 @@
13411341
"members": {
13421342
"AutoScalingGroupName": {},
13431343
"Metrics": {
1344-
"shape": "S82"
1344+
"shape": "S8c"
13451345
},
13461346
"Granularity": {}
13471347
}
@@ -1369,7 +1369,7 @@
13691369
"type": "structure",
13701370
"members": {
13711371
"Activities": {
1372-
"shape": "S7d"
1372+
"shape": "S7n"
13731373
}
13741374
}
13751375
}
@@ -1413,7 +1413,7 @@
14131413
"type": "structure",
14141414
"members": {
14151415
"Activities": {
1416-
"shape": "S7d"
1416+
"shape": "S7n"
14171417
}
14181418
}
14191419
}
@@ -1458,10 +1458,10 @@
14581458
],
14591459
"members": {
14601460
"Timestamps": {
1461-
"shape": "S8e"
1461+
"shape": "S8o"
14621462
},
14631463
"Values": {
1464-
"shape": "S8f"
1464+
"shape": "S8p"
14651465
},
14661466
"MetricSpecification": {
14671467
"shape": "S6y"
@@ -1477,10 +1477,10 @@
14771477
],
14781478
"members": {
14791479
"Timestamps": {
1480-
"shape": "S8e"
1480+
"shape": "S8o"
14811481
},
14821482
"Values": {
1483-
"shape": "S8f"
1483+
"shape": "S8p"
14841484
}
14851485
}
14861486
},
@@ -1664,7 +1664,7 @@
16641664
},
16651665
"ResumeProcesses": {
16661666
"input": {
1667-
"shape": "S8r"
1667+
"shape": "S91"
16681668
}
16691669
},
16701670
"SetDesiredCapacity": {
@@ -1752,7 +1752,7 @@
17521752
},
17531753
"SuspendProcesses": {
17541754
"input": {
1755-
"shape": "S8r"
1755+
"shape": "S91"
17561756
}
17571757
},
17581758
"TerminateInstanceInAutoScalingGroup": {
@@ -1774,7 +1774,7 @@
17741774
"type": "structure",
17751775
"members": {
17761776
"Activity": {
1777-
"shape": "S7e"
1777+
"shape": "S7o"
17781778
}
17791779
}
17801780
}
@@ -2321,18 +2321,7 @@
23212321
"MetricName": {},
23222322
"Namespace": {},
23232323
"Dimensions": {
2324-
"type": "list",
2325-
"member": {
2326-
"type": "structure",
2327-
"required": [
2328-
"Name",
2329-
"Value"
2330-
],
2331-
"members": {
2332-
"Name": {},
2333-
"Value": {}
2334-
}
2335-
}
2324+
"shape": "S6o"
23362325
},
23372326
"Statistic": {},
23382327
"Unit": {}
@@ -2346,6 +2335,20 @@
23462335
}
23472336
}
23482337
},
2338+
"S6o": {
2339+
"type": "list",
2340+
"member": {
2341+
"type": "structure",
2342+
"required": [
2343+
"Name",
2344+
"Value"
2345+
],
2346+
"members": {
2347+
"Name": {},
2348+
"Value": {}
2349+
}
2350+
}
2351+
},
23492352
"S6w": {
23502353
"type": "structure",
23512354
"required": [
@@ -2406,16 +2409,91 @@
24062409
"PredefinedMetricType": {},
24072410
"ResourceLabel": {}
24082411
}
2412+
},
2413+
"CustomizedScalingMetricSpecification": {
2414+
"type": "structure",
2415+
"required": [
2416+
"MetricDataQueries"
2417+
],
2418+
"members": {
2419+
"MetricDataQueries": {
2420+
"shape": "S76"
2421+
}
2422+
}
2423+
},
2424+
"CustomizedLoadMetricSpecification": {
2425+
"type": "structure",
2426+
"required": [
2427+
"MetricDataQueries"
2428+
],
2429+
"members": {
2430+
"MetricDataQueries": {
2431+
"shape": "S76"
2432+
}
2433+
}
2434+
},
2435+
"CustomizedCapacityMetricSpecification": {
2436+
"type": "structure",
2437+
"required": [
2438+
"MetricDataQueries"
2439+
],
2440+
"members": {
2441+
"MetricDataQueries": {
2442+
"shape": "S76"
2443+
}
2444+
}
2445+
}
2446+
}
2447+
},
2448+
"S76": {
2449+
"type": "list",
2450+
"member": {
2451+
"type": "structure",
2452+
"required": [
2453+
"Id"
2454+
],
2455+
"members": {
2456+
"Id": {},
2457+
"Expression": {},
2458+
"MetricStat": {
2459+
"type": "structure",
2460+
"required": [
2461+
"Metric",
2462+
"Stat"
2463+
],
2464+
"members": {
2465+
"Metric": {
2466+
"type": "structure",
2467+
"required": [
2468+
"Namespace",
2469+
"MetricName"
2470+
],
2471+
"members": {
2472+
"Namespace": {},
2473+
"MetricName": {},
2474+
"Dimensions": {
2475+
"shape": "S6o"
2476+
}
2477+
}
2478+
},
2479+
"Stat": {},
2480+
"Unit": {}
2481+
}
2482+
},
2483+
"Label": {},
2484+
"ReturnData": {
2485+
"type": "boolean"
2486+
}
24092487
}
24102488
}
24112489
},
2412-
"S7d": {
2490+
"S7n": {
24132491
"type": "list",
24142492
"member": {
2415-
"shape": "S7e"
2493+
"shape": "S7o"
24162494
}
24172495
},
2418-
"S7e": {
2496+
"S7o": {
24192497
"type": "structure",
24202498
"required": [
24212499
"ActivityId",
@@ -2445,23 +2523,23 @@
24452523
"AutoScalingGroupARN": {}
24462524
}
24472525
},
2448-
"S82": {
2526+
"S8c": {
24492527
"type": "list",
24502528
"member": {}
24512529
},
2452-
"S8e": {
2530+
"S8o": {
24532531
"type": "list",
24542532
"member": {
24552533
"type": "timestamp"
24562534
}
24572535
},
2458-
"S8f": {
2536+
"S8p": {
24592537
"type": "list",
24602538
"member": {
24612539
"type": "double"
24622540
}
24632541
},
2464-
"S8r": {
2542+
"S91": {
24652543
"type": "structure",
24662544
"required": [
24672545
"AutoScalingGroupName"

0 commit comments

Comments
 (0)