cdk-docker-image-deployment 0.0.30 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +339 -339
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +311 -303
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.paginators.json +24 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +297 -297
- package/node_modules/aws-sdk/clients/ec2.d.ts +14 -1
- package/node_modules/aws-sdk/clients/snowball.d.ts +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +314 -306
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +64 -64
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
],
|
|
27
27
|
"members": {
|
|
28
28
|
"analyzerArn": {},
|
|
29
|
+
"ruleName": {},
|
|
29
30
|
"clientToken": {
|
|
30
31
|
"idempotencyToken": true
|
|
31
|
-
}
|
|
32
|
-
"ruleName": {}
|
|
32
|
+
}
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"idempotent": true
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
],
|
|
73
73
|
"members": {
|
|
74
74
|
"analyzerArn": {},
|
|
75
|
-
"clientToken": {
|
|
76
|
-
"idempotencyToken": true
|
|
77
|
-
},
|
|
78
75
|
"configurations": {
|
|
79
76
|
"shape": "S9"
|
|
77
|
+
},
|
|
78
|
+
"clientToken": {
|
|
79
|
+
"idempotencyToken": true
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
},
|
|
@@ -105,29 +105,29 @@
|
|
|
105
105
|
],
|
|
106
106
|
"members": {
|
|
107
107
|
"analyzerName": {},
|
|
108
|
+
"type": {},
|
|
108
109
|
"archiveRules": {
|
|
109
110
|
"type": "list",
|
|
110
111
|
"member": {
|
|
111
112
|
"type": "structure",
|
|
112
113
|
"required": [
|
|
113
|
-
"
|
|
114
|
-
"
|
|
114
|
+
"ruleName",
|
|
115
|
+
"filter"
|
|
115
116
|
],
|
|
116
117
|
"members": {
|
|
118
|
+
"ruleName": {},
|
|
117
119
|
"filter": {
|
|
118
|
-
"shape": "
|
|
119
|
-
}
|
|
120
|
-
"ruleName": {}
|
|
120
|
+
"shape": "S1m"
|
|
121
|
+
}
|
|
121
122
|
}
|
|
122
123
|
}
|
|
123
124
|
},
|
|
124
|
-
"clientToken": {
|
|
125
|
-
"idempotencyToken": true
|
|
126
|
-
},
|
|
127
125
|
"tags": {
|
|
128
|
-
"shape": "
|
|
126
|
+
"shape": "S1p"
|
|
129
127
|
},
|
|
130
|
-
"
|
|
128
|
+
"clientToken": {
|
|
129
|
+
"idempotencyToken": true
|
|
130
|
+
}
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"output": {
|
|
@@ -148,21 +148,21 @@
|
|
|
148
148
|
"type": "structure",
|
|
149
149
|
"required": [
|
|
150
150
|
"analyzerName",
|
|
151
|
-
"
|
|
152
|
-
"
|
|
151
|
+
"ruleName",
|
|
152
|
+
"filter"
|
|
153
153
|
],
|
|
154
154
|
"members": {
|
|
155
155
|
"analyzerName": {
|
|
156
156
|
"location": "uri",
|
|
157
157
|
"locationName": "analyzerName"
|
|
158
158
|
},
|
|
159
|
-
"
|
|
160
|
-
"idempotencyToken": true
|
|
161
|
-
},
|
|
159
|
+
"ruleName": {},
|
|
162
160
|
"filter": {
|
|
163
|
-
"shape": "
|
|
161
|
+
"shape": "S1m"
|
|
164
162
|
},
|
|
165
|
-
"
|
|
163
|
+
"clientToken": {
|
|
164
|
+
"idempotencyToken": true
|
|
165
|
+
}
|
|
166
166
|
}
|
|
167
167
|
},
|
|
168
168
|
"idempotent": true
|
|
@@ -209,14 +209,14 @@
|
|
|
209
209
|
"location": "uri",
|
|
210
210
|
"locationName": "analyzerName"
|
|
211
211
|
},
|
|
212
|
+
"ruleName": {
|
|
213
|
+
"location": "uri",
|
|
214
|
+
"locationName": "ruleName"
|
|
215
|
+
},
|
|
212
216
|
"clientToken": {
|
|
213
217
|
"idempotencyToken": true,
|
|
214
218
|
"location": "querystring",
|
|
215
219
|
"locationName": "clientToken"
|
|
216
|
-
},
|
|
217
|
-
"ruleName": {
|
|
218
|
-
"location": "uri",
|
|
219
|
-
"locationName": "ruleName"
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
},
|
|
@@ -254,13 +254,14 @@
|
|
|
254
254
|
"accessPreview": {
|
|
255
255
|
"type": "structure",
|
|
256
256
|
"required": [
|
|
257
|
+
"id",
|
|
257
258
|
"analyzerArn",
|
|
258
259
|
"configurations",
|
|
259
260
|
"createdAt",
|
|
260
|
-
"id",
|
|
261
261
|
"status"
|
|
262
262
|
],
|
|
263
263
|
"members": {
|
|
264
|
+
"id": {},
|
|
264
265
|
"analyzerArn": {},
|
|
265
266
|
"configurations": {
|
|
266
267
|
"shape": "S9"
|
|
@@ -268,7 +269,6 @@
|
|
|
268
269
|
"createdAt": {
|
|
269
270
|
"shape": "S1x"
|
|
270
271
|
},
|
|
271
|
-
"id": {},
|
|
272
272
|
"status": {},
|
|
273
273
|
"statusReason": {
|
|
274
274
|
"shape": "S1z"
|
|
@@ -307,39 +307,39 @@
|
|
|
307
307
|
"resource": {
|
|
308
308
|
"type": "structure",
|
|
309
309
|
"required": [
|
|
310
|
-
"analyzedAt",
|
|
311
|
-
"createdAt",
|
|
312
|
-
"isPublic",
|
|
313
310
|
"resourceArn",
|
|
314
|
-
"resourceOwnerAccount",
|
|
315
311
|
"resourceType",
|
|
316
|
-
"
|
|
312
|
+
"createdAt",
|
|
313
|
+
"analyzedAt",
|
|
314
|
+
"updatedAt",
|
|
315
|
+
"isPublic",
|
|
316
|
+
"resourceOwnerAccount"
|
|
317
317
|
],
|
|
318
318
|
"members": {
|
|
319
|
-
"
|
|
320
|
-
|
|
319
|
+
"resourceArn": {},
|
|
320
|
+
"resourceType": {},
|
|
321
|
+
"createdAt": {
|
|
322
|
+
"shape": "S1x"
|
|
321
323
|
},
|
|
322
324
|
"analyzedAt": {
|
|
323
325
|
"shape": "S1x"
|
|
324
326
|
},
|
|
325
|
-
"
|
|
327
|
+
"updatedAt": {
|
|
326
328
|
"shape": "S1x"
|
|
327
329
|
},
|
|
328
|
-
"error": {},
|
|
329
330
|
"isPublic": {
|
|
330
331
|
"type": "boolean"
|
|
331
332
|
},
|
|
332
|
-
"
|
|
333
|
-
|
|
334
|
-
|
|
333
|
+
"actions": {
|
|
334
|
+
"shape": "S26"
|
|
335
|
+
},
|
|
335
336
|
"sharedVia": {
|
|
336
337
|
"type": "list",
|
|
337
338
|
"member": {}
|
|
338
339
|
},
|
|
339
340
|
"status": {},
|
|
340
|
-
"
|
|
341
|
-
|
|
342
|
-
}
|
|
341
|
+
"resourceOwnerAccount": {},
|
|
342
|
+
"error": {}
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
345
|
}
|
|
@@ -439,45 +439,45 @@
|
|
|
439
439
|
"finding": {
|
|
440
440
|
"type": "structure",
|
|
441
441
|
"required": [
|
|
442
|
-
"analyzedAt",
|
|
443
|
-
"condition",
|
|
444
|
-
"createdAt",
|
|
445
442
|
"id",
|
|
446
|
-
"resourceOwnerAccount",
|
|
447
443
|
"resourceType",
|
|
444
|
+
"condition",
|
|
445
|
+
"createdAt",
|
|
446
|
+
"analyzedAt",
|
|
447
|
+
"updatedAt",
|
|
448
448
|
"status",
|
|
449
|
-
"
|
|
449
|
+
"resourceOwnerAccount"
|
|
450
450
|
],
|
|
451
451
|
"members": {
|
|
452
|
+
"id": {},
|
|
453
|
+
"principal": {
|
|
454
|
+
"shape": "S2m"
|
|
455
|
+
},
|
|
452
456
|
"action": {
|
|
453
|
-
"shape": "
|
|
457
|
+
"shape": "S26"
|
|
454
458
|
},
|
|
455
|
-
"
|
|
456
|
-
|
|
459
|
+
"resource": {},
|
|
460
|
+
"isPublic": {
|
|
461
|
+
"type": "boolean"
|
|
457
462
|
},
|
|
463
|
+
"resourceType": {},
|
|
458
464
|
"condition": {
|
|
459
|
-
"shape": "
|
|
465
|
+
"shape": "S2n"
|
|
460
466
|
},
|
|
461
467
|
"createdAt": {
|
|
462
468
|
"shape": "S1x"
|
|
463
469
|
},
|
|
464
|
-
"
|
|
465
|
-
|
|
466
|
-
"isPublic": {
|
|
467
|
-
"type": "boolean"
|
|
470
|
+
"analyzedAt": {
|
|
471
|
+
"shape": "S1x"
|
|
468
472
|
},
|
|
469
|
-
"
|
|
470
|
-
"shape": "
|
|
473
|
+
"updatedAt": {
|
|
474
|
+
"shape": "S1x"
|
|
471
475
|
},
|
|
472
|
-
"
|
|
476
|
+
"status": {},
|
|
473
477
|
"resourceOwnerAccount": {},
|
|
474
|
-
"
|
|
478
|
+
"error": {},
|
|
475
479
|
"sources": {
|
|
476
480
|
"shape": "S2o"
|
|
477
|
-
},
|
|
478
|
-
"status": {},
|
|
479
|
-
"updatedAt": {
|
|
480
|
-
"shape": "S1x"
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
483
|
}
|
|
@@ -496,6 +496,10 @@
|
|
|
496
496
|
"jobId"
|
|
497
497
|
],
|
|
498
498
|
"members": {
|
|
499
|
+
"jobId": {
|
|
500
|
+
"location": "uri",
|
|
501
|
+
"locationName": "jobId"
|
|
502
|
+
},
|
|
499
503
|
"includeResourcePlaceholders": {
|
|
500
504
|
"location": "querystring",
|
|
501
505
|
"locationName": "includeResourcePlaceholders",
|
|
@@ -505,58 +509,69 @@
|
|
|
505
509
|
"location": "querystring",
|
|
506
510
|
"locationName": "includeServiceLevelTemplate",
|
|
507
511
|
"type": "boolean"
|
|
508
|
-
},
|
|
509
|
-
"jobId": {
|
|
510
|
-
"location": "uri",
|
|
511
|
-
"locationName": "jobId"
|
|
512
512
|
}
|
|
513
513
|
}
|
|
514
514
|
},
|
|
515
515
|
"output": {
|
|
516
516
|
"type": "structure",
|
|
517
517
|
"required": [
|
|
518
|
-
"
|
|
519
|
-
"
|
|
518
|
+
"jobDetails",
|
|
519
|
+
"generatedPolicyResult"
|
|
520
520
|
],
|
|
521
521
|
"members": {
|
|
522
|
+
"jobDetails": {
|
|
523
|
+
"type": "structure",
|
|
524
|
+
"required": [
|
|
525
|
+
"jobId",
|
|
526
|
+
"status",
|
|
527
|
+
"startedOn"
|
|
528
|
+
],
|
|
529
|
+
"members": {
|
|
530
|
+
"jobId": {},
|
|
531
|
+
"status": {},
|
|
532
|
+
"startedOn": {
|
|
533
|
+
"shape": "S1x"
|
|
534
|
+
},
|
|
535
|
+
"completedOn": {
|
|
536
|
+
"shape": "S1x"
|
|
537
|
+
},
|
|
538
|
+
"jobError": {
|
|
539
|
+
"type": "structure",
|
|
540
|
+
"required": [
|
|
541
|
+
"code",
|
|
542
|
+
"message"
|
|
543
|
+
],
|
|
544
|
+
"members": {
|
|
545
|
+
"code": {},
|
|
546
|
+
"message": {}
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
},
|
|
522
551
|
"generatedPolicyResult": {
|
|
523
552
|
"type": "structure",
|
|
524
553
|
"required": [
|
|
525
554
|
"properties"
|
|
526
555
|
],
|
|
527
556
|
"members": {
|
|
528
|
-
"generatedPolicies": {
|
|
529
|
-
"type": "list",
|
|
530
|
-
"member": {
|
|
531
|
-
"type": "structure",
|
|
532
|
-
"required": [
|
|
533
|
-
"policy"
|
|
534
|
-
],
|
|
535
|
-
"members": {
|
|
536
|
-
"policy": {}
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
557
|
"properties": {
|
|
541
558
|
"type": "structure",
|
|
542
559
|
"required": [
|
|
543
560
|
"principalArn"
|
|
544
561
|
],
|
|
545
562
|
"members": {
|
|
563
|
+
"isComplete": {
|
|
564
|
+
"type": "boolean"
|
|
565
|
+
},
|
|
566
|
+
"principalArn": {},
|
|
546
567
|
"cloudTrailProperties": {
|
|
547
568
|
"type": "structure",
|
|
548
569
|
"required": [
|
|
549
|
-
"
|
|
570
|
+
"trailProperties",
|
|
550
571
|
"startTime",
|
|
551
|
-
"
|
|
572
|
+
"endTime"
|
|
552
573
|
],
|
|
553
574
|
"members": {
|
|
554
|
-
"endTime": {
|
|
555
|
-
"shape": "S1x"
|
|
556
|
-
},
|
|
557
|
-
"startTime": {
|
|
558
|
-
"shape": "S1x"
|
|
559
|
-
},
|
|
560
575
|
"trailProperties": {
|
|
561
576
|
"type": "list",
|
|
562
577
|
"member": {
|
|
@@ -565,53 +580,38 @@
|
|
|
565
580
|
"cloudTrailArn"
|
|
566
581
|
],
|
|
567
582
|
"members": {
|
|
568
|
-
"allRegions": {
|
|
569
|
-
"type": "boolean"
|
|
570
|
-
},
|
|
571
583
|
"cloudTrailArn": {},
|
|
572
584
|
"regions": {
|
|
573
|
-
"shape": "
|
|
585
|
+
"shape": "S35"
|
|
586
|
+
},
|
|
587
|
+
"allRegions": {
|
|
588
|
+
"type": "boolean"
|
|
574
589
|
}
|
|
575
590
|
}
|
|
576
591
|
}
|
|
592
|
+
},
|
|
593
|
+
"startTime": {
|
|
594
|
+
"shape": "S1x"
|
|
595
|
+
},
|
|
596
|
+
"endTime": {
|
|
597
|
+
"shape": "S1x"
|
|
577
598
|
}
|
|
578
599
|
}
|
|
579
|
-
}
|
|
580
|
-
"isComplete": {
|
|
581
|
-
"type": "boolean"
|
|
582
|
-
},
|
|
583
|
-
"principalArn": {}
|
|
600
|
+
}
|
|
584
601
|
}
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
},
|
|
588
|
-
"jobDetails": {
|
|
589
|
-
"type": "structure",
|
|
590
|
-
"required": [
|
|
591
|
-
"jobId",
|
|
592
|
-
"startedOn",
|
|
593
|
-
"status"
|
|
594
|
-
],
|
|
595
|
-
"members": {
|
|
596
|
-
"completedOn": {
|
|
597
|
-
"shape": "S1x"
|
|
598
602
|
},
|
|
599
|
-
"
|
|
600
|
-
"type": "
|
|
601
|
-
"
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
"
|
|
607
|
-
|
|
603
|
+
"generatedPolicies": {
|
|
604
|
+
"type": "list",
|
|
605
|
+
"member": {
|
|
606
|
+
"type": "structure",
|
|
607
|
+
"required": [
|
|
608
|
+
"policy"
|
|
609
|
+
],
|
|
610
|
+
"members": {
|
|
611
|
+
"policy": {}
|
|
612
|
+
}
|
|
608
613
|
}
|
|
609
|
-
}
|
|
610
|
-
"jobId": {},
|
|
611
|
-
"startedOn": {
|
|
612
|
-
"shape": "S1x"
|
|
613
|
-
},
|
|
614
|
-
"status": {}
|
|
614
|
+
}
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
}
|
|
@@ -635,12 +635,12 @@
|
|
|
635
635
|
},
|
|
636
636
|
"analyzerArn": {},
|
|
637
637
|
"filter": {
|
|
638
|
-
"shape": "
|
|
638
|
+
"shape": "S1m"
|
|
639
639
|
},
|
|
640
|
+
"nextToken": {},
|
|
640
641
|
"maxResults": {
|
|
641
642
|
"type": "integer"
|
|
642
|
-
}
|
|
643
|
-
"nextToken": {}
|
|
643
|
+
}
|
|
644
644
|
}
|
|
645
645
|
},
|
|
646
646
|
"output": {
|
|
@@ -654,41 +654,41 @@
|
|
|
654
654
|
"member": {
|
|
655
655
|
"type": "structure",
|
|
656
656
|
"required": [
|
|
657
|
-
"changeType",
|
|
658
|
-
"createdAt",
|
|
659
657
|
"id",
|
|
660
|
-
"resourceOwnerAccount",
|
|
661
658
|
"resourceType",
|
|
662
|
-
"
|
|
659
|
+
"createdAt",
|
|
660
|
+
"changeType",
|
|
661
|
+
"status",
|
|
662
|
+
"resourceOwnerAccount"
|
|
663
663
|
],
|
|
664
664
|
"members": {
|
|
665
|
+
"id": {},
|
|
666
|
+
"existingFindingId": {},
|
|
667
|
+
"existingFindingStatus": {},
|
|
668
|
+
"principal": {
|
|
669
|
+
"shape": "S2m"
|
|
670
|
+
},
|
|
665
671
|
"action": {
|
|
666
|
-
"shape": "
|
|
672
|
+
"shape": "S26"
|
|
667
673
|
},
|
|
668
|
-
"changeType": {},
|
|
669
674
|
"condition": {
|
|
670
|
-
"shape": "
|
|
671
|
-
},
|
|
672
|
-
"createdAt": {
|
|
673
|
-
"shape": "S1x"
|
|
675
|
+
"shape": "S2n"
|
|
674
676
|
},
|
|
675
|
-
"
|
|
676
|
-
"existingFindingId": {},
|
|
677
|
-
"existingFindingStatus": {},
|
|
678
|
-
"id": {},
|
|
677
|
+
"resource": {},
|
|
679
678
|
"isPublic": {
|
|
680
679
|
"type": "boolean"
|
|
681
680
|
},
|
|
682
|
-
"
|
|
683
|
-
|
|
681
|
+
"resourceType": {},
|
|
682
|
+
"createdAt": {
|
|
683
|
+
"shape": "S1x"
|
|
684
684
|
},
|
|
685
|
-
"
|
|
685
|
+
"changeType": {},
|
|
686
|
+
"status": {},
|
|
686
687
|
"resourceOwnerAccount": {},
|
|
687
|
-
"
|
|
688
|
+
"error": {},
|
|
688
689
|
"sources": {
|
|
689
690
|
"shape": "S2o"
|
|
690
|
-
}
|
|
691
|
-
"status": {}
|
|
691
|
+
}
|
|
692
692
|
}
|
|
693
693
|
}
|
|
694
694
|
},
|
|
@@ -712,14 +712,14 @@
|
|
|
712
712
|
"location": "querystring",
|
|
713
713
|
"locationName": "analyzerArn"
|
|
714
714
|
},
|
|
715
|
+
"nextToken": {
|
|
716
|
+
"location": "querystring",
|
|
717
|
+
"locationName": "nextToken"
|
|
718
|
+
},
|
|
715
719
|
"maxResults": {
|
|
716
720
|
"location": "querystring",
|
|
717
721
|
"locationName": "maxResults",
|
|
718
722
|
"type": "integer"
|
|
719
|
-
},
|
|
720
|
-
"nextToken": {
|
|
721
|
-
"location": "querystring",
|
|
722
|
-
"locationName": "nextToken"
|
|
723
723
|
}
|
|
724
724
|
}
|
|
725
725
|
},
|
|
@@ -734,17 +734,17 @@
|
|
|
734
734
|
"member": {
|
|
735
735
|
"type": "structure",
|
|
736
736
|
"required": [
|
|
737
|
+
"id",
|
|
737
738
|
"analyzerArn",
|
|
738
739
|
"createdAt",
|
|
739
|
-
"id",
|
|
740
740
|
"status"
|
|
741
741
|
],
|
|
742
742
|
"members": {
|
|
743
|
+
"id": {},
|
|
743
744
|
"analyzerArn": {},
|
|
744
745
|
"createdAt": {
|
|
745
746
|
"shape": "S1x"
|
|
746
747
|
},
|
|
747
|
-
"id": {},
|
|
748
748
|
"status": {},
|
|
749
749
|
"statusReason": {
|
|
750
750
|
"shape": "S1z"
|
|
@@ -768,11 +768,11 @@
|
|
|
768
768
|
],
|
|
769
769
|
"members": {
|
|
770
770
|
"analyzerArn": {},
|
|
771
|
+
"resourceType": {},
|
|
772
|
+
"nextToken": {},
|
|
771
773
|
"maxResults": {
|
|
772
774
|
"type": "integer"
|
|
773
|
-
}
|
|
774
|
-
"nextToken": {},
|
|
775
|
-
"resourceType": {}
|
|
775
|
+
}
|
|
776
776
|
}
|
|
777
777
|
},
|
|
778
778
|
"output": {
|
|
@@ -810,15 +810,15 @@
|
|
|
810
810
|
"input": {
|
|
811
811
|
"type": "structure",
|
|
812
812
|
"members": {
|
|
813
|
+
"nextToken": {
|
|
814
|
+
"location": "querystring",
|
|
815
|
+
"locationName": "nextToken"
|
|
816
|
+
},
|
|
813
817
|
"maxResults": {
|
|
814
818
|
"location": "querystring",
|
|
815
819
|
"locationName": "maxResults",
|
|
816
820
|
"type": "integer"
|
|
817
821
|
},
|
|
818
|
-
"nextToken": {
|
|
819
|
-
"location": "querystring",
|
|
820
|
-
"locationName": "nextToken"
|
|
821
|
-
},
|
|
822
822
|
"type": {
|
|
823
823
|
"location": "querystring",
|
|
824
824
|
"locationName": "type"
|
|
@@ -857,14 +857,14 @@
|
|
|
857
857
|
"location": "uri",
|
|
858
858
|
"locationName": "analyzerName"
|
|
859
859
|
},
|
|
860
|
+
"nextToken": {
|
|
861
|
+
"location": "querystring",
|
|
862
|
+
"locationName": "nextToken"
|
|
863
|
+
},
|
|
860
864
|
"maxResults": {
|
|
861
865
|
"location": "querystring",
|
|
862
866
|
"locationName": "maxResults",
|
|
863
867
|
"type": "integer"
|
|
864
|
-
},
|
|
865
|
-
"nextToken": {
|
|
866
|
-
"location": "querystring",
|
|
867
|
-
"locationName": "nextToken"
|
|
868
868
|
}
|
|
869
869
|
}
|
|
870
870
|
},
|
|
@@ -897,18 +897,18 @@
|
|
|
897
897
|
"members": {
|
|
898
898
|
"analyzerArn": {},
|
|
899
899
|
"filter": {
|
|
900
|
-
"shape": "
|
|
901
|
-
},
|
|
902
|
-
"maxResults": {
|
|
903
|
-
"type": "integer"
|
|
900
|
+
"shape": "S1m"
|
|
904
901
|
},
|
|
905
|
-
"nextToken": {},
|
|
906
902
|
"sort": {
|
|
907
903
|
"type": "structure",
|
|
908
904
|
"members": {
|
|
909
905
|
"attributeName": {},
|
|
910
906
|
"orderBy": {}
|
|
911
907
|
}
|
|
908
|
+
},
|
|
909
|
+
"nextToken": {},
|
|
910
|
+
"maxResults": {
|
|
911
|
+
"type": "integer"
|
|
912
912
|
}
|
|
913
913
|
}
|
|
914
914
|
},
|
|
@@ -923,45 +923,45 @@
|
|
|
923
923
|
"member": {
|
|
924
924
|
"type": "structure",
|
|
925
925
|
"required": [
|
|
926
|
-
"analyzedAt",
|
|
927
|
-
"condition",
|
|
928
|
-
"createdAt",
|
|
929
926
|
"id",
|
|
930
|
-
"resourceOwnerAccount",
|
|
931
927
|
"resourceType",
|
|
928
|
+
"condition",
|
|
929
|
+
"createdAt",
|
|
930
|
+
"analyzedAt",
|
|
931
|
+
"updatedAt",
|
|
932
932
|
"status",
|
|
933
|
-
"
|
|
933
|
+
"resourceOwnerAccount"
|
|
934
934
|
],
|
|
935
935
|
"members": {
|
|
936
|
+
"id": {},
|
|
937
|
+
"principal": {
|
|
938
|
+
"shape": "S2m"
|
|
939
|
+
},
|
|
936
940
|
"action": {
|
|
937
|
-
"shape": "
|
|
941
|
+
"shape": "S26"
|
|
938
942
|
},
|
|
939
|
-
"
|
|
940
|
-
|
|
943
|
+
"resource": {},
|
|
944
|
+
"isPublic": {
|
|
945
|
+
"type": "boolean"
|
|
941
946
|
},
|
|
947
|
+
"resourceType": {},
|
|
942
948
|
"condition": {
|
|
943
|
-
"shape": "
|
|
949
|
+
"shape": "S2n"
|
|
944
950
|
},
|
|
945
951
|
"createdAt": {
|
|
946
952
|
"shape": "S1x"
|
|
947
953
|
},
|
|
948
|
-
"
|
|
949
|
-
|
|
950
|
-
"isPublic": {
|
|
951
|
-
"type": "boolean"
|
|
954
|
+
"analyzedAt": {
|
|
955
|
+
"shape": "S1x"
|
|
952
956
|
},
|
|
953
|
-
"
|
|
954
|
-
"shape": "
|
|
957
|
+
"updatedAt": {
|
|
958
|
+
"shape": "S1x"
|
|
955
959
|
},
|
|
956
|
-
"
|
|
960
|
+
"status": {},
|
|
957
961
|
"resourceOwnerAccount": {},
|
|
958
|
-
"
|
|
962
|
+
"error": {},
|
|
959
963
|
"sources": {
|
|
960
964
|
"shape": "S2o"
|
|
961
|
-
},
|
|
962
|
-
"status": {},
|
|
963
|
-
"updatedAt": {
|
|
964
|
-
"shape": "S1x"
|
|
965
965
|
}
|
|
966
966
|
}
|
|
967
967
|
}
|
|
@@ -979,6 +979,10 @@
|
|
|
979
979
|
"input": {
|
|
980
980
|
"type": "structure",
|
|
981
981
|
"members": {
|
|
982
|
+
"principalArn": {
|
|
983
|
+
"location": "querystring",
|
|
984
|
+
"locationName": "principalArn"
|
|
985
|
+
},
|
|
982
986
|
"maxResults": {
|
|
983
987
|
"location": "querystring",
|
|
984
988
|
"locationName": "maxResults",
|
|
@@ -987,10 +991,6 @@
|
|
|
987
991
|
"nextToken": {
|
|
988
992
|
"location": "querystring",
|
|
989
993
|
"locationName": "nextToken"
|
|
990
|
-
},
|
|
991
|
-
"principalArn": {
|
|
992
|
-
"location": "querystring",
|
|
993
|
-
"locationName": "principalArn"
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
},
|
|
@@ -1000,7 +1000,6 @@
|
|
|
1000
1000
|
"policyGenerations"
|
|
1001
1001
|
],
|
|
1002
1002
|
"members": {
|
|
1003
|
-
"nextToken": {},
|
|
1004
1003
|
"policyGenerations": {
|
|
1005
1004
|
"type": "list",
|
|
1006
1005
|
"member": {
|
|
@@ -1008,22 +1007,23 @@
|
|
|
1008
1007
|
"required": [
|
|
1009
1008
|
"jobId",
|
|
1010
1009
|
"principalArn",
|
|
1011
|
-
"
|
|
1012
|
-
"
|
|
1010
|
+
"status",
|
|
1011
|
+
"startedOn"
|
|
1013
1012
|
],
|
|
1014
1013
|
"members": {
|
|
1015
|
-
"completedOn": {
|
|
1016
|
-
"shape": "S1x"
|
|
1017
|
-
},
|
|
1018
1014
|
"jobId": {},
|
|
1019
1015
|
"principalArn": {},
|
|
1016
|
+
"status": {},
|
|
1020
1017
|
"startedOn": {
|
|
1021
1018
|
"shape": "S1x"
|
|
1022
1019
|
},
|
|
1023
|
-
"
|
|
1020
|
+
"completedOn": {
|
|
1021
|
+
"shape": "S1x"
|
|
1022
|
+
}
|
|
1024
1023
|
}
|
|
1025
1024
|
}
|
|
1026
|
-
}
|
|
1025
|
+
},
|
|
1026
|
+
"nextToken": {}
|
|
1027
1027
|
}
|
|
1028
1028
|
}
|
|
1029
1029
|
},
|
|
@@ -1049,7 +1049,7 @@
|
|
|
1049
1049
|
"type": "structure",
|
|
1050
1050
|
"members": {
|
|
1051
1051
|
"tags": {
|
|
1052
|
-
"shape": "
|
|
1052
|
+
"shape": "S1p"
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
1055
|
}
|
|
@@ -1066,24 +1066,23 @@
|
|
|
1066
1066
|
"policyGenerationDetails"
|
|
1067
1067
|
],
|
|
1068
1068
|
"members": {
|
|
1069
|
-
"
|
|
1070
|
-
"
|
|
1069
|
+
"policyGenerationDetails": {
|
|
1070
|
+
"type": "structure",
|
|
1071
|
+
"required": [
|
|
1072
|
+
"principalArn"
|
|
1073
|
+
],
|
|
1074
|
+
"members": {
|
|
1075
|
+
"principalArn": {}
|
|
1076
|
+
}
|
|
1071
1077
|
},
|
|
1072
1078
|
"cloudTrailDetails": {
|
|
1073
1079
|
"type": "structure",
|
|
1074
1080
|
"required": [
|
|
1081
|
+
"trails",
|
|
1075
1082
|
"accessRole",
|
|
1076
|
-
"startTime"
|
|
1077
|
-
"trails"
|
|
1083
|
+
"startTime"
|
|
1078
1084
|
],
|
|
1079
1085
|
"members": {
|
|
1080
|
-
"accessRole": {},
|
|
1081
|
-
"endTime": {
|
|
1082
|
-
"shape": "S1x"
|
|
1083
|
-
},
|
|
1084
|
-
"startTime": {
|
|
1085
|
-
"shape": "S1x"
|
|
1086
|
-
},
|
|
1087
1086
|
"trails": {
|
|
1088
1087
|
"type": "list",
|
|
1089
1088
|
"member": {
|
|
@@ -1092,26 +1091,27 @@
|
|
|
1092
1091
|
"cloudTrailArn"
|
|
1093
1092
|
],
|
|
1094
1093
|
"members": {
|
|
1095
|
-
"allRegions": {
|
|
1096
|
-
"type": "boolean"
|
|
1097
|
-
},
|
|
1098
1094
|
"cloudTrailArn": {},
|
|
1099
1095
|
"regions": {
|
|
1100
|
-
"shape": "
|
|
1096
|
+
"shape": "S35"
|
|
1097
|
+
},
|
|
1098
|
+
"allRegions": {
|
|
1099
|
+
"type": "boolean"
|
|
1101
1100
|
}
|
|
1102
1101
|
}
|
|
1103
1102
|
}
|
|
1103
|
+
},
|
|
1104
|
+
"accessRole": {},
|
|
1105
|
+
"startTime": {
|
|
1106
|
+
"shape": "S1x"
|
|
1107
|
+
},
|
|
1108
|
+
"endTime": {
|
|
1109
|
+
"shape": "S1x"
|
|
1104
1110
|
}
|
|
1105
1111
|
}
|
|
1106
1112
|
},
|
|
1107
|
-
"
|
|
1108
|
-
"
|
|
1109
|
-
"required": [
|
|
1110
|
-
"principalArn"
|
|
1111
|
-
],
|
|
1112
|
-
"members": {
|
|
1113
|
-
"principalArn": {}
|
|
1114
|
-
}
|
|
1113
|
+
"clientToken": {
|
|
1114
|
+
"idempotencyToken": true
|
|
1115
1115
|
}
|
|
1116
1116
|
}
|
|
1117
1117
|
},
|
|
@@ -1160,7 +1160,7 @@
|
|
|
1160
1160
|
"locationName": "resourceArn"
|
|
1161
1161
|
},
|
|
1162
1162
|
"tags": {
|
|
1163
|
-
"shape": "
|
|
1163
|
+
"shape": "S1p"
|
|
1164
1164
|
}
|
|
1165
1165
|
}
|
|
1166
1166
|
},
|
|
@@ -1211,23 +1211,23 @@
|
|
|
1211
1211
|
"type": "structure",
|
|
1212
1212
|
"required": [
|
|
1213
1213
|
"analyzerName",
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1214
|
+
"ruleName",
|
|
1215
|
+
"filter"
|
|
1216
1216
|
],
|
|
1217
1217
|
"members": {
|
|
1218
1218
|
"analyzerName": {
|
|
1219
1219
|
"location": "uri",
|
|
1220
1220
|
"locationName": "analyzerName"
|
|
1221
1221
|
},
|
|
1222
|
-
"clientToken": {
|
|
1223
|
-
"idempotencyToken": true
|
|
1224
|
-
},
|
|
1225
|
-
"filter": {
|
|
1226
|
-
"shape": "S1l"
|
|
1227
|
-
},
|
|
1228
1222
|
"ruleName": {
|
|
1229
1223
|
"location": "uri",
|
|
1230
1224
|
"locationName": "ruleName"
|
|
1225
|
+
},
|
|
1226
|
+
"filter": {
|
|
1227
|
+
"shape": "S1m"
|
|
1228
|
+
},
|
|
1229
|
+
"clientToken": {
|
|
1230
|
+
"idempotencyToken": true
|
|
1231
1231
|
}
|
|
1232
1232
|
}
|
|
1233
1233
|
},
|
|
@@ -1247,15 +1247,15 @@
|
|
|
1247
1247
|
],
|
|
1248
1248
|
"members": {
|
|
1249
1249
|
"analyzerArn": {},
|
|
1250
|
-
"
|
|
1251
|
-
"idempotencyToken": true
|
|
1252
|
-
},
|
|
1250
|
+
"status": {},
|
|
1253
1251
|
"ids": {
|
|
1254
1252
|
"type": "list",
|
|
1255
1253
|
"member": {}
|
|
1256
1254
|
},
|
|
1257
1255
|
"resourceArn": {},
|
|
1258
|
-
"
|
|
1256
|
+
"clientToken": {
|
|
1257
|
+
"idempotencyToken": true
|
|
1258
|
+
}
|
|
1259
1259
|
}
|
|
1260
1260
|
},
|
|
1261
1261
|
"idempotent": true
|
|
@@ -1330,14 +1330,14 @@
|
|
|
1330
1330
|
"substring": {
|
|
1331
1331
|
"type": "structure",
|
|
1332
1332
|
"required": [
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1333
|
+
"start",
|
|
1334
|
+
"length"
|
|
1335
1335
|
],
|
|
1336
1336
|
"members": {
|
|
1337
|
-
"
|
|
1337
|
+
"start": {
|
|
1338
1338
|
"type": "integer"
|
|
1339
1339
|
},
|
|
1340
|
-
"
|
|
1340
|
+
"length": {
|
|
1341
1341
|
"type": "integer"
|
|
1342
1342
|
}
|
|
1343
1343
|
}
|
|
@@ -1350,14 +1350,14 @@
|
|
|
1350
1350
|
"span": {
|
|
1351
1351
|
"type": "structure",
|
|
1352
1352
|
"required": [
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1353
|
+
"start",
|
|
1354
|
+
"end"
|
|
1355
1355
|
],
|
|
1356
1356
|
"members": {
|
|
1357
|
-
"
|
|
1357
|
+
"start": {
|
|
1358
1358
|
"shape": "S55"
|
|
1359
1359
|
},
|
|
1360
|
-
"
|
|
1360
|
+
"end": {
|
|
1361
1361
|
"shape": "S55"
|
|
1362
1362
|
}
|
|
1363
1363
|
}
|
|
@@ -1389,47 +1389,79 @@
|
|
|
1389
1389
|
"kmsKey": {
|
|
1390
1390
|
"type": "structure",
|
|
1391
1391
|
"members": {
|
|
1392
|
+
"keyPolicies": {
|
|
1393
|
+
"type": "map",
|
|
1394
|
+
"key": {},
|
|
1395
|
+
"value": {}
|
|
1396
|
+
},
|
|
1392
1397
|
"grants": {
|
|
1393
1398
|
"type": "list",
|
|
1394
1399
|
"member": {
|
|
1395
1400
|
"type": "structure",
|
|
1396
1401
|
"required": [
|
|
1402
|
+
"operations",
|
|
1397
1403
|
"granteePrincipal",
|
|
1398
|
-
"issuingAccount"
|
|
1399
|
-
"operations"
|
|
1404
|
+
"issuingAccount"
|
|
1400
1405
|
],
|
|
1401
1406
|
"members": {
|
|
1407
|
+
"operations": {
|
|
1408
|
+
"type": "list",
|
|
1409
|
+
"member": {}
|
|
1410
|
+
},
|
|
1411
|
+
"granteePrincipal": {},
|
|
1412
|
+
"retiringPrincipal": {},
|
|
1402
1413
|
"constraints": {
|
|
1403
1414
|
"type": "structure",
|
|
1404
1415
|
"members": {
|
|
1405
1416
|
"encryptionContextEquals": {
|
|
1406
|
-
"shape": "
|
|
1417
|
+
"shape": "Sp"
|
|
1407
1418
|
},
|
|
1408
1419
|
"encryptionContextSubset": {
|
|
1409
|
-
"shape": "
|
|
1420
|
+
"shape": "Sp"
|
|
1410
1421
|
}
|
|
1411
1422
|
}
|
|
1412
1423
|
},
|
|
1413
|
-
"
|
|
1414
|
-
"issuingAccount": {},
|
|
1415
|
-
"operations": {
|
|
1416
|
-
"type": "list",
|
|
1417
|
-
"member": {}
|
|
1418
|
-
},
|
|
1419
|
-
"retiringPrincipal": {}
|
|
1424
|
+
"issuingAccount": {}
|
|
1420
1425
|
}
|
|
1421
1426
|
}
|
|
1422
|
-
},
|
|
1423
|
-
"keyPolicies": {
|
|
1424
|
-
"type": "map",
|
|
1425
|
-
"key": {},
|
|
1426
|
-
"value": {}
|
|
1427
1427
|
}
|
|
1428
1428
|
}
|
|
1429
1429
|
},
|
|
1430
|
+
"secretsManagerSecret": {
|
|
1431
|
+
"type": "structure",
|
|
1432
|
+
"members": {
|
|
1433
|
+
"kmsKeyId": {},
|
|
1434
|
+
"secretPolicy": {}
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1430
1437
|
"s3Bucket": {
|
|
1431
1438
|
"type": "structure",
|
|
1432
1439
|
"members": {
|
|
1440
|
+
"bucketPolicy": {},
|
|
1441
|
+
"bucketAclGrants": {
|
|
1442
|
+
"type": "list",
|
|
1443
|
+
"member": {
|
|
1444
|
+
"type": "structure",
|
|
1445
|
+
"required": [
|
|
1446
|
+
"permission",
|
|
1447
|
+
"grantee"
|
|
1448
|
+
],
|
|
1449
|
+
"members": {
|
|
1450
|
+
"permission": {},
|
|
1451
|
+
"grantee": {
|
|
1452
|
+
"type": "structure",
|
|
1453
|
+
"members": {
|
|
1454
|
+
"id": {},
|
|
1455
|
+
"uri": {}
|
|
1456
|
+
},
|
|
1457
|
+
"union": true
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
"bucketPublicAccessBlock": {
|
|
1463
|
+
"shape": "S14"
|
|
1464
|
+
},
|
|
1433
1465
|
"accessPoints": {
|
|
1434
1466
|
"type": "map",
|
|
1435
1467
|
"key": {},
|
|
@@ -1437,13 +1469,12 @@
|
|
|
1437
1469
|
"type": "structure",
|
|
1438
1470
|
"members": {
|
|
1439
1471
|
"accessPointPolicy": {},
|
|
1472
|
+
"publicAccessBlock": {
|
|
1473
|
+
"shape": "S14"
|
|
1474
|
+
},
|
|
1440
1475
|
"networkOrigin": {
|
|
1441
1476
|
"type": "structure",
|
|
1442
1477
|
"members": {
|
|
1443
|
-
"internetConfiguration": {
|
|
1444
|
-
"type": "structure",
|
|
1445
|
-
"members": {}
|
|
1446
|
-
},
|
|
1447
1478
|
"vpcConfiguration": {
|
|
1448
1479
|
"type": "structure",
|
|
1449
1480
|
"required": [
|
|
@@ -1452,50 +1483,19 @@
|
|
|
1452
1483
|
"members": {
|
|
1453
1484
|
"vpcId": {}
|
|
1454
1485
|
}
|
|
1486
|
+
},
|
|
1487
|
+
"internetConfiguration": {
|
|
1488
|
+
"type": "structure",
|
|
1489
|
+
"members": {}
|
|
1455
1490
|
}
|
|
1456
1491
|
},
|
|
1457
1492
|
"union": true
|
|
1458
|
-
},
|
|
1459
|
-
"publicAccessBlock": {
|
|
1460
|
-
"shape": "S12"
|
|
1461
1493
|
}
|
|
1462
1494
|
}
|
|
1463
1495
|
}
|
|
1464
|
-
},
|
|
1465
|
-
"bucketAclGrants": {
|
|
1466
|
-
"type": "list",
|
|
1467
|
-
"member": {
|
|
1468
|
-
"type": "structure",
|
|
1469
|
-
"required": [
|
|
1470
|
-
"grantee",
|
|
1471
|
-
"permission"
|
|
1472
|
-
],
|
|
1473
|
-
"members": {
|
|
1474
|
-
"grantee": {
|
|
1475
|
-
"type": "structure",
|
|
1476
|
-
"members": {
|
|
1477
|
-
"id": {},
|
|
1478
|
-
"uri": {}
|
|
1479
|
-
},
|
|
1480
|
-
"union": true
|
|
1481
|
-
},
|
|
1482
|
-
"permission": {}
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
},
|
|
1486
|
-
"bucketPolicy": {},
|
|
1487
|
-
"bucketPublicAccessBlock": {
|
|
1488
|
-
"shape": "S12"
|
|
1489
1496
|
}
|
|
1490
1497
|
}
|
|
1491
1498
|
},
|
|
1492
|
-
"secretsManagerSecret": {
|
|
1493
|
-
"type": "structure",
|
|
1494
|
-
"members": {
|
|
1495
|
-
"kmsKeyId": {},
|
|
1496
|
-
"secretPolicy": {}
|
|
1497
|
-
}
|
|
1498
|
-
},
|
|
1499
1499
|
"sqsQueue": {
|
|
1500
1500
|
"type": "structure",
|
|
1501
1501
|
"members": {
|
|
@@ -1506,12 +1506,12 @@
|
|
|
1506
1506
|
"union": true
|
|
1507
1507
|
}
|
|
1508
1508
|
},
|
|
1509
|
-
"
|
|
1509
|
+
"Sp": {
|
|
1510
1510
|
"type": "map",
|
|
1511
1511
|
"key": {},
|
|
1512
1512
|
"value": {}
|
|
1513
1513
|
},
|
|
1514
|
-
"
|
|
1514
|
+
"S14": {
|
|
1515
1515
|
"type": "structure",
|
|
1516
1516
|
"required": [
|
|
1517
1517
|
"ignorePublicAcls",
|
|
@@ -1526,32 +1526,32 @@
|
|
|
1526
1526
|
}
|
|
1527
1527
|
}
|
|
1528
1528
|
},
|
|
1529
|
-
"
|
|
1529
|
+
"S1m": {
|
|
1530
1530
|
"type": "map",
|
|
1531
1531
|
"key": {},
|
|
1532
1532
|
"value": {
|
|
1533
1533
|
"type": "structure",
|
|
1534
1534
|
"members": {
|
|
1535
|
-
"contains": {
|
|
1536
|
-
"shape": "S1n"
|
|
1537
|
-
},
|
|
1538
1535
|
"eq": {
|
|
1539
|
-
"shape": "
|
|
1536
|
+
"shape": "S1o"
|
|
1537
|
+
},
|
|
1538
|
+
"neq": {
|
|
1539
|
+
"shape": "S1o"
|
|
1540
|
+
},
|
|
1541
|
+
"contains": {
|
|
1542
|
+
"shape": "S1o"
|
|
1540
1543
|
},
|
|
1541
1544
|
"exists": {
|
|
1542
1545
|
"type": "boolean"
|
|
1543
|
-
},
|
|
1544
|
-
"neq": {
|
|
1545
|
-
"shape": "S1n"
|
|
1546
1546
|
}
|
|
1547
1547
|
}
|
|
1548
1548
|
}
|
|
1549
1549
|
},
|
|
1550
|
-
"
|
|
1550
|
+
"S1o": {
|
|
1551
1551
|
"type": "list",
|
|
1552
1552
|
"member": {}
|
|
1553
1553
|
},
|
|
1554
|
-
"
|
|
1554
|
+
"S1p": {
|
|
1555
1555
|
"type": "map",
|
|
1556
1556
|
"key": {},
|
|
1557
1557
|
"value": {}
|
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
"code": {}
|
|
1570
1570
|
}
|
|
1571
1571
|
},
|
|
1572
|
-
"
|
|
1572
|
+
"S26": {
|
|
1573
1573
|
"type": "list",
|
|
1574
1574
|
"member": {}
|
|
1575
1575
|
},
|
|
@@ -1577,13 +1577,15 @@
|
|
|
1577
1577
|
"type": "structure",
|
|
1578
1578
|
"required": [
|
|
1579
1579
|
"arn",
|
|
1580
|
-
"createdAt",
|
|
1581
1580
|
"name",
|
|
1582
|
-
"
|
|
1583
|
-
"
|
|
1581
|
+
"type",
|
|
1582
|
+
"createdAt",
|
|
1583
|
+
"status"
|
|
1584
1584
|
],
|
|
1585
1585
|
"members": {
|
|
1586
1586
|
"arn": {},
|
|
1587
|
+
"name": {},
|
|
1588
|
+
"type": {},
|
|
1587
1589
|
"createdAt": {
|
|
1588
1590
|
"shape": "S1x"
|
|
1589
1591
|
},
|
|
@@ -1591,7 +1593,9 @@
|
|
|
1591
1593
|
"lastResourceAnalyzedAt": {
|
|
1592
1594
|
"shape": "S1x"
|
|
1593
1595
|
},
|
|
1594
|
-
"
|
|
1596
|
+
"tags": {
|
|
1597
|
+
"shape": "S1p"
|
|
1598
|
+
},
|
|
1595
1599
|
"status": {},
|
|
1596
1600
|
"statusReason": {
|
|
1597
1601
|
"type": "structure",
|
|
@@ -1601,29 +1605,25 @@
|
|
|
1601
1605
|
"members": {
|
|
1602
1606
|
"code": {}
|
|
1603
1607
|
}
|
|
1604
|
-
}
|
|
1605
|
-
"tags": {
|
|
1606
|
-
"shape": "S1o"
|
|
1607
|
-
},
|
|
1608
|
-
"type": {}
|
|
1608
|
+
}
|
|
1609
1609
|
}
|
|
1610
1610
|
},
|
|
1611
1611
|
"S2h": {
|
|
1612
1612
|
"type": "structure",
|
|
1613
1613
|
"required": [
|
|
1614
|
-
"createdAt",
|
|
1615
|
-
"filter",
|
|
1616
1614
|
"ruleName",
|
|
1615
|
+
"filter",
|
|
1616
|
+
"createdAt",
|
|
1617
1617
|
"updatedAt"
|
|
1618
1618
|
],
|
|
1619
1619
|
"members": {
|
|
1620
|
+
"ruleName": {},
|
|
1621
|
+
"filter": {
|
|
1622
|
+
"shape": "S1m"
|
|
1623
|
+
},
|
|
1620
1624
|
"createdAt": {
|
|
1621
1625
|
"shape": "S1x"
|
|
1622
1626
|
},
|
|
1623
|
-
"filter": {
|
|
1624
|
-
"shape": "S1l"
|
|
1625
|
-
},
|
|
1626
|
-
"ruleName": {},
|
|
1627
1627
|
"updatedAt": {
|
|
1628
1628
|
"shape": "S1x"
|
|
1629
1629
|
}
|
|
@@ -1647,32 +1647,32 @@
|
|
|
1647
1647
|
"type"
|
|
1648
1648
|
],
|
|
1649
1649
|
"members": {
|
|
1650
|
+
"type": {},
|
|
1650
1651
|
"detail": {
|
|
1651
1652
|
"type": "structure",
|
|
1652
1653
|
"members": {
|
|
1653
1654
|
"accessPointArn": {}
|
|
1654
1655
|
}
|
|
1655
|
-
}
|
|
1656
|
-
"type": {}
|
|
1656
|
+
}
|
|
1657
1657
|
}
|
|
1658
1658
|
}
|
|
1659
1659
|
},
|
|
1660
|
-
"
|
|
1660
|
+
"S35": {
|
|
1661
1661
|
"type": "list",
|
|
1662
1662
|
"member": {}
|
|
1663
1663
|
},
|
|
1664
1664
|
"S55": {
|
|
1665
1665
|
"type": "structure",
|
|
1666
1666
|
"required": [
|
|
1667
|
-
"column",
|
|
1668
1667
|
"line",
|
|
1668
|
+
"column",
|
|
1669
1669
|
"offset"
|
|
1670
1670
|
],
|
|
1671
1671
|
"members": {
|
|
1672
|
-
"
|
|
1672
|
+
"line": {
|
|
1673
1673
|
"type": "integer"
|
|
1674
1674
|
},
|
|
1675
|
-
"
|
|
1675
|
+
"column": {
|
|
1676
1676
|
"type": "integer"
|
|
1677
1677
|
},
|
|
1678
1678
|
"offset": {
|