aws-sdk 2.1035.0 → 2.1036.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 +12 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +110 -32
- package/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/apis/imagebuilder-2019-12-02.min.json +81 -73
- package/apis/iotsitewise-2019-12-02.min.json +341 -125
- package/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/apis/lambda-2015-03-31.min.json +30 -277
- package/apis/lambda-2015-03-31.paginators.json +0 -6
- package/apis/proton-2020-07-20.min.json +752 -74
- package/apis/proton-2020-07-20.paginators.json +41 -0
- package/apis/timestream-query-2018-11-01.min.json +623 -42
- package/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/apis/timestream-write-2018-11-01.min.json +81 -13
- package/apis/translate-2017-07-01.min.json +38 -20
- package/clients/autoscaling.d.ts +90 -6
- package/clients/customerprofiles.d.ts +322 -11
- package/clients/elasticache.d.ts +20 -14
- package/clients/imagebuilder.d.ts +15 -3
- package/clients/iotsitewise.d.ts +232 -8
- package/clients/lambda.d.ts +11 -132
- package/clients/proton.d.ts +984 -152
- package/clients/timestreamquery.d.ts +661 -19
- package/clients/timestreamwrite.d.ts +135 -42
- package/clients/translate.d.ts +29 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -14
- package/dist/aws-sdk.js +181 -338
- package/dist/aws-sdk.min.js +89 -89
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1036.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
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
|
+
|
|
5
16
|
## 2.1035.0
|
|
6
17
|
* feature: Backup: This release adds new opt-in settings for advanced features for DynamoDB backups
|
|
7
18
|
* 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.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1036.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -1102,7 +1102,7 @@
|
|
|
1102
1102
|
],
|
|
1103
1103
|
"members": {
|
|
1104
1104
|
"Activities": {
|
|
1105
|
-
"shape": "
|
|
1105
|
+
"shape": "S7n"
|
|
1106
1106
|
},
|
|
1107
1107
|
"NextToken": {}
|
|
1108
1108
|
}
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
"type": "structure",
|
|
1273
1273
|
"members": {
|
|
1274
1274
|
"Activities": {
|
|
1275
|
-
"shape": "
|
|
1275
|
+
"shape": "S7n"
|
|
1276
1276
|
}
|
|
1277
1277
|
}
|
|
1278
1278
|
}
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
"members": {
|
|
1327
1327
|
"AutoScalingGroupName": {},
|
|
1328
1328
|
"Metrics": {
|
|
1329
|
-
"shape": "
|
|
1329
|
+
"shape": "S8c"
|
|
1330
1330
|
}
|
|
1331
1331
|
}
|
|
1332
1332
|
}
|
|
@@ -1341,7 +1341,7 @@
|
|
|
1341
1341
|
"members": {
|
|
1342
1342
|
"AutoScalingGroupName": {},
|
|
1343
1343
|
"Metrics": {
|
|
1344
|
-
"shape": "
|
|
1344
|
+
"shape": "S8c"
|
|
1345
1345
|
},
|
|
1346
1346
|
"Granularity": {}
|
|
1347
1347
|
}
|
|
@@ -1369,7 +1369,7 @@
|
|
|
1369
1369
|
"type": "structure",
|
|
1370
1370
|
"members": {
|
|
1371
1371
|
"Activities": {
|
|
1372
|
-
"shape": "
|
|
1372
|
+
"shape": "S7n"
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
1375
1375
|
}
|
|
@@ -1413,7 +1413,7 @@
|
|
|
1413
1413
|
"type": "structure",
|
|
1414
1414
|
"members": {
|
|
1415
1415
|
"Activities": {
|
|
1416
|
-
"shape": "
|
|
1416
|
+
"shape": "S7n"
|
|
1417
1417
|
}
|
|
1418
1418
|
}
|
|
1419
1419
|
}
|
|
@@ -1458,10 +1458,10 @@
|
|
|
1458
1458
|
],
|
|
1459
1459
|
"members": {
|
|
1460
1460
|
"Timestamps": {
|
|
1461
|
-
"shape": "
|
|
1461
|
+
"shape": "S8o"
|
|
1462
1462
|
},
|
|
1463
1463
|
"Values": {
|
|
1464
|
-
"shape": "
|
|
1464
|
+
"shape": "S8p"
|
|
1465
1465
|
},
|
|
1466
1466
|
"MetricSpecification": {
|
|
1467
1467
|
"shape": "S6y"
|
|
@@ -1477,10 +1477,10 @@
|
|
|
1477
1477
|
],
|
|
1478
1478
|
"members": {
|
|
1479
1479
|
"Timestamps": {
|
|
1480
|
-
"shape": "
|
|
1480
|
+
"shape": "S8o"
|
|
1481
1481
|
},
|
|
1482
1482
|
"Values": {
|
|
1483
|
-
"shape": "
|
|
1483
|
+
"shape": "S8p"
|
|
1484
1484
|
}
|
|
1485
1485
|
}
|
|
1486
1486
|
},
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
},
|
|
1665
1665
|
"ResumeProcesses": {
|
|
1666
1666
|
"input": {
|
|
1667
|
-
"shape": "
|
|
1667
|
+
"shape": "S91"
|
|
1668
1668
|
}
|
|
1669
1669
|
},
|
|
1670
1670
|
"SetDesiredCapacity": {
|
|
@@ -1752,7 +1752,7 @@
|
|
|
1752
1752
|
},
|
|
1753
1753
|
"SuspendProcesses": {
|
|
1754
1754
|
"input": {
|
|
1755
|
-
"shape": "
|
|
1755
|
+
"shape": "S91"
|
|
1756
1756
|
}
|
|
1757
1757
|
},
|
|
1758
1758
|
"TerminateInstanceInAutoScalingGroup": {
|
|
@@ -1774,7 +1774,7 @@
|
|
|
1774
1774
|
"type": "structure",
|
|
1775
1775
|
"members": {
|
|
1776
1776
|
"Activity": {
|
|
1777
|
-
"shape": "
|
|
1777
|
+
"shape": "S7o"
|
|
1778
1778
|
}
|
|
1779
1779
|
}
|
|
1780
1780
|
}
|
|
@@ -2321,18 +2321,7 @@
|
|
|
2321
2321
|
"MetricName": {},
|
|
2322
2322
|
"Namespace": {},
|
|
2323
2323
|
"Dimensions": {
|
|
2324
|
-
"
|
|
2325
|
-
"member": {
|
|
2326
|
-
"type": "structure",
|
|
2327
|
-
"required": [
|
|
2328
|
-
"Name",
|
|
2329
|
-
"Value"
|
|
2330
|
-
],
|
|
2331
|
-
"members": {
|
|
2332
|
-
"Name": {},
|
|
2333
|
-
"Value": {}
|
|
2334
|
-
}
|
|
2335
|
-
}
|
|
2324
|
+
"shape": "S6o"
|
|
2336
2325
|
},
|
|
2337
2326
|
"Statistic": {},
|
|
2338
2327
|
"Unit": {}
|
|
@@ -2346,6 +2335,20 @@
|
|
|
2346
2335
|
}
|
|
2347
2336
|
}
|
|
2348
2337
|
},
|
|
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
|
+
},
|
|
2349
2352
|
"S6w": {
|
|
2350
2353
|
"type": "structure",
|
|
2351
2354
|
"required": [
|
|
@@ -2406,16 +2409,91 @@
|
|
|
2406
2409
|
"PredefinedMetricType": {},
|
|
2407
2410
|
"ResourceLabel": {}
|
|
2408
2411
|
}
|
|
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
|
+
}
|
|
2409
2487
|
}
|
|
2410
2488
|
}
|
|
2411
2489
|
},
|
|
2412
|
-
"
|
|
2490
|
+
"S7n": {
|
|
2413
2491
|
"type": "list",
|
|
2414
2492
|
"member": {
|
|
2415
|
-
"shape": "
|
|
2493
|
+
"shape": "S7o"
|
|
2416
2494
|
}
|
|
2417
2495
|
},
|
|
2418
|
-
"
|
|
2496
|
+
"S7o": {
|
|
2419
2497
|
"type": "structure",
|
|
2420
2498
|
"required": [
|
|
2421
2499
|
"ActivityId",
|
|
@@ -2445,23 +2523,23 @@
|
|
|
2445
2523
|
"AutoScalingGroupARN": {}
|
|
2446
2524
|
}
|
|
2447
2525
|
},
|
|
2448
|
-
"
|
|
2526
|
+
"S8c": {
|
|
2449
2527
|
"type": "list",
|
|
2450
2528
|
"member": {}
|
|
2451
2529
|
},
|
|
2452
|
-
"
|
|
2530
|
+
"S8o": {
|
|
2453
2531
|
"type": "list",
|
|
2454
2532
|
"member": {
|
|
2455
2533
|
"type": "timestamp"
|
|
2456
2534
|
}
|
|
2457
2535
|
},
|
|
2458
|
-
"
|
|
2536
|
+
"S8p": {
|
|
2459
2537
|
"type": "list",
|
|
2460
2538
|
"member": {
|
|
2461
2539
|
"type": "double"
|
|
2462
2540
|
}
|
|
2463
2541
|
},
|
|
2464
|
-
"
|
|
2542
|
+
"S91": {
|
|
2465
2543
|
"type": "structure",
|
|
2466
2544
|
"required": [
|
|
2467
2545
|
"AutoScalingGroupName"
|