aws-sdk-apigateway 1.44.0 → 1.49.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: '095ccf784b18aae208d446f6726f30eacfbfe199c3ad9535aad20c25433d8726'
4
- data.tar.gz: e1b199f93c0bf32b8cbd2cba271a18a1416c97bdda89b7a416ef5d7697e1ee20
3
+ metadata.gz: bf73ce666f1a5925f376b8b4f6ec239c5bf0add57796abda78f314dd212f2bf6
4
+ data.tar.gz: 0654b10eb2f758163c054c1e6a5db58e76d51d0d30dd5a174b0cfb90b5fe5eb8
5
5
  SHA512:
6
- metadata.gz: 7f517cb3e379f91bdea20b221c82270525f517eb33cef6d2ff9ab83c2aa8303e017be0aad8c987ea83d29b3b1101149f9ebdca2dc489c21e031de7b0cb470874
7
- data.tar.gz: c47b502b96ee14107301abe38b59843f45db1add86cb9a0af851edb06db9f6395e098b35b47688976c6e4a112d4519a9302923311ec27e38ffbad10aba279990
6
+ metadata.gz: 44e5421981feee30ebb34f1e83c7efa60cbc3170ec63feda123c5a9e24808a5d96390e8bcf7594d577e6f523a4ff08fe5845da564d9f75c1bf10668250873ed3
7
+ data.tar.gz: 846e565f14d12d0bf83e8a09a57a2679be512a8d44741ed34e09e13c912c0391ffa7abc7158d4b8ca6fe1ec096ad730f7be4187620642a24fb6cd8ad196a6db9
@@ -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.44.0'
50
+ GEM_VERSION = '1.49.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:
@@ -314,7 +316,7 @@ module Aws::APIGateway
314
316
 
315
317
  # Create an ApiKey resource.
316
318
  #
317
- # <div class="seeAlso">
319
+ # <div class="seeAlso" markdown="1">
318
320
  # [AWS CLI][1]
319
321
  # </div>
320
322
  #
@@ -409,7 +411,7 @@ module Aws::APIGateway
409
411
 
410
412
  # Adds a new Authorizer resource to an existing RestApi resource.
411
413
  #
412
- # <div class="seeAlso">
414
+ # <div class="seeAlso" markdown="1">
413
415
  # [AWS CLI][1]
414
416
  # </div>
415
417
  #
@@ -1539,7 +1541,7 @@ module Aws::APIGateway
1539
1541
 
1540
1542
  # Deletes an existing Authorizer resource.
1541
1543
  #
1542
- # <div class="seeAlso">
1544
+ # <div class="seeAlso" markdown="1">
1543
1545
  # [AWS CLI][1]
1544
1546
  # </div>
1545
1547
  #
@@ -2298,7 +2300,7 @@ module Aws::APIGateway
2298
2300
 
2299
2301
  # Describe an existing Authorizer resource.
2300
2302
  #
2301
- # <div class="seeAlso">
2303
+ # <div class="seeAlso" markdown="1">
2302
2304
  # [AWS CLI][1]
2303
2305
  # </div>
2304
2306
  #
@@ -2355,7 +2357,7 @@ module Aws::APIGateway
2355
2357
 
2356
2358
  # Describe an existing Authorizers resource.
2357
2359
  #
2358
- # <div class="seeAlso">
2360
+ # <div class="seeAlso" markdown="1">
2359
2361
  # [AWS CLI][1]
2360
2362
  # </div>
2361
2363
  #
@@ -4517,7 +4519,7 @@ module Aws::APIGateway
4517
4519
 
4518
4520
  # Import API keys from an external source, such as a CSV-formatted file.
4519
4521
  #
4520
- # @option params [required, String, IO] :body
4522
+ # @option params [required, String, StringIO, File] :body
4521
4523
  # The payload of the POST request to import API keys. For the payload
4522
4524
  # format, see [API Key File Format][1].
