aws-sdk 2.1410.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 +5 -1
- package/README.md +1 -1
- 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/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/securityhub.d.ts +19 -19
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- 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,11 @@
|
|
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
|
+
|
5
9
|
## 2.1410.0
|
6
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.
|
7
11
|
* feature: SageMaker: SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.
|
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
|
@@ -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
|
},
|