aws-sdk-apigateway 1.42.0 → 1.48.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: 02d6786949913c0005f8ed39d9ed9ae96c4674e7a0f1ddc90a49f5d8e2e137dc
4
- data.tar.gz: 80254a27b045223cf9a9276f612f29503effe343de129dd63f9efa1928db98f0
3
+ metadata.gz: fb6e70de8e5745a388d70613ce52c0463ca9ca0450e38ced8c66bcade241cb5b
4
+ data.tar.gz: 51fb59c1a7be47bf5c058ecfe65acc5651fca3d9c5d7dcf4060f9d746ceb66ce
5
5
  SHA512:
6
- metadata.gz: 44f32f1c15b42f49e2ee4ab26c8401b4ed4b5ba483bee95ae3f7d6b03d2988c854b9ed7c797f0c96ebf010526dfb83c6e58d9e5f060469321d77b15c8c241f41
7
- data.tar.gz: 91543f735fd65a2255226cfb92598cea8cfb4b84f8dfa272bf31c6c9f2519e919a4344a852598028b8b512640a83c7e6daaf29b321491a5886b6f6f434e7b606
6
+ metadata.gz: 502b005387a40890b10c48d5cfe18dfef192ef1aaf5c1953157df98a9c65ad561176667626c03e8e6d90f74adb4fe693b0c2e54dc1fdde51bad8408dc1d77470
7
+ data.tar.gz: ec76e0f08611690993d95aaefeac05f2f1442aaa07590b928c4108ac1a4f191f0f031cab7705966282f0f2caa0b9e16788dc2b3ff2602e6e4f4b2200eee3067b
@@ -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-apigateway/customizations'
45
47
  # @service
46
48
  module Aws::APIGateway
47
49
 
48
- GEM_VERSION = '1.42.0'
50
+ GEM_VERSION = '1.48.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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
  require 'aws-sdk-apigateway/plugins/apply_content_type_header.rb'
@@ -70,6 +73,7 @@ module Aws::APIGateway
70
73
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
71
74
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
72
75
  add_plugin(Aws::Plugins::TransferEncoding)
76
+ add_plugin(Aws::Plugins::HttpChecksum)
73
77
  add_plugin(Aws::Plugins::SignatureV4)
74
78
  add_plugin(Aws::Plugins::Protocols::RestJson)
75
79
  add_plugin(Aws::APIGateway::Plugins::ApplyContentTypeHeader)
@@ -163,7 +167,7 @@ module Aws::APIGateway
163
167
  # @option options [String] :endpoint
164
168
  # The client endpoint is normally constructed from the `:region`
165
169
  # option. You should only configure an `:endpoint` when connecting
166
- # to test endpoints. This should be a valid HTTP(S) URI.
170
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
167
171
  #
168
172
  # @option options [Integer] :endpoint_cache_max_entries (1000)
169
173
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -4642,7 +4646,7 @@ module Aws::APIGateway
4642
4646
  # @option params [required, String, IO] :body
4643
4647
  # \[Required\] The POST request body containing external API
4644
4648
  # definitions. Currently, only OpenAPI definition JSON/YAML files are
4645
- # supported. The maximum size of the API definition file is 2MB.
4649
+ # supported. The maximum size of the API definition file is 6MB.
4646
4650
  #
4647
4651
  # @return [Types::RestApi] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4648
4652
  #
@@ -4880,10 +4884,15 @@ module Aws::APIGateway
4880
4884
  # the same 415 response.
4881
4885
  #
4882
4886
  # @option params [String] :cache_namespace
4883
- # A list of request parameters whose values are to be cached.
4887
+ # Specifies a group of related cached parameters. By default, API
4888
+ # Gateway uses the resource ID as the `cacheNamespace`. You can specify
4889
+ # the same `cacheNamespace` across resources to return the same cached
4890
+ # data for requests to different resources.
4884
4891
  #
4885
4892
  # @option params [Array<String>] :cache_key_parameters
4886
- # An API-specific tag group of related cached parameters.
4893
+ # A list of request parameters whose values API Gateway caches. To be
4894
+ # valid values for `cacheKeyParameters`, these parameters must also be
4895
+ # specified for Method `requestParameters`.
4887
4896
  #
4888
4897
  # @option params [String] :content_handling
4889
4898
  # Specifies how to handle request payload content type conversions.
@@ -5329,7 +5338,7 @@ module Aws::APIGateway
5329
5338
  # @option params [required, String, IO] :body
5330
5339
  # \[Required\] The PUT request body containing external API definitions.
5331
5340
  # Currently, only OpenAPI definition JSON/YAML files are supported. The
5332
- # maximum size of the API definition file is 2MB.
5341
+ # maximum size of the API definition file is 6MB.
5333
5342
  #
5334
5343
  # @return [Types::RestApi] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5335
5344
  #
@@ -7009,7 +7018,7 @@ module Aws::APIGateway
7009
7018
  params: params,
7010
7019
  config: config)
7011
7020
  context[:gem_name] = 'aws-sdk-apigateway'
7012
- context[:gem_version] = '1.42.0'
7021
+ context[:gem_version] = '1.48.0'
7013
7022
  Seahorse::Client::Request.new(handlers, context)
7014
7023
  end
7015
7024
 
@@ -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,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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
  module Aws
2
4
  module APIGateway
3
5
  module Plugins
@@ -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:
@@ -31,6 +33,7 @@ module Aws::APIGateway
31
33
  class AccessLogSettings < Struct.new(
32
34
  :format,
33
35
  :destination_arn)
36
+ SENSITIVE = []
34
37
  include Aws::Structure
35
38
  end
36
39
 
@@ -101,6 +104,7 @@ module Aws::APIGateway
101
104
  :throttle_settings,
102
105
  :features,
103
106
  :api_key_version)
107
+ SENSITIVE = []
104
108
  include Aws::Structure
105
109
  end
106
110
 
@@ -171,6 +175,7 @@ module Aws::APIGateway
171
175
  :last_updated_date,
172
176
  :stage_keys,
173
177
  :tags)
178
+ SENSITIVE = []
174
179
  include Aws::Structure
175
180
  end
176
181
 
@@ -187,6 +192,7 @@ module Aws::APIGateway
187
192
  class ApiKeyIds < Struct.new(
188
193
  :ids,
189
194
  :warnings)
195
+ SENSITIVE = []
190
196
  include Aws::Structure
191
197
  end
192
198
 
@@ -217,6 +223,7 @@ module Aws::APIGateway
217
223
  :warnings,
218
224
  :position,
219
225
  :items)
226
+ SENSITIVE = []
220
227
  include Aws::Structure
221
228
  end
222
229
 
@@ -253,6 +260,7 @@ module Aws::APIGateway
253
260
  :api_id,
254
261
  :stage,
255
262
  :throttle)
263
+ SENSITIVE = []
256
264
  include Aws::Structure
257
265
  end
258
266
 
@@ -371,6 +379,7 @@ module Aws::APIGateway
371
379
  :identity_source,
372
380
  :identity_validation_expression,
373
381
  :authorizer_result_ttl_in_seconds)
382
+ SENSITIVE = []
374
383
  include Aws::Structure
375
384
  end
376
385
 
@@ -396,6 +405,7 @@ module Aws::APIGateway
396
405
  class Authorizers < Struct.new(
397
406
  :position,
398
407
  :items)
408
+ SENSITIVE = []
399
409
  include Aws::Structure
400
410
  end
401
411
 
@@ -408,6 +418,7 @@ module Aws::APIGateway
408
418
  #
409
419
  class BadRequestException < Struct.new(
410
420
  :message)
421
+ SENSITIVE = []
411
422
  include Aws::Structure
412
423
  end
413
424
 
@@ -444,6 +455,7 @@ module Aws::APIGateway
444
455
  :base_path,
445
456
  :rest_api_id,
446
457
  :stage)
458
+ SENSITIVE = []
447
459
  include Aws::Structure
448
460
  end
449
461
 
@@ -467,6 +479,7 @@ module Aws::APIGateway
467
479
  class BasePathMappings < Struct.new(
468
480
  :position,
469
481
  :items)
482
+ SENSITIVE = []
470
483
  include Aws::Structure
471
484
  end
472
485
 
@@ -509,6 +522,7 @@ module Aws::APIGateway
509
522
  :deployment_id,
510
523
  :stage_variable_overrides,