4523
4525
  #
@@ -4573,7 +4575,7 @@ module Aws::APIGateway
4573
4575
  # importation (`true`) or not (`false`) when a warning is encountered.
4574
4576
  # The default value is `false`.
4575
4577
  #
4576
- # @option params [required, String, IO] :body
4578
+ # @option params [required, String, StringIO, File] :body
4577
4579
  # \[Required\] Raw byte array representing the to-be-imported
4578
4580
  # documentation parts. To import from an OpenAPI file, this is a JSON
4579
4581
  # object.
@@ -4641,10 +4643,10 @@ module Aws::APIGateway
4641
4643
  #
4642
4644
  # aws apigateway import-rest-api --parameters endpointConfigurationTypes=REGIONAL --body 'file:///path/to/imported-api-body.json'
4643
4645
  #
4644
- # @option params [required, String, IO] :body
4646
+ # @option params [required, String, StringIO, File] :body
4645
4647
  # \[Required\] The POST request body containing external API
4646
4648
  # definitions. Currently, only OpenAPI definition JSON/YAML files are
4647
- # supported. The maximum size of the API definition file is 2MB.
4649
+ # supported. The maximum size of the API definition file is 6MB.
4648
4650
  #
4649
4651
  # @return [Types::RestApi] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4650
4652
  #
@@ -4882,10 +4884,15 @@ module Aws::APIGateway
4882
4884
  # the same 415 response.
4883
4885
  #
4884
4886
  # @option params [String] :cache_namespace
4885
- # 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.
4886
4891
  #
4887
4892
  # @option params [Array<String>] :cache_key_parameters
4888
- # 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`.
4889
4896
  #
4890
4897
  # @option params [String] :content_handling
4891
4898
  # Specifies how to handle request payload content type conversions.
@@ -5328,10 +5335,10 @@ module Aws::APIGateway
5328
5335
  # command of `aws apigateway import-rest-api --parameters
5329
5336
  # ignore=documentation --body 'file:///path/to/imported-api-body.json'`.
5330
5337
  #
5331
- # @option params [required, String, IO] :body
5338
+ # @option params [required, String, StringIO, File] :body
5332
5339
  # \[Required\] The PUT request body containing external API definitions.
5333
5340
  # Currently, only OpenAPI definition JSON/YAML files are supported. The
5334
- # maximum size of the API definition file is 2MB.
5341
+ # maximum size of the API definition file is 6MB.
5335
5342
  #
5336
5343
  # @return [Types::RestApi] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5337
5344
  #
@@ -5419,7 +5426,7 @@ module Aws::APIGateway
5419
5426
  # Simulate the execution of an Authorizer in your RestApi with headers,
5420
5427
  # parameters, and an incoming request body.
5421
5428
  #
5422
- # <div class="seeAlso">
5429
+ # <div class="seeAlso" markdown="1">
5423
5430
  # [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as
5424
5431
  # Authorizer][2]
5425
5432
  # </div>
@@ -5723,7 +5730,7 @@ module Aws::APIGateway
5723
5730
 
5724
5731
  # Updates an existing Authorizer resource.
5725
5732
  #
5726
- # <div class="seeAlso">
5733
+ # <div class="seeAlso" markdown="1">
5727
5734
  # [AWS CLI][1]
5728
5735
  # </div>
5729
5736
  #
@@ -7011,7 +7018,7 @@ module Aws::APIGateway
7011
7018
  params: params,
7012
7019
  config: config)
7013
7020
  context[:gem_name] = 'aws-sdk-apigateway'
7014
- context[:gem_version] = '1.44.0'
7021
+ context[:gem_version] = '1.49.0'
7015
7022
  Seahorse::Client::Request.new(handlers, context)
7016
7023
  end
7017
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
 
@@ -68,7 +71,7 @@ module Aws::APIGateway
68
71
  #
69
72
  # </div>
70
73
  #
