aws-sdk-apigatewayv2 1.22.1 → 1.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88645f9778e16bafc4195157df03c671745e10cf5445a74e819494cc1e4676bc
4
- data.tar.gz: cae5d29fc3decb9027bbeefa92d851d109e52113d4abf4b2c870c7bb18dab8b0
3
+ metadata.gz: 4146e1d5ee38e96dd7d916f9f5152085b9dedc13bec963823d56434b5270c481
4
+ data.tar.gz: 56fb7f286ab81e0e8f5a4b6ae1e95468e0d3b87628802e9b25afc030e3e04c95
5
5
  SHA512:
6
- metadata.gz: 93768632e48c91f5a9147f42fe2ee03f69fa4a886ebcf2cb52eec5d8c650085171ebe516d78063665c982eb5a13260fae81b6108480a2961b4db36e976173bcc
7
- data.tar.gz: 07d336fb77a86c4649a9db895c8163f1679a756b4bf0d0d2ce75cce16e38cd154b6603a5dd0b481521cecb8ed5d85982125a641e54f94eff878f82aa1b988948
6
+ metadata.gz: 32b12a6e37c7bb955b63b468cdd7dfe0166246404cf0dd27666d965c31af340744312f21eca14b59f9ef5f1eb971c871cb3a619c4ea17ed25a3f313583d10788
7
+ data.tar.gz: 0bee055a0531ce7a5268ca92b15b4f9b5d3ecec1f29af1a4046f2d4b11eeda14a2b5c06c72384a0f9d5fd6b79097aa270509e8bb6f3d6df049ae2560cffeba79
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-apigatewayv2/customizations'
45
47
  # @service
46
48
  module Aws::ApiGatewayV2
47
49
 
48
- GEM_VERSION = '1.22.1'
50
+ GEM_VERSION = '1.23.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -4186,7 +4188,7 @@ module Aws::ApiGatewayV2
4186
4188
  params: params,
4187
4189
  config: config)
4188
4190
  context[:gem_name] = 'aws-sdk-apigatewayv2'
4189
- context[:gem_version] = '1.22.1'
4191
+ context[:gem_version] = '1.23.0'
4190
4192
  Seahorse::Client::Request.new(handlers, context)
4191
4193
  end
4192
4194
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -13,6 +15,7 @@ module Aws::ApiGatewayV2
13
15
  #
14
16
  class AccessDeniedException < Struct.new(
15
17
  :message)
18
+ SENSITIVE = []
16
19
  include Aws::Structure
17
20
  end
18
21
 
@@ -39,6 +42,7 @@ module Aws::ApiGatewayV2
39
42
  class AccessLogSettings < Struct.new(
40
43
  :destination_arn,
41
44
  :format)
45
+ SENSITIVE = []
42
46
  include Aws::Structure
43
47
  end
44
48
 
@@ -130,6 +134,7 @@ module Aws::ApiGatewayV2
130
134
  :tags,
131
135
  :version,
132
136
  :warnings)
137
+ SENSITIVE = []
133
138
  include Aws::Structure
134
139
  end
135
140
 
@@ -156,6 +161,7 @@ module Aws::ApiGatewayV2
156
161
  :api_mapping_id,
157
162
  :api_mapping_key,
158
163
  :stage)
164
+ SENSITIVE = []
159
165
  include Aws::Structure
160
166
  end
161
167
 
@@ -173,6 +179,7 @@ module Aws::ApiGatewayV2
173
179
  class ApiMappings < Struct.new(
174
180
  :items,
175
181
  :next_token)
182
+ SENSITIVE = []
176
183
  include Aws::Structure
177
184
  end
178
185
 
@@ -190,6 +197,7 @@ module Aws::ApiGatewayV2
190
197
  class Apis < Struct.new(
191
198
  :items,
192
199
  :next_token)
200
+ SENSITIVE = []
193
201
  include Aws::Structure
194
202
  end
195
203
 
@@ -281,6 +289,7 @@ module Aws::ApiGatewayV2
281
289
  :identity_validation_expression,
282
290
  :jwt_configuration,
283
291
  :name)
292
+ SENSITIVE = []
284
293
  include Aws::Structure
285
294
  end
286
295
 
@@ -298,6 +307,7 @@ module Aws::ApiGatewayV2
298
307
  class Authorizers < Struct.new(
299
308
  :items,
300
309
  :next_token)
310
+ SENSITIVE = []
301
311
  include Aws::Structure
302
312
  end
303
313
 
@@ -310,6 +320,7 @@ module Aws::ApiGatewayV2
310
320
  #
311
321
  class BadRequestException < Struct.new(
312
322
  :message)
323
+ SENSITIVE = []
313
324
  include Aws::Structure
314
325
  end
315
326
 
@@ -324,6 +335,7 @@ module Aws::ApiGatewayV2
324
335
  #
325
336
  class ConflictException < Struct.new(
326
337
  :message)
338
+ SENSITIVE = []
327
339
  include Aws::Structure
328
340
  end
329
341
 
@@ -383,6 +395,7 @@ module Aws::ApiGatewayV2
383
395
  :allow_origins,
384
396
  :expose_headers,
385
397
  :max_age)
398
+ SENSITIVE = []
386
399
  include Aws::Structure
387
400
  end
388
401
 
@@ -482,6 +495,7 @@ module Aws::ApiGatewayV2
482
495
  :tags,
483
496
  :target,
484
497
  :version)
498
+ SENSITIVE = []
485
499
  include Aws::Structure
486
500
  end
487
501
 
@@ -503,6 +517,7 @@ module Aws::ApiGatewayV2
503
517
  :api_id,
504
518
  :api_mapping_key,
505
519
  :stage)
520
+ SENSITIVE = []
506
521
  include Aws::Structure
507
522
  end
508
523
 
@@ -543,6 +558,7 @@ module Aws::ApiGatewayV2
543
558
  :api_mapping_key,
544
559
  :domain_name,
545
560
  :stage)
561
+ SENSITIVE = []
546
562
  include Aws::Structure
547
563
  end
548
564
 
@@ -574,6 +590,7 @@ module Aws::ApiGatewayV2
574
590
  :api_mapping_id,
575
591
  :api_mapping_key,
576
592
  :stage)
593
+ SENSITIVE = []
577
594
  include Aws::Structure
578
595
  end
579
596
 
@@ -686,6 +703,7 @@ module Aws::ApiGatewayV2
686
703
  :tags,
687
704
  :target,
688
705
  :version)
706
+ SENSITIVE = []
689
707
  include Aws::Structure
690
708
  end
691
709
 
@@ -770,6 +788,7 @@ module Aws::ApiGatewayV2
770
788
  :tags,
771
789
  :version,
772
790
  :warnings)
791
+ SENSITIVE = []
773
792
  include Aws::Structure
774
793
  end
775
794
 
@@ -856,6 +875,7 @@ module Aws::ApiGatewayV2
856
875
  :identity_validation_expression,
857
876
  :jwt_configuration,
858
877
  :name)
878
+ SENSITIVE = []
859
879
  include Aws::Structure
860
880
  end
861
881
 
@@ -940,6 +960,7 @@ module Aws::ApiGatewayV2
940
960
  :identity_validation_expression,
941
961
  :jwt_configuration,
942
962
  :name)
963
+ SENSITIVE = []
943
964
  include Aws::Structure
944
965
  end
945
966
 
@@ -1007,6 +1028,7 @@ module Aws::ApiGatewayV2
1007
1028
  :identity_validation_expression,
1008
1029
  :jwt_configuration,
1009
1030
  :name)
1031
+ SENSITIVE = []
1010
1032
  include Aws::Structure
1011
1033
  end
