aws-sdk 2.1409.0 → 2.1411.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 +9 -1
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +58 -45
- package/apis/kms-2014-11-01.min.json +57 -15
- package/apis/mgn-2020-02-26.min.json +274 -130
- package/apis/mgn-2020-02-26.paginators.json +6 -0
- package/apis/sagemaker-2017-07-24.min.json +566 -561
- package/clients/batch.d.ts +23 -11
- package/clients/comprehendmedical.d.ts +46 -46
- package/clients/connect.d.ts +11 -11
- package/clients/kms.d.ts +58 -2
- package/clients/mgn.d.ts +275 -7
- package/clients/sagemaker.d.ts +18 -11
- package/clients/securityhub.d.ts +19 -19
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +60 -18
- package/dist/aws-sdk.min.js +43 -43
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1411.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1411.0
|
6
|
+
* feature: KMS: Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call.
|
7
|
+
* feature: Mgn: This release introduces the Global view feature and new Replication state APIs.
|
8
|
+
|
9
|
+
## 2.1410.0
|
10
|
+
* 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.
|
11
|
+
* feature: SageMaker: SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.
|
12
|
+
|
5
13
|
## 2.1409.0
|
6
14
|
* feature: Amp: AWS SDK service model generation tool version upgrade.
|
7
15
|
* 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.1411.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": {
|
@@ -109,7 +109,10 @@
|
|
109
109
|
"GrantTokens": {
|
110
110
|
"shape": "Sv"
|
111
111
|
},
|
112
|
-
"Name": {}
|
112
|
+
"Name": {},
|
113
|
+
"DryRun": {
|
114
|
+
"type": "boolean"
|
115
|
+
}
|
113
116
|
}
|
114
117
|
},
|
115
118
|
"output": {
|
@@ -128,7 +131,7 @@
|
|
128
131
|
"Description": {},
|
129
132
|
"KeyUsage": {},
|
130
133
|
"CustomerMasterKeySpec": {
|
131
|
-
"shape": "
|
134
|
+
"shape": "S15",
|
132
135
|
"deprecated": true,
|
133
136
|
"deprecatedMessage": "This parameter has been deprecated. Instead, use the KeySpec parameter."
|
134
137
|
},
|
@@ -139,7 +142,7 @@
|
|
139
142
|
"type": "boolean"
|
140
143
|
},
|
141
144
|
"Tags": {
|
142
|
-
"shape": "
|
145
|
+
"shape": "S19"
|
143
146
|
},
|
144
147
|
"MultiRegion": {
|
145
148
|
"type": "boolean"
|
@@ -176,6 +179,9 @@
|
|
176
179
|
"EncryptionAlgorithm": {},
|
177
180
|
"Recipient": {
|
178
181
|
"shape": "S21"
|
182
|
+
},
|
183
|
+
"DryRun": {
|
184
|
+
"type": "boolean"
|
179
185
|
}
|
180
186
|
}
|
181
187
|
},
|
@@ -381,7 +387,10 @@
|
|
381
387
|
"GrantTokens": {
|
382
388
|
"shape": "Sv"
|
383
389
|
},
|
384
|
-
"EncryptionAlgorithm": {}
|
390
|
+
"EncryptionAlgorithm": {},
|
391
|
+
"DryRun": {
|
392
|
+
"type": "boolean"
|
393
|
+
}
|
385
394
|
}
|
386
395
|
},
|
387
396
|
"output": {
|
@@ -415,6 +424,9 @@
|
|
415
424
|
},
|
416
425
|
"Recipient": {
|
417
426
|
"shape": "S21"
|
427
|
+
},
|
428
|
+
"DryRun": {
|
429
|
+
"type": "boolean"
|
418
430
|
}
|
419
431
|
}
|
420
432
|
},
|
@@ -452,6 +464,9 @@
|
|
452
464
|
},
|
453
465
|
"Recipient": {
|
454
466
|
"shape": "S21"
|
467
|
+
},
|
468
|
+
"DryRun": {
|
469
|
+
"type": "boolean"
|
455
470
|
}
|
456
471
|
}
|
457
472
|
},
|
@@ -490,6 +505,9 @@
|
|
490
505
|
"KeyPairSpec": {},
|
491
506
|
"GrantTokens": {
|
492
507
|
"shape": "Sv"
|
508
|
+
},
|
509
|
+
"DryRun": {
|
510
|
+
"type": "boolean"
|
493
511
|
}
|
494
512
|
}
|
495
513
|
},
|
@@ -524,6 +542,9 @@
|
|
524
542
|
},
|
525
543
|
"GrantTokens": {
|
526
544
|
"shape": "Sv"
|
545
|
+
},
|
546
|
+
"DryRun": {
|
547
|
+
"type": "boolean"
|
527
548
|
}
|
528
549
|
}
|
529
550
|
},
|
@@ -553,6 +574,9 @@
|
|
553
574
|
"MacAlgorithm": {},
|
554
575
|
"GrantTokens": {
|
555
576
|
"shape": "Sv"
|
577
|
+
},
|
578
|
+
"DryRun": {
|
579
|
+
"type": "boolean"
|
556
580
|
}
|
557
581
|
}
|
558
582
|
},
|
@@ -681,7 +705,7 @@
|
|
681
705
|
"type": "blob"
|
682
706
|
},
|
683
707
|
"CustomerMasterKeySpec": {
|
684
|
-
"shape": "
|
708
|
+
"shape": "S15",
|
685
709
|
"deprecated": true,
|
686
710
|
"deprecatedMessage": "This field has been deprecated. Instead, use the KeySpec field."
|
687
711
|
},
|
@@ -857,7 +881,7 @@
|
|
857
881
|
"type": "structure",
|
858
882
|
"members": {
|
859
883
|
"Tags": {
|
860
|
-
"shape": "
|
884
|
+
"shape": "S19"
|
861
885
|
},
|
862
886
|
"NextMarker": {},
|
863
887
|
"Truncated": {
|
@@ -925,6 +949,9 @@
|
|
925
949
|
"DestinationEncryptionAlgorithm": {},
|
926
950
|
"GrantTokens": {
|
927
951
|
"shape": "Sv"
|
952
|
+
},
|
953
|
+
"DryRun": {
|
954
|
+
"type": "boolean"
|
928
955
|
}
|
929
956
|
}
|
930
957
|
},
|
@@ -957,7 +984,7 @@
|
|
957
984
|
},
|
958
985
|
"Description": {},
|
959
986
|
"Tags": {
|
960
|
-
"shape": "
|
987
|
+
"shape": "S19"
|
961
988
|
}
|
962
989
|
}
|
963
990
|
},
|
@@ -969,7 +996,7 @@
|
|
969
996
|
},
|
970
997
|
"ReplicaPolicy": {},
|
971
998
|
"ReplicaTags": {
|
972
|
-
"shape": "
|
999
|
+
"shape": "S19"
|
973
1000
|
}
|
974
1001
|
}
|
975
1002
|
}
|
@@ -980,7 +1007,10 @@
|
|
980
1007
|
"members": {
|
981
1008
|
"GrantToken": {},
|
982
1009
|
"KeyId": {},
|
983
|
-
"GrantId": {}
|
1010
|
+
"GrantId": {},
|
1011
|
+
"DryRun": {
|
1012
|
+
"type": "boolean"
|
1013
|
+
}
|
984
1014
|
}
|
985
1015
|
}
|
986
1016
|
},
|
@@ -993,7 +1023,10 @@
|
|
993
1023
|
],
|
994
1024
|
"members": {
|
995
1025
|
"KeyId": {},
|
996
|
-
"GrantId": {}
|
1026
|
+
"GrantId": {},
|
1027
|
+
"DryRun": {
|
1028
|
+
"type": "boolean"
|
1029
|
+
}
|
997
1030
|
}
|
998
1031
|
}
|
999
1032
|
},
|
@@ -1041,7 +1074,10 @@
|
|
1041
1074
|
"GrantTokens": {
|
1042
1075
|
"shape": "Sv"
|
1043
1076
|
},
|
1044
|
-
"SigningAlgorithm": {}
|
1077
|
+
"SigningAlgorithm": {},
|
1078
|
+
"DryRun": {
|
1079
|
+
"type": "boolean"
|
1080
|
+
}
|
1045
1081
|
}
|
1046
1082
|
},
|
1047
1083
|
"output": {
|
@@ -1065,7 +1101,7 @@
|
|
1065
1101
|
"members": {
|
1066
1102
|
"KeyId": {},
|
1067
1103
|
"Tags": {
|
1068
|
-
"shape": "
|
1104
|
+
"shape": "S19"
|
1069
1105
|
}
|
1070
1106
|
}
|
1071
1107
|
}
|
@@ -1173,6 +1209,9 @@
|
|
1173
1209
|
"SigningAlgorithm": {},
|
1174
1210
|
"GrantTokens": {
|
1175
1211
|
"shape": "Sv"
|
1212
|
+
},
|
1213
|
+
"DryRun": {
|
1214
|
+
"type": "boolean"
|
1176
1215
|
}
|
1177
1216
|
}
|
1178
1217
|
},
|
@@ -1207,6 +1246,9 @@
|
|
1207
1246
|
},
|
1208
1247
|
"GrantTokens": {
|
1209
1248
|
"shape": "Sv"
|
1249
|
+
},
|
1250
|
+
"DryRun": {
|
1251
|
+
"type": "boolean"
|
1210
1252
|
}
|
1211
1253
|
}
|
1212
1254
|
},
|
@@ -1271,12 +1313,12 @@
|
|
1271
1313
|
"type": "list",
|
1272
1314
|
"member": {}
|
1273
1315
|
},
|
1274
|
-
"
|
1316
|
+
"S15": {
|
1275
1317
|
"type": "string",
|
1276
1318
|
"deprecated": true,
|
1277
1319
|
"deprecatedMessage": "This enum has been deprecated. Instead, use the KeySpec enum."
|
1278
1320
|
},
|
1279
|
-
"
|
1321
|
+
"S19": {
|
1280
1322
|
"type": "list",
|
1281
1323
|
"member": {
|
1282
1324
|
"type": "structure",
|
@@ -1320,7 +1362,7 @@
|
|
1320
1362
|
"ExpirationModel": {},
|
1321
1363
|
"KeyManager": {},
|
1322
1364
|
"CustomerMasterKeySpec": {
|
1323
|
-
"shape": "
|
1365
|
+
"shape": "S15",
|
1324
1366
|
"deprecated": true,
|
1325
1367
|
"deprecatedMessage": "This field has been deprecated. Instead, use the KeySpec field."
|
1326
1368
|
},
|