511
524
  :use_stage_cache)
525
+ SENSITIVE = []
512
526
  include Aws::Structure
513
527
  end
514
528
 
@@ -563,6 +577,7 @@ module Aws::APIGateway
563
577
  :created_date,
564
578
  :expiration_date,
565
579
  :tags)
580
+ SENSITIVE = []
566
581
  include Aws::Structure
567
582
  end
568
583
 
@@ -586,6 +601,7 @@ module Aws::APIGateway
586
601
  class ClientCertificates < Struct.new(
587
602
  :position,
588
603
  :items)
604
+ SENSITIVE = []
589
605
  include Aws::Structure
590
606
  end
591
607
 
@@ -597,6 +613,7 @@ module Aws::APIGateway
597
613
  #
598
614
  class ConflictException < Struct.new(
599
615
  :message)
616
+ SENSITIVE = []
600
617
  include Aws::Structure
601
618
  end
602
619
 
@@ -670,6 +687,7 @@ module Aws::APIGateway
670
687
  :stage_keys,
671
688
  :customer_id,
672
689
  :tags)
690
+ SENSITIVE = []
673
691
  include Aws::Structure
674
692
  end
675
693
 
@@ -793,6 +811,7 @@ module Aws::APIGateway
793
811
  :identity_source,
794
812
  :identity_validation_expression,
795
813
  :authorizer_result_ttl_in_seconds)
814
+ SENSITIVE = []
796
815
  include Aws::Structure
797
816
  end
798
817
 
@@ -835,6 +854,7 @@ module Aws::APIGateway
835
854
  :base_path,
836
855
  :rest_api_id,
837
856
  :stage)
857
+ SENSITIVE = []
838
858
  include Aws::Structure
839
859
  end
840
860
 
@@ -918,6 +938,7 @@ module Aws::APIGateway
918
938
  :variables,
919
939
  :canary_settings,
920
940
  :tracing_enabled)
941
+ SENSITIVE = []
921
942
  include Aws::Structure
922
943
  end
923
944
 
@@ -958,6 +979,7 @@ module Aws::APIGateway
958
979
  :rest_api_id,
959
980
  :location,
960
981
  :properties)
982
+ SENSITIVE = []
961
983
  include Aws::Structure
962
984
  end
963
985
 
@@ -994,6 +1016,7 @@ module Aws::APIGateway
994
1016
  :documentation_version,
995
1017
  :stage_name,
996
1018
  :description)
1019
+ SENSITIVE = []
997
1020
  include Aws::Structure
998
1021
  end
999
1022
 
@@ -1097,6 +1120,7 @@ module Aws::APIGateway
1097
1120
  :endpoint_configuration,
1098
1121
  :tags,
1099
1122
  :security_policy)
1123
+ SENSITIVE = []
1100
1124
  include Aws::Structure
1101
1125
  end
1102
1126
 
@@ -1145,6 +1169,7 @@ module Aws::APIGateway
1145
1169
  :description,
1146
1170
  :schema,
1147
1171
  :content_type)
1172
+ SENSITIVE = []
1148
1173
  include Aws::Structure
1149
1174
  end
1150
1175
 
@@ -1184,6 +1209,7 @@ module Aws::APIGateway
1184
1209
  :name,
1185
1210
  :validate_request_body,
1186
1211
  :validate_request_parameters)
1212
+ SENSITIVE = []
1187
1213
  include Aws::Structure
1188
1214
  end
1189
1215
 
@@ -1214,6 +1240,7 @@ module Aws::APIGateway
1214
1240
  :rest_api_id,
1215
1241
  :parent_id,
1216
1242
  :path_part)
1243
+ SENSITIVE = []
1217
1244
  include Aws::Structure
1218
1245
  end
1219
1246
 
@@ -1305,6 +1332,7 @@ module Aws::APIGateway
1305
1332
  :endpoint_configuration,
1306
1333
  :policy,
1307
1334
  :tags)
1335
+ SENSITIVE = []
1308
1336
  include Aws::Structure
1309
1337
  end
1310
1338
 
@@ -1402,6 +1430,7 @@ module Aws::APIGateway
1402
1430
  :canary_settings,
1403
1431
  :tracing_enabled,
1404
1432
  :tags)
1433
+ SENSITIVE = []
1405
1434
  include Aws::Structure
1406
1435
  end
1407
1436
 
@@ -1437,6 +1466,7 @@ module Aws::APIGateway
1437
1466
  :usage_plan_id,
1438
1467
  :key_id,
1439
1468
  :key_type)
1469
+ SENSITIVE = []
1440
1470
  include Aws::Structure
1441
1471
  end
1442
1472
 
@@ -1509,6 +1539,7 @@ module Aws::APIGateway
1509
1539
  :throttle,
1510
1540
  :quota,
1511
1541
  :tags)
1542
+ SENSITIVE = []
1512
1543
  include Aws::Structure
1513
1544
  end
1514
1545
 
@@ -1554,6 +1585,7 @@ module Aws::APIGateway
1554
1585
  :description,
1555
1586
  :target_arns,
1556
1587
  :tags)
1588
+ SENSITIVE = []
1557
1589
  include Aws::Structure
1558
1590
  end
1559
1591
 
@@ -1572,6 +1604,7 @@ module Aws::APIGateway
1572
1604
  #
1573
1605
  class DeleteApiKeyRequest < Struct.new(
1574
1606
  :api_key)
1607
+ SENSITIVE = []
1575
1608
  include Aws::Structure
1576
1609
  end
1577
1610
 
@@ -1596,6 +1629,7 @@ module Aws::APIGateway
1596
1629
  class DeleteAuthorizerRequest < Struct.new(
1597
1630
  :rest_api_id,
1598
1631
  :authorizer_id)
1632
+ SENSITIVE = []
1599
1633
  include Aws::Structure
1600
1634
  end
1601
1635
 
@@ -1624,6 +1658,7 @@ module Aws::APIGateway
1624
1658
  class DeleteBasePathMappingRequest < Struct.new(
1625
1659
  :domain_name,
1626
1660
  :base_path)
1661
+ SENSITIVE = []
1627
1662
  include Aws::Structure
1628
1663
  end
1629
1664
 
@@ -1643,6 +1678,7 @@ module Aws::APIGateway
1643
1678
  #
1644
1679
  class DeleteClientCertificateRequest < Struct.new(
1645
1680
  :client_certificate_id)
1681
+ SENSITIVE = []
1646
1682
  include Aws::Structure
1647
1683
  end
1648
1684
 
@@ -1667,6 +1703,7 @@ module Aws::APIGateway
1667
1703
  class DeleteDeploymentRequest < Struct.new(
1668
1704
  :rest_api_id,
1669
1705
  :deployment_id)
1706
+ SENSITIVE = []
1670
1707
  include Aws::Structure
1671
1708
  end
1672
1709
 
@@ -1691,6 +1728,7 @@ module Aws::APIGateway
1691
1728
  class DeleteDocumentationPartRequest < Struct.new(
1692
1729
  :rest_api_id,
1693
1730
  :documentation_part_id)
1731
+ SENSITIVE = []
1694
1732
  include Aws::Structure
1695
1733
  end
1696
1734
 
@@ -1716,6 +1754,7 @@ module Aws::APIGateway
1716
1754
  class DeleteDocumentationVersionRequest < Struct.new(
1717
1755
  :rest_api_id,
1718
1756
  :documentation_version)
1757
+ SENSITIVE = []
1719
1758
  include Aws::Structure
1720
1759
  end
1721
1760
 
@@ -1734,6 +1773,7 @@ module Aws::APIGateway
1734
1773
  #
1735
1774
  class DeleteDomainNameRequest < Struct.new(
1736
1775
  :domain_name)
1776
+ SENSITIVE = []
1737
1777
  include Aws::Structure
1738
1778
  end
1739
1779
 
@@ -1780,6 +1820,7 @@ module Aws::APIGateway
1780
1820
  class DeleteGatewayResponseRequest < Struct.new(
1781
1821
  :rest_api_id,
1782
1822
  :response_type)
1823
+ SENSITIVE = []
1783
1824
  include Aws::Structure
1784
1825
  end
1785
1826
 
@@ -1811,6 +1852,7 @@ module Aws::APIGateway
1811
1852
  :rest_api_id,
1812
1853
  :resource_id,
1813
1854
  :http_method)
