aws-sdk 2.1396.0 → 2.1398.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 +18 -1
- package/README.md +1 -1
- package/apis/auditmanager-2017-07-25.min.json +128 -88
- package/apis/cloudtrail-2013-11-01.min.json +33 -33
- package/apis/codeguru-security-2018-05-10.examples.json +5 -0
- package/apis/codeguru-security-2018-05-10.min.json +703 -0
- package/apis/codeguru-security-2018-05-10.paginators.json +22 -0
- package/apis/drs-2020-02-26.min.json +392 -97
- package/apis/drs-2020-02-26.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +1178 -1013
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/lightsail-2016-11-28.min.json +4 -2
- package/apis/location-2020-11-19.min.json +56 -8
- package/apis/metadata.json +7 -0
- package/apis/s3-2006-03-01.examples.json +121 -121
- package/apis/securityhub-2018-10-26.examples.json +276 -0
- package/apis/securityhub-2018-10-26.min.json +957 -559
- package/apis/verifiedpermissions-2021-12-01.examples.json +5 -0
- package/apis/verifiedpermissions-2021-12-01.min.json +1215 -0
- package/apis/verifiedpermissions-2021-12-01.paginators.json +28 -0
- package/apis/verifiedpermissions-2021-12-01.waiters2.json +5 -0
- package/apis/wafv2-2019-07-29.min.json +241 -169
- package/apis/wellarchitected-2020-03-31.min.json +655 -75
- package/apis/wellarchitected-2020-03-31.paginators.json +15 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/auditmanager.d.ts +105 -52
- package/clients/cloudtrail.d.ts +28 -13
- package/clients/codegurusecurity.d.ts +761 -0
- package/clients/codegurusecurity.js +18 -0
- package/clients/drs.d.ts +354 -3
- package/clients/ec2.d.ts +225 -48
- package/clients/efs.d.ts +5 -5
- package/clients/guardduty.d.ts +11 -11
- package/clients/imagebuilder.d.ts +1 -1
- package/clients/lightsail.d.ts +12 -4
- package/clients/location.d.ts +60 -7
- package/clients/s3.d.ts +1 -1
- package/clients/securityhub.d.ts +470 -0
- package/clients/simspaceweaver.d.ts +2 -2
- package/clients/verifiedpermissions.d.ts +1392 -0
- package/clients/verifiedpermissions.js +19 -0
- package/clients/wafv2.d.ts +105 -27
- package/clients/wellarchitected.d.ts +533 -7
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +97 -16
- package/dist/aws-sdk.js +1283 -1057
- package/dist/aws-sdk.min.js +80 -80
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -54,6 +54,33 @@
|
|
54
54
|
"deprecated": true,
|
55
55
|
"deprecatedMessage": "This API has been deprecated, use AcceptAdministratorInvitation API instead."
|
56
56
|
},
|
57
|
+
"BatchDeleteAutomationRules": {
|
58
|
+
"http": {
|
59
|
+
"requestUri": "/automationrules/delete"
|
60
|
+
},
|
61
|
+
"input": {
|
62
|
+
"type": "structure",
|
63
|
+
"required": [
|
64
|
+
"AutomationRulesArns"
|
65
|
+
],
|
66
|
+
"members": {
|
67
|
+
"AutomationRulesArns": {
|
68
|
+
"shape": "S7"
|
69
|
+
}
|
70
|
+
}
|
71
|
+
},
|
72
|
+
"output": {
|
73
|
+
"type": "structure",
|
74
|
+
"members": {
|
75
|
+
"ProcessedAutomationRules": {
|
76
|
+
"shape": "S7"
|
77
|
+
},
|
78
|
+
"UnprocessedAutomationRules": {
|
79
|
+
"shape": "S9"
|
80
|
+
}
|
81
|
+
}
|
82
|
+
}
|
83
|
+
},
|
57
84
|
"BatchDisableStandards": {
|
58
85
|
"http": {
|
59
86
|
"requestUri": "/standards/deregister"
|
@@ -65,7 +92,7 @@
|
|
65
92
|
],
|
66
93
|
"members": {
|
67
94
|
"StandardsSubscriptionArns": {
|
68
|
-
"shape": "
|
95
|
+
"shape": "Sd"
|
69
96
|
}
|
70
97
|
}
|
71
98
|
},
|
@@ -73,7 +100,7 @@
|
|
73
100
|
"type": "structure",
|
74
101
|
"members": {
|
75
102
|
"StandardsSubscriptions": {
|
76
|
-
"shape": "
|
103
|
+
"shape": "Sf"
|
77
104
|
}
|
78
105
|
}
|
79
106
|
}
|
@@ -98,7 +125,7 @@
|
|
98
125
|
"members": {
|
99
126
|
"StandardsArn": {},
|
100
127
|
"StandardsInput": {
|
101
|
-
"shape": "
|
128
|
+
"shape": "Sh"
|
102
129
|
}
|
103
130
|
}
|
104
131
|
}
|
@@ -109,6 +136,61 @@
|
|
109
136
|
"type": "structure",
|
110
137
|
"members": {
|
111
138
|
"StandardsSubscriptions": {
|
139
|
+
"shape": "Sf"
|
140
|
+
}
|
141
|
+
}
|
142
|
+
}
|
143
|
+
},
|
144
|
+
"BatchGetAutomationRules": {
|
145
|
+
"http": {
|
146
|
+
"requestUri": "/automationrules/get"
|
147
|
+
},
|
148
|
+
"input": {
|
149
|
+
"type": "structure",
|
150
|
+
"required": [
|
151
|
+
"AutomationRulesArns"
|
152
|
+
],
|
153
|
+
"members": {
|
154
|
+
"AutomationRulesArns": {
|
155
|
+
"shape": "S7"
|
156
|
+
}
|
157
|
+
}
|
158
|
+
},
|
159
|
+
"output": {
|
160
|
+
"type": "structure",
|
161
|
+
"members": {
|
162
|
+
"Rules": {
|
163
|
+
"type": "list",
|
164
|
+
"member": {
|
165
|
+
"type": "structure",
|
166
|
+
"members": {
|
167
|
+
"RuleArn": {},
|
168
|
+
"RuleStatus": {},
|
169
|
+
"RuleOrder": {
|
170
|
+
"type": "integer"
|
171
|
+
},
|
172
|
+
"RuleName": {},
|
173
|
+
"Description": {},
|
174
|
+
"IsTerminal": {
|
175
|
+
"type": "boolean"
|
176
|
+
},
|
177
|
+
"Criteria": {
|
178
|
+
"shape": "Sw"
|
179
|
+
},
|
180
|
+
"Actions": {
|
181
|
+
"shape": "S1a"
|
182
|
+
},
|
183
|
+
"CreatedAt": {
|
184
|
+
"shape": "S1p"
|
185
|
+
},
|
186
|
+
"UpdatedAt": {
|
187
|
+
"shape": "S1p"
|
188
|
+
},
|
189
|
+
"CreatedBy": {}
|
190
|
+
}
|
191
|
+
}
|
192
|
+
},
|
193
|
+
"UnprocessedAutomationRules": {
|
112
194
|
"shape": "S9"
|
113
195
|
}
|
114
196
|
}
|
@@ -125,7 +207,7 @@
|
|
125
207
|
],
|
126
208
|
"members": {
|
127
209
|
"SecurityControlIds": {
|
128
|
-
"shape": "
|
210
|
+
"shape": "S1r"
|
129
211
|
}
|
130
212
|
}
|
131
213
|
},
|
@@ -190,7 +272,7 @@
|
|
190
272
|
"StandardsControlAssociationIds": {
|
191
273
|
"type": "list",
|
192
274
|
"member": {
|
193
|
-
"shape": "
|
275
|
+
"shape": "S22"
|
194
276
|
}
|
195
277
|
}
|
196
278
|
}
|
@@ -217,10 +299,10 @@
|
|
217
299
|
"SecurityControlArn": {},
|
218
300
|
"AssociationStatus": {},
|
219
301
|
"RelatedRequirements": {
|
220
|
-
"shape": "
|
302
|
+
"shape": "S27"
|
221
303
|
},
|
222
304
|
"UpdatedAt": {
|
223
|
-
"shape": "
|
305
|
+
"shape": "S1p"
|
224
306
|
},
|
225
307
|
"UpdatedReason": {},
|
226
308
|
"StandardsControlTitle": {},
|
@@ -242,7 +324,7 @@
|
|
242
324
|
],
|
243
325
|
"members": {
|
244
326
|
"StandardsControlAssociationId": {
|
245
|
-
"shape": "
|
327
|
+
"shape": "S22"
|
246
328
|
},
|
247
329
|
"ErrorCode": {},
|
248
330
|
"ErrorReason": {}
|
@@ -265,7 +347,7 @@
|
|
265
347
|
"Findings": {
|
266
348
|
"type": "list",
|
267
349
|
"member": {
|
268
|
-
"shape": "
|
350
|
+
"shape": "S2d"
|
269
351
|
}
|
270
352
|
}
|
271
353
|
}
|
@@ -302,6 +384,58 @@
|
|
302
384
|
}
|
303
385
|
}
|
304
386
|
},
|
387
|
+
"BatchUpdateAutomationRules": {
|
388
|
+
"http": {
|
389
|
+
"method": "PATCH",
|
390
|
+
"requestUri": "/automationrules/update"
|
391
|
+
},
|
392
|
+
"input": {
|
393
|
+
"type": "structure",
|
394
|
+
"required": [
|
395
|
+
"UpdateAutomationRulesRequestItems"
|
396
|
+
],
|
397
|
+
"members": {
|
398
|
+
"UpdateAutomationRulesRequestItems": {
|
399
|
+
"type": "list",
|
400
|
+
"member": {
|
401
|
+
"type": "structure",
|
402
|
+
"required": [
|
403
|
+
"RuleArn"
|
404
|
+
],
|
405
|
+
"members": {
|
406
|
+
"RuleArn": {},
|
407
|
+
"RuleStatus": {},
|
408
|
+
"RuleOrder": {
|
409
|
+
"type": "integer"
|
410
|
+
},
|
411
|
+
"Description": {},
|
412
|
+
"RuleName": {},
|
413
|
+
"IsTerminal": {
|
414
|
+
"type": "boolean"
|
415
|
+
},
|
416
|
+
"Criteria": {
|
417
|
+
"shape": "Sw"
|
418
|
+
},
|
419
|
+
"Actions": {
|
420
|
+
"shape": "S1a"
|
421
|
+
}
|
422
|
+
}
|
423
|
+
}
|
424
|
+
}
|
425
|
+
}
|
426
|
+
},
|
427
|
+
"output": {
|
428
|
+
"type": "structure",
|
429
|
+
"members": {
|
430
|
+
"ProcessedAutomationRules": {
|
431
|
+
"shape": "S7"
|
432
|
+
},
|
433
|
+
"UnprocessedAutomationRules": {
|
434
|
+
"shape": "S9"
|
435
|
+
}
|
436
|
+
}
|
437
|
+
}
|
438
|
+
},
|
305
439
|
"BatchUpdateFindings": {
|
306
440
|
"http": {
|
307
441
|
"method": "PATCH",
|
@@ -314,22 +448,13 @@
|
|
314
448
|
],
|
315
449
|
"members": {
|
316
450
|
"FindingIdentifiers": {
|
317
|
-
"shape": "
|
451
|
+
"shape": "Snh"
|
318
452
|
},
|
319
453
|
"Note": {
|
320
|
-
"shape": "
|
454
|
+
"shape": "S1e"
|
321
455
|
},
|
322
456
|
"Severity": {
|
323
|
-
"
|
324
|
-
"members": {
|
325
|
-
"Normalized": {
|
326
|
-
"type": "integer"
|
327
|
-
},
|
328
|
-
"Product": {
|
329
|
-
"type": "double"
|
330
|
-
},
|
331
|
-
"Label": {}
|
332
|
-
}
|
457
|
+
"shape": "S1f"
|
333
458
|
},
|
334
459
|
"VerificationState": {},
|
335
460
|
"Confidence": {
|
@@ -339,19 +464,16 @@
|
|
339
464
|
"type": "integer"
|
340
465
|
},
|
341
466
|
"Types": {
|
342
|
-
"shape": "
|
467
|
+
"shape": "S1j"
|
343
468
|
},
|
344
469
|
"UserDefinedFields": {
|
345
|
-
"shape": "
|
470
|
+
"shape": "S1k"
|
346
471
|
},
|
347
472
|
"Workflow": {
|
348
|
-
"
|
349
|
-
"members": {
|
350
|
-
"Status": {}
|
351
|
-
}
|
473
|
+
"shape": "S1l"
|
352
474
|
},
|
353
475
|
"RelatedFindings": {
|
354
|
-
"shape": "
|
476
|
+
"shape": "S1n"
|
355
477
|
}
|
356
478
|
}
|
357
479
|
},
|
@@ -363,7 +485,7 @@
|
|
363
485
|
],
|
364
486
|
"members": {
|
365
487
|
"ProcessedFindings": {
|
366
|
-
"shape": "
|
488
|
+
"shape": "Snh"
|
367
489
|
},
|
368
490
|
"UnprocessedFindings": {
|
369
491
|
"type": "list",
|
@@ -376,7 +498,7 @@
|
|
376
498
|
],
|
377
499
|
"members": {
|
378
500
|
"FindingIdentifier": {
|
379
|
-
"shape": "
|
501
|
+
"shape": "Sni"
|
380
502
|
},
|
381
503
|
"ErrorCode": {},
|
382
504
|
"ErrorMessage": {}
|
@@ -400,7 +522,7 @@
|
|
400
522
|
"StandardsControlAssociationUpdates": {
|
401
523
|
"type": "list",
|
402
524
|
"member": {
|
403
|
-
"shape": "
|
525
|
+
"shape": "Sno"
|
404
526
|
}
|
405
527
|
}
|
406
528
|
}
|
@@ -418,7 +540,7 @@
|
|
418
540
|
],
|
419
541
|
"members": {
|
420
542
|
"StandardsControlAssociationUpdate": {
|
421
|
-
"shape": "
|
543
|
+
"shape": "Sno"
|
422
544
|
},
|
423
545
|
"ErrorCode": {},
|
424
546
|
"ErrorReason": {}
|
@@ -455,6 +577,47 @@
|
|
455
577
|
}
|
456
578
|
}
|
457
579
|
},
|
580
|
+
"CreateAutomationRule": {
|
581
|
+
"http": {
|
582
|
+
"requestUri": "/automationrules/create"
|
583
|
+
},
|
584
|
+
"input": {
|
585
|
+
"type": "structure",
|
586
|
+
"required": [
|
587
|
+
"RuleOrder",
|
588
|
+
"RuleName",
|
589
|
+
"Description",
|
590
|
+
"Criteria",
|
591
|
+
"Actions"
|
592
|
+
],
|
593
|
+
"members": {
|
594
|
+
"Tags": {
|
595
|
+
"shape": "Snv"
|
596
|
+
},
|
597
|
+
"RuleStatus": {},
|
598
|
+
"RuleOrder": {
|
599
|
+
"type": "integer"
|
600
|
+
},
|
601
|
+
"RuleName": {},
|
602
|
+
"Description": {},
|
603
|
+
"IsTerminal": {
|
604
|
+
"type": "boolean"
|
605
|
+
},
|
606
|
+
"Criteria": {
|
607
|
+
"shape": "Sw"
|
608
|
+
},
|
609
|
+
"Actions": {
|
610
|
+
"shape": "S1a"
|
611
|
+
}
|
612
|
+
}
|
613
|
+
},
|
614
|
+
"output": {
|
615
|
+
"type": "structure",
|
616
|
+
"members": {
|
617
|
+
"RuleArn": {}
|
618
|
+
}
|
619
|
+
}
|
620
|
+
},
|
458
621
|
"CreateFindingAggregator": {
|
459
622
|
"http": {
|
460
623
|
"requestUri": "/findingAggregator/create"
|
@@ -467,7 +630,7 @@
|
|
467
630
|
"members": {
|
468
631
|
"RegionLinkingMode": {},
|
469
632
|
"Regions": {
|
470
|
-
"shape": "
|
633
|
+
"shape": "S1r"
|
471
634
|
}
|
472
635
|
}
|
473
636
|
},
|
@@ -478,7 +641,7 @@
|
|
478
641
|
"FindingAggregationRegion": {},
|
479
642
|
"RegionLinkingMode": {},
|
480
643
|
"Regions": {
|
481
|
-
"shape": "
|
644
|
+
"shape": "S1r"
|
482
645
|
}
|
483
646
|
}
|
484
647
|
}
|
@@ -497,7 +660,7 @@
|
|
497
660
|
"members": {
|
498
661
|
"Name": {},
|
499
662
|
"Filters": {
|
500
|
-
"shape": "
|
663
|
+
"shape": "So2"
|
501
664
|
},
|
502
665
|
"GroupByAttribute": {}
|
503
666
|
}
|
@@ -541,7 +704,7 @@
|
|
541
704
|
"type": "structure",
|
542
705
|
"members": {
|
543
706
|
"UnprocessedAccounts": {
|
544
|
-
"shape": "
|
707
|
+
"shape": "Sof"
|
545
708
|
}
|
546
709
|
}
|
547
710
|
}
|
@@ -557,7 +720,7 @@
|
|
557
720
|
],
|
558
721
|
"members": {
|
559
722
|
"AccountIds": {
|
560
|
-
"shape": "
|
723
|
+
"shape": "Soi"
|
561
724
|
}
|
562
725
|
}
|
563
726
|
},
|
@@ -565,7 +728,7 @@
|
|
565
728
|
"type": "structure",
|
566
729
|
"members": {
|
567
730
|
"UnprocessedAccounts": {
|
568
|
-
"shape": "
|
731
|
+
"shape": "Sof"
|
569
732
|
}
|
570
733
|
}
|
571
734
|
}
|
@@ -657,7 +820,7 @@
|
|
657
820
|
],
|
658
821
|
"members": {
|
659
822
|
"AccountIds": {
|
660
|
-
"shape": "
|
823
|
+
"shape": "Soi"
|
661
824
|
}
|
662
825
|
}
|
663
826
|
},
|
@@ -665,7 +828,7 @@
|
|
665
828
|
"type": "structure",
|
666
829
|
"members": {
|
667
830
|
"UnprocessedAccounts": {
|
668
|
-
"shape": "
|
831
|
+
"shape": "Sof"
|
669
832
|
}
|
670
833
|
}
|
671
834
|
}
|
@@ -681,7 +844,7 @@
|
|
681
844
|
],
|
682
845
|
"members": {
|
683
846
|
"AccountIds": {
|
684
|
-
"shape": "
|
847
|
+
"shape": "Soi"
|
685
848
|
}
|
686
849
|
}
|
687
850
|
},
|
@@ -689,7 +852,7 @@
|
|
689
852
|
"type": "structure",
|
690
853
|
"members": {
|
691
854
|
"UnprocessedAccounts": {
|
692
|
-
"shape": "
|
855
|
+
"shape": "Sof"
|
693
856
|
}
|
694
857
|
}
|
695
858
|
}
|
@@ -702,7 +865,7 @@
|
|
702
865
|
"type": "structure",
|
703
866
|
"members": {
|
704
867
|
"ActionTargetArns": {
|
705
|
-
"shape": "
|
868
|
+
"shape": "Sov"
|
706
869
|
},
|
707
870
|
"NextToken": {},
|
708
871
|
"MaxResults": {
|
@@ -928,7 +1091,7 @@
|
|
928
1091
|
"ControlStatus": {},
|
929
1092
|
"DisabledReason": {},
|
930
1093
|
"ControlStatusUpdatedAt": {
|
931
|
-
"shape": "
|
1094
|
+
"shape": "S1p"
|
932
1095
|
},
|
933
1096
|
"ControlId": {},
|
934
1097
|
"Title": {},
|
@@ -936,7 +1099,7 @@
|
|
936
1099
|
"RemediationUrl": {},
|
937
1100
|
"SeverityRating": {},
|
938
1101
|
"RelatedRequirements": {
|
939
|
-
"shape": "
|
1102
|
+
"shape": "S27"
|
940
1103
|
}
|
941
1104
|
}
|
942
1105
|
}
|
@@ -1038,7 +1201,7 @@
|
|
1038
1201
|
],
|
1039
1202
|
"members": {
|
1040
1203
|
"AccountIds": {
|
1041
|
-
"shape": "
|
1204
|
+
"shape": "Soi"
|
1042
1205
|
}
|
1043
1206
|
}
|
1044
1207
|
},
|
@@ -1093,7 +1256,7 @@
|
|
1093
1256
|
"type": "structure",
|
1094
1257
|
"members": {
|
1095
1258
|
"Tags": {
|
1096
|
-
"shape": "
|
1259
|
+
"shape": "Snv"
|
1097
1260
|
},
|
1098
1261
|
"EnableDefaultStandards": {
|
1099
1262
|
"type": "boolean"
|
@@ -1119,7 +1282,7 @@
|
|
1119
1282
|
"type": "structure",
|
1120
1283
|
"members": {
|
1121
1284
|
"Administrator": {
|
1122
|
-
"shape": "
|
1285
|
+
"shape": "Sq7"
|
1123
1286
|
}
|
1124
1287
|
}
|
1125
1288
|
}
|
@@ -1132,7 +1295,7 @@
|
|
1132
1295
|
"type": "structure",
|
1133
1296
|
"members": {
|
1134
1297
|
"StandardsSubscriptionArns": {
|
1135
|
-
"shape": "
|
1298
|
+
"shape": "Sd"
|
1136
1299
|
},
|
1137
1300
|
"NextToken": {},
|
1138
1301
|
"MaxResults": {
|
@@ -1144,7 +1307,7 @@
|
|
1144
1307
|
"type": "structure",
|
1145
1308
|
"members": {
|
1146
1309
|
"StandardsSubscriptions": {
|
1147
|
-
"shape": "
|
1310
|
+
"shape": "Sf"
|
1148
1311
|
},
|
1149
1312
|
"NextToken": {}
|
1150
1313
|
}
|
@@ -1174,7 +1337,7 @@
|
|
1174
1337
|
"FindingAggregationRegion": {},
|
1175
1338
|
"RegionLinkingMode": {},
|
1176
1339
|
"Regions": {
|
1177
|
-
"shape": "
|
1340
|
+
"shape": "S1r"
|
1178
1341
|
}
|
1179
1342
|
}
|
1180
1343
|
}
|
@@ -1190,13 +1353,13 @@
|
|
1190
1353
|
],
|
1191
1354
|
"members": {
|
1192
1355
|
"FindingIdentifier": {
|
1193
|
-
"shape": "
|
1356
|
+
"shape": "Sni"
|
1194
1357
|
},
|
1195
1358
|
"StartTime": {
|
1196
|
-
"shape": "
|
1359
|
+
"shape": "S1p"
|
1197
1360
|
},
|
1198
1361
|
"EndTime": {
|
1199
|
-
"shape": "
|
1362
|
+
"shape": "S1p"
|
1200
1363
|
},
|
1201
1364
|
"NextToken": {},
|
1202
1365
|
"MaxResults": {
|
@@ -1213,10 +1376,10 @@
|
|
1213
1376
|
"type": "structure",
|
1214
1377
|
"members": {
|
1215
1378
|
"FindingIdentifier": {
|
1216
|
-
"shape": "
|
1379
|
+
"shape": "Sni"
|
1217
1380
|
},
|
1218
1381
|
"UpdateTime": {
|
1219
|
-
"shape": "
|
1382
|
+
"shape": "S1p"
|
1220
1383
|
},
|
1221
1384
|
"FindingCreated": {
|
1222
1385
|
"type": "boolean"
|
@@ -1255,7 +1418,7 @@
|
|
1255
1418
|
"type": "structure",
|
1256
1419
|
"members": {
|
1257
1420
|
"Filters": {
|
1258
|
-
"shape": "
|
1421
|
+
"shape": "So2"
|
1259
1422
|
},
|
1260
1423
|
"SortCriteria": {
|
1261
1424
|
"type": "list",
|
@@ -1282,7 +1445,7 @@
|
|
1282
1445
|
"Findings": {
|
1283
1446
|
"type": "list",
|
1284
1447
|
"member": {
|
1285
|
-
"shape": "
|
1448
|
+
"shape": "S2d"
|
1286
1449
|
}
|
1287
1450
|
},
|
1288
1451
|
"NextToken": {}
|
@@ -1351,7 +1514,7 @@
|
|
1351
1514
|
"type": "structure",
|
1352
1515
|
"members": {
|
1353
1516
|
"InsightArns": {
|
1354
|
-
"shape": "
|
1517
|
+
"shape": "Sov"
|
1355
1518
|
},
|
1356
1519
|
"NextToken": {},
|
1357
1520
|
"MaxResults": {
|
@@ -1379,7 +1542,7 @@
|
|
1379
1542
|
"InsightArn": {},
|
1380
1543
|
"Name": {},
|
1381
1544
|
"Filters": {
|
1382
|
-
"shape": "
|
1545
|
+
"shape": "So2"
|
1383
1546
|
},
|
1384
1547
|
"GroupByAttribute": {}
|
1385
1548
|
}
|
@@ -1420,7 +1583,7 @@
|
|
1420
1583
|
"type": "structure",
|
1421
1584
|
"members": {
|
1422
1585
|
"Master": {
|
1423
|
-
"shape": "
|
1586
|
+
"shape": "Sq7"
|
1424
1587
|
}
|
1425
1588
|
}
|
1426
1589
|
},
|
@@ -1438,7 +1601,7 @@
|
|
1438
1601
|
],
|
1439
1602
|
"members": {
|
1440
1603
|
"AccountIds": {
|
1441
|
-
"shape": "
|
1604
|
+
"shape": "Soi"
|
1442
1605
|
}
|
1443
1606
|
}
|
1444
1607
|
},
|
@@ -1446,10 +1609,10 @@
|
|
1446
1609
|
"type": "structure",
|
1447
1610
|
"members": {
|
1448
1611
|
"Members": {
|
1449
|
-
"shape": "
|
1612
|
+
"shape": "Sr5"
|
1450
1613
|
},
|
1451
1614
|
"UnprocessedAccounts": {
|
1452
|
-
"shape": "
|
1615
|
+
"shape": "Sof"
|
1453
1616
|
}
|
1454
1617
|
}
|
1455
1618
|
}
|
@@ -1465,7 +1628,7 @@
|
|
1465
1628
|
],
|
1466
1629
|
"members": {
|
1467
1630
|
"AccountIds": {
|
1468
|
-
"shape": "
|
1631
|
+
"shape": "Soi"
|
1469
1632
|
}
|
1470
1633
|
}
|
1471
1634
|
},
|
@@ -1473,11 +1636,62 @@
|
|
1473
1636
|
"type": "structure",
|
1474
1637
|
"members": {
|
1475
1638
|
"UnprocessedAccounts": {
|
1476
|
-
"shape": "
|
1639
|
+
"shape": "Sof"
|
1477
1640
|
}
|
1478
1641
|
}
|
1479
1642
|
}
|
1480
1643
|
},
|
1644
|
+
"ListAutomationRules": {
|
1645
|
+
"http": {
|
1646
|
+
"method": "GET",
|
1647
|
+
"requestUri": "/automationrules/list"
|
1648
|
+
},
|
1649
|
+
"input": {
|
1650
|
+
"type": "structure",
|
1651
|
+
"members": {
|
1652
|
+
"NextToken": {
|
1653
|
+
"location": "querystring",
|
1654
|
+
"locationName": "NextToken"
|
1655
|
+
},
|
1656
|
+
"MaxResults": {
|
1657
|
+
"location": "querystring",
|
1658
|
+
"locationName": "MaxResults",
|
1659
|
+
"type": "integer"
|
1660
|
+
}
|
1661
|
+
}
|
1662
|
+
},
|
1663
|
+
"output": {
|
1664
|
+
"type": "structure",
|
1665
|
+
"members": {
|
1666
|
+
"AutomationRulesMetadata": {
|
1667
|
+
"type": "list",
|
1668
|
+
"member": {
|
1669
|
+
"type": "structure",
|
1670
|
+
"members": {
|
1671
|
+
"RuleArn": {},
|
1672
|
+
"RuleStatus": {},
|
1673
|
+
"RuleOrder": {
|
1674
|
+
"type": "integer"
|
1675
|
+
},
|
1676
|
+
"RuleName": {},
|
1677
|
+
"Description": {},
|
1678
|
+
"IsTerminal": {
|
1679
|
+
"type": "boolean"
|
1680
|
+
},
|
1681
|
+
"CreatedAt": {
|
1682
|
+
"shape": "S1p"
|
1683
|
+
},
|
1684
|
+
"UpdatedAt": {
|
1685
|
+
"shape": "S1p"
|
1686
|
+
},
|
1687
|
+
"CreatedBy": {}
|
1688
|
+
}
|
1689
|
+
}
|
1690
|
+
},
|
1691
|
+
"NextToken": {}
|
1692
|
+
}
|
1693
|
+
}
|
1694
|
+
},
|
1481
1695
|
"ListEnabledProductsForImport": {
|
1482
1696
|
"http": {
|
1483
1697
|
"method": "GET",
|
@@ -1568,7 +1782,7 @@
|
|
1568
1782
|
"Invitations": {
|
1569
1783
|
"type": "list",
|
1570
1784
|
"member": {
|
1571
|
-
"shape": "
|
1785
|
+
"shape": "Sq7"
|
1572
1786
|
}
|
1573
1787
|
},
|
1574
1788
|
"NextToken": {}
|
@@ -1603,7 +1817,7 @@
|
|
1603
1817
|
"type": "structure",
|
1604
1818
|
"members": {
|
1605
1819
|
"Members": {
|
1606
|
-
"shape": "
|
1820
|
+
"shape": "Sr5"
|
1607
1821
|
},
|
1608
1822
|
"NextToken": {}
|
1609
1823
|
}
|
@@ -1748,10 +1962,10 @@
|
|
1748
1962
|
"SecurityControlArn": {},
|
1749
1963
|
"AssociationStatus": {},
|
1750
1964
|
"RelatedRequirements": {
|
1751
|
-
"shape": "
|
1965
|
+
"shape": "S27"
|
1752
1966
|
},
|
1753
1967
|
"UpdatedAt": {
|
1754
|
-
"shape": "
|
1968
|
+
"shape": "S1p"
|
1755
1969
|
},
|
1756
1970
|
"UpdatedReason": {},
|
1757
1971
|
"StandardsControlTitle": {},
|
@@ -1784,7 +1998,7 @@
|
|
1784
1998
|
"type": "structure",
|
1785
1999
|
"members": {
|
1786
2000
|
"Tags": {
|
1787
|
-
"shape": "
|
2001
|
+
"shape": "Snv"
|
1788
2002
|
}
|
1789
2003
|
}
|
1790
2004
|
}
|
@@ -1805,7 +2019,7 @@
|
|
1805
2019
|
"locationName": "ResourceArn"
|
1806
2020
|
},
|
1807
2021
|
"Tags": {
|
1808
|
-
"shape": "
|
2022
|
+
"shape": "Snv"
|
1809
2023
|
}
|
1810
2024
|
}
|
1811
2025
|
},
|
@@ -1882,7 +2096,7 @@
|
|
1882
2096
|
"FindingAggregatorArn": {},
|
1883
2097
|
"RegionLinkingMode": {},
|
1884
2098
|
"Regions": {
|
1885
|
-
"shape": "
|
2099
|
+
"shape": "S1r"
|
1886
2100
|
}
|
1887
2101
|
}
|
1888
2102
|
},
|
@@ -1893,7 +2107,7 @@
|
|
1893
2107
|
"FindingAggregationRegion": {},
|
1894
2108
|
"RegionLinkingMode": {},
|
1895
2109
|
"Regions": {
|
1896
|
-
"shape": "
|
2110
|
+
"shape": "S1r"
|
1897
2111
|
}
|
1898
2112
|
}
|
1899
2113
|
}
|
@@ -1910,10 +2124,10 @@
|
|
1910
2124
|
],
|
1911
2125
|
"members": {
|
1912
2126
|
"Filters": {
|
1913
|
-
"shape": "
|
2127
|
+
"shape": "So2"
|
1914
2128
|
},
|
1915
2129
|
"Note": {
|
1916
|
-
"shape": "
|
2130
|
+
"shape": "S1e"
|
1917
2131
|
},
|
1918
2132
|
"RecordState": {}
|
1919
2133
|
}
|
@@ -1940,7 +2154,7 @@
|
|
1940
2154
|
},
|
1941
2155
|
"Name": {},
|
1942
2156
|
"Filters": {
|
1943
|
-
"shape": "
|
2157
|
+
"shape": "So2"
|
1944
2158
|
},
|
1945
2159
|
"GroupByAttribute": {}
|
1946
2160
|
}
|
@@ -2021,6 +2235,23 @@
|
|
2021
2235
|
"member": {}
|
2022
2236
|
},
|
2023
2237
|
"S9": {
|
2238
|
+
"type": "list",
|
2239
|
+
"member": {
|
2240
|
+
"type": "structure",
|
2241
|
+
"members": {
|
2242
|
+
"RuleArn": {},
|
2243
|
+
"ErrorCode": {
|
2244
|
+
"type": "integer"
|
2245
|
+
},
|
2246
|
+
"ErrorMessage": {}
|
2247
|
+
}
|
2248
|
+
}
|
2249
|
+
},
|
2250
|
+
"Sd": {
|
2251
|
+
"type": "list",
|
2252
|
+
"member": {}
|
2253
|
+
},
|
2254
|
+
"Sf": {
|
2024
2255
|
"type": "list",
|
2025
2256
|
"member": {
|
2026
2257
|
"type": "structure",
|
@@ -2034,7 +2265,7 @@
|
|
2034
2265
|
"StandardsSubscriptionArn": {},
|
2035
2266
|
"StandardsArn": {},
|
2036
2267
|
"StandardsInput": {
|
2037
|
-
"shape": "
|
2268
|
+
"shape": "Sh"
|
2038
2269
|
},
|
2039
2270
|
"StandardsStatus": {},
|
2040
2271
|
"StandardsStatusReason": {
|
@@ -2049,16 +2280,278 @@
|
|
2049
2280
|
}
|
2050
2281
|
}
|
2051
2282
|
},
|
2052
|
-
"
|
2283
|
+
"Sh": {
|
2284
|
+
"type": "map",
|
2285
|
+
"key": {},
|
2286
|
+
"value": {}
|
2287
|
+
},
|
2288
|
+
"Sw": {
|
2289
|
+
"type": "structure",
|
2290
|
+
"members": {
|
2291
|
+
"ProductArn": {
|
2292
|
+
"shape": "Sx"
|
2293
|
+
},
|
2294
|
+
"AwsAccountId": {
|
2295
|
+
"shape": "Sx"
|
2296
|
+
},
|
2297
|
+
"Id": {
|
2298
|
+
"shape": "Sx"
|
2299
|
+
},
|
2300
|
+
"GeneratorId": {
|
2301
|
+
"shape": "Sx"
|
2302
|
+
},
|
2303
|
+
"Type": {
|
2304
|
+
"shape": "Sx"
|
2305
|
+
},
|
2306
|
+
"FirstObservedAt": {
|
2307
|
+
"shape": "S10"
|
2308
|
+
},
|
2309
|
+
"LastObservedAt": {
|
2310
|
+
"shape": "S10"
|
2311
|
+
},
|
2312
|
+
"CreatedAt": {
|
2313
|
+
"shape": "S10"
|
2314
|
+
},
|
2315
|
+
"UpdatedAt": {
|
2316
|
+
"shape": "S10"
|
2317
|
+
},
|
2318
|
+
"Confidence": {
|
2319
|
+
"shape": "S14"
|
2320
|
+
},
|
2321
|
+
"Criticality": {
|
2322
|
+
"shape": "S14"
|
2323
|
+
},
|
2324
|
+
"Title": {
|
2325
|
+
"shape": "Sx"
|
2326
|
+
},
|
2327
|
+
"Description": {
|
2328
|
+
"shape": "Sx"
|
2329
|
+
},
|
2330
|
+
"SourceUrl": {
|
2331
|
+
"shape": "Sx"
|
2332
|
+
},
|
2333
|
+
"ProductName": {
|
2334
|
+
"shape": "Sx"
|
2335
|
+
},
|
2336
|
+
"CompanyName": {
|
2337
|
+
"shape": "Sx"
|
2338
|
+
},
|
2339
|
+
"SeverityLabel": {
|
2340
|
+
"shape": "Sx"
|
2341
|
+
},
|
2342
|
+
"ResourceType": {
|
2343
|
+
"shape": "Sx"
|
2344
|
+
},
|
2345
|
+
"ResourceId": {
|
2346
|
+
"shape": "Sx"
|
2347
|
+
},
|
2348
|
+
"ResourcePartition": {
|
2349
|
+
"shape": "Sx"
|
2350
|
+
},
|
2351
|
+
"ResourceRegion": {
|
2352
|
+
"shape": "Sx"
|
2353
|
+
},
|
2354
|
+
"ResourceTags": {
|
2355
|
+
"shape": "S17"
|
2356
|
+
},
|
2357
|
+
"ResourceDetailsOther": {
|
2358
|
+
"shape": "S17"
|
2359
|
+
},
|
2360
|
+
"ComplianceStatus": {
|
2361
|
+
"shape": "Sx"
|
2362
|
+
},
|
2363
|
+
"ComplianceSecurityControlId": {
|
2364
|
+
"shape": "Sx"
|
2365
|
+
},
|
2366
|
+
"ComplianceAssociatedStandardsId": {
|
2367
|
+
"shape": "Sx"
|
2368
|
+
},
|
2369
|
+
"VerificationState": {
|
2370
|
+
"shape": "Sx"
|
2371
|
+
},
|
2372
|
+
"WorkflowStatus": {
|
2373
|
+
"shape": "Sx"
|
2374
|
+
},
|
2375
|
+
"RecordState": {
|
2376
|
+
"shape": "Sx"
|
2377
|
+
},
|
2378
|
+
"RelatedFindingsProductArn": {
|
2379
|
+
"shape": "Sx"
|
2380
|
+
},
|
2381
|
+
"RelatedFindingsId": {
|
2382
|
+
"shape": "Sx"
|
2383
|
+
},
|
2384
|
+
"NoteText": {
|
2385
|
+
"shape": "Sx"
|
2386
|
+
},
|
2387
|
+
"NoteUpdatedAt": {
|
2388
|
+
"shape": "S10"
|
2389
|
+
},
|
2390
|
+
"NoteUpdatedBy": {
|
2391
|
+
"shape": "Sx"
|
2392
|
+
},
|
2393
|
+
"UserDefinedFields": {
|
2394
|
+
"shape": "S17"
|
2395
|
+
}
|
2396
|
+
}
|
2397
|
+
},
|
2398
|
+
"Sx": {
|
2399
|
+
"type": "list",
|
2400
|
+
"member": {
|
2401
|
+
"type": "structure",
|
2402
|
+
"members": {
|
2403
|
+
"Value": {},
|
2404
|
+
"Comparison": {}
|
2405
|
+
}
|
2406
|
+
}
|
2407
|
+
},
|
2408
|
+
"S10": {
|
2409
|
+
"type": "list",
|
2410
|
+
"member": {
|
2411
|
+
"type": "structure",
|
2412
|
+
"members": {
|
2413
|
+
"Start": {},
|
2414
|
+
"End": {},
|
2415
|
+
"DateRange": {
|
2416
|
+
"type": "structure",
|
2417
|
+
"members": {
|
2418
|
+
"Value": {
|
2419
|
+
"type": "integer"
|
2420
|
+
},
|
2421
|
+
"Unit": {}
|
2422
|
+
}
|
2423
|
+
}
|
2424
|
+
}
|
2425
|
+
}
|
2426
|
+
},
|
2427
|
+
"S14": {
|
2428
|
+
"type": "list",
|
2429
|
+
"member": {
|
2430
|
+
"type": "structure",
|
2431
|
+
"members": {
|
2432
|
+
"Gte": {
|
2433
|
+
"type": "double"
|
2434
|
+
},
|
2435
|
+
"Lte": {
|
2436
|
+
"type": "double"
|
2437
|
+
},
|
2438
|
+
"Eq": {
|
2439
|
+
"type": "double"
|
2440
|
+
}
|
2441
|
+
}
|
2442
|
+
}
|
2443
|
+
},
|
2444
|
+
"S17": {
|
2445
|
+
"type": "list",
|
2446
|
+
"member": {
|
2447
|
+
"type": "structure",
|
2448
|
+
"members": {
|
2449
|
+
"Key": {},
|
2450
|
+
"Value": {},
|
2451
|
+
"Comparison": {}
|
2452
|
+
}
|
2453
|
+
}
|
2454
|
+
},
|
2455
|
+
"S1a": {
|
2456
|
+
"type": "list",
|
2457
|
+
"member": {
|
2458
|
+
"type": "structure",
|
2459
|
+
"members": {
|
2460
|
+
"Type": {},
|
2461
|
+
"FindingFieldsUpdate": {
|
2462
|
+
"type": "structure",
|
2463
|
+
"members": {
|
2464
|
+
"Note": {
|
2465
|
+
"shape": "S1e"
|
2466
|
+
},
|
2467
|
+
"Severity": {
|
2468
|
+
"shape": "S1f"
|
2469
|
+
},
|
2470
|
+
"VerificationState": {},
|
2471
|
+
"Confidence": {
|
2472
|
+
"type": "integer"
|
2473
|
+
},
|
2474
|
+
"Criticality": {
|
2475
|
+
"type": "integer"
|
2476
|
+
},
|
2477
|
+
"Types": {
|
2478
|
+
"shape": "S1j"
|
2479
|
+
},
|
2480
|
+
"UserDefinedFields": {
|
2481
|
+
"shape": "S1k"
|
2482
|
+
},
|
2483
|
+
"Workflow": {
|
2484
|
+
"shape": "S1l"
|
2485
|
+
},
|
2486
|
+
"RelatedFindings": {
|
2487
|
+
"shape": "S1n"
|
2488
|
+
}
|
2489
|
+
}
|
2490
|
+
}
|
2491
|
+
}
|
2492
|
+
}
|
2493
|
+
},
|
2494
|
+
"S1e": {
|
2495
|
+
"type": "structure",
|
2496
|
+
"required": [
|
2497
|
+
"Text",
|
2498
|
+
"UpdatedBy"
|
2499
|
+
],
|
2500
|
+
"members": {
|
2501
|
+
"Text": {},
|
2502
|
+
"UpdatedBy": {}
|
2503
|
+
}
|
2504
|
+
},
|
2505
|
+
"S1f": {
|
2506
|
+
"type": "structure",
|
2507
|
+
"members": {
|
2508
|
+
"Normalized": {
|
2509
|
+
"type": "integer"
|
2510
|
+
},
|
2511
|
+
"Product": {
|
2512
|
+
"type": "double"
|
2513
|
+
},
|
2514
|
+
"Label": {}
|
2515
|
+
}
|
2516
|
+
},
|
2517
|
+
"S1j": {
|
2518
|
+
"type": "list",
|
2519
|
+
"member": {}
|
2520
|
+
},
|
2521
|
+
"S1k": {
|
2053
2522
|
"type": "map",
|
2054
2523
|
"key": {},
|
2055
2524
|
"value": {}
|
2056
2525
|
},
|
2057
|
-
"
|
2526
|
+
"S1l": {
|
2527
|
+
"type": "structure",
|
2528
|
+
"members": {
|
2529
|
+
"Status": {}
|
2530
|
+
}
|
2531
|
+
},
|
2532
|
+
"S1n": {
|
2533
|
+
"type": "list",
|
2534
|
+
"member": {
|
2535
|
+
"type": "structure",
|
2536
|
+
"required": [
|
2537
|
+
"ProductArn",
|
2538
|
+
"Id"
|
2539
|
+
],
|
2540
|
+
"members": {
|
2541
|
+
"ProductArn": {},
|
2542
|
+
"Id": {}
|
2543
|
+
}
|
2544
|
+
}
|
2545
|
+
},
|
2546
|
+
"S1p": {
|
2547
|
+
"type": "timestamp",
|
2548
|
+
"timestampFormat": "iso8601"
|
2549
|
+
},
|
2550
|
+
"S1r": {
|
2058
2551
|
"type": "list",
|
2059
2552
|
"member": {}
|
2060
2553
|
},
|
2061
|
-
"
|
2554
|
+
"S22": {
|
2062
2555
|
"type": "structure",
|
2063
2556
|
"required": [
|
2064
2557
|
"SecurityControlId",
|
@@ -2069,15 +2562,11 @@
|
|
2069
2562
|
"StandardsArn": {}
|
2070
2563
|
}
|
2071
2564
|
},
|
2072
|
-
"
|
2565
|
+
"S27": {
|
2073
2566
|
"type": "list",
|
2074
2567
|
"member": {}
|
2075
2568
|
},
|
2076
|
-
"
|
2077
|
-
"type": "timestamp",
|
2078
|
-
"timestampFormat": "iso8601"
|
2079
|
-
},
|
2080
|
-
"S17": {
|
2569
|
+
"S2d": {
|
2081
2570
|
"type": "structure",
|
2082
2571
|
"required": [
|
2083
2572
|
"SchemaVersion",
|
@@ -2101,7 +2590,7 @@
|
|
2101
2590
|
"GeneratorId": {},
|
2102
2591
|
"AwsAccountId": {},
|
2103
2592
|
"Types": {
|
2104
|
-
"shape": "
|
2593
|
+
"shape": "S1j"
|
2105
2594
|
},
|
2106
2595
|
"FirstObservedAt": {},
|
2107
2596
|
"LastObservedAt": {},
|
@@ -2142,10 +2631,10 @@
|
|
2142
2631
|
},
|
2143
2632
|
"SourceUrl": {},
|
2144
2633
|
"ProductFields": {
|
2145
|
-
"shape": "
|
2634
|
+
"shape": "S1k"
|
2146
2635
|
},
|
2147
2636
|
"UserDefinedFields": {
|
2148
|
-
"shape": "
|
2637
|
+
"shape": "S1k"
|
2149
2638
|
},
|
2150
2639
|
"Malware": {
|
2151
2640
|
"type": "list",
|
@@ -2168,7 +2657,7 @@
|
|
2168
2657
|
"Direction": {},
|
2169
2658
|
"Protocol": {},
|
2170
2659
|
"OpenPortRange": {
|
2171
|
-
"shape": "
|
2660
|
+
"shape": "S2n"
|
2172
2661
|
},
|
2173
2662
|
"SourceIpV4": {},
|
2174
2663
|
"SourceIpV6": {},
|
@@ -2193,10 +2682,10 @@
|
|
2193
2682
|
"ComponentId": {},
|
2194
2683
|
"ComponentType": {},
|
2195
2684
|
"Egress": {
|
2196
|
-
"shape": "
|
2685
|
+
"shape": "S2q"
|
2197
2686
|
},
|
2198
2687
|
"Ingress": {
|
2199
|
-
"shape": "
|
2688
|
+
"shape": "S2q"
|
2200
2689
|
}
|
2201
2690
|
}
|
2202
2691
|
}
|
@@ -2270,7 +2759,7 @@
|
|
2270
2759
|
"Region": {},
|
2271
2760
|
"ResourceRole": {},
|
2272
2761
|
"Tags": {
|
2273
|
-
"shape": "
|
2762
|
+
"shape": "S1k"
|
2274
2763
|
},
|
2275
2764
|
"DataClassification": {
|
2276
2765
|
"type": "structure",
|
@@ -2309,7 +2798,7 @@
|
|
2309
2798
|
},
|
2310
2799
|
"Type": {},
|
2311
2800
|
"Occurrences": {
|
2312
|
-
"shape": "
|
2801
|
+
"shape": "S3d"
|
2313
2802
|
}
|
2314
2803
|
}
|
2315
2804
|
}
|
@@ -2334,7 +2823,7 @@
|
|
2334
2823
|
"Arn": {},
|
2335
2824
|
"Name": {},
|
2336
2825
|
"Occurrences": {
|
2337
|
-
"shape": "
|
2826
|
+
"shape": "S3d"
|
2338
2827
|
}
|
2339
2828
|
}
|
2340
2829
|
}
|
@@ -2356,7 +2845,7 @@
|
|
2356
2845
|
"members": {
|
2357
2846
|
"LaunchConfigurationName": {},
|
2358
2847
|
"LoadBalancerNames": {
|
2359
|
-
"shape": "
|
2848
|
+
"shape": "S1r"
|
2360
2849
|
},
|
2361
2850
|
"HealthCheckType": {},
|
2362
2851
|
"HealthCheckGracePeriod": {
|
@@ -2435,7 +2924,7 @@
|
|
2435
2924
|
"members": {
|
2436
2925
|
"EncryptionKey": {},
|
2437
2926
|
"Artifacts": {
|
2438
|
-
"shape": "
|
2927
|
+
"shape": "S41"
|
2439
2928
|
},
|
2440
2929
|
"Environment": {
|
2441
2930
|
"type": "structure",
|
@@ -2509,15 +2998,15 @@
|
|
2509
2998
|
"members": {
|
2510
2999
|
"VpcId": {},
|
2511
3000
|
"Subnets": {
|
2512
|
-
"shape": "
|
3001
|
+
"shape": "S4c"
|
2513
3002
|
},
|
2514
3003
|
"SecurityGroupIds": {
|
2515
|
-
"shape": "
|
3004
|
+
"shape": "S4c"
|
2516
3005
|
}
|
2517
3006
|
}
|
2518
3007
|
},
|
2519
3008
|
"SecondaryArtifacts": {
|
2520
|
-
"shape": "
|
3009
|
+
"shape": "S41"
|
2521
3010
|
}
|
2522
3011
|
}
|
2523
3012
|
},
|
@@ -2598,7 +3087,7 @@
|
|
2598
3087
|
"type": "structure",
|
2599
3088
|
"members": {
|
2600
3089
|
"Items": {
|
2601
|
-
"shape": "
|
3090
|
+
"shape": "S4c"
|
2602
3091
|
},
|
2603
3092
|
"Quantity": {
|
2604
3093
|
"type": "integer"
|
@@ -2668,10 +3157,10 @@
|
|
2668
3157
|
"Type": {},
|
2669
3158
|
"ImageId": {},
|
2670
3159
|
"IpV4Addresses": {
|
2671
|
-
"shape": "
|
3160
|
+
"shape": "S1r"
|
2672
3161
|
},
|
2673
3162
|
"IpV6Addresses": {
|
2674
|
-
"shape": "
|
3163
|
+
"shape": "S1r"
|
2675
3164
|
},
|
2676
3165
|
"KeyName": {},
|
2677
3166
|
"IamInstanceProfileArn": {},
|
@@ -2772,10 +3261,10 @@
|
|
2772
3261
|
"OwnerId": {},
|
2773
3262
|
"VpcId": {},
|
2774
3263
|
"IpPermissions": {
|
2775
|
-
"shape": "
|
3264
|
+
"shape": "S5a"
|
2776
3265
|
},
|
2777
3266
|
"IpPermissionsEgress": {
|
2778
|
-
"shape": "
|
3267
|
+
"shape": "S5a"
|
2779
3268
|
}
|
2780
3269
|
}
|
2781
3270
|
},
|
@@ -2827,7 +3316,7 @@
|
|
2827
3316
|
}
|
2828
3317
|
},
|
2829
3318
|
"Ipv6CidrBlockAssociationSet": {
|
2830
|
-
"shape": "
|
3319
|
+
"shape": "S5q"
|
2831
3320
|
},
|
2832
3321
|
"DhcpOptionsId": {},
|
2833
3322
|
"State": {}
|
@@ -2872,7 +3361,7 @@
|
|
2872
3361
|
"SubnetId": {},
|
2873
3362
|
"VpcId": {},
|
2874
3363
|
"Ipv6CidrBlockAssociationSet": {
|
2875
|
-
"shape": "
|
3364
|
+
"shape": "S5q"
|
2876
3365
|
}
|
2877
3366
|
}
|
2878
3367
|
},
|
@@ -3046,7 +3535,7 @@
|
|
3046
3535
|
"DomainName": {},
|
3047
3536
|
"Endpoint": {},
|
3048
3537
|
"Endpoints": {
|
3049
|
-
"shape": "
|
3538
|
+
"shape": "S1k"
|
3050
3539
|
},
|
3051
3540
|
"ElasticsearchVersion": {},
|
3052
3541
|
"ElasticsearchClusterConfig": {
|
@@ -3089,13 +3578,13 @@
|
|
3089
3578
|
"type": "structure",
|
3090
3579
|
"members": {
|
3091
3580
|
"IndexSlowLogs": {
|
3092
|
-
"shape": "
|
3581
|
+
"shape": "S6k"
|
3093
3582
|
},
|
3094
3583
|
"SearchSlowLogs": {
|
3095
|
-
"shape": "
|
3584
|
+
"shape": "S6k"
|
3096
3585
|
},
|
3097
3586
|
"AuditLogs": {
|
3098
|
-
"shape": "
|
3587
|
+
"shape": "S6k"
|
3099
3588
|
}
|
3100
3589
|
}
|
3101
3590
|
},
|
@@ -3127,13 +3616,13 @@
|
|
3127
3616
|
"type": "structure",
|
3128
3617
|
"members": {
|
3129
3618
|
"AvailabilityZones": {
|
3130
|
-
"shape": "
|
3619
|
+
"shape": "S4c"
|
3131
3620
|
},
|
3132
3621
|
"SecurityGroupIds": {
|
3133
|
-
"shape": "
|
3622
|
+
"shape": "S4c"
|
3134
3623
|
},
|
3135
3624
|
"SubnetIds": {
|
3136
|
-
"shape": "
|
3625
|
+
"shape": "S4c"
|
3137
3626
|
},
|
3138
3627
|
"VPCId": {}
|
3139
3628
|
}
|
@@ -3263,7 +3752,7 @@
|
|
3263
3752
|
}
|
3264
3753
|
},
|
3265
3754
|
"PublicAccessBlockConfiguration": {
|
3266
|
-
"shape": "
|
3755
|
+
"shape": "S77"
|
3267
3756
|
},
|
3268
3757
|
"AccessControlList": {},
|
3269
3758
|
"BucketLoggingConfiguration": {
|
@@ -3386,7 +3875,7 @@
|
|
3386
3875
|
}
|
3387
3876
|
},
|
3388
3877
|
"AwsS3AccountPublicAccessBlock": {
|
3389
|
-
"shape": "
|
3878
|
+
"shape": "S77"
|
3390
3879
|
},
|
3391
3880
|
"AwsS3Object": {
|
3392
3881
|
"type": "structure",
|
@@ -3469,15 +3958,15 @@
|
|
3469
3958
|
"type": "structure",
|
3470
3959
|
"members": {
|
3471
3960
|
"AttachedManagedPolicies": {
|
3472
|
-
"shape": "
|
3961
|
+
"shape": "S81"
|
3473
3962
|
},
|
3474
3963
|
"CreateDate": {},
|
3475
3964
|
"GroupList": {
|
3476
|
-
"shape": "
|
3965
|
+
"shape": "S1r"
|
3477
3966
|
},
|
3478
3967
|
"Path": {},
|
3479
3968
|
"PermissionsBoundary": {
|
3480
|
-
"shape": "
|
3969
|
+
"shape": "S83"
|
3481
3970
|
},
|
3482
3971
|
"UserId": {},
|
3483
3972
|
"UserName": {},
|
@@ -3533,19 +4022,19 @@
|
|
3533
4022
|
"CreatedDate": {},
|
3534
4023
|
"Description": {},
|
3535
4024
|
"DefaultRouteSettings": {
|
3536
|
-
"shape": "
|
4025
|
+
"shape": "S8a"
|
3537
4026
|
},
|
3538
4027
|
"DeploymentId": {},
|
3539
4028
|
"LastUpdatedDate": {},
|
3540
4029
|
"RouteSettings": {
|
3541
|
-
"shape": "
|
4030
|
+
"shape": "S8a"
|
3542
4031
|
},
|
3543
4032
|
"StageName": {},
|
3544
4033
|
"StageVariables": {
|
3545
|
-
"shape": "
|
4034
|
+
"shape": "S1k"
|
3546
4035
|
},
|
3547
4036
|
"AccessLogSettings": {
|
3548
|
-
"shape": "
|
4037
|
+
"shape": "S8b"
|
3549
4038
|
},
|
3550
4039
|
"AutoDeploy": {
|
3551
4040
|
"type": "boolean"
|
@@ -3572,22 +4061,22 @@
|
|
3572
4061
|
"type": "structure",
|
3573
4062
|
"members": {
|
3574
4063
|
"AllowOrigins": {
|
3575
|
-
"shape": "
|
4064
|
+
"shape": "S4c"
|
3576
4065
|
},
|
3577
4066
|
"AllowCredentials": {
|
3578
4067
|
"type": "boolean"
|
3579
4068
|
},
|
3580
4069
|
"ExposeHeaders": {
|
3581
|
-
"shape": "
|
4070
|
+
"shape": "S4c"
|
3582
4071
|
},
|
3583
4072
|
"MaxAge": {
|
3584
4073
|
"type": "integer"
|
3585
4074
|
},
|
3586
4075
|
"AllowMethods": {
|
3587
|
-
"shape": "
|
4076
|
+
"shape": "S4c"
|
3588
4077
|
},
|
3589
4078
|
"AllowHeaders": {
|
3590
|
-
"shape": "
|
4079
|
+
"shape": "S4c"
|
3591
4080
|
}
|
3592
4081
|
}
|
3593
4082
|
}
|
@@ -3632,13 +4121,13 @@
|
|
3632
4121
|
"type": "integer"
|
3633
4122
|
},
|
3634
4123
|
"KeySchema": {
|
3635
|
-
"shape": "
|
4124
|
+
"shape": "S8l"
|
3636
4125
|
},
|
3637
4126
|
"Projection": {
|
3638
|
-
"shape": "
|
4127
|
+
"shape": "S8n"
|
3639
4128
|
},
|
3640
4129
|
"ProvisionedThroughput": {
|
3641
|
-
"shape": "
|
4130
|
+
"shape": "S8o"
|
3642
4131
|
}
|
3643
4132
|
}
|
3644
4133
|
}
|
@@ -3648,7 +4137,7 @@
|
|
3648
4137
|
"type": "integer"
|
3649
4138
|
},
|
3650
4139
|
"KeySchema": {
|
3651
|
-
"shape": "
|
4140
|
+
"shape": "S8l"
|
3652
4141
|
},
|
3653
4142
|
"LatestStreamArn": {},
|
3654
4143
|
"LatestStreamLabel": {},
|
@@ -3660,16 +4149,16 @@
|
|
3660
4149
|
"IndexArn": {},
|
3661
4150
|
"IndexName": {},
|
3662
4151
|
"KeySchema": {
|
3663
|
-
"shape": "
|
4152
|
+
"shape": "S8l"
|
3664
4153
|
},
|
3665
4154
|
"Projection": {
|
3666
|
-
"shape": "
|
4155
|
+
"shape": "S8n"
|
3667
4156
|
}
|
3668
4157
|
}
|
3669
4158
|
}
|
3670
4159
|
},
|
3671
4160
|
"ProvisionedThroughput": {
|
3672
|
-
"shape": "
|
4161
|
+
"shape": "S8o"
|
3673
4162
|
},
|
3674
4163
|
"Replicas": {
|
3675
4164
|
"type": "list",
|
@@ -3683,14 +4172,14 @@
|
|
3683
4172
|
"members": {
|
3684
4173
|
"IndexName": {},
|
3685
4174
|
"ProvisionedThroughputOverride": {
|
3686
|
-
"shape": "
|
4175
|
+
"shape": "S8v"
|
3687
4176
|
}
|
3688
4177
|
}
|
3689
4178
|
}
|
3690
4179
|
},
|
3691
4180
|
"KmsMasterKeyId": {},
|
3692
4181
|
"ProvisionedThroughputOverride": {
|
3693
|
-
"shape": "
|
4182
|
+
"shape": "S8v"
|
3694
4183
|
},
|
3695
4184
|
"RegionName": {},
|
3696
4185
|
"ReplicaStatus": {},
|
@@ -3784,11 +4273,11 @@
|
|
3784
4273
|
}
|
3785
4274
|
},
|
3786
4275
|
"Variables": {
|
3787
|
-
"shape": "
|
4276
|
+
"shape": "S1k"
|
3788
4277
|
},
|
3789
4278
|
"DocumentationVersion": {},
|
3790
4279
|
"AccessLogSettings": {
|
3791
|
-
"shape": "
|
4280
|
+
"shape": "S8b"
|
3792
4281
|
},
|
3793
4282
|
"CanarySettings": {
|
3794
4283
|
"type": "structure",
|
@@ -3798,7 +4287,7 @@
|
|
3798
4287
|
},
|
3799
4288
|
"DeploymentId": {},
|
3800
4289
|
"StageVariableOverrides": {
|
3801
|
-
"shape": "
|
4290
|
+
"shape": "S1k"
|
3802
4291
|
},
|
3803
4292
|
"UseStageCache": {
|
3804
4293
|
"type": "boolean"
|
@@ -3822,7 +4311,7 @@
|
|
3822
4311
|
"CreatedDate": {},
|
3823
4312
|
"Version": {},
|
3824
4313
|
"BinaryMediaTypes": {
|
3825
|
-
"shape": "
|
4314
|
+
"shape": "S4c"
|
3826
4315
|
},
|
3827
4316
|
"MinimumCompressionSize": {
|
3828
4317
|
"type": "integer"
|
@@ -3832,7 +4321,7 @@
|
|
3832
4321
|
"type": "structure",
|
3833
4322
|
"members": {
|
3834
4323
|
"Types": {
|
3835
|
-
"shape": "
|
4324
|
+
"shape": "S4c"
|
3836
4325
|
}
|
3837
4326
|
}
|
3838
4327
|
}
|
@@ -3932,7 +4421,7 @@
|
|
3932
4421
|
"CreatedAt": {},
|
3933
4422
|
"DomainName": {},
|
3934
4423
|
"DomainValidationOptions": {
|
3935
|
-
"shape": "
|
4424
|
+
"shape": "S9a"
|
3936
4425
|
},
|
3937
4426
|
"ExtendedKeyUsages": {
|
3938
4427
|
"type": "list",
|
@@ -3947,7 +4436,7 @@
|
|
3947
4436
|
"FailureReason": {},
|
3948
4437
|
"ImportedAt": {},
|
3949
4438
|
"InUseBy": {
|
3950
|
-
"shape": "
|
4439
|
+
"shape": "S1r"
|
3951
4440
|
},
|
3952
4441
|
"IssuedAt": {},
|
3953
4442
|
"Issuer": {},
|
@@ -3974,7 +4463,7 @@
|
|
3974
4463
|
"type": "structure",
|
3975
4464
|
"members": {
|
3976
4465
|
"DomainValidationOptions": {
|
3977
|
-
"shape": "
|
4466
|
+
"shape": "S9a"
|
3978
4467
|
},
|
3979
4468
|
"RenewalStatus": {},
|
3980
4469
|
"RenewalStatusReason": {},
|
@@ -3986,7 +4475,7 @@
|
|
3986
4475
|
"Status": {},
|
3987
4476
|
"Subject": {},
|
3988
4477
|
"SubjectAlternativeNames": {
|
3989
|
-
"shape": "
|
4478
|
+
"shape": "S1r"
|
3990
4479
|
},
|
3991
4480
|
"Type": {}
|
3992
4481
|
}
|
@@ -4131,7 +4620,7 @@
|
|
4131
4620
|
"type": "integer"
|
4132
4621
|
},
|
4133
4622
|
"PendingActions": {
|
4134
|
-
"shape": "
|
4623
|
+
"shape": "S1r"
|
4135
4624
|
},
|
4136
4625
|
"PendingModifiedValues": {
|
4137
4626
|
"type": "structure",
|
@@ -4223,7 +4712,7 @@
|
|
4223
4712
|
"type": "structure",
|
4224
4713
|
"members": {
|
4225
4714
|
"AvailabilityZones": {
|
4226
|
-
"shape": "
|
4715
|
+
"shape": "S1r"
|
4227
4716
|
},
|
4228
4717
|
"BackendServerDescriptions": {
|
4229
4718
|
"type": "list",
|
@@ -4234,7 +4723,7 @@
|
|
4234
4723
|
"type": "integer"
|
4235
4724
|
},
|
4236
4725
|
"PolicyNames": {
|
4237
|
-
"shape": "
|
4726
|
+
"shape": "S1r"
|
4238
4727
|
}
|
4239
4728
|
}
|
4240
4729
|
}
|
@@ -4290,7 +4779,7 @@
|
|
4290
4779
|
}
|
4291
4780
|
},
|
4292
4781
|
"PolicyNames": {
|
4293
|
-
"shape": "
|
4782
|
+
"shape": "S1r"
|
4294
4783
|
}
|
4295
4784
|
}
|
4296
4785
|
}
|
@@ -4377,13 +4866,13 @@
|
|
4377
4866
|
}
|
4378
4867
|
},
|
4379
4868
|
"OtherPolicies": {
|
4380
|
-
"shape": "
|
4869
|
+
"shape": "S1r"
|
4381
4870
|
}
|
4382
4871
|
}
|
4383
4872
|
},
|
4384
4873
|
"Scheme": {},
|
4385
4874
|
"SecurityGroups": {
|
4386
|
-
"shape": "
|
4875
|
+
"shape": "S1r"
|
4387
4876
|
},
|
4388
4877
|
"SourceSecurityGroup": {
|
4389
4878
|
"type": "structure",
|
@@ -4393,7 +4882,7 @@
|
|
4393
4882
|
}
|
4394
4883
|
},
|
4395
4884
|
"Subnets": {
|
4396
|
-
"shape": "
|
4885
|
+
"shape": "S1r"
|
4397
4886
|
},
|
4398
4887
|
"VpcId": {}
|
4399
4888
|
}
|
@@ -4402,7 +4891,7 @@
|
|
4402
4891
|
"type": "structure",
|
4403
4892
|
"members": {
|
4404
4893
|
"AttachedManagedPolicies": {
|
4405
|
-
"shape": "
|
4894
|
+
"shape": "S81"
|
4406
4895
|
},
|
4407
4896
|
"CreateDate": {},
|
4408
4897
|
"GroupId": {},
|
@@ -4424,7 +4913,7 @@
|
|
4424
4913
|
"members": {
|
4425
4914
|
"AssumeRolePolicyDocument": {},
|
4426
4915
|
"AttachedManagedPolicies": {
|
4427
|
-
"shape": "
|
4916
|
+
"shape": "S81"
|
4428
4917
|
},
|
4429
4918
|
"CreateDate": {},
|
4430
4919
|
"InstanceProfileList": {
|
@@ -4455,7 +4944,7 @@
|
|
4455
4944
|
}
|
4456
4945
|
},
|
4457
4946
|
"PermissionsBoundary": {
|
4458
|
-
"shape": "
|
4947
|
+
"shape": "S83"
|
4459
4948
|
},
|
4460
4949
|
"RoleId": {},
|
4461
4950
|
"RoleName": {},
|
@@ -4514,7 +5003,7 @@
|
|
4514
5003
|
"type": "structure",
|
4515
5004
|
"members": {
|
4516
5005
|
"Variables": {
|
4517
|
-
"shape": "
|
5006
|
+
"shape": "S1k"
|
4518
5007
|
},
|
4519
5008
|
"Error": {
|
4520
5009
|
"type": "structure",
|
@@ -4561,17 +5050,17 @@
|
|
4561
5050
|
"type": "structure",
|
4562
5051
|
"members": {
|
4563
5052
|
"SecurityGroupIds": {
|
4564
|
-
"shape": "
|
5053
|
+
"shape": "S4c"
|
4565
5054
|
},
|
4566
5055
|
"SubnetIds": {
|
4567
|
-
"shape": "
|
5056
|
+
"shape": "S4c"
|
4568
5057
|
},
|
4569
5058
|
"VpcId": {}
|
4570
5059
|
}
|
4571
5060
|
},
|
4572
5061
|
"Version": {},
|
4573
5062
|
"Architectures": {
|
4574
|
-
"shape": "
|
5063
|
+
"shape": "S4c"
|
4575
5064
|
},
|
4576
5065
|
"PackageType": {}
|
4577
5066
|
}
|
@@ -4583,7 +5072,7 @@
|
|
4583
5072
|
"type": "long"
|
4584
5073
|
},
|
4585
5074
|
"CompatibleRuntimes": {
|
4586
|
-
"shape": "
|
5075
|
+
"shape": "S4c"
|
4587
5076
|
},
|
4588
5077
|
"CreatedDate": {}
|
4589
5078
|
}
|
@@ -4615,7 +5104,7 @@
|
|
4615
5104
|
"type": "boolean"
|
4616
5105
|
},
|
4617
5106
|
"Endpoint": {
|
4618
|
-
"shape": "
|
5107
|
+
"shape": "Sbi"
|
4619
5108
|
},
|
4620
5109
|
"Engine": {},
|
4621
5110
|
"EngineVersion": {},
|
@@ -4632,7 +5121,7 @@
|
|
4632
5121
|
},
|
4633
5122
|
"TdeCredentialArn": {},
|
4634
5123
|
"VpcSecurityGroups": {
|
4635
|
-
"shape": "
|
5124
|
+
"shape": "Sbj"
|
4636
5125
|
},
|
4637
5126
|
"MultiAz": {
|
4638
5127
|
"type": "boolean"
|
@@ -4648,7 +5137,7 @@
|
|
4648
5137
|
"type": "integer"
|
4649
5138
|
},
|
4650
5139
|
"DbSecurityGroups": {
|
4651
|
-
"shape": "
|
5140
|
+
"shape": "S1r"
|
4652
5141
|
},
|
4653
5142
|
"DbParameterGroups": {
|
4654
5143
|
"type": "list",
|
@@ -4718,15 +5207,15 @@
|
|
4718
5207
|
"type": "structure",
|
4719
5208
|
"members": {
|
4720
5209
|
"LogTypesToEnable": {
|
4721
|
-
"shape": "
|
5210
|
+
"shape": "S1r"
|
4722
5211
|
},
|
4723
5212
|
"LogTypesToDisable": {
|
4724
|
-
"shape": "
|
5213
|
+
"shape": "S1r"
|
4725
5214
|
}
|
4726
5215
|
}
|
4727
5216
|
},
|
4728
5217
|
"ProcessorFeatures": {
|
4729
|
-
"shape": "
|
5218
|
+
"shape": "Sbt"
|
4730
5219
|
}
|
4731
5220
|
}
|
4732
5221
|
},
|
@@ -4736,10 +5225,10 @@
|
|
4736
5225
|
},
|
4737
5226
|
"ReadReplicaSourceDBInstanceIdentifier": {},
|
4738
5227
|
"ReadReplicaDBInstanceIdentifiers": {
|
4739
|
-
"shape": "
|
5228
|
+
"shape": "S1r"
|
4740
5229
|
},
|
4741
5230
|
"ReadReplicaDBClusterIdentifiers": {
|
4742
|
-
"shape": "
|
5231
|
+
"shape": "S1r"
|
4743
5232
|
},
|
4744
5233
|
"LicenseModel": {},
|
4745
5234
|
"Iops": {
|
@@ -4773,7 +5262,7 @@
|
|
4773
5262
|
},
|
4774
5263
|
"StorageType": {},
|
4775
5264
|
"DomainMemberships": {
|
4776
|
-
"shape": "
|
5265
|
+
"shape": "Sbz"
|
4777
5266
|
},
|
4778
5267
|
"CopyTagsToSnapshot": {
|
4779
5268
|
"type": "boolean"
|
@@ -4794,13 +5283,13 @@
|
|
4794
5283
|
"type": "integer"
|
4795
5284
|
},
|
4796
5285
|
"EnabledCloudWatchLogsExports": {
|
4797
|
-
"shape": "
|
5286
|
+
"shape": "S1r"
|
4798
5287
|
},
|
4799
5288
|
"ProcessorFeatures": {
|
4800
|
-
"shape": "
|
5289
|
+
"shape": "Sbt"
|
4801
5290
|
},
|
4802
5291
|
"ListenerEndpoint": {
|
4803
|
-
"shape": "
|
5292
|
+
"shape": "Sbi"
|
4804
5293
|
},
|
4805
5294
|
"MaxAllocatedStorage": {
|
4806
5295
|
"type": "integer"
|
@@ -4926,7 +5415,7 @@
|
|
4926
5415
|
"type": "boolean"
|
4927
5416
|
},
|
4928
5417
|
"ProcessorFeatures": {
|
4929
|
-
"shape": "
|
5418
|
+
"shape": "Sbt"
|
4930
5419
|
},
|
4931
5420
|
"DbiResourceId": {}
|
4932
5421
|
}
|
@@ -4935,7 +5424,7 @@
|
|
4935
5424
|
"type": "structure",
|
4936
5425
|
"members": {
|
4937
5426
|
"AvailabilityZones": {
|
4938
|
-
"shape": "
|
5427
|
+
"shape": "S1r"
|
4939
5428
|
},
|
4940
5429
|
"SnapshotCreateTime": {},
|
4941
5430
|
"Engine": {},
|
@@ -4973,7 +5462,7 @@
|
|
4973
5462
|
"type": "integer"
|
4974
5463
|
},
|
4975
5464
|
"AvailabilityZones": {
|
4976
|
-
"shape": "
|
5465
|
+
"shape": "S1r"
|
4977
5466
|
},
|
4978
5467
|
"BackupRetentionPeriod": {
|
4979
5468
|
"type": "integer"
|
@@ -4983,7 +5472,7 @@
|
|
4983
5472
|
"Endpoint": {},
|
4984
5473
|
"ReaderEndpoint": {},
|
4985
5474
|
"CustomEndpoints": {
|
4986
|
-
"shape": "
|
5475
|
+
"shape": "S1r"
|
4987
5476
|
},
|
4988
5477
|
"MultiAz": {
|
4989
5478
|
"type": "boolean"
|
@@ -4997,10 +5486,10 @@
|
|
4997
5486
|
"PreferredBackupWindow": {},
|
4998
5487
|
"PreferredMaintenanceWindow": {},
|
4999
5488
|
"ReadReplicaIdentifiers": {
|
5000
|
-
"shape": "
|
5489
|
+
"shape": "S1r"
|
5001
5490
|
},
|
5002
5491
|
"VpcSecurityGroups": {
|
5003
|
-
"shape": "
|
5492
|
+
"shape": "Sbj"
|
5004
5493
|
},
|
5005
5494
|
"HostedZoneId": {},
|
5006
5495
|
"StorageEncrypted": {
|
@@ -5020,7 +5509,7 @@
|
|
5020
5509
|
},
|
5021
5510
|
"ClusterCreateTime": {},
|
5022
5511
|
"EnabledCloudWatchLogsExports": {
|
5023
|
-
"shape": "
|
5512
|
+
"shape": "S1r"
|
5024
5513
|
},
|
5025
5514
|
"EngineMode": {},
|
5026
5515
|
"DeletionProtection": {
|
@@ -5037,7 +5526,7 @@
|
|
5037
5526
|
"type": "boolean"
|
5038
5527
|
},
|
5039
5528
|
"DomainMemberships": {
|
5040
|
-
"shape": "
|
5529
|
+
"shape": "Sbz"
|
5041
5530
|
},
|
5042
5531
|
"DbClusterParameterGroup": {},
|
5043
5532
|
"DbSubnetGroup": {},
|
@@ -5081,7 +5570,7 @@
|
|
5081
5570
|
"type": "integer"
|
5082
5571
|
},
|
5083
5572
|
"CapacityProviders": {
|
5084
|
-
"shape": "
|
5573
|
+
"shape": "S4c"
|
5085
5574
|
},
|
5086
5575
|
"ClusterSettings": {
|
5087
5576
|
"type": "list",
|
@@ -5145,7 +5634,7 @@
|
|
5145
5634
|
}
|
5146
5635
|
},
|
5147
5636
|
"AwsEcsContainer": {
|
5148
|
-
"shape": "
|
5637
|
+
"shape": "Sct"
|
5149
5638
|
},
|
5150
5639
|
"AwsEcsTaskDefinition": {
|
5151
5640
|
"type": "structure",
|
@@ -5156,7 +5645,7 @@
|
|
5156
5645
|
"type": "structure",
|
5157
5646
|
"members": {
|
5158
5647
|
"Command": {
|
5159
|
-
"shape": "
|
5648
|
+
"shape": "S4c"
|
5160
5649
|
},
|
5161
5650
|
"Cpu": {
|
5162
5651
|
"type": "integer"
|
@@ -5175,19 +5664,19 @@
|
|
5175
5664
|
"type": "boolean"
|
5176
5665
|
},
|
5177
5666
|
"DnsSearchDomains": {
|
5178
|
-
"shape": "
|
5667
|
+
"shape": "S4c"
|
5179
5668
|
},
|
5180
5669
|
"DnsServers": {
|
5181
|
-
"shape": "
|
5670
|
+
"shape": "S4c"
|
5182
5671
|
},
|
5183
5672
|
"DockerLabels": {
|
5184
|
-
"shape": "
|
5673
|
+
"shape": "S1k"
|
5185
5674
|
},
|
5186
5675
|
"DockerSecurityOptions": {
|
5187
|
-
"shape": "
|
5676
|
+
"shape": "S4c"
|
5188
5677
|
},
|
5189
5678
|
"EntryPoint": {
|
5190
|
-
"shape": "
|
5679
|
+
"shape": "S4c"
|
5191
5680
|
},
|
5192
5681
|
"Environment": {
|
5193
5682
|
"type": "list",
|
@@ -5226,7 +5715,7 @@
|
|
5226
5715
|
"type": "structure",
|
5227
5716
|
"members": {
|
5228
5717
|
"Options": {
|
5229
|
-
"shape": "
|
5718
|
+
"shape": "S1k"
|
5230
5719
|
},
|
5231
5720
|
"Type": {}
|
5232
5721
|
}
|
@@ -5235,7 +5724,7 @@
|
|
5235
5724
|
"type": "structure",
|
5236
5725
|
"members": {
|
5237
5726
|
"Command": {
|
5238
|
-
"shape": "
|
5727
|
+
"shape": "S4c"
|
5239
5728
|
},
|
5240
5729
|
"Interval": {
|
5241
5730
|
"type": "integer"
|
@@ -5257,7 +5746,7 @@
|
|
5257
5746
|
"type": "boolean"
|
5258
5747
|
},
|
5259
5748
|
"Links": {
|
5260
|
-
"shape": "
|
5749
|
+
"shape": "S4c"
|
5261
5750
|
},
|
5262
5751
|
"LinuxParameters": {
|
5263
5752
|
"type": "structure",
|
@@ -5266,10 +5755,10 @@
|
|
5266
5755
|
"type": "structure",
|
5267
5756
|
"members": {
|
5268
5757
|
"Add": {
|
5269
|
-
"shape": "
|
5758
|
+
"shape": "S4c"
|
5270
5759
|
},
|
5271
5760
|
"Drop": {
|
5272
|
-
"shape": "
|
5761
|
+
"shape": "S4c"
|
5273
5762
|
}
|
5274
5763
|
}
|
5275
5764
|
},
|
@@ -5281,7 +5770,7 @@
|
|
5281
5770
|
"ContainerPath": {},
|
5282
5771
|
"HostPath": {},
|
5283
5772
|
"Permissions": {
|
5284
|
-
"shape": "
|
5773
|
+
"shape": "S4c"
|
5285
5774
|
}
|
5286
5775
|
}
|
5287
5776
|
}
|
@@ -5305,7 +5794,7 @@
|
|
5305
5794
|
"members": {
|
5306
5795
|
"ContainerPath": {},
|
5307
5796
|
"MountOptions": {
|
5308
|
-
"shape": "
|
5797
|
+
"shape": "S4c"
|
5309
5798
|
},
|
5310
5799
|
"Size": {
|
5311
5800
|
"type": "integer"
|
@@ -5320,7 +5809,7 @@
|
|
5320
5809
|
"members": {
|
5321
5810
|
"LogDriver": {},
|
5322
5811
|
"Options": {
|
5323
|
-
"shape": "
|
5812
|
+
"shape": "S1k"
|
5324
5813
|
},
|
5325
5814
|
"SecretOptions": {
|
5326
5815
|
"type": "list",
|
@@ -5497,7 +5986,7 @@
|
|
5497
5986
|
}
|
5498
5987
|
},
|
5499
5988
|
"RequiresCompatibilities": {
|
5500
|
-
"shape": "
|
5989
|
+
"shape": "S4c"
|
5501
5990
|
},
|
5502
5991
|
"TaskRoleArn": {},
|
5503
5992
|
"Volumes": {
|
@@ -5513,10 +6002,10 @@
|
|
5513
6002
|
},
|
5514
6003
|
"Driver": {},
|
5515
6004
|
"DriverOpts": {
|
5516
|
-
"shape": "
|
6005
|
+
"shape": "S1k"
|
5517
6006
|
},
|
5518
6007
|
"Labels": {
|
5519
|
-
"shape": "
|
6008
|
+
"shape": "S1k"
|
5520
6009
|
},
|
5521
6010
|
"Scope": {}
|
5522
6011
|
}
|
@@ -5575,7 +6064,7 @@
|
|
5575
6064
|
}
|
5576
6065
|
},
|
5577
6066
|
"Other": {
|
5578
|
-
"shape": "
|
6067
|
+
"shape": "S1k"
|
5579
6068
|
},
|
5580
6069
|
"AwsRdsEventSubscription": {
|
5581
6070
|
"type": "structure",
|
@@ -5586,12 +6075,12 @@
|
|
5586
6075
|
"type": "boolean"
|
5587
6076
|
},
|
5588
6077
|
"EventCategoriesList": {
|
5589
|
-
"shape": "
|
6078
|
+
"shape": "S4c"
|
5590
6079
|
},
|
5591
6080
|
"EventSubscriptionArn": {},
|
5592
6081
|
"SnsTopicArn": {},
|
5593
6082
|
"SourceIdsList": {
|
5594
|
-
"shape": "
|
6083
|
+
"shape": "S4c"
|
5595
6084
|
},
|
5596
6085
|
"SourceType": {},
|
5597
6086
|
"Status": {},
|
@@ -5681,10 +6170,10 @@
|
|
5681
6170
|
"members": {
|
5682
6171
|
"AssignPublicIp": {},
|
5683
6172
|
"SecurityGroups": {
|
5684
|
-
"shape": "
|
6173
|
+
"shape": "S4c"
|
5685
6174
|
},
|
5686
6175
|
"Subnets": {
|
5687
|
-
"shape": "
|
6176
|
+
"shape": "S4c"
|
5688
6177
|
}
|
5689
6178
|
}
|
5690
6179
|
}
|
@@ -5775,7 +6264,7 @@
|
|
5775
6264
|
},
|
5776
6265
|
"ClassicLinkVpcId": {},
|
5777
6266
|
"ClassicLinkVpcSecurityGroups": {
|
5778
|
-
"shape": "
|
6267
|
+
"shape": "S4c"
|
5779
6268
|
},
|
5780
6269
|
"CreatedTime": {},
|
5781
6270
|
"EbsOptimized": {
|
@@ -5798,7 +6287,7 @@
|
|
5798
6287
|
"PlacementTenancy": {},
|
5799
6288
|
"RamdiskId": {},
|
5800
6289
|
"SecurityGroups": {
|
5801
|
-
"shape": "
|
6290
|
+
"shape": "S4c"
|
5802
6291
|
},
|
5803
6292
|
"SpotPrice": {},
|
5804
6293
|
"UserData": {},
|
@@ -5855,29 +6344,29 @@
|
|
5855
6344
|
"type": "integer"
|
5856
6345
|
},
|
5857
6346
|
"IkeVersions": {
|
5858
|
-
"shape": "
|
6347
|
+
"shape": "S4c"
|
5859
6348
|
},
|
5860
6349
|
"OutsideIpAddress": {},
|
5861
6350
|
"Phase1DhGroupNumbers": {
|
5862
|
-
"shape": "
|
6351
|
+
"shape": "Sf6"
|
5863
6352
|
},
|
5864
6353
|
"Phase1EncryptionAlgorithms": {
|
5865
|
-
"shape": "
|
6354
|
+
"shape": "S4c"
|
5866
6355
|
},
|
5867
6356
|
"Phase1IntegrityAlgorithms": {
|
5868
|
-
"shape": "
|
6357
|
+
"shape": "S4c"
|
5869
6358
|
},
|
5870
6359
|
"Phase1LifetimeSeconds": {
|
5871
6360
|
"type": "integer"
|
5872
6361
|
},
|
5873
6362
|
"Phase2DhGroupNumbers": {
|
5874
|
-
"shape": "
|
6363
|
+
"shape": "Sf6"
|
5875
6364
|
},
|
5876
6365
|
"Phase2EncryptionAlgorithms": {
|
5877
|
-
"shape": "
|
6366
|
+
"shape": "S4c"
|
5878
6367
|
},
|
5879
6368
|
"Phase2IntegrityAlgorithms": {
|
5880
|
-
"shape": "
|
6369
|
+
"shape": "S4c"
|
5881
6370
|
},
|
5882
6371
|
"Phase2LifetimeSeconds": {
|
5883
6372
|
"type": "integer"
|
@@ -5919,7 +6408,7 @@
|
|
5919
6408
|
"Architecture": {},
|
5920
6409
|
"ImageDigest": {},
|
5921
6410
|
"ImageTags": {
|
5922
|
-
"shape": "
|
6411
|
+
"shape": "S4c"
|
5923
6412
|
},
|
5924
6413
|
"ImagePublishedAt": {}
|
5925
6414
|
}
|
@@ -6021,10 +6510,10 @@
|
|
6021
6510
|
"type": "structure",
|
6022
6511
|
"members": {
|
6023
6512
|
"SecurityGroupIds": {
|
6024
|
-
"shape": "
|
6513
|
+
"shape": "S4c"
|
6025
6514
|
},
|
6026
6515
|
"SubnetIds": {
|
6027
|
-
"shape": "
|
6516
|
+
"shape": "S4c"
|
6028
6517
|
}
|
6029
6518
|
}
|
6030
6519
|
},
|
@@ -6032,18 +6521,18 @@
|
|
6032
6521
|
"type": "structure",
|
6033
6522
|
"members": {
|
6034
6523
|
"IndexSlowLogs": {
|
6035
|
-
"shape": "
|
6524
|
+
"shape": "Sfj"
|
6036
6525
|
},
|
6037
6526
|
"SearchSlowLogs": {
|
6038
|
-
"shape": "
|
6527
|
+
"shape": "Sfj"
|
6039
6528
|
},
|
6040
6529
|
"AuditLogs": {
|
6041
|
-
"shape": "
|
6530
|
+
"shape": "Sfj"
|
6042
6531
|
}
|
6043
6532
|
}
|
6044
6533
|
},
|
6045
6534
|
"DomainEndpoints": {
|
6046
|
-
"shape": "
|
6535
|
+
"shape": "S1k"
|
6047
6536
|
},
|
6048
6537
|
"AdvancedSecurityOptions": {
|
6049
6538
|
"type": "structure",
|
@@ -6073,19 +6562,19 @@
|
|
6073
6562
|
"type": "boolean"
|
6074
6563
|
},
|
6075
6564
|
"AvailabilityZones": {
|
6076
|
-
"shape": "
|
6565
|
+
"shape": "S4c"
|
6077
6566
|
},
|
6078
6567
|
"BaseEndpointDnsNames": {
|
6079
|
-
"shape": "
|
6568
|
+
"shape": "S4c"
|
6080
6569
|
},
|
6081
6570
|
"ManagesVpcEndpoints": {
|
6082
6571
|
"type": "boolean"
|
6083
6572
|
},
|
6084
6573
|
"GatewayLoadBalancerArns": {
|
6085
|
-
"shape": "
|
6574
|
+
"shape": "S4c"
|
6086
6575
|
},
|
6087
6576
|
"NetworkLoadBalancerArns": {
|
6088
|
-
"shape": "
|
6577
|
+
"shape": "S4c"
|
6089
6578
|
},
|
6090
6579
|
"PrivateDnsName": {},
|
6091
6580
|
"ServiceId": {},
|
@@ -6196,10 +6685,10 @@
|
|
6196
6685
|
"type": "structure",
|
6197
6686
|
"members": {
|
6198
6687
|
"SecurityGroupIds": {
|
6199
|
-
"shape": "
|
6688
|
+
"shape": "S4c"
|
6200
6689
|
},
|
6201
6690
|
"SubnetIds": {
|
6202
|
-
"shape": "
|
6691
|
+
"shape": "S4c"
|
6203
6692
|
},
|
6204
6693
|
"EndpointPublicAccess": {
|
6205
6694
|
"type": "boolean"
|
@@ -6220,7 +6709,7 @@
|
|
6220
6709
|
"type": "boolean"
|
6221
6710
|
},
|
6222
6711
|
"Types": {
|
6223
|
-
"shape": "
|
6712
|
+
"shape": "S4c"
|
6224
6713
|
}
|
6225
6714
|
}
|
6226
6715
|
}
|
@@ -6250,17 +6739,17 @@
|
|
6250
6739
|
"type": "structure",
|
6251
6740
|
"members": {
|
6252
6741
|
"ActionDefinition": {
|
6253
|
-
"shape": "
|
6742
|
+
"shape": "Sga"
|
6254
6743
|
},
|
6255
6744
|
"ActionName": {}
|
6256
6745
|
}
|
6257
6746
|
}
|
6258
6747
|
},
|
6259
6748
|
"StatelessDefaultActions": {
|
6260
|
-
"shape": "
|
6749
|
+
"shape": "S4c"
|
6261
6750
|
},
|
6262
6751
|
"StatelessFragmentDefaultActions": {
|
6263
|
-
"shape": "
|
6752
|
+
"shape": "S4c"
|
6264
6753
|
},
|
6265
6754
|
"StatelessRuleGroupReferences": {
|
6266
6755
|
"type": "list",
|
@@ -6328,7 +6817,7 @@
|
|
6328
6817
|
"type": "structure",
|
6329
6818
|
"members": {
|
6330
6819
|
"Definition": {
|
6331
|
-
"shape": "
|
6820
|
+
"shape": "S4c"
|
6332
6821
|
}
|
6333
6822
|
}
|
6334
6823
|
},
|
@@ -6336,7 +6825,7 @@
|
|
6336
6825
|
"type": "structure",
|
6337
6826
|
"members": {
|
6338
6827
|
"Definition": {
|
6339
|
-
"shape": "
|
6828
|
+
"shape": "S4c"
|
6340
6829
|
}
|
6341
6830
|
}
|
6342
6831
|
}
|
@@ -6350,10 +6839,10 @@
|
|
6350
6839
|
"members": {
|
6351
6840
|
"GeneratedRulesType": {},
|
6352
6841
|
"TargetTypes": {
|
6353
|
-
"shape": "
|
6842
|
+
"shape": "S4c"
|
6354
6843
|
},
|
6355
6844
|
"Targets": {
|
6356
|
-
"shape": "
|
6845
|
+
"shape": "S4c"
|
6357
6846
|
}
|
6358
6847
|
}
|
6359
6848
|
},
|
@@ -6400,7 +6889,7 @@
|
|
6400
6889
|
"type": "structure",
|
6401
6890
|
"members": {
|
6402
6891
|
"ActionDefinition": {
|
6403
|
-
"shape": "
|
6892
|
+
"shape": "Sga"
|
6404
6893
|
},
|
6405
6894
|
"ActionName": {}
|
6406
6895
|
}
|
@@ -6418,7 +6907,7 @@
|
|
6418
6907
|
"type": "structure",
|
6419
6908
|
"members": {
|
6420
6909
|
"Actions": {
|
6421
|
-
"shape": "
|
6910
|
+
"shape": "S4c"
|
6422
6911
|
},
|
6423
6912
|
"MatchAttributes": {
|
6424
6913
|
"type": "structure",
|
@@ -6481,10 +6970,10 @@
|
|
6481
6970
|
"type": "structure",
|
6482
6971
|
"members": {
|
6483
6972
|
"Flags": {
|
6484
|
-
"shape": "
|
6973
|
+
"shape": "S4c"
|
6485
6974
|
},
|
6486
6975
|
"Masks": {
|
6487
|
-
"shape": "
|
6976
|
+
"shape": "S4c"
|
6488
6977
|
}
|
6489
6978
|
}
|
6490
6979
|
}
|
@@ -6569,7 +7058,7 @@
|
|
6569
7058
|
"AutoAcceptSharedAttachments": {},
|
6570
7059
|
"DefaultRouteTableAssociation": {},
|
6571
7060
|
"TransitGatewayCidrBlocks": {
|
6572
|
-
"shape": "
|
7061
|
+
"shape": "S4c"
|
6573
7062
|
},
|
6574
7063
|
"AssociationDefaultRouteTableId": {},
|
6575
7064
|
"PropagationDefaultRouteTableId": {},
|
@@ -6593,7 +7082,7 @@
|
|
6593
7082
|
"members": {
|
6594
7083
|
"Gid": {},
|
6595
7084
|
"SecondaryGids": {
|
6596
|
-
"shape": "
|
7085
|
+
"shape": "S4c"
|
6597
7086
|
},
|
6598
7087
|
"Uid": {}
|
6599
7088
|
}
|
@@ -6618,7 +7107,7 @@
|
|
6618
7107
|
"type": "structure",
|
6619
7108
|
"members": {
|
6620
7109
|
"Capabilities": {
|
6621
|
-
"shape": "
|
7110
|
+
"shape": "S4c"
|
6622
7111
|
},
|
6623
7112
|
"CreationTime": {},
|
6624
7113
|
"Description": {},
|
@@ -6636,7 +7125,7 @@
|
|
6636
7125
|
},
|
6637
7126
|
"LastUpdatedTime": {},
|
6638
7127
|
"NotificationArns": {
|
6639
|
-
"shape": "
|
7128
|
+
"shape": "S4c"
|
6640
7129
|
},
|
6641
7130
|
"Outputs": {
|
6642
7131
|
"type": "list",
|
@@ -6666,7 +7155,7 @@
|
|
6666
7155
|
"type": "boolean"
|
6667
7156
|
},
|
6668
7157
|
"AlarmActions": {
|
6669
|
-
"shape": "
|
7158
|
+
"shape": "S4c"
|
6670
7159
|
},
|
6671
7160
|
"AlarmArn": {},
|
6672
7161
|
"AlarmConfigurationUpdatedTimestamp": {},
|
@@ -6692,12 +7181,12 @@
|
|
6692
7181
|
},
|
6693
7182
|
"ExtendedStatistic": {},
|
6694
7183
|
"InsufficientDataActions": {
|
6695
|
-
"shape": "
|
7184
|
+
"shape": "S4c"
|
6696
7185
|
},
|
6697
7186
|
"MetricName": {},
|
6698
7187
|
"Namespace": {},
|
6699
7188
|
"OkActions": {
|
6700
|
-
"shape": "
|
7189
|
+
"shape": "S4c"
|
6701
7190
|
},
|
6702
7191
|
"Period": {
|
6703
7192
|
"type": "integer"
|
@@ -6715,11 +7204,11 @@
|
|
6715
7204
|
"type": "structure",
|
6716
7205
|
"members": {
|
6717
7206
|
"AccepterVpcInfo": {
|
6718
|
-
"shape": "
|
7207
|
+
"shape": "Shy"
|
6719
7208
|
},
|
6720
7209
|
"ExpirationTime": {},
|
6721
7210
|
"RequesterVpcInfo": {
|
6722
|
-
"shape": "
|
7211
|
+
"shape": "Shy"
|
6723
7212
|
},
|
6724
7213
|
"Status": {
|
6725
7214
|
"type": "structure",
|
@@ -6889,7 +7378,7 @@
|
|
6889
7378
|
"Containers": {
|
6890
7379
|
"type": "list",
|
6891
7380
|
"member": {
|
6892
|
-
"shape": "
|
7381
|
+
"shape": "Sct"
|
6893
7382
|
}
|
6894
7383
|
}
|
6895
7384
|
}
|
@@ -6904,7 +7393,7 @@
|
|
6904
7393
|
"type": "structure",
|
6905
7394
|
"members": {
|
6906
7395
|
"BackupVaultEvents": {
|
6907
|
-
"shape": "
|
7396
|
+
"shape": "S4c"
|
6908
7397
|
},
|
6909
7398
|
"SnsTopicArn": {}
|
6910
7399
|
}
|
@@ -6925,7 +7414,7 @@
|
|
6925
7414
|
"type": "structure",
|
6926
7415
|
"members": {
|
6927
7416
|
"BackupOptions": {
|
6928
|
-
"shape": "
|
7417
|
+
"shape": "S1k"
|
6929
7418
|
},
|
6930
7419
|
"ResourceType": {}
|
6931
7420
|
}
|
@@ -6956,13 +7445,13 @@
|
|
6956
7445
|
"members": {
|
6957
7446
|
"DestinationBackupVaultArn": {},
|
6958
7447
|
"Lifecycle": {
|
6959
|
-
"shape": "
|
7448
|
+
"shape": "Sj3"
|
6960
7449
|
}
|
6961
7450
|
}
|
6962
7451
|
}
|
6963
7452
|
},
|
6964
7453
|
"Lifecycle": {
|
6965
|
-
"shape": "
|
7454
|
+
"shape": "Sj3"
|
6966
7455
|
}
|
6967
7456
|
}
|
6968
7457
|
}
|
@@ -7186,10 +7675,10 @@
|
|
7186
7675
|
}
|
7187
7676
|
},
|
7188
7677
|
"AcceleratorManufacturers": {
|
7189
|
-
"shape": "
|
7678
|
+
"shape": "S4c"
|
7190
7679
|
},
|
7191
7680
|
"AcceleratorNames": {
|
7192
|
-
"shape": "
|
7681
|
+
"shape": "S4c"
|
7193
7682
|
},
|
7194
7683
|
"AcceleratorTotalMemoryMiB": {
|
7195
7684
|
"type": "structure",
|
@@ -7203,7 +7692,7 @@
|
|
7203
7692
|
}
|
7204
7693
|
},
|
7205
7694
|
"AcceleratorTypes": {
|
7206
|
-
"shape": "
|
7695
|
+
"shape": "S4c"
|
7207
7696
|
},
|
7208
7697
|
"BareMetal": {},
|
7209
7698
|
"BaselineEbsBandwidthMbps": {
|
@@ -7219,17 +7708,17 @@
|
|
7219
7708
|
},
|
7220
7709
|
"BurstablePerformance": {},
|
7221
7710
|
"CpuManufacturers": {
|
7222
|
-
"shape": "
|
7711
|
+
"shape": "S4c"
|
7223
7712
|
},
|
7224
7713
|
"ExcludedInstanceTypes": {
|
7225
|
-
"shape": "
|
7714
|
+
"shape": "S4c"
|
7226
7715
|
},
|
7227
7716
|
"InstanceGenerations": {
|
7228
|
-
"shape": "
|
7717
|
+
"shape": "S4c"
|
7229
7718
|
},
|
7230
7719
|
"LocalStorage": {},
|
7231
7720
|
"LocalStorageTypes": {
|
7232
|
-
"shape": "
|
7721
|
+
"shape": "S4c"
|
7233
7722
|
},
|
7234
7723
|
"MemoryGiBPerVCpu": {
|
7235
7724
|
"type": "structure",
|
@@ -7354,7 +7843,7 @@
|
|
7354
7843
|
"type": "integer"
|
7355
7844
|
},
|
7356
7845
|
"Groups": {
|
7357
|
-
"shape": "
|
7846
|
+
"shape": "S4c"
|
7358
7847
|
},
|
7359
7848
|
"InterfaceType": {},
|
7360
7849
|
"Ipv4PrefixCount": {
|
@@ -7446,10 +7935,10 @@
|
|
7446
7935
|
},
|
7447
7936
|
"RamDiskId": {},
|
7448
7937
|
"SecurityGroupIdSet": {
|
7449
|
-
"shape": "
|
7938
|
+
"shape": "S4c"
|
7450
7939
|
},
|
7451
7940
|
"SecurityGroupSet": {
|
7452
|
-
"shape": "
|
7941
|
+
"shape": "S4c"
|
7453
7942
|
},
|
7454
7943
|
"UserData": {}
|
7455
7944
|
}
|
@@ -7466,10 +7955,10 @@
|
|
7466
7955
|
"type": "structure",
|
7467
7956
|
"members": {
|
7468
7957
|
"AcceleratorTypes": {
|
7469
|
-
"shape": "
|
7958
|
+
"shape": "S4c"
|
7470
7959
|
},
|
7471
7960
|
"AdditionalCodeRepositories": {
|
7472
|
-
"shape": "
|
7961
|
+
"shape": "S4c"
|
7473
7962
|
},
|
7474
7963
|
"DefaultCodeRepository": {},
|
7475
7964
|
"DirectInternetAccess": {},
|
@@ -7491,7 +7980,7 @@
|
|
7491
7980
|
"RoleArn": {},
|
7492
7981
|
"RootAccess": {},
|
7493
7982
|
"SecurityGroups": {
|
7494
|
-
"shape": "
|
7983
|
+
"shape": "S4c"
|
7495
7984
|
},
|
7496
7985
|
"SubnetId": {},
|
7497
7986
|
"Url": {},
|
@@ -7529,19 +8018,19 @@
|
|
7529
8018
|
"type": "structure",
|
7530
8019
|
"members": {
|
7531
8020
|
"Allow": {
|
7532
|
-
"shape": "
|
8021
|
+
"shape": "Skm"
|
7533
8022
|
},
|
7534
8023
|
"Block": {
|
7535
|
-
"shape": "
|
8024
|
+
"shape": "Skq"
|
7536
8025
|
}
|
7537
8026
|
}
|
7538
8027
|
},
|
7539
8028
|
"Description": {},
|
7540
8029
|
"Rules": {
|
7541
|
-
"shape": "
|
8030
|
+
"shape": "Sks"
|
7542
8031
|
},
|
7543
8032
|
"VisibilityConfig": {
|
7544
|
-
"shape": "
|
8033
|
+
"shape": "Skx"
|
7545
8034
|
}
|
7546
8035
|
}
|
7547
8036
|
},
|
@@ -7556,11 +8045,11 @@
|
|
7556
8045
|
"Name": {},
|
7557
8046
|
"Arn": {},
|
7558
8047
|
"Rules": {
|
7559
|
-
"shape": "
|
8048
|
+
"shape": "Sks"
|
7560
8049
|
},
|
7561
8050
|
"Scope": {},
|
7562
8051
|
"VisibilityConfig": {
|
7563
|
-
"shape": "
|
8052
|
+
"shape": "Skx"
|
7564
8053
|
}
|
7565
8054
|
}
|
7566
8055
|
},
|
@@ -7654,7 +8143,7 @@
|
|
7654
8143
|
"type": "structure",
|
7655
8144
|
"members": {
|
7656
8145
|
"Hosts": {
|
7657
|
-
"shape": "
|
8146
|
+
"shape": "S1r"
|
7658
8147
|
},
|
7659
8148
|
"RoleBase": {},
|
7660
8149
|
"RoleName": {},
|
@@ -7707,11 +8196,11 @@
|
|
7707
8196
|
"type": "boolean"
|
7708
8197
|
},
|
7709
8198
|
"SecurityGroups": {
|
7710
|
-
"shape": "
|
8199
|
+
"shape": "S1r"
|
7711
8200
|
},
|
7712
8201
|
"StorageType": {},
|
7713
8202
|
"SubnetIds": {
|
7714
|
-
"shape": "
|
8203
|
+
"shape": "S1r"
|
7715
8204
|
},
|
7716
8205
|
"Users": {
|
7717
8206
|
"type": "list",
|
@@ -7731,18 +8220,18 @@
|
|
7731
8220
|
"ApiId": {},
|
7732
8221
|
"Id": {},
|
7733
8222
|
"OpenIdConnectConfig": {
|
7734
|
-
"shape": "
|
8223
|
+
"shape": "Slg"
|
7735
8224
|
},
|
7736
8225
|
"Name": {},
|
7737
8226
|
"LambdaAuthorizerConfig": {
|
7738
|
-
"shape": "
|
8227
|
+
"shape": "Slh"
|
7739
8228
|
},
|
7740
8229
|
"XrayEnabled": {
|
7741
8230
|
"type": "boolean"
|
7742
8231
|
},
|
7743
8232
|
"Arn": {},
|
7744
8233
|
"UserPoolConfig": {
|
7745
|
-
"shape": "
|
8234
|
+
"shape": "Sli"
|
7746
8235
|
},
|
7747
8236
|
"AuthenticationType": {},
|
7748
8237
|
"LogConfig": {
|
@@ -7762,13 +8251,13 @@
|
|
7762
8251
|
"members": {
|
7763
8252
|
"AuthenticationType": {},
|
7764
8253
|
"LambdaAuthorizerConfig": {
|
7765
|
-
"shape": "
|
8254
|
+
"shape": "Slh"
|
7766
8255
|
},
|
7767
8256
|
"OpenIdConnectConfig": {
|
7768
|
-
"shape": "
|
8257
|
+
"shape": "Slg"
|
7769
8258
|
},
|
7770
8259
|
"UserPoolConfig": {
|
7771
|
-
"shape": "
|
8260
|
+
"shape": "Sli"
|
7772
8261
|
}
|
7773
8262
|
}
|
7774
8263
|
}
|
@@ -7912,7 +8401,7 @@
|
|
7912
8401
|
"members": {
|
7913
8402
|
"Status": {},
|
7914
8403
|
"RelatedRequirements": {
|
7915
|
-
"shape": "
|
8404
|
+
"shape": "S27"
|
7916
8405
|
},
|
7917
8406
|
"StatusReasons": {
|
7918
8407
|
"type": "list",
|
@@ -7953,7 +8442,7 @@
|
|
7953
8442
|
},
|
7954
8443
|
"RecordState": {},
|
7955
8444
|
"RelatedFindings": {
|
7956
|
-
"shape": "
|
8445
|
+
"shape": "S1n"
|
7957
8446
|
},
|
7958
8447
|
"Note": {
|
7959
8448
|
"type": "structure",
|
@@ -8021,7 +8510,7 @@
|
|
8021
8510
|
}
|
8022
8511
|
},
|
8023
8512
|
"RelatedVulnerabilities": {
|
8024
|
-
"shape": "
|
8513
|
+
"shape": "S1r"
|
8025
8514
|
},
|
8026
8515
|
"Vendor": {
|
8027
8516
|
"type": "structure",
|
@@ -8037,7 +8526,7 @@
|
|
8037
8526
|
}
|
8038
8527
|
},
|
8039
8528
|
"ReferenceUrls": {
|
8040
|
-
"shape": "
|
8529
|
+
"shape": "S1r"
|
8041
8530
|
},
|
8042
8531
|
"FixAvailable": {}
|
8043
8532
|
}
|
@@ -8083,7 +8572,7 @@
|
|
8083
8572
|
"members": {
|
8084
8573
|
"ConnectionDirection": {},
|
8085
8574
|
"RemoteIpDetails": {
|
8086
|
-
"shape": "
|
8575
|
+
"shape": "Smt"
|
8087
8576
|
},
|
8088
8577
|
"RemotePortDetails": {
|
8089
8578
|
"type": "structure",
|
@@ -8095,7 +8584,7 @@
|
|
8095
8584
|
}
|
8096
8585
|
},
|
8097
8586
|
"LocalPortDetails": {
|
8098
|
-
"shape": "
|
8587
|
+
"shape": "Smz"
|
8099
8588
|
},
|
8100
8589
|
"Protocol": {},
|
8101
8590
|
"Blocked": {
|
@@ -8110,7 +8599,7 @@
|
|
8110
8599
|
"ServiceName": {},
|
8111
8600
|
"CallerType": {},
|
8112
8601
|
"RemoteIpDetails": {
|
8113
|
-
"shape": "
|
8602
|
+
"shape": "Smt"
|
8114
8603
|
},
|
8115
8604
|
"DomainDetails": {
|
8116
8605
|
"type": "structure",
|
@@ -8119,7 +8608,7 @@
|
|
8119
8608
|
}
|
8120
8609
|
},
|
8121
8610
|
"AffectedResources": {
|
8122
|
-
"shape": "
|
8611
|
+
"shape": "S1k"
|
8123
8612
|
},
|
8124
8613
|
"FirstSeen": {},
|
8125
8614
|
"LastSeen": {}
|
@@ -8144,7 +8633,7 @@
|
|
8144
8633
|
"type": "structure",
|
8145
8634
|
"members": {
|
8146
8635
|
"LocalPortDetails": {
|
8147
|
-
"shape": "
|
8636
|
+
"shape": "Smz"
|
8148
8637
|
},
|
8149
8638
|
"LocalIpDetails": {
|
8150
8639
|
"type": "structure",
|
@@ -8153,7 +8642,7 @@
|
|
8153
8642
|
}
|
8154
8643
|
},
|
8155
8644
|
"RemoteIpDetails": {
|
8156
|
-
"shape": "
|
8645
|
+
"shape": "Smt"
|
8157
8646
|
}
|
8158
8647
|
}
|
8159
8648
|
}
|
@@ -8175,7 +8664,7 @@
|
|
8175
8664
|
"type": "integer"
|
8176
8665
|
},
|
8177
8666
|
"RelatedFindings": {
|
8178
|
-
"shape": "
|
8667
|
+
"shape": "S1n"
|
8179
8668
|
},
|
8180
8669
|
"Severity": {
|
8181
8670
|
"type": "structure",
|
@@ -8185,7 +8674,7 @@
|
|
8185
8674
|
}
|
8186
8675
|
},
|
8187
8676
|
"Types": {
|
8188
|
-
"shape": "
|
8677
|
+
"shape": "S1j"
|
8189
8678
|
}
|
8190
8679
|
}
|
8191
8680
|
},
|
@@ -8194,16 +8683,7 @@
|
|
8194
8683
|
}
|
8195
8684
|
}
|
8196
8685
|
},
|
8197
|
-
"
|
8198
|
-
"type": "list",
|
8199
|
-
"member": {}
|
8200
|
-
},
|
8201
|
-
"S1f": {
|
8202
|
-
"type": "map",
|
8203
|
-
"key": {},
|
8204
|
-
"value": {}
|
8205
|
-
},
|
8206
|
-
"S1m": {
|
8686
|
+
"S2n": {
|
8207
8687
|
"type": "structure",
|
8208
8688
|
"members": {
|
8209
8689
|
"Begin": {
|
@@ -8214,40 +8694,40 @@
|
|
8214
8694
|
}
|
8215
8695
|
}
|
8216
8696
|
},
|
8217
|
-
"
|
8697
|
+
"S2q": {
|
8218
8698
|
"type": "structure",
|
8219
8699
|
"members": {
|
8220
8700
|
"Protocol": {},
|
8221
8701
|
"Destination": {
|
8222
|
-
"shape": "
|
8702
|
+
"shape": "S2r"
|
8223
8703
|
},
|
8224
8704
|
"Source": {
|
8225
|
-
"shape": "
|
8705
|
+
"shape": "S2r"
|
8226
8706
|
}
|
8227
8707
|
}
|
8228
8708
|
},
|
8229
|
-
"
|
8709
|
+
"S2r": {
|
8230
8710
|
"type": "structure",
|
8231
8711
|
"members": {
|
8232
8712
|
"Address": {
|
8233
|
-
"shape": "
|
8713
|
+
"shape": "S1r"
|
8234
8714
|
},
|
8235
8715
|
"PortRanges": {
|
8236
8716
|
"type": "list",
|
8237
8717
|
"member": {
|
8238
|
-
"shape": "
|
8718
|
+
"shape": "S2n"
|
8239
8719
|
}
|
8240
8720
|
}
|
8241
8721
|
}
|
8242
8722
|
},
|
8243
|
-
"
|
8723
|
+
"S3d": {
|
8244
8724
|
"type": "structure",
|
8245
8725
|
"members": {
|
8246
8726
|
"LineRanges": {
|
8247
|
-
"shape": "
|
8727
|
+
"shape": "S3e"
|
8248
8728
|
},
|
8249
8729
|
"OffsetRanges": {
|
8250
|
-
"shape": "
|
8730
|
+
"shape": "S3e"
|
8251
8731
|
},
|
8252
8732
|
"Pages": {
|
8253
8733
|
"type": "list",
|
@@ -8258,10 +8738,10 @@
|
|
8258
8738
|
"type": "long"
|
8259
8739
|
},
|
8260
8740
|
"LineRange": {
|
8261
|
-
"shape": "
|
8741
|
+
"shape": "S3f"
|
8262
8742
|
},
|
8263
8743
|
"OffsetRange": {
|
8264
|
-
"shape": "
|
8744
|
+
"shape": "S3f"
|
8265
8745
|
}
|
8266
8746
|
}
|
8267
8747
|
}
|
@@ -8296,13 +8776,13 @@
|
|
8296
8776
|
}
|
8297
8777
|
}
|
8298
8778
|
},
|
8299
|
-
"
|
8779
|
+
"S3e": {
|
8300
8780
|
"type": "list",
|
8301
8781
|
"member": {
|
8302
|
-
"shape": "
|
8782
|
+
"shape": "S3f"
|
8303
8783
|
}
|
8304
8784
|
},
|
8305
|
-
"
|
8785
|
+
"S3f": {
|
8306
8786
|
"type": "structure",
|
8307
8787
|
"members": {
|
8308
8788
|
"Start": {
|
@@ -8316,7 +8796,7 @@
|
|
8316
8796
|
}
|
8317
8797
|
}
|
8318
8798
|
},
|
8319
|
-
"
|
8799
|
+
"S41": {
|
8320
8800
|
"type": "list",
|
8321
8801
|
"member": {
|
8322
8802
|
"type": "structure",
|
@@ -8337,11 +8817,11 @@
|
|
8337
8817
|
}
|
8338
8818
|
}
|
8339
8819
|
},
|
8340
|
-
"
|
8820
|
+
"S4c": {
|
8341
8821
|
"type": "list",
|
8342
8822
|
"member": {}
|
8343
8823
|
},
|
8344
|
-
"
|
8824
|
+
"S5a": {
|
8345
8825
|
"type": "list",
|
8346
8826
|
"member": {
|
8347
8827
|
"type": "structure",
|
@@ -8397,7 +8877,7 @@
|
|
8397
8877
|
}
|
8398
8878
|
}
|
8399
8879
|
},
|
8400
|
-
"
|
8880
|
+
"S5q": {
|
8401
8881
|
"type": "list",
|
8402
8882
|
"member": {
|
8403
8883
|
"type": "structure",
|
@@ -8408,7 +8888,7 @@
|
|
8408
8888
|
}
|
8409
8889
|
}
|
8410
8890
|
},
|
8411
|
-
"
|
8891
|
+
"S6k": {
|
8412
8892
|
"type": "structure",
|
8413
8893
|
"members": {
|
8414
8894
|
"CloudWatchLogsLogGroupArn": {},
|
@@ -8417,7 +8897,7 @@
|
|
8417
8897
|
}
|
8418
8898
|
}
|
8419
8899
|
},
|
8420
|
-
"
|
8900
|
+
"S77": {
|
8421
8901
|
"type": "structure",
|
8422
8902
|
"members": {
|
8423
8903
|
"BlockPublicAcls": {
|
@@ -8434,7 +8914,7 @@
|
|
8434
8914
|
}
|
8435
8915
|
}
|
8436
8916
|
},
|
8437
|
-
"
|
8917
|
+
"S81": {
|
8438
8918
|
"type": "list",
|
8439
8919
|
"member": {
|
8440
8920
|
"type": "structure",
|
@@ -8444,14 +8924,14 @@
|
|
8444
8924
|
}
|
8445
8925
|
}
|
8446
8926
|
},
|
8447
|
-
"
|
8927
|
+
"S83": {
|
8448
8928
|
"type": "structure",
|
8449
8929
|
"members": {
|
8450
8930
|
"PermissionsBoundaryArn": {},
|
8451
8931
|
"PermissionsBoundaryType": {}
|
8452
8932
|
}
|
8453
8933
|
},
|
8454
|
-
"
|
8934
|
+
"S8a": {
|
8455
8935
|
"type": "structure",
|
8456
8936
|
"members": {
|
8457
8937
|
"DetailedMetricsEnabled": {
|
@@ -8469,14 +8949,14 @@
|
|
8469
8949
|
}
|
8470
8950
|
}
|
8471
8951
|
},
|
8472
|
-
"
|
8952
|
+
"S8b": {
|
8473
8953
|
"type": "structure",
|
8474
8954
|
"members": {
|
8475
8955
|
"Format": {},
|
8476
8956
|
"DestinationArn": {}
|
8477
8957
|
}
|
8478
8958
|
},
|
8479
|
-
"
|
8959
|
+
"S8l": {
|
8480
8960
|
"type": "list",
|
8481
8961
|
"member": {
|
8482
8962
|
"type": "structure",
|
@@ -8486,16 +8966,16 @@
|
|
8486
8966
|
}
|
8487
8967
|
}
|
8488
8968
|
},
|
8489
|
-
"
|
8969
|
+
"S8n": {
|
8490
8970
|
"type": "structure",
|
8491
8971
|
"members": {
|
8492
8972
|
"NonKeyAttributes": {
|
8493
|
-
"shape": "
|
8973
|
+
"shape": "S1r"
|
8494
8974
|
},
|
8495
8975
|
"ProjectionType": {}
|
8496
8976
|
}
|
8497
8977
|
},
|
8498
|
-
"
|
8978
|
+
"S8o": {
|
8499
8979
|
"type": "structure",
|
8500
8980
|
"members": {
|
8501
8981
|
"LastDecreaseDateTime": {},
|
@@ -8511,7 +8991,7 @@
|
|
8511
8991
|
}
|
8512
8992
|
}
|
8513
8993
|
},
|
8514
|
-
"
|
8994
|
+
"S8v": {
|
8515
8995
|
"type": "structure",
|
8516
8996
|
"members": {
|
8517
8997
|
"ReadCapacityUnits": {
|
@@ -8519,7 +8999,7 @@
|
|
8519
8999
|
}
|
8520
9000
|
}
|
8521
9001
|
},
|
8522
|
-
"
|
9002
|
+
"S9a": {
|
8523
9003
|
"type": "list",
|
8524
9004
|
"member": {
|
8525
9005
|
"type": "structure",
|
@@ -8535,14 +9015,14 @@
|
|
8535
9015
|
},
|
8536
9016
|
"ValidationDomain": {},
|
8537
9017
|
"ValidationEmails": {
|
8538
|
-
"shape": "
|
9018
|
+
"shape": "S1r"
|
8539
9019
|
},
|
8540
9020
|
"ValidationMethod": {},
|
8541
9021
|
"ValidationStatus": {}
|
8542
9022
|
}
|
8543
9023
|
}
|
8544
9024
|
},
|
8545
|
-
"
|
9025
|
+
"Sbi": {
|
8546
9026
|
"type": "structure",
|
8547
9027
|
"members": {
|
8548
9028
|
"Address": {},
|
@@ -8552,7 +9032,7 @@
|
|
8552
9032
|
"HostedZoneId": {}
|
8553
9033
|
}
|
8554
9034
|
},
|
8555
|
-
"
|
9035
|
+
"Sbj": {
|
8556
9036
|
"type": "list",
|
8557
9037
|
"member": {
|
8558
9038
|
"type": "structure",
|
@@ -8562,7 +9042,7 @@
|
|
8562
9042
|
}
|
8563
9043
|
}
|
8564
9044
|
},
|
8565
|
-
"
|
9045
|
+
"Sbt": {
|
8566
9046
|
"type": "list",
|
8567
9047
|
"member": {
|
8568
9048
|
"type": "structure",
|
@@ -8572,7 +9052,7 @@
|
|
8572
9052
|
}
|
8573
9053
|
}
|
8574
9054
|
},
|
8575
|
-
"
|
9055
|
+
"Sbz": {
|
8576
9056
|
"type": "list",
|
8577
9057
|
"member": {
|
8578
9058
|
"type": "structure",
|
@@ -8584,7 +9064,7 @@
|
|
8584
9064
|
}
|
8585
9065
|
}
|
8586
9066
|
},
|
8587
|
-
"
|
9067
|
+
"Sct": {
|
8588
9068
|
"type": "structure",
|
8589
9069
|
"members": {
|
8590
9070
|
"Name": {},
|
@@ -8604,13 +9084,13 @@
|
|
8604
9084
|
}
|
8605
9085
|
}
|
8606
9086
|
},
|
8607
|
-
"
|
9087
|
+
"Sf6": {
|
8608
9088
|
"type": "list",
|
8609
9089
|
"member": {
|
8610
9090
|
"type": "integer"
|
8611
9091
|
}
|
8612
9092
|
},
|
8613
|
-
"
|
9093
|
+
"Sfj": {
|
8614
9094
|
"type": "structure",
|
8615
9095
|
"members": {
|
8616
9096
|
"CloudWatchLogsLogGroupArn": {},
|
@@ -8619,7 +9099,7 @@
|
|
8619
9099
|
}
|
8620
9100
|
}
|
8621
9101
|
},
|
8622
|
-
"
|
9102
|
+
"Sga": {
|
8623
9103
|
"type": "structure",
|
8624
9104
|
"members": {
|
8625
9105
|
"PublishMetricAction": {
|
@@ -8638,7 +9118,7 @@
|
|
8638
9118
|
}
|
8639
9119
|
}
|
8640
9120
|
},
|
8641
|
-
"
|
9121
|
+
"Shy": {
|
8642
9122
|
"type": "structure",
|
8643
9123
|
"members": {
|
8644
9124
|
"CidrBlock": {},
|
@@ -8679,7 +9159,7 @@
|
|
8679
9159
|
"VpcId": {}
|
8680
9160
|
}
|
8681
9161
|
},
|
8682
|
-
"
|
9162
|
+
"Sj3": {
|
8683
9163
|
"type": "structure",
|
8684
9164
|
"members": {
|
8685
9165
|
"DeleteAfterDays": {
|
@@ -8690,23 +9170,23 @@
|
|
8690
9170
|
}
|
8691
9171
|
}
|
8692
9172
|
},
|
8693
|
-
"
|
9173
|
+
"Skm": {
|
8694
9174
|
"type": "structure",
|
8695
9175
|
"members": {
|
8696
9176
|
"CustomRequestHandling": {
|
8697
|
-
"shape": "
|
9177
|
+
"shape": "Skn"
|
8698
9178
|
}
|
8699
9179
|
}
|
8700
9180
|
},
|
8701
|
-
"
|
9181
|
+
"Skn": {
|
8702
9182
|
"type": "structure",
|
8703
9183
|
"members": {
|
8704
9184
|
"InsertHeaders": {
|
8705
|
-
"shape": "
|
9185
|
+
"shape": "Sko"
|
8706
9186
|
}
|
8707
9187
|
}
|
8708
9188
|
},
|
8709
|
-
"
|
9189
|
+
"Sko": {
|
8710
9190
|
"type": "list",
|
8711
9191
|
"member": {
|
8712
9192
|
"type": "structure",
|
@@ -8716,7 +9196,7 @@
|
|
8716
9196
|
}
|
8717
9197
|
}
|
8718
9198
|
},
|
8719
|
-
"
|
9199
|
+
"Skq": {
|
8720
9200
|
"type": "structure",
|
8721
9201
|
"members": {
|
8722
9202
|
"CustomResponse": {
|
@@ -8727,13 +9207,13 @@
|
|
8727
9207
|
"type": "integer"
|
8728
9208
|
},
|
8729
9209
|
"ResponseHeaders": {
|
8730
|
-
"shape": "
|
9210
|
+
"shape": "Sko"
|
8731
9211
|
}
|
8732
9212
|
}
|
8733
9213
|
}
|
8734
9214
|
}
|
8735
9215
|
},
|
8736
|
-
"
|
9216
|
+
"Sks": {
|
8737
9217
|
"type": "list",
|
8738
9218
|
"member": {
|
8739
9219
|
"type": "structure",
|
@@ -8742,16 +9222,16 @@
|
|
8742
9222
|
"type": "structure",
|
8743
9223
|
"members": {
|
8744
9224
|
"Allow": {
|
8745
|
-
"shape": "
|
9225
|
+
"shape": "Skm"
|
8746
9226
|
},
|
8747
9227
|
"Block": {
|
8748
|
-
"shape": "
|
9228
|
+
"shape": "Skq"
|
8749
9229
|
},
|
8750
9230
|
"Captcha": {
|
8751
9231
|
"type": "structure",
|
8752
9232
|
"members": {
|
8753
9233
|
"CustomRequestHandling": {
|
8754
|
-
"shape": "
|
9234
|
+
"shape": "Skn"
|
8755
9235
|
}
|
8756
9236
|
}
|
8757
9237
|
},
|
@@ -8759,7 +9239,7 @@
|
|
8759
9239
|
"type": "structure",
|
8760
9240
|
"members": {
|
8761
9241
|
"CustomRequestHandling": {
|
8762
|
-
"shape": "
|
9242
|
+
"shape": "Skn"
|
8763
9243
|
}
|
8764
9244
|
}
|
8765
9245
|
}
|
@@ -8771,12 +9251,12 @@
|
|
8771
9251
|
"type": "integer"
|
8772
9252
|
},
|
8773
9253
|
"VisibilityConfig": {
|
8774
|
-
"shape": "
|
9254
|
+
"shape": "Skx"
|
8775
9255
|
}
|
8776
9256
|
}
|
8777
9257
|
}
|
8778
9258
|
},
|
8779
|
-
"
|
9259
|
+
"Skx": {
|
8780
9260
|
"type": "structure",
|
8781
9261
|
"members": {
|
8782
9262
|
"CloudWatchMetricsEnabled": {
|
@@ -8788,7 +9268,7 @@
|
|
8788
9268
|
}
|
8789
9269
|
}
|
8790
9270
|
},
|
8791
|
-
"
|
9271
|
+
"Slg": {
|
8792
9272
|
"type": "structure",
|
8793
9273
|
"members": {
|
8794
9274
|
"AuthTtL": {
|
@@ -8801,7 +9281,7 @@
|
|
8801
9281
|
"Issuer": {}
|
8802
9282
|
}
|
8803
9283
|
},
|
8804
|
-
"
|
9284
|
+
"Slh": {
|
8805
9285
|
"type": "structure",
|
8806
9286
|
"members": {
|
8807
9287
|
"AuthorizerResultTtlInSeconds": {
|
@@ -8811,7 +9291,7 @@
|
|
8811
9291
|
"IdentityValidationExpression": {}
|
8812
9292
|
}
|
8813
9293
|
},
|
8814
|
-
"
|
9294
|
+
"Sli": {
|
8815
9295
|
"type": "structure",
|
8816
9296
|
"members": {
|
8817
9297
|
"AppIdClientRegex": {},
|
@@ -8820,21 +9300,7 @@
|
|
8820
9300
|
"UserPoolId": {}
|
8821
9301
|
}
|
8822
9302
|
},
|
8823
|
-
"
|
8824
|
-
"type": "list",
|
8825
|
-
"member": {
|
8826
|
-
"type": "structure",
|
8827
|
-
"required": [
|
8828
|
-
"ProductArn",
|
8829
|
-
"Id"
|
8830
|
-
],
|
8831
|
-
"members": {
|
8832
|
-
"ProductArn": {},
|
8833
|
-
"Id": {}
|
8834
|
-
}
|
8835
|
-
}
|
8836
|
-
},
|
8837
|
-
"Slx": {
|
9303
|
+
"Smt": {
|
8838
9304
|
"type": "structure",
|
8839
9305
|
"members": {
|
8840
9306
|
"IpAddressV4": {},
|
@@ -8875,7 +9341,7 @@
|
|
8875
9341
|
}
|
8876
9342
|
}
|
8877
9343
|
},
|
8878
|
-
"
|
9344
|
+
"Smz": {
|
8879
9345
|
"type": "structure",
|
8880
9346
|
"members": {
|
8881
9347
|
"Port": {
|
@@ -8884,13 +9350,13 @@
|
|
8884
9350
|
"PortName": {}
|
8885
9351
|
}
|
8886
9352
|
},
|
8887
|
-
"
|
9353
|
+
"Snh": {
|
8888
9354
|
"type": "list",
|
8889
9355
|
"member": {
|
8890
|
-
"shape": "
|
9356
|
+
"shape": "Sni"
|
8891
9357
|
}
|
8892
9358
|
},
|
8893
|
-
"
|
9359
|
+
"Sni": {
|
8894
9360
|
"type": "structure",
|
8895
9361
|
"required": [
|
8896
9362
|
"Id",
|
@@ -8901,18 +9367,7 @@
|
|
8901
9367
|
"ProductArn": {}
|
8902
9368
|
}
|
8903
9369
|
},
|
8904
|
-
"
|
8905
|
-
"type": "structure",
|
8906
|
-
"required": [
|
8907
|
-
"Text",
|
8908
|
-
"UpdatedBy"
|
8909
|
-
],
|
8910
|
-
"members": {
|
8911
|
-
"Text": {},
|
8912
|
-
"UpdatedBy": {}
|
8913
|
-
}
|
8914
|
-
},
|
8915
|
-
"Sms": {
|
9370
|
+
"Sno": {
|
8916
9371
|
"type": "structure",
|
8917
9372
|
"required": [
|
8918
9373
|
"StandardsArn",
|
@@ -8926,272 +9381,277 @@
|
|
8926
9381
|
"UpdatedReason": {}
|
8927
9382
|
}
|
8928
9383
|
},
|
8929
|
-
"
|
9384
|
+
"Snv": {
|
9385
|
+
"type": "map",
|
9386
|
+
"key": {},
|
9387
|
+
"value": {}
|
9388
|
+
},
|
9389
|
+
"So2": {
|
8930
9390
|
"type": "structure",
|
8931
9391
|
"members": {
|
8932
9392
|
"ProductArn": {
|
8933
|
-
"shape": "
|
9393
|
+
"shape": "Sx"
|
8934
9394
|
},
|
8935
9395
|
"AwsAccountId": {
|
8936
|
-
"shape": "
|
9396
|
+
"shape": "Sx"
|
8937
9397
|
},
|
8938
9398
|
"Id": {
|
8939
|
-
"shape": "
|
9399
|
+
"shape": "Sx"
|
8940
9400
|
},
|
8941
9401
|
"GeneratorId": {
|
8942
|
-
"shape": "
|
9402
|
+
"shape": "Sx"
|
8943
9403
|
},
|
8944
9404
|
"Region": {
|
8945
|
-
"shape": "
|
9405
|
+
"shape": "Sx"
|
8946
9406
|
},
|
8947
9407
|
"Type": {
|
8948
|
-
"shape": "
|
9408
|
+
"shape": "Sx"
|
8949
9409
|
},
|
8950
9410
|
"FirstObservedAt": {
|
8951
|
-
"shape": "
|
9411
|
+
"shape": "S10"
|
8952
9412
|
},
|
8953
9413
|
"LastObservedAt": {
|
8954
|
-
"shape": "
|
9414
|
+
"shape": "S10"
|
8955
9415
|
},
|
8956
9416
|
"CreatedAt": {
|
8957
|
-
"shape": "
|
9417
|
+
"shape": "S10"
|
8958
9418
|
},
|
8959
9419
|
"UpdatedAt": {
|
8960
|
-
"shape": "
|
9420
|
+
"shape": "S10"
|
8961
9421
|
},
|
8962
9422
|
"SeverityProduct": {
|
8963
|
-
"shape": "
|
9423
|
+
"shape": "S14",
|
8964
9424
|
"deprecated": true,
|
8965
9425
|
"deprecatedMessage": "This filter is deprecated. Instead, use FindingProviderSeverityOriginal."
|
8966
9426
|
},
|
8967
9427
|
"SeverityNormalized": {
|
8968
|
-
"shape": "
|
9428
|
+
"shape": "S14",
|
8969
9429
|
"deprecated": true,
|
8970
9430
|
"deprecatedMessage": "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel."
|
8971
9431
|
},
|
8972
9432
|
"SeverityLabel": {
|
8973
|
-
"shape": "
|
9433
|
+
"shape": "Sx"
|
8974
9434
|
},
|
8975
9435
|
"Confidence": {
|
8976
|
-
"shape": "
|
9436
|
+
"shape": "S14"
|
8977
9437
|
},
|
8978
9438
|
"Criticality": {
|
8979
|
-
"shape": "
|
9439
|
+
"shape": "S14"
|
8980
9440
|
},
|
8981
9441
|
"Title": {
|
8982
|
-
"shape": "
|
9442
|
+
"shape": "Sx"
|
8983
9443
|
},
|
8984
9444
|
"Description": {
|
8985
|
-
"shape": "
|
9445
|
+
"shape": "Sx"
|
8986
9446
|
},
|
8987
9447
|
"RecommendationText": {
|
8988
|
-
"shape": "
|
9448
|
+
"shape": "Sx"
|
8989
9449
|
},
|
8990
9450
|
"SourceUrl": {
|
8991
|
-
"shape": "
|
9451
|
+
"shape": "Sx"
|
8992
9452
|
},
|
8993
9453
|
"ProductFields": {
|
8994
|
-
"shape": "
|
9454
|
+
"shape": "S17"
|
8995
9455
|
},
|
8996
9456
|
"ProductName": {
|
8997
|
-
"shape": "
|
9457
|
+
"shape": "Sx"
|
8998
9458
|
},
|
8999
9459
|
"CompanyName": {
|
9000
|
-
"shape": "
|
9460
|
+
"shape": "Sx"
|
9001
9461
|
},
|
9002
9462
|
"UserDefinedFields": {
|
9003
|
-
"shape": "
|
9463
|
+
"shape": "S17"
|
9004
9464
|
},
|
9005
9465
|
"MalwareName": {
|
9006
|
-
"shape": "
|
9466
|
+
"shape": "Sx"
|
9007
9467
|
},
|
9008
9468
|
"MalwareType": {
|
9009
|
-
"shape": "
|
9469
|
+
"shape": "Sx"
|
9010
9470
|
},
|
9011
9471
|
"MalwarePath": {
|
9012
|
-
"shape": "
|
9472
|
+
"shape": "Sx"
|
9013
9473
|
},
|
9014
9474
|
"MalwareState": {
|
9015
|
-
"shape": "
|
9475
|
+
"shape": "Sx"
|
9016
9476
|
},
|
9017
9477
|
"NetworkDirection": {
|
9018
|
-
"shape": "
|
9478
|
+
"shape": "Sx"
|
9019
9479
|
},
|
9020
9480
|
"NetworkProtocol": {
|
9021
|
-
"shape": "
|
9481
|
+
"shape": "Sx"
|
9022
9482
|
},
|
9023
9483
|
"NetworkSourceIpV4": {
|
9024
|
-
"shape": "
|
9484
|
+
"shape": "So3"
|
9025
9485
|
},
|
9026
9486
|
"NetworkSourceIpV6": {
|
9027
|
-
"shape": "
|
9487
|
+
"shape": "So3"
|
9028
9488
|
},
|
9029
9489
|
"NetworkSourcePort": {
|
9030
|
-
"shape": "
|
9490
|
+
"shape": "S14"
|
9031
9491
|
},
|
9032
9492
|
"NetworkSourceDomain": {
|
9033
|
-
"shape": "
|
9493
|
+
"shape": "Sx"
|
9034
9494
|
},
|
9035
9495
|
"NetworkSourceMac": {
|
9036
|
-
"shape": "
|
9496
|
+
"shape": "Sx"
|
9037
9497
|
},
|
9038
9498
|
"NetworkDestinationIpV4": {
|
9039
|
-
"shape": "
|
9499
|
+
"shape": "So3"
|
9040
9500
|
},
|
9041
9501
|
"NetworkDestinationIpV6": {
|
9042
|
-
"shape": "
|
9502
|
+
"shape": "So3"
|
9043
9503
|
},
|
9044
9504
|
"NetworkDestinationPort": {
|
9045
|
-
"shape": "
|
9505
|
+
"shape": "S14"
|
9046
9506
|
},
|
9047
9507
|
"NetworkDestinationDomain": {
|
9048
|
-
"shape": "
|
9508
|
+
"shape": "Sx"
|
9049
9509
|
},
|
9050
9510
|
"ProcessName": {
|
9051
|
-
"shape": "
|
9511
|
+
"shape": "Sx"
|
9052
9512
|
},
|
9053
9513
|
"ProcessPath": {
|
9054
|
-
"shape": "
|
9514
|
+
"shape": "Sx"
|
9055
9515
|
},
|
9056
9516
|
"ProcessPid": {
|
9057
|
-
"shape": "
|
9517
|
+
"shape": "S14"
|
9058
9518
|
},
|
9059
9519
|
"ProcessParentPid": {
|
9060
|
-
"shape": "
|
9520
|
+
"shape": "S14"
|
9061
9521
|
},
|
9062
9522
|
"ProcessLaunchedAt": {
|
9063
|
-
"shape": "
|
9523
|
+
"shape": "S10"
|
9064
9524
|
},
|
9065
9525
|
"ProcessTerminatedAt": {
|
9066
|
-
"shape": "
|
9526
|
+
"shape": "S10"
|
9067
9527
|
},
|
9068
9528
|
"ThreatIntelIndicatorType": {
|
9069
|
-
"shape": "
|
9529
|
+
"shape": "Sx"
|
9070
9530
|
},
|
9071
9531
|
"ThreatIntelIndicatorValue": {
|
9072
|
-
"shape": "
|
9532
|
+
"shape": "Sx"
|
9073
9533
|
},
|
9074
9534
|
"ThreatIntelIndicatorCategory": {
|
9075
|
-
"shape": "
|
9535
|
+
"shape": "Sx"
|
9076
9536
|
},
|
9077
9537
|
"ThreatIntelIndicatorLastObservedAt": {
|
9078
|
-
"shape": "
|
9538
|
+
"shape": "S10"
|
9079
9539
|
},
|
9080
9540
|
"ThreatIntelIndicatorSource": {
|
9081
|
-
"shape": "
|
9541
|
+
"shape": "Sx"
|
9082
9542
|
},
|
9083
9543
|
"ThreatIntelIndicatorSourceUrl": {
|
9084
|
-
"shape": "
|
9544
|
+
"shape": "Sx"
|
9085
9545
|
},
|
9086
9546
|
"ResourceType": {
|
9087
|
-
"shape": "
|
9547
|
+
"shape": "Sx"
|
9088
9548
|
},
|
9089
9549
|
"ResourceId": {
|
9090
|
-
"shape": "
|
9550
|
+
"shape": "Sx"
|
9091
9551
|
},
|
9092
9552
|
"ResourcePartition": {
|
9093
|
-
"shape": "
|
9553
|
+
"shape": "Sx"
|
9094
9554
|
},
|
9095
9555
|
"ResourceRegion": {
|
9096
|
-
"shape": "
|
9556
|
+
"shape": "Sx"
|
9097
9557
|
},
|
9098
9558
|
"ResourceTags": {
|
9099
|
-
"shape": "
|
9559
|
+
"shape": "S17"
|
9100
9560
|
},
|
9101
9561
|
"ResourceAwsEc2InstanceType": {
|
9102
|
-
"shape": "
|
9562
|
+
"shape": "Sx"
|
9103
9563
|
},
|
9104
9564
|
"ResourceAwsEc2InstanceImageId": {
|
9105
|
-
"shape": "
|
9565
|
+
"shape": "Sx"
|
9106
9566
|
},
|
9107
9567
|
"ResourceAwsEc2InstanceIpV4Addresses": {
|
9108
|
-
"shape": "
|
9568
|
+
"shape": "So3"
|
9109
9569
|
},
|
9110
9570
|
"ResourceAwsEc2InstanceIpV6Addresses": {
|
9111
|
-
"shape": "
|
9571
|
+
"shape": "So3"
|
9112
9572
|
},
|
9113
9573
|
"ResourceAwsEc2InstanceKeyName": {
|
9114
|
-
"shape": "
|
9574
|
+
"shape": "Sx"
|
9115
9575
|
},
|
9116
9576
|
"ResourceAwsEc2InstanceIamInstanceProfileArn": {
|
9117
|
-
"shape": "
|
9577
|
+
"shape": "Sx"
|
9118
9578
|
},
|
9119
9579
|
"ResourceAwsEc2InstanceVpcId": {
|
9120
|
-
"shape": "
|
9580
|
+
"shape": "Sx"
|
9121
9581
|
},
|
9122
9582
|
"ResourceAwsEc2InstanceSubnetId": {
|
9123
|
-
"shape": "
|
9583
|
+
"shape": "Sx"
|
9124
9584
|
},
|
9125
9585
|
"ResourceAwsEc2InstanceLaunchedAt": {
|
9126
|
-
"shape": "
|
9586
|
+
"shape": "S10"
|
9127
9587
|
},
|
9128
9588
|
"ResourceAwsS3BucketOwnerId": {
|
9129
|
-
"shape": "
|
9589
|
+
"shape": "Sx"
|
9130
9590
|
},
|
9131
9591
|
"ResourceAwsS3BucketOwnerName": {
|
9132
|
-
"shape": "
|
9592
|
+
"shape": "Sx"
|
9133
9593
|
},
|
9134
9594
|
"ResourceAwsIamAccessKeyUserName": {
|
9135
|
-
"shape": "
|
9595
|
+
"shape": "Sx",
|
9136
9596
|
"deprecated": true,
|
9137
9597
|
"deprecatedMessage": "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName."
|
9138
9598
|
},
|
9139
9599
|
"ResourceAwsIamAccessKeyPrincipalName": {
|
9140
|
-
"shape": "
|
9600
|
+
"shape": "Sx"
|
9141
9601
|
},
|
9142
9602
|
"ResourceAwsIamAccessKeyStatus": {
|
9143
|
-
"shape": "
|
9603
|
+
"shape": "Sx"
|
9144
9604
|
},
|
9145
9605
|
"ResourceAwsIamAccessKeyCreatedAt": {
|
9146
|
-
"shape": "
|
9606
|
+
"shape": "S10"
|
9147
9607
|
},
|
9148
9608
|
"ResourceAwsIamUserUserName": {
|
9149
|
-
"shape": "
|
9609
|
+
"shape": "Sx"
|
9150
9610
|
},
|
9151
9611
|
"ResourceContainerName": {
|
9152
|
-
"shape": "
|
9612
|
+
"shape": "Sx"
|
9153
9613
|
},
|
9154
9614
|
"ResourceContainerImageId": {
|
9155
|
-
"shape": "
|
9615
|
+
"shape": "Sx"
|
9156
9616
|
},
|
9157
9617
|
"ResourceContainerImageName": {
|
9158
|
-
"shape": "
|
9618
|
+
"shape": "Sx"
|
9159
9619
|
},
|
9160
9620
|
"ResourceContainerLaunchedAt": {
|
9161
|
-
"shape": "
|
9621
|
+
"shape": "S10"
|
9162
9622
|
},
|
9163
9623
|
"ResourceDetailsOther": {
|
9164
|
-
"shape": "
|
9624
|
+
"shape": "S17"
|
9165
9625
|
},
|
9166
9626
|
"ComplianceStatus": {
|
9167
|
-
"shape": "
|
9627
|
+
"shape": "Sx"
|
9168
9628
|
},
|
9169
9629
|
"VerificationState": {
|
9170
|
-
"shape": "
|
9630
|
+
"shape": "Sx"
|
9171
9631
|
},
|
9172
9632
|
"WorkflowState": {
|
9173
|
-
"shape": "
|
9633
|
+
"shape": "Sx"
|
9174
9634
|
},
|
9175
9635
|
"WorkflowStatus": {
|
9176
|
-
"shape": "
|
9636
|
+
"shape": "Sx"
|
9177
9637
|
},
|
9178
9638
|
"RecordState": {
|
9179
|
-
"shape": "
|
9639
|
+
"shape": "Sx"
|
9180
9640
|
},
|
9181
9641
|
"RelatedFindingsProductArn": {
|
9182
|
-
"shape": "
|
9642
|
+
"shape": "Sx"
|
9183
9643
|
},
|
9184
9644
|
"RelatedFindingsId": {
|
9185
|
-
"shape": "
|
9645
|
+
"shape": "Sx"
|
9186
9646
|
},
|
9187
9647
|
"NoteText": {
|
9188
|
-
"shape": "
|
9648
|
+
"shape": "Sx"
|
9189
9649
|
},
|
9190
9650
|
"NoteUpdatedAt": {
|
9191
|
-
"shape": "
|
9651
|
+
"shape": "S10"
|
9192
9652
|
},
|
9193
9653
|
"NoteUpdatedBy": {
|
9194
|
-
"shape": "
|
9654
|
+
"shape": "Sx"
|
9195
9655
|
},
|
9196
9656
|
"Keyword": {
|
9197
9657
|
"deprecated": true,
|
@@ -9205,25 +9665,25 @@
|
|
9205
9665
|
}
|
9206
9666
|
},
|
9207
9667
|
"FindingProviderFieldsConfidence": {
|
9208
|
-
"shape": "
|
9668
|
+
"shape": "S14"
|
9209
9669
|
},
|
9210
9670
|
"FindingProviderFieldsCriticality": {
|
9211
|
-
"shape": "
|
9671
|
+
"shape": "S14"
|
9212
9672
|
},
|
9213
9673
|
"FindingProviderFieldsRelatedFindingsId": {
|
9214
|
-
"shape": "
|
9674
|
+
"shape": "Sx"
|
9215
9675
|
},
|
9216
9676
|
"FindingProviderFieldsRelatedFindingsProductArn": {
|
9217
|
-
"shape": "
|
9677
|
+
"shape": "Sx"
|
9218
9678
|
},
|
9219
9679
|
"FindingProviderFieldsSeverityLabel": {
|
9220
|
-
"shape": "
|
9680
|
+
"shape": "Sx"
|
9221
9681
|
},
|
9222
9682
|
"FindingProviderFieldsSeverityOriginal": {
|
9223
|
-
"shape": "
|
9683
|
+
"shape": "Sx"
|
9224
9684
|
},
|
9225
9685
|
"FindingProviderFieldsTypes": {
|
9226
|
-
"shape": "
|
9686
|
+
"shape": "Sx"
|
9227
9687
|
},
|
9228
9688
|
"Sample": {
|
9229
9689
|
"type": "list",
|
@@ -9237,71 +9697,14 @@
|
|
9237
9697
|
}
|
9238
9698
|
},
|
9239
9699
|
"ComplianceSecurityControlId": {
|
9240
|
-
"shape": "
|
9700
|
+
"shape": "Sx"
|
9241
9701
|
},
|
9242
9702
|
"ComplianceAssociatedStandardsId": {
|
9243
|
-
"shape": "
|
9244
|
-
}
|
9245
|
-
}
|
9246
|
-
},
|
9247
|
-
"Sn2": {
|
9248
|
-
"type": "list",
|
9249
|
-
"member": {
|
9250
|
-
"type": "structure",
|
9251
|
-
"members": {
|
9252
|
-
"Value": {},
|
9253
|
-
"Comparison": {}
|
9254
|
-
}
|
9255
|
-
}
|
9256
|
-
},
|
9257
|
-
"Sn5": {
|
9258
|
-
"type": "list",
|
9259
|
-
"member": {
|
9260
|
-
"type": "structure",
|
9261
|
-
"members": {
|
9262
|
-
"Start": {},
|
9263
|
-
"End": {},
|
9264
|
-
"DateRange": {
|
9265
|
-
"type": "structure",
|
9266
|
-
"members": {
|
9267
|
-
"Value": {
|
9268
|
-
"type": "integer"
|
9269
|
-
},
|
9270
|
-
"Unit": {}
|
9271
|
-
}
|
9272
|
-
}
|
9703
|
+
"shape": "Sx"
|
9273
9704
|
}
|
9274
9705
|
}
|
9275
9706
|
},
|
9276
|
-
"
|
9277
|
-
"type": "list",
|
9278
|
-
"member": {
|
9279
|
-
"type": "structure",
|
9280
|
-
"members": {
|
9281
|
-
"Gte": {
|
9282
|
-
"type": "double"
|
9283
|
-
},
|
9284
|
-
"Lte": {
|
9285
|
-
"type": "double"
|
9286
|
-
},
|
9287
|
-
"Eq": {
|
9288
|
-
"type": "double"
|
9289
|
-
}
|
9290
|
-
}
|
9291
|
-
}
|
9292
|
-
},
|
9293
|
-
"Snb": {
|
9294
|
-
"type": "list",
|
9295
|
-
"member": {
|
9296
|
-
"type": "structure",
|
9297
|
-
"members": {
|
9298
|
-
"Key": {},
|
9299
|
-
"Value": {},
|
9300
|
-
"Comparison": {}
|
9301
|
-
}
|
9302
|
-
}
|
9303
|
-
},
|
9304
|
-
"Sne": {
|
9707
|
+
"So3": {
|
9305
9708
|
"type": "list",
|
9306
9709
|
"member": {
|
9307
9710
|
"type": "structure",
|
@@ -9310,7 +9713,7 @@
|
|
9310
9713
|
}
|
9311
9714
|
}
|
9312
9715
|
},
|
9313
|
-
"
|
9716
|
+
"Sof": {
|
9314
9717
|
"type": "list",
|
9315
9718
|
"member": {
|
9316
9719
|
"type": "structure",
|
@@ -9320,31 +9723,26 @@
|
|
9320
9723
|
}
|
9321
9724
|
}
|
9322
9725
|
},
|
9323
|
-
"
|
9726
|
+
"Soi": {
|
9324
9727
|
"type": "list",
|
9325
9728
|
"member": {}
|
9326
9729
|
},
|
9327
|
-
"
|
9730
|
+
"Sov": {
|
9328
9731
|
"type": "list",
|
9329
9732
|
"member": {}
|
9330
9733
|
},
|
9331
|
-
"
|
9332
|
-
"type": "map",
|
9333
|
-
"key": {},
|
9334
|
-
"value": {}
|
9335
|
-
},
|
9336
|
-
"Spl": {
|
9734
|
+
"Sq7": {
|
9337
9735
|
"type": "structure",
|
9338
9736
|
"members": {
|
9339
9737
|
"AccountId": {},
|
9340
9738
|
"InvitationId": {},
|
9341
9739
|
"InvitedAt": {
|
9342
|
-
"shape": "
|
9740
|
+
"shape": "S1p"
|
9343
9741
|
},
|
9344
9742
|
"MemberStatus": {}
|
9345
9743
|
}
|
9346
9744
|
},
|
9347
|
-
"
|
9745
|
+
"Sr5": {
|
9348
9746
|
"type": "list",
|
9349
9747
|
"member": {
|
9350
9748
|
"type": "structure",
|
@@ -9358,10 +9756,10 @@
|
|
9358
9756
|
"AdministratorId": {},
|
9359
9757
|
"MemberStatus": {},
|
9360
9758
|
"InvitedAt": {
|
9361
|
-
"shape": "
|
9759
|
+
"shape": "S1p"
|
9362
9760
|
},
|
9363
9761
|
"UpdatedAt": {
|
9364
|
-
"shape": "
|
9762
|
+
"shape": "S1p"
|
9365
9763
|
}
|
9366
9764
|
}
|
9367
9765
|
}
|