@@ -51,6 +51,7 @@ pub struct ApiGatewayProxyRequest {
51
51
/// Enabled with Cargo feature `catch-all-fields`.
52
52
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
53
53
#[ cfg( feature = "catch-all-fields" ) ]
54
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
54
55
#[ serde( flatten) ]
55
56
pub other : serde_json:: Map < String , Value > ,
56
57
}
@@ -74,6 +75,7 @@ pub struct ApiGatewayProxyResponse {
74
75
/// Enabled with Cargo feature `catch-all-fields`.
75
76
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
76
77
#[ cfg( feature = "catch-all-fields" ) ]
78
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
77
79
#[ serde( flatten) ]
78
80
pub other : serde_json:: Map < String , Value > ,
79
81
}
@@ -126,6 +128,7 @@ pub struct ApiGatewayProxyRequestContext {
126
128
/// Enabled with Cargo feature `catch-all-fields`.
127
129
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
128
130
#[ cfg( feature = "catch-all-fields" ) ]
131
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
129
132
#[ serde( flatten) ]
130
133
pub other : serde_json:: Map < String , Value > ,
131
134
}
@@ -182,6 +185,7 @@ pub struct ApiGatewayV2httpRequest {
182
185
/// Enabled with Cargo feature `catch-all-fields`.
183
186
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
184
187
#[ cfg( feature = "catch-all-fields" ) ]
188
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
185
189
#[ serde( flatten) ]
186
190
pub other : serde_json:: Map < String , Value > ,
187
191
}
@@ -220,6 +224,7 @@ pub struct ApiGatewayV2httpRequestContext {
220
224
/// Enabled with Cargo feature `catch-all-fields`.
221
225
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
222
226
#[ cfg( feature = "catch-all-fields" ) ]
227
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
223
228
#[ serde( flatten) ]
224
229
pub other : serde_json:: Map < String , Value > ,
225
230
}
@@ -243,6 +248,7 @@ pub struct ApiGatewayRequestAuthorizer {
243
248
/// Enabled with Cargo feature `catch-all-fields`.
244
249
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
245
250
#[ cfg( feature = "catch-all-fields" ) ]
251
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
246
252
#[ serde( flatten) ]
247
253
pub other : serde_json:: Map < String , Value > ,
248
254
}
@@ -260,6 +266,7 @@ pub struct ApiGatewayRequestAuthorizerJwtDescription {
260
266
/// Enabled with Cargo feature `catch-all-fields`.
261
267
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
262
268
#[ cfg( feature = "catch-all-fields" ) ]
269
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
263
270
#[ serde( flatten) ]
264
271
pub other : serde_json:: Map < String , Value > ,
265
272
}
@@ -286,6 +293,7 @@ pub struct ApiGatewayRequestAuthorizerIamDescription {
286
293
/// Enabled with Cargo feature `catch-all-fields`.
287
294
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
288
295
#[ cfg( feature = "catch-all-fields" ) ]
296
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
289
297
#[ serde( flatten) ]
290
298
pub other : serde_json:: Map < String , Value > ,
291
299
}
@@ -303,6 +311,7 @@ pub struct ApiGatewayRequestAuthorizerCognitoIdentity {
303
311
/// Enabled with Cargo feature `catch-all-fields`.
304
312
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
305
313
#[ cfg( feature = "catch-all-fields" ) ]
314
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
306
315
#[ serde( flatten) ]
307
316
pub other : serde_json:: Map < String , Value > ,
308
317
}
@@ -325,6 +334,7 @@ pub struct ApiGatewayV2httpRequestContextHttpDescription {
325
334
/// Enabled with Cargo feature `catch-all-fields`.
326
335
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
327
336
#[ cfg( feature = "catch-all-fields" ) ]
337
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
328
338
#[ serde( flatten) ]
329
339
pub other : serde_json:: Map < String , Value > ,
330
340
}
@@ -349,6 +359,7 @@ pub struct ApiGatewayV2httpResponse {
349
359
/// Enabled with Cargo feature `catch-all-fields`.
350
360
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
351
361
#[ cfg( feature = "catch-all-fields" ) ]
362
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
352
363
#[ serde( flatten) ]
353
364
pub other : serde_json:: Map < String , Value > ,
354
365
}
@@ -388,6 +399,7 @@ pub struct ApiGatewayRequestIdentity {
388
399
/// Enabled with Cargo feature `catch-all-fields`.
389
400
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
390
401
#[ cfg( feature = "catch-all-fields" ) ]
402
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
391
403
#[ serde( flatten) ]
392
404
pub other : serde_json:: Map < String , Value > ,
393
405
}
@@ -433,6 +445,7 @@ pub struct ApiGatewayWebsocketProxyRequest {
433
445
/// Enabled with Cargo feature `catch-all-fields`.
434
446
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
435
447
#[ cfg( feature = "catch-all-fields" ) ]
448
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
436
449
#[ serde( flatten) ]
437
450
pub other : serde_json:: Map < String , Value > ,
438
451
}
@@ -503,6 +516,7 @@ pub struct ApiGatewayWebsocketProxyRequestContext {
503
516
/// Enabled with Cargo feature `catch-all-fields`.
504
517
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
505
518
#[ cfg( feature = "catch-all-fields" ) ]
519
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
506
520
#[ serde( flatten) ]
507
521
pub other : serde_json:: Map < String , Value > ,
508
522
}
@@ -523,6 +537,7 @@ pub struct ApiGatewayCustomAuthorizerRequestTypeRequestIdentity {
523
537
/// Enabled with Cargo feature `catch-all-fields`.
524
538
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
525
539
#[ cfg( feature = "catch-all-fields" ) ]
540
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
526
541
#[ serde( flatten) ]
527
542
pub other : serde_json:: Map < String , Value > ,
528
543
}
@@ -546,6 +561,7 @@ pub struct ApiGatewayCustomAuthorizerRequestTypeRequestIdentityClientCert {
546
561
/// Enabled with Cargo feature `catch-all-fields`.
547
562
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
548
563
#[ cfg( feature = "catch-all-fields" ) ]
564
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
549
565
#[ serde( flatten) ]
550
566
pub other : serde_json:: Map < String , Value > ,
551
567
}
@@ -562,6 +578,7 @@ pub struct ApiGatewayCustomAuthorizerRequestTypeRequestIdentityClientCertValidit
562
578
/// Enabled with Cargo feature `catch-all-fields`.
563
579
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
564
580
#[ cfg( feature = "catch-all-fields" ) ]
581
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
565
582
#[ serde( flatten) ]
566
583
pub other : serde_json:: Map < String , Value > ,
567
584
}
@@ -576,6 +593,7 @@ pub struct ApiGatewayV2httpRequestContextAuthentication {
576
593
/// Enabled with Cargo feature `catch-all-fields`.
577
594
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
578
595
#[ cfg( feature = "catch-all-fields" ) ]
596
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
579
597
#[ serde( flatten) ]
580
598
pub other : serde_json:: Map < String , Value > ,
581
599
}
@@ -599,6 +617,7 @@ pub struct ApiGatewayV2httpRequestContextAuthenticationClientCert {
599
617
/// Enabled with Cargo feature `catch-all-fields`.
600
618
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
601
619
#[ cfg( feature = "catch-all-fields" ) ]
620
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
602
621
#[ serde( flatten) ]
603
622
pub other : serde_json:: Map < String , Value > ,
604
623
}
@@ -615,6 +634,7 @@ pub struct ApiGatewayV2httpRequestContextAuthenticationClientCertValidity {
615
634
/// Enabled with Cargo feature `catch-all-fields`.
616
635
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
617
636
#[ cfg( feature = "catch-all-fields" ) ]
637
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
618
638
#[ serde( flatten) ]
619
639
pub other : serde_json:: Map < String , Value > ,
620
640
}
@@ -644,6 +664,7 @@ pub struct ApiGatewayV2CustomAuthorizerV1RequestTypeRequestContext {
644
664
/// Enabled with Cargo feature `catch-all-fields`.
645
665
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
646
666
#[ cfg( feature = "catch-all-fields" ) ]
667
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
647
668
#[ serde( flatten) ]
648
669
pub other : serde_json:: Map < String , Value > ,
649
670
}
@@ -685,6 +706,7 @@ pub struct ApiGatewayV2CustomAuthorizerV1Request {
685
706
/// Enabled with Cargo feature `catch-all-fields`.
686
707
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
687
708
#[ cfg( feature = "catch-all-fields" ) ]
709
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
688
710
#[ serde( flatten) ]
689
711
pub other : serde_json:: Map < String , Value > ,
690
712
}
@@ -726,6 +748,7 @@ pub struct ApiGatewayV2CustomAuthorizerV2Request {
726
748
/// Enabled with Cargo feature `catch-all-fields`.
727
749
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
728
750
#[ cfg( feature = "catch-all-fields" ) ]
751
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
729
752
#[ serde( flatten) ]
730
753
pub other : serde_json:: Map < String , Value > ,
731
754
}
@@ -744,6 +767,7 @@ pub struct ApiGatewayCustomAuthorizerContext {
744
767
/// Enabled with Cargo feature `catch-all-fields`.
745
768
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
746
769
#[ cfg( feature = "catch-all-fields" ) ]
770
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
747
771
#[ serde( flatten) ]
748
772
pub other : serde_json:: Map < String , Value > ,
749
773
}
@@ -778,6 +802,7 @@ pub struct ApiGatewayCustomAuthorizerRequestTypeRequestContext {
778
802
/// Enabled with Cargo feature `catch-all-fields`.
779
803
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
780
804
#[ cfg( feature = "catch-all-fields" ) ]
805
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
781
806
#[ serde( flatten) ]
782
807
pub other : serde_json:: Map < String , Value > ,
783
808
}
@@ -797,6 +822,7 @@ pub struct ApiGatewayCustomAuthorizerRequest {
797
822
/// Enabled with Cargo feature `catch-all-fields`.
798
823
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
799
824
#[ cfg( feature = "catch-all-fields" ) ]
825
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
800
826
#[ serde( flatten) ]
801
827
pub other : serde_json:: Map < String , Value > ,
802
828
}
@@ -840,6 +866,7 @@ pub struct ApiGatewayCustomAuthorizerRequestTypeRequest {
840
866
/// Enabled with Cargo feature `catch-all-fields`.
841
867
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
842
868
#[ cfg( feature = "catch-all-fields" ) ]
869
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
843
870
#[ serde( flatten) ]
844
871
pub other : serde_json:: Map < String , Value > ,
845
872
}
@@ -862,6 +889,7 @@ where
862
889
/// Enabled with Cargo feature `catch-all-fields`.
863
890
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
864
891
#[ cfg( feature = "catch-all-fields" ) ]
892
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
865
893
#[ serde( flatten) ]
866
894
pub other : serde_json:: Map < String , Value > ,
867
895
}
@@ -881,6 +909,7 @@ where
881
909
/// Enabled with Cargo feature `catch-all-fields`.
882
910
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
883
911
#[ cfg( feature = "catch-all-fields" ) ]
912
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
884
913
#[ serde( flatten) ]
885
914
pub other : serde_json:: Map < String , Value > ,
886
915
}
@@ -901,6 +930,7 @@ where
901
930
/// Enabled with Cargo feature `catch-all-fields`.
902
931
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
903
932
#[ cfg( feature = "catch-all-fields" ) ]
933
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
904
934
#[ serde( flatten) ]
905
935
pub other : serde_json:: Map < String , Value > ,
906
936
}
@@ -916,6 +946,7 @@ pub struct ApiGatewayCustomAuthorizerPolicy {
916
946
/// Enabled with Cargo feature `catch-all-fields`.
917
947
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
918
948
#[ cfg( feature = "catch-all-fields" ) ]
949
+ #[ cfg_attr( docsrs, doc( cfg( feature = "catch-all-fields" ) ) ) ]
919
950
#[ serde( flatten) ]
920
951
pub other : serde_json:: Map < String , Value > ,
921
952
}
0 commit comments