aws-sdk 2.832.0 → 2.833.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,13 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.832.0-->
2
+ <!--LATEST=2.833.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.833.0
6
+ * feature: CloudWatch: Update to SDK to support label time zones in CloudWatch GetMetricData
7
+ * feature: DataBrew: This SDK release adds support for specifying a custom delimiter for input CSV datasets and for CSV job outputs.
8
+ * feature: ManagedBlockchain: This release supports tagging on Amazon Managed Blockchain resources.
9
+ * feature: RoboMaker: This release allows Robomaker customers to specify configuration for uploading logs and artifacts generated by their simulation jobs.
10
+
5
11
  ## 2.832.0
6
12
  * feature: AccessAnalyzer: This release adds Secrets Manager secrets as a supported resource in IAM Access Analyzer to help you identify secrets that can be accessed from outside your account or AWS organization.
7
13
  * feature: CustomerProfiles: This release makes Uri a required parameter in GetIntegrationRequest and DeleteIntegrationRequest.
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.832.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.833.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
@@ -70,10 +70,10 @@
70
70
  "shape": "Sc"
71
71
  },
72
72
  "Input": {
73
- "shape": "Sk"
73
+ "shape": "Sm"
74
74
  },
75
75
  "Tags": {
76
- "shape": "Ss"
76
+ "shape": "Su"
77
77
  }
78
78
  }
79
79
  },
@@ -112,11 +112,11 @@
112
112
  "type": "integer"
113
113
  },
114
114
  "OutputLocation": {
115
- "shape": "Sl"
115
+ "shape": "Sn"
116
116
  },
117
117
  "RoleArn": {},
118
118
  "Tags": {
119
- "shape": "Ss"
119
+ "shape": "Su"
120
120
  },
121
121
  "Timeout": {
122
122
  "type": "integer"
@@ -150,11 +150,11 @@
150
150
  "Name": {},
151
151
  "RecipeName": {},
152
152
  "Sample": {
153
- "shape": "S18"
153
+ "shape": "S1a"
154
154
  },
155
155
  "RoleArn": {},
156
156
  "Tags": {
157
- "shape": "Ss"
157
+ "shape": "Su"
158
158
  }
159
159
  }
160
160
  },
@@ -182,10 +182,10 @@
182
182
  "Description": {},
183
183
  "Name": {},
184
184
  "Steps": {
185
- "shape": "S1e"
185
+ "shape": "S1g"
186
186
  },
187
187
  "Tags": {
188
- "shape": "Ss"
188
+ "shape": "Su"
189
189
  }
190
190
  }
191
191
  },
@@ -223,15 +223,15 @@
223
223
  "type": "integer"
224
224
  },
225
225
  "Outputs": {
226
- "shape": "S1s"
226
+ "shape": "S1u"
227
227
  },
228
228
  "ProjectName": {},
229
229
  "RecipeReference": {
230
- "shape": "S1z"
230
+ "shape": "S23"
231
231
  },
232
232
  "RoleArn": {},
233
233
  "Tags": {
234
- "shape": "Ss"
234
+ "shape": "Su"
235
235
  },
236
236
  "Timeout": {
237
237
  "type": "integer"
@@ -260,11 +260,11 @@
260
260
  ],
261
261
  "members": {
262
262
  "JobNames": {
263
- "shape": "S22"
263
+ "shape": "S26"
264
264
  },
265
265
  "CronExpression": {},
266
266
  "Tags": {
267
- "shape": "Ss"
267
+ "shape": "Su"
268
268
  },
269
269
  "Name": {}
270
270
  }
@@ -454,7 +454,7 @@
454
454
  "shape": "Sc"
455
455
  },
456
456
  "Input": {
457
- "shape": "Sk"
457
+ "shape": "Sm"
458
458
  },
459
459
  "LastModifiedDate": {
460
460
  "type": "timestamp"
@@ -462,7 +462,7 @@
462
462
  "LastModifiedBy": {},
463
463
  "Source": {},
464
464
  "Tags": {
465
- "shape": "Ss"
465
+ "shape": "Su"
466
466
  },
467
467
  "ResourceArn": {}
468
468
  }