1855
+ SENSITIVE = []
1814
1856
  include Aws::Structure
1815
1857
  end
1816
1858
 
@@ -1850,6 +1892,7 @@ module Aws::APIGateway
1850
1892
  :resource_id,
1851
1893
  :http_method,
1852
1894
  :status_code)
1895
+ SENSITIVE = []
1853
1896
  include Aws::Structure
1854
1897
  end
1855
1898
 
@@ -1880,6 +1923,7 @@ module Aws::APIGateway
1880
1923
  :rest_api_id,
1881
1924
  :resource_id,
1882
1925
  :http_method)
1926
+ SENSITIVE = []
1883
1927
  include Aws::Structure
1884
1928
  end
1885
1929
 
@@ -1918,6 +1962,7 @@ module Aws::APIGateway
1918
1962
  :resource_id,
1919
1963
  :http_method,
1920
1964
  :status_code)
1965
+ SENSITIVE = []
1921
1966
  include Aws::Structure
1922
1967
  end
1923
1968
 
@@ -1942,6 +1987,7 @@ module Aws::APIGateway
1942
1987
  class DeleteModelRequest < Struct.new(
1943
1988
  :rest_api_id,
1944
1989
  :model_name)
1990
+ SENSITIVE = []
1945
1991
  include Aws::Structure
1946
1992
  end
1947
1993
 
@@ -1966,6 +2012,7 @@ module Aws::APIGateway
1966
2012
  class DeleteRequestValidatorRequest < Struct.new(
1967
2013
  :rest_api_id,
1968
2014
  :request_validator_id)
2015
+ SENSITIVE = []
1969
2016
  include Aws::Structure
1970
2017
  end
1971
2018
 
@@ -1990,6 +2037,7 @@ module Aws::APIGateway
1990
2037
  class DeleteResourceRequest < Struct.new(
1991
2038
  :rest_api_id,
1992
2039
  :resource_id)
2040
+ SENSITIVE = []
1993
2041
  include Aws::Structure
1994
2042
  end
1995
2043
 
@@ -2008,6 +2056,7 @@ module Aws::APIGateway
2008
2056
  #
2009
2057
  class DeleteRestApiRequest < Struct.new(
2010
2058
  :rest_api_id)
2059
+ SENSITIVE = []
2011
2060
  include Aws::Structure
2012
2061
  end
2013
2062
 
@@ -2032,6 +2081,7 @@ module Aws::APIGateway
2032
2081
  class DeleteStageRequest < Struct.new(
2033
2082
  :rest_api_id,
2034
2083
  :stage_name)
2084
+ SENSITIVE = []
2035
2085
  include Aws::Structure
2036
2086
  end
2037
2087
 
@@ -2059,6 +2109,7 @@ module Aws::APIGateway
2059
2109
  class DeleteUsagePlanKeyRequest < Struct.new(
2060
2110
  :usage_plan_id,
2061
2111
  :key_id)
2112
+ SENSITIVE = []
2062
2113
  include Aws::Structure
2063
2114
  end
2064
2115
 
@@ -2077,6 +2128,7 @@ module Aws::APIGateway
2077
2128
  #
2078
2129
  class DeleteUsagePlanRequest < Struct.new(
2079
2130
  :usage_plan_id)
2131
+ SENSITIVE = []
2080
2132
  include Aws::Structure
2081
2133
  end
2082
2134
 
@@ -2096,6 +2148,7 @@ module Aws::APIGateway
2096
2148
  #
2097
2149
  class DeleteVpcLinkRequest < Struct.new(
2098
2150
  :vpc_link_id)
2151
+ SENSITIVE = []
2099
2152
  include Aws::Structure
2100
2153
  end
2101
2154
 
@@ -2141,6 +2194,7 @@ module Aws::APIGateway
2141
2194
  :description,
2142
2195
  :created_date,
2143
2196
  :api_summary)
2197
+ SENSITIVE = []
2144
2198
  include Aws::Structure
2145
2199
  end
2146
2200
 
@@ -2179,6 +2233,7 @@ module Aws::APIGateway
2179
2233
  :percent_traffic,
2180
2234
  :stage_variable_overrides,
2181
2235
  :use_stage_cache)
2236
+ SENSITIVE = []
2182
2237
  include Aws::Structure
2183
2238
  end
2184
2239
 
@@ -2214,6 +2269,7 @@ module Aws::APIGateway
2214
2269
  class Deployments < Struct.new(
2215
2270
  :position,
2216
2271
  :items)
2272
+ SENSITIVE = []
2217
2273
  include Aws::Structure
2218
2274
  end
2219
2275
 
@@ -2274,6 +2330,7 @@ module Aws::APIGateway
2274
2330
  :id,
2275
2331
  :location,
2276
2332
  :properties)
2333
+ SENSITIVE = []
2277
2334
  include Aws::Structure
2278
2335
  end
2279
2336
 
@@ -2306,6 +2363,7 @@ module Aws::APIGateway
2306
2363
  class DocumentationPartIds < Struct.new(
2307
2364
  :ids,
2308
2365
  :warnings)
2366
+ SENSITIVE = []
2309
2367
  include Aws::Structure
2310
2368
  end
2311
2369
 
@@ -2378,6 +2436,7 @@ module Aws::APIGateway
2378
2436
  :method,
2379
2437
  :status_code,
2380
2438
  :name)
2439
+ SENSITIVE = []
2381
2440
  include Aws::Structure
2382
2441
  end
2383
2442
 
@@ -2403,6 +2462,7 @@ module Aws::APIGateway
2403
2462
  class DocumentationParts < Struct.new(
2404
2463
  :position,
2405
2464
  :items)
2465
+ SENSITIVE = []
2406
2466
  include Aws::Structure
2407
2467
  end
2408
2468
 
@@ -2439,6 +2499,7 @@ module Aws::APIGateway
2439
2499
  :version,
2440
2500
  :created_date,
2441
2501
  :description)
2502
+ SENSITIVE = []
2442
2503
  include Aws::Structure
2443
2504
  end
2444
2505
 
@@ -2468,6 +2529,7 @@ module Aws::APIGateway
2468
2529
  class DocumentationVersions < Struct.new(
2469
2530
  :position,
2470
2531
  :items)
2532
+ SENSITIVE = []
2471
2533
  include Aws::Structure
2472
2534
  end
2473
2535
 
@@ -2615,6 +2677,7 @@ module Aws::APIGateway
2615
2677
  :domain_name_status_message,
2616
2678
  :security_policy,
2617
2679
  :tags)
2680
+ SENSITIVE = []
2618
2681
  include Aws::Structure
2619
2682
  end
2620
2683
 
@@ -2638,6 +2701,7 @@ module Aws::APIGateway
2638
2701
  class DomainNames < Struct.new(
2639
2702
  :position,
2640
2703
  :items)
2704
+ SENSITIVE = []
2641
2705
  include Aws::Structure
2642
2706
  end
2643
2707
 
@@ -2668,6 +2732,7 @@ module Aws::APIGateway
2668
2732
  class EndpointConfiguration < Struct.new(
2669
2733
  :types,
2670
2734
  :vpc_endpoint_ids)
2735
+ SENSITIVE = []
2671
2736
  include Aws::Structure
2672
2737
  end
2673
2738
 
@@ -2691,6 +2756,7 @@ module Aws::APIGateway
2691
2756
  :content_type,
2692
2757
  :content_disposition,
2693
2758
  :body)
2759
+ SENSITIVE = []
2694
2760
  include Aws::Structure
2695
2761
  end
2696
2762
 
@@ -2715,6 +2781,7 @@ module Aws::APIGateway
2715
2781
  class FlushStageAuthorizersCacheRequest < Struct.new(
2716
2782
  :rest_api_id,
2717
2783
  :stage_name)
2784
+ SENSITIVE = []
2718
2785
  include Aws::Structure
2719
2786
  end
2720
2787
 
@@ -2739,6 +2806,7 @@ module Aws::APIGateway
2739
2806
  class FlushStageCacheRequest < Struct.new(
2740
2807
  :rest_api_id,
2741
2808
  :stage_name)
2809
+ SENSITIVE = []
2742
2810
  include Aws::Structure
2743
2811
  end
2744
2812
 
@@ -2832,6 +2900,7 @@ module Aws::APIGateway
2832
2900
  :response_parameters,