1012
1034
 
@@ -1024,6 +1046,7 @@ module Aws::ApiGatewayV2
1024
1046
  class CreateDeploymentInput < Struct.new(
1025
1047
  :description,
1026
1048
  :stage_name)
1049
+ SENSITIVE = []
1027
1050
  include Aws::Structure
1028
1051
  end
1029
1052
 
@@ -1051,6 +1074,7 @@ module Aws::ApiGatewayV2
1051
1074
  :api_id,
1052
1075
  :description,
1053
1076
  :stage_name)
1077
+ SENSITIVE = []
1054
1078
  include Aws::Structure
1055
1079
  end
1056
1080
 
@@ -1082,6 +1106,7 @@ module Aws::ApiGatewayV2
1082
1106
  :deployment_status,
1083
1107
  :deployment_status_message,
1084
1108
  :description)
1109
+ SENSITIVE = []
1085
1110
  include Aws::Structure
1086
1111
  end
1087
1112
 
@@ -1103,6 +1128,7 @@ module Aws::ApiGatewayV2
1103
1128
  :domain_name,
1104
1129
  :domain_name_configurations,
1105
1130
  :tags)
1131
+ SENSITIVE = []
1106
1132
  include Aws::Structure
1107
1133
  end
1108
1134
 
@@ -1145,6 +1171,7 @@ module Aws::ApiGatewayV2
1145
1171
  :domain_name,
1146
1172
  :domain_name_configurations,
1147
1173
  :tags)
1174
+ SENSITIVE = []
1148
1175
  include Aws::Structure
1149
1176
  end
1150
1177
 
@@ -1174,6 +1201,7 @@ module Aws::ApiGatewayV2
1174
1201
  :domain_name,
1175
1202
  :domain_name_configurations,
1176
1203
  :tags)
1204
+ SENSITIVE = []
1177
1205
  include Aws::Structure
1178
1206
  end
1179
1207
 
@@ -1349,6 +1377,7 @@ module Aws::ApiGatewayV2
1349
1377
  :template_selection_expression,
1350
1378
  :timeout_in_millis,
1351
1379
  :tls_config)
1380
+ SENSITIVE = []
1352
1381
  include Aws::Structure
1353
1382
  end
1354
1383
 
@@ -1482,6 +1511,7 @@ module Aws::ApiGatewayV2
1482
1511
  :template_selection_expression,
1483
1512
  :timeout_in_millis,
1484
1513
  :tls_config)
1514
+ SENSITIVE = []
1485
1515
  include Aws::Structure
1486
1516
  end
1487
1517
 
@@ -1602,6 +1632,7 @@ module Aws::ApiGatewayV2
1602
1632
  :template_selection_expression,
1603
1633
  :timeout_in_millis,
1604
1634
  :tls_config)
1635
+ SENSITIVE = []
1605
1636
  include Aws::Structure
1606
1637
  end
1607
1638
 
@@ -1662,6 +1693,7 @@ module Aws::ApiGatewayV2
1662
1693
  :response_parameters,
1663
1694
  :response_templates,
1664
1695
  :template_selection_expression)
1696
+ SENSITIVE = []
1665
1697
  include Aws::Structure
1666
1698
  end
1667
1699
 
@@ -1742,6 +1774,7 @@ module Aws::ApiGatewayV2
1742
1774
  :response_parameters,
1743
1775
  :response_templates,
1744
1776
  :template_selection_expression)
1777
+ SENSITIVE = []
1745
1778
  include Aws::Structure
1746
1779
  end
1747
1780
 
@@ -1802,6 +1835,7 @@ module Aws::ApiGatewayV2
1802
1835
  :response_parameters,
1803
1836
  :response_templates,
1804
1837
  :template_selection_expression)
1838
+ SENSITIVE = []
1805
1839
  include Aws::Structure
1806
1840
  end
1807
1841
 
@@ -1829,6 +1863,7 @@ module Aws::ApiGatewayV2
1829
1863
  :description,
1830
1864
  :name,
1831
1865
  :schema)
1866
+ SENSITIVE = []
1832
1867
  include Aws::Structure
1833
1868
  end
1834
1869
 
@@ -1868,6 +1903,7 @@ module Aws::ApiGatewayV2
1868
1903
  :description,
1869
1904
  :name,
1870
1905
  :schema)
1906
+ SENSITIVE = []
1871
1907
  include Aws::Structure
1872
1908
  end
1873
1909
 
@@ -1897,6 +1933,7 @@ module Aws::ApiGatewayV2
1897
1933
  :model_id,
1898
1934
  :name,
1899
1935
  :schema)
1936
+ SENSITIVE = []
1900
1937
  include Aws::Structure
1901
1938
  end
1902
1939
 
@@ -1968,6 +2005,7 @@ module Aws::ApiGatewayV2
1968
2005
  :route_key,
1969
2006
  :route_response_selection_expression,
1970
2007
  :target)
2008
+ SENSITIVE = []
1971
2009
  include Aws::Structure
1972
2010
  end
1973
2011
 
@@ -2082,6 +2120,7 @@ module Aws::ApiGatewayV2
2082
2120
  :route_key,
2083
2121
  :route_response_selection_expression,
2084
2122
  :target)
2123
+ SENSITIVE = []
2085
2124
  include Aws::Structure
2086
2125
  end
2087
2126
 
@@ -2177,6 +2216,7 @@ module Aws::ApiGatewayV2
2177
2216
  :route_key,
2178
2217
  :route_response_selection_expression,
2179
2218
  :target)
2219
+ SENSITIVE = []
2180
2220
  include Aws::Structure
2181
2221
  end
2182
2222
 
@@ -2204,6 +2244,7 @@ module Aws::ApiGatewayV2
2204
2244
  :response_models,
2205
2245
  :response_parameters,
2206
2246
  :route_response_key)
2247
+ SENSITIVE = []
2207
2248
  include Aws::Structure
2208
2249
  end
2209
2250
 
@@ -2266,6 +2307,7 @@ module Aws::ApiGatewayV2
2266
2307
  :response_parameters,
2267
2308
  :route_id,
2268
2309
  :route_response_key)
2310
+ SENSITIVE = []
2269
2311
  include Aws::Structure
2270
2312
  end
2271
2313
 
@@ -2307,6 +2349,7 @@ module Aws::ApiGatewayV2
2307
2349
  :response_parameters,
2308
2350
  :route_response_id,
2309
2351
  :route_response_key)
2352
+ SENSITIVE = []
2310
2353
  include Aws::Structure
2311
2354
  end
2312
2355
 
@@ -2368,6 +2411,7 @@ module Aws::ApiGatewayV2
2368
2411
  :stage_name,
2369
2412
  :stage_variables,
2370
2413
  :tags)
2414
+ SENSITIVE = []
2371
2415
  include Aws::Structure
2372
2416
  end
2373
2417
 
@@ -2463,6 +2507,7 @@ module Aws::ApiGatewayV2
2463
2507
  :stage_name,
2464
2508
  :stage_variables,
2465
2509
  :tags)
2510
+ SENSITIVE = []
2466
2511
  include Aws::Structure
2467
2512
  end
2468
2513
 
@@ -2532,6 +2577,7 @@ module Aws::ApiGatewayV2
2532
2577
  :stage_name,
2533
2578
  :stage_variables,
2534
2579
  :tags)
2580
+ SENSITIVE = []
2535
2581
  include Aws::Structure
2536
2582
  end
2537
2583
 
@@ -2558,6 +2604,7 @@ module Aws::ApiGatewayV2
2558
2604
  :security_group_ids,
2559
2605
  :subnet_ids,
2560
2606
  :tags)
2607
+ SENSITIVE = []
2561
2608
  include Aws::Structure
