aws-sdk 2.1391.0 → 2.1393.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 +19 -1
- package/README.md +1 -1
- package/apis/customer-profiles-2020-08-15.min.json +252 -52
- package/apis/customer-profiles-2020-08-15.paginators.json +6 -0
- package/apis/emr-containers-2020-10-01.min.json +31 -18
- package/apis/inspector2-2020-06-08.min.json +29 -12
- package/apis/iot-2015-05-28.min.json +714 -214
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/logs-2014-03-28.min.json +99 -16
- package/apis/models.lex.v2-2020-08-07.min.json +1496 -286
- package/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
- package/apis/quicksight-2018-04-01.min.json +625 -594
- package/apis/signer-2017-08-25.min.json +105 -16
- package/apis/sqs-2012-11-05.min.json +120 -31
- package/clients/cloudformation.d.ts +24 -24
- package/clients/cloudwatchlogs.d.ts +132 -18
- package/clients/connect.d.ts +3 -3
- package/clients/customerprofiles.d.ts +201 -0
- package/clients/directconnect.d.ts +6 -6
- package/clients/emr.d.ts +2 -2
- package/clients/emrcontainers.d.ts +16 -0
- package/clients/iam.d.ts +7 -7
- package/clients/inspector2.d.ts +20 -1
- package/clients/iot.d.ts +500 -3
- package/clients/iotdeviceadvisor.d.ts +2 -2
- package/clients/lexmodelsv2.d.ts +1516 -127
- package/clients/quicksight.d.ts +50 -14
- package/clients/signer.d.ts +90 -5
- package/clients/sqs.d.ts +151 -39
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +948 -264
- package/dist/aws-sdk.min.js +48 -48
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -141,7 +141,7 @@
|
|
141
141
|
"members": {
|
142
142
|
"name": {},
|
143
143
|
"containerProvider": {
|
144
|
-
"shape": "
|
144
|
+
"shape": "S1l"
|
145
145
|
},
|
146
146
|
"clientToken": {
|
147
147
|
"idempotencyToken": true
|
@@ -264,7 +264,7 @@
|
|
264
264
|
"type": "structure",
|
265
265
|
"members": {
|
266
266
|
"jobRun": {
|
267
|
-
"shape": "
|
267
|
+
"shape": "S21"
|
268
268
|
}
|
269
269
|
}
|
270
270
|
}
|
@@ -290,7 +290,7 @@
|
|
290
290
|
"type": "structure",
|
291
291
|
"members": {
|
292
292
|
"jobTemplate": {
|
293
|
-
"shape": "
|
293
|
+
"shape": "S2b"
|
294
294
|
}
|
295
295
|
}
|
296
296
|
}
|
@@ -321,7 +321,7 @@
|
|
321
321
|
"type": "structure",
|
322
322
|
"members": {
|
323
323
|
"endpoint": {
|
324
|
-
"shape": "
|
324
|
+
"shape": "S2f"
|
325
325
|
}
|
326
326
|
}
|
327
327
|
}
|
@@ -347,7 +347,7 @@
|
|
347
347
|
"type": "structure",
|
348
348
|
"members": {
|
349
349
|
"virtualCluster": {
|
350
|
-
"shape": "
|
350
|
+
"shape": "S2m"
|
351
351
|
}
|
352
352
|
}
|
353
353
|
}
|
@@ -456,7 +456,7 @@
|
|
456
456
|
"jobRuns": {
|
457
457
|
"type": "list",
|
458
458
|
"member": {
|
459
|
-
"shape": "
|
459
|
+
"shape": "S21"
|
460
460
|
}
|
461
461
|
},
|
462
462
|
"nextToken": {}
|
@@ -498,7 +498,7 @@
|
|
498
498
|
"templates": {
|
499
499
|
"type": "list",
|
500
500
|
"member": {
|
501
|
-
"shape": "
|
501
|
+
"shape": "S2b"
|
502
502
|
}
|
503
503
|
},
|
504
504
|
"nextToken": {}
|
@@ -559,7 +559,7 @@
|
|
559
559
|
"endpoints": {
|
560
560
|
"type": "list",
|
561
561
|
"member": {
|
562
|
-
"shape": "
|
562
|
+
"shape": "S2f"
|
563
563
|
}
|
564
564
|
},
|
565
565
|
"nextToken": {}
|
@@ -641,7 +641,7 @@
|
|
641
641
|
"virtualClusters": {
|
642
642
|
"type": "list",
|
643
643
|
"member": {
|
644
|
-
"shape": "
|
644
|
+
"shape": "S2m"
|
645
645
|
}
|
646
646
|
},
|
647
647
|
"nextToken": {}
|
@@ -685,7 +685,7 @@
|
|
685
685
|
"value": {}
|
686
686
|
},
|
687
687
|
"retryPolicyConfiguration": {
|
688
|
-
"shape": "
|
688
|
+
"shape": "S26"
|
689
689
|
}
|
690
690
|
}
|
691
691
|
},
|
@@ -912,12 +912,25 @@
|
|
912
912
|
"members": {
|
913
913
|
"logUri": {}
|
914
914
|
}
|
915
|
+
},
|
916
|
+
"containerLogRotationConfiguration": {
|
917
|
+
"type": "structure",
|
918
|
+
"required": [
|
919
|
+
"rotationSize",
|
920
|
+
"maxFilesToKeep"
|
921
|
+
],
|
922
|
+
"members": {
|
923
|
+
"rotationSize": {},
|
924
|
+
"maxFilesToKeep": {
|
925
|
+
"type": "integer"
|
926
|
+
}
|
927
|
+
}
|
915
928
|
}
|
916
929
|
}
|
917
930
|
}
|
918
931
|
}
|
919
932
|
},
|
920
|
-
"
|
933
|
+
"S1l": {
|
921
934
|
"type": "structure",
|
922
935
|
"required": [
|
923
936
|
"type",
|
@@ -940,7 +953,7 @@
|
|
940
953
|
}
|
941
954
|
}
|
942
955
|
},
|
943
|
-
"
|
956
|
+
"S21": {
|
944
957
|
"type": "structure",
|
945
958
|
"members": {
|
946
959
|
"id": {},
|
@@ -970,7 +983,7 @@
|
|
970
983
|
"shape": "Sx"
|
971
984
|
},
|
972
985
|
"retryPolicyConfiguration": {
|
973
|
-
"shape": "
|
986
|
+
"shape": "S26"
|
974
987
|
},
|
975
988
|
"retryPolicyExecution": {
|
976
989
|
"type": "structure",
|
@@ -985,7 +998,7 @@
|
|
985
998
|
}
|
986
999
|
}
|
987
1000
|
},
|
988
|
-
"
|
1001
|
+
"S26": {
|
989
1002
|
"type": "structure",
|
990
1003
|
"required": [
|
991
1004
|
"maxAttempts"
|
@@ -996,7 +1009,7 @@
|
|
996
1009
|
}
|
997
1010
|
}
|
998
1011
|
},
|
999
|
-
"
|
1012
|
+
"S2b": {
|
1000
1013
|
"type": "structure",
|
1001
1014
|
"required": [
|
1002
1015
|
"jobTemplateData"
|
@@ -1019,7 +1032,7 @@
|
|
1019
1032
|
"decryptionError": {}
|
1020
1033
|
}
|
1021
1034
|
},
|
1022
|
-
"
|
1035
|
+
"S2f": {
|
1023
1036
|
"type": "structure",
|
1024
1037
|
"members": {
|
1025
1038
|
"id": {},
|
@@ -1060,7 +1073,7 @@
|
|
1060
1073
|
}
|
1061
1074
|
}
|
1062
1075
|
},
|
1063
|
-
"
|
1076
|
+
"S2m": {
|
1064
1077
|
"type": "structure",
|
1065
1078
|
"members": {
|
1066
1079
|
"id": {},
|
@@ -1068,7 +1081,7 @@
|
|
1068
1081
|
"arn": {},
|
1069
1082
|
"state": {},
|
1070
1083
|
"containerProvider": {
|
1071
|
-
"shape": "
|
1084
|
+
"shape": "S1l"
|
1072
1085
|
},
|
1073
1086
|
"createdAt": {
|
1074
1087
|
"shape": "S13"
|
@@ -714,6 +714,9 @@
|
|
714
714
|
],
|
715
715
|
"members": {
|
716
716
|
"accountId": {},
|
717
|
+
"lastScannedAt": {
|
718
|
+
"type": "timestamp"
|
719
|
+
},
|
717
720
|
"resourceId": {},
|
718
721
|
"resourceMetadata": {
|
719
722
|
"type": "structure",
|
@@ -1114,7 +1117,7 @@
|
|
1114
1117
|
"members": {
|
1115
1118
|
"accountId": {},
|
1116
1119
|
"severityCounts": {
|
1117
|
-
"shape": "
|
1120
|
+
"shape": "S60"
|
1118
1121
|
}
|
1119
1122
|
}
|
1120
1123
|
},
|
@@ -1130,7 +1133,7 @@
|
|
1130
1133
|
},
|
1131
1134
|
"ami": {},
|
1132
1135
|
"severityCounts": {
|
1133
|
-
"shape": "
|
1136
|
+
"shape": "S60"
|
1134
1137
|
}
|
1135
1138
|
}
|
1136
1139
|
},
|
@@ -1150,7 +1153,7 @@
|
|
1150
1153
|
"repository": {},
|
1151
1154
|
"resourceId": {},
|
1152
1155
|
"severityCounts": {
|
1153
|
-
"shape": "
|
1156
|
+
"shape": "S60"
|
1154
1157
|
}
|
1155
1158
|
}
|
1156
1159
|
},
|
@@ -1171,7 +1174,7 @@
|
|
1171
1174
|
},
|
1172
1175
|
"operatingSystem": {},
|
1173
1176
|
"severityCounts": {
|
1174
|
-
"shape": "
|
1177
|
+
"shape": "S60"
|
1175
1178
|
}
|
1176
1179
|
}
|
1177
1180
|
},
|
@@ -1180,7 +1183,7 @@
|
|
1180
1183
|
"members": {
|
1181
1184
|
"accountId": {},
|
1182
1185
|
"severityCounts": {
|
1183
|
-
"shape": "
|
1186
|
+
"shape": "S60"
|
1184
1187
|
}
|
1185
1188
|
}
|
1186
1189
|
},
|
@@ -1198,7 +1201,7 @@
|
|
1198
1201
|
"repository": {},
|
1199
1202
|
"resourceId": {},
|
1200
1203
|
"severityCounts": {
|
1201
|
-
"shape": "
|
1204
|
+
"shape": "S60"
|
1202
1205
|
}
|
1203
1206
|
}
|
1204
1207
|
},
|
@@ -1219,7 +1222,7 @@
|
|
1219
1222
|
"resourceId": {},
|
1220
1223
|
"runtime": {},
|
1221
1224
|
"severityCounts": {
|
1222
|
-
"shape": "
|
1225
|
+
"shape": "S60"
|
1223
1226
|
}
|
1224
1227
|
}
|
1225
1228
|
},
|
@@ -1237,7 +1240,7 @@
|
|
1237
1240
|
"layerArn": {},
|
1238
1241
|
"resourceId": {},
|
1239
1242
|
"severityCounts": {
|
1240
|
-
"shape": "
|
1243
|
+
"shape": "S60"
|
1241
1244
|
}
|
1242
1245
|
}
|
1243
1246
|
},
|
@@ -1250,7 +1253,7 @@
|
|
1250
1253
|
"accountId": {},
|
1251
1254
|
"packageName": {},
|
1252
1255
|
"severityCounts": {
|
1253
|
-
"shape": "
|
1256
|
+
"shape": "S60"
|
1254
1257
|
}
|
1255
1258
|
}
|
1256
1259
|
},
|
@@ -1266,7 +1269,7 @@
|
|
1266
1269
|
},
|
1267
1270
|
"repository": {},
|
1268
1271
|
"severityCounts": {
|
1269
|
-
"shape": "
|
1272
|
+
"shape": "S60"
|
1270
1273
|
}
|
1271
1274
|
}
|
1272
1275
|
},
|
@@ -1278,7 +1281,7 @@
|
|
1278
1281
|
"members": {
|
1279
1282
|
"accountId": {},
|
1280
1283
|
"severityCounts": {
|
1281
|
-
"shape": "
|
1284
|
+
"shape": "S60"
|
1282
1285
|
},
|
1283
1286
|
"title": {},
|
1284
1287
|
"vulnerabilityId": {}
|
@@ -2484,6 +2487,20 @@
|
|
2484
2487
|
"lambdaFunctionTags": {
|
2485
2488
|
"shape": "S3t"
|
2486
2489
|
},
|
2490
|
+
"lastScannedAt": {
|
2491
|
+
"type": "list",
|
2492
|
+
"member": {
|
2493
|
+
"type": "structure",
|
2494
|
+
"members": {
|
2495
|
+
"endInclusive": {
|
2496
|
+
"type": "timestamp"
|
2497
|
+
},
|
2498
|
+
"startInclusive": {
|
2499
|
+
"type": "timestamp"
|
2500
|
+
}
|
2501
|
+
}
|
2502
|
+
}
|
2503
|
+
},
|
2487
2504
|
"resourceId": {
|
2488
2505
|
"shape": "S3p"
|
2489
2506
|
},
|
@@ -2530,7 +2547,7 @@
|
|
2530
2547
|
}
|
2531
2548
|
}
|
2532
2549
|
},
|
2533
|
-
"
|
2550
|
+
"S60": {
|
2534
2551
|
"type": "structure",
|
2535
2552
|
"members": {
|
2536
2553
|
"all": {
|