@@ -512,16 +512,16 @@
512
512
  "type": "integer"
513
513
  },
514
514
  "Outputs": {
515
- "shape": "S1s"
515
+ "shape": "S1u"
516
516
  },
517
517
  "ProjectName": {},
518
518
  "RecipeReference": {
519
- "shape": "S1z"
519
+ "shape": "S23"
520
520
  },
521
521
  "ResourceArn": {},
522
522
  "RoleArn": {},
523
523
  "Tags": {
524
- "shape": "Ss"
524
+ "shape": "Su"
525
525
  },
526
526
  "Timeout": {
527
527
  "type": "integer"
@@ -565,11 +565,11 @@
565
565
  "RecipeName": {},
566
566
  "ResourceArn": {},
567
567
  "Sample": {
568
- "shape": "S18"
568
+ "shape": "S1a"
569
569
  },
570
570
  "RoleArn": {},
571
571
  "Tags": {
572
- "shape": "Ss"
572
+ "shape": "Su"
573
573
  },
574
574
  "SessionStatus": {},
575
575
  "OpenedBy": {},
@@ -622,10 +622,10 @@
622
622
  "Description": {},
623
623
  "Name": {},
624
624
  "Steps": {
625
- "shape": "S1e"
625
+ "shape": "S1g"
626
626
  },
627
627
  "Tags": {
628
- "shape": "Ss"
628
+ "shape": "Su"
629
629
  },
630
630
  "ResourceArn": {},
631
631
  "RecipeVersion": {}
@@ -660,7 +660,7 @@
660
660
  },
661
661
  "CreatedBy": {},
662
662
  "JobNames": {
663
- "shape": "S22"
663
+ "shape": "S26"
664
664
  },
665
665
  "LastModifiedBy": {},
666
666
  "LastModifiedDate": {
@@ -669,7 +669,7 @@
669
669
  "ResourceArn": {},
670
670
  "CronExpression": {},
671
671
  "Tags": {
672
- "shape": "Ss"
672
+ "shape": "Su"
673
673
  },
674
674
  "Name": {}
675
675
  }
@@ -719,7 +719,7 @@
719
719
  "shape": "Sc"
720
720
  },
721
721
  "Input": {
722
- "shape": "Sk"
722
+ "shape": "Sm"
723
723
  },
724
724
  "LastModifiedDate": {
725
725
  "type": "timestamp"
@@ -727,7 +727,7 @@
727
727
  "LastModifiedBy": {},
728
728
  "Source": {},
729
729
  "Tags": {
730
- "shape": "Ss"
730
+ "shape": "Su"
731
731
  },
732
732
  "ResourceArn": {}
733
733
  }
@@ -791,10 +791,10 @@
791
791
  "LogSubscription": {},
792
792
  "LogGroupName": {},
793
793
  "Outputs": {
794
- "shape": "S1s"
794
+ "shape": "S1u"
795
795
  },
796
796
  "RecipeReference": {
797
- "shape": "S1z"
797
+ "shape": "S23"
798
798
  },
799
799
  "StartedBy": {},
800
800
  "StartedOn": {
@@ -870,11 +870,11 @@
870
870
  "type": "integer"
871
871
  },
872
872
  "Outputs": {
873
- "shape": "S1s"
873
+ "shape": "S1u"
874
874
  },
875
875
  "ProjectName": {},
876
876
  "RecipeReference": {
877
- "shape": "S1z"
877
+ "shape": "S23"
878
878
  },
879
879
  "ResourceArn": {},
880
880
  "RoleArn": {},
@@ -882,7 +882,7 @@
882
882
  "type": "integer"
883
883
  },
884
884
  "Tags": {
885
- "shape": "Ss"
885
+ "shape": "Su"
886
886
  }
887
887
  }
888
888
  }
@@ -939,10 +939,10 @@
939
939
  "RecipeName": {},
940
940
  "ResourceArn": {},
941
941
  "Sample": {
942
- "shape": "S18"
942
+ "shape": "S1a"
943
943
  },
944
944
  "Tags": {
945
- "shape": "Ss"
945
+ "shape": "Su"
946
946
  },