2562
2609
  end
2563
2610
 
@@ -2594,6 +2641,7 @@ module Aws::ApiGatewayV2
2594
2641
  :security_group_ids,
2595
2642
  :subnet_ids,
2596
2643
  :tags)
2644
+ SENSITIVE = []
2597
2645
  include Aws::Structure
2598
2646
  end
2599
2647
 
@@ -2642,6 +2690,7 @@ module Aws::ApiGatewayV2
2642
2690
  :vpc_link_status,
2643
2691
  :vpc_link_status_message,
2644
2692
  :vpc_link_version)
2693
+ SENSITIVE = []
2645
2694
  include Aws::Structure
2646
2695
  end
2647
2696
 
@@ -2662,6 +2711,7 @@ module Aws::ApiGatewayV2
2662
2711
  class DeleteAccessLogSettingsRequest < Struct.new(
2663
2712
  :api_id,
2664
2713
  :stage_name)
2714
+ SENSITIVE = []
2665
2715
  include Aws::Structure
2666
2716
  end
2667
2717
 
@@ -2682,6 +2732,7 @@ module Aws::ApiGatewayV2
2682
2732
  class DeleteApiMappingRequest < Struct.new(
2683
2733
  :api_mapping_id,
2684
2734
  :domain_name)
2735
+ SENSITIVE = []
2685
2736
  include Aws::Structure
2686
2737
  end
2687
2738
 
@@ -2697,6 +2748,7 @@ module Aws::ApiGatewayV2
2697
2748
  #
2698
2749
  class DeleteApiRequest < Struct.new(
2699
2750
  :api_id)
2751
+ SENSITIVE = []
2700
2752
  include Aws::Structure
2701
2753
  end
2702
2754
 
@@ -2717,6 +2769,7 @@ module Aws::ApiGatewayV2
2717
2769
  class DeleteAuthorizerRequest < Struct.new(
2718
2770
  :api_id,
2719
2771
  :authorizer_id)
2772
+ SENSITIVE = []
2720
2773
  include Aws::Structure
2721
2774
  end
2722
2775
 
@@ -2732,6 +2785,7 @@ module Aws::ApiGatewayV2
2732
2785
  #
2733
2786
  class DeleteCorsConfigurationRequest < Struct.new(
2734
2787
  :api_id)
2788
+ SENSITIVE = []
2735
2789
  include Aws::Structure
2736
2790
  end
2737
2791
 
@@ -2752,6 +2806,7 @@ module Aws::ApiGatewayV2
2752
2806
  class DeleteDeploymentRequest < Struct.new(
2753
2807
  :api_id,
2754
2808
  :deployment_id)
2809
+ SENSITIVE = []
2755
2810
  include Aws::Structure
2756
2811
  end
2757
2812
 
@@ -2767,6 +2822,7 @@ module Aws::ApiGatewayV2
2767
2822
  #
2768
2823
  class DeleteDomainNameRequest < Struct.new(
2769
2824
  :domain_name)
2825
+ SENSITIVE = []
2770
2826
  include Aws::Structure
2771
2827
  end
2772
2828
 
@@ -2787,6 +2843,7 @@ module Aws::ApiGatewayV2
2787
2843
  class DeleteIntegrationRequest < Struct.new(
2788
2844
  :api_id,
2789
2845
  :integration_id)
2846
+ SENSITIVE = []
2790
2847
  include Aws::Structure
2791
2848
  end
2792
2849
 
@@ -2812,6 +2869,7 @@ module Aws::ApiGatewayV2
2812
2869
  :api_id,
2813
2870
  :integration_id,
2814
2871
  :integration_response_id)
2872
+ SENSITIVE = []
2815
2873
  include Aws::Structure
2816
2874
  end
2817
2875
 
@@ -2832,6 +2890,7 @@ module Aws::ApiGatewayV2
2832
2890
  class DeleteModelRequest < Struct.new(
2833
2891
  :api_id,
2834
2892
  :model_id)
2893
+ SENSITIVE = []
2835
2894
  include Aws::Structure
2836
2895
  end
2837
2896
 
@@ -2852,6 +2911,7 @@ module Aws::ApiGatewayV2
2852
2911
  class DeleteRouteRequest < Struct.new(
2853
2912
  :api_id,
2854
2913
  :route_id)
2914
+ SENSITIVE = []
2855
2915
  include Aws::Structure
2856
2916
  end
2857
2917
 
@@ -2877,6 +2937,7 @@ module Aws::ApiGatewayV2
2877
2937
  :api_id,
2878
2938
  :request_parameter_key,
2879
2939
  :route_id)
2940
+ SENSITIVE = []
2880
2941
  include Aws::Structure
2881
2942
  end
2882
2943
 
@@ -2902,6 +2963,7 @@ module Aws::ApiGatewayV2
2902
2963
  :api_id,
2903
2964
  :route_id,
2904
2965
  :route_response_id)
2966
+ SENSITIVE = []
2905
2967
  include Aws::Structure
2906
2968
  end
2907
2969
 
@@ -2927,6 +2989,7 @@ module Aws::ApiGatewayV2
2927
2989
  :api_id,
2928
2990
  :route_key,
2929
2991
  :stage_name)
2992
+ SENSITIVE = []
2930
2993
  include Aws::Structure
2931
2994
  end
2932
2995
 
@@ -2947,6 +3010,7 @@ module Aws::ApiGatewayV2
2947
3010
  class DeleteStageRequest < Struct.new(
2948
3011
  :api_id,
2949
3012
  :stage_name)
3013
+ SENSITIVE = []
2950
3014
  include Aws::Structure
2951
3015
  end
2952
3016
 
@@ -2962,6 +3026,7 @@ module Aws::ApiGatewayV2
2962
3026
  #
2963
3027
  class DeleteVpcLinkRequest < Struct.new(
2964
3028
  :vpc_link_id)
3029
+ SENSITIVE = []
2965
3030
  include Aws::Structure
2966
3031
  end
2967
3032
 
@@ -3002,6 +3067,7 @@ module Aws::ApiGatewayV2
3002
3067
  :deployment_status,
3003
3068
  :deployment_status_message,
3004
3069
  :description)
3070
+ SENSITIVE = []
3005
3071
  include Aws::Structure
3006
3072
  end
3007
3073
 
@@ -3022,6 +3088,7 @@ module Aws::ApiGatewayV2
3022
3088
  class Deployments < Struct.new(
3023
3089
  :items,
3024
3090
  :next_token)
3091
+ SENSITIVE = []
3025
3092
  include Aws::Structure
3026
3093
  end
3027
3094
 
@@ -3048,6 +3115,7 @@ module Aws::ApiGatewayV2
3048
3115
  :domain_name,
3049
3116
  :domain_name_configurations,
3050
3117
  :tags)
3118
+ SENSITIVE = []
3051
3119
  include Aws::Structure
3052
3120
  end
3053
3121
 
@@ -3123,6 +3191,7 @@ module Aws::ApiGatewayV2
3123
3191
  :endpoint_type,
3124
3192
  :hosted_zone_id,
3125
3193
  :security_policy)
3194
+ SENSITIVE = []
3126
3195
  include Aws::Structure
3127
3196
  end
3128
3197
 
@@ -3140,6 +3209,7 @@ module Aws::ApiGatewayV2
3140
3209
  class DomainNames < Struct.new(
3141
3210
  :items,
3142
3211
  :next_token)
3212
+ SENSITIVE = []
3143
3213
  include Aws::Structure
3144
3214
  end
3145
3215
 
@@ -3180,6 +3250,7 @@ module Aws::ApiGatewayV2
3180
3250
  :output_type,