2833
2901
  :response_templates,
2834
2902
  :default_response)
2903
+ SENSITIVE = []
2835
2904
  include Aws::Structure
2836
2905
  end
2837
2906
 
@@ -2885,6 +2954,7 @@ module Aws::APIGateway
2885
2954
  class GatewayResponses < Struct.new(
2886
2955
  :position,
2887
2956
  :items)
2957
+ SENSITIVE = []
2888
2958
  include Aws::Structure
2889
2959
  end
2890
2960
 
@@ -2913,6 +2983,7 @@ module Aws::APIGateway
2913
2983
  class GenerateClientCertificateRequest < Struct.new(
2914
2984
  :description,
2915
2985
  :tags)
2986
+ SENSITIVE = []
2916
2987
  include Aws::Structure
2917
2988
  end
2918
2989
 
@@ -2945,6 +3016,7 @@ module Aws::APIGateway
2945
3016
  class GetApiKeyRequest < Struct.new(
2946
3017
  :api_key,
2947
3018
  :include_value)
3019
+ SENSITIVE = []
2948
3020
  include Aws::Structure
2949
3021
  end
2950
3022
 
@@ -2990,6 +3062,7 @@ module Aws::APIGateway
2990
3062
  :name_query,
2991
3063
  :customer_id,
2992
3064
  :include_values)
3065
+ SENSITIVE = []
2993
3066
  include Aws::Structure
2994
3067
  end
2995
3068
 
@@ -3014,6 +3087,7 @@ module Aws::APIGateway
3014
3087
  class GetAuthorizerRequest < Struct.new(
3015
3088
  :rest_api_id,
3016
3089
  :authorizer_id)
3090
+ SENSITIVE = []
3017
3091
  include Aws::Structure
3018
3092
  end
3019
3093
 
@@ -3045,6 +3119,7 @@ module Aws::APIGateway
3045
3119
  :rest_api_id,
3046
3120
  :position,
3047
3121
  :limit)
3122
+ SENSITIVE = []
3048
3123
  include Aws::Structure
3049
3124
  end
3050
3125
 
@@ -3074,6 +3149,7 @@ module Aws::APIGateway
3074
3149
  class GetBasePathMappingRequest < Struct.new(
3075
3150
  :domain_name,
3076
3151
  :base_path)
3152
+ SENSITIVE = []
3077
3153
  include Aws::Structure
3078
3154
  end
3079
3155
 
@@ -3106,6 +3182,7 @@ module Aws::APIGateway
3106
3182
  :domain_name,
3107
3183
  :position,
3108
3184
  :limit)
3185
+ SENSITIVE = []
3109
3186
  include Aws::Structure
3110
3187
  end
3111
3188
 
@@ -3126,6 +3203,7 @@ module Aws::APIGateway
3126
3203
  #
3127
3204
  class GetClientCertificateRequest < Struct.new(
3128
3205
  :client_certificate_id)
3206
+ SENSITIVE = []
3129
3207
  include Aws::Structure
3130
3208
  end
3131
3209
 
@@ -3152,6 +3230,7 @@ module Aws::APIGateway
3152
3230
  class GetClientCertificatesRequest < Struct.new(
3153
3231
  :position,
3154
3232
  :limit)
3233
+ SENSITIVE = []
3155
3234
  include Aws::Structure
3156
3235
  end
3157
3236
 
@@ -3193,6 +3272,7 @@ module Aws::APIGateway
3193
3272
  :rest_api_id,
3194
3273
  :deployment_id,
3195
3274
  :embed)
3275
+ SENSITIVE = []
3196
3276
  include Aws::Structure
3197
3277
  end
3198
3278
 
@@ -3225,6 +3305,7 @@ module Aws::APIGateway
3225
3305
  :rest_api_id,
3226
3306
  :position,
3227
3307
  :limit)
3308
+ SENSITIVE = []
3228
3309
  include Aws::Structure
3229
3310
  end
3230
3311
 
@@ -3249,6 +3330,7 @@ module Aws::APIGateway
3249
3330
  class GetDocumentationPartRequest < Struct.new(
3250
3331
  :rest_api_id,
3251
3332
  :documentation_part_id)
3333
+ SENSITIVE = []
3252
3334
  include Aws::Structure
3253
3335
  end
3254
3336
 
@@ -3308,6 +3390,7 @@ module Aws::APIGateway
3308
3390
  :position,
3309
3391
  :limit,
3310
3392
  :location_status)
3393
+ SENSITIVE = []
3311
3394
  include Aws::Structure
3312
3395
  end
3313
3396
 
@@ -3333,6 +3416,7 @@ module Aws::APIGateway
3333
3416
  class GetDocumentationVersionRequest < Struct.new(
3334
3417
  :rest_api_id,
3335
3418
  :documentation_version)
3419
+ SENSITIVE = []
3336
3420
  include Aws::Structure
3337
3421
  end
3338
3422
 
@@ -3364,6 +3448,7 @@ module Aws::APIGateway
3364
3448
  :rest_api_id,
3365
3449
  :position,
3366
3450
  :limit)
3451
+ SENSITIVE = []
3367
3452
  include Aws::Structure
3368
3453
  end
3369
3454
 
@@ -3382,6 +3467,7 @@ module Aws::APIGateway
3382
3467
  #
3383
3468
  class GetDomainNameRequest < Struct.new(
3384
3469
  :domain_name)
3470
+ SENSITIVE = []
3385
3471
  include Aws::Structure
3386
3472
  end
3387
3473
 
@@ -3407,6 +3493,7 @@ module Aws::APIGateway
3407
3493
  class GetDomainNamesRequest < Struct.new(
3408
3494
  :position,
3409
3495
  :limit)
3496
+ SENSITIVE = []
3410
3497
  include Aws::Structure
3411
3498
  end
3412
3499
 
@@ -3463,6 +3550,7 @@ module Aws::APIGateway
3463
3550
  :export_type,
3464
3551
  :parameters,
3465
3552
  :accepts)
3553
+ SENSITIVE = []
3466
3554
  include Aws::Structure
3467
3555
  end
3468
3556
 
@@ -3509,6 +3597,7 @@ module Aws::APIGateway
3509
3597
  class GetGatewayResponseRequest < Struct.new(
3510
3598
  :rest_api_id,
3511
3599
  :response_type)
3600
+ SENSITIVE = []
3512
3601
  include Aws::Structure
3513
3602
  end
3514
3603
 
@@ -3546,6 +3635,7 @@ module Aws::APIGateway
3546
3635
  :rest_api_id,
3547
3636
  :position,
3548
3637
  :limit)
3638
+ SENSITIVE = []
3549
3639
  include Aws::Structure
3550
3640
  end
3551
3641
 
@@ -3577,6 +3667,7 @@ module Aws::APIGateway
3577
3667
  :rest_api_id,
3578
3668
  :resource_id,
3579
3669
  :http_method)
3670
+ SENSITIVE = []
3580
3671
  include Aws::Structure
3581
3672
  end
3582
3673
 
@@ -3616,6 +3707,7 @@ module Aws::APIGateway
3616
3707
  :resource_id,
3617
3708
  :http_method,
3618
3709
  :status_code)
3710
+ SENSITIVE = []
3619
3711
  include Aws::Structure
3620
3712
  end
3621
3713
 
@@ -3646,6 +3738,7 @@ module Aws::APIGateway
3646
3738
  :rest_api_id,
3647
3739
  :resource_id,
3648
3740
  :http_method)
3741
+ SENSITIVE = []
3649
3742
  include Aws::Structure
3650
3743
  end
3651
3744
 
@@ -3683,6 +3776,7 @@ module Aws::APIGateway
3683
3776
  :resource_id,
3684
3777
  :http_method,
3685
3778
  :status_code)
3779
+ SENSITIVE = []
3686
3780
  include Aws::Structure
3687
3781
  end
3688
3782
 
@@ -3716,6 +3810,7 @@ module Aws::APIGateway
3716
3810
  :rest_api_id,
3717
3811
  :model_name,
3718
3812
  :flatten)
3813
+ SENSITIVE = []
3719
3814
  include Aws::Structure
3720
3815
  end
3721
3816
 
@@ -3741,6 +3836,7 @@ module Aws::APIGateway
3741
3836
  class GetModelTemplateRequest < Struct.new(
3742
3837
  :rest_api_id,
3743
3838
  :model_name)
