cdk-docker-image-deployment 0.0.174 → 0.0.176
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/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +2 -1
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +31 -7
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +758 -432
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +12 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +4 -0
- package/node_modules/aws-sdk/clients/connectcases.d.ts +22 -6
- package/node_modules/aws-sdk/clients/redshift.d.ts +9 -9
- package/node_modules/aws-sdk/clients/securityhub.d.ts +371 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +5 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
|
@@ -114,6 +114,144 @@
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
|
+
"BatchGetSecurityControls": {
|
|
118
|
+
"http": {
|
|
119
|
+
"requestUri": "/securityControls/batchGet"
|
|
120
|
+
},
|
|
121
|
+
"input": {
|
|
122
|
+
"type": "structure",
|
|
123
|
+
"required": [
|
|
124
|
+
"SecurityControlIds"
|
|
125
|
+
],
|
|
126
|
+
"members": {
|
|
127
|
+
"SecurityControlIds": {
|
|
128
|
+
"shape": "Sk"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"output": {
|
|
133
|
+
"type": "structure",
|
|
134
|
+
"required": [
|
|
135
|
+
"SecurityControls"
|
|
136
|
+
],
|
|
137
|
+
"members": {
|
|
138
|
+
"SecurityControls": {
|
|
139
|
+
"type": "list",
|
|
140
|
+
"member": {
|
|
141
|
+
"type": "structure",
|
|
142
|
+
"required": [
|
|
143
|
+
"SecurityControlId",
|
|
144
|
+
"SecurityControlArn",
|
|
145
|
+
"Title",
|
|
146
|
+
"Description",
|
|
147
|
+
"RemediationUrl",
|
|
148
|
+
"SeverityRating",
|
|
149
|
+
"SecurityControlStatus"
|
|
150
|
+
],
|
|
151
|
+
"members": {
|
|
152
|
+
"SecurityControlId": {},
|
|
153
|
+
"SecurityControlArn": {},
|
|
154
|
+
"Title": {},
|
|
155
|
+
"Description": {},
|
|
156
|
+
"RemediationUrl": {},
|
|
157
|
+
"SeverityRating": {},
|
|
158
|
+
"SecurityControlStatus": {}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"UnprocessedIds": {
|
|
163
|
+
"type": "list",
|
|
164
|
+
"member": {
|
|
165
|
+
"type": "structure",
|
|
166
|
+
"required": [
|
|
167
|
+
"SecurityControlId",
|
|
168
|
+
"ErrorCode"
|
|
169
|
+
],
|
|
170
|
+
"members": {
|
|
171
|
+
"SecurityControlId": {},
|
|
172
|
+
"ErrorCode": {},
|
|
173
|
+
"ErrorReason": {}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"BatchGetStandardsControlAssociations": {
|
|
181
|
+
"http": {
|
|
182
|
+
"requestUri": "/associations/batchGet"
|
|
183
|
+
},
|
|
184
|
+
"input": {
|
|
185
|
+
"type": "structure",
|
|
186
|
+
"required": [
|
|
187
|
+
"StandardsControlAssociationIds"
|
|
188
|
+
],
|
|
189
|
+
"members": {
|
|
190
|
+
"StandardsControlAssociationIds": {
|
|
191
|
+
"type": "list",
|
|
192
|
+
"member": {
|
|
193
|
+
"shape": "Sv"
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"output": {
|
|
199
|
+
"type": "structure",
|
|
200
|
+
"required": [
|
|
201
|
+
"StandardsControlAssociationDetails"
|
|
202
|
+
],
|
|
203
|
+
"members": {
|
|
204
|
+
"StandardsControlAssociationDetails": {
|
|
205
|
+
"type": "list",
|
|
206
|
+
"member": {
|
|
207
|
+
"type": "structure",
|
|
208
|
+
"required": [
|
|
209
|
+
"StandardsArn",
|
|
210
|
+
"SecurityControlId",
|
|
211
|
+
"SecurityControlArn",
|
|
212
|
+
"AssociationStatus"
|
|
213
|
+
],
|
|
214
|
+
"members": {
|
|
215
|
+
"StandardsArn": {},
|
|
216
|
+
"SecurityControlId": {},
|
|
217
|
+
"SecurityControlArn": {},
|
|
218
|
+
"AssociationStatus": {},
|
|
219
|
+
"RelatedRequirements": {
|
|
220
|
+
"shape": "S10"
|
|
221
|
+
},
|
|
222
|
+
"UpdatedAt": {
|
|
223
|
+
"shape": "S11"
|
|
224
|
+
},
|
|
225
|
+
"UpdatedReason": {},
|
|
226
|
+
"StandardsControlTitle": {},
|
|
227
|
+
"StandardsControlDescription": {},
|
|
228
|
+
"StandardsControlArns": {
|
|
229
|
+
"type": "list",
|
|
230
|
+
"member": {}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"UnprocessedAssociations": {
|
|
236
|
+
"type": "list",
|
|
237
|
+
"member": {
|
|
238
|
+
"type": "structure",
|
|
239
|
+
"required": [
|
|
240
|
+
"StandardsControlAssociationId",
|
|
241
|
+
"ErrorCode"
|
|
242
|
+
],
|
|
243
|
+
"members": {
|
|
244
|
+
"StandardsControlAssociationId": {
|
|
245
|
+
"shape": "Sv"
|
|
246
|
+
},
|
|
247
|
+
"ErrorCode": {},
|
|
248
|
+
"ErrorReason": {}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
},
|
|
117
255
|
"BatchImportFindings": {
|
|
118
256
|
"http": {
|
|
119
257
|
"requestUri": "/findings/import"
|
|
@@ -127,7 +265,7 @@
|
|
|
127
265
|
"Findings": {
|
|
128
266
|
"type": "list",
|
|
129
267
|
"member": {
|
|
130
|
-
"shape": "
|
|
268
|
+
"shape": "S17"
|
|
131
269
|
}
|
|
132
270
|
}
|
|
133
271
|
}
|
|
@@ -176,10 +314,10 @@
|
|
|
176
314
|
],
|
|
177
315
|
"members": {
|
|
178
316
|
"FindingIdentifiers": {
|
|
179
|
-
"shape": "
|
|
317
|
+
"shape": "Sl7"
|
|
180
318
|
},
|
|
181
319
|
"Note": {
|
|
182
|
-
"shape": "
|
|
320
|
+
"shape": "Sl9"
|
|
183
321
|
},
|
|
184
322
|
"Severity": {
|
|
185
323
|
"type": "structure",
|
|
@@ -201,10 +339,10 @@
|
|
|
201
339
|
"type": "integer"
|
|
202
340
|
},
|
|
203
341
|
"Types": {
|
|
204
|
-
"shape": "
|
|
342
|
+
"shape": "S18"
|
|
205
343
|
},
|
|
206
344
|
"UserDefinedFields": {
|
|
207
|
-
"shape": "
|
|
345
|
+
"shape": "S1f"
|
|
208
346
|
},
|
|
209
347
|
"Workflow": {
|
|
210
348
|
"type": "structure",
|
|
@@ -213,7 +351,7 @@
|
|
|
213
351
|
}
|
|
214
352
|
},
|
|
215
353
|
"RelatedFindings": {
|
|
216
|
-
"shape": "
|
|
354
|
+
"shape": "Sk6"
|
|
217
355
|
}
|
|
218
356
|
}
|
|
219
357
|
},
|
|
@@ -225,7 +363,7 @@
|
|
|
225
363
|
],
|
|
226
364
|
"members": {
|
|
227
365
|
"ProcessedFindings": {
|
|
228
|
-
"shape": "
|
|
366
|
+
"shape": "Sl7"
|
|
229
367
|
},
|
|
230
368
|
"UnprocessedFindings": {
|
|
231
369
|
"type": "list",
|
|
@@ -238,7 +376,7 @@
|
|
|
238
376
|
],
|
|
239
377
|
"members": {
|
|
240
378
|
"FindingIdentifier": {
|
|
241
|
-
"shape": "
|
|
379
|
+
"shape": "Sl8"
|
|
242
380
|
},
|
|
243
381
|
"ErrorCode": {},
|
|
244
382
|
"ErrorMessage": {}
|
|
@@ -248,6 +386,48 @@
|
|
|
248
386
|
}
|
|
249
387
|
}
|
|
250
388
|
},
|
|
389
|
+
"BatchUpdateStandardsControlAssociations": {
|
|
390
|
+
"http": {
|
|
391
|
+
"method": "PATCH",
|
|
392
|
+
"requestUri": "/associations"
|
|
393
|
+
},
|
|
394
|
+
"input": {
|
|
395
|
+
"type": "structure",
|
|
396
|
+
"required": [
|
|
397
|
+
"StandardsControlAssociationUpdates"
|
|
398
|
+
],
|
|
399
|
+
"members": {
|
|
400
|
+
"StandardsControlAssociationUpdates": {
|
|
401
|
+
"type": "list",
|
|
402
|
+
"member": {
|
|
403
|
+
"shape": "Slh"
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
"output": {
|
|
409
|
+
"type": "structure",
|
|
410
|
+
"members": {
|
|
411
|
+
"UnprocessedAssociationUpdates": {
|
|
412
|
+
"type": "list",
|
|
413
|
+
"member": {
|
|
414
|
+
"type": "structure",
|
|
415
|
+
"required": [
|
|
416
|
+
"StandardsControlAssociationUpdate",
|
|
417
|
+
"ErrorCode"
|
|
418
|
+
],
|
|
419
|
+
"members": {
|
|
420
|
+
"StandardsControlAssociationUpdate": {
|
|
421
|
+
"shape": "Slh"
|
|
422
|
+
},
|
|
423
|
+
"ErrorCode": {},
|
|
424
|
+
"ErrorReason": {}
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
},
|
|
251
431
|
"CreateActionTarget": {
|
|
252
432
|
"http": {
|
|
253
433
|
"requestUri": "/actionTargets"
|
|
@@ -287,7 +467,7 @@
|
|
|
287
467
|
"members": {
|
|
288
468
|
"RegionLinkingMode": {},
|
|
289
469
|
"Regions": {
|
|
290
|
-
"shape": "
|
|
470
|
+
"shape": "Sk"
|
|
291
471
|
}
|
|
292
472
|
}
|
|
293
473
|
},
|
|
@@ -298,7 +478,7 @@
|
|
|
298
478
|
"FindingAggregationRegion": {},
|
|
299
479
|
"RegionLinkingMode": {},
|
|
300
480
|
"Regions": {
|
|
301
|
-
"shape": "
|
|
481
|
+
"shape": "Sk"
|
|
302
482
|
}
|
|
303
483
|
}
|
|
304
484
|
}
|
|
@@ -317,7 +497,7 @@
|
|
|
317
497
|
"members": {
|
|
318
498
|
"Name": {},
|
|
319
499
|
"Filters": {
|
|
320
|
-
"shape": "
|
|
500
|
+
"shape": "Slq"
|
|
321
501
|
},
|
|
322
502
|
"GroupByAttribute": {}
|
|
323
503
|
}
|
|
@@ -361,7 +541,7 @@
|
|
|
361
541
|
"type": "structure",
|
|
362
542
|
"members": {
|
|
363
543
|
"UnprocessedAccounts": {
|
|
364
|
-
"shape": "
|
|
544
|
+
"shape": "Smf"
|
|
365
545
|
}
|
|
366
546
|
}
|
|
367
547
|
}
|
|
@@ -377,7 +557,7 @@
|
|
|
377
557
|
],
|
|
378
558
|
"members": {
|
|
379
559
|
"AccountIds": {
|
|
380
|
-
"shape": "
|
|
560
|
+
"shape": "Smi"
|
|
381
561
|
}
|
|
382
562
|
}
|
|
383
563
|
},
|
|
@@ -385,7 +565,7 @@
|
|
|
385
565
|
"type": "structure",
|
|
386
566
|
"members": {
|
|
387
567
|
"UnprocessedAccounts": {
|
|
388
|
-
"shape": "
|
|
568
|
+
"shape": "Smf"
|
|
389
569
|
}
|
|
390
570
|
}
|
|
391
571
|
}
|
|
@@ -477,7 +657,7 @@
|
|
|
477
657
|
],
|
|
478
658
|
"members": {
|
|
479
659
|
"AccountIds": {
|
|
480
|
-
"shape": "
|
|
660
|
+
"shape": "Smi"
|
|
481
661
|
}
|
|
482
662
|
}
|
|
483
663
|
},
|
|
@@ -485,7 +665,7 @@
|
|
|
485
665
|
"type": "structure",
|
|
486
666
|
"members": {
|
|
487
667
|
"UnprocessedAccounts": {
|
|
488
|
-
"shape": "
|
|
668
|
+
"shape": "Smf"
|
|
489
669
|
}
|
|
490
670
|
}
|
|
491
671
|
}
|
|
@@ -501,7 +681,7 @@
|
|
|
501
681
|
],
|
|
502
682
|
"members": {
|
|
503
683
|
"AccountIds": {
|
|
504
|
-
"shape": "
|
|
684
|
+
"shape": "Smi"
|
|
505
685
|
}
|
|
506
686
|
}
|
|
507
687
|
},
|
|
@@ -509,7 +689,7 @@
|
|
|
509
689
|
"type": "structure",
|
|
510
690
|
"members": {
|
|
511
691
|
"UnprocessedAccounts": {
|
|
512
|
-
"shape": "
|
|
692
|
+
"shape": "Smf"
|
|
513
693
|
}
|
|
514
694
|
}
|
|
515
695
|
}
|
|
@@ -522,7 +702,7 @@
|
|
|
522
702
|
"type": "structure",
|
|
523
703
|
"members": {
|
|
524
704
|
"ActionTargetArns": {
|
|
525
|
-
"shape": "
|
|
705
|
+
"shape": "Smv"
|
|
526
706
|
},
|
|
527
707
|
"NextToken": {},
|
|
528
708
|
"MaxResults": {
|
|
@@ -577,7 +757,8 @@
|
|
|
577
757
|
"SubscribedAt": {},
|
|
578
758
|
"AutoEnableControls": {
|
|
579
759
|
"type": "boolean"
|
|
580
|
-
}
|
|
760
|
+
},
|
|
761
|
+
"ControlFindingGenerator": {}
|
|
581
762
|
}
|
|
582
763
|
}
|
|
583
764
|
},
|
|
@@ -747,7 +928,7 @@
|
|
|
747
928
|
"ControlStatus": {},
|
|
748
929
|
"DisabledReason": {},
|
|
749
930
|
"ControlStatusUpdatedAt": {
|
|
750
|
-
"shape": "
|
|
931
|
+
"shape": "S11"
|
|
751
932
|
},
|
|
752
933
|
"ControlId": {},
|
|
753
934
|
"Title": {},
|
|
@@ -755,7 +936,7 @@
|
|
|
755
936
|
"RemediationUrl": {},
|
|
756
937
|
"SeverityRating": {},
|
|
757
938
|
"RelatedRequirements": {
|
|
758
|
-
"shape": "
|
|
939
|
+
"shape": "S10"
|
|
759
940
|
}
|
|
760
941
|
}
|
|
761
942
|
}
|
|
@@ -857,7 +1038,7 @@
|
|
|
857
1038
|
],
|
|
858
1039
|
"members": {
|
|
859
1040
|
"AccountIds": {
|
|
860
|
-
"shape": "
|
|
1041
|
+
"shape": "Smi"
|
|
861
1042
|
}
|
|
862
1043
|
}
|
|
863
1044
|
},
|
|
@@ -912,11 +1093,12 @@
|
|
|
912
1093
|
"type": "structure",
|
|
913
1094
|
"members": {
|
|
914
1095
|
"Tags": {
|
|
915
|
-
"shape": "
|
|
1096
|
+
"shape": "So4"
|
|
916
1097
|
},
|
|
917
1098
|
"EnableDefaultStandards": {
|
|
918
1099
|
"type": "boolean"
|
|
919
|
-
}
|
|
1100
|
+
},
|
|
1101
|
+
"ControlFindingGenerator": {}
|
|
920
1102
|
}
|
|
921
1103
|
},
|
|
922
1104
|
"output": {
|
|
@@ -937,7 +1119,7 @@
|
|
|
937
1119
|
"type": "structure",
|
|
938
1120
|
"members": {
|
|
939
1121
|
"Administrator": {
|
|
940
|
-
"shape": "
|
|
1122
|
+
"shape": "Soa"
|
|
941
1123
|
}
|
|
942
1124
|
}
|
|
943
1125
|
}
|
|
@@ -992,7 +1174,7 @@
|
|
|
992
1174
|
"FindingAggregationRegion": {},
|
|
993
1175
|
"RegionLinkingMode": {},
|
|
994
1176
|
"Regions": {
|
|
995
|
-
"shape": "
|
|
1177
|
+
"shape": "Sk"
|
|
996
1178
|
}
|
|
997
1179
|
}
|
|
998
1180
|
}
|
|
@@ -1005,7 +1187,7 @@
|
|
|
1005
1187
|
"type": "structure",
|
|
1006
1188
|
"members": {
|
|
1007
1189
|
"Filters": {
|
|
1008
|
-
"shape": "
|
|
1190
|
+
"shape": "Slq"
|
|
1009
1191
|
},
|
|
1010
1192
|
"SortCriteria": {
|
|
1011
1193
|
"type": "list",
|
|
@@ -1032,7 +1214,7 @@
|
|
|
1032
1214
|
"Findings": {
|
|
1033
1215
|
"type": "list",
|
|
1034
1216
|
"member": {
|
|
1035
|
-
"shape": "
|
|
1217
|
+
"shape": "S17"
|
|
1036
1218
|
}
|
|
1037
1219
|
},
|
|
1038
1220
|
"NextToken": {}
|
|
@@ -1101,7 +1283,7 @@
|
|
|
1101
1283
|
"type": "structure",
|
|
1102
1284
|
"members": {
|
|
1103
1285
|
"InsightArns": {
|
|
1104
|
-
"shape": "
|
|
1286
|
+
"shape": "Smv"
|
|
1105
1287
|
},
|
|
1106
1288
|
"NextToken": {},
|
|
1107
1289
|
"MaxResults": {
|
|
@@ -1129,7 +1311,7 @@
|
|
|
1129
1311
|
"InsightArn": {},
|
|
1130
1312
|
"Name": {},
|
|
1131
1313
|
"Filters": {
|
|
1132
|
-
"shape": "
|
|
1314
|
+
"shape": "Slq"
|
|
1133
1315
|
},
|
|
1134
1316
|
"GroupByAttribute": {}
|
|
1135
1317
|
}
|
|
@@ -1170,7 +1352,7 @@
|
|
|
1170
1352
|
"type": "structure",
|
|
1171
1353
|
"members": {
|
|
1172
1354
|
"Master": {
|
|
1173
|
-
"shape": "
|
|
1355
|
+
"shape": "Soa"
|
|
1174
1356
|
}
|
|
1175
1357
|
}
|
|
1176
1358
|
},
|
|
@@ -1188,7 +1370,7 @@
|
|
|
1188
1370
|
],
|
|
1189
1371
|
"members": {
|
|
1190
1372
|
"AccountIds": {
|
|
1191
|
-
"shape": "
|
|
1373
|
+
"shape": "Smi"
|
|
1192
1374
|
}
|
|
1193
1375
|
}
|
|
1194
1376
|
},
|
|
@@ -1196,10 +1378,10 @@
|
|
|
1196
1378
|
"type": "structure",
|
|
1197
1379
|
"members": {
|
|
1198
1380
|
"Members": {
|
|
1199
|
-
"shape": "
|
|
1381
|
+
"shape": "Sp0"
|
|
1200
1382
|
},
|
|
1201
1383
|
"UnprocessedAccounts": {
|
|
1202
|
-
"shape": "
|
|
1384
|
+
"shape": "Smf"
|
|
1203
1385
|
}
|
|
1204
1386
|
}
|
|
1205
1387
|
}
|
|
@@ -1215,7 +1397,7 @@
|
|
|
1215
1397
|
],
|
|
1216
1398
|
"members": {
|
|
1217
1399
|
"AccountIds": {
|
|
1218
|
-
"shape": "
|
|
1400
|
+
"shape": "Smi"
|
|
1219
1401
|
}
|
|
1220
1402
|
}
|
|
1221
1403
|
},
|
|
@@ -1223,7 +1405,7 @@
|
|
|
1223
1405
|
"type": "structure",
|
|
1224
1406
|
"members": {
|
|
1225
1407
|
"UnprocessedAccounts": {
|
|
1226
|
-
"shape": "
|
|
1408
|
+
"shape": "Smf"
|
|
1227
1409
|
}
|
|
1228
1410
|
}
|
|
1229
1411
|
}
|
|
@@ -1318,7 +1500,7 @@
|
|
|
1318
1500
|
"Invitations": {
|
|
1319
1501
|
"type": "list",
|
|
1320
1502
|
"member": {
|
|
1321
|
-
"shape": "
|
|
1503
|
+
"shape": "Soa"
|
|
1322
1504
|
}
|
|
1323
1505
|
},
|
|
1324
1506
|
"NextToken": {}
|
|
@@ -1353,7 +1535,7 @@
|
|
|
1353
1535
|
"type": "structure",
|
|
1354
1536
|
"members": {
|
|
1355
1537
|
"Members": {
|
|
1356
|
-
"shape": "
|
|
1538
|
+
"shape": "Sp0"
|
|
1357
1539
|
},
|
|
1358
1540
|
"NextToken": {}
|
|
1359
1541
|
}
|
|
@@ -1395,6 +1577,124 @@
|
|
|
1395
1577
|
}
|
|
1396
1578
|
}
|
|
1397
1579
|
},
|
|
1580
|
+
"ListSecurityControlDefinitions": {
|
|
1581
|
+
"http": {
|
|
1582
|
+
"method": "GET",
|
|
1583
|
+
"requestUri": "/securityControls/definitions"
|
|
1584
|
+
},
|
|
1585
|
+
"input": {
|
|
1586
|
+
"type": "structure",
|
|
1587
|
+
"members": {
|
|
1588
|
+
"StandardsArn": {
|
|
1589
|
+
"location": "querystring",
|
|
1590
|
+
"locationName": "StandardsArn"
|
|
1591
|
+
},
|
|
1592
|
+
"NextToken": {
|
|
1593
|
+
"location": "querystring",
|
|
1594
|
+
"locationName": "NextToken"
|
|
1595
|
+
},
|
|
1596
|
+
"MaxResults": {
|
|
1597
|
+
"location": "querystring",
|
|
1598
|
+
"locationName": "MaxResults",
|
|
1599
|
+
"type": "integer"
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
"output": {
|
|
1604
|
+
"type": "structure",
|
|
1605
|
+
"required": [
|
|
1606
|
+
"SecurityControlDefinitions"
|
|
1607
|
+
],
|
|
1608
|
+
"members": {
|
|
1609
|
+
"SecurityControlDefinitions": {
|
|
1610
|
+
"type": "list",
|
|
1611
|
+
"member": {
|
|
1612
|
+
"type": "structure",
|
|
1613
|
+
"required": [
|
|
1614
|
+
"SecurityControlId",
|
|
1615
|
+
"Title",
|
|
1616
|
+
"Description",
|
|
1617
|
+
"RemediationUrl",
|
|
1618
|
+
"SeverityRating",
|
|
1619
|
+
"CurrentRegionAvailability"
|
|
1620
|
+
],
|
|
1621
|
+
"members": {
|
|
1622
|
+
"SecurityControlId": {},
|
|
1623
|
+
"Title": {},
|
|
1624
|
+
"Description": {},
|
|
1625
|
+
"RemediationUrl": {},
|
|
1626
|
+
"SeverityRating": {},
|
|
1627
|
+
"CurrentRegionAvailability": {}
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"NextToken": {}
|
|
1632
|
+
}
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"ListStandardsControlAssociations": {
|
|
1636
|
+
"http": {
|
|
1637
|
+
"method": "GET",
|
|
1638
|
+
"requestUri": "/associations"
|
|
1639
|
+
},
|
|
1640
|
+
"input": {
|
|
1641
|
+
"type": "structure",
|
|
1642
|
+
"required": [
|
|
1643
|
+
"SecurityControlId"
|
|
1644
|
+
],
|
|
1645
|
+
"members": {
|
|
1646
|
+
"SecurityControlId": {
|
|
1647
|
+
"location": "querystring",
|
|
1648
|
+
"locationName": "SecurityControlId"
|
|
1649
|
+
},
|
|
1650
|
+
"NextToken": {
|
|
1651
|
+
"location": "querystring",
|
|
1652
|
+
"locationName": "NextToken"
|
|
1653
|
+
},
|
|
1654
|
+
"MaxResults": {
|
|
1655
|
+
"location": "querystring",
|
|
1656
|
+
"locationName": "MaxResults",
|
|
1657
|
+
"type": "integer"
|
|
1658
|
+
}
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
"output": {
|
|
1662
|
+
"type": "structure",
|
|
1663
|
+
"required": [
|
|
1664
|
+
"StandardsControlAssociationSummaries"
|
|
1665
|
+
],
|
|
1666
|
+
"members": {
|
|
1667
|
+
"StandardsControlAssociationSummaries": {
|
|
1668
|
+
"type": "list",
|
|
1669
|
+
"member": {
|
|
1670
|
+
"type": "structure",
|
|
1671
|
+
"required": [
|
|
1672
|
+
"StandardsArn",
|
|
1673
|
+
"SecurityControlId",
|
|
1674
|
+
"SecurityControlArn",
|
|
1675
|
+
"AssociationStatus"
|
|
1676
|
+
],
|
|
1677
|
+
"members": {
|
|
1678
|
+
"StandardsArn": {},
|
|
1679
|
+
"SecurityControlId": {},
|
|
1680
|
+
"SecurityControlArn": {},
|
|
1681
|
+
"AssociationStatus": {},
|
|
1682
|
+
"RelatedRequirements": {
|
|
1683
|
+
"shape": "S10"
|
|
1684
|
+
},
|
|
1685
|
+
"UpdatedAt": {
|
|
1686
|
+
"shape": "S11"
|
|
1687
|
+
},
|
|
1688
|
+
"UpdatedReason": {},
|
|
1689
|
+
"StandardsControlTitle": {},
|
|
1690
|
+
"StandardsControlDescription": {}
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"NextToken": {}
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1398
1698
|
"ListTagsForResource": {
|
|
1399
1699
|
"http": {
|
|
1400
1700
|
"method": "GET",
|
|
@@ -1416,7 +1716,7 @@
|
|
|
1416
1716
|
"type": "structure",
|
|
1417
1717
|
"members": {
|
|
1418
1718
|
"Tags": {
|
|
1419
|
-
"shape": "
|
|
1719
|
+
"shape": "So4"
|
|
1420
1720
|
}
|
|
1421
1721
|
}
|
|
1422
1722
|
}
|
|
@@ -1437,7 +1737,7 @@
|
|
|
1437
1737
|
"locationName": "ResourceArn"
|
|
1438
1738
|
},
|
|
1439
1739
|
"Tags": {
|
|
1440
|
-
"shape": "
|
|
1740
|
+
"shape": "So4"
|
|
1441
1741
|
}
|
|
1442
1742
|
}
|
|
1443
1743
|
},
|
|
@@ -1514,7 +1814,7 @@
|
|
|
1514
1814
|
"FindingAggregatorArn": {},
|
|
1515
1815
|
"RegionLinkingMode": {},
|
|
1516
1816
|
"Regions": {
|
|
1517
|
-
"shape": "
|
|
1817
|
+
"shape": "Sk"
|
|
1518
1818
|
}
|
|
1519
1819
|
}
|
|
1520
1820
|
},
|
|
@@ -1525,7 +1825,7 @@
|
|
|
1525
1825
|
"FindingAggregationRegion": {},
|
|
1526
1826
|
"RegionLinkingMode": {},
|
|
1527
1827
|
"Regions": {
|
|
1528
|
-
"shape": "
|
|
1828
|
+
"shape": "Sk"
|
|
1529
1829
|
}
|
|
1530
1830
|
}
|
|
1531
1831
|
}
|
|
@@ -1542,10 +1842,10 @@
|
|
|
1542
1842
|
],
|
|
1543
1843
|
"members": {
|
|
1544
1844
|
"Filters": {
|
|
1545
|
-
"shape": "
|
|
1845
|
+
"shape": "Slq"
|
|
1546
1846
|
},
|
|
1547
1847
|
"Note": {
|
|
1548
|
-
"shape": "
|
|
1848
|
+
"shape": "Sl9"
|
|
1549
1849
|
},
|
|
1550
1850
|
"RecordState": {}
|
|
1551
1851
|
}
|
|
@@ -1572,7 +1872,7 @@
|
|
|
1572
1872
|
},
|
|
1573
1873
|
"Name": {},
|
|
1574
1874
|
"Filters": {
|
|
1575
|
-
"shape": "
|
|
1875
|
+
"shape": "Slq"
|
|
1576
1876
|
},
|
|
1577
1877
|
"GroupByAttribute": {}
|
|
1578
1878
|
}
|
|
@@ -1613,7 +1913,8 @@
|
|
|
1613
1913
|
"members": {
|
|
1614
1914
|
"AutoEnableControls": {
|
|
1615
1915
|
"type": "boolean"
|
|
1616
|
-
}
|
|
1916
|
+
},
|
|
1917
|
+
"ControlFindingGenerator": {}
|
|
1617
1918
|
}
|
|
1618
1919
|
},
|
|
1619
1920
|
"output": {
|
|
@@ -1685,7 +1986,30 @@
|
|
|
1685
1986
|
"key": {},
|
|
1686
1987
|
"value": {}
|
|
1687
1988
|
},
|
|
1688
|
-
"
|
|
1989
|
+
"Sk": {
|
|
1990
|
+
"type": "list",
|
|
1991
|
+
"member": {}
|
|
1992
|
+
},
|
|
1993
|
+
"Sv": {
|
|
1994
|
+
"type": "structure",
|
|
1995
|
+
"required": [
|
|
1996
|
+
"SecurityControlId",
|
|
1997
|
+
"StandardsArn"
|
|
1998
|
+
],
|
|
1999
|
+
"members": {
|
|
2000
|
+
"SecurityControlId": {},
|
|
2001
|
+
"StandardsArn": {}
|
|
2002
|
+
}
|
|
2003
|
+
},
|
|
2004
|
+
"S10": {
|
|
2005
|
+
"type": "list",
|
|
2006
|
+
"member": {}
|
|
2007
|
+
},
|
|
2008
|
+
"S11": {
|
|
2009
|
+
"type": "timestamp",
|
|
2010
|
+
"timestampFormat": "iso8601"
|
|
2011
|
+
},
|
|
2012
|
+
"S17": {
|
|
1689
2013
|
"type": "structure",
|
|
1690
2014
|
"required": [
|
|
1691
2015
|
"SchemaVersion",
|
|
@@ -1709,7 +2033,7 @@
|
|
|
1709
2033
|
"GeneratorId": {},
|
|
1710
2034
|
"AwsAccountId": {},
|
|
1711
2035
|
"Types": {
|
|
1712
|
-
"shape": "
|
|
2036
|
+
"shape": "S18"
|
|
1713
2037
|
},
|
|
1714
2038
|
"FirstObservedAt": {},
|
|
1715
2039
|
"LastObservedAt": {},
|
|
@@ -1750,10 +2074,10 @@
|
|
|
1750
2074
|
},
|
|
1751
2075
|
"SourceUrl": {},
|
|
1752
2076
|
"ProductFields": {
|
|
1753
|
-
"shape": "
|
|
2077
|
+
"shape": "S1f"
|
|
1754
2078
|
},
|
|
1755
2079
|
"UserDefinedFields": {
|
|
1756
|
-
"shape": "
|
|
2080
|
+
"shape": "S1f"
|
|
1757
2081
|
},
|
|
1758
2082
|
"Malware": {
|
|
1759
2083
|
"type": "list",
|
|
@@ -1776,7 +2100,7 @@
|
|
|
1776
2100
|
"Direction": {},
|
|
1777
2101
|
"Protocol": {},
|
|
1778
2102
|
"OpenPortRange": {
|
|
1779
|
-
"shape": "
|
|
2103
|
+
"shape": "S1m"
|
|
1780
2104
|
},
|
|
1781
2105
|
"SourceIpV4": {},
|
|
1782
2106
|
"SourceIpV6": {},
|
|
@@ -1801,10 +2125,10 @@
|
|
|
1801
2125
|
"ComponentId": {},
|
|
1802
2126
|
"ComponentType": {},
|
|
1803
2127
|
"Egress": {
|
|
1804
|
-
"shape": "
|
|
2128
|
+
"shape": "S1p"
|
|
1805
2129
|
},
|
|
1806
2130
|
"Ingress": {
|
|
1807
|
-
"shape": "
|
|
2131
|
+
"shape": "S1p"
|
|
1808
2132
|
}
|
|
1809
2133
|
}
|
|
1810
2134
|
}
|
|
@@ -1878,7 +2202,7 @@
|
|
|
1878
2202
|
"Region": {},
|
|
1879
2203
|
"ResourceRole": {},
|
|
1880
2204
|
"Tags": {
|
|
1881
|
-
"shape": "
|
|
2205
|
+
"shape": "S1f"
|
|
1882
2206
|
},
|
|
1883
2207
|
"DataClassification": {
|
|
1884
2208
|
"type": "structure",
|
|
@@ -1917,7 +2241,7 @@
|
|
|
1917
2241
|
},
|
|
1918
2242
|
"Type": {},
|
|
1919
2243
|
"Occurrences": {
|
|
1920
|
-
"shape": "
|
|
2244
|
+
"shape": "S2d"
|
|
1921
2245
|
}
|
|
1922
2246
|
}
|
|
1923
2247
|
}
|
|
@@ -1942,7 +2266,7 @@
|
|
|
1942
2266
|
"Arn": {},
|
|
1943
2267
|
"Name": {},
|
|
1944
2268
|
"Occurrences": {
|
|
1945
|
-
"shape": "
|
|
2269
|
+
"shape": "S2d"
|
|
1946
2270
|
}
|
|
1947
2271
|
}
|
|
1948
2272
|
}
|
|
@@ -1964,7 +2288,7 @@
|
|
|
1964
2288
|
"members": {
|
|
1965
2289
|
"LaunchConfigurationName": {},
|
|
1966
2290
|
"LoadBalancerNames": {
|
|
1967
|
-
"shape": "
|
|
2291
|
+
"shape": "Sk"
|
|
1968
2292
|
},
|
|
1969
2293
|
"HealthCheckType": {},
|
|
1970
2294
|
"HealthCheckGracePeriod": {
|
|
@@ -2043,7 +2367,7 @@
|
|
|
2043
2367
|
"members": {
|
|
2044
2368
|
"EncryptionKey": {},
|
|
2045
2369
|
"Artifacts": {
|
|
2046
|
-
"shape": "
|
|
2370
|
+
"shape": "S31"
|
|
2047
2371
|
},
|
|
2048
2372
|
"Environment": {
|
|
2049
2373
|
"type": "structure",
|
|
@@ -2117,15 +2441,15 @@
|
|
|
2117
2441
|
"members": {
|
|
2118
2442
|
"VpcId": {},
|
|
2119
2443
|
"Subnets": {
|
|
2120
|
-
"shape": "
|
|
2444
|
+
"shape": "S3c"
|
|
2121
2445
|
},
|
|
2122
2446
|
"SecurityGroupIds": {
|
|
2123
|
-
"shape": "
|
|
2447
|
+
"shape": "S3c"
|
|
2124
2448
|
}
|
|
2125
2449
|
}
|
|
2126
2450
|
},
|
|
2127
2451
|
"SecondaryArtifacts": {
|
|
2128
|
-
"shape": "
|
|
2452
|
+
"shape": "S31"
|
|
2129
2453
|
}
|
|
2130
2454
|
}
|
|
2131
2455
|
},
|
|
@@ -2206,7 +2530,7 @@
|
|
|
2206
2530
|
"type": "structure",
|
|
2207
2531
|
"members": {
|
|
2208
2532
|
"Items": {
|
|
2209
|
-
"shape": "
|
|
2533
|
+
"shape": "S3c"
|
|
2210
2534
|
},
|
|
2211
2535
|
"Quantity": {
|
|
2212
2536
|
"type": "integer"
|
|
@@ -2276,10 +2600,10 @@
|
|
|
2276
2600
|
"Type": {},
|
|
2277
2601
|
"ImageId": {},
|
|
2278
2602
|
"IpV4Addresses": {
|
|
2279
|
-
"shape": "
|
|
2603
|
+
"shape": "Sk"
|
|
2280
2604
|
},
|
|
2281
2605
|
"IpV6Addresses": {
|
|
2282
|
-
"shape": "
|
|
2606
|
+
"shape": "Sk"
|
|
2283
2607
|
},
|
|
2284
2608
|
"KeyName": {},
|
|
2285
2609
|
"IamInstanceProfileArn": {},
|
|
@@ -2374,10 +2698,10 @@
|
|
|
2374
2698
|
"OwnerId": {},
|
|
2375
2699
|
"VpcId": {},
|
|
2376
2700
|
"IpPermissions": {
|
|
2377
|
-
"shape": "
|
|
2701
|
+
"shape": "S49"
|
|
2378
2702
|
},
|
|
2379
2703
|
"IpPermissionsEgress": {
|
|
2380
|
-
"shape": "
|
|
2704
|
+
"shape": "S49"
|
|
2381
2705
|
}
|
|
2382
2706
|
}
|
|
2383
2707
|
},
|
|
@@ -2429,7 +2753,7 @@
|
|
|
2429
2753
|
}
|
|
2430
2754
|
},
|
|
2431
2755
|
"Ipv6CidrBlockAssociationSet": {
|
|
2432
|
-
"shape": "
|
|
2756
|
+
"shape": "S4p"
|
|
2433
2757
|
},
|
|
2434
2758
|
"DhcpOptionsId": {},
|
|
2435
2759
|
"State": {}
|
|
@@ -2474,7 +2798,7 @@
|
|
|
2474
2798
|
"SubnetId": {},
|
|
2475
2799
|
"VpcId": {},
|
|
2476
2800
|
"Ipv6CidrBlockAssociationSet": {
|
|
2477
|
-
"shape": "
|
|
2801
|
+
"shape": "S4p"
|
|
2478
2802
|
}
|
|
2479
2803
|
}
|
|
2480
2804
|
},
|
|
@@ -2648,7 +2972,7 @@
|
|
|
2648
2972
|
"DomainName": {},
|
|
2649
2973
|
"Endpoint": {},
|
|
2650
2974
|
"Endpoints": {
|
|
2651
|
-
"shape": "
|
|
2975
|
+
"shape": "S1f"
|
|
2652
2976
|
},
|
|
2653
2977
|
"ElasticsearchVersion": {},
|
|
2654
2978
|
"ElasticsearchClusterConfig": {
|
|
@@ -2691,13 +3015,13 @@
|
|
|
2691
3015
|
"type": "structure",
|
|
2692
3016
|
"members": {
|
|
2693
3017
|
"IndexSlowLogs": {
|
|
2694
|
-
"shape": "
|
|
3018
|
+
"shape": "S5j"
|
|
2695
3019
|
},
|
|
2696
3020
|
"SearchSlowLogs": {
|
|
2697
|
-
"shape": "
|
|
3021
|
+
"shape": "S5j"
|
|
2698
3022
|
},
|
|
2699
3023
|
"AuditLogs": {
|
|
2700
|
-
"shape": "
|
|
3024
|
+
"shape": "S5j"
|
|
2701
3025
|
}
|
|
2702
3026
|
}
|
|
2703
3027
|
},
|
|
@@ -2729,13 +3053,13 @@
|
|
|
2729
3053
|
"type": "structure",
|
|
2730
3054
|
"members": {
|
|
2731
3055
|
"AvailabilityZones": {
|
|
2732
|
-
"shape": "
|
|
3056
|
+
"shape": "S3c"
|
|
2733
3057
|
},
|
|
2734
3058
|
"SecurityGroupIds": {
|
|
2735
|
-
"shape": "
|
|
3059
|
+
"shape": "S3c"
|
|
2736
3060
|
},
|
|
2737
3061
|
"SubnetIds": {
|
|
2738
|
-
"shape": "
|
|
3062
|
+
"shape": "S3c"
|
|
2739
3063
|
},
|
|
2740
3064
|
"VPCId": {}
|
|
2741
3065
|
}
|
|
@@ -2865,7 +3189,7 @@
|
|
|
2865
3189
|
}
|
|
2866
3190
|
},
|
|
2867
3191
|
"PublicAccessBlockConfiguration": {
|
|
2868
|
-
"shape": "
|
|
3192
|
+
"shape": "S66"
|
|
2869
3193
|
},
|
|
2870
3194
|
"AccessControlList": {},
|
|
2871
3195
|
"BucketLoggingConfiguration": {
|
|
@@ -2965,7 +3289,7 @@
|
|
|
2965
3289
|
}
|
|
2966
3290
|
},
|
|
2967
3291
|
"AwsS3AccountPublicAccessBlock": {
|
|
2968
|
-
"shape": "
|
|
3292
|
+
"shape": "S66"
|
|
2969
3293
|
},
|
|
2970
3294
|
"AwsS3Object": {
|
|
2971
3295
|
"type": "structure",
|
|
@@ -3048,15 +3372,15 @@
|
|
|
3048
3372
|
"type": "structure",
|
|
3049
3373
|
"members": {
|
|
3050
3374
|
"AttachedManagedPolicies": {
|
|
3051
|
-
"shape": "
|
|
3375
|
+
"shape": "S6x"
|
|
3052
3376
|
},
|
|
3053
3377
|
"CreateDate": {},
|
|
3054
3378
|
"GroupList": {
|
|
3055
|
-
"shape": "
|
|
3379
|
+
"shape": "Sk"
|
|
3056
3380
|
},
|
|
3057
3381
|
"Path": {},
|
|
3058
3382
|
"PermissionsBoundary": {
|
|
3059
|
-
"shape": "
|
|
3383
|
+
"shape": "S6z"
|
|
3060
3384
|
},
|
|
3061
3385
|
"UserId": {},
|
|
3062
3386
|
"UserName": {},
|
|
@@ -3112,19 +3436,19 @@
|
|
|
3112
3436
|
"CreatedDate": {},
|
|
3113
3437
|
"Description": {},
|
|
3114
3438
|
"DefaultRouteSettings": {
|
|
3115
|
-
"shape": "
|
|
3439
|
+
"shape": "S76"
|
|
3116
3440
|
},
|
|
3117
3441
|
"DeploymentId": {},
|
|
3118
3442
|
"LastUpdatedDate": {},
|
|
3119
3443
|
"RouteSettings": {
|
|
3120
|
-
"shape": "
|
|
3444
|
+
"shape": "S76"
|
|
3121
3445
|
},
|
|
3122
3446
|
"StageName": {},
|
|
3123
3447
|
"StageVariables": {
|
|
3124
|
-
"shape": "
|
|
3448
|
+
"shape": "S1f"
|
|
3125
3449
|
},
|
|
3126
3450
|
"AccessLogSettings": {
|
|
3127
|
-
"shape": "
|
|
3451
|
+
"shape": "S77"
|
|
3128
3452
|
},
|
|
3129
3453
|
"AutoDeploy": {
|
|
3130
3454
|
"type": "boolean"
|
|
@@ -3151,22 +3475,22 @@
|
|
|
3151
3475
|
"type": "structure",
|
|
3152
3476
|
"members": {
|
|
3153
3477
|
"AllowOrigins": {
|
|
3154
|
-
"shape": "
|
|
3478
|
+
"shape": "S3c"
|
|
3155
3479
|
},
|
|
3156
3480
|
"AllowCredentials": {
|
|
3157
3481
|
"type": "boolean"
|
|
3158
3482
|
},
|
|
3159
3483
|
"ExposeHeaders": {
|
|
3160
|
-
"shape": "
|
|
3484
|
+
"shape": "S3c"
|
|
3161
3485
|
},
|
|
3162
3486
|
"MaxAge": {
|
|
3163
3487
|
"type": "integer"
|
|
3164
3488
|
},
|
|
3165
3489
|
"AllowMethods": {
|
|
3166
|
-
"shape": "
|
|
3490
|
+
"shape": "S3c"
|
|
3167
3491
|
},
|
|
3168
3492
|
"AllowHeaders": {
|
|
3169
|
-
"shape": "
|
|
3493
|
+
"shape": "S3c"
|
|
3170
3494
|
}
|
|
3171
3495
|
}
|
|
3172
3496
|
}
|
|
@@ -3211,13 +3535,13 @@
|
|
|
3211
3535
|
"type": "integer"
|
|
3212
3536
|
},
|
|
3213
3537
|
"KeySchema": {
|
|
3214
|
-
"shape": "
|
|
3538
|
+
"shape": "S7h"
|
|
3215
3539
|
},
|
|
3216
3540
|
"Projection": {
|
|
3217
|
-
"shape": "
|
|
3541
|
+
"shape": "S7j"
|
|
3218
3542
|
},
|
|
3219
3543
|
"ProvisionedThroughput": {
|
|
3220
|
-
"shape": "
|
|
3544
|
+
"shape": "S7k"
|
|
3221
3545
|
}
|
|
3222
3546
|
}
|
|
3223
3547
|
}
|
|
@@ -3227,7 +3551,7 @@
|
|
|
3227
3551
|
"type": "integer"
|
|
3228
3552
|
},
|
|
3229
3553
|
"KeySchema": {
|
|
3230
|
-
"shape": "
|
|
3554
|
+
"shape": "S7h"
|
|
3231
3555
|
},
|
|
3232
3556
|
"LatestStreamArn": {},
|
|
3233
3557
|
"LatestStreamLabel": {},
|
|
@@ -3239,16 +3563,16 @@
|
|
|
3239
3563
|
"IndexArn": {},
|
|
3240
3564
|
"IndexName": {},
|
|
3241
3565
|
"KeySchema": {
|
|
3242
|
-
"shape": "
|
|
3566
|
+
"shape": "S7h"
|
|
3243
3567
|
},
|
|
3244
3568
|
"Projection": {
|
|
3245
|
-
"shape": "
|
|
3569
|
+
"shape": "S7j"
|
|
3246
3570
|
}
|
|
3247
3571
|
}
|
|
3248
3572
|
}
|
|
3249
3573
|
},
|
|
3250
3574
|
"ProvisionedThroughput": {
|
|
3251
|
-
"shape": "
|
|
3575
|
+
"shape": "S7k"
|
|
3252
3576
|
},
|
|
3253
3577
|
"Replicas": {
|
|
3254
3578
|
"type": "list",
|
|
@@ -3262,14 +3586,14 @@
|
|
|
3262
3586
|
"members": {
|
|
3263
3587
|
"IndexName": {},
|
|
3264
3588
|
"ProvisionedThroughputOverride": {
|
|
3265
|
-
"shape": "
|
|
3589
|
+
"shape": "S7r"
|
|
3266
3590
|
}
|
|
3267
3591
|
}
|
|
3268
3592
|
}
|
|
3269
3593
|
},
|
|
3270
3594
|
"KmsMasterKeyId": {},
|
|
3271
3595
|
"ProvisionedThroughputOverride": {
|
|
3272
|
-
"shape": "
|
|
3596
|
+
"shape": "S7r"
|
|
3273
3597
|
},
|
|
3274
3598
|
"RegionName": {},
|
|
3275
3599
|
"ReplicaStatus": {},
|
|
@@ -3363,11 +3687,11 @@
|
|
|
3363
3687
|
}
|
|
3364
3688
|
},
|
|
3365
3689
|
"Variables": {
|
|
3366
|
-
"shape": "
|
|
3690
|
+
"shape": "S1f"
|
|
3367
3691
|
},
|
|
3368
3692
|
"DocumentationVersion": {},
|
|
3369
3693
|
"AccessLogSettings": {
|
|
3370
|
-
"shape": "
|
|
3694
|
+
"shape": "S77"
|
|
3371
3695
|
},
|
|
3372
3696
|
"CanarySettings": {
|
|
3373
3697
|
"type": "structure",
|
|
@@ -3377,7 +3701,7 @@
|
|
|
3377
3701
|
},
|
|
3378
3702
|
"DeploymentId": {},
|
|
3379
3703
|
"StageVariableOverrides": {
|
|
3380
|
-
"shape": "
|
|
3704
|
+
"shape": "S1f"
|
|
3381
3705
|
},
|
|
3382
3706
|
"UseStageCache": {
|
|
3383
3707
|
"type": "boolean"
|
|
@@ -3401,7 +3725,7 @@
|
|
|
3401
3725
|
"CreatedDate": {},
|
|
3402
3726
|
"Version": {},
|
|
3403
3727
|
"BinaryMediaTypes": {
|
|
3404
|
-
"shape": "
|
|
3728
|
+
"shape": "S3c"
|
|
3405
3729
|
},
|
|
3406
3730
|
"MinimumCompressionSize": {
|
|
3407
3731
|
"type": "integer"
|
|
@@ -3411,7 +3735,7 @@
|
|
|
3411
3735
|
"type": "structure",
|
|
3412
3736
|
"members": {
|
|
3413
3737
|
"Types": {
|
|
3414
|
-
"shape": "
|
|
3738
|
+
"shape": "S3c"
|
|
3415
3739
|
}
|
|
3416
3740
|
}
|
|
3417
3741
|
}
|
|
@@ -3511,7 +3835,7 @@
|
|
|
3511
3835
|
"CreatedAt": {},
|
|
3512
3836
|
"DomainName": {},
|
|
3513
3837
|
"DomainValidationOptions": {
|
|
3514
|
-
"shape": "
|
|
3838
|
+
"shape": "S86"
|
|
3515
3839
|
},
|
|
3516
3840
|
"ExtendedKeyUsages": {
|
|
3517
3841
|
"type": "list",
|
|
@@ -3526,7 +3850,7 @@
|
|
|
3526
3850
|
"FailureReason": {},
|
|
3527
3851
|
"ImportedAt": {},
|
|
3528
3852
|
"InUseBy": {
|
|
3529
|
-
"shape": "
|
|
3853
|
+
"shape": "Sk"
|
|
3530
3854
|
},
|
|
3531
3855
|
"IssuedAt": {},
|
|
3532
3856
|
"Issuer": {},
|
|
@@ -3553,7 +3877,7 @@
|
|
|
3553
3877
|
"type": "structure",
|
|
3554
3878
|
"members": {
|
|
3555
3879
|
"DomainValidationOptions": {
|
|
3556
|
-
"shape": "
|
|
3880
|
+
"shape": "S86"
|
|
3557
3881
|
},
|
|
3558
3882
|
"RenewalStatus": {},
|
|
3559
3883
|
"RenewalStatusReason": {},
|
|
@@ -3565,7 +3889,7 @@
|
|
|
3565
3889
|
"Status": {},
|
|
3566
3890
|
"Subject": {},
|
|
3567
3891
|
"SubjectAlternativeNames": {
|
|
3568
|
-
"shape": "
|
|
3892
|
+
"shape": "Sk"
|
|
3569
3893
|
},
|
|
3570
3894
|
"Type": {}
|
|
3571
3895
|
}
|
|
@@ -3710,7 +4034,7 @@
|
|
|
3710
4034
|
"type": "integer"
|
|
3711
4035
|
},
|
|
3712
4036
|
"PendingActions": {
|
|
3713
|
-
"shape": "
|
|
4037
|
+
"shape": "Sk"
|
|
3714
4038
|
},
|
|
3715
4039
|
"PendingModifiedValues": {
|
|
3716
4040
|
"type": "structure",
|
|
@@ -3802,7 +4126,7 @@
|
|
|
3802
4126
|
"type": "structure",
|
|
3803
4127
|
"members": {
|
|
3804
4128
|
"AvailabilityZones": {
|
|
3805
|
-
"shape": "
|
|
4129
|
+
"shape": "Sk"
|
|
3806
4130
|
},
|
|
3807
4131
|
"BackendServerDescriptions": {
|
|
3808
4132
|
"type": "list",
|
|
@@ -3813,7 +4137,7 @@
|
|
|
3813
4137
|
"type": "integer"
|
|
3814
4138
|
},
|
|
3815
4139
|
"PolicyNames": {
|
|
3816
|
-
"shape": "
|
|
4140
|
+
"shape": "Sk"
|
|
3817
4141
|
}
|
|
3818
4142
|
}
|
|
3819
4143
|
}
|
|
@@ -3869,7 +4193,7 @@
|
|
|
3869
4193
|
}
|
|
3870
4194
|
},
|
|
3871
4195
|
"PolicyNames": {
|
|
3872
|
-
"shape": "
|
|
4196
|
+
"shape": "Sk"
|
|
3873
4197
|
}
|
|
3874
4198
|
}
|
|
3875
4199
|
}
|
|
@@ -3956,13 +4280,13 @@
|
|
|
3956
4280
|
}
|
|
3957
4281
|
},
|
|
3958
4282
|
"OtherPolicies": {
|
|
3959
|
-
"shape": "
|
|
4283
|
+
"shape": "Sk"
|
|
3960
4284
|
}
|
|
3961
4285
|
}
|
|
3962
4286
|
},
|
|
3963
4287
|
"Scheme": {},
|
|
3964
4288
|
"SecurityGroups": {
|
|
3965
|
-
"shape": "
|
|
4289
|
+
"shape": "Sk"
|
|
3966
4290
|
},
|
|
3967
4291
|
"SourceSecurityGroup": {
|
|
3968
4292
|
"type": "structure",
|
|
@@ -3972,7 +4296,7 @@
|
|
|
3972
4296
|
}
|
|
3973
4297
|
},
|
|
3974
4298
|
"Subnets": {
|
|
3975
|
-
"shape": "
|
|
4299
|
+
"shape": "Sk"
|
|
3976
4300
|
},
|
|
3977
4301
|
"VpcId": {}
|
|
3978
4302
|
}
|
|
@@ -3981,7 +4305,7 @@
|
|
|
3981
4305
|
"type": "structure",
|
|
3982
4306
|
"members": {
|
|
3983
4307
|
"AttachedManagedPolicies": {
|
|
3984
|
-
"shape": "
|
|
4308
|
+
"shape": "S6x"
|
|
3985
4309
|
},
|
|
3986
4310
|
"CreateDate": {},
|
|
3987
4311
|
"GroupId": {},
|
|
@@ -4003,7 +4327,7 @@
|
|
|
4003
4327
|
"members": {
|
|
4004
4328
|
"AssumeRolePolicyDocument": {},
|
|
4005
4329
|
"AttachedManagedPolicies": {
|
|
4006
|
-
"shape": "
|
|
4330
|
+
"shape": "S6x"
|
|
4007
4331
|
},
|
|
4008
4332
|
"CreateDate": {},
|
|
4009
4333
|
"InstanceProfileList": {
|
|
@@ -4034,7 +4358,7 @@
|
|
|
4034
4358
|
}
|
|
4035
4359
|
},
|
|
4036
4360
|
"PermissionsBoundary": {
|
|
4037
|
-
"shape": "
|
|
4361
|
+
"shape": "S6z"
|
|
4038
4362
|
},
|
|
4039
4363
|
"RoleId": {},
|
|
4040
4364
|
"RoleName": {},
|
|
@@ -4093,7 +4417,7 @@
|
|
|
4093
4417
|
"type": "structure",
|
|
4094
4418
|
"members": {
|
|
4095
4419
|
"Variables": {
|
|
4096
|
-
"shape": "
|
|
4420
|
+
"shape": "S1f"
|
|
4097
4421
|
},
|
|
4098
4422
|
"Error": {
|
|
4099
4423
|
"type": "structure",
|
|
@@ -4140,17 +4464,17 @@
|
|
|
4140
4464
|
"type": "structure",
|
|
4141
4465
|
"members": {
|
|
4142
4466
|
"SecurityGroupIds": {
|
|
4143
|
-
"shape": "
|
|
4467
|
+
"shape": "S3c"
|
|
4144
4468
|
},
|
|
4145
4469
|
"SubnetIds": {
|
|
4146
|
-
"shape": "
|
|
4470
|
+
"shape": "S3c"
|
|
4147
4471
|
},
|
|
4148
4472
|
"VpcId": {}
|
|
4149
4473
|
}
|
|
4150
4474
|
},
|
|
4151
4475
|
"Version": {},
|
|
4152
4476
|
"Architectures": {
|
|
4153
|
-
"shape": "
|
|
4477
|
+
"shape": "S3c"
|
|
4154
4478
|
},
|
|
4155
4479
|
"PackageType": {}
|
|
4156
4480
|
}
|
|
@@ -4162,7 +4486,7 @@
|
|
|
4162
4486
|
"type": "long"
|
|
4163
4487
|
},
|
|
4164
4488
|
"CompatibleRuntimes": {
|
|
4165
|
-
"shape": "
|
|
4489
|
+
"shape": "S3c"
|
|
4166
4490
|
},
|
|
4167
4491
|
"CreatedDate": {}
|
|
4168
4492
|
}
|
|
@@ -4194,7 +4518,7 @@
|
|
|
4194
4518
|
"type": "boolean"
|
|
4195
4519
|
},
|
|
4196
4520
|
"Endpoint": {
|
|
4197
|
-
"shape": "
|
|
4521
|
+
"shape": "Sae"
|
|
4198
4522
|
},
|
|
4199
4523
|
"Engine": {},
|
|
4200
4524
|
"EngineVersion": {},
|
|
@@ -4211,7 +4535,7 @@
|
|
|
4211
4535
|
},
|
|
4212
4536
|
"TdeCredentialArn": {},
|
|
4213
4537
|
"VpcSecurityGroups": {
|
|
4214
|
-
"shape": "
|
|
4538
|
+
"shape": "Saf"
|
|
4215
4539
|
},
|
|
4216
4540
|
"MultiAz": {
|
|
4217
4541
|
"type": "boolean"
|
|
@@ -4227,7 +4551,7 @@
|
|
|
4227
4551
|
"type": "integer"
|
|
4228
4552
|
},
|
|
4229
4553
|
"DbSecurityGroups": {
|
|
4230
|
-
"shape": "
|
|
4554
|
+
"shape": "Sk"
|
|
4231
4555
|
},
|
|
4232
4556
|
"DbParameterGroups": {
|
|
4233
4557
|
"type": "list",
|
|
@@ -4297,15 +4621,15 @@
|
|
|
4297
4621
|
"type": "structure",
|
|
4298
4622
|
"members": {
|
|
4299
4623
|
"LogTypesToEnable": {
|
|
4300
|
-
"shape": "
|
|
4624
|
+
"shape": "Sk"
|
|
4301
4625
|
},
|
|
4302
4626
|
"LogTypesToDisable": {
|
|
4303
|
-
"shape": "
|
|
4627
|
+
"shape": "Sk"
|
|
4304
4628
|
}
|
|
4305
4629
|
}
|
|
4306
4630
|
},
|
|
4307
4631
|
"ProcessorFeatures": {
|
|
4308
|
-
"shape": "
|
|
4632
|
+
"shape": "Sap"
|
|
4309
4633
|
}
|
|
4310
4634
|
}
|
|
4311
4635
|
},
|
|
@@ -4315,10 +4639,10 @@
|
|
|
4315
4639
|
},
|
|
4316
4640
|
"ReadReplicaSourceDBInstanceIdentifier": {},
|
|
4317
4641
|
"ReadReplicaDBInstanceIdentifiers": {
|
|
4318
|
-
"shape": "
|
|
4642
|
+
"shape": "Sk"
|
|
4319
4643
|
},
|
|
4320
4644
|
"ReadReplicaDBClusterIdentifiers": {
|
|
4321
|
-
"shape": "
|
|
4645
|
+
"shape": "Sk"
|
|
4322
4646
|
},
|
|
4323
4647
|
"LicenseModel": {},
|
|
4324
4648
|
"Iops": {
|
|
@@ -4352,7 +4676,7 @@
|
|
|
4352
4676
|
},
|
|
4353
4677
|
"StorageType": {},
|
|
4354
4678
|
"DomainMemberships": {
|
|
4355
|
-
"shape": "
|
|
4679
|
+
"shape": "Sav"
|
|
4356
4680
|
},
|
|
4357
4681
|
"CopyTagsToSnapshot": {
|
|
4358
4682
|
"type": "boolean"
|
|
@@ -4373,13 +4697,13 @@
|
|
|
4373
4697
|
"type": "integer"
|
|
4374
4698
|
},
|
|
4375
4699
|
"EnabledCloudWatchLogsExports": {
|
|
4376
|
-
"shape": "
|
|
4700
|
+
"shape": "Sk"
|
|
4377
4701
|
},
|
|
4378
4702
|
"ProcessorFeatures": {
|
|
4379
|
-
"shape": "
|
|
4703
|
+
"shape": "Sap"
|
|
4380
4704
|
},
|
|
4381
4705
|
"ListenerEndpoint": {
|
|
4382
|
-
"shape": "
|
|
4706
|
+
"shape": "Sae"
|
|
4383
4707
|
},
|
|
4384
4708
|
"MaxAllocatedStorage": {
|
|
4385
4709
|
"type": "integer"
|
|
@@ -4505,7 +4829,7 @@
|
|
|
4505
4829
|
"type": "boolean"
|
|
4506
4830
|
},
|
|
4507
4831
|
"ProcessorFeatures": {
|
|
4508
|
-
"shape": "
|
|
4832
|
+
"shape": "Sap"
|
|
4509
4833
|
},
|
|
4510
4834
|
"DbiResourceId": {}
|
|
4511
4835
|
}
|
|
@@ -4514,7 +4838,7 @@
|
|
|
4514
4838
|
"type": "structure",
|
|
4515
4839
|
"members": {
|
|
4516
4840
|
"AvailabilityZones": {
|
|
4517
|
-
"shape": "
|
|
4841
|
+
"shape": "Sk"
|
|
4518
4842
|
},
|
|
4519
4843
|
"SnapshotCreateTime": {},
|
|
4520
4844
|
"Engine": {},
|
|
@@ -4552,7 +4876,7 @@
|
|
|
4552
4876
|
"type": "integer"
|
|
4553
4877
|
},
|
|
4554
4878
|
"AvailabilityZones": {
|
|
4555
|
-
"shape": "
|
|
4879
|
+
"shape": "Sk"
|
|
4556
4880
|
},
|
|
4557
4881
|
"BackupRetentionPeriod": {
|
|
4558
4882
|
"type": "integer"
|
|
@@ -4562,7 +4886,7 @@
|
|
|
4562
4886
|
"Endpoint": {},
|
|
4563
4887
|
"ReaderEndpoint": {},
|
|
4564
4888
|
"CustomEndpoints": {
|
|
4565
|
-
"shape": "
|
|
4889
|
+
"shape": "Sk"
|
|
4566
4890
|
},
|
|
4567
4891
|
"MultiAz": {
|
|
4568
4892
|
"type": "boolean"
|
|
@@ -4576,10 +4900,10 @@
|
|
|
4576
4900
|
"PreferredBackupWindow": {},
|
|
4577
4901
|
"PreferredMaintenanceWindow": {},
|
|
4578
4902
|
"ReadReplicaIdentifiers": {
|
|
4579
|
-
"shape": "
|
|
4903
|
+
"shape": "Sk"
|
|
4580
4904
|
},
|
|
4581
4905
|
"VpcSecurityGroups": {
|
|
4582
|
-
"shape": "
|
|
4906
|
+
"shape": "Saf"
|
|
4583
4907
|
},
|
|
4584
4908
|
"HostedZoneId": {},
|
|
4585
4909
|
"StorageEncrypted": {
|
|
@@ -4599,7 +4923,7 @@
|
|
|
4599
4923
|
},
|
|
4600
4924
|
"ClusterCreateTime": {},
|
|
4601
4925
|
"EnabledCloudWatchLogsExports": {
|
|
4602
|
-
"shape": "
|
|
4926
|
+
"shape": "Sk"
|
|
4603
4927
|
},
|
|
4604
4928
|
"EngineMode": {},
|
|
4605
4929
|
"DeletionProtection": {
|
|
@@ -4616,7 +4940,7 @@
|
|
|
4616
4940
|
"type": "boolean"
|
|
4617
4941
|
},
|
|
4618
4942
|
"DomainMemberships": {
|
|
4619
|
-
"shape": "
|
|
4943
|
+
"shape": "Sav"
|
|
4620
4944
|
},
|
|
4621
4945
|
"DbClusterParameterGroup": {},
|
|
4622
4946
|
"DbSubnetGroup": {},
|
|
@@ -4660,7 +4984,7 @@
|
|
|
4660
4984
|
"type": "integer"
|
|
4661
4985
|
},
|
|
4662
4986
|
"CapacityProviders": {
|
|
4663
|
-
"shape": "
|
|
4987
|
+
"shape": "S3c"
|
|
4664
4988
|
},
|
|
4665
4989
|
"ClusterSettings": {
|
|
4666
4990
|
"type": "list",
|
|
@@ -4724,7 +5048,7 @@
|
|
|
4724
5048
|
}
|
|
4725
5049
|
},
|
|
4726
5050
|
"AwsEcsContainer": {
|
|
4727
|
-
"shape": "
|
|
5051
|
+
"shape": "Sbp"
|
|
4728
5052
|
},
|
|
4729
5053
|
"AwsEcsTaskDefinition": {
|
|
4730
5054
|
"type": "structure",
|
|
@@ -4735,7 +5059,7 @@
|
|
|
4735
5059
|
"type": "structure",
|
|
4736
5060
|
"members": {
|
|
4737
5061
|
"Command": {
|
|
4738
|
-
"shape": "
|
|
5062
|
+
"shape": "S3c"
|
|
4739
5063
|
},
|
|
4740
5064
|
"Cpu": {
|
|
4741
5065
|
"type": "integer"
|
|
@@ -4754,19 +5078,19 @@
|
|
|
4754
5078
|
"type": "boolean"
|
|
4755
5079
|
},
|
|
4756
5080
|
"DnsSearchDomains": {
|
|
4757
|
-
"shape": "
|
|
5081
|
+
"shape": "S3c"
|
|
4758
5082
|
},
|
|
4759
5083
|
"DnsServers": {
|
|
4760
|
-
"shape": "
|
|
5084
|
+
"shape": "S3c"
|
|
4761
5085
|
},
|
|
4762
5086
|
"DockerLabels": {
|
|
4763
|
-
"shape": "
|
|
5087
|
+
"shape": "S1f"
|
|
4764
5088
|
},
|
|
4765
5089
|
"DockerSecurityOptions": {
|
|
4766
|
-
"shape": "
|
|
5090
|
+
"shape": "S3c"
|
|
4767
5091
|
},
|
|
4768
5092
|
"EntryPoint": {
|
|
4769
|
-
"shape": "
|
|
5093
|
+
"shape": "S3c"
|
|
4770
5094
|
},
|
|
4771
5095
|
"Environment": {
|
|
4772
5096
|
"type": "list",
|
|
@@ -4805,7 +5129,7 @@
|
|
|
4805
5129
|
"type": "structure",
|
|
4806
5130
|
"members": {
|
|
4807
5131
|
"Options": {
|
|
4808
|
-
"shape": "
|
|
5132
|
+
"shape": "S1f"
|
|
4809
5133
|
},
|
|
4810
5134
|
"Type": {}
|
|
4811
5135
|
}
|
|
@@ -4814,7 +5138,7 @@
|
|
|
4814
5138
|
"type": "structure",
|
|
4815
5139
|
"members": {
|
|
4816
5140
|
"Command": {
|
|
4817
|
-
"shape": "
|
|
5141
|
+
"shape": "S3c"
|
|
4818
5142
|
},
|
|
4819
5143
|
"Interval": {
|
|
4820
5144
|
"type": "integer"
|
|
@@ -4836,7 +5160,7 @@
|
|
|
4836
5160
|
"type": "boolean"
|
|
4837
5161
|
},
|
|
4838
5162
|
"Links": {
|
|
4839
|
-
"shape": "
|
|
5163
|
+
"shape": "S3c"
|
|
4840
5164
|
},
|
|
4841
5165
|
"LinuxParameters": {
|
|
4842
5166
|
"type": "structure",
|
|
@@ -4845,10 +5169,10 @@
|
|
|
4845
5169
|
"type": "structure",
|
|
4846
5170
|
"members": {
|
|
4847
5171
|
"Add": {
|
|
4848
|
-
"shape": "
|
|
5172
|
+
"shape": "S3c"
|
|
4849
5173
|
},
|
|
4850
5174
|
"Drop": {
|
|
4851
|
-
"shape": "
|
|
5175
|
+
"shape": "S3c"
|
|
4852
5176
|
}
|
|
4853
5177
|
}
|
|
4854
5178
|
},
|
|
@@ -4860,7 +5184,7 @@
|
|
|
4860
5184
|
"ContainerPath": {},
|
|
4861
5185
|
"HostPath": {},
|
|
4862
5186
|
"Permissions": {
|
|
4863
|
-
"shape": "
|
|
5187
|
+
"shape": "S3c"
|
|
4864
5188
|
}
|
|
4865
5189
|
}
|
|
4866
5190
|
}
|
|
@@ -4884,7 +5208,7 @@
|
|
|
4884
5208
|
"members": {
|
|
4885
5209
|
"ContainerPath": {},
|
|
4886
5210
|
"MountOptions": {
|
|
4887
|
-
"shape": "
|
|
5211
|
+
"shape": "S3c"
|
|
4888
5212
|
},
|
|
4889
5213
|
"Size": {
|
|
4890
5214
|
"type": "integer"
|
|
@@ -4899,7 +5223,7 @@
|
|
|
4899
5223
|
"members": {
|
|
4900
5224
|
"LogDriver": {},
|
|
4901
5225
|
"Options": {
|
|
4902
|
-
"shape": "
|
|
5226
|
+
"shape": "S1f"
|
|
4903
5227
|
},
|
|
4904
5228
|
"SecretOptions": {
|
|
4905
5229
|
"type": "list",
|
|
@@ -5076,7 +5400,7 @@
|
|
|
5076
5400
|
}
|
|
5077
5401
|
},
|
|
5078
5402
|
"RequiresCompatibilities": {
|
|
5079
|
-
"shape": "
|
|
5403
|
+
"shape": "S3c"
|
|
5080
5404
|
},
|
|
5081
5405
|
"TaskRoleArn": {},
|
|
5082
5406
|
"Volumes": {
|
|
@@ -5092,10 +5416,10 @@
|
|
|
5092
5416
|
},
|
|
5093
5417
|
"Driver": {},
|
|
5094
5418
|
"DriverOpts": {
|
|
5095
|
-
"shape": "
|
|
5419
|
+
"shape": "S1f"
|
|
5096
5420
|
},
|
|
5097
5421
|
"Labels": {
|
|
5098
|
-
"shape": "
|
|
5422
|
+
"shape": "S1f"
|
|
5099
5423
|
},
|
|
5100
5424
|
"Scope": {}
|
|
5101
5425
|
}
|
|
@@ -5154,7 +5478,7 @@
|
|
|
5154
5478
|
}
|
|
5155
5479
|
},
|
|
5156
5480
|
"Other": {
|
|
5157
|
-
"shape": "
|
|
5481
|
+
"shape": "S1f"
|
|
5158
5482
|
},
|
|
5159
5483
|
"AwsRdsEventSubscription": {
|
|
5160
5484
|
"type": "structure",
|
|
@@ -5165,12 +5489,12 @@
|
|
|
5165
5489
|
"type": "boolean"
|
|
5166
5490
|
},
|
|
5167
5491
|
"EventCategoriesList": {
|
|
5168
|
-
"shape": "
|
|
5492
|
+
"shape": "S3c"
|
|
5169
5493
|
},
|
|
5170
5494
|
"EventSubscriptionArn": {},
|
|
5171
5495
|
"SnsTopicArn": {},
|
|
5172
5496
|
"SourceIdsList": {
|
|
5173
|
-
"shape": "
|
|
5497
|
+
"shape": "S3c"
|
|
5174
5498
|
},
|
|
5175
5499
|
"SourceType": {},
|
|
5176
5500
|
"Status": {},
|
|
@@ -5260,10 +5584,10 @@
|
|
|
5260
5584
|
"members": {
|
|
5261
5585
|
"AssignPublicIp": {},
|
|
5262
5586
|
"SecurityGroups": {
|
|
5263
|
-
"shape": "
|
|
5587
|
+
"shape": "S3c"
|
|
5264
5588
|
},
|
|
5265
5589
|
"Subnets": {
|
|
5266
|
-
"shape": "
|
|
5590
|
+
"shape": "S3c"
|
|
5267
5591
|
}
|
|
5268
5592
|
}
|
|
5269
5593
|
}
|
|
@@ -5354,7 +5678,7 @@
|
|
|
5354
5678
|
},
|
|
5355
5679
|
"ClassicLinkVpcId": {},
|
|
5356
5680
|
"ClassicLinkVpcSecurityGroups": {
|
|
5357
|
-
"shape": "
|
|
5681
|
+
"shape": "S3c"
|
|
5358
5682
|
},
|
|
5359
5683
|
"CreatedTime": {},
|
|
5360
5684
|
"EbsOptimized": {
|
|
@@ -5377,7 +5701,7 @@
|
|
|
5377
5701
|
"PlacementTenancy": {},
|
|
5378
5702
|
"RamdiskId": {},
|
|
5379
5703
|
"SecurityGroups": {
|
|
5380
|
-
"shape": "
|
|
5704
|
+
"shape": "S3c"
|
|
5381
5705
|
},
|
|
5382
5706
|
"SpotPrice": {},
|
|
5383
5707
|
"UserData": {},
|
|
@@ -5434,29 +5758,29 @@
|
|
|
5434
5758
|
"type": "integer"
|
|
5435
5759
|
},
|
|
5436
5760
|
"IkeVersions": {
|
|
5437
|
-
"shape": "
|
|
5761
|
+
"shape": "S3c"
|
|
5438
5762
|
},
|
|
5439
5763
|
"OutsideIpAddress": {},
|
|
5440
5764
|
"Phase1DhGroupNumbers": {
|
|
5441
|
-
"shape": "
|
|
5765
|
+
"shape": "Se2"
|
|
5442
5766
|
},
|
|
5443
5767
|
"Phase1EncryptionAlgorithms": {
|
|
5444
|
-
"shape": "
|
|
5768
|
+
"shape": "S3c"
|
|
5445
5769
|
},
|
|
5446
5770
|
"Phase1IntegrityAlgorithms": {
|
|
5447
|
-
"shape": "
|
|
5771
|
+
"shape": "S3c"
|
|
5448
5772
|
},
|
|
5449
5773
|
"Phase1LifetimeSeconds": {
|
|
5450
5774
|
"type": "integer"
|
|
5451
5775
|
},
|
|
5452
5776
|
"Phase2DhGroupNumbers": {
|
|
5453
|
-
"shape": "
|
|
5777
|
+
"shape": "Se2"
|
|
5454
5778
|
},
|
|
5455
5779
|
"Phase2EncryptionAlgorithms": {
|
|
5456
|
-
"shape": "
|
|
5780
|
+
"shape": "S3c"
|
|
5457
5781
|
},
|
|
5458
5782
|
"Phase2IntegrityAlgorithms": {
|
|
5459
|
-
"shape": "
|
|
5783
|
+
"shape": "S3c"
|
|
5460
5784
|
},
|
|
5461
5785
|
"Phase2LifetimeSeconds": {
|
|
5462
5786
|
"type": "integer"
|
|
@@ -5498,7 +5822,7 @@
|
|
|
5498
5822
|
"Architecture": {},
|
|
5499
5823
|
"ImageDigest": {},
|
|
5500
5824
|
"ImageTags": {
|
|
5501
|
-
"shape": "
|
|
5825
|
+
"shape": "S3c"
|
|
5502
5826
|
},
|
|
5503
5827
|
"ImagePublishedAt": {}
|
|
5504
5828
|
}
|
|
@@ -5600,10 +5924,10 @@
|
|
|
5600
5924
|
"type": "structure",
|
|
5601
5925
|
"members": {
|
|
5602
5926
|
"SecurityGroupIds": {
|
|
5603
|
-
"shape": "
|
|
5927
|
+
"shape": "S3c"
|
|
5604
5928
|
},
|
|
5605
5929
|
"SubnetIds": {
|
|
5606
|
-
"shape": "
|
|
5930
|
+
"shape": "S3c"
|
|
5607
5931
|
}
|
|
5608
5932
|
}
|
|
5609
5933
|
},
|
|
@@ -5611,18 +5935,18 @@
|
|
|
5611
5935
|
"type": "structure",
|
|
5612
5936
|
"members": {
|
|
5613
5937
|
"IndexSlowLogs": {
|
|
5614
|
-
"shape": "
|
|
5938
|
+
"shape": "Sef"
|
|
5615
5939
|
},
|
|
5616
5940
|
"SearchSlowLogs": {
|
|
5617
|
-
"shape": "
|
|
5941
|
+
"shape": "Sef"
|
|
5618
5942
|
},
|
|
5619
5943
|
"AuditLogs": {
|
|
5620
|
-
"shape": "
|
|
5944
|
+
"shape": "Sef"
|
|
5621
5945
|
}
|
|
5622
5946
|
}
|
|
5623
5947
|
},
|
|
5624
5948
|
"DomainEndpoints": {
|
|
5625
|
-
"shape": "
|
|
5949
|
+
"shape": "S1f"
|
|
5626
5950
|
},
|
|
5627
5951
|
"AdvancedSecurityOptions": {
|
|
5628
5952
|
"type": "structure",
|
|
@@ -5652,19 +5976,19 @@
|
|
|
5652
5976
|
"type": "boolean"
|
|
5653
5977
|
},
|
|
5654
5978
|
"AvailabilityZones": {
|
|
5655
|
-
"shape": "
|
|
5979
|
+
"shape": "S3c"
|
|
5656
5980
|
},
|
|
5657
5981
|
"BaseEndpointDnsNames": {
|
|
5658
|
-
"shape": "
|
|
5982
|
+
"shape": "S3c"
|
|
5659
5983
|
},
|
|
5660
5984
|
"ManagesVpcEndpoints": {
|
|
5661
5985
|
"type": "boolean"
|
|
5662
5986
|
},
|
|
5663
5987
|
"GatewayLoadBalancerArns": {
|
|
5664
|
-
"shape": "
|
|
5988
|
+
"shape": "S3c"
|
|
5665
5989
|
},
|
|
5666
5990
|
"NetworkLoadBalancerArns": {
|
|
5667
|
-
"shape": "
|
|
5991
|
+
"shape": "S3c"
|
|
5668
5992
|
},
|
|
5669
5993
|
"PrivateDnsName": {},
|
|
5670
5994
|
"ServiceId": {},
|
|
@@ -5775,10 +6099,10 @@
|
|
|
5775
6099
|
"type": "structure",
|
|
5776
6100
|
"members": {
|
|
5777
6101
|
"SecurityGroupIds": {
|
|
5778
|
-
"shape": "
|
|
6102
|
+
"shape": "S3c"
|
|
5779
6103
|
},
|
|
5780
6104
|
"SubnetIds": {
|
|
5781
|
-
"shape": "
|
|
6105
|
+
"shape": "S3c"
|
|
5782
6106
|
}
|
|
5783
6107
|
}
|
|
5784
6108
|
},
|
|
@@ -5796,7 +6120,7 @@
|
|
|
5796
6120
|
"type": "boolean"
|
|
5797
6121
|
},
|
|
5798
6122
|
"Types": {
|
|
5799
|
-
"shape": "
|
|
6123
|
+
"shape": "S3c"
|
|
5800
6124
|
}
|
|
5801
6125
|
}
|
|
5802
6126
|
}
|
|
@@ -5826,17 +6150,17 @@
|
|
|
5826
6150
|
"type": "structure",
|
|
5827
6151
|
"members": {
|
|
5828
6152
|
"ActionDefinition": {
|
|
5829
|
-
"shape": "
|
|
6153
|
+
"shape": "Sf6"
|
|
5830
6154
|
},
|
|
5831
6155
|
"ActionName": {}
|
|
5832
6156
|
}
|
|
5833
6157
|
}
|
|
5834
6158
|
},
|
|
5835
6159
|
"StatelessDefaultActions": {
|
|
5836
|
-
"shape": "
|
|
6160
|
+
"shape": "S3c"
|
|
5837
6161
|
},
|
|
5838
6162
|
"StatelessFragmentDefaultActions": {
|
|
5839
|
-
"shape": "
|
|
6163
|
+
"shape": "S3c"
|
|
5840
6164
|
},
|
|
5841
6165
|
"StatelessRuleGroupReferences": {
|
|
5842
6166
|
"type": "list",
|
|
@@ -5904,7 +6228,7 @@
|
|
|
5904
6228
|
"type": "structure",
|
|
5905
6229
|
"members": {
|
|
5906
6230
|
"Definition": {
|
|
5907
|
-
"shape": "
|
|
6231
|
+
"shape": "S3c"
|
|
5908
6232
|
}
|
|
5909
6233
|
}
|
|
5910
6234
|
},
|
|
@@ -5912,7 +6236,7 @@
|
|
|
5912
6236
|
"type": "structure",
|
|
5913
6237
|
"members": {
|
|
5914
6238
|
"Definition": {
|
|
5915
|
-
"shape": "
|
|
6239
|
+
"shape": "S3c"
|
|
5916
6240
|
}
|
|
5917
6241
|
}
|
|
5918
6242
|
}
|
|
@@ -5926,10 +6250,10 @@
|
|
|
5926
6250
|
"members": {
|
|
5927
6251
|
"GeneratedRulesType": {},
|
|
5928
6252
|
"TargetTypes": {
|
|
5929
|
-
"shape": "
|
|
6253
|
+
"shape": "S3c"
|
|
5930
6254
|
},
|
|
5931
6255
|
"Targets": {
|
|
5932
|
-
"shape": "
|
|
6256
|
+
"shape": "S3c"
|
|
5933
6257
|
}
|
|
5934
6258
|
}
|
|
5935
6259
|
},
|
|
@@ -5976,7 +6300,7 @@
|
|
|
5976
6300
|
"type": "structure",
|
|
5977
6301
|
"members": {
|
|
5978
6302
|
"ActionDefinition": {
|
|
5979
|
-
"shape": "
|
|
6303
|
+
"shape": "Sf6"
|
|
5980
6304
|
},
|
|
5981
6305
|
"ActionName": {}
|
|
5982
6306
|
}
|
|
@@ -5994,7 +6318,7 @@
|
|
|
5994
6318
|
"type": "structure",
|
|
5995
6319
|
"members": {
|
|
5996
6320
|
"Actions": {
|
|
5997
|
-
"shape": "
|
|
6321
|
+
"shape": "S3c"
|
|
5998
6322
|
},
|
|
5999
6323
|
"MatchAttributes": {
|
|
6000
6324
|
"type": "structure",
|
|
@@ -6057,10 +6381,10 @@
|
|
|
6057
6381
|
"type": "structure",
|
|
6058
6382
|
"members": {
|
|
6059
6383
|
"Flags": {
|
|
6060
|
-
"shape": "
|
|
6384
|
+
"shape": "S3c"
|
|
6061
6385
|
},
|
|
6062
6386
|
"Masks": {
|
|
6063
|
-
"shape": "
|
|
6387
|
+
"shape": "S3c"
|
|
6064
6388
|
}
|
|
6065
6389
|
}
|
|
6066
6390
|
}
|
|
@@ -6145,7 +6469,7 @@
|
|
|
6145
6469
|
"AutoAcceptSharedAttachments": {},
|
|
6146
6470
|
"DefaultRouteTableAssociation": {},
|
|
6147
6471
|
"TransitGatewayCidrBlocks": {
|
|
6148
|
-
"shape": "
|
|
6472
|
+
"shape": "S3c"
|
|
6149
6473
|
},
|
|
6150
6474
|
"AssociationDefaultRouteTableId": {},
|
|
6151
6475
|
"PropagationDefaultRouteTableId": {},
|
|
@@ -6169,7 +6493,7 @@
|
|
|
6169
6493
|
"members": {
|
|
6170
6494
|
"Gid": {},
|
|
6171
6495
|
"SecondaryGids": {
|
|
6172
|
-
"shape": "
|
|
6496
|
+
"shape": "S3c"
|
|
6173
6497
|
},
|
|
6174
6498
|
"Uid": {}
|
|
6175
6499
|
}
|
|
@@ -6194,7 +6518,7 @@
|
|
|
6194
6518
|
"type": "structure",
|
|
6195
6519
|
"members": {
|
|
6196
6520
|
"Capabilities": {
|
|
6197
|
-
"shape": "
|
|
6521
|
+
"shape": "S3c"
|
|
6198
6522
|
},
|
|
6199
6523
|
"CreationTime": {},
|
|
6200
6524
|
"Description": {},
|
|
@@ -6212,7 +6536,7 @@
|
|
|
6212
6536
|
},
|
|
6213
6537
|
"LastUpdatedTime": {},
|
|
6214
6538
|
"NotificationArns": {
|
|
6215
|
-
"shape": "
|
|
6539
|
+
"shape": "S3c"
|
|
6216
6540
|
},
|
|
6217
6541
|
"Outputs": {
|
|
6218
6542
|
"type": "list",
|
|
@@ -6242,7 +6566,7 @@
|
|
|
6242
6566
|
"type": "boolean"
|
|
6243
6567
|
},
|
|
6244
6568
|
"AlarmActions": {
|
|
6245
|
-
"shape": "
|
|
6569
|
+
"shape": "S3c"
|
|
6246
6570
|
},
|
|
6247
6571
|
"AlarmArn": {},
|
|
6248
6572
|
"AlarmConfigurationUpdatedTimestamp": {},
|
|
@@ -6268,12 +6592,12 @@
|
|
|
6268
6592
|
},
|
|
6269
6593
|
"ExtendedStatistic": {},
|
|
6270
6594
|
"InsufficientDataActions": {
|
|
6271
|
-
"shape": "
|
|
6595
|
+
"shape": "S3c"
|
|
6272
6596
|
},
|
|
6273
6597
|
"MetricName": {},
|
|
6274
6598
|
"Namespace": {},
|
|
6275
6599
|
"OkActions": {
|
|
6276
|
-
"shape": "
|
|
6600
|
+
"shape": "S3c"
|
|
6277
6601
|
},
|
|
6278
6602
|
"Period": {
|
|
6279
6603
|
"type": "integer"
|
|
@@ -6291,11 +6615,11 @@
|
|
|
6291
6615
|
"type": "structure",
|
|
6292
6616
|
"members": {
|
|
6293
6617
|
"AccepterVpcInfo": {
|
|
6294
|
-
"shape": "
|
|
6618
|
+
"shape": "Sgu"
|
|
6295
6619
|
},
|
|
6296
6620
|
"ExpirationTime": {},
|
|
6297
6621
|
"RequesterVpcInfo": {
|
|
6298
|
-
"shape": "
|
|
6622
|
+
"shape": "Sgu"
|
|
6299
6623
|
},
|
|
6300
6624
|
"Status": {
|
|
6301
6625
|
"type": "structure",
|
|
@@ -6465,7 +6789,7 @@
|
|
|
6465
6789
|
"Containers": {
|
|
6466
6790
|
"type": "list",
|
|
6467
6791
|
"member": {
|
|
6468
|
-
"shape": "
|
|
6792
|
+
"shape": "Sbp"
|
|
6469
6793
|
}
|
|
6470
6794
|
}
|
|
6471
6795
|
}
|
|
@@ -6480,7 +6804,7 @@
|
|
|
6480
6804
|
"type": "structure",
|
|
6481
6805
|
"members": {
|
|
6482
6806
|
"BackupVaultEvents": {
|
|
6483
|
-
"shape": "
|
|
6807
|
+
"shape": "S3c"
|
|
6484
6808
|
},
|
|
6485
6809
|
"SnsTopicArn": {}
|
|
6486
6810
|
}
|
|
@@ -6501,7 +6825,7 @@
|
|
|
6501
6825
|
"type": "structure",
|
|
6502
6826
|
"members": {
|
|
6503
6827
|
"BackupOptions": {
|
|
6504
|
-
"shape": "
|
|
6828
|
+
"shape": "S1f"
|
|
6505
6829
|
},
|
|
6506
6830
|
"ResourceType": {}
|
|
6507
6831
|
}
|
|
@@ -6532,13 +6856,13 @@
|
|
|
6532
6856
|
"members": {
|
|
6533
6857
|
"DestinationBackupVaultArn": {},
|
|
6534
6858
|
"Lifecycle": {
|
|
6535
|
-
"shape": "
|
|
6859
|
+
"shape": "Shz"
|
|
6536
6860
|
}
|
|
6537
6861
|
}
|
|
6538
6862
|
}
|
|
6539
6863
|
},
|
|
6540
6864
|
"Lifecycle": {
|
|
6541
|
-
"shape": "
|
|
6865
|
+
"shape": "Shz"
|
|
6542
6866
|
}
|
|
6543
6867
|
}
|
|
6544
6868
|
}
|
|
@@ -6762,10 +7086,10 @@
|
|
|
6762
7086
|
}
|
|
6763
7087
|
},
|
|
6764
7088
|
"AcceleratorManufacturers": {
|
|
6765
|
-
"shape": "
|
|
7089
|
+
"shape": "S3c"
|
|
6766
7090
|
},
|
|
6767
7091
|
"AcceleratorNames": {
|
|
6768
|
-
"shape": "
|
|
7092
|
+
"shape": "S3c"
|
|
6769
7093
|
},
|
|
6770
7094
|
"AcceleratorTotalMemoryMiB": {
|
|
6771
7095
|
"type": "structure",
|
|
@@ -6779,7 +7103,7 @@
|
|
|
6779
7103
|
}
|
|
6780
7104
|
},
|
|
6781
7105
|
"AcceleratorTypes": {
|
|
6782
|
-
"shape": "
|
|
7106
|
+
"shape": "S3c"
|
|
6783
7107
|
},
|
|
6784
7108
|
"BareMetal": {},
|
|
6785
7109
|
"BaselineEbsBandwidthMbps": {
|
|
@@ -6795,17 +7119,17 @@
|
|
|
6795
7119
|
},
|
|
6796
7120
|
"BurstablePerformance": {},
|
|
6797
7121
|
"CpuManufacturers": {
|
|
6798
|
-
"shape": "
|
|
7122
|
+
"shape": "S3c"
|
|
6799
7123
|
},
|
|
6800
7124
|
"ExcludedInstanceTypes": {
|
|
6801
|
-
"shape": "
|
|
7125
|
+
"shape": "S3c"
|
|
6802
7126
|
},
|
|
6803
7127
|
"InstanceGenerations": {
|
|
6804
|
-
"shape": "
|
|
7128
|
+
"shape": "S3c"
|
|
6805
7129
|
},
|
|
6806
7130
|
"LocalStorage": {},
|
|
6807
7131
|
"LocalStorageTypes": {
|
|
6808
|
-
"shape": "
|
|
7132
|
+
"shape": "S3c"
|
|
6809
7133
|
},
|
|
6810
7134
|
"MemoryGiBPerVCpu": {
|
|
6811
7135
|
"type": "structure",
|
|
@@ -6930,7 +7254,7 @@
|
|
|
6930
7254
|
"type": "integer"
|
|
6931
7255
|
},
|
|
6932
7256
|
"Groups": {
|
|
6933
|
-
"shape": "
|
|
7257
|
+
"shape": "S3c"
|
|
6934
7258
|
},
|
|
6935
7259
|
"InterfaceType": {},
|
|
6936
7260
|
"Ipv4PrefixCount": {
|
|
@@ -7022,10 +7346,10 @@
|
|
|
7022
7346
|
},
|
|
7023
7347
|
"RamDiskId": {},
|
|
7024
7348
|
"SecurityGroupIdSet": {
|
|
7025
|
-
"shape": "
|
|
7349
|
+
"shape": "S3c"
|
|
7026
7350
|
},
|
|
7027
7351
|
"SecurityGroupSet": {
|
|
7028
|
-
"shape": "
|
|
7352
|
+
"shape": "S3c"
|
|
7029
7353
|
},
|
|
7030
7354
|
"UserData": {}
|
|
7031
7355
|
}
|
|
@@ -7042,10 +7366,10 @@
|
|
|
7042
7366
|
"type": "structure",
|
|
7043
7367
|
"members": {
|
|
7044
7368
|
"AcceleratorTypes": {
|
|
7045
|
-
"shape": "
|
|
7369
|
+
"shape": "S3c"
|
|
7046
7370
|
},
|
|
7047
7371
|
"AdditionalCodeRepositories": {
|
|
7048
|
-
"shape": "
|
|
7372
|
+
"shape": "S3c"
|
|
7049
7373
|
},
|
|
7050
7374
|
"DefaultCodeRepository": {},
|
|
7051
7375
|
"DirectInternetAccess": {},
|
|
@@ -7067,7 +7391,7 @@
|
|
|
7067
7391
|
"RoleArn": {},
|
|
7068
7392
|
"RootAccess": {},
|
|
7069
7393
|
"SecurityGroups": {
|
|
7070
|
-
"shape": "
|
|
7394
|
+
"shape": "S3c"
|
|
7071
7395
|
},
|
|
7072
7396
|
"SubnetId": {},
|
|
7073
7397
|
"Url": {},
|
|
@@ -7105,19 +7429,19 @@
|
|
|
7105
7429
|
"type": "structure",
|
|
7106
7430
|
"members": {
|
|
7107
7431
|
"Allow": {
|
|
7108
|
-
"shape": "
|
|
7432
|
+
"shape": "Sji"
|
|
7109
7433
|
},
|
|
7110
7434
|
"Block": {
|
|
7111
|
-
"shape": "
|
|
7435
|
+
"shape": "Sjm"
|
|
7112
7436
|
}
|
|
7113
7437
|
}
|
|
7114
7438
|
},
|
|
7115
7439
|
"Description": {},
|
|
7116
7440
|
"Rules": {
|
|
7117
|
-
"shape": "
|
|
7441
|
+
"shape": "Sjo"
|
|
7118
7442
|
},
|
|
7119
7443
|
"VisibilityConfig": {
|
|
7120
|
-
"shape": "
|
|
7444
|
+
"shape": "Sjt"
|
|
7121
7445
|
}
|
|
7122
7446
|
}
|
|
7123
7447
|
},
|
|
@@ -7132,11 +7456,11 @@
|
|
|
7132
7456
|
"Name": {},
|
|
7133
7457
|
"Arn": {},
|
|
7134
7458
|
"Rules": {
|
|
7135
|
-
"shape": "
|
|
7459
|
+
"shape": "Sjo"
|
|
7136
7460
|
},
|
|
7137
7461
|
"Scope": {},
|
|
7138
7462
|
"VisibilityConfig": {
|
|
7139
|
-
"shape": "
|
|
7463
|
+
"shape": "Sjt"
|
|
7140
7464
|
}
|
|
7141
7465
|
}
|
|
7142
7466
|
}
|
|
@@ -7150,7 +7474,7 @@
|
|
|
7150
7474
|
"members": {
|
|
7151
7475
|
"Status": {},
|
|
7152
7476
|
"RelatedRequirements": {
|
|
7153
|
-
"shape": "
|
|
7477
|
+
"shape": "S10"
|
|
7154
7478
|
},
|
|
7155
7479
|
"StatusReasons": {
|
|
7156
7480
|
"type": "list",
|
|
@@ -7191,7 +7515,7 @@
|
|
|
7191
7515
|
},
|
|
7192
7516
|
"RecordState": {},
|
|
7193
7517
|
"RelatedFindings": {
|
|
7194
|
-
"shape": "
|
|
7518
|
+
"shape": "Sk6"
|
|
7195
7519
|
},
|
|
7196
7520
|
"Note": {
|
|
7197
7521
|
"type": "structure",
|
|
@@ -7259,7 +7583,7 @@
|
|
|
7259
7583
|
}
|
|
7260
7584
|
},
|
|
7261
7585
|
"RelatedVulnerabilities": {
|
|
7262
|
-
"shape": "
|
|
7586
|
+
"shape": "Sk"
|
|
7263
7587
|
},
|
|
7264
7588
|
"Vendor": {
|
|
7265
7589
|
"type": "structure",
|
|
@@ -7275,7 +7599,7 @@
|
|
|
7275
7599
|
}
|
|
7276
7600
|
},
|
|
7277
7601
|
"ReferenceUrls": {
|
|
7278
|
-
"shape": "
|
|
7602
|
+
"shape": "Sk"
|
|
7279
7603
|
},
|
|
7280
7604
|
"FixAvailable": {}
|
|
7281
7605
|
}
|
|
@@ -7321,7 +7645,7 @@
|
|
|
7321
7645
|
"members": {
|
|
7322
7646
|
"ConnectionDirection": {},
|
|
7323
7647
|
"RemoteIpDetails": {
|
|
7324
|
-
"shape": "
|
|
7648
|
+
"shape": "Skm"
|
|
7325
7649
|
},
|
|
7326
7650
|
"RemotePortDetails": {
|
|
7327
7651
|
"type": "structure",
|
|
@@ -7333,7 +7657,7 @@
|
|
|
7333
7657
|
}
|
|
7334
7658
|
},
|
|
7335
7659
|
"LocalPortDetails": {
|
|
7336
|
-
"shape": "
|
|
7660
|
+
"shape": "Sks"
|
|
7337
7661
|
},
|
|
7338
7662
|
"Protocol": {},
|
|
7339
7663
|
"Blocked": {
|
|
@@ -7348,7 +7672,7 @@
|
|
|
7348
7672
|
"ServiceName": {},
|
|
7349
7673
|
"CallerType": {},
|
|
7350
7674
|
"RemoteIpDetails": {
|
|
7351
|
-
"shape": "
|
|
7675
|
+
"shape": "Skm"
|
|
7352
7676
|
},
|
|
7353
7677
|
"DomainDetails": {
|
|
7354
7678
|
"type": "structure",
|
|
@@ -7357,7 +7681,7 @@
|
|
|
7357
7681
|
}
|
|
7358
7682
|
},
|
|
7359
7683
|
"AffectedResources": {
|
|
7360
|
-
"shape": "
|
|
7684
|
+
"shape": "S1f"
|
|
7361
7685
|
},
|
|
7362
7686
|
"FirstSeen": {},
|
|
7363
7687
|
"LastSeen": {}
|
|
@@ -7382,7 +7706,7 @@
|
|
|
7382
7706
|
"type": "structure",
|
|
7383
7707
|
"members": {
|
|
7384
7708
|
"LocalPortDetails": {
|
|
7385
|
-
"shape": "
|
|
7709
|
+
"shape": "Sks"
|
|
7386
7710
|
},
|
|
7387
7711
|
"LocalIpDetails": {
|
|
7388
7712
|
"type": "structure",
|
|
@@ -7391,7 +7715,7 @@
|
|
|
7391
7715
|
}
|
|
7392
7716
|
},
|
|
7393
7717
|
"RemoteIpDetails": {
|
|
7394
|
-
"shape": "
|
|
7718
|
+
"shape": "Skm"
|
|
7395
7719
|
}
|
|
7396
7720
|
}
|
|
7397
7721
|
}
|
|
@@ -7413,7 +7737,7 @@
|
|
|
7413
7737
|
"type": "integer"
|
|
7414
7738
|
},
|
|
7415
7739
|
"RelatedFindings": {
|
|
7416
|
-
"shape": "
|
|
7740
|
+
"shape": "Sk6"
|
|
7417
7741
|
},
|
|
7418
7742
|
"Severity": {
|
|
7419
7743
|
"type": "structure",
|
|
@@ -7423,7 +7747,7 @@
|
|
|
7423
7747
|
}
|
|
7424
7748
|
},
|
|
7425
7749
|
"Types": {
|
|
7426
|
-
"shape": "
|
|
7750
|
+
"shape": "S18"
|
|
7427
7751
|
}
|
|
7428
7752
|
}
|
|
7429
7753
|
},
|
|
@@ -7432,16 +7756,16 @@
|
|
|
7432
7756
|
}
|
|
7433
7757
|
}
|
|
7434
7758
|
},
|
|
7435
|
-
"
|
|
7759
|
+
"S18": {
|
|
7436
7760
|
"type": "list",
|
|
7437
7761
|
"member": {}
|
|
7438
7762
|
},
|
|
7439
|
-
"
|
|
7763
|
+
"S1f": {
|
|
7440
7764
|
"type": "map",
|
|
7441
7765
|
"key": {},
|
|
7442
7766
|
"value": {}
|
|
7443
7767
|
},
|
|
7444
|
-
"
|
|
7768
|
+
"S1m": {
|
|
7445
7769
|
"type": "structure",
|
|
7446
7770
|
"members": {
|
|
7447
7771
|
"Begin": {
|
|
@@ -7452,44 +7776,40 @@
|
|
|
7452
7776
|
}
|
|
7453
7777
|
}
|
|
7454
7778
|
},
|
|
7455
|
-
"
|
|
7779
|
+
"S1p": {
|
|
7456
7780
|
"type": "structure",
|
|
7457
7781
|
"members": {
|
|
7458
7782
|
"Protocol": {},
|
|
7459
7783
|
"Destination": {
|
|
7460
|
-
"shape": "
|
|
7784
|
+
"shape": "S1q"
|
|
7461
7785
|
},
|
|
7462
7786
|
"Source": {
|
|
7463
|
-
"shape": "
|
|
7787
|
+
"shape": "S1q"
|
|
7464
7788
|
}
|
|
7465
7789
|
}
|
|
7466
7790
|
},
|
|
7467
|
-
"
|
|
7791
|
+
"S1q": {
|
|
7468
7792
|
"type": "structure",
|
|
7469
7793
|
"members": {
|
|
7470
7794
|
"Address": {
|
|
7471
|
-
"shape": "
|
|
7795
|
+
"shape": "Sk"
|
|
7472
7796
|
},
|
|
7473
7797
|
"PortRanges": {
|
|
7474
7798
|
"type": "list",
|
|
7475
7799
|
"member": {
|
|
7476
|
-
"shape": "
|
|
7800
|
+
"shape": "S1m"
|
|
7477
7801
|
}
|
|
7478
7802
|
}
|
|
7479
7803
|
}
|
|
7480
7804
|
},
|
|
7481
|
-
"
|
|
7482
|
-
"type": "list",
|
|
7483
|
-
"member": {}
|
|
7484
|
-
},
|
|
7485
|
-
"S1s": {
|
|
7805
|
+
"S2d": {
|
|
7486
7806
|
"type": "structure",
|
|
7487
7807
|
"members": {
|
|
7488
7808
|
"LineRanges": {
|
|
7489
|
-
"shape": "
|
|
7809
|
+
"shape": "S2e"
|
|
7490
7810
|
},
|
|
7491
7811
|
"OffsetRanges": {
|
|
7492
|
-
"shape": "
|
|
7812
|
+
"shape": "S2e"
|
|
7493
7813
|
},
|
|
7494
7814
|
"Pages": {
|
|
7495
7815
|
"type": "list",
|
|
@@ -7500,10 +7820,10 @@
|
|
|
7500
7820
|
"type": "long"
|
|
7501
7821
|
},
|
|
7502
7822
|
"LineRange": {
|
|
7503
|
-
"shape": "
|
|
7823
|
+
"shape": "S2f"
|
|
7504
7824
|
},
|
|
7505
7825
|
"OffsetRange": {
|
|
7506
|
-
"shape": "
|
|
7826
|
+
"shape": "S2f"
|
|
7507
7827
|
}
|
|
7508
7828
|
}
|
|
7509
7829
|
}
|
|
@@ -7538,13 +7858,13 @@
|
|
|
7538
7858
|
}
|
|
7539
7859
|
}
|
|
7540
7860
|
},
|
|
7541
|
-
"
|
|
7861
|
+
"S2e": {
|
|
7542
7862
|
"type": "list",
|
|
7543
7863
|
"member": {
|
|
7544
|
-
"shape": "
|
|
7864
|
+
"shape": "S2f"
|
|
7545
7865
|
}
|
|
7546
7866
|
},
|
|
7547
|
-
"
|
|
7867
|
+
"S2f": {
|
|
7548
7868
|
"type": "structure",
|
|
7549
7869
|
"members": {
|
|
7550
7870
|
"Start": {
|
|
@@ -7558,7 +7878,7 @@
|
|
|
7558
7878
|
}
|
|
7559
7879
|
}
|
|
7560
7880
|
},
|
|
7561
|
-
"
|
|
7881
|
+
"S31": {
|
|
7562
7882
|
"type": "list",
|
|
7563
7883
|
"member": {
|
|
7564
7884
|
"type": "structure",
|
|
@@ -7579,11 +7899,11 @@
|
|
|
7579
7899
|
}
|
|
7580
7900
|
}
|
|
7581
7901
|
},
|
|
7582
|
-
"
|
|
7902
|
+
"S3c": {
|
|
7583
7903
|
"type": "list",
|
|
7584
7904
|
"member": {}
|
|
7585
7905
|
},
|
|
7586
|
-
"
|
|
7906
|
+
"S49": {
|
|
7587
7907
|
"type": "list",
|
|
7588
7908
|
"member": {
|
|
7589
7909
|
"type": "structure",
|
|
@@ -7639,7 +7959,7 @@
|
|
|
7639
7959
|
}
|
|
7640
7960
|
}
|
|
7641
7961
|
},
|
|
7642
|
-
"
|
|
7962
|
+
"S4p": {
|
|
7643
7963
|
"type": "list",
|
|
7644
7964
|
"member": {
|
|
7645
7965
|
"type": "structure",
|
|
@@ -7650,7 +7970,7 @@
|
|
|
7650
7970
|
}
|
|
7651
7971
|
}
|
|
7652
7972
|
},
|
|
7653
|
-
"
|
|
7973
|
+
"S5j": {
|
|
7654
7974
|
"type": "structure",
|
|
7655
7975
|
"members": {
|
|
7656
7976
|
"CloudWatchLogsLogGroupArn": {},
|
|
@@ -7659,7 +7979,7 @@
|
|
|
7659
7979
|
}
|
|
7660
7980
|
}
|
|
7661
7981
|
},
|
|
7662
|
-
"
|
|
7982
|
+
"S66": {
|
|
7663
7983
|
"type": "structure",
|
|
7664
7984
|
"members": {
|
|
7665
7985
|
"BlockPublicAcls": {
|
|
@@ -7676,7 +7996,7 @@
|
|
|
7676
7996
|
}
|
|
7677
7997
|
}
|
|
7678
7998
|
},
|
|
7679
|
-
"
|
|
7999
|
+
"S6x": {
|
|
7680
8000
|
"type": "list",
|
|
7681
8001
|
"member": {
|
|
7682
8002
|
"type": "structure",
|
|
@@ -7686,14 +8006,14 @@
|
|
|
7686
8006
|
}
|
|
7687
8007
|
}
|
|
7688
8008
|
},
|
|
7689
|
-
"
|
|
8009
|
+
"S6z": {
|
|
7690
8010
|
"type": "structure",
|
|
7691
8011
|
"members": {
|
|
7692
8012
|
"PermissionsBoundaryArn": {},
|
|
7693
8013
|
"PermissionsBoundaryType": {}
|
|
7694
8014
|
}
|
|
7695
8015
|
},
|
|
7696
|
-
"
|
|
8016
|
+
"S76": {
|
|
7697
8017
|
"type": "structure",
|
|
7698
8018
|
"members": {
|
|
7699
8019
|
"DetailedMetricsEnabled": {
|
|
@@ -7711,14 +8031,14 @@
|
|
|
7711
8031
|
}
|
|
7712
8032
|
}
|
|
7713
8033
|
},
|
|
7714
|
-
"
|
|
8034
|
+
"S77": {
|
|
7715
8035
|
"type": "structure",
|
|
7716
8036
|
"members": {
|
|
7717
8037
|
"Format": {},
|
|
7718
8038
|
"DestinationArn": {}
|
|
7719
8039
|
}
|
|
7720
8040
|
},
|
|
7721
|
-
"
|
|
8041
|
+
"S7h": {
|
|
7722
8042
|
"type": "list",
|
|
7723
8043
|
"member": {
|
|
7724
8044
|
"type": "structure",
|
|
@@ -7728,16 +8048,16 @@
|
|
|
7728
8048
|
}
|
|
7729
8049
|
}
|
|
7730
8050
|
},
|
|
7731
|
-
"
|
|
8051
|
+
"S7j": {
|
|
7732
8052
|
"type": "structure",
|
|
7733
8053
|
"members": {
|
|
7734
8054
|
"NonKeyAttributes": {
|
|
7735
|
-
"shape": "
|
|
8055
|
+
"shape": "Sk"
|
|
7736
8056
|
},
|
|
7737
8057
|
"ProjectionType": {}
|
|
7738
8058
|
}
|
|
7739
8059
|
},
|
|
7740
|
-
"
|
|
8060
|
+
"S7k": {
|
|
7741
8061
|
"type": "structure",
|
|
7742
8062
|
"members": {
|
|
7743
8063
|
"LastDecreaseDateTime": {},
|
|
@@ -7753,7 +8073,7 @@
|
|
|
7753
8073
|
}
|
|
7754
8074
|
}
|
|
7755
8075
|
},
|
|
7756
|
-
"
|
|
8076
|
+
"S7r": {
|
|
7757
8077
|
"type": "structure",
|
|
7758
8078
|
"members": {
|
|
7759
8079
|
"ReadCapacityUnits": {
|
|
@@ -7761,7 +8081,7 @@
|
|
|
7761
8081
|
}
|
|
7762
8082
|
}
|
|
7763
8083
|
},
|
|
7764
|
-
"
|
|
8084
|
+
"S86": {
|
|
7765
8085
|
"type": "list",
|
|
7766
8086
|
"member": {
|
|
7767
8087
|
"type": "structure",
|
|
@@ -7777,14 +8097,14 @@
|
|
|
7777
8097
|
},
|
|
7778
8098
|
"ValidationDomain": {},
|
|
7779
8099
|
"ValidationEmails": {
|
|
7780
|
-
"shape": "
|
|
8100
|
+
"shape": "Sk"
|
|
7781
8101
|
},
|
|
7782
8102
|
"ValidationMethod": {},
|
|
7783
8103
|
"ValidationStatus": {}
|
|
7784
8104
|
}
|
|
7785
8105
|
}
|
|
7786
8106
|
},
|
|
7787
|
-
"
|
|
8107
|
+
"Sae": {
|
|
7788
8108
|
"type": "structure",
|
|
7789
8109
|
"members": {
|
|
7790
8110
|
"Address": {},
|
|
@@ -7794,7 +8114,7 @@
|
|
|
7794
8114
|
"HostedZoneId": {}
|
|
7795
8115
|
}
|
|
7796
8116
|
},
|
|
7797
|
-
"
|
|
8117
|
+
"Saf": {
|
|
7798
8118
|
"type": "list",
|
|
7799
8119
|
"member": {
|
|
7800
8120
|
"type": "structure",
|
|
@@ -7804,7 +8124,7 @@
|
|
|
7804
8124
|
}
|
|
7805
8125
|
}
|
|
7806
8126
|
},
|
|
7807
|
-
"
|
|
8127
|
+
"Sap": {
|
|
7808
8128
|
"type": "list",
|
|
7809
8129
|
"member": {
|
|
7810
8130
|
"type": "structure",
|
|
@@ -7814,7 +8134,7 @@
|
|
|
7814
8134
|
}
|
|
7815
8135
|
}
|
|
7816
8136
|
},
|
|
7817
|
-
"
|
|
8137
|
+
"Sav": {
|
|
7818
8138
|
"type": "list",
|
|
7819
8139
|
"member": {
|
|
7820
8140
|
"type": "structure",
|
|
@@ -7826,7 +8146,7 @@
|
|
|
7826
8146
|
}
|
|
7827
8147
|
}
|
|
7828
8148
|
},
|
|
7829
|
-
"
|
|
8149
|
+
"Sbp": {
|
|
7830
8150
|
"type": "structure",
|
|
7831
8151
|
"members": {
|
|
7832
8152
|
"Name": {},
|
|
@@ -7846,13 +8166,13 @@
|
|
|
7846
8166
|
}
|
|
7847
8167
|
}
|
|
7848
8168
|
},
|
|
7849
|
-
"
|
|
8169
|
+
"Se2": {
|
|
7850
8170
|
"type": "list",
|
|
7851
8171
|
"member": {
|
|
7852
8172
|
"type": "integer"
|
|
7853
8173
|
}
|
|
7854
8174
|
},
|
|
7855
|
-
"
|
|
8175
|
+
"Sef": {
|
|
7856
8176
|
"type": "structure",
|
|
7857
8177
|
"members": {
|
|
7858
8178
|
"CloudWatchLogsLogGroupArn": {},
|
|
@@ -7861,7 +8181,7 @@
|
|
|
7861
8181
|
}
|
|
7862
8182
|
}
|
|
7863
8183
|
},
|
|
7864
|
-
"
|
|
8184
|
+
"Sf6": {
|
|
7865
8185
|
"type": "structure",
|
|
7866
8186
|
"members": {
|
|
7867
8187
|
"PublishMetricAction": {
|
|
@@ -7880,7 +8200,7 @@
|
|
|
7880
8200
|
}
|
|
7881
8201
|
}
|
|
7882
8202
|
},
|
|
7883
|
-
"
|
|
8203
|
+
"Sgu": {
|
|
7884
8204
|
"type": "structure",
|
|
7885
8205
|
"members": {
|
|
7886
8206
|
"CidrBlock": {},
|
|
@@ -7921,7 +8241,7 @@
|
|
|
7921
8241
|
"VpcId": {}
|
|
7922
8242
|
}
|
|
7923
8243
|
},
|
|
7924
|
-
"
|
|
8244
|
+
"Shz": {
|
|
7925
8245
|
"type": "structure",
|
|
7926
8246
|
"members": {
|
|
7927
8247
|
"DeleteAfterDays": {
|
|
@@ -7932,23 +8252,23 @@
|
|
|
7932
8252
|
}
|
|
7933
8253
|
}
|
|
7934
8254
|
},
|
|
7935
|
-
"
|
|
8255
|
+
"Sji": {
|
|
7936
8256
|
"type": "structure",
|
|
7937
8257
|
"members": {
|
|
7938
8258
|
"CustomRequestHandling": {
|
|
7939
|
-
"shape": "
|
|
8259
|
+
"shape": "Sjj"
|
|
7940
8260
|
}
|
|
7941
8261
|
}
|
|
7942
8262
|
},
|
|
7943
|
-
"
|
|
8263
|
+
"Sjj": {
|
|
7944
8264
|
"type": "structure",
|
|
7945
8265
|
"members": {
|
|
7946
8266
|
"InsertHeaders": {
|
|
7947
|
-
"shape": "
|
|
8267
|
+
"shape": "Sjk"
|
|
7948
8268
|
}
|
|
7949
8269
|
}
|
|
7950
8270
|
},
|
|
7951
|
-
"
|
|
8271
|
+
"Sjk": {
|
|
7952
8272
|
"type": "list",
|
|
7953
8273
|
"member": {
|
|
7954
8274
|
"type": "structure",
|
|
@@ -7958,7 +8278,7 @@
|
|
|
7958
8278
|
}
|
|
7959
8279
|
}
|
|
7960
8280
|
},
|
|
7961
|
-
"
|
|
8281
|
+
"Sjm": {
|
|
7962
8282
|
"type": "structure",
|
|
7963
8283
|
"members": {
|
|
7964
8284
|
"CustomResponse": {
|
|
@@ -7969,13 +8289,13 @@
|
|
|
7969
8289
|
"type": "integer"
|
|
7970
8290
|
},
|
|
7971
8291
|
"ResponseHeaders": {
|
|
7972
|
-
"shape": "
|
|
8292
|
+
"shape": "Sjk"
|
|
7973
8293
|
}
|
|
7974
8294
|
}
|
|
7975
8295
|
}
|
|
7976
8296
|
}
|
|
7977
8297
|
},
|
|
7978
|
-
"
|
|
8298
|
+
"Sjo": {
|
|
7979
8299
|
"type": "list",
|
|
7980
8300
|
"member": {
|
|
7981
8301
|
"type": "structure",
|
|
@@ -7984,16 +8304,16 @@
|
|
|
7984
8304
|
"type": "structure",
|
|
7985
8305
|
"members": {
|
|
7986
8306
|
"Allow": {
|
|
7987
|
-
"shape": "
|
|
8307
|
+
"shape": "Sji"
|
|
7988
8308
|
},
|
|
7989
8309
|
"Block": {
|
|
7990
|
-
"shape": "
|
|
8310
|
+
"shape": "Sjm"
|
|
7991
8311
|
},
|
|
7992
8312
|
"Captcha": {
|
|
7993
8313
|
"type": "structure",
|
|
7994
8314
|
"members": {
|
|
7995
8315
|
"CustomRequestHandling": {
|
|
7996
|
-
"shape": "
|
|
8316
|
+
"shape": "Sjj"
|
|
7997
8317
|
}
|
|
7998
8318
|
}
|
|
7999
8319
|
},
|
|
@@ -8001,7 +8321,7 @@
|
|
|
8001
8321
|
"type": "structure",
|
|
8002
8322
|
"members": {
|
|
8003
8323
|
"CustomRequestHandling": {
|
|
8004
|
-
"shape": "
|
|
8324
|
+
"shape": "Sjj"
|
|
8005
8325
|
}
|
|
8006
8326
|
}
|
|
8007
8327
|
}
|
|
@@ -8013,12 +8333,12 @@
|
|
|
8013
8333
|
"type": "integer"
|
|
8014
8334
|
},
|
|
8015
8335
|
"VisibilityConfig": {
|
|
8016
|
-
"shape": "
|
|
8336
|
+
"shape": "Sjt"
|
|
8017
8337
|
}
|
|
8018
8338
|
}
|
|
8019
8339
|
}
|
|
8020
8340
|
},
|
|
8021
|
-
"
|
|
8341
|
+
"Sjt": {
|
|
8022
8342
|
"type": "structure",
|
|
8023
8343
|
"members": {
|
|
8024
8344
|
"CloudWatchMetricsEnabled": {
|
|
@@ -8030,11 +8350,7 @@
|
|
|
8030
8350
|
}
|
|
8031
8351
|
}
|
|
8032
8352
|
},
|
|
8033
|
-
"
|
|
8034
|
-
"type": "list",
|
|
8035
|
-
"member": {}
|
|
8036
|
-
},
|
|
8037
|
-
"Sjm": {
|
|
8353
|
+
"Sk6": {
|
|
8038
8354
|
"type": "list",
|
|
8039
8355
|
"member": {
|
|
8040
8356
|
"type": "structure",
|
|
@@ -8048,7 +8364,7 @@
|
|
|
8048
8364
|
}
|
|
8049
8365
|
}
|
|
8050
8366
|
},
|
|
8051
|
-
"
|
|
8367
|
+
"Skm": {
|
|
8052
8368
|
"type": "structure",
|
|
8053
8369
|
"members": {
|
|
8054
8370
|
"IpAddressV4": {},
|
|
@@ -8089,7 +8405,7 @@
|
|
|
8089
8405
|
}
|
|
8090
8406
|
}
|
|
8091
8407
|
},
|
|
8092
|
-
"
|
|
8408
|
+
"Sks": {
|
|
8093
8409
|
"type": "structure",
|
|
8094
8410
|
"members": {
|
|
8095
8411
|
"Port": {
|
|
@@ -8098,13 +8414,13 @@
|
|
|
8098
8414
|
"PortName": {}
|
|
8099
8415
|
}
|
|
8100
8416
|
},
|
|
8101
|
-
"
|
|
8417
|
+
"Sl7": {
|
|
8102
8418
|
"type": "list",
|
|
8103
8419
|
"member": {
|
|
8104
|
-
"shape": "
|
|
8420
|
+
"shape": "Sl8"
|
|
8105
8421
|
}
|
|
8106
8422
|
},
|
|
8107
|
-
"
|
|
8423
|
+
"Sl8": {
|
|
8108
8424
|
"type": "structure",
|
|
8109
8425
|
"required": [
|
|
8110
8426
|
"Id",
|
|
@@ -8115,7 +8431,7 @@
|
|
|
8115
8431
|
"ProductArn": {}
|
|
8116
8432
|
}
|
|
8117
8433
|
},
|
|
8118
|
-
"
|
|
8434
|
+
"Sl9": {
|
|
8119
8435
|
"type": "structure",
|
|
8120
8436
|
"required": [
|
|
8121
8437
|
"Text",
|
|
@@ -8126,272 +8442,286 @@
|
|
|
8126
8442
|
"UpdatedBy": {}
|
|
8127
8443
|
}
|
|
8128
8444
|
},
|
|
8129
|
-
"
|
|
8445
|
+
"Slh": {
|
|
8446
|
+
"type": "structure",
|
|
8447
|
+
"required": [
|
|
8448
|
+
"StandardsArn",
|
|
8449
|
+
"SecurityControlId",
|
|
8450
|
+
"AssociationStatus"
|
|
8451
|
+
],
|
|
8452
|
+
"members": {
|
|
8453
|
+
"StandardsArn": {},
|
|
8454
|
+
"SecurityControlId": {},
|
|
8455
|
+
"AssociationStatus": {},
|
|
8456
|
+
"UpdatedReason": {}
|
|
8457
|
+
}
|
|
8458
|
+
},
|
|
8459
|
+
"Slq": {
|
|
8130
8460
|
"type": "structure",
|
|
8131
8461
|
"members": {
|
|
8132
8462
|
"ProductArn": {
|
|
8133
|
-
"shape": "
|
|
8463
|
+
"shape": "Slr"
|
|
8134
8464
|
},
|
|
8135
8465
|
"AwsAccountId": {
|
|
8136
|
-
"shape": "
|
|
8466
|
+
"shape": "Slr"
|
|
8137
8467
|
},
|
|
8138
8468
|
"Id": {
|
|
8139
|
-
"shape": "
|
|
8469
|
+
"shape": "Slr"
|
|
8140
8470
|
},
|
|
8141
8471
|
"GeneratorId": {
|
|
8142
|
-
"shape": "
|
|
8472
|
+
"shape": "Slr"
|
|
8143
8473
|
},
|
|
8144
8474
|
"Region": {
|
|
8145
|
-
"shape": "
|
|
8475
|
+
"shape": "Slr"
|
|
8146
8476
|
},
|
|
8147
8477
|
"Type": {
|
|
8148
|
-
"shape": "
|
|
8478
|
+
"shape": "Slr"
|
|
8149
8479
|
},
|
|
8150
8480
|
"FirstObservedAt": {
|
|
8151
|
-
"shape": "
|
|
8481
|
+
"shape": "Slu"
|
|
8152
8482
|
},
|
|
8153
8483
|
"LastObservedAt": {
|
|
8154
|
-
"shape": "
|
|
8484
|
+
"shape": "Slu"
|
|
8155
8485
|
},
|
|
8156
8486
|
"CreatedAt": {
|
|
8157
|
-
"shape": "
|
|
8487
|
+
"shape": "Slu"
|
|
8158
8488
|
},
|
|
8159
8489
|
"UpdatedAt": {
|
|
8160
|
-
"shape": "
|
|
8490
|
+
"shape": "Slu"
|
|
8161
8491
|
},
|
|
8162
8492
|
"SeverityProduct": {
|
|
8163
|
-
"shape": "
|
|
8493
|
+
"shape": "Sly",
|
|
8164
8494
|
"deprecated": true,
|
|
8165
8495
|
"deprecatedMessage": "This filter is deprecated. Instead, use FindingProviderSeverityOriginal."
|
|
8166
8496
|
},
|
|
8167
8497
|
"SeverityNormalized": {
|
|
8168
|
-
"shape": "
|
|
8498
|
+
"shape": "Sly",
|
|
8169
8499
|
"deprecated": true,
|
|
8170
8500
|
"deprecatedMessage": "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel."
|
|
8171
8501
|
},
|
|
8172
8502
|
"SeverityLabel": {
|
|
8173
|
-
"shape": "
|
|
8503
|
+
"shape": "Slr"
|
|
8174
8504
|
},
|
|
8175
8505
|
"Confidence": {
|
|
8176
|
-
"shape": "
|
|
8506
|
+
"shape": "Sly"
|
|
8177
8507
|
},
|
|
8178
8508
|
"Criticality": {
|
|
8179
|
-
"shape": "
|
|
8509
|
+
"shape": "Sly"
|
|
8180
8510
|
},
|
|
8181
8511
|
"Title": {
|
|
8182
|
-
"shape": "
|
|
8512
|
+
"shape": "Slr"
|
|
8183
8513
|
},
|
|
8184
8514
|
"Description": {
|
|
8185
|
-
"shape": "
|
|
8515
|
+
"shape": "Slr"
|
|
8186
8516
|
},
|
|
8187
8517
|
"RecommendationText": {
|
|
8188
|
-
"shape": "
|
|
8518
|
+
"shape": "Slr"
|
|
8189
8519
|
},
|
|
8190
8520
|
"SourceUrl": {
|
|
8191
|
-
"shape": "
|
|
8521
|
+
"shape": "Slr"
|
|
8192
8522
|
},
|
|
8193
8523
|
"ProductFields": {
|
|
8194
|
-
"shape": "
|
|
8524
|
+
"shape": "Sm0"
|
|
8195
8525
|
},
|
|
8196
8526
|
"ProductName": {
|
|
8197
|
-
"shape": "
|
|
8527
|
+
"shape": "Slr"
|
|
8198
8528
|
},
|
|
8199
8529
|
"CompanyName": {
|
|
8200
|
-
"shape": "
|
|
8530
|
+
"shape": "Slr"
|
|
8201
8531
|
},
|
|
8202
8532
|
"UserDefinedFields": {
|
|
8203
|
-
"shape": "
|
|
8533
|
+
"shape": "Sm0"
|
|
8204
8534
|
},
|
|
8205
8535
|
"MalwareName": {
|
|
8206
|
-
"shape": "
|
|
8536
|
+
"shape": "Slr"
|
|
8207
8537
|
},
|
|
8208
8538
|
"MalwareType": {
|
|
8209
|
-
"shape": "
|
|
8539
|
+
"shape": "Slr"
|
|
8210
8540
|
},
|
|
8211
8541
|
"MalwarePath": {
|
|
8212
|
-
"shape": "
|
|
8542
|
+
"shape": "Slr"
|
|
8213
8543
|
},
|
|
8214
8544
|
"MalwareState": {
|
|
8215
|
-
"shape": "
|
|
8545
|
+
"shape": "Slr"
|
|
8216
8546
|
},
|
|
8217
8547
|
"NetworkDirection": {
|
|
8218
|
-
"shape": "
|
|
8548
|
+
"shape": "Slr"
|
|
8219
8549
|
},
|
|
8220
8550
|
"NetworkProtocol": {
|
|
8221
|
-
"shape": "
|
|
8551
|
+
"shape": "Slr"
|
|
8222
8552
|
},
|
|
8223
8553
|
"NetworkSourceIpV4": {
|
|
8224
|
-
"shape": "
|
|
8554
|
+
"shape": "Sm3"
|
|
8225
8555
|
},
|
|
8226
8556
|
"NetworkSourceIpV6": {
|
|
8227
|
-
"shape": "
|
|
8557
|
+
"shape": "Sm3"
|
|
8228
8558
|
},
|
|
8229
8559
|
"NetworkSourcePort": {
|
|
8230
|
-
"shape": "
|
|
8560
|
+
"shape": "Sly"
|
|
8231
8561
|
},
|
|
8232
8562
|
"NetworkSourceDomain": {
|
|
8233
|
-
"shape": "
|
|
8563
|
+
"shape": "Slr"
|
|
8234
8564
|
},
|
|
8235
8565
|
"NetworkSourceMac": {
|
|
8236
|
-
"shape": "
|
|
8566
|
+
"shape": "Slr"
|
|
8237
8567
|
},
|
|
8238
8568
|
"NetworkDestinationIpV4": {
|
|
8239
|
-
"shape": "
|
|
8569
|
+
"shape": "Sm3"
|
|
8240
8570
|
},
|
|
8241
8571
|
"NetworkDestinationIpV6": {
|
|
8242
|
-
"shape": "
|
|
8572
|
+
"shape": "Sm3"
|
|
8243
8573
|
},
|
|
8244
8574
|
"NetworkDestinationPort": {
|
|
8245
|
-
"shape": "
|
|
8575
|
+
"shape": "Sly"
|
|
8246
8576
|
},
|
|
8247
8577
|
"NetworkDestinationDomain": {
|
|
8248
|
-
"shape": "
|
|
8578
|
+
"shape": "Slr"
|
|
8249
8579
|
},
|
|
8250
8580
|
"ProcessName": {
|
|
8251
|
-
"shape": "
|
|
8581
|
+
"shape": "Slr"
|
|
8252
8582
|
},
|
|
8253
8583
|
"ProcessPath": {
|
|
8254
|
-
"shape": "
|
|
8584
|
+
"shape": "Slr"
|
|
8255
8585
|
},
|
|
8256
8586
|
"ProcessPid": {
|
|
8257
|
-
"shape": "
|
|
8587
|
+
"shape": "Sly"
|
|
8258
8588
|
},
|
|
8259
8589
|
"ProcessParentPid": {
|
|
8260
|
-
"shape": "
|
|
8590
|
+
"shape": "Sly"
|
|
8261
8591
|
},
|
|
8262
8592
|
"ProcessLaunchedAt": {
|
|
8263
|
-
"shape": "
|
|
8593
|
+
"shape": "Slu"
|
|
8264
8594
|
},
|
|
8265
8595
|
"ProcessTerminatedAt": {
|
|
8266
|
-
"shape": "
|
|
8596
|
+
"shape": "Slu"
|
|
8267
8597
|
},
|
|
8268
8598
|
"ThreatIntelIndicatorType": {
|
|
8269
|
-
"shape": "
|
|
8599
|
+
"shape": "Slr"
|
|
8270
8600
|
},
|
|
8271
8601
|
"ThreatIntelIndicatorValue": {
|
|
8272
|
-
"shape": "
|
|
8602
|
+
"shape": "Slr"
|
|
8273
8603
|
},
|
|
8274
8604
|
"ThreatIntelIndicatorCategory": {
|
|
8275
|
-
"shape": "
|
|
8605
|
+
"shape": "Slr"
|
|
8276
8606
|
},
|
|
8277
8607
|
"ThreatIntelIndicatorLastObservedAt": {
|
|
8278
|
-
"shape": "
|
|
8608
|
+
"shape": "Slu"
|
|
8279
8609
|
},
|
|
8280
8610
|
"ThreatIntelIndicatorSource": {
|
|
8281
|
-
"shape": "
|
|
8611
|
+
"shape": "Slr"
|
|
8282
8612
|
},
|
|
8283
8613
|
"ThreatIntelIndicatorSourceUrl": {
|
|
8284
|
-
"shape": "
|
|
8614
|
+
"shape": "Slr"
|
|
8285
8615
|
},
|
|
8286
8616
|
"ResourceType": {
|
|
8287
|
-
"shape": "
|
|
8617
|
+
"shape": "Slr"
|
|
8288
8618
|
},
|
|
8289
8619
|
"ResourceId": {
|
|
8290
|
-
"shape": "
|
|
8620
|
+
"shape": "Slr"
|
|
8291
8621
|
},
|
|
8292
8622
|
"ResourcePartition": {
|
|
8293
|
-
"shape": "
|
|
8623
|
+
"shape": "Slr"
|
|
8294
8624
|
},
|
|
8295
8625
|
"ResourceRegion": {
|
|
8296
|
-
"shape": "
|
|
8626
|
+
"shape": "Slr"
|
|
8297
8627
|
},
|
|
8298
8628
|
"ResourceTags": {
|
|
8299
|
-
"shape": "
|
|
8629
|
+
"shape": "Sm0"
|
|
8300
8630
|
},
|
|
8301
8631
|
"ResourceAwsEc2InstanceType": {
|
|
8302
|
-
"shape": "
|
|
8632
|
+
"shape": "Slr"
|
|
8303
8633
|
},
|
|
8304
8634
|
"ResourceAwsEc2InstanceImageId": {
|
|
8305
|
-
"shape": "
|
|
8635
|
+
"shape": "Slr"
|
|
8306
8636
|
},
|
|
8307
8637
|
"ResourceAwsEc2InstanceIpV4Addresses": {
|
|
8308
|
-
"shape": "
|
|
8638
|
+
"shape": "Sm3"
|
|
8309
8639
|
},
|
|
8310
8640
|
"ResourceAwsEc2InstanceIpV6Addresses": {
|
|
8311
|
-
"shape": "
|
|
8641
|
+
"shape": "Sm3"
|
|
8312
8642
|
},
|
|
8313
8643
|
"ResourceAwsEc2InstanceKeyName": {
|
|
8314
|
-
"shape": "
|
|
8644
|
+
"shape": "Slr"
|
|
8315
8645
|
},
|
|
8316
8646
|
"ResourceAwsEc2InstanceIamInstanceProfileArn": {
|
|
8317
|
-
"shape": "
|
|
8647
|
+
"shape": "Slr"
|
|
8318
8648
|
},
|
|
8319
8649
|
"ResourceAwsEc2InstanceVpcId": {
|
|
8320
|
-
"shape": "
|
|
8650
|
+
"shape": "Slr"
|
|
8321
8651
|
},
|
|
8322
8652
|
"ResourceAwsEc2InstanceSubnetId": {
|
|
8323
|
-
"shape": "
|
|
8653
|
+
"shape": "Slr"
|
|
8324
8654
|
},
|
|
8325
8655
|
"ResourceAwsEc2InstanceLaunchedAt": {
|
|
8326
|
-
"shape": "
|
|
8656
|
+
"shape": "Slu"
|
|
8327
8657
|
},
|
|
8328
8658
|
"ResourceAwsS3BucketOwnerId": {
|
|
8329
|
-
"shape": "
|
|
8659
|
+
"shape": "Slr"
|
|
8330
8660
|
},
|
|
8331
8661
|
"ResourceAwsS3BucketOwnerName": {
|
|
8332
|
-
"shape": "
|
|
8662
|
+
"shape": "Slr"
|
|
8333
8663
|
},
|
|
8334
8664
|
"ResourceAwsIamAccessKeyUserName": {
|
|
8335
|
-
"shape": "
|
|
8665
|
+
"shape": "Slr",
|
|
8336
8666
|
"deprecated": true,
|
|
8337
8667
|
"deprecatedMessage": "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName."
|
|
8338
8668
|
},
|
|
8339
8669
|
"ResourceAwsIamAccessKeyPrincipalName": {
|
|
8340
|
-
"shape": "
|
|
8670
|
+
"shape": "Slr"
|
|
8341
8671
|
},
|
|
8342
8672
|
"ResourceAwsIamAccessKeyStatus": {
|
|
8343
|
-
"shape": "
|
|
8673
|
+
"shape": "Slr"
|
|
8344
8674
|
},
|
|
8345
8675
|
"ResourceAwsIamAccessKeyCreatedAt": {
|
|
8346
|
-
"shape": "
|
|
8676
|
+
"shape": "Slu"
|
|
8347
8677
|
},
|
|
8348
8678
|
"ResourceAwsIamUserUserName": {
|
|
8349
|
-
"shape": "
|
|
8679
|
+
"shape": "Slr"
|
|
8350
8680
|
},
|
|
8351
8681
|
"ResourceContainerName": {
|
|
8352
|
-
"shape": "
|
|
8682
|
+
"shape": "Slr"
|
|
8353
8683
|
},
|
|
8354
8684
|
"ResourceContainerImageId": {
|
|
8355
|
-
"shape": "
|
|
8685
|
+
"shape": "Slr"
|
|
8356
8686
|
},
|
|
8357
8687
|
"ResourceContainerImageName": {
|
|
8358
|
-
"shape": "
|
|
8688
|
+
"shape": "Slr"
|
|
8359
8689
|
},
|
|
8360
8690
|
"ResourceContainerLaunchedAt": {
|
|
8361
|
-
"shape": "
|
|
8691
|
+
"shape": "Slu"
|
|
8362
8692
|
},
|
|
8363
8693
|
"ResourceDetailsOther": {
|
|
8364
|
-
"shape": "
|
|
8694
|
+
"shape": "Sm0"
|
|
8365
8695
|
},
|
|
8366
8696
|
"ComplianceStatus": {
|
|
8367
|
-
"shape": "
|
|
8697
|
+
"shape": "Slr"
|
|
8368
8698
|
},
|
|
8369
8699
|
"VerificationState": {
|
|
8370
|
-
"shape": "
|
|
8700
|
+
"shape": "Slr"
|
|
8371
8701
|
},
|
|
8372
8702
|
"WorkflowState": {
|
|
8373
|
-
"shape": "
|
|
8703
|
+
"shape": "Slr"
|
|
8374
8704
|
},
|
|
8375
8705
|
"WorkflowStatus": {
|
|
8376
|
-
"shape": "
|
|
8706
|
+
"shape": "Slr"
|
|
8377
8707
|
},
|
|
8378
8708
|
"RecordState": {
|
|
8379
|
-
"shape": "
|
|
8709
|
+
"shape": "Slr"
|
|
8380
8710
|
},
|
|
8381
8711
|
"RelatedFindingsProductArn": {
|
|
8382
|
-
"shape": "
|
|
8712
|
+
"shape": "Slr"
|
|
8383
8713
|
},
|
|
8384
8714
|
"RelatedFindingsId": {
|
|
8385
|
-
"shape": "
|
|
8715
|
+
"shape": "Slr"
|
|
8386
8716
|
},
|
|
8387
8717
|
"NoteText": {
|
|
8388
|
-
"shape": "
|
|
8718
|
+
"shape": "Slr"
|
|
8389
8719
|
},
|
|
8390
8720
|
"NoteUpdatedAt": {
|
|
8391
|
-
"shape": "
|
|
8721
|
+
"shape": "Slu"
|
|
8392
8722
|
},
|
|
8393
8723
|
"NoteUpdatedBy": {
|
|
8394
|
-
"shape": "
|
|
8724
|
+
"shape": "Slr"
|
|
8395
8725
|
},
|
|
8396
8726
|
"Keyword": {
|
|
8397
8727
|
"deprecated": true,
|
|
@@ -8405,25 +8735,25 @@
|
|
|
8405
8735
|
}
|
|
8406
8736
|
},
|
|
8407
8737
|
"FindingProviderFieldsConfidence": {
|
|
8408
|
-
"shape": "
|
|
8738
|
+
"shape": "Sly"
|
|
8409
8739
|
},
|
|
8410
8740
|
"FindingProviderFieldsCriticality": {
|
|
8411
|
-
"shape": "
|
|
8741
|
+
"shape": "Sly"
|
|
8412
8742
|
},
|
|
8413
8743
|
"FindingProviderFieldsRelatedFindingsId": {
|
|
8414
|
-
"shape": "
|
|
8744
|
+
"shape": "Slr"
|
|
8415
8745
|
},
|
|
8416
8746
|
"FindingProviderFieldsRelatedFindingsProductArn": {
|
|
8417
|
-
"shape": "
|
|
8747
|
+
"shape": "Slr"
|
|
8418
8748
|
},
|
|
8419
8749
|
"FindingProviderFieldsSeverityLabel": {
|
|
8420
|
-
"shape": "
|
|
8750
|
+
"shape": "Slr"
|
|
8421
8751
|
},
|
|
8422
8752
|
"FindingProviderFieldsSeverityOriginal": {
|
|
8423
|
-
"shape": "
|
|
8753
|
+
"shape": "Slr"
|
|
8424
8754
|
},
|
|
8425
8755
|
"FindingProviderFieldsTypes": {
|
|
8426
|
-
"shape": "
|
|
8756
|
+
"shape": "Slr"
|
|
8427
8757
|
},
|
|
8428
8758
|
"Sample": {
|
|
8429
8759
|
"type": "list",
|
|
@@ -8437,14 +8767,14 @@
|
|
|
8437
8767
|
}
|
|
8438
8768
|
},
|
|
8439
8769
|
"ComplianceSecurityControlId": {
|
|
8440
|
-
"shape": "
|
|
8770
|
+
"shape": "Slr"
|
|
8441
8771
|
},
|
|
8442
8772
|
"ComplianceAssociatedStandardsId": {
|
|
8443
|
-
"shape": "
|
|
8773
|
+
"shape": "Slr"
|
|
8444
8774
|
}
|
|
8445
8775
|
}
|
|
8446
8776
|
},
|
|
8447
|
-
"
|
|
8777
|
+
"Slr": {
|
|
8448
8778
|
"type": "list",
|
|
8449
8779
|
"member": {
|
|
8450
8780
|
"type": "structure",
|
|
@@ -8454,7 +8784,7 @@
|
|
|
8454
8784
|
}
|
|
8455
8785
|
}
|
|
8456
8786
|
},
|
|
8457
|
-
"
|
|
8787
|
+
"Slu": {
|
|
8458
8788
|
"type": "list",
|
|
8459
8789
|
"member": {
|
|
8460
8790
|
"type": "structure",
|
|
@@ -8473,7 +8803,7 @@
|
|
|
8473
8803
|
}
|
|
8474
8804
|
}
|
|
8475
8805
|
},
|
|
8476
|
-
"
|
|
8806
|
+
"Sly": {
|
|
8477
8807
|
"type": "list",
|
|
8478
8808
|
"member": {
|
|
8479
8809
|
"type": "structure",
|
|
@@ -8490,7 +8820,7 @@
|
|
|
8490
8820
|
}
|
|
8491
8821
|
}
|
|
8492
8822
|
},
|
|
8493
|
-
"
|
|
8823
|
+
"Sm0": {
|
|
8494
8824
|
"type": "list",
|
|
8495
8825
|
"member": {
|
|
8496
8826
|
"type": "structure",
|
|
@@ -8501,7 +8831,7 @@
|
|
|
8501
8831
|
}
|
|
8502
8832
|
}
|
|
8503
8833
|
},
|
|
8504
|
-
"
|
|
8834
|
+
"Sm3": {
|
|
8505
8835
|
"type": "list",
|
|
8506
8836
|
"member": {
|
|
8507
8837
|
"type": "structure",
|
|
@@ -8510,7 +8840,7 @@
|
|
|
8510
8840
|
}
|
|
8511
8841
|
}
|
|
8512
8842
|
},
|
|
8513
|
-
"
|
|
8843
|
+
"Smf": {
|
|
8514
8844
|
"type": "list",
|
|
8515
8845
|
"member": {
|
|
8516
8846
|
"type": "structure",
|
|
@@ -8520,35 +8850,31 @@
|
|
|
8520
8850
|
}
|
|
8521
8851
|
}
|
|
8522
8852
|
},
|
|
8523
|
-
"
|
|
8853
|
+
"Smi": {
|
|
8524
8854
|
"type": "list",
|
|
8525
8855
|
"member": {}
|
|
8526
8856
|
},
|
|
8527
|
-
"
|
|
8857
|
+
"Smv": {
|
|
8528
8858
|
"type": "list",
|
|
8529
8859
|
"member": {}
|
|
8530
8860
|
},
|
|
8531
|
-
"
|
|
8532
|
-
"type": "timestamp",
|
|
8533
|
-
"timestampFormat": "iso8601"
|
|
8534
|
-
},
|
|
8535
|
-
"Sng": {
|
|
8861
|
+
"So4": {
|
|
8536
8862
|
"type": "map",
|
|
8537
8863
|
"key": {},
|
|
8538
8864
|
"value": {}
|
|
8539
8865
|
},
|
|
8540
|
-
"
|
|
8866
|
+
"Soa": {
|
|
8541
8867
|
"type": "structure",
|
|
8542
8868
|
"members": {
|
|
8543
8869
|
"AccountId": {},
|
|
8544
8870
|
"InvitationId": {},
|
|
8545
8871
|
"InvitedAt": {
|
|
8546
|
-
"shape": "
|
|
8872
|
+
"shape": "S11"
|
|
8547
8873
|
},
|
|
8548
8874
|
"MemberStatus": {}
|
|
8549
8875
|
}
|
|
8550
8876
|
},
|
|
8551
|
-
"
|
|
8877
|
+
"Sp0": {
|
|
8552
8878
|
"type": "list",
|
|
8553
8879
|
"member": {
|
|
8554
8880
|
"type": "structure",
|
|
@@ -8562,10 +8888,10 @@
|
|
|
8562
8888
|
"AdministratorId": {},
|
|
8563
8889
|
"MemberStatus": {},
|
|
8564
8890
|
"InvitedAt": {
|
|
8565
|
-
"shape": "
|
|
8891
|
+
"shape": "S11"
|
|
8566
8892
|
},
|
|
8567
8893
|
"UpdatedAt": {
|
|
8568
|
-
"shape": "
|
|
8894
|
+
"shape": "S11"
|
|
8569
8895
|
}
|
|
8570
8896
|
}
|
|
8571
8897
|
}
|