3181
3251
  :specification,
3182
3252
  :stage_name)
3253
+ SENSITIVE = []
3183
3254
  include Aws::Structure
3184
3255
  end
3185
3256
 
@@ -3191,6 +3262,7 @@ module Aws::ApiGatewayV2
3191
3262
  #
3192
3263
  class ExportApiResponse < Struct.new(
3193
3264
  :body)
3265
+ SENSITIVE = []
3194
3266
  include Aws::Structure
3195
3267
  end
3196
3268
 
@@ -3211,6 +3283,7 @@ module Aws::ApiGatewayV2
3211
3283
  class GetApiMappingRequest < Struct.new(
3212
3284
  :api_mapping_id,
3213
3285
  :domain_name)
3286
+ SENSITIVE = []
3214
3287
  include Aws::Structure
3215
3288
  end
3216
3289
 
@@ -3242,6 +3315,7 @@ module Aws::ApiGatewayV2
3242
3315
  :api_mapping_id,
3243
3316
  :api_mapping_key,
3244
3317
  :stage)
3318
+ SENSITIVE = []
3245
3319
  include Aws::Structure
3246
3320
  end
3247
3321
 
@@ -3267,6 +3341,7 @@ module Aws::ApiGatewayV2
3267
3341
  :domain_name,
3268
3342
  :max_results,
3269
3343
  :next_token)
3344
+ SENSITIVE = []
3270
3345
  include Aws::Structure
3271
3346
  end
3272
3347
 
@@ -3281,6 +3356,7 @@ module Aws::ApiGatewayV2
3281
3356
  class GetApiMappingsResponse < Struct.new(
3282
3357
  :items,
3283
3358
  :next_token)
3359
+ SENSITIVE = []
3284
3360
  include Aws::Structure
3285
3361
  end
3286
3362
 
@@ -3296,6 +3372,7 @@ module Aws::ApiGatewayV2
3296
3372
  #
3297
3373
  class GetApiRequest < Struct.new(
3298
3374
  :api_id)
3375
+ SENSITIVE = []
3299
3376
  include Aws::Structure
3300
3377
  end
3301
3378
 
@@ -3380,6 +3457,7 @@ module Aws::ApiGatewayV2
3380
3457
  :tags,
3381
3458
  :version,
3382
3459
  :warnings)
3460
+ SENSITIVE = []
3383
3461
  include Aws::Structure
3384
3462
  end
3385
3463
 
@@ -3400,6 +3478,7 @@ module Aws::ApiGatewayV2
3400
3478
  class GetApisRequest < Struct.new(
3401
3479
  :max_results,
3402
3480
  :next_token)
3481
+ SENSITIVE = []
3403
3482
  include Aws::Structure
3404
3483
  end
3405
3484
 
@@ -3414,6 +3493,7 @@ module Aws::ApiGatewayV2
3414
3493
  class GetApisResponse < Struct.new(
3415
3494
  :items,
3416
3495
  :next_token)
3496
+ SENSITIVE = []
3417
3497
  include Aws::Structure
3418
3498
  end
3419
3499
 
@@ -3434,6 +3514,7 @@ module Aws::ApiGatewayV2
3434
3514
  class GetAuthorizerRequest < Struct.new(
3435
3515
  :api_id,
3436
3516
  :authorizer_id)
3517
+ SENSITIVE = []
3437
3518
  include Aws::Structure
3438
3519
  end
3439
3520
 
@@ -3501,6 +3582,7 @@ module Aws::ApiGatewayV2
3501
3582
  :identity_validation_expression,
3502
3583
  :jwt_configuration,
3503
3584
  :name)
3585
+ SENSITIVE = []
3504
3586
  include Aws::Structure
3505
3587
  end
3506
3588
 
@@ -3526,6 +3608,7 @@ module Aws::ApiGatewayV2
3526
3608
  :api_id,
3527
3609
  :max_results,
3528
3610
  :next_token)
3611
+ SENSITIVE = []
3529
3612
  include Aws::Structure
3530
3613
  end
3531
3614
 
@@ -3540,6 +3623,7 @@ module Aws::ApiGatewayV2
3540
3623
  class GetAuthorizersResponse < Struct.new(
3541
3624
  :items,
3542
3625
  :next_token)
3626
+ SENSITIVE = []
3543
3627
  include Aws::Structure
3544
3628
  end
3545
3629
 
@@ -3560,6 +3644,7 @@ module Aws::ApiGatewayV2
3560
3644
  class GetDeploymentRequest < Struct.new(
3561
3645
  :api_id,
3562
3646
  :deployment_id)
3647
+ SENSITIVE = []
3563
3648
  include Aws::Structure
3564
3649
  end
3565
3650
 
@@ -3591,6 +3676,7 @@ module Aws::ApiGatewayV2
3591
3676
  :deployment_status,
3592
3677
  :deployment_status_message,
3593
3678
  :description)
3679
+ SENSITIVE = []
3594
3680
  include Aws::Structure
3595
3681
  end
3596
3682
 
@@ -3616,6 +3702,7 @@ module Aws::ApiGatewayV2
3616
3702
  :api_id,
3617
3703
  :max_results,
3618
3704
  :next_token)
3705
+ SENSITIVE = []
3619
3706
  include Aws::Structure
3620
3707
  end
3621
3708
 
@@ -3630,6 +3717,7 @@ module Aws::ApiGatewayV2
3630
3717
  class GetDeploymentsResponse < Struct.new(
3631
3718
  :items,
3632
3719
  :next_token)
3720
+ SENSITIVE = []
3633
3721
  include Aws::Structure
3634
3722
  end
3635
3723
 
@@ -3645,6 +3733,7 @@ module Aws::ApiGatewayV2
3645
3733
  #
3646
3734
  class GetDomainNameRequest < Struct.new(
3647
3735
  :domain_name)
3736
+ SENSITIVE = []
3648
3737
  include Aws::Structure
3649
3738
  end
3650
3739
 
@@ -3674,6 +3763,7 @@ module Aws::ApiGatewayV2
3674
3763
  :domain_name,
3675
3764
  :domain_name_configurations,
3676
3765
  :tags)
3766
+ SENSITIVE = []
3677
3767
  include Aws::Structure
3678
3768
  end
3679
3769
 
@@ -3694,6 +3784,7 @@ module Aws::ApiGatewayV2
3694
3784
  class GetDomainNamesRequest < Struct.new(
3695
3785
  :max_results,
3696
3786
  :next_token)
3787
+ SENSITIVE = []
3697
3788
  include Aws::Structure
3698
3789
  end
3699
3790
 
@@ -3708,6 +3799,7 @@ module Aws::ApiGatewayV2
3708
3799
  class GetDomainNamesResponse < Struct.new(
3709
3800
  :items,
3710
3801
  :next_token)
3802
+ SENSITIVE = []
3711
3803
  include Aws::Structure
3712
3804
  end
3713
3805
 
@@ -3728,6 +3820,7 @@ module Aws::ApiGatewayV2
3728
3820
  class GetIntegrationRequest < Struct.new(
3729
3821
  :api_id,
3730
3822
  :integration_id)
3823
+ SENSITIVE = []
3731
3824
  include Aws::Structure
3732
3825
  end
3733
3826
 
@@ -3848,6 +3941,7 @@ module Aws::ApiGatewayV2
3848
3941
  :template_selection_expression,
3849
3942
  :timeout_in_millis,
3850
3943
  :tls_config)
3944
+ SENSITIVE = []
3851
3945
  include Aws::Structure
3852
3946
  end
3853
3947
 
@@ -3873,6 +3967,7 @@ module Aws::ApiGatewayV2
3873
3967
  :api_id,