947
947
  "RoleArn": {},
948
948
  "OpenedBy": {},
@@ -990,7 +990,7 @@
990
990
  "members": {
991
991
  "NextToken": {},
992
992
  "Recipes": {
993
- "shape": "S3q"
993
+ "shape": "S3u"
994
994
  }
995
995
  }
996
996
  }
@@ -1025,7 +1025,7 @@
1025
1025
  ],
1026
1026
  "members": {
1027
1027
  "Recipes": {
1028
- "shape": "S3q"
1028
+ "shape": "S3u"
1029
1029
  },
1030
1030
  "NextToken": {}
1031
1031
  }
@@ -1074,7 +1074,7 @@
1074
1074
  "type": "timestamp"
1075
1075
  },
1076
1076
  "JobNames": {
1077
- "shape": "S22"
1077
+ "shape": "S26"
1078
1078
  },
1079
1079
  "LastModifiedBy": {},
1080
1080
  "LastModifiedDate": {
@@ -1083,7 +1083,7 @@
1083
1083
  "ResourceArn": {},
1084
1084
  "CronExpression": {},
1085
1085
  "Tags": {
1086
- "shape": "Ss"
1086
+ "shape": "Su"
1087
1087
  },
1088
1088
  "Name": {}
1089
1089
  }
@@ -1114,7 +1114,7 @@
1114
1114
  "type": "structure",
1115
1115
  "members": {
1116
1116
  "Tags": {
1117
- "shape": "Ss"
1117
+ "shape": "Su"
1118
1118
  }
1119
1119
  }
1120
1120
  }
@@ -1165,7 +1165,7 @@
1165
1165
  "locationName": "name"
1166
1166
  },
1167
1167
  "RecipeStep": {
1168
- "shape": "S1f"
1168
+ "shape": "S1h"
1169
1169
  },
1170
1170
  "StepIndex": {
1171
1171
  "type": "integer"
@@ -1309,7 +1309,7 @@
1309
1309
  "locationName": "ResourceArn"
1310
1310
  },
1311
1311
  "Tags": {
1312
- "shape": "Ss"
1312
+ "shape": "Su"
1313
1313
  }
1314
1314
  }
1315
1315
  },
@@ -1367,7 +1367,7 @@
1367
1367
  "shape": "Sc"
1368
1368
  },
1369
1369
  "Input": {
1370
- "shape": "Sk"
1370
+ "shape": "Sm"
1371
1371
  }
1372
1372
  }
1373
1373
  },
@@ -1408,7 +1408,7 @@
1408
1408
  "type": "integer"
1409
1409
  },
1410
1410
  "OutputLocation": {
1411
- "shape": "Sl"
1411
+ "shape": "Sn"
1412
1412
  },
1413
1413
  "RoleArn": {},
1414
1414
  "Timeout": {
@@ -1439,7 +1439,7 @@
1439
1439
  ],
1440
1440
  "members": {
1441
1441
  "Sample": {
1442
- "shape": "S18"
1442
+ "shape": "S1a"
1443
1443
  },
1444
1444
  "RoleArn": {},
1445
1445
  "Name": {
@@ -1478,7 +1478,7 @@
1478
1478
  "locationName": "name"
1479
1479
  },
1480
1480
  "Steps": {
1481
- "shape": "S1e"
1481
+ "shape": "S1g"
1482
1482
  }
1483
1483
  }
1484
1484
  },
@@ -1519,7 +1519,7 @@
1519
1519
  "type": "integer"
1520
1520
  },
1521
1521
  "Outputs": {
1522
- "shape": "S1s"
1522
+ "shape": "S1u"
1523
1523
  },
1524
1524
  "RoleArn": {},
1525
1525
  "Timeout": {
@@ -1550,7 +1550,7 @@
1550
1550
  ],
1551
1551
  "members": {
1552
1552
  "JobNames": {
1553
- "shape": "S22"
1553
+ "shape": "S26"
1554
1554
  },
1555
1555
  "CronExpression": {},
1556
1556
  "Name": {
@@ -1596,14 +1596,20 @@
1596
1596
  }
1597
1597
  }