3839
+ SENSITIVE = []
3744
3840
  include Aws::Structure
3745
3841
  end
3746
3842
 
@@ -3772,6 +3868,7 @@ module Aws::APIGateway
3772
3868
  :rest_api_id,
3773
3869
  :position,
3774
3870
  :limit)
3871
+ SENSITIVE = []
3775
3872
  include Aws::Structure
3776
3873
  end
3777
3874
 
@@ -3796,6 +3893,7 @@ module Aws::APIGateway
3796
3893
  class GetRequestValidatorRequest < Struct.new(
3797
3894
  :rest_api_id,
3798
3895
  :request_validator_id)
3896
+ SENSITIVE = []
3799
3897
  include Aws::Structure
3800
3898
  end
3801
3899
 
@@ -3827,6 +3925,7 @@ module Aws::APIGateway
3827
3925
  :rest_api_id,
3828
3926
  :position,
3829
3927
  :limit)
3928
+ SENSITIVE = []
3830
3929
  include Aws::Structure
3831
3930
  end
3832
3931
 
@@ -3863,6 +3962,7 @@ module Aws::APIGateway
3863
3962
  :rest_api_id,
3864
3963
  :resource_id,
3865
3964
  :embed)
3965
+ SENSITIVE = []
3866
3966
  include Aws::Structure
3867
3967
  end
3868
3968
 
@@ -3906,6 +4006,7 @@ module Aws::APIGateway
3906
4006
  :position,
3907
4007
  :limit,
3908
4008
  :embed)
4009
+ SENSITIVE = []
3909
4010
  include Aws::Structure
3910
4011
  end
3911
4012
 
@@ -3925,6 +4026,7 @@ module Aws::APIGateway
3925
4026
  #
3926
4027
  class GetRestApiRequest < Struct.new(
3927
4028
  :rest_api_id)
4029
+ SENSITIVE = []
3928
4030
  include Aws::Structure
3929
4031
  end
3930
4032
 
@@ -3950,6 +4052,7 @@ module Aws::APIGateway
3950
4052
  class GetRestApisRequest < Struct.new(
3951
4053
  :position,
3952
4054
  :limit)
4055
+ SENSITIVE = []
3953
4056
  include Aws::Structure
3954
4057
  end
3955
4058
 
@@ -3996,6 +4099,7 @@ module Aws::APIGateway
3996
4099
  :stage_name,
3997
4100
  :sdk_type,
3998
4101
  :parameters)
4102
+ SENSITIVE = []
3999
4103
  include Aws::Structure
4000
4104
  end
4001
4105
 
@@ -4014,6 +4118,7 @@ module Aws::APIGateway
4014
4118
  #
4015
4119
  class GetSdkTypeRequest < Struct.new(
4016
4120
  :id)
4121
+ SENSITIVE = []
4017
4122
  include Aws::Structure
4018
4123
  end
4019
4124
 
@@ -4039,6 +4144,7 @@ module Aws::APIGateway
4039
4144
  class GetSdkTypesRequest < Struct.new(
4040
4145
  :position,
4041
4146
  :limit)
4147
+ SENSITIVE = []
4042
4148
  include Aws::Structure
4043
4149
  end
4044
4150
 
@@ -4064,6 +4170,7 @@ module Aws::APIGateway
4064
4170
  class GetStageRequest < Struct.new(
4065
4171
  :rest_api_id,
4066
4172
  :stage_name)
4173
+ SENSITIVE = []
4067
4174
  include Aws::Structure
4068
4175
  end
4069
4176
 
@@ -4089,6 +4196,7 @@ module Aws::APIGateway
4089
4196
  class GetStagesRequest < Struct.new(
4090
4197
  :rest_api_id,
4091
4198
  :deployment_id)
4199
+ SENSITIVE = []
4092
4200
  include Aws::Structure
4093
4201
  end
4094
4202
 
@@ -4121,6 +4229,7 @@ module Aws::APIGateway
4121
4229
  :resource_arn,
4122
4230
  :position,
4123
4231
  :limit)
4232
+ SENSITIVE = []
4124
4233
  include Aws::Structure
4125
4234
  end
4126
4235
 
@@ -4148,6 +4257,7 @@ module Aws::APIGateway
4148
4257
  class GetUsagePlanKeyRequest < Struct.new(
4149
4258
  :usage_plan_id,
4150
4259
  :key_id)
4260
+ SENSITIVE = []
4151
4261
  include Aws::Structure
4152
4262
  end
4153
4263
 
@@ -4189,6 +4299,7 @@ module Aws::APIGateway
4189
4299
  :position,
4190
4300
  :limit,
4191
4301
  :name_query)
4302
+ SENSITIVE = []
4192
4303
  include Aws::Structure
4193
4304
  end
4194
4305
 
@@ -4208,6 +4319,7 @@ module Aws::APIGateway
4208
4319
  #
4209
4320
  class GetUsagePlanRequest < Struct.new(
4210
4321
  :usage_plan_id)
4322
+ SENSITIVE = []
4211
4323
  include Aws::Structure
4212
4324
  end
4213
4325
 
@@ -4239,6 +4351,7 @@ module Aws::APIGateway
4239
4351
  :position,
4240
4352
  :key_id,
4241
4353
  :limit)
4354
+ SENSITIVE = []
4242
4355
  include Aws::Structure
4243
4356
  end
4244
4357
 
@@ -4290,6 +4403,7 @@ module Aws::APIGateway
4290
4403
  :end_date,
4291
4404
  :position,
4292
4405
  :limit)
4406
+ SENSITIVE = []
4293
4407
  include Aws::Structure
4294
4408
  end
4295
4409
 
@@ -4309,6 +4423,7 @@ module Aws::APIGateway
4309
4423
  #
4310
4424
  class GetVpcLinkRequest < Struct.new(
4311
4425
  :vpc_link_id)
4426
+ SENSITIVE = []
4312
4427
  include Aws::Structure
4313
4428
  end
4314
4429
 
@@ -4335,6 +4450,7 @@ module Aws::APIGateway
4335
4450
  class GetVpcLinksRequest < Struct.new(
4336
4451
  :position,
4337
4452
  :limit)
4453
+ SENSITIVE = []
4338
4454
  include Aws::Structure
4339
4455
  end
4340
4456
 
@@ -4373,6 +4489,7 @@ module Aws::APIGateway
4373
4489
  :body,
4374
4490
  :format,
4375
4491
  :fail_on_warnings)
4492
+ SENSITIVE = []
4376
4493
  include Aws::Structure
4377
4494
  end
4378
4495
 
@@ -4416,6 +4533,7 @@ module Aws::APIGateway
4416
4533
  :mode,
4417
4534
  :fail_on_warnings,
4418
4535
  :body)
4536
+ SENSITIVE = []
4419
4537
  include Aws::Structure
4420
4538
  end
4421
4539
 
@@ -4471,13 +4589,14 @@ module Aws::APIGateway
4471
4589
  # @!attribute [rw] body
4472
4590
  # \[Required\] The POST request body containing external API
4473
4591
  # definitions. Currently, only OpenAPI definition JSON/YAML files are
4474
- # supported. The maximum size of the API definition file is 2MB.
4592
+ # supported. The maximum size of the API definition file is 6MB.
4475
4593
  # @return [String]
4476
4594
  #
4477
4595
  class ImportRestApiRequest < Struct.new(
4478
4596
  :fail_on_warnings,
4479
4597
  :parameters,
4480
4598
  :body)
4599
+ SENSITIVE = []
4481
4600
  include Aws::Structure
4482
4601
  end
4483
4602
 
@@ -4662,9 +4781,10 @@ module Aws::APIGateway
4662
4781
  # @return [Integer]
4663
4782
  #
4664
4783
  # @!attribute [rw] cache_namespace
4665
- # An API-specific tag group of related cached parameters. To be valid
4666
- # values for `cacheKeyParameters`, these parameters must also be
4667
- # specified for Method `requestParameters`.
4784
+ # Specifies a group of related cached parameters. By default, API
4785
+ # Gateway uses the resource ID as the `cacheNamespace`. You can
4786
+ # specify the same `cacheNamespace` across resources to return the
4787
+ # same cached data for requests to different resources.
4668
4788
  # @return [String]
4669
4789
  #
4670
4790
  # @!attribute [rw] cache_key_parameters