3874
3968
  :integration_id,
3875
3969
  :integration_response_id)
3970
+ SENSITIVE = []
3876
3971
  include Aws::Structure
3877
3972
  end
3878
3973
 
@@ -3933,6 +4028,7 @@ module Aws::ApiGatewayV2
3933
4028
  :response_parameters,
3934
4029
  :response_templates,
3935
4030
  :template_selection_expression)
4031
+ SENSITIVE = []
3936
4032
  include Aws::Structure
3937
4033
  end
3938
4034
 
@@ -3963,6 +4059,7 @@ module Aws::ApiGatewayV2
3963
4059
  :integration_id,
3964
4060
  :max_results,
3965
4061
  :next_token)
4062
+ SENSITIVE = []
3966
4063
  include Aws::Structure
3967
4064
  end
3968
4065
 
@@ -3977,6 +4074,7 @@ module Aws::ApiGatewayV2
3977
4074
  class GetIntegrationResponsesResponse < Struct.new(
3978
4075
  :items,
3979
4076
  :next_token)
4077
+ SENSITIVE = []
3980
4078
  include Aws::Structure
3981
4079
  end
3982
4080
 
@@ -4002,6 +4100,7 @@ module Aws::ApiGatewayV2
4002
4100
  :api_id,
4003
4101
  :max_results,
4004
4102
  :next_token)
4103
+ SENSITIVE = []
4005
4104
  include Aws::Structure
4006
4105
  end
4007
4106
 
@@ -4016,6 +4115,7 @@ module Aws::ApiGatewayV2
4016
4115
  class GetIntegrationsResponse < Struct.new(
4017
4116
  :items,
4018
4117
  :next_token)
4118
+ SENSITIVE = []
4019
4119
  include Aws::Structure
4020
4120
  end
4021
4121
 
@@ -4036,6 +4136,7 @@ module Aws::ApiGatewayV2
4036
4136
  class GetModelRequest < Struct.new(
4037
4137
  :api_id,
4038
4138
  :model_id)
4139
+ SENSITIVE = []
4039
4140
  include Aws::Structure
4040
4141
  end
4041
4142
 
@@ -4065,6 +4166,7 @@ module Aws::ApiGatewayV2
4065
4166
  :model_id,
4066
4167
  :name,
4067
4168
  :schema)
4169
+ SENSITIVE = []
4068
4170
  include Aws::Structure
4069
4171
  end
4070
4172
 
@@ -4085,6 +4187,7 @@ module Aws::ApiGatewayV2
4085
4187
  class GetModelTemplateRequest < Struct.new(
4086
4188
  :api_id,
4087
4189
  :model_id)
4190
+ SENSITIVE = []
4088
4191
  include Aws::Structure
4089
4192
  end
4090
4193
 
@@ -4093,6 +4196,7 @@ module Aws::ApiGatewayV2
4093
4196
  #
4094
4197
  class GetModelTemplateResponse < Struct.new(
4095
4198
  :value)
4199
+ SENSITIVE = []
4096
4200
  include Aws::Structure
4097
4201
  end
4098
4202
 
@@ -4118,6 +4222,7 @@ module Aws::ApiGatewayV2
4118
4222
  :api_id,
4119
4223
  :max_results,
4120
4224
  :next_token)
4225
+ SENSITIVE = []
4121
4226
  include Aws::Structure
4122
4227
  end
4123
4228
 
@@ -4132,6 +4237,7 @@ module Aws::ApiGatewayV2
4132
4237
  class GetModelsResponse < Struct.new(
4133
4238
  :items,
4134
4239
  :next_token)
4240
+ SENSITIVE = []
4135
4241
  include Aws::Structure
4136
4242
  end
4137
4243
 
@@ -4152,6 +4258,7 @@ module Aws::ApiGatewayV2
4152
4258
  class GetRouteRequest < Struct.new(
4153
4259
  :api_id,
4154
4260
  :route_id)
4261
+ SENSITIVE = []
4155
4262
  include Aws::Structure
4156
4263
  end
4157
4264
 
@@ -4247,6 +4354,7 @@ module Aws::ApiGatewayV2
4247
4354
  :route_key,
4248
4355
  :route_response_selection_expression,
4249
4356
  :target)
4357
+ SENSITIVE = []
4250
4358
  include Aws::Structure
4251
4359
  end
4252
4360
 
@@ -4272,6 +4380,7 @@ module Aws::ApiGatewayV2
4272
4380
  :api_id,
4273
4381
  :route_id,
4274
4382
  :route_response_id)
4383
+ SENSITIVE = []
4275
4384
  include Aws::Structure
4276
4385
  end
4277
4386
 
@@ -4313,6 +4422,7 @@ module Aws::ApiGatewayV2
4313
4422
  :response_parameters,
4314
4423
  :route_response_id,
4315
4424
  :route_response_key)
4425
+ SENSITIVE = []
4316
4426
  include Aws::Structure
4317
4427
  end
4318
4428
 
@@ -4343,6 +4453,7 @@ module Aws::ApiGatewayV2
4343
4453
  :max_results,
4344
4454
  :next_token,
4345
4455
  :route_id)
4456
+ SENSITIVE = []
4346
4457
  include Aws::Structure
4347
4458
  end
4348
4459
 
@@ -4357,6 +4468,7 @@ module Aws::ApiGatewayV2
4357
4468
  class GetRouteResponsesResponse < Struct.new(
4358
4469
  :items,
4359
4470
  :next_token)
4471
+ SENSITIVE = []
4360
4472
  include Aws::Structure
4361
4473
  end
4362
4474
 
@@ -4382,6 +4494,7 @@ module Aws::ApiGatewayV2
4382
4494
  :api_id,
4383
4495
  :max_results,
4384
4496
  :next_token)
4497
+ SENSITIVE = []
4385
4498
  include Aws::Structure
4386
4499
  end
4387
4500
 
@@ -4396,6 +4509,7 @@ module Aws::ApiGatewayV2
4396
4509
  class GetRoutesResponse < Struct.new(
4397
4510
  :items,
4398
4511
  :next_token)
4512
+ SENSITIVE = []
4399
4513
  include Aws::Structure
4400
4514
  end
4401
4515
 
@@ -4416,6 +4530,7 @@ module Aws::ApiGatewayV2
4416
4530
  class GetStageRequest < Struct.new(
4417
4531
  :api_id,
4418
4532
  :stage_name)
4533
+ SENSITIVE = []
4419
4534
  include Aws::Structure
4420
4535
  end
4421
4536
 
@@ -4485,6 +4600,7 @@ module Aws::ApiGatewayV2
4485
4600
  :stage_name,
4486
4601
  :stage_variables,
4487
4602
  :tags)
4603
+ SENSITIVE = []
4488
4604
  include Aws::Structure
4489
4605
  end
4490
4606
 
@@ -4510,6 +4626,7 @@ module Aws::ApiGatewayV2
4510
4626
  :api_id,
4511
4627
  :max_results,
4512
4628
  :next_token)
4629
+ SENSITIVE = []
4513
4630
  include Aws::Structure
4514
4631
  end
4515
4632
 
@@ -4524,6 +4641,7 @@ module Aws::ApiGatewayV2
4524
4641
  class GetStagesResponse < Struct.new(
4525
4642
  :items,
4526
4643
  :next_token)
4644
+ SENSITIVE = []
4527
4645
  include Aws::Structure
4528
4646
  end
4529
4647
 
@@ -4539,6 +4657,7 @@ module Aws::ApiGatewayV2
4539
4657
  #
4540
4658
  class GetTagsRequest < Struct.new(
4541
4659
  :resource_arn)
4660
+ SENSITIVE = []
4542
4661
  include Aws::Structure
