cdk-lambda-subminute 2.0.284 → 2.0.286
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +53 -38
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +35 -25
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +503 -365
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1297 -1181
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +251 -49
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +36 -6
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +228 -206
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +187 -145
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +3 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +23 -26
- package/node_modules/aws-sdk/clients/amplify.d.ts +239 -223
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +17 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +247 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +138 -5
- package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +254 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +51 -6
- package/node_modules/aws-sdk/clients/neptunedata.d.ts +11 -11
- package/node_modules/aws-sdk/clients/rds.d.ts +30 -0
- package/node_modules/aws-sdk/clients/redshift.d.ts +47 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +17 -9
- 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 +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +2263 -1926
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -80
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -36,6 +36,12 @@
|
|
36
36
|
"output_token": "NextToken",
|
37
37
|
"result_key": "ByoipCidrs"
|
38
38
|
},
|
39
|
+
"DescribeCapacityBlockOfferings": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"limit_key": "MaxResults",
|
42
|
+
"output_token": "NextToken",
|
43
|
+
"result_key": "CapacityBlockOfferings"
|
44
|
+
},
|
39
45
|
"DescribeCapacityReservationFleets": {
|
40
46
|
"input_token": "NextToken",
|
41
47
|
"limit_key": "MaxResults",
|
@@ -26,7 +26,8 @@
|
|
26
26
|
"member": {
|
27
27
|
"type": "structure",
|
28
28
|
"members": {
|
29
|
-
"EndpointId": {}
|
29
|
+
"EndpointId": {},
|
30
|
+
"AttachmentArn": {}
|
30
31
|
}
|
31
32
|
}
|
32
33
|
},
|
@@ -141,6 +142,38 @@
|
|
141
142
|
}
|
142
143
|
}
|
143
144
|
},
|
145
|
+
"CreateCrossAccountAttachment": {
|
146
|
+
"input": {
|
147
|
+
"type": "structure",
|
148
|
+
"required": [
|
149
|
+
"Name",
|
150
|
+
"IdempotencyToken"
|
151
|
+
],
|
152
|
+
"members": {
|
153
|
+
"Name": {},
|
154
|
+
"Principals": {
|
155
|
+
"shape": "S1b"
|
156
|
+
},
|
157
|
+
"Resources": {
|
158
|
+
"shape": "S1d"
|
159
|
+
},
|
160
|
+
"IdempotencyToken": {
|
161
|
+
"idempotencyToken": true
|
162
|
+
},
|
163
|
+
"Tags": {
|
164
|
+
"shape": "Sx"
|
165
|
+
}
|
166
|
+
}
|
167
|
+
},
|
168
|
+
"output": {
|
169
|
+
"type": "structure",
|
170
|
+
"members": {
|
171
|
+
"CrossAccountAttachment": {
|
172
|
+
"shape": "S1g"
|
173
|
+
}
|
174
|
+
}
|
175
|
+
}
|
176
|
+
},
|
144
177
|
"CreateCustomRoutingAccelerator": {
|
145
178
|
"input": {
|
146
179
|
"type": "structure",
|
@@ -169,7 +202,7 @@
|
|
169
202
|
"type": "structure",
|
170
203
|
"members": {
|
171
204
|
"Accelerator": {
|
172
|
-
"shape": "
|
205
|
+
"shape": "S1j"
|
173
206
|
}
|
174
207
|
}
|
175
208
|
}
|
@@ -203,7 +236,7 @@
|
|
203
236
|
"type": "integer"
|
204
237
|
},
|
205
238
|
"Protocols": {
|
206
|
-
"shape": "
|
239
|
+
"shape": "S1o"
|
207
240
|
}
|
208
241
|
}
|
209
242
|
}
|
@@ -217,7 +250,7 @@
|
|
217
250
|
"type": "structure",
|
218
251
|
"members": {
|
219
252
|
"EndpointGroup": {
|
220
|
-
"shape": "
|
253
|
+
"shape": "S1r"
|
221
254
|
}
|
222
255
|
}
|
223
256
|
}
|
@@ -233,7 +266,7 @@
|
|
233
266
|
"members": {
|
234
267
|
"AcceleratorArn": {},
|
235
268
|
"PortRanges": {
|
236
|
-
"shape": "
|
269
|
+
"shape": "S1x"
|
237
270
|
},
|
238
271
|
"IdempotencyToken": {
|
239
272
|
"idempotencyToken": true
|
@@ -244,7 +277,7 @@
|
|
244
277
|
"type": "structure",
|
245
278
|
"members": {
|
246
279
|
"Listener": {
|
247
|
-
"shape": "
|
280
|
+
"shape": "S20"
|
248
281
|
}
|
249
282
|
}
|
250
283
|
}
|
@@ -281,7 +314,7 @@
|
|
281
314
|
"idempotencyToken": true
|
282
315
|
},
|
283
316
|
"PortOverrides": {
|
284
|
-
"shape": "
|
317
|
+
"shape": "S28"
|
285
318
|
}
|
286
319
|
}
|
287
320
|
},
|
@@ -289,7 +322,7 @@
|
|
289
322
|
"type": "structure",
|
290
323
|
"members": {
|
291
324
|
"EndpointGroup": {
|
292
|
-
"shape": "
|
325
|
+
"shape": "S2b"
|
293
326
|
}
|
294
327
|
}
|
295
328
|
}
|
@@ -306,7 +339,7 @@
|
|
306
339
|
"members": {
|
307
340
|
"AcceleratorArn": {},
|
308
341
|
"PortRanges": {
|
309
|
-
"shape": "
|
342
|
+
"shape": "S1x"
|
310
343
|
},
|
311
344
|
"Protocol": {},
|
312
345
|
"ClientAffinity": {},
|
@@ -319,7 +352,7 @@
|
|
319
352
|
"type": "structure",
|
320
353
|
"members": {
|
321
354
|
"Listener": {
|
322
|
-
"shape": "
|
355
|
+
"shape": "S2f"
|
323
356
|
}
|
324
357
|
}
|
325
358
|
}
|
@@ -335,6 +368,17 @@
|
|
335
368
|
}
|
336
369
|
}
|
337
370
|
},
|
371
|
+
"DeleteCrossAccountAttachment": {
|
372
|
+
"input": {
|
373
|
+
"type": "structure",
|
374
|
+
"required": [
|
375
|
+
"AttachmentArn"
|
376
|
+
],
|
377
|
+
"members": {
|
378
|
+
"AttachmentArn": {}
|
379
|
+
}
|
380
|
+
}
|
381
|
+
},
|
338
382
|
"DeleteCustomRoutingAccelerator": {
|
339
383
|
"input": {
|
340
384
|
"type": "structure",
|
@@ -464,7 +508,26 @@
|
|
464
508
|
"type": "structure",
|
465
509
|
"members": {
|
466
510
|
"AcceleratorAttributes": {
|
467
|
-
"shape": "
|
511
|
+
"shape": "S2u"
|
512
|
+
}
|
513
|
+
}
|
514
|
+
}
|
515
|
+
},
|
516
|
+
"DescribeCrossAccountAttachment": {
|
517
|
+
"input": {
|
518
|
+
"type": "structure",
|
519
|
+
"required": [
|
520
|
+
"AttachmentArn"
|
521
|
+
],
|
522
|
+
"members": {
|
523
|
+
"AttachmentArn": {}
|
524
|
+
}
|
525
|
+
},
|
526
|
+
"output": {
|
527
|
+
"type": "structure",
|
528
|
+
"members": {
|
529
|
+
"CrossAccountAttachment": {
|
530
|
+
"shape": "S1g"
|
468
531
|
}
|
469
532
|
}
|
470
533
|
}
|
@@ -483,7 +546,7 @@
|
|
483
546
|
"type": "structure",
|
484
547
|
"members": {
|
485
548
|
"Accelerator": {
|
486
|
-
"shape": "
|
549
|
+
"shape": "S1j"
|
487
550
|
}
|
488
551
|
}
|
489
552
|
}
|
@@ -502,7 +565,7 @@
|
|
502
565
|
"type": "structure",
|
503
566
|
"members": {
|
504
567
|
"AcceleratorAttributes": {
|
505
|
-
"shape": "
|
568
|
+
"shape": "S31"
|
506
569
|
}
|
507
570
|
}
|
508
571
|
}
|
@@ -521,7 +584,7 @@
|
|
521
584
|
"type": "structure",
|
522
585
|
"members": {
|
523
586
|
"EndpointGroup": {
|
524
|
-
"shape": "
|
587
|
+
"shape": "S1r"
|
525
588
|
}
|
526
589
|
}
|
527
590
|
}
|
@@ -540,7 +603,7 @@
|
|
540
603
|
"type": "structure",
|
541
604
|
"members": {
|
542
605
|
"Listener": {
|
543
|
-
"shape": "
|
606
|
+
"shape": "S20"
|
544
607
|
}
|
545
608
|
}
|
546
609
|
}
|
@@ -559,7 +622,7 @@
|
|
559
622
|
"type": "structure",
|
560
623
|
"members": {
|
561
624
|
"EndpointGroup": {
|
562
|
-
"shape": "
|
625
|
+
"shape": "S2b"
|
563
626
|
}
|
564
627
|
}
|
565
628
|
}
|
@@ -578,7 +641,7 @@
|
|
578
641
|
"type": "structure",
|
579
642
|
"members": {
|
580
643
|
"Listener": {
|
581
|
-
"shape": "
|
644
|
+
"shape": "S2f"
|
582
645
|
}
|
583
646
|
}
|
584
647
|
}
|
@@ -629,6 +692,76 @@
|
|
629
692
|
}
|
630
693
|
}
|
631
694
|
},
|
695
|
+
"ListCrossAccountAttachments": {
|
696
|
+
"input": {
|
697
|
+
"type": "structure",
|
698
|
+
"members": {
|
699
|
+
"MaxResults": {
|
700
|
+
"type": "integer"
|
701
|
+
},
|
702
|
+
"NextToken": {}
|
703
|
+
}
|
704
|
+
},
|
705
|
+
"output": {
|
706
|
+
"type": "structure",
|
707
|
+
"members": {
|
708
|
+
"CrossAccountAttachments": {
|
709
|
+
"type": "list",
|
710
|
+
"member": {
|
711
|
+
"shape": "S1g"
|
712
|
+
}
|
713
|
+
},
|
714
|
+
"NextToken": {}
|
715
|
+
}
|
716
|
+
}
|
717
|
+
},
|
718
|
+
"ListCrossAccountResourceAccounts": {
|
719
|
+
"input": {
|
720
|
+
"type": "structure",
|
721
|
+
"members": {}
|
722
|
+
},
|
723
|
+
"output": {
|
724
|
+
"type": "structure",
|
725
|
+
"members": {
|
726
|
+
"ResourceOwnerAwsAccountIds": {
|
727
|
+
"type": "list",
|
728
|
+
"member": {}
|
729
|
+
}
|
730
|
+
}
|
731
|
+
}
|
732
|
+
},
|
733
|
+
"ListCrossAccountResources": {
|
734
|
+
"input": {
|
735
|
+
"type": "structure",
|
736
|
+
"required": [
|
737
|
+
"ResourceOwnerAwsAccountId"
|
738
|
+
],
|
739
|
+
"members": {
|
740
|
+
"AcceleratorArn": {},
|
741
|
+
"ResourceOwnerAwsAccountId": {},
|
742
|
+
"MaxResults": {
|
743
|
+
"type": "integer"
|
744
|
+
},
|
745
|
+
"NextToken": {}
|
746
|
+
}
|
747
|
+
},
|
748
|
+
"output": {
|
749
|
+
"type": "structure",
|
750
|
+
"members": {
|
751
|
+
"CrossAccountResources": {
|
752
|
+
"type": "list",
|
753
|
+
"member": {
|
754
|
+
"type": "structure",
|
755
|
+
"members": {
|
756
|
+
"EndpointId": {},
|
757
|
+
"AttachmentArn": {}
|
758
|
+
}
|
759
|
+
}
|
760
|
+
},
|
761
|
+
"NextToken": {}
|
762
|
+
}
|
763
|
+
}
|
764
|
+
},
|
632
765
|
"ListCustomRoutingAccelerators": {
|
633
766
|
"input": {
|
634
767
|
"type": "structure",
|
@@ -645,7 +778,7 @@
|
|
645
778
|
"Accelerators": {
|
646
779
|
"type": "list",
|
647
780
|
"member": {
|
648
|
-
"shape": "
|
781
|
+
"shape": "S1j"
|
649
782
|
}
|
650
783
|
},
|
651
784
|
"NextToken": {}
|
@@ -672,7 +805,7 @@
|
|
672
805
|
"EndpointGroups": {
|
673
806
|
"type": "list",
|
674
807
|
"member": {
|
675
|
-
"shape": "
|
808
|
+
"shape": "S1r"
|
676
809
|
}
|
677
810
|
},
|
678
811
|
"NextToken": {}
|
@@ -699,7 +832,7 @@
|
|
699
832
|
"Listeners": {
|
700
833
|
"type": "list",
|
701
834
|
"member": {
|
702
|
-
"shape": "
|
835
|
+
"shape": "S20"
|
703
836
|
}
|
704
837
|
},
|
705
838
|
"NextToken": {}
|
@@ -735,10 +868,10 @@
|
|
735
868
|
"EndpointGroupArn": {},
|
736
869
|
"EndpointId": {},
|
737
870
|
"DestinationSocketAddress": {
|
738
|
-
"shape": "
|
871
|
+
"shape": "S46"
|
739
872
|
},
|
740
873
|
"Protocols": {
|
741
|
-
"shape": "
|
874
|
+
"shape": "S1o"
|
742
875
|
},
|
743
876
|
"DestinationTrafficState": {}
|
744
877
|
}
|
@@ -776,14 +909,14 @@
|
|
776
909
|
"AcceleratorSocketAddresses": {
|
777
910
|
"type": "list",
|
778
911
|
"member": {
|
779
|
-
"shape": "
|
912
|
+
"shape": "S46"
|
780
913
|
}
|
781
914
|
},
|
782
915
|
"EndpointGroupArn": {},
|
783
916
|
"EndpointId": {},
|
784
917
|
"EndpointGroupRegion": {},
|
785
918
|
"DestinationSocketAddress": {
|
786
|
-
"shape": "
|
919
|
+
"shape": "S46"
|
787
920
|
},
|
788
921
|
"IpAddressType": {},
|
789
922
|
"DestinationTrafficState": {}
|
@@ -814,7 +947,7 @@
|
|
814
947
|
"EndpointGroups": {
|
815
948
|
"type": "list",
|
816
949
|
"member": {
|
817
|
-
"shape": "
|
950
|
+
"shape": "S2b"
|
818
951
|
}
|
819
952
|
},
|
820
953
|
"NextToken": {}
|
@@ -841,7 +974,7 @@
|
|
841
974
|
"Listeners": {
|
842
975
|
"type": "list",
|
843
976
|
"member": {
|
844
|
-
"shape": "
|
977
|
+
"shape": "S2f"
|
845
978
|
}
|
846
979
|
},
|
847
980
|
"NextToken": {}
|
@@ -1023,7 +1156,39 @@
|
|
1023
1156
|
"type": "structure",
|
1024
1157
|
"members": {
|
1025
1158
|
"AcceleratorAttributes": {
|
1026
|
-
"shape": "
|
1159
|
+
"shape": "S2u"
|
1160
|
+
}
|
1161
|
+
}
|
1162
|
+
}
|
1163
|
+
},
|
1164
|
+
"UpdateCrossAccountAttachment": {
|
1165
|
+
"input": {
|
1166
|
+
"type": "structure",
|
1167
|
+
"required": [
|
1168
|
+
"AttachmentArn"
|
1169
|
+
],
|
1170
|
+
"members": {
|
1171
|
+
"AttachmentArn": {},
|
1172
|
+
"Name": {},
|
1173
|
+
"AddPrincipals": {
|
1174
|
+
"shape": "S1b"
|
1175
|
+
},
|
1176
|
+
"RemovePrincipals": {
|
1177
|
+
"shape": "S1b"
|
1178
|
+
},
|
1179
|
+
"AddResources": {
|
1180
|
+
"shape": "S1d"
|
1181
|
+
},
|
1182
|
+
"RemoveResources": {
|
1183
|
+
"shape": "S1d"
|
1184
|
+
}
|
1185
|
+
}
|
1186
|
+
},
|
1187
|
+
"output": {
|
1188
|
+
"type": "structure",
|
1189
|
+
"members": {
|
1190
|
+
"CrossAccountAttachment": {
|
1191
|
+
"shape": "S1g"
|
1027
1192
|
}
|
1028
1193
|
}
|
1029
1194
|
}
|
@@ -1047,7 +1212,7 @@
|
|
1047
1212
|
"type": "structure",
|
1048
1213
|
"members": {
|
1049
1214
|
"Accelerator": {
|
1050
|
-
"shape": "
|
1215
|
+
"shape": "S1j"
|
1051
1216
|
}
|
1052
1217
|
}
|
1053
1218
|
}
|
@@ -1071,7 +1236,7 @@
|
|
1071
1236
|
"type": "structure",
|
1072
1237
|
"members": {
|
1073
1238
|
"AcceleratorAttributes": {
|
1074
|
-
"shape": "
|
1239
|
+
"shape": "S31"
|
1075
1240
|
}
|
1076
1241
|
}
|
1077
1242
|
}
|
@@ -1086,7 +1251,7 @@
|
|
1086
1251
|
"members": {
|
1087
1252
|
"ListenerArn": {},
|
1088
1253
|
"PortRanges": {
|
1089
|
-
"shape": "
|
1254
|
+
"shape": "S1x"
|
1090
1255
|
}
|
1091
1256
|
}
|
1092
1257
|
},
|
@@ -1094,7 +1259,7 @@
|
|
1094
1259
|
"type": "structure",
|
1095
1260
|
"members": {
|
1096
1261
|
"Listener": {
|
1097
|
-
"shape": "
|
1262
|
+
"shape": "S20"
|
1098
1263
|
}
|
1099
1264
|
}
|
1100
1265
|
}
|
@@ -1125,7 +1290,7 @@
|
|
1125
1290
|
"type": "integer"
|
1126
1291
|
},
|
1127
1292
|
"PortOverrides": {
|
1128
|
-
"shape": "
|
1293
|
+
"shape": "S28"
|
1129
1294
|
}
|
1130
1295
|
}
|
1131
1296
|
},
|
@@ -1133,7 +1298,7 @@
|
|
1133
1298
|
"type": "structure",
|
1134
1299
|
"members": {
|
1135
1300
|
"EndpointGroup": {
|
1136
|
-
"shape": "
|
1301
|
+
"shape": "S2b"
|
1137
1302
|
}
|
1138
1303
|
}
|
1139
1304
|
}
|
@@ -1147,7 +1312,7 @@
|
|
1147
1312
|
"members": {
|
1148
1313
|
"ListenerArn": {},
|
1149
1314
|
"PortRanges": {
|
1150
|
-
"shape": "
|
1315
|
+
"shape": "S1x"
|
1151
1316
|
},
|
1152
1317
|
"Protocol": {},
|
1153
1318
|
"ClientAffinity": {}
|
@@ -1157,7 +1322,7 @@
|
|
1157
1322
|
"type": "structure",
|
1158
1323
|
"members": {
|
1159
1324
|
"Listener": {
|
1160
|
-
"shape": "
|
1325
|
+
"shape": "S2f"
|
1161
1326
|
}
|
1162
1327
|
}
|
1163
1328
|
}
|
@@ -1203,7 +1368,8 @@
|
|
1203
1368
|
},
|
1204
1369
|
"ClientIPPreservationEnabled": {
|
1205
1370
|
"type": "boolean"
|
1206
|
-
}
|
1371
|
+
},
|
1372
|
+
"AttachmentArn": {}
|
1207
1373
|
}
|
1208
1374
|
}
|
1209
1375
|
},
|
@@ -1323,6 +1489,42 @@
|
|
1323
1489
|
}
|
1324
1490
|
},
|
1325
1491
|
"S1b": {
|
1492
|
+
"type": "list",
|
1493
|
+
"member": {}
|
1494
|
+
},
|
1495
|
+
"S1d": {
|
1496
|
+
"type": "list",
|
1497
|
+
"member": {
|
1498
|
+
"type": "structure",
|
1499
|
+
"required": [
|
1500
|
+
"EndpointId"
|
1501
|
+
],
|
1502
|
+
"members": {
|
1503
|
+
"EndpointId": {},
|
1504
|
+
"Region": {}
|
1505
|
+
}
|
1506
|
+
}
|
1507
|
+
},
|
1508
|
+
"S1g": {
|
1509
|
+
"type": "structure",
|
1510
|
+
"members": {
|
1511
|
+
"AttachmentArn": {},
|
1512
|
+
"Name": {},
|
1513
|
+
"Principals": {
|
1514
|
+
"shape": "S1b"
|
1515
|
+
},
|
1516
|
+
"Resources": {
|
1517
|
+
"shape": "S1d"
|
1518
|
+
},
|
1519
|
+
"LastModifiedTime": {
|
1520
|
+
"type": "timestamp"
|
1521
|
+
},
|
1522
|
+
"CreatedTime": {
|
1523
|
+
"type": "timestamp"
|
1524
|
+
}
|
1525
|
+
}
|
1526
|
+
},
|
1527
|
+
"S1j": {
|
1326
1528
|
"type": "structure",
|
1327
1529
|
"members": {
|
1328
1530
|
"AcceleratorArn": {},
|
@@ -1344,11 +1546,11 @@
|
|
1344
1546
|
}
|
1345
1547
|
}
|
1346
1548
|
},
|
1347
|
-
"
|
1549
|
+
"S1o": {
|
1348
1550
|
"type": "list",
|
1349
1551
|
"member": {}
|
1350
1552
|
},
|
1351
|
-
"
|
1553
|
+
"S1r": {
|
1352
1554
|
"type": "structure",
|
1353
1555
|
"members": {
|
1354
1556
|
"EndpointGroupArn": {},
|
@@ -1376,7 +1578,7 @@
|
|
1376
1578
|
}
|
1377
1579
|
}
|
1378
1580
|
},
|
1379
|
-
"
|
1581
|
+
"S1x": {
|
1380
1582
|
"type": "list",
|
1381
1583
|
"member": {
|
1382
1584
|
"type": "structure",
|
@@ -1390,16 +1592,16 @@
|
|
1390
1592
|
}
|
1391
1593
|
}
|
1392
1594
|
},
|
1393
|
-
"
|
1595
|
+
"S20": {
|
1394
1596
|
"type": "structure",
|
1395
1597
|
"members": {
|
1396
1598
|
"ListenerArn": {},
|
1397
1599
|
"PortRanges": {
|
1398
|
-
"shape": "
|
1600
|
+
"shape": "S1x"
|
1399
1601
|
}
|
1400
1602
|
}
|
1401
1603
|
},
|
1402
|
-
"
|
1604
|
+
"S28": {
|
1403
1605
|
"type": "list",
|
1404
1606
|
"member": {
|
1405
1607
|
"type": "structure",
|
@@ -1413,7 +1615,7 @@
|
|
1413
1615
|
}
|
1414
1616
|
}
|
1415
1617
|
},
|
1416
|
-
"
|
1618
|
+
"S2b": {
|
1417
1619
|
"type": "structure",
|
1418
1620
|
"members": {
|
1419
1621
|
"EndpointGroupArn": {},
|
@@ -1436,22 +1638,22 @@
|
|
1436
1638
|
"type": "integer"
|
1437
1639
|
},
|
1438
1640
|
"PortOverrides": {
|
1439
|
-
"shape": "
|
1641
|
+
"shape": "S28"
|
1440
1642
|
}
|
1441
1643
|
}
|
1442
1644
|
},
|
1443
|
-
"
|
1645
|
+
"S2f": {
|
1444
1646
|
"type": "structure",
|
1445
1647
|
"members": {
|
1446
1648
|
"ListenerArn": {},
|
1447
1649
|
"PortRanges": {
|
1448
|
-
"shape": "
|
1650
|
+
"shape": "S1x"
|
1449
1651
|
},
|
1450
1652
|
"Protocol": {},
|
1451
1653
|
"ClientAffinity": {}
|
1452
1654
|
}
|
1453
1655
|
},
|
1454
|
-
"
|
1656
|
+
"S2u": {
|
1455
1657
|
"type": "structure",
|
1456
1658
|
"members": {
|
1457
1659
|
"FlowLogsEnabled": {
|
@@ -1461,7 +1663,7 @@
|
|
1461
1663
|
"FlowLogsS3Prefix": {}
|
1462
1664
|
}
|
1463
1665
|
},
|
1464
|
-
"
|
1666
|
+
"S31": {
|
1465
1667
|
"type": "structure",
|
1466
1668
|
"members": {
|
1467
1669
|
"FlowLogsEnabled": {
|
@@ -1471,7 +1673,7 @@
|
|
1471
1673
|
"FlowLogsS3Prefix": {}
|
1472
1674
|
}
|
1473
1675
|
},
|
1474
|
-
"
|
1676
|
+
"S46": {
|
1475
1677
|
"type": "structure",
|
1476
1678
|
"members": {
|
1477
1679
|
"IpAddress": {},
|
@@ -12,6 +12,18 @@
|
|
12
12
|
"limit_key": "MaxResults",
|
13
13
|
"result_key": "ByoipCidrs"
|
14
14
|
},
|
15
|
+
"ListCrossAccountAttachments": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "CrossAccountAttachments"
|
20
|
+
},
|
21
|
+
"ListCrossAccountResources": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"output_token": "NextToken",
|
24
|
+
"limit_key": "MaxResults",
|
25
|
+
"result_key": "CrossAccountResources"
|
26
|
+
},
|
15
27
|
"ListCustomRoutingAccelerators": {
|
16
28
|
"input_token": "NextToken",
|
17
29
|
"output_token": "NextToken",
|