@@ -4727,6 +4847,7 @@ module Aws::APIGateway
4727
4847
  :cache_key_parameters,
4728
4848
  :integration_responses,
4729
4849
  :tls_config)
4850
+ SENSITIVE = []
4730
4851
  include Aws::Structure
4731
4852
  end
4732
4853
 
@@ -4802,6 +4923,7 @@ module Aws::APIGateway
4802
4923
  :response_parameters,
4803
4924
  :response_templates,
4804
4925
  :content_handling)
4926
+ SENSITIVE = []
4805
4927
  include Aws::Structure
4806
4928
  end
4807
4929
 
@@ -4817,6 +4939,7 @@ module Aws::APIGateway
4817
4939
  class LimitExceededException < Struct.new(
4818
4940
  :retry_after_seconds,
4819
4941
  :message)
4942
+ SENSITIVE = []
4820
4943
  include Aws::Structure
4821
4944
  end
4822
4945
 
@@ -5017,6 +5140,7 @@ module Aws::APIGateway
5017
5140
  :method_responses,
5018
5141
  :method_integration,
5019
5142
  :authorization_scopes)
5143
+ SENSITIVE = []
5020
5144
  include Aws::Structure
5021
5145
  end
5022
5146
 
@@ -5089,6 +5213,7 @@ module Aws::APIGateway
5089
5213
  :status_code,
5090
5214
  :response_parameters,
5091
5215
  :response_models)
5216
+ SENSITIVE = []
5092
5217
  include Aws::Structure
5093
5218
  end
5094
5219
 
@@ -5178,6 +5303,7 @@ module Aws::APIGateway
5178
5303
  :cache_data_encrypted,
5179
5304
  :require_authorization_for_cache_control,
5180
5305
  :unauthorized_cache_control_header_strategy)
5306
+ SENSITIVE = []
5181
5307
  include Aws::Structure
5182
5308
  end
5183
5309
 
@@ -5198,6 +5324,7 @@ module Aws::APIGateway
5198
5324
  class MethodSnapshot < Struct.new(
5199
5325
  :authorization_type,
5200
5326
  :api_key_required)
5327
+ SENSITIVE = []
5201
5328
  include Aws::Structure
5202
5329
  end
5203
5330
 
@@ -5259,6 +5386,7 @@ module Aws::APIGateway
5259
5386
  :description,
5260
5387
  :schema,
5261
5388
  :content_type)
5389
+ SENSITIVE = []
5262
5390
  include Aws::Structure
5263
5391
  end
5264
5392
 
@@ -5282,6 +5410,7 @@ module Aws::APIGateway
5282
5410
  class Models < Struct.new(
5283
5411
  :position,
5284
5412
  :items)
5413
+ SENSITIVE = []
5285
5414
  include Aws::Structure
5286
5415
  end
5287
5416
 
@@ -5293,6 +5422,7 @@ module Aws::APIGateway
5293
5422
  #
5294
5423
  class NotFoundException < Struct.new(
5295
5424
  :message)
5425
+ SENSITIVE = []
5296
5426
  include Aws::Structure
5297
5427
  end
5298
5428
 
@@ -5363,6 +5493,7 @@ module Aws::APIGateway
5363
5493
  :path,
5364
5494
  :value,
5365
5495
  :from)
5496
+ SENSITIVE = []
5366
5497
  include Aws::Structure
5367
5498
  end
5368
5499
 
@@ -5433,6 +5564,7 @@ module Aws::APIGateway
5433
5564
  :status_code,
5434
5565
  :response_parameters,
5435
5566
  :response_templates)
5567
+ SENSITIVE = []
5436
5568
  include Aws::Structure
5437
5569
  end
5438
5570
 
@@ -5582,11 +5714,16 @@ module Aws::APIGateway
5582
5714
  # @return [String]
5583
5715
  #
5584
5716
  # @!attribute [rw] cache_namespace
5585
- # A list of request parameters whose values are to be cached.
5717
+ # Specifies a group of related cached parameters. By default, API
5718
+ # Gateway uses the resource ID as the `cacheNamespace`. You can
5719
+ # specify the same `cacheNamespace` across resources to return the
5720
+ # same cached data for requests to different resources.
5586
5721
  # @return [String]
5587
5722
  #
5588
5723
  # @!attribute [rw] cache_key_parameters
5589
- # An API-specific tag group of related cached parameters.
5724
+ # A list of request parameters whose values API Gateway caches. To be
5725
+ # valid values for `cacheKeyParameters`, these parameters must also be
5726
+ # specified for Method `requestParameters`.
5590
5727
  # @return [Array<String>]
5591
5728
  #
5592
5729
  # @!attribute [rw] content_handling
@@ -5632,6 +5769,7 @@ module Aws::APIGateway
5632
5769
  :content_handling,
5633
5770
  :timeout_in_millis,
5634
5771
  :tls_config)
5772
+ SENSITIVE = []
5635
5773
  include Aws::Structure
5636
5774
  end
5637
5775
 
@@ -5722,6 +5860,7 @@ module Aws::APIGateway
5722
5860
  :response_parameters,
5723
5861
  :response_templates,
5724
5862
  :content_handling)
5863
+ SENSITIVE = []
5725
5864
  include Aws::Structure
5726
5865
  end
5727
5866
 
@@ -5832,6 +5971,7 @@ module Aws::APIGateway
5832
5971
  :request_models,
5833
5972
  :request_validator_id,
5834
5973
  :authorization_scopes)
5974
+ SENSITIVE = []
5835
5975
  include Aws::Structure
5836
5976
  end
5837
5977
 
@@ -5900,6 +6040,7 @@ module Aws::APIGateway
5900
6040
  :status_code,
5901
6041
  :response_parameters,
5902
6042
  :response_models)
6043
+ SENSITIVE = []
5903
6044
  include Aws::Structure
5904
6045
  end
5905
6046
 
@@ -5947,7 +6088,7 @@ module Aws::APIGateway
5947
6088
  # @!attribute [rw] body
5948
6089
  # \[Required\] The PUT request body containing external API
5949
6090
  # definitions. Currently, only OpenAPI definition JSON/YAML files are
5950
- # supported. The maximum size of the API definition file is 2MB.
6091
+ # supported. The maximum size of the API definition file is 6MB.
5951
6092
  # @return [String]
5952
6093
  #
5953
6094
  class PutRestApiRequest < Struct.new(
@@ -5956,6 +6097,7 @@ module Aws::APIGateway
5956
6097
  :fail_on_warnings,
5957
6098
  :parameters,
5958
6099
  :body)
6100
+ SENSITIVE = []
5959
6101
  include Aws::Structure
5960
6102
  end
5961
6103
 
@@ -5989,6 +6131,7 @@ module Aws::APIGateway
5989
6131
  :limit,
5990
6132
  :offset,
5991
6133
  :period)
6134
+ SENSITIVE = []
5992
6135
  include Aws::Structure
5993
6136
  end
5994
6137
 
@@ -6035,6 +6178,7 @@ module Aws::APIGateway
6035
6178
  :name,
6036
6179
  :validate_request_body,
6037
6180
  :validate_request_parameters)
6181
+ SENSITIVE = []
6038
6182
  include Aws::Structure
6039
6183
  end
6040
6184
 
@@ -6065,6 +6209,7 @@ module Aws::APIGateway
6065
6209
  class RequestValidators < Struct.new(
6066
6210
  :position,
6067
6211
  :items)
6212
+ SENSITIVE = []
6068
6213
  include Aws::Structure
6069
6214
  end
6070
6215
 
@@ -6130,6 +6275,7 @@ module Aws::APIGateway
6130
6275
  :path_part,
6131
6276
  :path,
6132
6277
  :resource_methods)
6278
+ SENSITIVE = []
6133
6279
  include Aws::Structure
6134
6280
  end
6135
6281
 
@@ -6153,6 +6299,7 @@ module Aws::APIGateway
6153
6299
  class Resources < Struct.new(
6154
6300
  :position,
6155
6301
  :items)
6302
+ SENSITIVE = []
6156
6303
  include Aws::Structure
6157
6304
  end
6158
6305
 
@@ -6242,6 +6389,7 @@ module Aws::APIGateway
6242
6389
  :endpoint_configuration,
6243
6390
  :policy,
6244
6391
  :tags)
6392
+ SENSITIVE = []
6245
6393
  include Aws::Structure