4543
4662
  end
4544
4663
 
@@ -4548,6 +4667,7 @@ module Aws::ApiGatewayV2
4548
4667
  #
4549
4668
  class GetTagsResponse < Struct.new(
4550
4669
  :tags)
4670
+ SENSITIVE = []
4551
4671
  include Aws::Structure
4552
4672
  end
4553
4673
 
@@ -4563,6 +4683,7 @@ module Aws::ApiGatewayV2
4563
4683
  #
4564
4684
  class GetVpcLinkRequest < Struct.new(
4565
4685
  :vpc_link_id)
4686
+ SENSITIVE = []
4566
4687
  include Aws::Structure
4567
4688
  end
4568
4689
 
@@ -4611,6 +4732,7 @@ module Aws::ApiGatewayV2
4611
4732
  :vpc_link_status,
4612
4733
  :vpc_link_status_message,
4613
4734
  :vpc_link_version)
4735
+ SENSITIVE = []
4614
4736
  include Aws::Structure
4615
4737
  end
4616
4738
 
@@ -4631,6 +4753,7 @@ module Aws::ApiGatewayV2
4631
4753
  class GetVpcLinksRequest < Struct.new(
4632
4754
  :max_results,
4633
4755
  :next_token)
4756
+ SENSITIVE = []
4634
4757
  include Aws::Structure
4635
4758
  end
4636
4759
 
@@ -4645,6 +4768,7 @@ module Aws::ApiGatewayV2
4645
4768
  class GetVpcLinksResponse < Struct.new(
4646
4769
  :items,
4647
4770
  :next_token)
4771
+ SENSITIVE = []
4648
4772
  include Aws::Structure
4649
4773
  end
4650
4774
 
@@ -4656,6 +4780,7 @@ module Aws::ApiGatewayV2
4656
4780
  #
4657
4781
  class ImportApiInput < Struct.new(
4658
4782
  :body)
4783
+ SENSITIVE = []
4659
4784
  include Aws::Structure
4660
4785
  end
4661
4786
 
@@ -4681,6 +4806,7 @@ module Aws::ApiGatewayV2
4681
4806
  :basepath,
4682
4807
  :body,
4683
4808
  :fail_on_warnings)
4809
+ SENSITIVE = []
4684
4810
  include Aws::Structure
4685
4811
  end
4686
4812
 
@@ -4765,6 +4891,7 @@ module Aws::ApiGatewayV2
4765
4891
  :tags,
4766
4892
  :version,
4767
4893
  :warnings)
4894
+ SENSITIVE = []
4768
4895
  include Aws::Structure
4769
4896
  end
4770
4897
 
@@ -4964,6 +5091,7 @@ module Aws::ApiGatewayV2
4964
5091
  :template_selection_expression,
4965
5092
  :timeout_in_millis,
4966
5093
  :tls_config)
5094
+ SENSITIVE = []
4967
5095
  include Aws::Structure
4968
5096
  end
4969
5097
 
@@ -5027,6 +5155,7 @@ module Aws::ApiGatewayV2
5027
5155
  :response_parameters,
5028
5156
  :response_templates,
5029
5157
  :template_selection_expression)
5158
+ SENSITIVE = []
5030
5159
  include Aws::Structure
5031
5160
  end
5032
5161
 
@@ -5044,6 +5173,7 @@ module Aws::ApiGatewayV2
5044
5173
  class IntegrationResponses < Struct.new(
5045
5174
  :items,
5046
5175
  :next_token)
5176
+ SENSITIVE = []
5047
5177
  include Aws::Structure
5048
5178
  end
5049
5179
 
@@ -5061,6 +5191,7 @@ module Aws::ApiGatewayV2
5061
5191
  class Integrations < Struct.new(
5062
5192
  :items,
5063
5193
  :next_token)
5194
+ SENSITIVE = []
5064
5195
  include Aws::Structure
5065
5196
  end
5066
5197
 
@@ -5097,6 +5228,7 @@ module Aws::ApiGatewayV2
5097
5228
  class JWTConfiguration < Struct.new(
5098
5229
  :audience,
5099
5230
  :issuer)
5231
+ SENSITIVE = []
5100
5232
  include Aws::Structure
5101
5233
  end
5102
5234
 
@@ -5114,6 +5246,7 @@ module Aws::ApiGatewayV2
5114
5246
  class LimitExceededException < Struct.new(
5115
5247
  :limit_type,
5116
5248
  :message)
5249
+ SENSITIVE = []
5117
5250
  include Aws::Structure
5118
5251
  end
5119
5252
 
@@ -5152,6 +5285,7 @@ module Aws::ApiGatewayV2
5152
5285
  :model_id,
5153
5286
  :name,
5154
5287
  :schema)
5288
+ SENSITIVE = []
5155
5289
  include Aws::Structure
5156
5290
  end
5157
5291
 
@@ -5174,6 +5308,7 @@ module Aws::ApiGatewayV2
5174
5308
  class Models < Struct.new(
5175
5309
  :items,
5176
5310
  :next_token)
5311
+ SENSITIVE = []
5177
5312
  include Aws::Structure
5178
5313
  end
5179
5314
 
@@ -5191,6 +5326,7 @@ module Aws::ApiGatewayV2
5191
5326
  class NotFoundException < Struct.new(
5192
5327
  :message,
5193
5328
  :resource_type)
5329
+ SENSITIVE = []
5194
5330
  include Aws::Structure
5195
5331
  end
5196
5332
 
@@ -5210,6 +5346,7 @@ module Aws::ApiGatewayV2
5210
5346
  #
5211
5347
  class ParameterConstraints < Struct.new(
5212
5348
  :required)
5349
+ SENSITIVE = []
5213
5350
  include Aws::Structure
5214
5351
  end
5215
5352
 
@@ -5222,6 +5359,7 @@ module Aws::ApiGatewayV2
5222
5359
  #
5223
5360
  class ReimportApiInput < Struct.new(
5224
5361
  :body)
5362
+ SENSITIVE = []
5225
5363
  include Aws::Structure
5226
5364
  end
5227
5365
 
@@ -5252,6 +5390,7 @@ module Aws::ApiGatewayV2
5252
5390
  :basepath,
5253
5391
  :body,
5254
5392
  :fail_on_warnings)
5393
+ SENSITIVE = []
5255
5394
  include Aws::Structure
5256
5395
  end
5257
5396
 
@@ -5336,6 +5475,7 @@ module Aws::ApiGatewayV2
5336
5475
  :tags,
5337
5476
  :version,
5338
5477
  :warnings)
5478
+ SENSITIVE = []
5339
5479
  include Aws::Structure
5340
5480
  end
5341
5481
 
@@ -5427,6 +5567,7 @@ module Aws::ApiGatewayV2
5427
5567
  :route_key,
5428
5568
  :route_response_selection_expression,
5429
5569
  :target)
5570
+ SENSITIVE = []
5430
5571
  include Aws::Structure
5431
5572
  end
5432
5573
 
@@ -5459,6 +5600,7 @@ module Aws::ApiGatewayV2
5459
5600
  :response_parameters,
5460
5601
  :route_response_id,
5461
5602
  :route_response_key)
5603
+ SENSITIVE = []
5462
5604
  include Aws::Structure
5463
5605
  end
5464
5606
 
@@ -5476,6 +5618,7 @@ module Aws::ApiGatewayV2
5476
5618
  class RouteResponses < Struct.new(
5477
5619
  :items,
5478
5620
  :next_token)
5621
+ SENSITIVE = []
5479
5622
  include Aws::Structure
5480
5623
  end
5481
5624
 
@@ -5522,6 +5665,7 @@ module Aws::ApiGatewayV2
5522
5665
  :logging_level,