1598
1598
  }
1599
+ },
1600
+ "Csv": {
1601
+ "type": "structure",
1602
+ "members": {
1603
+ "Delimiter": {}
1604
+ }
1599
1605
  }
1600
1606
  }
1601
1607
  },
1602
- "Sk": {
1608
+ "Sm": {
1603
1609
  "type": "structure",
1604
1610
  "members": {
1605
1611
  "S3InputDefinition": {
1606
- "shape": "Sl"
1612
+ "shape": "Sn"
1607
1613
  },
1608
1614
  "DataCatalogInputDefinition": {
1609
1615
  "type": "structure",
@@ -1616,13 +1622,13 @@
1616
1622
  "DatabaseName": {},
1617
1623
  "TableName": {},
1618
1624
  "TempDirectory": {
1619
- "shape": "Sl"
1625
+ "shape": "Sn"
1620
1626
  }
1621
1627
  }
1622
1628
  }
1623
1629
  }
1624
1630
  },
1625
- "Sl": {
1631
+ "Sn": {
1626
1632
  "type": "structure",
1627
1633
  "required": [
1628
1634
  "Bucket"
@@ -1632,12 +1638,12 @@
1632
1638
  "Key": {}
1633
1639
  }
1634
1640
  },
1635
- "Ss": {
1641
+ "Su": {
1636
1642
  "type": "map",
1637
1643
  "key": {},
1638
1644
  "value": {}
1639
1645
  },
1640
- "S18": {
1646
+ "S1a": {
1641
1647
  "type": "structure",
1642
1648
  "required": [
1643
1649
  "Type"
@@ -1649,13 +1655,13 @@
1649
1655
  "Type": {}
1650
1656
  }
1651
1657
  },
1652
- "S1e": {
1658
+ "S1g": {
1653
1659
  "type": "list",
1654
1660
  "member": {
1655
- "shape": "S1f"
1661
+ "shape": "S1h"
1656
1662
  }
1657
1663
  },
1658
- "S1f": {
1664
+ "S1h": {
1659
1665
  "type": "structure",
1660
1666
  "required": [
1661
1667
  "Action"
@@ -1692,7 +1698,7 @@
1692
1698
  }
1693
1699
  }
1694
1700
  },
1695
- "S1s": {
1701
+ "S1u": {
1696
1702
  "type": "list",
1697
1703
  "member": {
1698
1704
  "type": "structure",
@@ -1707,15 +1713,26 @@
1707
1713
  "member": {}
1708
1714
  },
1709
1715
  "Location": {
1710
- "shape": "Sl"
1716
+ "shape": "Sn"
1711
1717
  },
1712
1718
  "Overwrite": {
1713
1719
  "type": "boolean"
1720
+ },
1721
+ "FormatOptions": {
1722
+ "type": "structure",
1723
+ "members": {
1724
+ "Csv": {
1725
+ "type": "structure",
1726
+ "members": {
1727
+ "Delimiter": {}
1728
+ }
1729
+ }
1730
+ }
1714
1731
  }
1715
1732
  }
1716
1733
  }
1717
1734
  },
1718
- "S1z": {
1735
+ "S23": {
1719
1736
  "type": "structure",
1720
1737
  "required": [
1721
1738
  "Name"
@@ -1725,11 +1742,11 @@
1725
1742
  "RecipeVersion": {}
1726
1743
  }
1727
1744
  },
1728
- "S22": {
1745
+ "S26": {
1729
1746
  "type": "list",
1730
1747
  "member": {}
1731
1748
  },
1732
- "S3q": {
1749
+ "S3u": {
1733
1750
  "type": "list",
1734
1751
  "member": {
1735
1752
  "type": "structure",
@@ -1754,10 +1771,10 @@
1754
1771
  "Name": {},
1755
1772
  "ResourceArn": {},
1756
1773
  "Steps": {
1757
- "shape": "S1e"
1774
+ "shape": "S1g"
1758
1775
  },
1759
1776
  "Tags": {
1760
- "shape": "Ss"
1777
+ "shape": "Su"
1761
1778
  },
1762
1779
  "RecipeVersion": {}
1763
1780
  }