aws-sdk 2.950.0 → 2.954.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 +25 -1
- package/README.md +1 -1
- package/apis/codebuild-2016-10-06.min.json +134 -131
- package/apis/databrew-2017-07-25.min.json +177 -61
- package/apis/ec2-2016-11-15.min.json +1298 -982
- package/apis/elasticmapreduce-2009-03-31.min.json +84 -28
- package/apis/elasticmapreduce-2009-03-31.paginators.json +5 -0
- package/apis/kendra-2019-02-03.min.json +59 -35
- package/apis/medialive-2017-10-14.min.json +221 -201
- package/apis/monitoring-2010-08-01.min.json +23 -22
- package/apis/personalize-2018-05-22.min.json +1 -2
- package/apis/qldb-2019-01-02.min.json +51 -28
- package/apis/rds-2014-10-31.min.json +3 -0
- package/apis/s3control-2018-08-20.min.json +64 -55
- package/apis/s3outposts-2017-07-25.min.json +9 -2
- package/apis/securityhub-2018-10-26.min.json +409 -207
- package/apis/synthetics-2017-10-11.min.json +40 -3
- package/apis/textract-2018-06-27.min.json +144 -46
- package/clients/cloudwatch.d.ts +19 -14
- package/clients/codebuild.d.ts +130 -126
- package/clients/databrew.d.ts +123 -8
- package/clients/ec2.d.ts +424 -109
- package/clients/elbv2.d.ts +1 -1
- package/clients/emr.d.ts +146 -56
- package/clients/iam.d.ts +4 -4
- package/clients/identitystore.d.ts +15 -15
- package/clients/imagebuilder.d.ts +1 -1
- package/clients/kendra.d.ts +39 -8
- package/clients/lambda.d.ts +14 -14
- package/clients/medialive.d.ts +16 -0
- package/clients/personalize.d.ts +15 -15
- package/clients/proton.d.ts +54 -54
- package/clients/qldb.d.ts +51 -15
- package/clients/rds.d.ts +8 -4
- package/clients/s3control.d.ts +100 -78
- package/clients/s3outposts.d.ts +44 -13
- package/clients/securityhub.d.ts +473 -143
- package/clients/synthetics.d.ts +27 -10
- package/clients/textract.d.ts +92 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +1551 -1168
- package/dist/aws-sdk.min.js +76 -76
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -49,7 +49,8 @@
|
|
|
49
49
|
"output": {
|
|
50
50
|
"type": "structure",
|
|
51
51
|
"members": {
|
|
52
|
-
"AccessPointArn": {}
|
|
52
|
+
"AccessPointArn": {},
|
|
53
|
+
"Alias": {}
|
|
53
54
|
}
|
|
54
55
|
},
|
|
55
56
|
"endpoint": {
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
"locationName": "name"
|
|
84
85
|
},
|
|
85
86
|
"Configuration": {
|
|
86
|
-
"shape": "
|
|
87
|
+
"shape": "Se"
|
|
87
88
|
}
|
|
88
89
|
}
|
|
89
90
|
},
|
|
@@ -199,16 +200,16 @@
|
|
|
199
200
|
"type": "boolean"
|
|
200
201
|
},
|
|
201
202
|
"Operation": {
|
|
202
|
-
"shape": "
|
|
203
|
+
"shape": "S19"
|
|
203
204
|
},
|
|
204
205
|
"Report": {
|
|
205
|
-
"shape": "
|
|
206
|
+
"shape": "S2e"
|
|
206
207
|
},
|
|
207
208
|
"ClientRequestToken": {
|
|
208
209
|
"idempotencyToken": true
|
|
209
210
|
},
|
|
210
211
|
"Manifest": {
|
|
211
|
-
"shape": "
|
|
212
|
+
"shape": "S2i"
|
|
212
213
|
},
|
|
213
214
|
"Description": {},
|
|
214
215
|
"Priority": {
|
|
@@ -216,7 +217,7 @@
|
|
|
216
217
|
},
|
|
217
218
|
"RoleArn": {},
|
|
218
219
|
"Tags": {
|
|
219
|
-
"shape": "
|
|
220
|
+
"shape": "S1r"
|
|
220
221
|
}
|
|
221
222
|
}
|
|
222
223
|
},
|
|
@@ -595,16 +596,16 @@
|
|
|
595
596
|
"JobArn": {},
|
|
596
597
|
"Status": {},
|
|
597
598
|
"Manifest": {
|
|
598
|
-
"shape": "
|
|
599
|
+
"shape": "S2i"
|
|
599
600
|
},
|
|
600
601
|
"Operation": {
|
|
601
|
-
"shape": "
|
|
602
|
+
"shape": "S19"
|
|
602
603
|
},
|
|
603
604
|
"Priority": {
|
|
604
605
|
"type": "integer"
|
|
605
606
|
},
|
|
606
607
|
"ProgressSummary": {
|
|
607
|
-
"shape": "
|
|
608
|
+
"shape": "S3f"
|
|
608
609
|
},
|
|
609
610
|
"StatusUpdateReason": {},
|
|
610
611
|
"FailureReasons": {
|
|
@@ -618,7 +619,7 @@
|
|
|
618
619
|
}
|
|
619
620
|
},
|
|
620
621
|
"Report": {
|
|
621
|
-
"shape": "
|
|
622
|
+
"shape": "S2e"
|
|
622
623
|
},
|
|
623
624
|
"CreationTime": {
|
|
624
625
|
"type": "timestamp"
|
|
@@ -676,6 +677,13 @@
|
|
|
676
677
|
},
|
|
677
678
|
"CreationDate": {
|
|
678
679
|
"type": "timestamp"
|
|
680
|
+
},
|
|
681
|
+
"Alias": {},
|
|
682
|
+
"AccessPointArn": {},
|
|
683
|
+
"Endpoints": {
|
|
684
|
+
"type": "map",
|
|
685
|
+
"key": {},
|
|
686
|
+
"value": {}
|
|
679
687
|
}
|
|
680
688
|
}
|
|
681
689
|
},
|
|
@@ -710,7 +718,7 @@
|
|
|
710
718
|
"type": "structure",
|
|
711
719
|
"members": {
|
|
712
720
|
"Configuration": {
|
|
713
|
-
"shape": "
|
|
721
|
+
"shape": "Se"
|
|
714
722
|
}
|
|
715
723
|
}
|
|
716
724
|
},
|
|
@@ -850,7 +858,7 @@
|
|
|
850
858
|
"type": "structure",
|
|
851
859
|
"members": {
|
|
852
860
|
"PolicyStatus": {
|
|
853
|
-
"shape": "
|
|
861
|
+
"shape": "S49"
|
|
854
862
|
}
|
|
855
863
|
}
|
|
856
864
|
},
|
|
@@ -885,7 +893,7 @@
|
|
|
885
893
|
"type": "structure",
|
|
886
894
|
"members": {
|
|
887
895
|
"PolicyStatus": {
|
|
888
|
-
"shape": "
|
|
896
|
+
"shape": "S49"
|
|
889
897
|
}
|
|
890
898
|
}
|
|
891
899
|
},
|
|
@@ -959,7 +967,7 @@
|
|
|
959
967
|
"type": "structure",
|
|
960
968
|
"members": {
|
|
961
969
|
"Rules": {
|
|
962
|
-
"shape": "
|
|
970
|
+
"shape": "S4i"
|
|
963
971
|
}
|
|
964
972
|
}
|
|
965
973
|
},
|
|
@@ -1030,7 +1038,7 @@
|
|
|
1030
1038
|
],
|
|
1031
1039
|
"members": {
|
|
1032
1040
|
"TagSet": {
|
|
1033
|
-
"shape": "
|
|
1041
|
+
"shape": "S1r"
|
|
1034
1042
|
}
|
|
1035
1043
|
}
|
|
1036
1044
|
},
|
|
@@ -1065,7 +1073,7 @@
|
|
|
1065
1073
|
"type": "structure",
|
|
1066
1074
|
"members": {
|
|
1067
1075
|
"Tags": {
|
|
1068
|
-
"shape": "
|
|
1076
|
+
"shape": "S1r"
|
|
1069
1077
|
}
|
|
1070
1078
|
}
|
|
1071
1079
|
},
|
|
@@ -1131,7 +1139,7 @@
|
|
|
1131
1139
|
"type": "structure",
|
|
1132
1140
|
"members": {
|
|
1133
1141
|
"StorageLensConfiguration": {
|
|
1134
|
-
"shape": "
|
|
1142
|
+
"shape": "S5b"
|
|
1135
1143
|
}
|
|
1136
1144
|
},
|
|
1137
1145
|
"payload": "StorageLensConfiguration"
|
|
@@ -1167,7 +1175,7 @@
|
|
|
1167
1175
|
"type": "structure",
|
|
1168
1176
|
"members": {
|
|
1169
1177
|
"Tags": {
|
|
1170
|
-
"shape": "
|
|
1178
|
+
"shape": "S64"
|
|
1171
1179
|
}
|
|
1172
1180
|
}
|
|
1173
1181
|
},
|
|
@@ -1226,7 +1234,8 @@
|
|
|
1226
1234
|
"shape": "S5"
|
|
1227
1235
|
},
|
|
1228
1236
|
"Bucket": {},
|
|
1229
|
-
"AccessPointArn": {}
|
|
1237
|
+
"AccessPointArn": {},
|
|
1238
|
+
"Alias": {}
|
|
1230
1239
|
}
|
|
1231
1240
|
}
|
|
1232
1241
|
},
|
|
@@ -1344,7 +1353,7 @@
|
|
|
1344
1353
|
"type": "timestamp"
|
|
1345
1354
|
},
|
|
1346
1355
|
"ProgressSummary": {
|
|
1347
|
-
"shape": "
|
|
1356
|
+
"shape": "S3f"
|
|
1348
1357
|
}
|
|
1349
1358
|
}
|
|
1350
1359
|
}
|
|
@@ -1499,7 +1508,7 @@
|
|
|
1499
1508
|
"locationName": "name"
|
|
1500
1509
|
},
|
|
1501
1510
|
"Configuration": {
|
|
1502
|
-
"shape": "
|
|
1511
|
+
"shape": "Se"
|
|
1503
1512
|
}
|
|
1504
1513
|
}
|
|
1505
1514
|
},
|
|
@@ -1602,7 +1611,7 @@
|
|
|
1602
1611
|
"type": "structure",
|
|
1603
1612
|
"members": {
|
|
1604
1613
|
"Rules": {
|
|
1605
|
-
"shape": "
|
|
1614
|
+
"shape": "S4i"
|
|
1606
1615
|
}
|
|
1607
1616
|
}
|
|
1608
1617
|
}
|
|
@@ -1686,7 +1695,7 @@
|
|
|
1686
1695
|
],
|
|
1687
1696
|
"members": {
|
|
1688
1697
|
"TagSet": {
|
|
1689
|
-
"shape": "
|
|
1698
|
+
"shape": "S1r"
|
|
1690
1699
|
}
|
|
1691
1700
|
}
|
|
1692
1701
|
}
|
|
@@ -1725,7 +1734,7 @@
|
|
|
1725
1734
|
"locationName": "id"
|
|
1726
1735
|
},
|
|
1727
1736
|
"Tags": {
|
|
1728
|
-
"shape": "
|
|
1737
|
+
"shape": "S1r"
|
|
1729
1738
|
}
|
|
1730
1739
|
}
|
|
1731
1740
|
},
|
|
@@ -1795,10 +1804,10 @@
|
|
|
1795
1804
|
"locationName": "x-amz-account-id"
|
|
1796
1805
|
},
|
|
1797
1806
|
"StorageLensConfiguration": {
|
|
1798
|
-
"shape": "
|
|
1807
|
+
"shape": "S5b"
|
|
1799
1808
|
},
|
|
1800
1809
|
"Tags": {
|
|
1801
|
-
"shape": "
|
|
1810
|
+
"shape": "S64"
|
|
1802
1811
|
}
|
|
1803
1812
|
}
|
|
1804
1813
|
},
|
|
@@ -1833,7 +1842,7 @@
|
|
|
1833
1842
|
"locationName": "x-amz-account-id"
|
|
1834
1843
|
},
|
|
1835
1844
|
"Tags": {
|
|
1836
|
-
"shape": "
|
|
1845
|
+
"shape": "S64"
|
|
1837
1846
|
}
|
|
1838
1847
|
}
|
|
1839
1848
|
},
|
|
@@ -1965,7 +1974,7 @@
|
|
|
1965
1974
|
}
|
|
1966
1975
|
}
|
|
1967
1976
|
},
|
|
1968
|
-
"
|
|
1977
|
+
"Se": {
|
|
1969
1978
|
"type": "structure",
|
|
1970
1979
|
"required": [
|
|
1971
1980
|
"SupportingAccessPoint",
|
|
@@ -2019,7 +2028,7 @@
|
|
|
2019
2028
|
}
|
|
2020
2029
|
}
|
|
2021
2030
|
},
|
|
2022
|
-
"
|
|
2031
|
+
"S19": {
|
|
2023
2032
|
"type": "structure",
|
|
2024
2033
|
"members": {
|
|
2025
2034
|
"LambdaInvoke": {
|
|
@@ -2034,7 +2043,7 @@
|
|
|
2034
2043
|
"TargetResource": {},
|
|
2035
2044
|
"CannedAccessControlList": {},
|
|
2036
2045
|
"AccessControlGrants": {
|
|
2037
|
-
"shape": "
|
|
2046
|
+
"shape": "S1e"
|
|
2038
2047
|
},
|
|
2039
2048
|
"MetadataDirective": {},
|
|
2040
2049
|
"ModifiedSinceConstraint": {
|
|
@@ -2067,7 +2076,7 @@
|
|
|
2067
2076
|
}
|
|
2068
2077
|
},
|
|
2069
2078
|
"NewObjectTagging": {
|
|
2070
|
-
"shape": "
|
|
2079
|
+
"shape": "S1r"
|
|
2071
2080
|
},
|
|
2072
2081
|
"RedirectLocation": {},
|
|
2073
2082
|
"RequesterPays": {
|
|
@@ -2109,7 +2118,7 @@
|
|
|
2109
2118
|
}
|
|
2110
2119
|
},
|
|
2111
2120
|
"Grants": {
|
|
2112
|
-
"shape": "
|
|
2121
|
+
"shape": "S1e"
|
|
2113
2122
|
}
|
|
2114
2123
|
}
|
|
2115
2124
|
},
|
|
@@ -2122,7 +2131,7 @@
|
|
|
2122
2131
|
"type": "structure",
|
|
2123
2132
|
"members": {
|
|
2124
2133
|
"TagSet": {
|
|
2125
|
-
"shape": "
|
|
2134
|
+
"shape": "S1r"
|
|
2126
2135
|
}
|
|
2127
2136
|
}
|
|
2128
2137
|
},
|
|
@@ -2178,7 +2187,7 @@
|
|
|
2178
2187
|
}
|
|
2179
2188
|
}
|
|
2180
2189
|
},
|
|
2181
|
-
"
|
|
2190
|
+
"S1e": {
|
|
2182
2191
|
"type": "list",
|
|
2183
2192
|
"member": {
|
|
2184
2193
|
"type": "structure",
|
|
@@ -2195,13 +2204,13 @@
|
|
|
2195
2204
|
}
|
|
2196
2205
|
}
|
|
2197
2206
|
},
|
|
2198
|
-
"
|
|
2207
|
+
"S1r": {
|
|
2199
2208
|
"type": "list",
|
|
2200
2209
|
"member": {
|
|
2201
|
-
"shape": "
|
|
2210
|
+
"shape": "S1s"
|
|
2202
2211
|
}
|
|
2203
2212
|
},
|
|
2204
|
-
"
|
|
2213
|
+
"S1s": {
|
|
2205
2214
|
"type": "structure",
|
|
2206
2215
|
"required": [
|
|
2207
2216
|
"Key",
|
|
@@ -2212,7 +2221,7 @@
|
|
|
2212
2221
|
"Value": {}
|
|
2213
2222
|
}
|
|
2214
2223
|
},
|
|
2215
|
-
"
|
|
2224
|
+
"S2e": {
|
|
2216
2225
|
"type": "structure",
|
|
2217
2226
|
"required": [
|
|
2218
2227
|
"Enabled"
|
|
@@ -2227,7 +2236,7 @@
|
|
|
2227
2236
|
"ReportScope": {}
|
|
2228
2237
|
}
|
|
2229
2238
|
},
|
|
2230
|
-
"
|
|
2239
|
+
"S2i": {
|
|
2231
2240
|
"type": "structure",
|
|
2232
2241
|
"required": [
|
|
2233
2242
|
"Spec",
|
|
@@ -2261,7 +2270,7 @@
|
|
|
2261
2270
|
}
|
|
2262
2271
|
}
|
|
2263
2272
|
},
|
|
2264
|
-
"
|
|
2273
|
+
"S3f": {
|
|
2265
2274
|
"type": "structure",
|
|
2266
2275
|
"members": {
|
|
2267
2276
|
"TotalNumberOfTasks": {
|
|
@@ -2275,7 +2284,7 @@
|
|
|
2275
2284
|
}
|
|
2276
2285
|
}
|
|
2277
2286
|
},
|
|
2278
|
-
"
|
|
2287
|
+
"S49": {
|
|
2279
2288
|
"type": "structure",
|
|
2280
2289
|
"members": {
|
|
2281
2290
|
"IsPublic": {
|
|
@@ -2284,7 +2293,7 @@
|
|
|
2284
2293
|
}
|
|
2285
2294
|
}
|
|
2286
2295
|
},
|
|
2287
|
-
"
|
|
2296
|
+
"S4i": {
|
|
2288
2297
|
"type": "list",
|
|
2289
2298
|
"member": {
|
|
2290
2299
|
"locationName": "Rule",
|
|
@@ -2313,14 +2322,14 @@
|
|
|
2313
2322
|
"members": {
|
|
2314
2323
|
"Prefix": {},
|
|
2315
2324
|
"Tag": {
|
|
2316
|
-
"shape": "
|
|
2325
|
+
"shape": "S1s"
|
|
2317
2326
|
},
|
|
2318
2327
|
"And": {
|
|
2319
2328
|
"type": "structure",
|
|
2320
2329
|
"members": {
|
|
2321
2330
|
"Prefix": {},
|
|
2322
2331
|
"Tags": {
|
|
2323
|
-
"shape": "
|
|
2332
|
+
"shape": "S1r"
|
|
2324
2333
|
}
|
|
2325
2334
|
}
|
|
2326
2335
|
}
|
|
@@ -2375,7 +2384,7 @@
|
|
|
2375
2384
|
}
|
|
2376
2385
|
}
|
|
2377
2386
|
},
|
|
2378
|
-
"
|
|
2387
|
+
"S5b": {
|
|
2379
2388
|
"type": "structure",
|
|
2380
2389
|
"required": [
|
|
2381
2390
|
"Id",
|
|
@@ -2391,13 +2400,13 @@
|
|
|
2391
2400
|
],
|
|
2392
2401
|
"members": {
|
|
2393
2402
|
"ActivityMetrics": {
|
|
2394
|
-
"shape": "
|
|
2403
|
+
"shape": "S5d"
|
|
2395
2404
|
},
|
|
2396
2405
|
"BucketLevel": {
|
|
2397
2406
|
"type": "structure",
|
|
2398
2407
|
"members": {
|
|
2399
2408
|
"ActivityMetrics": {
|
|
2400
|
-
"shape": "
|
|
2409
|
+
"shape": "S5d"
|
|
2401
2410
|
},
|
|
2402
2411
|
"PrefixLevel": {
|
|
2403
2412
|
"type": "structure",
|
|
@@ -2435,10 +2444,10 @@
|
|
|
2435
2444
|
"type": "structure",
|
|
2436
2445
|
"members": {
|
|
2437
2446
|
"Buckets": {
|
|
2438
|
-
"shape": "
|
|
2447
|
+
"shape": "S5n"
|
|
2439
2448
|
},
|
|
2440
2449
|
"Regions": {
|
|
2441
|
-
"shape": "
|
|
2450
|
+
"shape": "S5o"
|
|
2442
2451
|
}
|
|
2443
2452
|
}
|
|
2444
2453
|
},
|
|
@@ -2446,10 +2455,10 @@
|
|
|
2446
2455
|
"type": "structure",
|
|
2447
2456
|
"members": {
|
|
2448
2457
|
"Buckets": {
|
|
2449
|
-
"shape": "
|
|
2458
|
+
"shape": "S5n"
|
|
2450
2459
|
},
|
|
2451
2460
|
"Regions": {
|
|
2452
|
-
"shape": "
|
|
2461
|
+
"shape": "S5o"
|
|
2453
2462
|
}
|
|
2454
2463
|
}
|
|
2455
2464
|
},
|
|
@@ -2512,7 +2521,7 @@
|
|
|
2512
2521
|
"StorageLensArn": {}
|
|
2513
2522
|
}
|
|
2514
2523
|
},
|
|
2515
|
-
"
|
|
2524
|
+
"S5d": {
|
|
2516
2525
|
"type": "structure",
|
|
2517
2526
|
"members": {
|
|
2518
2527
|
"IsEnabled": {
|
|
@@ -2520,19 +2529,19 @@
|
|
|
2520
2529
|
}
|
|
2521
2530
|
}
|
|
2522
2531
|
},
|
|
2523
|
-
"
|
|
2532
|
+
"S5n": {
|
|
2524
2533
|
"type": "list",
|
|
2525
2534
|
"member": {
|
|
2526
2535
|
"locationName": "Arn"
|
|
2527
2536
|
}
|
|
2528
2537
|
},
|
|
2529
|
-
"
|
|
2538
|
+
"S5o": {
|
|
2530
2539
|
"type": "list",
|
|
2531
2540
|
"member": {
|
|
2532
2541
|
"locationName": "Region"
|
|
2533
2542
|
}
|
|
2534
2543
|
},
|
|
2535
|
-
"
|
|
2544
|
+
"S64": {
|
|
2536
2545
|
"type": "list",
|
|
2537
2546
|
"member": {
|
|
2538
2547
|
"locationName": "Tag",
|
|
@@ -27,7 +27,9 @@
|
|
|
27
27
|
"members": {
|
|
28
28
|
"OutpostId": {},
|
|
29
29
|
"SubnetId": {},
|
|
30
|
-
"SecurityGroupId": {}
|
|
30
|
+
"SecurityGroupId": {},
|
|
31
|
+
"AccessType": {},
|
|
32
|
+
"CustomerOwnedIpv4Pool": {}
|
|
31
33
|
}
|
|
32
34
|
},
|
|
33
35
|
"output": {
|
|
@@ -102,7 +104,12 @@
|
|
|
102
104
|
"NetworkInterfaceId": {}
|
|
103
105
|
}
|
|
104
106
|
}
|
|
105
|
-
}
|
|
107
|
+
},
|
|
108
|
+
"VpcId": {},
|
|
109
|
+
"SubnetId": {},
|
|
110
|
+
"SecurityGroupId": {},
|
|
111
|
+
"AccessType": {},
|
|
112
|
+
"CustomerOwnedIpv4Pool": {}
|
|
106
113
|
}
|
|
107
114
|
}
|
|
108
115
|
},
|