aws-sdk 2.1126.0 → 2.1129.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,24 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1126.0-->
2
+ <!--LATEST=2.1129.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1129.0
6
+ * feature: DataSync: AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred.
7
+ * feature: EC2: Amazon EC2 I4i instances are powered by 3rd generation Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage
8
+ * feature: Iot: AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control.
9
+ * feature: Kendra: AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html
10
+
11
+ ## 2.1128.0
12
+ * feature: Backup: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup
13
+ * feature: IoTSecureTunneling: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens
14
+ * feature: SSM: This release adds the TargetMaps parameter in SSM State Manager API.
15
+
16
+ ## 2.1127.0
17
+ * feature: EC2: Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter.
18
+ * feature: KinesisVideo: Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API.
19
+ * feature: KinesisVideoArchivedMedia: Add support for GetImages API for retrieving images from a video stream
20
+ * feature: SageMaker: SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image.
21
+
5
22
  ## 2.1126.0
6
23
  * feature: Organizations: This release adds the INVALID_PAYMENT_INSTRUMENT as a fail reason and an error message.
7
24
  * feature: Outposts: This release adds a new API called ListAssets to the Outposts SDK, which lists the hardware assets in an Outpost.
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.1126.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1129.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
@@ -1107,6 +1107,16 @@
1107
1107
  "ByAccountId": {
1108
1108
  "location": "querystring",
1109
1109
  "locationName": "accountId"
1110
+ },
1111
+ "ByCompleteAfter": {
1112
+ "location": "querystring",
1113
+ "locationName": "completeAfter",
1114
+ "type": "timestamp"
1115
+ },
1116
+ "ByCompleteBefore": {
1117
+ "location": "querystring",
1118
+ "locationName": "completeBefore",
1119
+ "type": "timestamp"
1110
1120
  }
1111
1121
  }
1112
1122
  },
@@ -1429,6 +1439,16 @@
1429
1439
  "ByAccountId": {
1430
1440
  "location": "querystring",
1431
1441
  "locationName": "accountId"
1442
+ },
1443
+ "ByCompleteBefore": {
1444
+ "location": "querystring",
1445
+ "locationName": "completeBefore",
1446
+ "type": "timestamp"
1447
+ },
1448
+ "ByCompleteAfter": {
1449
+ "location": "querystring",
1450
+ "locationName": "completeAfter",
1451
+ "type": "timestamp"
1432
1452
  }
1433
1453
  }
1434
1454
  },
@@ -1796,6 +1816,16 @@
1796
1816
  "ByStatus": {
1797
1817
  "location": "querystring",
1798
1818
  "locationName": "status"
1819
+ },
1820
+ "ByCompleteBefore": {
1821
+ "location": "querystring",
1822
+ "locationName": "completeBefore",
1823
+ "type": "timestamp"
1824
+ },
1825
+ "ByCompleteAfter": {
1826
+ "location": "querystring",
1827
+ "locationName": "completeAfter",
1828
+ "type": "timestamp"
1799
1829
  }
1800
1830
  }
1801
1831
  },
@@ -3,37 +3,44 @@
3
3
  "ListBackupJobs": {
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
- "limit_key": "MaxResults"
6
+ "limit_key": "MaxResults",
7
+ "result_key": "BackupJobs"
7
8
  },
8
9
  "ListBackupPlanTemplates": {
9
10
  "input_token": "NextToken",
10
11
  "output_token": "NextToken",
11
- "limit_key": "MaxResults"
12
+ "limit_key": "MaxResults",
13
+ "result_key": "BackupPlanTemplatesList"
12
14
  },
13
15
  "ListBackupPlanVersions": {
14
16
  "input_token": "NextToken",
15
17
  "output_token": "NextToken",
16
- "limit_key": "MaxResults"
18
+ "limit_key": "MaxResults",
19
+ "result_key": "BackupPlanVersionsList"
17
20
  },
18
21
  "ListBackupPlans": {
19
22
  "input_token": "NextToken",
20
23
  "output_token": "NextToken",
21
- "limit_key": "MaxResults"
24
+ "limit_key": "MaxResults",
25
+ "result_key": "BackupPlansList"
22
26
  },
23
27
  "ListBackupSelections": {
24
28
  "input_token": "NextToken",
25
29
  "output_token": "NextToken",
26
- "limit_key": "MaxResults"
30
+ "limit_key": "MaxResults",
31
+ "result_key": "BackupSelectionsList"
27
32
  },
28
33
  "ListBackupVaults": {
29
34
  "input_token": "NextToken",
30
35
  "output_token": "NextToken",
31
- "limit_key": "MaxResults"
36
+ "limit_key": "MaxResults",
37
+ "result_key": "BackupVaultList"
32
38
  },
33
39
  "ListCopyJobs": {
34
40
  "input_token": "NextToken",
35
41
  "output_token": "NextToken",
36
- "limit_key": "MaxResults"
42
+ "limit_key": "MaxResults",
43
+ "result_key": "CopyJobs"
37
44
  },