71
- # <div class="seeAlso">
74
+ # <div class="seeAlso" markdown="1">
72
75
  # [API Gateway Limits][2] [Developer Guide][3], [AWS CLI][4]
73
76
  # </div>
74
77
  #
@@ -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
 
@@ -109,7 +113,7 @@ module Aws::APIGateway
109
113
  # on any RestApi, which indicates that the callers with the API key can
110
114
  # make requests to that stage.
111
115
  #
112
- # <div class="seeAlso">
116
+ # <div class="seeAlso" markdown="1">
113
117
  # [Use API Keys][1]
114
118
  # </div>
115
119
  #
@@ -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,13 +192,14 @@ 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
 
193
199
  # Represents a collection of API keys as represented by an ApiKeys
194
200
  # resource.
195
201
  #
196
- # <div class="seeAlso">
202
+ # <div class="seeAlso" markdown="1">
197
203
  # [Use API Keys][1]
198
204
  # </div>
199
205
  #
@@ -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
 
@@ -260,7 +268,7 @@ module Aws::APIGateway
260
268
  # API Gateway will activate the authorizer when a client calls the
261
269
  # method.
262
270
  #
263
- # <div class="seeAlso">
271
+ # <div class="seeAlso" markdown="1">
264
272
  # [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as
265
273
  # Authorizer][2]
266
274
  # </div>
@@ -371,12 +379,13 @@ 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
 
377
386
  # Represents a collection of Authorizer resources.
378
387
  #
379
- # <div class="seeAlso">
388
+ # <div class="seeAlso" markdown="1">
380
389
  # [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as
381
390
  # Authorizer][2]
382
391
  # </div>
@@ -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,18 +418,19 @@ 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
 
414
425
  # Represents the base path that callers of the API must provide as part
415
426
  # of the URL after the domain name.
416
427
  #
417
- # <div class="remarks">
428
+ # <div class="remarks" markdown="1">
418
429
  # A custom domain name plus a `BasePathMapping` specification identifies
419
430
  # a deployed RestApi in a given stage of the owner Account.
420
431
  # </div>
421
432
  #
422
- # <div class="seeAlso">
433
+ # <div class="seeAlso" markdown="1">
423
434
  # [Use Custom Domain Names][1]
424
435
  # </div>
425
436
  #
@@ -444,12 +455,13 @@ 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
 
450
462
  # Represents a collection of BasePathMapping resources.
451
463
  #
452
- # <div class="seeAlso">
464
+ # <div class="seeAlso" markdown="1">
453
465
  # [Use Custom Domain Names][1]
454
466
  # </div>
455
467
  #
@@ -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
 
@@ -521,7 +535,7 @@ module Aws::APIGateway
521
535
  # policies, a custom Authorizer or an Amazon Cognito user pool.
522
536
  # </div>
523
537
  #
524
- # <div class="seeAlso">
538
+ # <div class="seeAlso" markdown="1">
525
539
  # [Use Client-Side Certificate][1]
526
540
  # </div>
527
541
  #
@@ -563,12 +577,13 @@ 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
 
569
584
  # Represents a collection of ClientCertificate resources.
570
585
  #
571
- # <div class="seeAlso">
586
+ # <div class="seeAlso" markdown="1">
572
587
  # [Use Client-Side Certificate][1]
573
588
  # </div>
574
589
  #
@@ -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
 
@@ -2103,14 +2156,14 @@ module Aws::APIGateway
2103
2156
  # by users using Stages. A deployment must be associated with a Stage
2104
2157
  # for it to be callable over the Internet.
2105
2158
  #
2106
- # <div class="remarks">
2159
+ # <div class="remarks" markdown="1">
2107
2160
  # To create a deployment, call `POST` on the Deployments resource of a
2108
2161
  # RestApi. To view, update, or delete a deployment, call `GET`, `PATCH`,
2109
2162
  # or `DELETE` on the specified deployment resource