5523
5666
  :throttling_burst_limit,
5524
5667
  :throttling_rate_limit)
5668
+ SENSITIVE = []
5525
5669
  include Aws::Structure
5526
5670
  end
5527
5671
 
@@ -5539,6 +5683,7 @@ module Aws::ApiGatewayV2
5539
5683
  class Routes < Struct.new(
5540
5684
  :items,
5541
5685
  :next_token)
5686
+ SENSITIVE = []
5542
5687
  include Aws::Structure
5543
5688
  end
5544
5689
 
@@ -5624,6 +5769,7 @@ module Aws::ApiGatewayV2
5624
5769
  :stage_name,
5625
5770
  :stage_variables,
5626
5771
  :tags)
5772
+ SENSITIVE = []
5627
5773
  include Aws::Structure
5628
5774
  end
5629
5775
 
@@ -5642,6 +5788,7 @@ module Aws::ApiGatewayV2
5642
5788
  class Stages < Struct.new(
5643
5789
  :items,
5644
5790
  :next_token)
5791
+ SENSITIVE = []
5645
5792
  include Aws::Structure
5646
5793
  end
5647
5794
 
@@ -5654,6 +5801,7 @@ module Aws::ApiGatewayV2
5654
5801
  #
5655
5802
  class TagResourceInput < Struct.new(
5656
5803
  :tags)
5804
+ SENSITIVE = []
5657
5805
  include Aws::Structure
5658
5806
  end
5659
5807
 
@@ -5677,6 +5825,7 @@ module Aws::ApiGatewayV2
5677
5825
  class TagResourceRequest < Struct.new(
5678
5826
  :resource_arn,
5679
5827
  :tags)
5828
+ SENSITIVE = []
5680
5829
  include Aws::Structure
5681
5830
  end
5682
5831
 
@@ -5690,6 +5839,7 @@ module Aws::ApiGatewayV2
5690
5839
  #
5691
5840
  class Template < Struct.new(
5692
5841
  :value)
5842
+ SENSITIVE = []
5693
5843
  include Aws::Structure
5694
5844
  end
5695
5845
 
@@ -5706,6 +5856,7 @@ module Aws::ApiGatewayV2
5706
5856
  #
5707
5857
  class TlsConfig < Struct.new(
5708
5858
  :server_name_to_verify)
5859
+ SENSITIVE = []
5709
5860
  include Aws::Structure
5710
5861
  end
5711
5862
 
@@ -5729,6 +5880,7 @@ module Aws::ApiGatewayV2
5729
5880
  #
5730
5881
  class TlsConfigInput < Struct.new(
5731
5882
  :server_name_to_verify)
5883
+ SENSITIVE = []
5732
5884
  include Aws::Structure
5733
5885
  end
5734
5886
 
@@ -5744,6 +5896,7 @@ module Aws::ApiGatewayV2
5744
5896
  class TooManyRequestsException < Struct.new(
5745
5897
  :limit_type,
5746
5898
  :message)
5899
+ SENSITIVE = []
5747
5900
  include Aws::Structure
5748
5901
  end
5749
5902
 
@@ -5764,6 +5917,7 @@ module Aws::ApiGatewayV2
5764
5917
  class UntagResourceRequest < Struct.new(
5765
5918
  :resource_arn,
5766
5919
  :tag_keys)
5920
+ SENSITIVE = []
5767
5921
  include Aws::Structure
5768
5922
  end
5769
5923
 
@@ -5846,6 +6000,7 @@ module Aws::ApiGatewayV2
5846
6000
  :route_selection_expression,
5847
6001
  :target,
5848
6002
  :version)
6003
+ SENSITIVE = []
5849
6004
  include Aws::Structure
5850
6005
  end
5851
6006
 
@@ -5867,6 +6022,7 @@ module Aws::ApiGatewayV2
5867
6022
  :api_id,
5868
6023
  :api_mapping_key,
5869
6024
  :stage)
6025
+ SENSITIVE = []
5870
6026
  include Aws::Structure
5871
6027
  end
5872
6028
 
@@ -5912,6 +6068,7 @@ module Aws::ApiGatewayV2
5912
6068
  :api_mapping_key,
5913
6069
  :domain_name,
5914
6070
  :stage)
6071
+ SENSITIVE = []
5915
6072
  include Aws::Structure
5916
6073
  end
5917
6074
 
@@ -5943,6 +6100,7 @@ module Aws::ApiGatewayV2
5943
6100
  :api_mapping_id,
5944
6101
  :api_mapping_key,
5945
6102
  :stage)
6103
+ SENSITIVE = []
5946
6104
  include Aws::Structure
5947
6105
  end
5948
6106
 
@@ -6046,6 +6204,7 @@ module Aws::ApiGatewayV2
6046
6204
  :route_selection_expression,
6047
6205
  :target,
6048
6206
  :version)
6207
+ SENSITIVE = []
6049
6208
  include Aws::Structure
6050
6209
  end
6051
6210
 
@@ -6130,6 +6289,7 @@ module Aws::ApiGatewayV2
6130
6289
  :tags,
6131
6290
  :version,
6132
6291
  :warnings)
6292
+ SENSITIVE = []
6133
6293
  include Aws::Structure
6134
6294
  end
6135
6295
 
@@ -6215,6 +6375,7 @@ module Aws::ApiGatewayV2
6215
6375
  :identity_validation_expression,
6216
6376
  :jwt_configuration,
6217
6377
  :name)
6378
+ SENSITIVE = []
6218
6379
  include Aws::Structure
6219
6380
  end
6220
6381
 
@@ -6304,6 +6465,7 @@ module Aws::ApiGatewayV2
6304
6465
  :identity_validation_expression,
6305
6466
  :jwt_configuration,
6306
6467
  :name)
6468
+ SENSITIVE = []
6307
6469
  include Aws::Structure
6308
6470
  end
6309
6471
 
@@ -6371,6 +6533,7 @@ module Aws::ApiGatewayV2
6371
6533
  :identity_validation_expression,
6372
6534
  :jwt_configuration,
6373
6535
  :name)
6536
+ SENSITIVE = []
6374
6537
  include Aws::Structure
6375
6538
  end
6376
6539
 
@@ -6382,6 +6545,7 @@ module Aws::ApiGatewayV2
6382
6545
  #
6383
6546
  class UpdateDeploymentInput < Struct.new(
6384
6547
  :description)
6548
+ SENSITIVE = []
6385
6549
  include Aws::Structure
6386
6550
  end
6387
6551
 
@@ -6408,6 +6572,7 @@ module Aws::ApiGatewayV2
6408
6572
  :api_id,
6409
6573
  :deployment_id,
6410
6574
  :description)
6575
+ SENSITIVE = []
6411
6576
  include Aws::Structure
6412
6577
  end
6413
6578
 
@@ -6439,6 +6604,7 @@ module Aws::ApiGatewayV2
6439
6604
  :deployment_status,
6440
6605
  :deployment_status_message,
6441
6606
  :description)
6607
+ SENSITIVE = []
6442
6608
  include Aws::Structure
6443
6609
  end
6444
6610
 
@@ -6450,6 +6616,7 @@ module Aws::ApiGatewayV2
6450
6616
  #
6451
6617
  class UpdateDomainNameInput < Struct.new(
6452
6618
  :domain_name_configurations)
6619
+ SENSITIVE = []
6453
6620
  include Aws::Structure
6454
6621
  end
6455
6622
 
@@ -6483,6 +6650,7 @@ module Aws::ApiGatewayV2
6483
6650
  class UpdateDomainNameRequest < Struct.new(
6484
6651
  :domain_name,
6485
6652
  :domain_name_configurations)