38
45
  "ListFrameworks": {
39
46
  "input_token": "NextToken",
@@ -43,17 +50,20 @@
43
50
  "ListProtectedResources": {
44
51
  "input_token": "NextToken",
45
52
  "output_token": "NextToken",
46
- "limit_key": "MaxResults"
53
+ "limit_key": "MaxResults",
54
+ "result_key": "Results"
47
55
  },
48
56
  "ListRecoveryPointsByBackupVault": {
49
57
  "input_token": "NextToken",
50
58
  "output_token": "NextToken",
51
- "limit_key": "MaxResults"
59
+ "limit_key": "MaxResults",
60
+ "result_key": "RecoveryPoints"
52
61
  },
53
62
  "ListRecoveryPointsByResource": {
54
63
  "input_token": "NextToken",
55
64
  "output_token": "NextToken",
56
- "limit_key": "MaxResults"
65
+ "limit_key": "MaxResults",
66
+ "result_key": "RecoveryPoints"
57
67
  },
58
68
  "ListReportJobs": {
59
69
  "input_token": "NextToken",
@@ -68,7 +78,8 @@
68
78
  "ListRestoreJobs": {
69
79
  "input_token": "NextToken",
70
80
  "output_token": "NextToken",
71
- "limit_key": "MaxResults"
81
+ "limit_key": "MaxResults",
82
+ "result_key": "RestoreJobs"
72
83
  },
73
84
  "ListTags": {
74
85
  "input_token": "NextToken",
@@ -360,16 +360,16 @@
360
360
  "shape": "S2e"
361
361
  },
362
362
  "Excludes": {
363
- "shape": "S2t"
363
+ "shape": "S2u"
364
364
  },
365
365
  "Schedule": {
366
- "shape": "S2x"
366
+ "shape": "S2y"
367
367
  },
368
368
  "Tags": {
369
369
  "shape": "S7"
370
370
  },
371
371
  "Includes": {
372
- "shape": "S2t"
372
+ "shape": "S2u"
373
373
  }
374
374
  }
375
375
  },
@@ -750,10 +750,10 @@
750
750
  "shape": "S2e"
751
751
  },
752
752
  "Excludes": {
753
- "shape": "S2t"
753
+ "shape": "S2u"
754
754
  },
755
755
  "Schedule": {
756
- "shape": "S2x"
756
+ "shape": "S2y"
757
757
  },
758
758
  "ErrorCode": {},
759
759
  "ErrorDetail": {},
@@ -761,7 +761,7 @@
761
761
  "type": "timestamp"
762
762
  },
763
763
  "Includes": {
764
- "shape": "S2t"
764
+ "shape": "S2u"
765
765
  }
766
766
  }
767
767
  }
@@ -785,10 +785,10 @@
785
785
  "shape": "S2e"
786
786
  },
787
787
  "Excludes": {
788
- "shape": "S2t"
788
+ "shape": "S2u"
789
789
  },
790
790
  "Includes": {
791
- "shape": "S2t"
791
+ "shape": "S2u"
792
792
  },
793
793
  "StartTime": {
794
794
  "type": "timestamp"
@@ -881,7 +881,7 @@
881
881
  "members": {
882
882
  "Name": {},
883
883
  "Values": {
884
- "shape": "S4l"
884
+ "shape": "S4m"
885
885
  },
886
886
  "Operator": {}
887
887
  }
@@ -981,7 +981,7 @@
981
981
  "members": {
982
982
  "Name": {},
983
983
  "Values": {
984
- "shape": "S4l"
984
+ "shape": "S4m"
985
985
  },
986
986
  "Operator": {}
987
987
  }
@@ -1019,10 +1019,10 @@
1019
1019
  "shape": "S2e"
1020
1020
  },
1021
1021
  "Includes": {
1022
- "shape": "S2t"
1022
+ "shape": "S2u"
1023
1023
  },
1024
1024
  "Excludes": {
1025
- "shape": "S2t"
1025
+ "shape": "S2u"
1026
1026
  }
1027
1027
  }
1028
1028
  },
@@ -1217,15 +1217,15 @@
1217
1217
  "shape": "S2e"
1218
1218
  },
1219
1219
  "Excludes": {
1220
- "shape": "S2t"
1220
+ "shape": "S2u"
1221
1221
  },
1222
1222
  "Schedule": {
1223
- "shape": "S2x"
1223
+ "shape": "S2y"
1224
1224
  },
1225
1225
  "Name": {},
1226
1226
  "CloudWatchLogGroupArn": {},
1227
1227
  "Includes": {
1228
- "shape": "S2t"
1228
+ "shape": "S2u"
1229
1229
  }
1230
1230
  }
1231
1231
  },
@@ -1394,10 +1394,11 @@
1394
1394
  "TaskQueueing": {},
1395
1395
  "LogLevel": {},
1396
1396
  "TransferMode": {},
1397
- "SecurityDescriptorCopyFlags": {}
1397
+ "SecurityDescriptorCopyFlags": {},
1398
+ "ObjectTags": {}
1398
1399
  }
1399
1400
  },
1400
- "S2t": {
1401
+ "S2u": {
1401
1402
  "type": "list",
1402
1403
  "member": {
1403
1404
  "type": "structure",
@@ -1407,7 +1408,7 @@
1407
1408
  }
1408
1409
  }
1409
1410
  },
1410
- "S2x": {
1411
+ "S2y": {
1411
1412
  "type": "structure",
1412
1413
  "required": [
1413
1414
  "ScheduleExpression"
@@ -1416,7 +1417,7 @@
1416
1417
  "ScheduleExpression": {}
1417
1418
  }
1418
1419
  },
1419
- "S4l": {
1420
+ "S4m": {
1420
1421
  "type": "list",
1421
1422
  "member": {}
1422
1423
  }
@@ -263,7 +263,8 @@
263
263
  "shape": "S1t",
264
264
  "locationName": "TagSpecification"
265
265
  },
266
- "HostRecovery": {}
266
+ "HostRecovery": {},
267
+ "OutpostArn": {}
267
268
  }
268
269
  },
269
270
  "output": {
@@ -8642,6 +8643,9 @@
8642
8643
  "MemberOfServiceLinkedResourceGroup": {
8643
8644
  "locationName": "memberOfServiceLinkedResourceGroup",
8644
8645
  "type": "boolean"
8646
+ },
8647
+ "OutpostArn": {
8648
+ "locationName": "outpostArn"
8645
8649
  }
8646
8650
  }
8647
8651
  }