aws-sdk 2.1409.0 → 2.1410.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 +5 -1
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +58 -45
- package/apis/sagemaker-2017-07-24.min.json +566 -561
- package/clients/batch.d.ts +23 -11
- package/clients/sagemaker.d.ts +18 -11
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1410.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1410.0
|
6
|
+
* feature: Batch: This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform.
|
7
|
+
* feature: SageMaker: SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.
|
8
|
+
|
5
9
|
## 2.1409.0
|
6
10
|
* feature: Amp: AWS SDK service model generation tool version upgrade.
|
7
11
|
* feature: ECS: Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1410.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -322,10 +322,10 @@
|
|
322
322
|
"shape": "S1p"
|
323
323
|
},
|
324
324
|
"timeout": {
|
325
|
-
"shape": "
|
325
|
+
"shape": "S2n"
|
326
326
|
},
|
327
327
|
"nodeProperties": {
|
328
|
-
"shape": "
|
328
|
+
"shape": "S2o"
|
329
329
|
},
|
330
330
|
"tags": {
|
331
331
|
"shape": "Sj"
|
@@ -334,10 +334,10 @@
|
|
334
334
|
"type": "boolean"
|
335
335
|
},
|
336
336
|
"platformCapabilities": {
|
337
|
-
"shape": "
|
337
|
+
"shape": "S2r"
|
338
338
|
},
|
339
339
|
"eksProperties": {
|
340
|
-
"shape": "
|
340
|
+
"shape": "S2t"
|
341
341
|
},
|
342
342
|
"containerOrchestrationType": {}
|
343
343
|
}
|
@@ -456,7 +456,7 @@
|
|
456
456
|
"reason": {},
|
457
457
|
"logStreamName": {},
|
458
458
|
"networkInterfaces": {
|
459
|
-
"shape": "
|
459
|
+
"shape": "S3r"
|
460
460
|
}
|
461
461
|
}
|
462
462
|
},
|
@@ -484,7 +484,7 @@
|
|
484
484
|
"type": "long"
|
485
485
|
},
|
486
486
|
"dependsOn": {
|
487
|
-
"shape": "
|
487
|
+
"shape": "S3t"
|
488
488
|
},
|
489
489
|
"jobDefinition": {},
|
490
490
|
"parameters": {
|
@@ -533,7 +533,7 @@
|
|
533
533
|
"logStreamName": {},
|
534
534
|
"instanceType": {},
|
535
535
|
"networkInterfaces": {
|
536
|
-
"shape": "
|
536
|
+
"shape": "S3r"
|
537
537
|
},
|
538
538
|
"resourceRequirements": {
|
539
539
|
"shape": "S23"
|
@@ -555,6 +555,9 @@
|
|
555
555
|
},
|
556
556
|
"ephemeralStorage": {
|
557
557
|
"shape": "S2l"
|
558
|
+
},
|
559
|
+
"runtimePlatform": {
|
560
|
+
"shape": "S2m"
|
558
561
|
}
|
559
562
|
}
|
560
563
|
},
|
@@ -570,7 +573,7 @@
|
|
570
573
|
}
|
571
574
|
},
|
572
575
|
"nodeProperties": {
|
573
|
-
"shape": "
|
576
|
+
"shape": "S2o"
|
574
577
|
},
|
575
578
|
"arrayProperties": {
|
576
579
|
"type": "structure",
|
@@ -591,7 +594,7 @@
|
|
591
594
|
}
|
592
595
|
},
|
593
596
|
"timeout": {
|
594
|
-
"shape": "
|
597
|
+
"shape": "S2n"
|
595
598
|
},
|
596
599
|
"tags": {
|
597
600
|
"shape": "Sj"
|
@@ -600,7 +603,7 @@
|
|
600
603
|
"type": "boolean"
|
601
604
|
},
|
602
605
|
"platformCapabilities": {
|
603
|
-
"shape": "
|
606
|
+
"shape": "S2r"
|
604
607
|
},
|
605
608
|
"eksProperties": {
|
606
609
|
"type": "structure",
|
@@ -628,31 +631,31 @@
|
|
628
631
|
"shape": "Sb"
|
629
632
|
},
|
630
633
|
"env": {
|
631
|
-
"shape": "
|
634
|
+
"shape": "S2x"
|
632
635
|
},
|
633
636
|
"resources": {
|
634
|
-
"shape": "
|
637
|
+
"shape": "S2z"
|
635
638
|
},
|
636
639
|
"exitCode": {
|
637
640
|
"type": "integer"
|
638
641
|
},
|
639
642
|
"reason": {},
|
640
643
|
"volumeMounts": {
|
641
|
-
"shape": "
|
644
|
+
"shape": "S33"
|
642
645
|
},
|
643
646
|
"securityContext": {
|
644
|
-
"shape": "
|
647
|
+
"shape": "S35"
|
645
648
|
}
|
646
649
|
}
|
647
650
|
}
|
648
651
|
},
|
649
652
|
"volumes": {
|
650
|
-
"shape": "
|
653
|
+
"shape": "S37"
|
651
654
|
},
|
652
655
|
"podName": {},
|
653
656
|
"nodeName": {},
|
654
657
|
"metadata": {
|
655
|
-
"shape": "
|
658
|
+
"shape": "S3c"
|
656
659
|
}
|
657
660
|
}
|
658
661
|
}
|
@@ -921,7 +924,7 @@
|
|
921
924
|
"shape": "S1p"
|
922
925
|
},
|
923
926
|
"nodeProperties": {
|
924
|
-
"shape": "
|
927
|
+
"shape": "S2o"
|
925
928
|
},
|
926
929
|
"retryStrategy": {
|
927
930
|
"shape": "S1l"
|
@@ -930,16 +933,16 @@
|
|
930
933
|
"type": "boolean"
|
931
934
|
},
|
932
935
|
"timeout": {
|
933
|
-
"shape": "
|
936
|
+
"shape": "S2n"
|
934
937
|
},
|
935
938
|
"tags": {
|
936
939
|
"shape": "Sj"
|
937
940
|
},
|
938
941
|
"platformCapabilities": {
|
939
|
-
"shape": "
|
942
|
+
"shape": "S2r"
|
940
943
|
},
|
941
944
|
"eksProperties": {
|
942
|
-
"shape": "
|
945
|
+
"shape": "S2t"
|
943
946
|
}
|
944
947
|
}
|
945
948
|
},
|
@@ -986,14 +989,14 @@
|
|
986
989
|
}
|
987
990
|
},
|
988
991
|
"dependsOn": {
|
989
|
-
"shape": "
|
992
|
+
"shape": "S3t"
|
990
993
|
},
|
991
994
|
"jobDefinition": {},
|
992
995
|
"parameters": {
|
993
996
|
"shape": "S1k"
|
994
997
|
},
|
995
998
|
"containerOverrides": {
|
996
|
-
"shape": "
|
999
|
+
"shape": "S4w"
|
997
1000
|
},
|
998
1001
|
"nodeOverrides": {
|
999
1002
|
"type": "structure",
|
@@ -1011,7 +1014,7 @@
|
|
1011
1014
|
"members": {
|
1012
1015
|
"targetNodes": {},
|
1013
1016
|
"containerOverrides": {
|
1014
|
-
"shape": "
|
1017
|
+
"shape": "S4w"
|
1015
1018
|
}
|
1016
1019
|
}
|
1017
1020
|
}
|
@@ -1025,7 +1028,7 @@
|
|
1025
1028
|
"type": "boolean"
|
1026
1029
|
},
|
1027
1030
|
"timeout": {
|
1028
|
-
"shape": "
|
1031
|
+
"shape": "S2n"
|
1029
1032
|
},
|
1030
1033
|
"tags": {
|
1031
1034
|
"shape": "Sj"
|
@@ -1049,16 +1052,16 @@
|
|
1049
1052
|
"shape": "Sb"
|
1050
1053
|
},
|
1051
1054
|
"env": {
|
1052
|
-
"shape": "
|
1055
|
+
"shape": "S2x"
|
1053
1056
|
},
|
1054
1057
|
"resources": {
|
1055
|
-
"shape": "
|
1058
|
+
"shape": "S2z"
|
1056
1059
|
}
|
1057
1060
|
}
|
1058
1061
|
}
|
1059
1062
|
},
|
1060
1063
|
"metadata": {
|
1061
|
-
"shape": "
|
1064
|
+
"shape": "S3c"
|
1062
1065
|
}
|
1063
1066
|
}
|
1064
1067
|
}
|
@@ -1515,6 +1518,9 @@
|
|
1515
1518
|
},
|
1516
1519
|
"ephemeralStorage": {
|
1517
1520
|
"shape": "S2l"
|
1521
|
+
},
|
1522
|
+
"runtimePlatform": {
|
1523
|
+
"shape": "S2m"
|
1518
1524
|
}
|
1519
1525
|
}
|
1520
1526
|
},
|
@@ -1719,6 +1725,13 @@
|
|
1719
1725
|
}
|
1720
1726
|
},
|
1721
1727
|
"S2m": {
|
1728
|
+
"type": "structure",
|
1729
|
+
"members": {
|
1730
|
+
"operatingSystemFamily": {},
|
1731
|
+
"cpuArchitecture": {}
|
1732
|
+
}
|
1733
|
+
},
|
1734
|
+
"S2n": {
|
1722
1735
|
"type": "structure",
|
1723
1736
|
"members": {
|
1724
1737
|
"attemptDurationSeconds": {
|
@@ -1726,7 +1739,7 @@
|
|
1726
1739
|
}
|
1727
1740
|
}
|
1728
1741
|
},
|
1729
|
-
"
|
1742
|
+
"S2o": {
|
1730
1743
|
"type": "structure",
|
1731
1744
|
"required": [
|
1732
1745
|
"numNodes",
|
@@ -1757,11 +1770,11 @@
|
|
1757
1770
|
}
|
1758
1771
|
}
|
1759
1772
|
},
|
1760
|
-
"
|
1773
|
+
"S2r": {
|
1761
1774
|
"type": "list",
|
1762
1775
|
"member": {}
|
1763
1776
|
},
|
1764
|
-
"
|
1777
|
+
"S2t": {
|
1765
1778
|
"type": "structure",
|
1766
1779
|
"members": {
|
1767
1780
|
"podProperties": {
|
@@ -1790,31 +1803,31 @@
|
|
1790
1803
|
"shape": "Sb"
|
1791
1804
|
},
|
1792
1805
|
"env": {
|
1793
|
-
"shape": "
|
1806
|
+
"shape": "S2x"
|
1794
1807
|
},
|
1795
1808
|
"resources": {
|
1796
|
-
"shape": "
|
1809
|
+
"shape": "S2z"
|
1797
1810
|
},
|
1798
1811
|
"volumeMounts": {
|
1799
|
-
"shape": "
|
1812
|
+
"shape": "S33"
|
1800
1813
|
},
|
1801
1814
|
"securityContext": {
|
1802
|
-
"shape": "
|
1815
|
+
"shape": "S35"
|
1803
1816
|
}
|
1804
1817
|
}
|
1805
1818
|
}
|
1806
1819
|
},
|
1807
1820
|
"volumes": {
|
1808
|
-
"shape": "
|
1821
|
+
"shape": "S37"
|
1809
1822
|
},
|
1810
1823
|
"metadata": {
|
1811
|
-
"shape": "
|
1824
|
+
"shape": "S3c"
|
1812
1825
|
}
|
1813
1826
|
}
|
1814
1827
|
}
|
1815
1828
|
}
|
1816
1829
|
},
|
1817
|
-
"
|
1830
|
+
"S2x": {
|
1818
1831
|
"type": "list",
|
1819
1832
|
"member": {
|
1820
1833
|
"type": "structure",
|
@@ -1827,7 +1840,7 @@
|
|
1827
1840
|
}
|
1828
1841
|
}
|
1829
1842
|
},
|
1830
|
-
"
|
1843
|
+
"S2z": {
|
1831
1844
|
"type": "structure",
|
1832
1845
|
"members": {
|
1833
1846
|
"limits": {
|
@@ -1842,7 +1855,7 @@
|
|
1842
1855
|
}
|
1843
1856
|
}
|
1844
1857
|
},
|
1845
|
-
"
|
1858
|
+
"S33": {
|
1846
1859
|
"type": "list",
|
1847
1860
|
"member": {
|
1848
1861
|
"type": "structure",
|
@@ -1855,7 +1868,7 @@
|
|
1855
1868
|
}
|
1856
1869
|
}
|
1857
1870
|
},
|
1858
|
-
"
|
1871
|
+
"S35": {
|
1859
1872
|
"type": "structure",
|
1860
1873
|
"members": {
|
1861
1874
|
"runAsUser": {
|
@@ -1875,7 +1888,7 @@
|
|
1875
1888
|
}
|
1876
1889
|
}
|
1877
1890
|
},
|
1878
|
-
"
|
1891
|
+
"S37": {
|
1879
1892
|
"type": "list",
|
1880
1893
|
"member": {
|
1881
1894
|
"type": "structure",
|
@@ -1912,7 +1925,7 @@
|
|
1912
1925
|
}
|
1913
1926
|
}
|
1914
1927
|
},
|
1915
|
-
"
|
1928
|
+
"S3c": {
|
1916
1929
|
"type": "structure",
|
1917
1930
|
"members": {
|
1918
1931
|
"labels": {
|
@@ -1922,7 +1935,7 @@
|
|
1922
1935
|
}
|
1923
1936
|
}
|
1924
1937
|
},
|
1925
|
-
"
|
1938
|
+
"S3r": {
|
1926
1939
|
"type": "list",
|
1927
1940
|
"member": {
|
1928
1941
|
"type": "structure",
|
@@ -1933,7 +1946,7 @@
|
|
1933
1946
|
}
|
1934
1947
|
}
|
1935
1948
|
},
|
1936
|
-
"
|
1949
|
+
"S3t": {
|
1937
1950
|
"type": "list",
|
1938
1951
|
"member": {
|
1939
1952
|
"type": "structure",
|
@@ -1943,7 +1956,7 @@
|
|
1943
1956
|
}
|
1944
1957
|
}
|
1945
1958
|
},
|
1946
|
-
"
|
1959
|
+
"S4w": {
|
1947
1960
|
"type": "structure",
|
1948
1961
|
"members": {
|
1949
1962
|
"vcpus": {
|