6246
6394
  end
6247
6395
 
@@ -6267,6 +6415,7 @@ module Aws::APIGateway
6267
6415
  class RestApis < Struct.new(
6268
6416
  :position,
6269
6417
  :items)
6418
+ SENSITIVE = []
6270
6419
  include Aws::Structure
6271
6420
  end
6272
6421
 
@@ -6300,6 +6449,7 @@ module Aws::APIGateway
6300
6449
  :description,
6301
6450
  :required,
6302
6451
  :default_value)
6452
+ SENSITIVE = []
6303
6453
  include Aws::Structure
6304
6454
  end
6305
6455
 
@@ -6322,6 +6472,7 @@ module Aws::APIGateway
6322
6472
  :content_type,
6323
6473
  :content_disposition,
6324
6474
  :body)
6475
+ SENSITIVE = []
6325
6476
  include Aws::Structure
6326
6477
  end
6327
6478
 
@@ -6348,6 +6499,7 @@ module Aws::APIGateway
6348
6499
  :friendly_name,
6349
6500
  :description,
6350
6501
  :configuration_properties)
6502
+ SENSITIVE = []
6351
6503
  include Aws::Structure
6352
6504
  end
6353
6505
 
@@ -6363,6 +6515,7 @@ module Aws::APIGateway
6363
6515
  class SdkTypes < Struct.new(
6364
6516
  :position,
6365
6517
  :items)
6518
+ SENSITIVE = []
6366
6519
  include Aws::Structure
6367
6520
  end
6368
6521
 
@@ -6378,6 +6531,7 @@ module Aws::APIGateway
6378
6531
  class ServiceUnavailableException < Struct.new(
6379
6532
  :retry_after_seconds,
6380
6533
  :message)
6534
+ SENSITIVE = []
6381
6535
  include Aws::Structure
6382
6536
  end
6383
6537
 
@@ -6489,6 +6643,7 @@ module Aws::APIGateway
6489
6643
  :tags,
6490
6644
  :created_date,
6491
6645
  :last_updated_date)
6646
+ SENSITIVE = []
6492
6647
  include Aws::Structure
6493
6648
  end
6494
6649
 
@@ -6514,6 +6669,7 @@ module Aws::APIGateway
6514
6669
  class StageKey < Struct.new(
6515
6670
  :rest_api_id,
6516
6671
  :stage_name)
6672
+ SENSITIVE = []
6517
6673
  include Aws::Structure
6518
6674
  end
6519
6675
 
@@ -6534,6 +6690,7 @@ module Aws::APIGateway
6534
6690
  #
6535
6691
  class Stages < Struct.new(
6536
6692
  :item)
6693
+ SENSITIVE = []
6537
6694
  include Aws::Structure
6538
6695
  end
6539
6696
 
@@ -6563,6 +6720,7 @@ module Aws::APIGateway
6563
6720
  class TagResourceRequest < Struct.new(
6564
6721
  :resource_arn,
6565
6722
  :tags)
6723
+ SENSITIVE = []
6566
6724
  include Aws::Structure
6567
6725
  end
6568
6726
 
@@ -6576,6 +6734,7 @@ module Aws::APIGateway
6576
6734
  #
6577
6735
  class Tags < Struct.new(
6578
6736
  :tags)
6737
+ SENSITIVE = []
6579
6738
  include Aws::Structure
6580
6739
  end
6581
6740
 
@@ -6600,6 +6759,7 @@ module Aws::APIGateway
6600
6759
  #
6601
6760
  class Template < Struct.new(
6602
6761
  :value)
6762
+ SENSITIVE = []
6603
6763
  include Aws::Structure
6604
6764
  end
6605
6765
 
@@ -6677,6 +6837,7 @@ module Aws::APIGateway
6677
6837
  :body,
6678
6838
  :stage_variables,
6679
6839
  :additional_context)
6840
+ SENSITIVE = []
6680
6841
  include Aws::Structure
6681
6842
  end
6682
6843
 
@@ -6724,6 +6885,7 @@ module Aws::APIGateway
6724
6885
  :policy,
6725
6886
  :authorization,
6726
6887
  :claims)
6888
+ SENSITIVE = []
6727
6889
  include Aws::Structure
6728
6890
  end
6729
6891
 
@@ -6803,6 +6965,7 @@ module Aws::APIGateway
6803
6965
  :multi_value_headers,
6804
6966
  :client_certificate_id,
6805
6967
  :stage_variables)
6968
+ SENSITIVE = []
6806
6969
  include Aws::Structure
6807
6970
  end
6808
6971
 
@@ -6848,6 +7011,7 @@ module Aws::APIGateway
6848
7011
  :multi_value_headers,
6849
7012
  :log,
6850
7013
  :latency)
7014
+ SENSITIVE = []
6851
7015
  include Aws::Structure
6852
7016
  end
6853
7017
 
@@ -6874,6 +7038,7 @@ module Aws::APIGateway
6874
7038
  class ThrottleSettings < Struct.new(
6875
7039
  :burst_limit,
6876
7040
  :rate_limit)
7041
+ SENSITIVE = []
6877
7042
  include Aws::Structure
6878
7043
  end
6879
7044
 
@@ -6885,15 +7050,15 @@ module Aws::APIGateway
6885
7050
  # }
6886
7051
  #
6887
7052
  # @!attribute [rw] insecure_skip_verification
6888
- # Specifies whether API Gateway skips trust chain validation of the
6889
- # server certificate during the TLS handshake. Supported only for
6890
- # `HTTP` and `HTTP_PROXY` integrations. By default, API Gateway
6891
- # validates that certificates for integration endpoints are issued by
6892
- # a [supported Certificate Authority][1]. If enabled, API Gateway
6893
- # skips trust chain validation of the server certificate. This is not
6894
- # recommended, but it enables you to use certificates that are signed
6895
- # by private Certificate Authorities, or certificates that are
6896
- # self-signed.
7053
+ # Specifies whether or not API Gateway skips verification that the
7054
+ # certificate for an integration endpoint is issued by a [supported
7055
+ # certificate authority][1]. This isn’t recommended, but it enables
7056
+ # you to use certificates that are signed by private certificate
7057
+ # authorities, or certificates that are self-signed. If enabled, API
7058
+ # Gateway still performs basic certificate validation, which includes
7059
+ # checking the certificate's expiration date, hostname, and presence
7060
+ # of a root certificate authority. Supported only for `HTTP` and
7061
+ # `HTTP_PROXY` integrations.
6897
7062
  #
6898
7063
  #
6899
7064
  #
@@ -6902,6 +7067,7 @@ module Aws::APIGateway
6902
7067
  #
6903
7068
  class TlsConfig < Struct.new(
6904
7069
  :insecure_skip_verification)
7070
+ SENSITIVE = []
6905
7071
  include Aws::Structure
6906
7072
  end
6907
7073
 
@@ -6917,6 +7083,7 @@ module Aws::APIGateway
6917
7083
  class TooManyRequestsException < Struct.new(
6918
7084
  :retry_after_seconds,
6919
7085
  :message)
7086
+ SENSITIVE = []
6920
7087
  include Aws::Structure
6921
7088
  end
6922
7089
 
@@ -6927,6 +7094,7 @@ module Aws::APIGateway
6927
7094
  #
6928
7095
  class UnauthorizedException < Struct.new(
6929
7096
  :message)
7097
+ SENSITIVE = []
6930
7098
  include Aws::Structure
6931
7099
  end
6932
7100
 
@@ -6951,6 +7119,7 @@ module Aws::APIGateway
6951
7119
  class UntagResourceRequest < Struct.new(
6952
7120
  :resource_arn,
6953
7121
  :tag_keys)
7122
+ SENSITIVE = []
6954
7123
  include Aws::Structure
6955
7124
  end
6956
7125
 
@@ -6978,6 +7147,7 @@ module Aws::APIGateway
6978
7147
  #
6979
7148
  class UpdateAccountRequest < Struct.new(
6980
7149
  :patch_operations)
7150
+ SENSITIVE = []
6981
7151
  include Aws::Structure
6982
7152
  end
6983
7153
 
@@ -7010,6 +7180,7 @@ module Aws::APIGateway
7010
7180
  class UpdateApiKeyRequest < Struct.new(
7011
7181
  :api_key,
7012
7182
  :patch_operations)