2110
2163
  # (`/restapis/\{restapi_id\}/deployments/\{deployment_id\}`).
2111
2164
  # </div>
2112
2165
  #
2113
- # <div class="seeAlso">
2166
+ # <div class="seeAlso" markdown="1">
2114
2167
  # RestApi, Deployments, Stage, [AWS CLI][1], [AWS SDKs][2]
2115
2168
  # </div>
2116
2169
  #
@@ -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
 
@@ -2187,14 +2242,14 @@ module Aws::APIGateway
2187
2242
  # interact with your collection. The collection offers a paginated view
2188
2243
  # of the contained deployments.
2189
2244
  #
2190
- # <div class="remarks">
2245
+ # <div class="remarks" markdown="1">
2191
2246
  # To create a new deployment of a RestApi, make a `POST` request against
2192
2247
  # this resource. To view, update, or delete an existing deployment, make
2193
2248
  # a `GET`, `PATCH`, or `DELETE` request, respectively, on a specified
2194
2249
  # Deployment resource.
2195
2250
  # </div>
2196
2251
  #
2197
- # <div class="seeAlso">
2252
+ # <div class="seeAlso" markdown="1">
2198
2253
  # [Deploying an API][1], [AWS CLI][2], [AWS SDKs][3]
2199
2254
  # </div>
2200
2255
  #
@@ -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
 
@@ -2236,7 +2292,7 @@ module Aws::APIGateway
2236
2292
  #
2237
2293
  # </div>
2238
2294
  #
2239
- # <div class="seeAlso">
2295
+ # <div class="seeAlso" markdown="1">
2240
2296
  # [Documenting an API][1], DocumentationParts
2241
2297
  # </div>
2242
2298
  #
@@ -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
 
@@ -2284,7 +2341,7 @@ module Aws::APIGateway
2284
2341
  # external (e.g., OpenAPI) file are imported into API Gateway
2285
2342
  # </div>
2286
2343
  #
2287
- # <div class="seeAlso">
2344
+ # <div class="seeAlso" markdown="1">
2288
2345
  # [Documenting an API][1], [documentationpart:import][2],
2289
2346
  # DocumentationPart
2290
2347
  # </div>
@@ -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
 
@@ -2385,7 +2444,7 @@ module Aws::APIGateway
2385
2444
  #
2386
2445
  # <div class="remarks"></div>
2387
2446
  #
2388
- # <div class="seeAlso">
2447
+ # <div class="seeAlso" markdown="1">
2389
2448
  # [Documenting an API][1], DocumentationPart
2390
2449
  # </div>
2391
2450
  #
@@ -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
 
@@ -2415,7 +2475,7 @@ module Aws::APIGateway
2415
2475
  #
2416
2476
  # </div>
2417
2477
  #
2418
- # <div class="seeAlso">
2478
+ # <div class="seeAlso" markdown="1">
2419
2479
  # [Documenting an API][1], DocumentationPart, DocumentationVersions
2420
2480
  # </div>
2421
2481
  #
@@ -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
 
@@ -2450,7 +2511,7 @@ module Aws::APIGateway
2450
2511
  #
2451
2512
  # </div>
2452
2513
  #
2453
- # <div class="seeAlso">
2514
+ # <div class="seeAlso" markdown="1">
2454
2515
  # [Documenting an API][1], DocumentationPart, DocumentationVersion
2455
2516
  # </div>
2456
2517
  #
@@ -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
 
@@ -2488,7 +2550,7 @@ module Aws::APIGateway
2488
2550
  #
2489
2551
  # </div>
2490
2552
  #
2491
- # <div class="seeAlso">
2553
+ # <div class="seeAlso" markdown="1">
2492
2554
  # [Set a Custom Host Name for an API][1]
2493
2555
  # </div>
2494
2556
  #
@@ -2615,12 +2677,13 @@ 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
 
2621
2684
  # Represents a collection of DomainName resources.