6653
+ SENSITIVE = []
6486
6654
  include Aws::Structure
6487
6655
  end
6488
6656
 
@@ -6512,6 +6680,7 @@ module Aws::ApiGatewayV2
6512
6680
  :domain_name,
6513
6681
  :domain_name_configurations,
6514
6682
  :tags)
6683
+ SENSITIVE = []
6515
6684
  include Aws::Structure
6516
6685
  end
6517
6686
 
@@ -6687,6 +6856,7 @@ module Aws::ApiGatewayV2
6687
6856
  :template_selection_expression,
6688
6857
  :timeout_in_millis,
6689
6858
  :tls_config)
6859
+ SENSITIVE = []
6690
6860
  include Aws::Structure
6691
6861
  end
6692
6862
 
@@ -6825,6 +6995,7 @@ module Aws::ApiGatewayV2
6825
6995
  :template_selection_expression,
6826
6996
  :timeout_in_millis,
6827
6997
  :tls_config)
6998
+ SENSITIVE = []
6828
6999
  include Aws::Structure
6829
7000
  end
6830
7001
 
@@ -6945,6 +7116,7 @@ module Aws::ApiGatewayV2
6945
7116
  :template_selection_expression,
6946
7117
  :timeout_in_millis,
6947
7118
  :tls_config)
7119
+ SENSITIVE = []
6948
7120
  include Aws::Structure
6949
7121
  end
6950
7122
 
@@ -7006,6 +7178,7 @@ module Aws::ApiGatewayV2
7006
7178
  :response_parameters,
7007
7179
  :response_templates,
7008
7180
  :template_selection_expression)
7181
+ SENSITIVE = []
7009
7182
  include Aws::Structure
7010
7183
  end
7011
7184
 
@@ -7091,6 +7264,7 @@ module Aws::ApiGatewayV2
7091
7264
  :response_parameters,
7092
7265
  :response_templates,
7093
7266
  :template_selection_expression)
7267
+ SENSITIVE = []
7094
7268
  include Aws::Structure
7095
7269
  end
7096
7270
 
@@ -7151,6 +7325,7 @@ module Aws::ApiGatewayV2
7151
7325
  :response_parameters,
7152
7326
  :response_templates,
7153
7327
  :template_selection_expression)
7328
+ SENSITIVE = []
7154
7329
  include Aws::Structure
7155
7330
  end
7156
7331
 
@@ -7179,6 +7354,7 @@ module Aws::ApiGatewayV2
7179
7354
  :description,
7180
7355
  :name,
7181
7356
  :schema)
7357
+ SENSITIVE = []
7182
7358
  include Aws::Structure
7183
7359
  end
7184
7360
 
@@ -7223,6 +7399,7 @@ module Aws::ApiGatewayV2
7223
7399
  :model_id,
7224
7400
  :name,
7225
7401
  :schema)
7402
+ SENSITIVE = []
7226
7403
  include Aws::Structure
7227
7404
  end
7228
7405
 
@@ -7252,6 +7429,7 @@ module Aws::ApiGatewayV2
7252
7429
  :model_id,
7253
7430
  :name,
7254
7431
  :schema)
7432
+ SENSITIVE = []
7255
7433
  include Aws::Structure
7256
7434
  end
7257
7435
 
@@ -7323,6 +7501,7 @@ module Aws::ApiGatewayV2
7323
7501
  :route_key,
7324
7502
  :route_response_selection_expression,
7325
7503
  :target)
7504
+ SENSITIVE = []
7326
7505
  include Aws::Structure
7327
7506
  end
7328
7507
 
@@ -7442,6 +7621,7 @@ module Aws::ApiGatewayV2
7442
7621
  :route_key,
7443
7622
  :route_response_selection_expression,
7444
7623
  :target)
7624
+ SENSITIVE = []
7445
7625
  include Aws::Structure
7446
7626
  end
7447
7627
 
@@ -7537,6 +7717,7 @@ module Aws::ApiGatewayV2
7537
7717
  :route_key,
7538
7718
  :route_response_selection_expression,
7539
7719
  :target)
7720
+ SENSITIVE = []
7540
7721
  include Aws::Structure
7541
7722
  end
7542
7723
 
@@ -7564,6 +7745,7 @@ module Aws::ApiGatewayV2
7564
7745
  :response_models,
7565
7746
  :response_parameters,
7566
7747
  :route_response_key)
7748
+ SENSITIVE = []
7567
7749
  include Aws::Structure
7568
7750
  end
7569
7751
 
@@ -7631,6 +7813,7 @@ module Aws::ApiGatewayV2
7631
7813
  :route_id,
7632
7814
  :route_response_id,
7633
7815
  :route_response_key)
7816
+ SENSITIVE = []
7634
7817
  include Aws::Structure
7635
7818
  end
7636
7819
 
@@ -7672,6 +7855,7 @@ module Aws::ApiGatewayV2
7672
7855
  :response_parameters,
7673
7856
  :route_response_id,
7674
7857
  :route_response_key)
7858
+ SENSITIVE = []
7675
7859
  include Aws::Structure
7676
7860
  end
7677
7861
 
@@ -7722,6 +7906,7 @@ module Aws::ApiGatewayV2
7722
7906
  :description,
7723
7907
  :route_settings,
7724
7908
  :stage_variables)
7909
+ SENSITIVE = []
7725
7910
  include Aws::Structure
7726
7911
  end
7727
7912
 
@@ -7808,6 +7993,7 @@ module Aws::ApiGatewayV2
7808
7993
  :route_settings,
7809
7994
  :stage_name,
7810
7995
  :stage_variables)
7996
+ SENSITIVE = []
7811
7997
  include Aws::Structure
7812
7998
  end
7813
7999
 
@@ -7877,6 +8063,7 @@ module Aws::ApiGatewayV2
7877
8063
  :stage_name,
7878
8064
  :stage_variables,
7879
8065
  :tags)
8066
+ SENSITIVE = []
7880
8067
  include Aws::Structure
7881
8068
  end
7882
8069
 
@@ -7888,6 +8075,7 @@ module Aws::ApiGatewayV2
7888
8075
  #
7889
8076
  class UpdateVpcLinkInput < Struct.new(
7890
8077
  :name)
8078
+ SENSITIVE = []
7891
8079
  include Aws::Structure
7892
8080
  end
7893
8081
 
@@ -7909,6 +8097,7 @@ module Aws::ApiGatewayV2
7909
8097
  class UpdateVpcLinkRequest < Struct.new(
7910
8098
  :name,
7911
8099
  :vpc_link_id)
8100
+ SENSITIVE = []
7912
8101
  include Aws::Structure
7913
8102
  end
7914
8103
 
@@ -7957,6 +8146,7 @@ module Aws::ApiGatewayV2
7957
8146
  :vpc_link_status,
7958
8147
  :vpc_link_status_message,
7959
8148
  :vpc_link_version)
8149
+ SENSITIVE = []
7960
8150
  include Aws::Structure
7961
8151
  end
7962
8152
 
@@ -8008,6 +8198,7 @@ module Aws::ApiGatewayV2
8008
8198
  :vpc_link_status,
8009
8199
  :vpc_link_status_message,
8010
8200
  :vpc_link_version)
8201
+ SENSITIVE = []
8011
8202
  include Aws::Structure
8012
8203
  end
8013
8204
 
@@ -8025,6 +8216,7 @@ module Aws::ApiGatewayV2
8025
8216
  class VpcLinks < Struct.new(
8026
8217
  :items,
8027
8218
  :next_token)
8219
+ SENSITIVE = []
8028
8220
  include Aws::Structure
8029
8221
  end
8030
8222