cdk-docker-image-deployment 0.0.66 → 0.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +2 -1
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +78 -10
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +68 -65
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +20 -8
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +844 -836
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +354 -87
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +343 -42
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +174 -140
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +4 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +459 -139
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +624 -0
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +28 -0
- package/node_modules/aws-sdk/clients/acm.d.ts +9 -4
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +163 -63
- package/node_modules/aws-sdk/clients/connect.d.ts +15 -2
- package/node_modules/aws-sdk/clients/connectcases.d.ts +27 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +19 -3
- package/node_modules/aws-sdk/clients/fms.d.ts +322 -1
- package/node_modules/aws-sdk/clients/groundstation.d.ts +413 -70
- package/node_modules/aws-sdk/clients/lightsail.d.ts +85 -17
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +4 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +890 -430
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +693 -0
- package/node_modules/aws-sdk/clients/resourceexplorer2.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +53 -16
- package/node_modules/aws-sdk/dist/aws-sdk.js +921 -905
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
|
@@ -41,6 +41,62 @@
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
+
"BatchAssociateResource": {
|
|
45
|
+
"input": {
|
|
46
|
+
"type": "structure",
|
|
47
|
+
"required": [
|
|
48
|
+
"ResourceSetIdentifier",
|
|
49
|
+
"Items"
|
|
50
|
+
],
|
|
51
|
+
"members": {
|
|
52
|
+
"ResourceSetIdentifier": {},
|
|
53
|
+
"Items": {
|
|
54
|
+
"shape": "S9"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"output": {
|
|
59
|
+
"type": "structure",
|
|
60
|
+
"required": [
|
|
61
|
+
"ResourceSetIdentifier",
|
|
62
|
+
"FailedItems"
|
|
63
|
+
],
|
|
64
|
+
"members": {
|
|
65
|
+
"ResourceSetIdentifier": {},
|
|
66
|
+
"FailedItems": {
|
|
67
|
+
"shape": "Sb"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"BatchDisassociateResource": {
|
|
73
|
+
"input": {
|
|
74
|
+
"type": "structure",
|
|
75
|
+
"required": [
|
|
76
|
+
"ResourceSetIdentifier",
|
|
77
|
+
"Items"
|
|
78
|
+
],
|
|
79
|
+
"members": {
|
|
80
|
+
"ResourceSetIdentifier": {},
|
|
81
|
+
"Items": {
|
|
82
|
+
"shape": "S9"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"output": {
|
|
87
|
+
"type": "structure",
|
|
88
|
+
"required": [
|
|
89
|
+
"ResourceSetIdentifier",
|
|
90
|
+
"FailedItems"
|
|
91
|
+
],
|
|
92
|
+
"members": {
|
|
93
|
+
"ResourceSetIdentifier": {},
|
|
94
|
+
"FailedItems": {
|
|
95
|
+
"shape": "Sb"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
44
100
|
"DeleteAppsList": {
|
|
45
101
|
"input": {
|
|
46
102
|
"type": "structure",
|
|
@@ -83,6 +139,17 @@
|
|
|
83
139
|
}
|
|
84
140
|
}
|
|
85
141
|
},
|
|
142
|
+
"DeleteResourceSet": {
|
|
143
|
+
"input": {
|
|
144
|
+
"type": "structure",
|
|
145
|
+
"required": [
|
|
146
|
+
"Identifier"
|
|
147
|
+
],
|
|
148
|
+
"members": {
|
|
149
|
+
"Identifier": {}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
},
|
|
86
153
|
"DisassociateAdminAccount": {
|
|
87
154
|
"input": {
|
|
88
155
|
"type": "structure",
|
|
@@ -136,7 +203,7 @@
|
|
|
136
203
|
"type": "structure",
|
|
137
204
|
"members": {
|
|
138
205
|
"AppsList": {
|
|
139
|
-
"shape": "
|
|
206
|
+
"shape": "Sx"
|
|
140
207
|
},
|
|
141
208
|
"AppsListArn": {}
|
|
142
209
|
}
|
|
@@ -186,7 +253,7 @@
|
|
|
186
253
|
"type": "timestamp"
|
|
187
254
|
},
|
|
188
255
|
"IssueInfoMap": {
|
|
189
|
-
"shape": "
|
|
256
|
+
"shape": "S1i"
|
|
190
257
|
}
|
|
191
258
|
}
|
|
192
259
|
}
|
|
@@ -220,7 +287,7 @@
|
|
|
220
287
|
"type": "structure",
|
|
221
288
|
"members": {
|
|
222
289
|
"Policy": {
|
|
223
|
-
"shape": "
|
|
290
|
+
"shape": "S1p"
|
|
224
291
|
},
|
|
225
292
|
"PolicyArn": {}
|
|
226
293
|
}
|
|
@@ -274,12 +341,36 @@
|
|
|
274
341
|
"type": "structure",
|
|
275
342
|
"members": {
|
|
276
343
|
"ProtocolsList": {
|
|
277
|
-
"shape": "
|
|
344
|
+
"shape": "S2g"
|
|
278
345
|
},
|
|
279
346
|
"ProtocolsListArn": {}
|
|
280
347
|
}
|
|
281
348
|
}
|
|
282
349
|
},
|
|
350
|
+
"GetResourceSet": {
|
|
351
|
+
"input": {
|
|
352
|
+
"type": "structure",
|
|
353
|
+
"required": [
|
|
354
|
+
"Identifier"
|
|
355
|
+
],
|
|
356
|
+
"members": {
|
|
357
|
+
"Identifier": {}
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"output": {
|
|
361
|
+
"type": "structure",
|
|
362
|
+
"required": [
|
|
363
|
+
"ResourceSet",
|
|
364
|
+
"ResourceSetArn"
|
|
365
|
+
],
|
|
366
|
+
"members": {
|
|
367
|
+
"ResourceSet": {
|
|
368
|
+
"shape": "S2l"
|
|
369
|
+
},
|
|
370
|
+
"ResourceSetArn": {}
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
},
|
|
283
374
|
"GetThirdPartyFirewallAssociationStatus": {
|
|
284
375
|
"input": {
|
|
285
376
|
"type": "structure",
|
|
@@ -385,7 +476,7 @@
|
|
|
385
476
|
}
|
|
386
477
|
},
|
|
387
478
|
"AwsEc2NetworkInterfaceViolation": {
|
|
388
|
-
"shape": "
|
|
479
|
+
"shape": "S39"
|
|
389
480
|
},
|
|
390
481
|
"AwsEc2InstanceViolation": {
|
|
391
482
|
"type": "structure",
|
|
@@ -394,7 +485,7 @@
|
|
|
394
485
|
"AwsEc2NetworkInterfaceViolations": {
|
|
395
486
|
"type": "list",
|
|
396
487
|
"member": {
|
|
397
|
-
"shape": "
|
|
488
|
+
"shape": "S39"
|
|
398
489
|
}
|
|
399
490
|
}
|
|
400
491
|
}
|
|
@@ -432,10 +523,10 @@
|
|
|
432
523
|
"members": {
|
|
433
524
|
"ViolationTarget": {},
|
|
434
525
|
"CurrentPolicyDescription": {
|
|
435
|
-
"shape": "
|
|
526
|
+
"shape": "S3h"
|
|
436
527
|
},
|
|
437
528
|
"ExpectedPolicyDescription": {
|
|
438
|
-
"shape": "
|
|
529
|
+
"shape": "S3h"
|
|
439
530
|
}
|
|
440
531
|
}
|
|
441
532
|
},
|
|
@@ -446,7 +537,7 @@
|
|
|
446
537
|
"SubnetAvailabilityZone": {},
|
|
447
538
|
"RouteTableId": {},
|
|
448
539
|
"ViolatingRoutes": {
|
|
449
|
-
"shape": "
|
|
540
|
+
"shape": "S3w"
|
|
450
541
|
},
|
|
451
542
|
"IsRouteTableUsedInDifferentAZ": {
|
|
452
543
|
"type": "boolean"
|
|
@@ -455,18 +546,18 @@
|
|
|
455
546
|
"ExpectedFirewallEndpoint": {},
|
|
456
547
|
"FirewallSubnetId": {},
|
|
457
548
|
"ExpectedFirewallSubnetRoutes": {
|
|
458
|
-
"shape": "
|
|
549
|
+
"shape": "S40"
|
|
459
550
|
},
|
|
460
551
|
"ActualFirewallSubnetRoutes": {
|
|
461
|
-
"shape": "
|
|
552
|
+
"shape": "S3w"
|
|
462
553
|
},
|
|
463
554
|
"InternetGatewayId": {},
|
|
464
555
|
"CurrentInternetGatewayRouteTable": {},
|
|
465
556
|
"ExpectedInternetGatewayRoutes": {
|
|
466
|
-
"shape": "
|
|
557
|
+
"shape": "S40"
|
|
467
558
|
},
|
|
468
559
|
"ActualInternetGatewayRoutes": {
|
|
469
|
-
"shape": "
|
|
560
|
+
"shape": "S3w"
|
|
470
561
|
},
|
|
471
562
|
"VpcId": {}
|
|
472
563
|
}
|
|
@@ -475,14 +566,14 @@
|
|
|
475
566
|
"type": "structure",
|
|
476
567
|
"members": {
|
|
477
568
|
"AffectedSubnets": {
|
|
478
|
-
"shape": "
|
|
569
|
+
"shape": "S3a"
|
|
479
570
|
},
|
|
480
571
|
"RouteTableId": {},
|
|
481
572
|
"IsRouteTableUsedInDifferentAZ": {
|
|
482
573
|
"type": "boolean"
|
|
483
574
|
},
|
|
484
575
|
"ViolatingRoute": {
|
|
485
|
-
"shape": "
|
|
576
|
+
"shape": "S3x"
|
|
486
577
|
},
|
|
487
578
|
"CurrentFirewallSubnetRouteTable": {},
|
|
488
579
|
"ExpectedFirewallEndpoint": {},
|
|
@@ -490,18 +581,18 @@
|
|
|
490
581
|
"ExpectedFirewallSubnetId": {},
|
|
491
582
|
"ActualFirewallSubnetId": {},
|
|
492
583
|
"ExpectedFirewallSubnetRoutes": {
|
|
493
|
-
"shape": "
|
|
584
|
+
"shape": "S40"
|
|
494
585
|
},
|
|
495
586
|
"ActualFirewallSubnetRoutes": {
|
|
496
|
-
"shape": "
|
|
587
|
+
"shape": "S3w"
|
|
497
588
|
},
|
|
498
589
|
"InternetGatewayId": {},
|
|
499
590
|
"CurrentInternetGatewayRouteTable": {},
|
|
500
591
|
"ExpectedInternetGatewayRoutes": {
|
|
501
|
-
"shape": "
|
|
592
|
+
"shape": "S40"
|
|
502
593
|
},
|
|
503
594
|
"ActualInternetGatewayRoutes": {
|
|
504
|
-
"shape": "
|
|
595
|
+
"shape": "S3w"
|
|
505
596
|
},
|
|
506
597
|
"VpcId": {}
|
|
507
598
|
}
|
|
@@ -513,7 +604,7 @@
|
|
|
513
604
|
"RouteTableId": {},
|
|
514
605
|
"VpcId": {},
|
|
515
606
|
"ViolatingRoutes": {
|
|
516
|
-
"shape": "
|
|
607
|
+
"shape": "S3w"
|
|
517
608
|
}
|
|
518
609
|
}
|
|
519
610
|
},
|
|
@@ -522,7 +613,7 @@
|
|
|
522
613
|
"members": {
|
|
523
614
|
"FirewallSubnetId": {},
|
|
524
615
|
"ViolatingRoutes": {
|
|
525
|
-
"shape": "
|
|
616
|
+
"shape": "S3w"
|
|
526
617
|
},
|
|
527
618
|
"RouteTableId": {},
|
|
528
619
|
"FirewallEndpoint": {},
|
|
@@ -534,7 +625,7 @@
|
|
|
534
625
|
"members": {
|
|
535
626
|
"GatewayId": {},
|
|
536
627
|
"ViolatingRoutes": {
|
|
537
|
-
"shape": "
|
|
628
|
+
"shape": "S3w"
|
|
538
629
|
},
|
|
539
630
|
"RouteTableId": {},
|
|
540
631
|
"VpcId": {}
|
|
@@ -545,7 +636,7 @@
|
|
|
545
636
|
"members": {
|
|
546
637
|
"ViolationTarget": {},
|
|
547
638
|
"ExpectedRoutes": {
|
|
548
|
-
"shape": "
|
|
639
|
+
"shape": "S40"
|
|
549
640
|
},
|
|
550
641
|
"VpcId": {}
|
|
551
642
|
}
|
|
@@ -617,13 +708,13 @@
|
|
|
617
708
|
"DestinationPrefixListId": {},
|
|
618
709
|
"DestinationIpv6CidrBlock": {},
|
|
619
710
|
"VpcEndpointId": {
|
|
620
|
-
"shape": "
|
|
711
|
+
"shape": "S4l"
|
|
621
712
|
},
|
|
622
713
|
"GatewayId": {
|
|
623
|
-
"shape": "
|
|
714
|
+
"shape": "S4l"
|
|
624
715
|
},
|
|
625
716
|
"RouteTableId": {
|
|
626
|
-
"shape": "
|
|
717
|
+
"shape": "S4l"
|
|
627
718
|
}
|
|
628
719
|
}
|
|
629
720
|
},
|
|
@@ -638,10 +729,10 @@
|
|
|
638
729
|
"DestinationPrefixListId": {},
|
|
639
730
|
"DestinationIpv6CidrBlock": {},
|
|
640
731
|
"GatewayId": {
|
|
641
|
-
"shape": "
|
|
732
|
+
"shape": "S4l"
|
|
642
733
|
},
|
|
643
734
|
"RouteTableId": {
|
|
644
|
-
"shape": "
|
|
735
|
+
"shape": "S4l"
|
|
645
736
|
}
|
|
646
737
|
}
|
|
647
738
|
},
|
|
@@ -656,7 +747,7 @@
|
|
|
656
747
|
"DestinationPrefixListId": {},
|
|
657
748
|
"DestinationIpv6CidrBlock": {},
|
|
658
749
|
"RouteTableId": {
|
|
659
|
-
"shape": "
|
|
750
|
+
"shape": "S4l"
|
|
660
751
|
}
|
|
661
752
|
}
|
|
662
753
|
},
|
|
@@ -669,10 +760,10 @@
|
|
|
669
760
|
"members": {
|
|
670
761
|
"Description": {},
|
|
671
762
|
"VpcId": {
|
|
672
|
-
"shape": "
|
|
763
|
+
"shape": "S4l"
|
|
673
764
|
},
|
|
674
765
|
"RouteTableId": {
|
|
675
|
-
"shape": "
|
|
766
|
+
"shape": "S4l"
|
|
676
767
|
}
|
|
677
768
|
}
|
|
678
769
|
},
|
|
@@ -685,10 +776,10 @@
|
|
|
685
776
|
"members": {
|
|
686
777
|
"Description": {},
|
|
687
778
|
"AssociationId": {
|
|
688
|
-
"shape": "
|
|
779
|
+
"shape": "S4l"
|
|
689
780
|
},
|
|
690
781
|
"RouteTableId": {
|
|
691
|
-
"shape": "
|
|
782
|
+
"shape": "S4l"
|
|
692
783
|
}
|
|
693
784
|
}
|
|
694
785
|
},
|
|
@@ -700,13 +791,13 @@
|
|
|
700
791
|
"members": {
|
|
701
792
|
"Description": {},
|
|
702
793
|
"RouteTableId": {
|
|
703
|
-
"shape": "
|
|
794
|
+
"shape": "S4l"
|
|
704
795
|
},
|
|
705
796
|
"SubnetId": {
|
|
706
|
-
"shape": "
|
|
797
|
+
"shape": "S4l"
|
|
707
798
|
},
|
|
708
799
|
"GatewayId": {
|
|
709
|
-
"shape": "
|
|
800
|
+
"shape": "S4l"
|
|
710
801
|
}
|
|
711
802
|
}
|
|
712
803
|
},
|
|
@@ -718,7 +809,7 @@
|
|
|
718
809
|
"members": {
|
|
719
810
|
"Description": {},
|
|
720
811
|
"VpcId": {
|
|
721
|
-
"shape": "
|
|
812
|
+
"shape": "S4l"
|
|
722
813
|
}
|
|
723
814
|
}
|
|
724
815
|
},
|
|
@@ -762,19 +853,19 @@
|
|
|
762
853
|
"VpcId": {},
|
|
763
854
|
"RouteTableId": {},
|
|
764
855
|
"ViolatingRoutes": {
|
|
765
|
-
"shape": "
|
|
856
|
+
"shape": "S3w"
|
|
766
857
|
},
|
|
767
858
|
"SubnetAvailabilityZone": {},
|
|
768
859
|
"SubnetAvailabilityZoneId": {},
|
|
769
860
|
"CurrentFirewallSubnetRouteTable": {},
|
|
770
861
|
"FirewallSubnetId": {},
|
|
771
862
|
"FirewallSubnetRoutes": {
|
|
772
|
-
"shape": "
|
|
863
|
+
"shape": "S3w"
|
|
773
864
|
},
|
|
774
865
|
"InternetGatewayId": {},
|
|
775
866
|
"CurrentInternetGatewayRouteTable": {},
|
|
776
867
|
"InternetGatewayRoutes": {
|
|
777
|
-
"shape": "
|
|
868
|
+
"shape": "S3w"
|
|
778
869
|
}
|
|
779
870
|
}
|
|
780
871
|
},
|
|
@@ -819,7 +910,7 @@
|
|
|
819
910
|
}
|
|
820
911
|
},
|
|
821
912
|
"ResourceTags": {
|
|
822
|
-
"shape": "
|
|
913
|
+
"shape": "S4z"
|
|
823
914
|
},
|
|
824
915
|
"ResourceDescription": {}
|
|
825
916
|
}
|
|
@@ -855,7 +946,7 @@
|
|
|
855
946
|
"ListId": {},
|
|
856
947
|
"ListName": {},
|
|
857
948
|
"AppsList": {
|
|
858
|
-
"shape": "
|
|
949
|
+
"shape": "S11"
|
|
859
950
|
}
|
|
860
951
|
}
|
|
861
952
|
}
|
|
@@ -909,7 +1000,7 @@
|
|
|
909
1000
|
"type": "timestamp"
|
|
910
1001
|
},
|
|
911
1002
|
"IssueInfoMap": {
|
|
912
|
-
"shape": "
|
|
1003
|
+
"shape": "S1i"
|
|
913
1004
|
}
|
|
914
1005
|
}
|
|
915
1006
|
}
|
|
@@ -918,6 +1009,44 @@
|
|
|
918
1009
|
}
|
|
919
1010
|
}
|
|
920
1011
|
},
|
|
1012
|
+
"ListDiscoveredResources": {
|
|
1013
|
+
"input": {
|
|
1014
|
+
"type": "structure",
|
|
1015
|
+
"required": [
|
|
1016
|
+
"MemberAccountIds",
|
|
1017
|
+
"ResourceType"
|
|
1018
|
+
],
|
|
1019
|
+
"members": {
|
|
1020
|
+
"MemberAccountIds": {
|
|
1021
|
+
"type": "list",
|
|
1022
|
+
"member": {}
|
|
1023
|
+
},
|
|
1024
|
+
"ResourceType": {},
|
|
1025
|
+
"MaxResults": {
|
|
1026
|
+
"type": "integer"
|
|
1027
|
+
},
|
|
1028
|
+
"NextToken": {}
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"output": {
|
|
1032
|
+
"type": "structure",
|
|
1033
|
+
"members": {
|
|
1034
|
+
"Items": {
|
|
1035
|
+
"type": "list",
|
|
1036
|
+
"member": {
|
|
1037
|
+
"type": "structure",
|
|
1038
|
+
"members": {
|
|
1039
|
+
"URI": {},
|
|
1040
|
+
"AccountId": {},
|
|
1041
|
+
"Type": {},
|
|
1042
|
+
"Name": {}
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"NextToken": {}
|
|
1047
|
+
}
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
921
1050
|
"ListMemberAccounts": {
|
|
922
1051
|
"input": {
|
|
923
1052
|
"type": "structure",
|
|
@@ -1003,7 +1132,75 @@
|
|
|
1003
1132
|
"ListId": {},
|
|
1004
1133
|
"ListName": {},
|
|
1005
1134
|
"ProtocolsList": {
|
|
1006
|
-
"shape": "
|
|
1135
|
+
"shape": "S2h"
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
"NextToken": {}
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
"ListResourceSetResources": {
|
|
1145
|
+
"input": {
|
|
1146
|
+
"type": "structure",
|
|
1147
|
+
"required": [
|
|
1148
|
+
"Identifier"
|
|
1149
|
+
],
|
|
1150
|
+
"members": {
|
|
1151
|
+
"Identifier": {},
|
|
1152
|
+
"MaxResults": {
|
|
1153
|
+
"type": "integer"
|
|
1154
|
+
},
|
|
1155
|
+
"NextToken": {}
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
"output": {
|
|
1159
|
+
"type": "structure",
|
|
1160
|
+
"required": [
|
|
1161
|
+
"Items"
|
|
1162
|
+
],
|
|
1163
|
+
"members": {
|
|
1164
|
+
"Items": {
|
|
1165
|
+
"type": "list",
|
|
1166
|
+
"member": {
|
|
1167
|
+
"type": "structure",
|
|
1168
|
+
"required": [
|
|
1169
|
+
"URI"
|
|
1170
|
+
],
|
|
1171
|
+
"members": {
|
|
1172
|
+
"URI": {},
|
|
1173
|
+
"AccountId": {}
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1177
|
+
"NextToken": {}
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
"ListResourceSets": {
|
|
1182
|
+
"input": {
|
|
1183
|
+
"type": "structure",
|
|
1184
|
+
"members": {
|
|
1185
|
+
"NextToken": {},
|
|
1186
|
+
"MaxResults": {
|
|
1187
|
+
"type": "integer"
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
},
|
|
1191
|
+
"output": {
|
|
1192
|
+
"type": "structure",
|
|
1193
|
+
"members": {
|
|
1194
|
+
"ResourceSets": {
|
|
1195
|
+
"type": "list",
|
|
1196
|
+
"member": {
|
|
1197
|
+
"type": "structure",
|
|
1198
|
+
"members": {
|
|
1199
|
+
"Id": {},
|
|
1200
|
+
"Name": {},
|
|
1201
|
+
"Description": {},
|
|
1202
|
+
"LastUpdateTime": {
|
|
1203
|
+
"type": "timestamp"
|
|
1007
1204
|
}
|
|
1008
1205
|
}
|
|
1009
1206
|
}
|
|
@@ -1026,7 +1223,7 @@
|
|
|
1026
1223
|
"type": "structure",
|
|
1027
1224
|
"members": {
|
|
1028
1225
|
"TagList": {
|
|
1029
|
-
"shape": "
|
|
1226
|
+
"shape": "S4z"
|
|
1030
1227
|
}
|
|
1031
1228
|
}
|
|
1032
1229
|
}
|
|
@@ -1071,10 +1268,10 @@
|
|
|
1071
1268
|
],
|
|
1072
1269
|
"members": {
|
|
1073
1270
|
"AppsList": {
|
|
1074
|
-
"shape": "
|
|
1271
|
+
"shape": "Sx"
|
|
1075
1272
|
},
|
|
1076
1273
|
"TagList": {
|
|
1077
|
-
"shape": "
|
|
1274
|
+
"shape": "S4z"
|
|
1078
1275
|
}
|
|
1079
1276
|
}
|
|
1080
1277
|
},
|
|
@@ -1082,7 +1279,7 @@
|
|
|
1082
1279
|
"type": "structure",
|
|
1083
1280
|
"members": {
|
|
1084
1281
|
"AppsList": {
|
|
1085
|
-
"shape": "
|
|
1282
|
+
"shape": "Sx"
|
|
1086
1283
|
},
|
|
1087
1284
|
"AppsListArn": {}
|
|
1088
1285
|
}
|
|
@@ -1109,10 +1306,10 @@
|
|
|
1109
1306
|
],
|
|
1110
1307
|
"members": {
|
|
1111
1308
|
"Policy": {
|
|
1112
|
-
"shape": "
|
|
1309
|
+
"shape": "S1p"
|
|
1113
1310
|
},
|
|
1114
1311
|
"TagList": {
|
|
1115
|
-
"shape": "
|
|
1312
|
+
"shape": "S4z"
|
|
1116
1313
|
}
|
|
1117
1314
|
}
|
|
1118
1315
|
},
|
|
@@ -1120,7 +1317,7 @@
|
|
|
1120
1317
|
"type": "structure",
|
|
1121
1318
|
"members": {
|
|
1122
1319
|
"Policy": {
|
|
1123
|
-
"shape": "
|
|
1320
|
+
"shape": "S1p"
|
|
1124
1321
|
},
|
|
1125
1322
|
"PolicyArn": {}
|
|
1126
1323
|
}
|
|
@@ -1134,10 +1331,10 @@
|
|
|
1134
1331
|
],
|
|
1135
1332
|
"members": {
|
|
1136
1333
|
"ProtocolsList": {
|
|
1137
|
-
"shape": "
|
|
1334
|
+
"shape": "S2g"
|
|
1138
1335
|
},
|
|
1139
1336
|
"TagList": {
|
|
1140
|
-
"shape": "
|
|
1337
|
+
"shape": "S4z"
|
|
1141
1338
|
}
|
|
1142
1339
|
}
|
|
1143
1340
|
},
|
|
@@ -1145,12 +1342,41 @@
|
|
|
1145
1342
|
"type": "structure",
|
|
1146
1343
|
"members": {
|
|
1147
1344
|
"ProtocolsList": {
|
|
1148
|
-
"shape": "
|
|
1345
|
+
"shape": "S2g"
|
|
1149
1346
|
},
|
|
1150
1347
|
"ProtocolsListArn": {}
|
|
1151
1348
|
}
|
|
1152
1349
|
}
|
|
1153
1350
|
},
|
|
1351
|
+
"PutResourceSet": {
|
|
1352
|
+
"input": {
|
|
1353
|
+
"type": "structure",
|
|
1354
|
+
"required": [
|
|
1355
|
+
"ResourceSet"
|
|
1356
|
+
],
|
|
1357
|
+
"members": {
|
|
1358
|
+
"ResourceSet": {
|
|
1359
|
+
"shape": "S2l"
|
|
1360
|
+
},
|
|
1361
|
+
"TagList": {
|
|
1362
|
+
"shape": "S4z"
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
"output": {
|
|
1367
|
+
"type": "structure",
|
|
1368
|
+
"required": [
|
|
1369
|
+
"ResourceSet",
|
|
1370
|
+
"ResourceSetArn"
|
|
1371
|
+
],
|
|
1372
|
+
"members": {
|
|
1373
|
+
"ResourceSet": {
|
|
1374
|
+
"shape": "S2l"
|
|
1375
|
+
},
|
|
1376
|
+
"ResourceSetArn": {}
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1154
1380
|
"TagResource": {
|
|
1155
1381
|
"input": {
|
|
1156
1382
|
"type": "structure",
|
|
@@ -1161,7 +1387,7 @@
|
|
|
1161
1387
|
"members": {
|
|
1162
1388
|
"ResourceArn": {},
|
|
1163
1389
|
"TagList": {
|
|
1164
|
-
"shape": "
|
|
1390
|
+
"shape": "S4z"
|
|
1165
1391
|
}
|
|
1166
1392
|
}
|
|
1167
1393
|
},
|
|
@@ -1192,7 +1418,21 @@
|
|
|
1192
1418
|
}
|
|
1193
1419
|
},
|
|
1194
1420
|
"shapes": {
|
|
1195
|
-
"
|
|
1421
|
+
"S9": {
|
|
1422
|
+
"type": "list",
|
|
1423
|
+
"member": {}
|
|
1424
|
+
},
|
|
1425
|
+
"Sb": {
|
|
1426
|
+
"type": "list",
|
|
1427
|
+
"member": {
|
|
1428
|
+
"type": "structure",
|
|
1429
|
+
"members": {
|
|
1430
|
+
"URI": {},
|
|
1431
|
+
"Reason": {}
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
"Sx": {
|
|
1196
1436
|
"type": "structure",
|
|
1197
1437
|
"required": [
|
|
1198
1438
|
"ListName",
|
|
@@ -1209,18 +1449,18 @@
|
|
|
1209
1449
|
"type": "timestamp"
|
|
1210
1450
|
},
|
|
1211
1451
|
"AppsList": {
|
|
1212
|
-
"shape": "
|
|
1452
|
+
"shape": "S11"
|
|
1213
1453
|
},
|
|
1214
1454
|
"PreviousAppsList": {
|
|
1215
1455
|
"type": "map",
|
|
1216
1456
|
"key": {},
|
|
1217
1457
|
"value": {
|
|
1218
|
-
"shape": "
|
|
1458
|
+
"shape": "S11"
|
|
1219
1459
|
}
|
|
1220
1460
|
}
|
|
1221
1461
|
}
|
|
1222
1462
|
},
|
|
1223
|
-
"
|
|
1463
|
+
"S11": {
|
|
1224
1464
|
"type": "list",
|
|
1225
1465
|
"member": {
|
|
1226
1466
|
"type": "structure",
|
|
@@ -1238,12 +1478,12 @@
|
|
|
1238
1478
|
}
|
|
1239
1479
|
}
|
|
1240
1480
|
},
|
|
1241
|
-
"
|
|
1481
|
+
"S1i": {
|
|
1242
1482
|
"type": "map",
|
|
1243
1483
|
"key": {},
|
|
1244
1484
|
"value": {}
|
|
1245
1485
|
},
|
|
1246
|
-
"
|
|
1486
|
+
"S1p": {
|
|
1247
1487
|
"type": "structure",
|
|
1248
1488
|
"required": [
|
|
1249
1489
|
"PolicyName",
|
|
@@ -1285,8 +1525,7 @@
|
|
|
1285
1525
|
},
|
|
1286
1526
|
"ResourceType": {},
|
|
1287
1527
|
"ResourceTypeList": {
|
|
1288
|
-
"
|
|
1289
|
-
"member": {}
|
|
1528
|
+
"shape": "S1y"
|
|
1290
1529
|
},
|
|
1291
1530
|
"ResourceTags": {
|
|
1292
1531
|
"type": "list",
|
|
@@ -1311,14 +1550,23 @@
|
|
|
1311
1550
|
"type": "boolean"
|
|
1312
1551
|
},
|
|
1313
1552
|
"IncludeMap": {
|
|
1314
|
-
"shape": "
|
|
1553
|
+
"shape": "S23"
|
|
1315
1554
|
},
|
|
1316
1555
|
"ExcludeMap": {
|
|
1317
|
-
"shape": "
|
|
1318
|
-
}
|
|
1556
|
+
"shape": "S23"
|
|
1557
|
+
},
|
|
1558
|
+
"ResourceSetIds": {
|
|
1559
|
+
"type": "list",
|
|
1560
|
+
"member": {}
|
|
1561
|
+
},
|
|
1562
|
+
"PolicyDescription": {}
|
|
1319
1563
|
}
|
|
1320
1564
|
},
|
|
1321
|
-
"
|
|
1565
|
+
"S1y": {
|
|
1566
|
+
"type": "list",
|
|
1567
|
+
"member": {}
|
|
1568
|
+
},
|
|
1569
|
+
"S23": {
|
|
1322
1570
|
"type": "map",
|
|
1323
1571
|
"key": {},
|
|
1324
1572
|
"value": {
|
|
@@ -1326,7 +1574,7 @@
|
|
|
1326
1574
|
"member": {}
|
|
1327
1575
|
}
|
|
1328
1576
|
},
|
|
1329
|
-
"
|
|
1577
|
+
"S2g": {
|
|
1330
1578
|
"type": "structure",
|
|
1331
1579
|
"required": [
|
|
1332
1580
|
"ListName",
|
|
@@ -1343,35 +1591,54 @@
|
|
|
1343
1591
|
"type": "timestamp"
|
|
1344
1592
|
},
|
|
1345
1593
|
"ProtocolsList": {
|
|
1346
|
-
"shape": "
|
|
1594
|
+
"shape": "S2h"
|
|
1347
1595
|
},
|
|
1348
1596
|
"PreviousProtocolsList": {
|
|
1349
1597
|
"type": "map",
|
|
1350
1598
|
"key": {},
|
|
1351
1599
|
"value": {
|
|
1352
|
-
"shape": "
|
|
1600
|
+
"shape": "S2h"
|
|
1353
1601
|
}
|
|
1354
1602
|
}
|
|
1355
1603
|
}
|
|
1356
1604
|
},
|
|
1357
|
-
"
|
|
1605
|
+
"S2h": {
|
|
1358
1606
|
"type": "list",
|
|
1359
1607
|
"member": {}
|
|
1360
1608
|
},
|
|
1361
|
-
"
|
|
1609
|
+
"S2l": {
|
|
1610
|
+
"type": "structure",
|
|
1611
|
+
"required": [
|
|
1612
|
+
"Name",
|
|
1613
|
+
"ResourceTypeList"
|
|
1614
|
+
],
|
|
1615
|
+
"members": {
|
|
1616
|
+
"Id": {},
|
|
1617
|
+
"Name": {},
|
|
1618
|
+
"Description": {},
|
|
1619
|
+
"UpdateToken": {},
|
|
1620
|
+
"ResourceTypeList": {
|
|
1621
|
+
"shape": "S1y"
|
|
1622
|
+
},
|
|
1623
|
+
"LastUpdateTime": {
|
|
1624
|
+
"type": "timestamp"
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
"S39": {
|
|
1362
1629
|
"type": "structure",
|
|
1363
1630
|
"members": {
|
|
1364
1631
|
"ViolationTarget": {},
|
|
1365
1632
|
"ViolatingSecurityGroups": {
|
|
1366
|
-
"shape": "
|
|
1633
|
+
"shape": "S3a"
|
|
1367
1634
|
}
|
|
1368
1635
|
}
|
|
1369
1636
|
},
|
|
1370
|
-
"
|
|
1637
|
+
"S3a": {
|
|
1371
1638
|
"type": "list",
|
|
1372
1639
|
"member": {}
|
|
1373
1640
|
},
|
|
1374
|
-
"
|
|
1641
|
+
"S3h": {
|
|
1375
1642
|
"type": "structure",
|
|
1376
1643
|
"members": {
|
|
1377
1644
|
"StatelessRuleGroups": {
|
|
@@ -1388,13 +1655,13 @@
|
|
|
1388
1655
|
}
|
|
1389
1656
|
},
|
|
1390
1657
|
"StatelessDefaultActions": {
|
|
1391
|
-
"shape": "
|
|
1658
|
+
"shape": "S3m"
|
|
1392
1659
|
},
|
|
1393
1660
|
"StatelessFragmentDefaultActions": {
|
|
1394
|
-
"shape": "
|
|
1661
|
+
"shape": "S3m"
|
|
1395
1662
|
},
|
|
1396
1663
|
"StatelessCustomActions": {
|
|
1397
|
-
"shape": "
|
|
1664
|
+
"shape": "S3m"
|
|
1398
1665
|
},
|
|
1399
1666
|
"StatefulRuleGroups": {
|
|
1400
1667
|
"type": "list",
|
|
@@ -1416,7 +1683,7 @@
|
|
|
1416
1683
|
}
|
|
1417
1684
|
},
|
|
1418
1685
|
"StatefulDefaultActions": {
|
|
1419
|
-
"shape": "
|
|
1686
|
+
"shape": "S3m"
|
|
1420
1687
|
},
|
|
1421
1688
|
"StatefulEngineOptions": {
|
|
1422
1689
|
"type": "structure",
|
|
@@ -1426,17 +1693,17 @@
|
|
|
1426
1693
|
}
|
|
1427
1694
|
}
|
|
1428
1695
|
},
|
|
1429
|
-
"
|
|
1696
|
+
"S3m": {
|
|
1430
1697
|
"type": "list",
|
|
1431
1698
|
"member": {}
|
|
1432
1699
|
},
|
|
1433
|
-
"
|
|
1700
|
+
"S3w": {
|
|
1434
1701
|
"type": "list",
|
|
1435
1702
|
"member": {
|
|
1436
|
-
"shape": "
|
|
1703
|
+
"shape": "S3x"
|
|
1437
1704
|
}
|
|
1438
1705
|
},
|
|
1439
|
-
"
|
|
1706
|
+
"S3x": {
|
|
1440
1707
|
"type": "structure",
|
|
1441
1708
|
"members": {
|
|
1442
1709
|
"DestinationType": {},
|
|
@@ -1445,7 +1712,7 @@
|
|
|
1445
1712
|
"Target": {}
|
|
1446
1713
|
}
|
|
1447
1714
|
},
|
|
1448
|
-
"
|
|
1715
|
+
"S40": {
|
|
1449
1716
|
"type": "list",
|
|
1450
1717
|
"member": {
|
|
1451
1718
|
"type": "structure",
|
|
@@ -1454,7 +1721,7 @@
|
|
|
1454
1721
|
"PrefixListId": {},
|
|
1455
1722
|
"IpV6Cidr": {},
|
|
1456
1723
|
"ContributingSubnets": {
|
|
1457
|
-
"shape": "
|
|
1724
|
+
"shape": "S3a"
|
|
1458
1725
|
},
|
|
1459
1726
|
"AllowedTargets": {
|
|
1460
1727
|
"type": "list",
|
|
@@ -1464,14 +1731,14 @@
|
|
|
1464
1731
|
}
|
|
1465
1732
|
}
|
|
1466
1733
|
},
|
|
1467
|
-
"
|
|
1734
|
+
"S4l": {
|
|
1468
1735
|
"type": "structure",
|
|
1469
1736
|
"members": {
|
|
1470
1737
|
"ResourceId": {},
|
|
1471
1738
|
"Description": {}
|
|
1472
1739
|
}
|
|
1473
1740
|
},
|
|
1474
|
-
"
|
|
1741
|
+
"S4z": {
|
|
1475
1742
|
"type": "list",
|
|
1476
1743
|
"member": {
|
|
1477
1744
|
"type": "structure",
|