2622
2685
  #
2623
- # <div class="seeAlso">
2686
+ # <div class="seeAlso" markdown="1">
2624
2687
  # [Use Client-Side Certificate][1]
2625
2688
  # </div>
2626
2689
  #
@@ -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,13 +2806,14 @@ 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
 
2745
2813
  # A gateway response of a given response type and status code, with
2746
2814
  # optional response parameters and mapping templates.
2747
2815
  #
2748
- # <div class="remarks">
2816
+ # <div class="remarks" markdown="1">
2749
2817
  # For more information about valid gateway response types, see [Gateway
2750
2818
  # Response Types Supported by API Gateway][1]
2751
2819
  # <div class="example" markdown="1">
@@ -2772,7 +2840,7 @@ module Aws::APIGateway
2772
2840
  # </div>
2773
2841
  # </div>
2774
2842
  #
2775
- # <div class="seeAlso">
2843
+ # <div class="seeAlso" markdown="1">
2776
2844
  # [Customize Gateway Responses][2]
2777
2845
  # </div>
2778
2846
  #
@@ -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
 
@@ -2839,7 +2908,7 @@ module Aws::APIGateway
2839
2908
  # `responseType`-to-GatewayResponse object map of key-value pairs. As
2840
2909
  # such, pagination is not supported for querying this collection.
2841
2910
  #
2842
- # <div class="remarks">
2911
+ # <div class="remarks" markdown="1">
2843
2912
  # For more information about valid gateway response types, see [Gateway
2844
2913
  # Response Types Supported by API Gateway][1]
2845
2914
  # <div class="example" markdown="1">
@@ -2866,7 +2935,7 @@ module Aws::APIGateway
2866
2935
  # </div>
2867
2936
  # </div>
2868
2937
  #
2869
- # <div class="seeAlso">
2938
+ # <div class="seeAlso" markdown="1">
2870
2939
  # [Customize Gateway Responses][2]
2871
2940
  # </div>
2872
2941
  #
@@ -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
 
@@ -4488,7 +4607,7 @@ module Aws::APIGateway
4488
4607
  # integration.
4489
4608
  # </div>
4490
4609
  #
4491
- # <div class="seeAlso">
4610
+ # <div class="seeAlso" markdown="1">
4492
4611
  # [Creating an API][1]
4493
4612
  # </div>
4494
4613
  #
@@ -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
@@ -4698,7 +4818,7 @@ module Aws::APIGateway
4698
4818
  #
4699
4819
  # </div>
4700
4820
  #
4701
- # <div class="seeAlso">
4821
+ # <div class="seeAlso" markdown="1">
4702
4822
  # [Creating an API][1]
4703
4823
  # </div>
4704
4824
  #
@@ -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
 
@@ -4734,7 +4855,7 @@ module Aws::APIGateway
4734
4855
  # existing MethodResponse, and parameters and templates can be used to
4735
4856
  # transform the back-end response.
4736
4857
  #
4737
- # <div class="seeAlso">
4858
+ # <div class="seeAlso" markdown="1">
4738
4859
  # [Creating an API][1]
4739
4860
  # </div>
4740
4861
  #
@@ -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
 
@@ -4860,7 +4983,7 @@ module Aws::APIGateway
4860
4983
  #
4861
4984
  # </div>
4862
4985
  #
4863
- # <div class="seeAlso">
4986
+ # <div class="seeAlso" markdown="1">
4864
4987
  # MethodResponse, Integration, IntegrationResponse, Resource, [Set up an
4865
4988
  # API's method][2]
4866
4989
  # </div>
@@ -4948,7 +5071,7 @@ module Aws::APIGateway
4948
5071
  #
4949
5072
  # </div>
4950
5073
  #
4951
- # <div class="seeAlso">
5074
+ # <div class="seeAlso" markdown="1">
4952
5075
  # [AWS CLI][1]
4953
5076
  # </div>
4954
5077
  #
