aws-sdk 2.583.0 → 2.587.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 +26 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +632 -201
- package/apis/ebs-2019-11-02.examples.json +5 -0
- package/apis/ebs-2019-11-02.min.json +195 -0
- package/apis/ebs-2019-11-02.paginators.json +14 -0
- package/apis/kafka-2018-11-14.min.json +170 -34
- package/apis/kendra-2019-02-03.min.json +2 -1
- package/apis/kinesis-video-signaling-2019-12-04.examples.json +5 -0
- package/apis/kinesis-video-signaling-2019-12-04.min.json +79 -0
- package/apis/kinesis-video-signaling-2019-12-04.paginators.json +4 -0
- package/apis/kinesisvideo-2017-09-30.min.json +281 -8
- package/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
- package/apis/lambda-2015-03-31.min.json +217 -25
- package/apis/lambda-2015-03-31.paginators.json +6 -0
- package/apis/metadata.json +8 -0
- package/apis/rds-2014-10-31.min.json +495 -101
- package/apis/rds-2014-10-31.paginators.json +18 -0
- package/apis/rekognition-2016-06-27.min.json +409 -85
- package/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/apis/rekognition-2016-06-27.waiters2.json +45 -0
- package/apis/sagemaker-2017-07-24.min.json +3471 -472
- package/apis/sagemaker-2017-07-24.paginators.json +128 -16
- package/apis/sagemaker-2017-07-24.waiters2.json +30 -0
- package/apis/ssm-2014-11-06.min.json +94 -71
- package/apis/states-2016-11-23.min.json +92 -55
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/apigatewayv2.d.ts +856 -1161
- package/clients/applicationautoscaling.d.ts +32 -32
- package/clients/browser_default.d.ts +1 -0
- package/clients/browser_default.js +2 -1
- package/clients/ebs.d.ts +211 -0
- package/clients/ebs.js +18 -0
- package/clients/kafka.d.ts +152 -0
- package/clients/kendra.d.ts +7 -3
- package/clients/kinesisvideo.d.ts +312 -1
- package/clients/kinesisvideosignalingchannels.d.ts +121 -0
- package/clients/kinesisvideosignalingchannels.js +18 -0
- package/clients/kms.d.ts +6 -6
- package/clients/lambda.d.ts +199 -2
- package/clients/quicksight.d.ts +223 -223
- package/clients/rds.d.ts +549 -0
- package/clients/rekognition.d.ts +423 -8
- package/clients/rekognition.js +1 -0
- package/clients/sagemaker.d.ts +4588 -610
- package/clients/ssm.d.ts +42 -6
- package/clients/stepfunctions.d.ts +54 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1182 -1102
- package/dist/aws-sdk.js +2265 -859
- package/dist/aws-sdk.min.js +35 -35
- package/lib/config.d.ts +12 -0
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/services/s3.js +5 -4
- package/lib/services/sts.js +2 -4
- package/package.json +1 -1
- package/scripts/region-checker/whitelist.js +5 -5
|
@@ -368,6 +368,30 @@
|
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
370
|
},
|
|
371
|
+
"DeleteProvisionedConcurrencyConfig": {
|
|
372
|
+
"http": {
|
|
373
|
+
"method": "DELETE",
|
|
374
|
+
"requestUri": "/2019-09-30/functions/{FunctionName}/provisioned-concurrency",
|
|
375
|
+
"responseCode": 204
|
|
376
|
+
},
|
|
377
|
+
"input": {
|
|
378
|
+
"type": "structure",
|
|
379
|
+
"required": [
|
|
380
|
+
"FunctionName",
|
|
381
|
+
"Qualifier"
|
|
382
|
+
],
|
|
383
|
+
"members": {
|
|
384
|
+
"FunctionName": {
|
|
385
|
+
"location": "uri",
|
|
386
|
+
"locationName": "FunctionName"
|
|
387
|
+
},
|
|
388
|
+
"Qualifier": {
|
|
389
|
+
"location": "querystring",
|
|
390
|
+
"locationName": "Qualifier"
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
},
|
|
371
395
|
"GetAccountSettings": {
|
|
372
396
|
"http": {
|
|
373
397
|
"method": "GET",
|
|
@@ -503,7 +527,34 @@
|
|
|
503
527
|
"shape": "S1y"
|
|
504
528
|
},
|
|
505
529
|
"Concurrency": {
|
|
506
|
-
"shape": "
|
|
530
|
+
"shape": "S34"
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"GetFunctionConcurrency": {
|
|
536
|
+
"http": {
|
|
537
|
+
"method": "GET",
|
|
538
|
+
"requestUri": "/2019-09-30/functions/{FunctionName}/concurrency",
|
|
539
|
+
"responseCode": 200
|
|
540
|
+
},
|
|
541
|
+
"input": {
|
|
542
|
+
"type": "structure",
|
|
543
|
+
"required": [
|
|
544
|
+
"FunctionName"
|
|
545
|
+
],
|
|
546
|
+
"members": {
|
|
547
|
+
"FunctionName": {
|
|
548
|
+
"location": "uri",
|
|
549
|
+
"locationName": "FunctionName"
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
"output": {
|
|
554
|
+
"type": "structure",
|
|
555
|
+
"members": {
|
|
556
|
+
"ReservedConcurrentExecutions": {
|
|
557
|
+
"type": "integer"
|
|
507
558
|
}
|
|
508
559
|
}
|
|
509
560
|
}
|
|
@@ -557,7 +608,7 @@
|
|
|
557
608
|
}
|
|
558
609
|
},
|
|
559
610
|
"output": {
|
|
560
|
-
"shape": "
|
|
611
|
+
"shape": "S3a"
|
|
561
612
|
}
|
|
562
613
|
},
|
|
563
614
|
"GetLayerVersion": {
|
|
@@ -585,7 +636,7 @@
|
|
|
585
636
|
}
|
|
586
637
|
},
|
|
587
638
|
"output": {
|
|
588
|
-
"shape": "
|
|
639
|
+
"shape": "S3e"
|
|
589
640
|
}
|
|
590
641
|
},
|
|
591
642
|
"GetLayerVersionByArn": {
|
|
@@ -607,7 +658,7 @@
|
|
|
607
658
|
}
|
|
608
659
|
},
|
|
609
660
|
"output": {
|
|
610
|
-
"shape": "
|
|
661
|
+
"shape": "S3e"
|
|
611
662
|
}
|
|
612
663
|
},
|
|
613
664
|
"GetLayerVersionPolicy": {
|
|
@@ -672,6 +723,47 @@
|
|
|
672
723
|
}
|
|
673
724
|
}
|
|
674
725
|
},
|
|
726
|
+
"GetProvisionedConcurrencyConfig": {
|
|
727
|
+
"http": {
|
|
728
|
+
"method": "GET",
|
|
729
|
+
"requestUri": "/2019-09-30/functions/{FunctionName}/provisioned-concurrency",
|
|
730
|
+
"responseCode": 200
|
|
731
|
+
},
|
|
732
|
+
"input": {
|
|
733
|
+
"type": "structure",
|
|
734
|
+
"required": [
|
|
735
|
+
"FunctionName",
|
|
736
|
+
"Qualifier"
|
|
737
|
+
],
|
|
738
|
+
"members": {
|
|
739
|
+
"FunctionName": {
|
|
740
|
+
"location": "uri",
|
|
741
|
+
"locationName": "FunctionName"
|
|
742
|
+
},
|
|
743
|
+
"Qualifier": {
|
|
744
|
+
"location": "querystring",
|
|
745
|
+
"locationName": "Qualifier"
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
"output": {
|
|
750
|
+
"type": "structure",
|
|
751
|
+
"members": {
|
|
752
|
+
"RequestedProvisionedConcurrentExecutions": {
|
|
753
|
+
"type": "integer"
|
|
754
|
+
},
|
|
755
|
+
"AvailableProvisionedConcurrentExecutions": {
|
|
756
|
+
"type": "integer"
|
|
757
|
+
},
|
|
758
|
+
"AllocatedProvisionedConcurrentExecutions": {
|
|
759
|
+
"type": "integer"
|
|
760
|
+
},
|
|
761
|
+
"Status": {},
|
|
762
|
+
"StatusReason": {},
|
|
763
|
+
"LastModified": {}
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
675
767
|
"Invoke": {
|
|
676
768
|
"http": {
|
|
677
769
|
"requestUri": "/2015-03-31/functions/{FunctionName}/invocations"
|
|
@@ -888,7 +980,7 @@
|
|
|
888
980
|
"FunctionEventInvokeConfigs": {
|
|
889
981
|
"type": "list",
|
|
890
982
|
"member": {
|
|
891
|
-
"shape": "
|
|
983
|
+
"shape": "S3a"
|
|
892
984
|
}
|
|
893
985
|
},
|
|
894
986
|
"NextMarker": {}
|
|
@@ -928,7 +1020,7 @@
|
|
|
928
1020
|
"members": {
|
|
929
1021
|
"NextMarker": {},
|
|
930
1022
|
"Functions": {
|
|
931
|
-
"shape": "
|
|
1023
|
+
"shape": "S4g"
|
|
932
1024
|
}
|
|
933
1025
|
}
|
|
934
1026
|
}
|
|
@@ -971,7 +1063,7 @@
|
|
|
971
1063
|
"LayerVersions": {
|
|
972
1064
|
"type": "list",
|
|
973
1065
|
"member": {
|
|
974
|
-
"shape": "
|
|
1066
|
+
"shape": "S4l"
|
|
975
1067
|
}
|
|
976
1068
|
}
|
|
977
1069
|
}
|
|
@@ -1013,7 +1105,7 @@
|
|
|
1013
1105
|
"LayerName": {},
|
|
1014
1106
|
"LayerArn": {},
|
|
1015
1107
|
"LatestMatchingVersion": {
|
|
1016
|
-
"shape": "
|
|
1108
|
+
"shape": "S4l"
|
|
1017
1109
|
}
|
|
1018
1110
|
}
|
|
1019
1111
|
}
|
|
@@ -1021,6 +1113,61 @@
|
|
|
1021
1113
|
}
|
|
1022
1114
|
}
|
|
1023
1115
|
},
|
|
1116
|
+
"ListProvisionedConcurrencyConfigs": {
|
|
1117
|
+
"http": {
|
|
1118
|
+
"method": "GET",
|
|
1119
|
+
"requestUri": "/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL",
|
|
1120
|
+
"responseCode": 200
|
|
1121
|
+
},
|
|
1122
|
+
"input": {
|
|
1123
|
+
"type": "structure",
|
|
1124
|
+
"required": [
|
|
1125
|
+
"FunctionName"
|
|
1126
|
+
],
|
|
1127
|
+
"members": {
|
|
1128
|
+
"FunctionName": {
|
|
1129
|
+
"location": "uri",
|
|
1130
|
+
"locationName": "FunctionName"
|
|
1131
|
+
},
|
|
1132
|
+
"Marker": {
|
|
1133
|
+
"location": "querystring",
|
|
1134
|
+
"locationName": "Marker"
|
|
1135
|
+
},
|
|
1136
|
+
"MaxItems": {
|
|
1137
|
+
"location": "querystring",
|
|
1138
|
+
"locationName": "MaxItems",
|
|
1139
|
+
"type": "integer"
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
"output": {
|
|
1144
|
+
"type": "structure",
|
|
1145
|
+
"members": {
|
|
1146
|
+
"ProvisionedConcurrencyConfigs": {
|
|
1147
|
+
"type": "list",
|
|
1148
|
+
"member": {
|
|
1149
|
+
"type": "structure",
|
|
1150
|
+
"members": {
|
|
1151
|
+
"FunctionArn": {},
|
|
1152
|
+
"RequestedProvisionedConcurrentExecutions": {
|
|
1153
|
+
"type": "integer"
|
|
1154
|
+
},
|
|
1155
|
+
"AvailableProvisionedConcurrentExecutions": {
|
|
1156
|
+
"type": "integer"
|
|
1157
|
+
},
|
|
1158
|
+
"AllocatedProvisionedConcurrentExecutions": {
|
|
1159
|
+
"type": "integer"
|
|
1160
|
+
},
|
|
1161
|
+
"Status": {},
|
|
1162
|
+
"StatusReason": {},
|
|
1163
|
+
"LastModified": {}
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
"NextMarker": {}
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1024
1171
|
"ListTags": {
|
|
1025
1172
|
"http": {
|
|
1026
1173
|
"method": "GET",
|
|
@@ -1079,7 +1226,7 @@
|
|
|
1079
1226
|
"members": {
|
|
1080
1227
|
"NextMarker": {},
|
|
1081
1228
|
"Versions": {
|
|
1082
|
-
"shape": "
|
|
1229
|
+
"shape": "S4g"
|
|
1083
1230
|
}
|
|
1084
1231
|
}
|
|
1085
1232
|
}
|
|
@@ -1113,7 +1260,7 @@
|
|
|
1113
1260
|
}
|
|
1114
1261
|
},
|
|
1115
1262
|
"CompatibleRuntimes": {
|
|
1116
|
-
"shape": "
|
|
1263
|
+
"shape": "S3h"
|
|
1117
1264
|
},
|
|
1118
1265
|
"LicenseInfo": {}
|
|
1119
1266
|
}
|
|
@@ -1122,7 +1269,7 @@
|
|
|
1122
1269
|
"type": "structure",
|
|
1123
1270
|
"members": {
|
|
1124
1271
|
"Content": {
|
|
1125
|
-
"shape": "
|
|
1272
|
+
"shape": "S3f"
|
|
1126
1273
|
},
|
|
1127
1274
|
"LayerArn": {},
|
|
1128
1275
|
"LayerVersionArn": {},
|
|
@@ -1132,7 +1279,7 @@
|
|
|
1132
1279
|
"type": "long"
|
|
1133
1280
|
},
|
|
1134
1281
|
"CompatibleRuntimes": {
|
|
1135
|
-
"shape": "
|
|
1282
|
+
"shape": "S3h"
|
|
1136
1283
|
},
|
|
1137
1284
|
"LicenseInfo": {}
|
|
1138
1285
|
}
|
|
@@ -1185,7 +1332,7 @@
|
|
|
1185
1332
|
}
|
|
1186
1333
|
},
|
|
1187
1334
|
"output": {
|
|
1188
|
-
"shape": "
|
|
1335
|
+
"shape": "S34"
|
|
1189
1336
|
}
|
|
1190
1337
|
},
|
|
1191
1338
|
"PutFunctionEventInvokeConfig": {
|
|
@@ -1220,7 +1367,52 @@
|
|
|
1220
1367
|
}
|
|
1221
1368
|
},
|
|
1222
1369
|
"output": {
|
|
1223
|
-
"shape": "
|
|
1370
|
+
"shape": "S3a"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
"PutProvisionedConcurrencyConfig": {
|
|
1374
|
+
"http": {
|
|
1375
|
+
"method": "PUT",
|
|
1376
|
+
"requestUri": "/2019-09-30/functions/{FunctionName}/provisioned-concurrency",
|
|
1377
|
+
"responseCode": 202
|
|
1378
|
+
},
|
|
1379
|
+
"input": {
|
|
1380
|
+
"type": "structure",
|
|
1381
|
+
"required": [
|
|
1382
|
+
"FunctionName",
|
|
1383
|
+
"Qualifier",
|
|
1384
|
+
"ProvisionedConcurrentExecutions"
|
|
1385
|
+
],
|
|
1386
|
+
"members": {
|
|
1387
|
+
"FunctionName": {
|
|
1388
|
+
"location": "uri",
|
|
1389
|
+
"locationName": "FunctionName"
|
|
1390
|
+
},
|
|
1391
|
+
"Qualifier": {
|
|
1392
|
+
"location": "querystring",
|
|
1393
|
+
"locationName": "Qualifier"
|
|
1394
|
+
},
|
|
1395
|
+
"ProvisionedConcurrentExecutions": {
|
|
1396
|
+
"type": "integer"
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1400
|
+
"output": {
|
|
1401
|
+
"type": "structure",
|
|
1402
|
+
"members": {
|
|
1403
|
+
"RequestedProvisionedConcurrentExecutions": {
|
|
1404
|
+
"type": "integer"
|
|
1405
|
+
},
|
|
1406
|
+
"AvailableProvisionedConcurrentExecutions": {
|
|
1407
|
+
"type": "integer"
|
|
1408
|
+
},
|
|
1409
|
+
"AllocatedProvisionedConcurrentExecutions": {
|
|
1410
|
+
"type": "integer"
|
|
1411
|
+
},
|
|
1412
|
+
"Status": {},
|
|
1413
|
+
"StatusReason": {},
|
|
1414
|
+
"LastModified": {}
|
|
1415
|
+
}
|
|
1224
1416
|
}
|
|
1225
1417
|
},
|
|
1226
1418
|
"RemoveLayerVersionPermission": {
|
|
@@ -1532,7 +1724,7 @@
|
|
|
1532
1724
|
}
|
|
1533
1725
|
},
|
|
1534
1726
|
"output": {
|
|
1535
|
-
"shape": "
|
|
1727
|
+
"shape": "S3a"
|
|
1536
1728
|
}
|
|
1537
1729
|
}
|
|
1538
1730
|
},
|
|
@@ -1761,7 +1953,7 @@
|
|
|
1761
1953
|
"LastUpdateStatusReasonCode": {}
|
|
1762
1954
|
}
|
|
1763
1955
|
},
|
|
1764
|
-
"
|
|
1956
|
+
"S34": {
|
|
1765
1957
|
"type": "structure",
|
|
1766
1958
|
"members": {
|
|
1767
1959
|
"ReservedConcurrentExecutions": {
|
|
@@ -1769,7 +1961,7 @@
|
|
|
1769
1961
|
}
|
|
1770
1962
|
}
|
|
1771
1963
|
},
|
|
1772
|
-
"
|
|
1964
|
+
"S3a": {
|
|
1773
1965
|
"type": "structure",
|
|
1774
1966
|
"members": {
|
|
1775
1967
|
"LastModified": {
|
|
@@ -1787,11 +1979,11 @@
|
|
|
1787
1979
|
}
|
|
1788
1980
|
}
|
|
1789
1981
|
},
|
|
1790
|
-
"
|
|
1982
|
+
"S3e": {
|
|
1791
1983
|
"type": "structure",
|
|
1792
1984
|
"members": {
|
|
1793
1985
|
"Content": {
|
|
1794
|
-
"shape": "
|
|
1986
|
+
"shape": "S3f"
|
|
1795
1987
|
},
|
|
1796
1988
|
"LayerArn": {},
|
|
1797
1989
|
"LayerVersionArn": {},
|
|
@@ -1801,12 +1993,12 @@
|
|
|
1801
1993
|
"type": "long"
|
|
1802
1994
|
},
|
|
1803
1995
|
"CompatibleRuntimes": {
|
|
1804
|
-
"shape": "
|
|
1996
|
+
"shape": "S3h"
|
|
1805
1997
|
},
|
|
1806
1998
|
"LicenseInfo": {}
|
|
1807
1999
|
}
|
|
1808
2000
|
},
|
|
1809
|
-
"
|
|
2001
|
+
"S3f": {
|
|
1810
2002
|
"type": "structure",
|
|
1811
2003
|
"members": {
|
|
1812
2004
|
"Location": {},
|
|
@@ -1816,17 +2008,17 @@
|
|
|
1816
2008
|
}
|
|
1817
2009
|
}
|
|
1818
2010
|
},
|
|
1819
|
-
"
|
|
2011
|
+
"S3h": {
|
|
1820
2012
|
"type": "list",
|
|
1821
2013
|
"member": {}
|
|
1822
2014
|
},
|
|
1823
|
-
"
|
|
2015
|
+
"S4g": {
|
|
1824
2016
|
"type": "list",
|
|
1825
2017
|
"member": {
|
|
1826
2018
|
"shape": "S23"
|
|
1827
2019
|
}
|
|
1828
2020
|
},
|
|
1829
|
-
"
|
|
2021
|
+
"S4l": {
|
|
1830
2022
|
"type": "structure",
|
|
1831
2023
|
"members": {
|
|
1832
2024
|
"LayerVersionArn": {},
|
|
@@ -1836,7 +2028,7 @@
|
|
|
1836
2028
|
"Description": {},
|
|
1837
2029
|
"CreatedDate": {},
|
|
1838
2030
|
"CompatibleRuntimes": {
|
|
1839
|
-
"shape": "
|
|
2031
|
+
"shape": "S3h"
|
|
1840
2032
|
},
|
|
1841
2033
|
"LicenseInfo": {}
|
|
1842
2034
|
}
|
|
@@ -36,6 +36,12 @@
|
|
|
36
36
|
"output_token": "NextMarker",
|
|
37
37
|
"result_key": "Layers"
|
|
38
38
|
},
|
|
39
|
+
"ListProvisionedConcurrencyConfigs": {
|
|
40
|
+
"input_token": "Marker",
|
|
41
|
+
"limit_key": "MaxItems",
|
|
42
|
+
"output_token": "NextMarker",
|
|
43
|
+
"result_key": "ProvisionedConcurrencyConfigs"
|
|
44
|
+
},
|
|
39
45
|
"ListVersionsByFunction": {
|
|
40
46
|
"input_token": "Marker",
|
|
41
47
|
"limit_key": "MaxItems",
|
package/apis/metadata.json
CHANGED
|
@@ -849,5 +849,13 @@
|
|
|
849
849
|
"augmentedairuntime": {
|
|
850
850
|
"prefix": "sagemaker-a2i-runtime",
|
|
851
851
|
"name": "AugmentedAIRuntime"
|
|
852
|
+
},
|
|
853
|
+
"ebs": {
|
|
854
|
+
"name": "EBS"
|
|
855
|
+
},
|
|
856
|
+
"kinesisvideosignalingchannels": {
|
|
857
|
+
"prefix": "kinesis-video-signaling",
|
|
858
|
+
"name": "KinesisVideoSignalingChannels",
|
|
859
|
+
"cors": true
|
|
852
860
|
}
|
|
853
861
|
}
|