7183
+ SENSITIVE = []
7013
7184
  include Aws::Structure
7014
7185
  end
7015
7186
 
@@ -7048,6 +7219,7 @@ module Aws::APIGateway
7048
7219
  :rest_api_id,
7049
7220
  :authorizer_id,
7050
7221
  :patch_operations)
7222
+ SENSITIVE = []
7051
7223
  include Aws::Structure
7052
7224
  end
7053
7225
 
@@ -7090,6 +7262,7 @@ module Aws::APIGateway
7090
7262
  :domain_name,
7091
7263
  :base_path,
7092
7264
  :patch_operations)
7265
+ SENSITIVE = []
7093
7266
  include Aws::Structure
7094
7267
  end
7095
7268
 
@@ -7123,6 +7296,7 @@ module Aws::APIGateway
7123
7296
  class UpdateClientCertificateRequest < Struct.new(
7124
7297
  :client_certificate_id,
7125
7298
  :patch_operations)
7299
+ SENSITIVE = []
7126
7300
  include Aws::Structure
7127
7301
  end
7128
7302
 
@@ -7163,6 +7337,7 @@ module Aws::APIGateway
7163
7337
  :rest_api_id,
7164
7338
  :deployment_id,
7165
7339
  :patch_operations)
7340
+ SENSITIVE = []
7166
7341
  include Aws::Structure
7167
7342
  end
7168
7343
 
@@ -7201,6 +7376,7 @@ module Aws::APIGateway
7201
7376
  :rest_api_id,
7202
7377
  :documentation_part_id,
7203
7378
  :patch_operations)
7379
+ SENSITIVE = []
7204
7380
  include Aws::Structure
7205
7381
  end
7206
7382
 
@@ -7240,6 +7416,7 @@ module Aws::APIGateway
7240
7416
  :rest_api_id,
7241
7417
  :documentation_version,
7242
7418
  :patch_operations)
7419
+ SENSITIVE = []
7243
7420
  include Aws::Structure
7244
7421
  end
7245
7422
 
@@ -7272,6 +7449,7 @@ module Aws::APIGateway
7272
7449
  class UpdateDomainNameRequest < Struct.new(
7273
7450
  :domain_name,
7274
7451
  :patch_operations)
7452
+ SENSITIVE = []
7275
7453
  include Aws::Structure
7276
7454
  end
7277
7455
 
@@ -7332,6 +7510,7 @@ module Aws::APIGateway
7332
7510
  :rest_api_id,
7333
7511
  :response_type,
7334
7512
  :patch_operations)
7513
+ SENSITIVE = []
7335
7514
  include Aws::Structure
7336
7515
  end
7337
7516
 
@@ -7378,6 +7557,7 @@ module Aws::APIGateway
7378
7557
  :resource_id,
7379
7558
  :http_method,
7380
7559
  :patch_operations)
7560
+ SENSITIVE = []
7381
7561
  include Aws::Structure
7382
7562
  end
7383
7563
 
@@ -7431,6 +7611,7 @@ module Aws::APIGateway
7431
7611
  :http_method,
7432
7612
  :status_code,
7433
7613
  :patch_operations)
7614
+ SENSITIVE = []
7434
7615
  include Aws::Structure
7435
7616
  end
7436
7617
 
@@ -7475,6 +7656,7 @@ module Aws::APIGateway
7475
7656
  :resource_id,
7476
7657
  :http_method,
7477
7658
  :patch_operations)
7659
+ SENSITIVE = []
7478
7660
  include Aws::Structure
7479
7661
  end
7480
7662
 
@@ -7526,6 +7708,7 @@ module Aws::APIGateway
7526
7708
  :http_method,
7527
7709
  :status_code,
7528
7710
  :patch_operations)
7711
+ SENSITIVE = []
7529
7712
  include Aws::Structure
7530
7713
  end
7531
7714
 
@@ -7564,6 +7747,7 @@ module Aws::APIGateway
7564
7747
  :rest_api_id,
7565
7748
  :model_name,
7566
7749
  :patch_operations)
7750
+ SENSITIVE = []
7567
7751
  include Aws::Structure
7568
7752
  end
7569
7753
 
@@ -7602,6 +7786,7 @@ module Aws::APIGateway
7602
7786
  :rest_api_id,
7603
7787
  :request_validator_id,
7604
7788
  :patch_operations)
7789
+ SENSITIVE = []
7605
7790
  include Aws::Structure
7606
7791
  end
7607
7792
 
@@ -7640,6 +7825,7 @@ module Aws::APIGateway
7640
7825
  :rest_api_id,
7641
7826
  :resource_id,
7642
7827
  :patch_operations)
7828
+ SENSITIVE = []
7643
7829
  include Aws::Structure
7644
7830
  end
7645
7831
 
@@ -7672,6 +7858,7 @@ module Aws::APIGateway
7672
7858
  class UpdateRestApiRequest < Struct.new(
7673
7859
  :rest_api_id,
7674
7860
  :patch_operations)
7861
+ SENSITIVE = []
7675
7862
  include Aws::Structure
7676
7863
  end
7677
7864
 
@@ -7711,6 +7898,7 @@ module Aws::APIGateway
7711
7898
  :rest_api_id,
7712
7899
  :stage_name,
7713
7900
  :patch_operations)
7901
+ SENSITIVE = []
7714
7902
  include Aws::Structure
7715
7903
  end
7716
7904
 
@@ -7743,6 +7931,7 @@ module Aws::APIGateway
7743
7931
  class UpdateUsagePlanRequest < Struct.new(
7744
7932
  :usage_plan_id,
7745
7933
  :patch_operations)
7934
+ SENSITIVE = []
7746
7935
  include Aws::Structure
7747
7936
  end
7748
7937
 
@@ -7785,6 +7974,7 @@ module Aws::APIGateway
7785
7974
  :usage_plan_id,
7786
7975
  :key_id,
7787
7976
  :patch_operations)
7977
+ SENSITIVE = []
7788
7978
  include Aws::Structure
7789
7979
  end
7790
7980
 
@@ -7818,6 +8008,7 @@ module Aws::APIGateway
7818
8008
  class UpdateVpcLinkRequest < Struct.new(
7819
8009
  :vpc_link_id,
7820
8010
  :patch_operations)
8011
+ SENSITIVE = []
7821
8012
  include Aws::Structure
7822
8013
  end
7823
8014
 
@@ -7864,6 +8055,7 @@ module Aws::APIGateway
7864
8055
  :end_date,
7865
8056
  :position,
7866
8057
  :items)
8058
+ SENSITIVE = []
7867
8059
  include Aws::Structure
7868
8060
  end
7869
8061
 
@@ -7929,6 +8121,7 @@ module Aws::APIGateway
7929
8121
  :quota,
7930
8122
  :product_code,
7931
8123
  :tags)
8124
+ SENSITIVE = []
7932
8125
  include Aws::Structure
7933
8126
  end
7934
8127
 
@@ -7970,6 +8163,7 @@ module Aws::APIGateway
7970
8163
  :type,
7971
8164
  :value,
7972
8165
  :name)
8166
+ SENSITIVE = []
7973
8167
  include Aws::Structure
7974
8168
  end
7975
8169
 
@@ -7994,6 +8188,7 @@ module Aws::APIGateway
7994
8188
  class UsagePlanKeys < Struct.new(
7995
8189
  :position,
7996
8190
  :items)
8191
+ SENSITIVE = []
7997
8192
  include Aws::Structure
7998
8193
  end
7999
8194
 
@@ -8017,6 +8212,7 @@ module Aws::APIGateway
8017
8212
  class UsagePlans < Struct.new(
8018
8213
  :position,
8019
8214
  :items)
8215
+ SENSITIVE = []
8020
8216
  include Aws::Structure
8021
8217
  end
8022
8218
 
@@ -8077,6 +8273,7 @@ module Aws::APIGateway
8077
8273
  :status,
8078
8274
  :status_message,
8079
8275
  :tags)
8276
+ SENSITIVE = []
8080
8277
  include Aws::Structure
8081
8278
  end
8082
8279
 
@@ -8102,6 +8299,7 @@ module Aws::APIGateway
8102
8299
  class VpcLinks < Struct.new(
8103
8300
  :position,
8104
8301
  :items)
8302
+ SENSITIVE = []
8105
8303
  include Aws::Structure
8106
8304
  end
8107
8305