@@ -4984,7 +5107,7 @@ module Aws::APIGateway
4984
5107
  #
4985
5108
  # </div>
4986
5109
  #
4987
- # <div class="seeAlso">
5110
+ # <div class="seeAlso" markdown="1">
4988
5111
  # [AWS CLI][1]
4989
5112
  # </div>
4990
5113
  #
@@ -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
 
@@ -5048,7 +5172,7 @@ module Aws::APIGateway
5048
5172
  #
5049
5173
  # </div>
5050
5174
  #
5051
- # <div class="seeAlso">
5175
+ # <div class="seeAlso" markdown="1">
5052
5176
  # Method, IntegrationResponse, Integration [Creating an API][1]
5053
5177
  # </div>
5054
5178
  #
@@ -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
 
@@ -5216,7 +5343,7 @@ module Aws::APIGateway
5216
5343
  #
5217
5344
  # </div>
5218
5345
  #
5219
- # <div class="seeAlso">
5346
+ # <div class="seeAlso" markdown="1">
5220
5347
  # Method, MethodResponse, [Models and Mappings][1]
5221
5348
  # </div>
5222
5349
  #
@@ -5259,12 +5386,13 @@ 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
 
5265
5393
  # Represents a collection of Model resources.
5266
5394
  #
5267
- # <div class="seeAlso">
5395
+ # <div class="seeAlso" markdown="1">
5268
5396
  # Method, MethodResponse, [Models and Mappings][1]
5269
5397
  # </div>
5270
5398
  #
@@ -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
 
@@ -6002,7 +6145,7 @@ module Aws::APIGateway
6002
6145
  #
6003
6146
  # </div>
6004
6147
  #
6005
- # <div class="seeAlso">
6148
+ # <div class="seeAlso" markdown="1">
6006
6149
  # [Enable Basic Request Validation in API Gateway][3]
6007
6150
  # </div>
6008
6151
  #
@@ -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
 
@@ -6046,7 +6190,7 @@ module Aws::APIGateway
6046
6190
  #
6047
6191
  # </div>
6048
6192
  #
6049
- # <div class="seeAlso">
6193
+ # <div class="seeAlso" markdown="1">
6050
6194
  # [Enable Basic Request Validation in API Gateway][2]
6051
6195
  # </div>
6052
6196
  #
@@ -6065,12 +6209,13 @@ 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
 
6071
6216
  # Represents an API resource.
6072
6217
  #
6073
- # <div class="seeAlso">
6218
+ # <div class="seeAlso" markdown="1">
6074
6219
  # [Create an API][1]
6075
6220
  # </div>
6076
6221
  #
@@ -6130,12 +6275,13 @@ 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
 
6136
6282
  # Represents a collection of Resource resources.
6137
6283
  #
6138
- # <div class="seeAlso">
6284
+ # <div class="seeAlso" markdown="1">
6139
6285
  # [Create an API][1]
6140
6286
  # </div>
6141
6287
  #
@@ -6153,12 +6299,13 @@ 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
 
6159
6306
  # Represents a REST API.
6160
6307
  #
6161
- # <div class="seeAlso">
6308
+ # <div class="seeAlso" markdown="1">
6162
6309
  # [Create an API][1]
6163
6310
  # </div>
6164
6311
  #
@@ -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
 
@@ -6249,7 +6397,7 @@ module Aws::APIGateway
6249
6397
  # interact with your collection. A collection offers a paginated view of
6250
6398
  # your APIs.
6251
6399
  #
6252
- # <div class="seeAlso">
6400
+ # <div class="seeAlso" markdown="1">
6253
6401
  # [Create an API][1]
6254
6402
  # </div>
6255
6403
  #
@@ -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,13 +6531,14 @@ 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
 
6384
6538
  # Represents a unique identifier for a version of a deployed RestApi
6385
6539
  # that is callable by users.
6386
6540
  #
6387
- # <div class="seeAlso">
6541
+ # <div class="seeAlso" markdown="1">
6388
6542
  # [Deploy an API][1]
6389
6543
  # </div>
6390
6544
  #
@@ -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,13 +6669,14 @@ 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
 
6520
6676
  # A list of Stage resources that are associated with the ApiKey
6521
6677
  # resource.
6522
6678
  #
6523
- # <div class="seeAlso">
6679
+ # <div class="seeAlso" markdown="1">
6524
6680
  # [Deploying API in Stages][1]
6525
6681
  # </div>
6526
6682
  #
@@ -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,12 +6734,13 @@ 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
 
6582
6741
  # Represents a mapping template used to transform a payload.
6583
6742
  #
6584
- # <div class="seeAlso">
6743
+ # <div class="seeAlso" markdown="1">
6585
6744
  # [Mapping Templates][1]
6586
6745
  # </div>
6587
6746
  #
@@ -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,12 +6965,13 @@ 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
 
6809
6972
  # Represents the response of the test invoke request in the HTTP method.
6810
6973
  #
6811
- # <div class="seeAlso">
6974
+ # <div class="seeAlso" markdown="1">
6812
6975
  # [Test API using the API Gateway console][1]
6813
6976
  # </div>
6814
6977
  #
@@ -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
 
@@ -7825,7 +8016,7 @@ module Aws::APIGateway
7825
8016
  #
7826
8017
  # <div class="remarks"></div>
7827
8018
  #
7828
- # <div class="seeAlso">
8019
+ # <div class="seeAlso" markdown="1">
7829
8020
  # [Create and Use Usage Plans][1], [Manage Usage in a Usage Plan][2]
7830
8021
  # </div>
7831
8022
  #
@@ -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
 
@@ -7877,7 +8069,7 @@ module Aws::APIGateway
7877
8069
  #
7878
8070
  # </div>
7879
8071
  #
7880
- # <div class="seeAlso">
8072
+ # <div class="seeAlso" markdown="1">
7881
8073
  # [Create and Use Usage Plans][1]
7882
8074
  # </div>
7883
8075
  #
@@ -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
 
@@ -7940,7 +8133,7 @@ module Aws::APIGateway
7940
8133
  #
7941
8134
  # </div>
7942
8135
  #
7943
- # " <div class="seeAlso">
8136
+ # " <div class="seeAlso" markdown="1">
7944
8137
  # [Create and Use Usage Plans][1]
7945
8138
  # </div>
7946
8139
  #
@@ -7970,13 +8163,14 @@ module Aws::APIGateway
7970
8163
  :type,
7971
8164
  :value,
7972
8165
  :name)
8166
+ SENSITIVE = []
7973
8167
  include Aws::Structure
7974
8168
  end
7975
8169
 
7976
8170
  # Represents the collection of usage plan keys added to usage plans for
7977
8171
  # the associated API keys and, possibly, other types of keys.
7978
8172
  #
7979
- # <div class="seeAlso">
8173
+ # <div class="seeAlso" markdown="1">
7980
8174
  # [Create and Use Usage Plans][1]
7981
8175
  # </div>
7982
8176
  #
@@ -7994,12 +8188,13 @@ 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
 
8000
8195
  # Represents a collection of usage plans for an AWS account.
8001
8196
  #
8002
- # <div class="seeAlso">
8197
+ # <div class="seeAlso" markdown="1">
8003
8198
  # [Create and Use Usage Plans][1]
8004
8199
  # </div>
8005
8200
  #
@@ -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,12 +8273,13 @@ 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
 
8083
8280
  # The collection of VPC links under the caller's account in a region.
8084
8281
  #
8085
- # <div class="seeAlso">
8282
+ # <div class="seeAlso" markdown="1">
8086
8283
  # [Getting Started with Private Integrations][1], [Set up Private
8087
8284
  # Integrations][2]
8088
8285
  # </div>
@@ -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