aws-sdk-apigateway 1.46.0 → 1.52.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c6e7f961af30312e18f4ab2053c41b05093418e731f14f2e4fef4918bc99916
|
4
|
+
data.tar.gz: 359ded916afb6d0ba5ba46e2ce8a958c5851e9137dd9d2dbfc4ee3b7476c3b63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1963ed674aeac6f89689fc91d2160278a0647ef5c1ac60a55e5e1ab676a7f328b800b61191678a663b3181720bb9d69eebcea67d21c6487199a603248292bce4
|
7
|
+
data.tar.gz: d379b3b987d3390d373d13990fe115a8ad97f9f5feec7bd91d51870911b2ca68a06810a897a54e9e09c9b99fc6e31d7c1662f7597c37e361ed2304cb9dbbfebd
|
data/lib/aws-sdk-apigateway.rb
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-apigateway/customizations'
|
|
44
45
|
#
|
45
46
|
# See {Errors} for more information.
|
46
47
|
#
|
47
|
-
#
|
48
|
+
# @!group service
|
48
49
|
module Aws::APIGateway
|
49
50
|
|
50
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.52.0'
|
51
52
|
|
52
53
|
end
|
@@ -87,13 +87,28 @@ module Aws::APIGateway
|
|
87
87
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
88
88
|
# credentials.
|
89
89
|
#
|
90
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
91
|
+
# shared file, such as `~/.aws/config`.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
94
|
+
#
|
95
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
96
|
+
# assume a role after providing credentials via the web.
|
97
|
+
#
|
98
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
99
|
+
# access token generated from `aws login`.
|
100
|
+
#
|
101
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
102
|
+
# process that outputs to stdout.
|
103
|
+
#
|
90
104
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
91
105
|
# from an EC2 IMDS on an EC2 instance.
|
92
106
|
#
|
93
|
-
# * `Aws::
|
94
|
-
#
|
107
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
108
|
+
# instances running in ECS.
|
95
109
|
#
|
96
|
-
# * `Aws::
|
110
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
111
|
+
# from the Cognito Identity service.
|
97
112
|
#
|
98
113
|
# When `:credentials` are not configured directly, the following
|
99
114
|
# locations will be searched for credentials:
|
@@ -103,10 +118,10 @@ module Aws::APIGateway
|
|
103
118
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
104
119
|
# * `~/.aws/credentials`
|
105
120
|
# * `~/.aws/config`
|
106
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
107
|
-
# very aggressive. Construct and pass an instance of
|
108
|
-
# `Aws::InstanceProfileCredentails`
|
109
|
-
# timeouts.
|
121
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
122
|
+
# are very aggressive. Construct and pass an instance of
|
123
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
124
|
+
# enable retries and extended timeouts.
|
110
125
|
#
|
111
126
|
# @option options [required, String] :region
|
112
127
|
# The AWS region to connect to. The configured `:region` is
|
@@ -316,7 +331,7 @@ module Aws::APIGateway
|
|
316
331
|
|
317
332
|
# Create an ApiKey resource.
|
318
333
|
#
|
319
|
-
# <div class="seeAlso">
|
334
|
+
# <div class="seeAlso" markdown="1">
|
320
335
|
# [AWS CLI][1]
|
321
336
|
# </div>
|
322
337
|
#
|
@@ -411,7 +426,7 @@ module Aws::APIGateway
|
|
411
426
|
|
412
427
|
# Adds a new Authorizer resource to an existing RestApi resource.
|
413
428
|
#
|
414
|
-
# <div class="seeAlso">
|
429
|
+
# <div class="seeAlso" markdown="1">
|
415
430
|
# [AWS CLI][1]
|
416
431
|
# </div>
|
417
432
|
#
|
@@ -1541,7 +1556,7 @@ module Aws::APIGateway
|
|
1541
1556
|
|
1542
1557
|
# Deletes an existing Authorizer resource.
|
1543
1558
|
#
|
1544
|
-
# <div class="seeAlso">
|
1559
|
+
# <div class="seeAlso" markdown="1">
|
1545
1560
|
# [AWS CLI][1]
|
1546
1561
|
# </div>
|
1547
1562
|
#
|
@@ -2300,7 +2315,7 @@ module Aws::APIGateway
|
|
2300
2315
|
|
2301
2316
|
# Describe an existing Authorizer resource.
|
2302
2317
|
#
|
2303
|
-
# <div class="seeAlso">
|
2318
|
+
# <div class="seeAlso" markdown="1">
|
2304
2319
|
# [AWS CLI][1]
|
2305
2320
|
# </div>
|
2306
2321
|
#
|
@@ -2357,7 +2372,7 @@ module Aws::APIGateway
|
|
2357
2372
|
|
2358
2373
|
# Describe an existing Authorizers resource.
|
2359
2374
|
#
|
2360
|
-
# <div class="seeAlso">
|
2375
|
+
# <div class="seeAlso" markdown="1">
|
2361
2376
|
# [AWS CLI][1]
|
2362
2377
|
# </div>
|
2363
2378
|
#
|
@@ -4519,7 +4534,7 @@ module Aws::APIGateway
|
|
4519
4534
|
|
4520
4535
|
# Import API keys from an external source, such as a CSV-formatted file.
|
4521
4536
|
#
|
4522
|
-
# @option params [required, String,
|
4537
|
+
# @option params [required, String, StringIO, File] :body
|
4523
4538
|
# The payload of the POST request to import API keys. For the payload
|
4524
4539
|
# format, see [API Key File Format][1].
|
4525
4540
|
#
|
@@ -4575,7 +4590,7 @@ module Aws::APIGateway
|
|
4575
4590
|
# importation (`true`) or not (`false`) when a warning is encountered.
|
4576
4591
|
# The default value is `false`.
|
4577
4592
|
#
|
4578
|
-
# @option params [required, String,
|
4593
|
+
# @option params [required, String, StringIO, File] :body
|
4579
4594
|
# \[Required\] Raw byte array representing the to-be-imported
|
4580
4595
|
# documentation parts. To import from an OpenAPI file, this is a JSON
|
4581
4596
|
# object.
|
@@ -4643,7 +4658,7 @@ module Aws::APIGateway
|
|
4643
4658
|
#
|
4644
4659
|
# aws apigateway import-rest-api --parameters endpointConfigurationTypes=REGIONAL --body 'file:///path/to/imported-api-body.json'
|
4645
4660
|
#
|
4646
|
-
# @option params [required, String,
|
4661
|
+
# @option params [required, String, StringIO, File] :body
|
4647
4662
|
# \[Required\] The POST request body containing external API
|
4648
4663
|
# definitions. Currently, only OpenAPI definition JSON/YAML files are
|
4649
4664
|
# supported. The maximum size of the API definition file is 6MB.
|
@@ -5335,7 +5350,7 @@ module Aws::APIGateway
|
|
5335
5350
|
# command of `aws apigateway import-rest-api --parameters
|
5336
5351
|
# ignore=documentation --body 'file:///path/to/imported-api-body.json'`.
|
5337
5352
|
#
|
5338
|
-
# @option params [required, String,
|
5353
|
+
# @option params [required, String, StringIO, File] :body
|
5339
5354
|
# \[Required\] The PUT request body containing external API definitions.
|
5340
5355
|
# Currently, only OpenAPI definition JSON/YAML files are supported. The
|
5341
5356
|
# maximum size of the API definition file is 6MB.
|
@@ -5426,7 +5441,7 @@ module Aws::APIGateway
|
|
5426
5441
|
# Simulate the execution of an Authorizer in your RestApi with headers,
|
5427
5442
|
# parameters, and an incoming request body.
|
5428
5443
|
#
|
5429
|
-
# <div class="seeAlso">
|
5444
|
+
# <div class="seeAlso" markdown="1">
|
5430
5445
|
# [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as
|
5431
5446
|
# Authorizer][2]
|
5432
5447
|
# </div>
|
@@ -5730,7 +5745,7 @@ module Aws::APIGateway
|
|
5730
5745
|
|
5731
5746
|
# Updates an existing Authorizer resource.
|
5732
5747
|
#
|
5733
|
-
# <div class="seeAlso">
|
5748
|
+
# <div class="seeAlso" markdown="1">
|
5734
5749
|
# [AWS CLI][1]
|
5735
5750
|
# </div>
|
5736
5751
|
#
|
@@ -7018,7 +7033,7 @@ module Aws::APIGateway
|
|
7018
7033
|
params: params,
|
7019
7034
|
config: config)
|
7020
7035
|
context[:gem_name] = 'aws-sdk-apigateway'
|
7021
|
-
context[:gem_version] = '1.
|
7036
|
+
context[:gem_version] = '1.52.0'
|
7022
7037
|
Seahorse::Client::Request.new(handlers, context)
|
7023
7038
|
end
|
7024
7039
|
|
@@ -33,6 +33,7 @@ module Aws::APIGateway
|
|
33
33
|
class AccessLogSettings < Struct.new(
|
34
34
|
:format,
|
35
35
|
:destination_arn)
|
36
|
+
SENSITIVE = []
|
36
37
|
include Aws::Structure
|
37
38
|
end
|
38
39
|
|
@@ -70,7 +71,7 @@ module Aws::APIGateway
|
|
70
71
|
#
|
71
72
|
# </div>
|
72
73
|
#
|
73
|
-
# <div class="seeAlso">
|
74
|
+
# <div class="seeAlso" markdown="1">
|
74
75
|
# [API Gateway Limits][2] [Developer Guide][3], [AWS CLI][4]
|
75
76
|
# </div>
|
76
77
|
#
|
@@ -103,6 +104,7 @@ module Aws::APIGateway
|
|
103
104
|
:throttle_settings,
|
104
105
|
:features,
|
105
106
|
:api_key_version)
|
107
|
+
SENSITIVE = []
|
106
108
|
include Aws::Structure
|
107
109
|
end
|
108
110
|
|
@@ -111,7 +113,7 @@ module Aws::APIGateway
|
|
111
113
|
# on any RestApi, which indicates that the callers with the API key can
|
112
114
|
# make requests to that stage.
|
113
115
|
#
|
114
|
-
# <div class="seeAlso">
|
116
|
+
# <div class="seeAlso" markdown="1">
|
115
117
|
# [Use API Keys][1]
|
116
118
|
# </div>
|
117
119
|
#
|
@@ -173,6 +175,7 @@ module Aws::APIGateway
|
|
173
175
|
:last_updated_date,
|
174
176
|
:stage_keys,
|
175
177
|
:tags)
|
178
|
+
SENSITIVE = []
|
176
179
|
include Aws::Structure
|
177
180
|
end
|
178
181
|
|
@@ -189,13 +192,14 @@ module Aws::APIGateway
|
|
189
192
|
class ApiKeyIds < Struct.new(
|
190
193
|
:ids,
|
191
194
|
:warnings)
|
195
|
+
SENSITIVE = []
|
192
196
|
include Aws::Structure
|
193
197
|
end
|
194
198
|
|
195
199
|
# Represents a collection of API keys as represented by an ApiKeys
|
196
200
|
# resource.
|
197
201
|
#
|
198
|
-
# <div class="seeAlso">
|
202
|
+
# <div class="seeAlso" markdown="1">
|
199
203
|
# [Use API Keys][1]
|
200
204
|
# </div>
|
201
205
|
#
|
@@ -219,6 +223,7 @@ module Aws::APIGateway
|
|
219
223
|
:warnings,
|
220
224
|
:position,
|
221
225
|
:items)
|
226
|
+
SENSITIVE = []
|
222
227
|
include Aws::Structure
|
223
228
|
end
|
224
229
|
|
@@ -255,6 +260,7 @@ module Aws::APIGateway
|
|
255
260
|
:api_id,
|
256
261
|
:stage,
|
257
262
|
:throttle)
|
263
|
+
SENSITIVE = []
|
258
264
|
include Aws::Structure
|
259
265
|
end
|
260
266
|
|
@@ -262,7 +268,7 @@ module Aws::APIGateway
|
|
262
268
|
# API Gateway will activate the authorizer when a client calls the
|
263
269
|
# method.
|
264
270
|
#
|
265
|
-
# <div class="seeAlso">
|
271
|
+
# <div class="seeAlso" markdown="1">
|
266
272
|
# [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as
|
267
273
|
# Authorizer][2]
|
268
274
|
# </div>
|
@@ -373,12 +379,13 @@ module Aws::APIGateway
|
|
373
379
|
:identity_source,
|
374
380
|
:identity_validation_expression,
|
375
381
|
:authorizer_result_ttl_in_seconds)
|
382
|
+
SENSITIVE = []
|
376
383
|
include Aws::Structure
|
377
384
|
end
|
378
385
|
|
379
386
|
# Represents a collection of Authorizer resources.
|
380
387
|
#
|
381
|
-
# <div class="seeAlso">
|
388
|
+
# <div class="seeAlso" markdown="1">
|
382
389
|
# [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as
|
383
390
|
# Authorizer][2]
|
384
391
|
# </div>
|
@@ -398,6 +405,7 @@ module Aws::APIGateway
|
|
398
405
|
class Authorizers < Struct.new(
|
399
406
|
:position,
|
400
407
|
:items)
|
408
|
+
SENSITIVE = []
|
401
409
|
include Aws::Structure
|
402
410
|
end
|
403
411
|
|
@@ -410,18 +418,19 @@ module Aws::APIGateway
|
|
410
418
|
#
|
411
419
|
class BadRequestException < Struct.new(
|
412
420
|
:message)
|
421
|
+
SENSITIVE = []
|
413
422
|
include Aws::Structure
|
414
423
|
end
|
415
424
|
|
416
425
|
# Represents the base path that callers of the API must provide as part
|
417
426
|
# of the URL after the domain name.
|
418
427
|
#
|
419
|
-
# <div class="remarks">
|
428
|
+
# <div class="remarks" markdown="1">
|
420
429
|
# A custom domain name plus a `BasePathMapping` specification identifies
|
421
430
|
# a deployed RestApi in a given stage of the owner Account.
|
422
431
|
# </div>
|
423
432
|
#
|
424
|
-
# <div class="seeAlso">
|
433
|
+
# <div class="seeAlso" markdown="1">
|
425
434
|
# [Use Custom Domain Names][1]
|
426
435
|
# </div>
|
427
436
|
#
|
@@ -446,12 +455,13 @@ module Aws::APIGateway
|
|
446
455
|
:base_path,
|
447
456
|
:rest_api_id,
|
448
457
|
:stage)
|
458
|
+
SENSITIVE = []
|
449
459
|
include Aws::Structure
|
450
460
|
end
|
451
461
|
|
452
462
|
# Represents a collection of BasePathMapping resources.
|
453
463
|
#
|
454
|
-
# <div class="seeAlso">
|
464
|
+
# <div class="seeAlso" markdown="1">
|
455
465
|
# [Use Custom Domain Names][1]
|
456
466
|
# </div>
|
457
467
|
#
|
@@ -469,6 +479,7 @@ module Aws::APIGateway
|
|
469
479
|
class BasePathMappings < Struct.new(
|
470
480
|
:position,
|
471
481
|
:items)
|
482
|
+
SENSITIVE = []
|
472
483
|
include Aws::Structure
|
473
484
|
end
|
474
485
|
|
@@ -511,6 +522,7 @@ module Aws::APIGateway
|
|
511
522
|
:deployment_id,
|
512
523
|
:stage_variable_overrides,
|
513
524
|
:use_stage_cache)
|
525
|
+
SENSITIVE = []
|
514
526
|
include Aws::Structure
|
515
527
|
end
|
516
528
|
|
@@ -523,7 +535,7 @@ module Aws::APIGateway
|
|
523
535
|
# policies, a custom Authorizer or an Amazon Cognito user pool.
|
524
536
|
# </div>
|
525
537
|
#
|
526
|
-
# <div class="seeAlso">
|
538
|
+
# <div class="seeAlso" markdown="1">
|
527
539
|
# [Use Client-Side Certificate][1]
|
528
540
|
# </div>
|
529
541
|
#
|
@@ -565,12 +577,13 @@ module Aws::APIGateway
|
|
565
577
|
:created_date,
|
566
578
|
:expiration_date,
|
567
579
|
:tags)
|
580
|
+
SENSITIVE = []
|
568
581
|
include Aws::Structure
|
569
582
|
end
|
570
583
|
|
571
584
|
# Represents a collection of ClientCertificate resources.
|
572
585
|
#
|
573
|
-
# <div class="seeAlso">
|
586
|
+
# <div class="seeAlso" markdown="1">
|
574
587
|
# [Use Client-Side Certificate][1]
|
575
588
|
# </div>
|
576
589
|
#
|
@@ -588,6 +601,7 @@ module Aws::APIGateway
|
|
588
601
|
class ClientCertificates < Struct.new(
|
589
602
|
:position,
|
590
603
|
:items)
|
604
|
+
SENSITIVE = []
|
591
605
|
include Aws::Structure
|
592
606
|
end
|
593
607
|
|
@@ -599,6 +613,7 @@ module Aws::APIGateway
|
|
599
613
|
#
|
600
614
|
class ConflictException < Struct.new(
|
601
615
|
:message)
|
616
|
+
SENSITIVE = []
|
602
617
|
include Aws::Structure
|
603
618
|
end
|
604
619
|
|
@@ -672,6 +687,7 @@ module Aws::APIGateway
|
|
672
687
|
:stage_keys,
|
673
688
|
:customer_id,
|
674
689
|
:tags)
|
690
|
+
SENSITIVE = []
|
675
691
|
include Aws::Structure
|
676
692
|
end
|
677
693
|
|
@@ -795,6 +811,7 @@ module Aws::APIGateway
|
|
795
811
|
:identity_source,
|
796
812
|
:identity_validation_expression,
|
797
813
|
:authorizer_result_ttl_in_seconds)
|
814
|
+
SENSITIVE = []
|
798
815
|
include Aws::Structure
|
799
816
|
end
|
800
817
|
|
@@ -837,6 +854,7 @@ module Aws::APIGateway
|
|
837
854
|
:base_path,
|
838
855
|
:rest_api_id,
|
839
856
|
:stage)
|
857
|
+
SENSITIVE = []
|
840
858
|
include Aws::Structure
|
841
859
|
end
|
842
860
|
|
@@ -920,6 +938,7 @@ module Aws::APIGateway
|
|
920
938
|
:variables,
|
921
939
|
:canary_settings,
|
922
940
|
:tracing_enabled)
|
941
|
+
SENSITIVE = []
|
923
942
|
include Aws::Structure
|
924
943
|
end
|
925
944
|
|
@@ -960,6 +979,7 @@ module Aws::APIGateway
|
|
960
979
|
:rest_api_id,
|
961
980
|
:location,
|
962
981
|
:properties)
|
982
|
+
SENSITIVE = []
|
963
983
|
include Aws::Structure
|
964
984
|
end
|
965
985
|
|
@@ -996,6 +1016,7 @@ module Aws::APIGateway
|
|
996
1016
|
:documentation_version,
|
997
1017
|
:stage_name,
|
998
1018
|
:description)
|
1019
|
+
SENSITIVE = []
|
999
1020
|
include Aws::Structure
|
1000
1021
|
end
|
1001
1022
|
|
@@ -1099,6 +1120,7 @@ module Aws::APIGateway
|
|
1099
1120
|
:endpoint_configuration,
|
1100
1121
|
:tags,
|
1101
1122
|
:security_policy)
|
1123
|
+
SENSITIVE = []
|
1102
1124
|
include Aws::Structure
|
1103
1125
|
end
|
1104
1126
|
|
@@ -1147,6 +1169,7 @@ module Aws::APIGateway
|
|
1147
1169
|
:description,
|
1148
1170
|
:schema,
|
1149
1171
|
:content_type)
|
1172
|
+
SENSITIVE = []
|
1150
1173
|
include Aws::Structure
|
1151
1174
|
end
|
1152
1175
|
|
@@ -1186,6 +1209,7 @@ module Aws::APIGateway
|
|
1186
1209
|
:name,
|
1187
1210
|
:validate_request_body,
|
1188
1211
|
:validate_request_parameters)
|
1212
|
+
SENSITIVE = []
|
1189
1213
|
include Aws::Structure
|
1190
1214
|
end
|
1191
1215
|
|
@@ -1216,6 +1240,7 @@ module Aws::APIGateway
|
|
1216
1240
|
:rest_api_id,
|
1217
1241
|
:parent_id,
|
1218
1242
|
:path_part)
|
1243
|
+
SENSITIVE = []
|
1219
1244
|
include Aws::Structure
|
1220
1245
|
end
|
1221
1246
|
|
@@ -1307,6 +1332,7 @@ module Aws::APIGateway
|
|
1307
1332
|
:endpoint_configuration,
|
1308
1333
|
:policy,
|
1309
1334
|
:tags)
|
1335
|
+
SENSITIVE = []
|
1310
1336
|
include Aws::Structure
|
1311
1337
|
end
|
1312
1338
|
|
@@ -1404,6 +1430,7 @@ module Aws::APIGateway
|
|
1404
1430
|
:canary_settings,
|
1405
1431
|
:tracing_enabled,
|
1406
1432
|
:tags)
|
1433
|
+
SENSITIVE = []
|
1407
1434
|
include Aws::Structure
|
1408
1435
|
end
|
1409
1436
|
|
@@ -1439,6 +1466,7 @@ module Aws::APIGateway
|
|
1439
1466
|
:usage_plan_id,
|
1440
1467
|
:key_id,
|
1441
1468
|
:key_type)
|
1469
|
+
SENSITIVE = []
|
1442
1470
|
include Aws::Structure
|
1443
1471
|
end
|
1444
1472
|
|
@@ -1511,6 +1539,7 @@ module Aws::APIGateway
|
|
1511
1539
|
:throttle,
|
1512
1540
|
:quota,
|
1513
1541
|
:tags)
|
1542
|
+
SENSITIVE = []
|
1514
1543
|
include Aws::Structure
|
1515
1544
|
end
|
1516
1545
|
|
@@ -1556,6 +1585,7 @@ module Aws::APIGateway
|
|
1556
1585
|
:description,
|
1557
1586
|
:target_arns,
|
1558
1587
|
:tags)
|
1588
|
+
SENSITIVE = []
|
1559
1589
|
include Aws::Structure
|
1560
1590
|
end
|
1561
1591
|
|
@@ -1574,6 +1604,7 @@ module Aws::APIGateway
|
|
1574
1604
|
#
|
1575
1605
|
class DeleteApiKeyRequest < Struct.new(
|
1576
1606
|
:api_key)
|
1607
|
+
SENSITIVE = []
|
1577
1608
|
include Aws::Structure
|
1578
1609
|
end
|
1579
1610
|
|
@@ -1598,6 +1629,7 @@ module Aws::APIGateway
|
|
1598
1629
|
class DeleteAuthorizerRequest < Struct.new(
|
1599
1630
|
:rest_api_id,
|
1600
1631
|
:authorizer_id)
|
1632
|
+
SENSITIVE = []
|
1601
1633
|
include Aws::Structure
|
1602
1634
|
end
|
1603
1635
|
|
@@ -1626,6 +1658,7 @@ module Aws::APIGateway
|
|
1626
1658
|
class DeleteBasePathMappingRequest < Struct.new(
|
1627
1659
|
:domain_name,
|
1628
1660
|
:base_path)
|
1661
|
+
SENSITIVE = []
|
1629
1662
|
include Aws::Structure
|
1630
1663
|
end
|
1631
1664
|
|
@@ -1645,6 +1678,7 @@ module Aws::APIGateway
|
|
1645
1678
|
#
|
1646
1679
|
class DeleteClientCertificateRequest < Struct.new(
|
1647
1680
|
:client_certificate_id)
|
1681
|
+
SENSITIVE = []
|
1648
1682
|
include Aws::Structure
|
1649
1683
|
end
|
1650
1684
|
|
@@ -1669,6 +1703,7 @@ module Aws::APIGateway
|
|
1669
1703
|
class DeleteDeploymentRequest < Struct.new(
|
1670
1704
|
:rest_api_id,
|
1671
1705
|
:deployment_id)
|
1706
|
+
SENSITIVE = []
|
1672
1707
|
include Aws::Structure
|
1673
1708
|
end
|
1674
1709
|
|
@@ -1693,6 +1728,7 @@ module Aws::APIGateway
|
|
1693
1728
|
class DeleteDocumentationPartRequest < Struct.new(
|
1694
1729
|
:rest_api_id,
|
1695
1730
|
:documentation_part_id)
|
1731
|
+
SENSITIVE = []
|
1696
1732
|
include Aws::Structure
|
1697
1733
|
end
|
1698
1734
|
|
@@ -1718,6 +1754,7 @@ module Aws::APIGateway
|
|
1718
1754
|
class DeleteDocumentationVersionRequest < Struct.new(
|
1719
1755
|
:rest_api_id,
|
1720
1756
|
:documentation_version)
|
1757
|
+
SENSITIVE = []
|
1721
1758
|
include Aws::Structure
|
1722
1759
|
end
|
1723
1760
|
|
@@ -1736,6 +1773,7 @@ module Aws::APIGateway
|
|
1736
1773
|
#
|
1737
1774
|
class DeleteDomainNameRequest < Struct.new(
|
1738
1775
|
:domain_name)
|
1776
|
+
SENSITIVE = []
|
1739
1777
|
include Aws::Structure
|
1740
1778
|
end
|
1741
1779
|
|
@@ -1782,6 +1820,7 @@ module Aws::APIGateway
|
|
1782
1820
|
class DeleteGatewayResponseRequest < Struct.new(
|
1783
1821
|
:rest_api_id,
|
1784
1822
|
:response_type)
|
1823
|
+
SENSITIVE = []
|
1785
1824
|
include Aws::Structure
|
1786
1825
|
end
|
1787
1826
|
|
@@ -1813,6 +1852,7 @@ module Aws::APIGateway
|
|
1813
1852
|
:rest_api_id,
|
1814
1853
|
:resource_id,
|
1815
1854
|
:http_method)
|
1855
|
+
SENSITIVE = []
|
1816
1856
|
include Aws::Structure
|
1817
1857
|
end
|
1818
1858
|
|
@@ -1852,6 +1892,7 @@ module Aws::APIGateway
|
|
1852
1892
|
:resource_id,
|
1853
1893
|
:http_method,
|
1854
1894
|
:status_code)
|
1895
|
+
SENSITIVE = []
|
1855
1896
|
include Aws::Structure
|
1856
1897
|
end
|
1857
1898
|
|
@@ -1882,6 +1923,7 @@ module Aws::APIGateway
|
|
1882
1923
|
:rest_api_id,
|
1883
1924
|
:resource_id,
|
1884
1925
|
:http_method)
|
1926
|
+
SENSITIVE = []
|
1885
1927
|
include Aws::Structure
|
1886
1928
|
end
|
1887
1929
|
|
@@ -1920,6 +1962,7 @@ module Aws::APIGateway
|
|
1920
1962
|
:resource_id,
|
1921
1963
|
:http_method,
|
1922
1964
|
:status_code)
|
1965
|
+
SENSITIVE = []
|
1923
1966
|
include Aws::Structure
|
1924
1967
|
end
|
1925
1968
|
|
@@ -1944,6 +1987,7 @@ module Aws::APIGateway
|
|
1944
1987
|
class DeleteModelRequest < Struct.new(
|
1945
1988
|
:rest_api_id,
|
1946
1989
|
:model_name)
|
1990
|
+
SENSITIVE = []
|
1947
1991
|
include Aws::Structure
|
1948
1992
|
end
|
1949
1993
|
|
@@ -1968,6 +2012,7 @@ module Aws::APIGateway
|
|
1968
2012
|
class DeleteRequestValidatorRequest < Struct.new(
|
1969
2013
|
:rest_api_id,
|
1970
2014
|
:request_validator_id)
|
2015
|
+
SENSITIVE = []
|
1971
2016
|
include Aws::Structure
|
1972
2017
|
end
|
1973
2018
|
|
@@ -1992,6 +2037,7 @@ module Aws::APIGateway
|
|
1992
2037
|
class DeleteResourceRequest < Struct.new(
|
1993
2038
|
:rest_api_id,
|
1994
2039
|
:resource_id)
|
2040
|
+
SENSITIVE = []
|
1995
2041
|
include Aws::Structure
|
1996
2042
|
end
|
1997
2043
|
|
@@ -2010,6 +2056,7 @@ module Aws::APIGateway
|
|
2010
2056
|
#
|
2011
2057
|
class DeleteRestApiRequest < Struct.new(
|
2012
2058
|
:rest_api_id)
|
2059
|
+
SENSITIVE = []
|
2013
2060
|
include Aws::Structure
|
2014
2061
|
end
|
2015
2062
|
|
@@ -2034,6 +2081,7 @@ module Aws::APIGateway
|
|
2034
2081
|
class DeleteStageRequest < Struct.new(
|
2035
2082
|
:rest_api_id,
|
2036
2083
|
:stage_name)
|
2084
|
+
SENSITIVE = []
|
2037
2085
|
include Aws::Structure
|
2038
2086
|
end
|
2039
2087
|
|
@@ -2061,6 +2109,7 @@ module Aws::APIGateway
|
|
2061
2109
|
class DeleteUsagePlanKeyRequest < Struct.new(
|
2062
2110
|
:usage_plan_id,
|
2063
2111
|
:key_id)
|
2112
|
+
SENSITIVE = []
|
2064
2113
|
include Aws::Structure
|
2065
2114
|
end
|
2066
2115
|
|
@@ -2079,6 +2128,7 @@ module Aws::APIGateway
|
|
2079
2128
|
#
|
2080
2129
|
class DeleteUsagePlanRequest < Struct.new(
|
2081
2130
|
:usage_plan_id)
|
2131
|
+
SENSITIVE = []
|
2082
2132
|
include Aws::Structure
|
2083
2133
|
end
|
2084
2134
|
|
@@ -2098,6 +2148,7 @@ module Aws::APIGateway
|
|
2098
2148
|
#
|
2099
2149
|
class DeleteVpcLinkRequest < Struct.new(
|
2100
2150
|
:vpc_link_id)
|
2151
|
+
SENSITIVE = []
|
2101
2152
|
include Aws::Structure
|
2102
2153
|
end
|
2103
2154
|
|
@@ -2105,14 +2156,14 @@ module Aws::APIGateway
|
|
2105
2156
|
# by users using Stages. A deployment must be associated with a Stage
|
2106
2157
|
# for it to be callable over the Internet.
|
2107
2158
|
#
|
2108
|
-
# <div class="remarks">
|
2159
|
+
# <div class="remarks" markdown="1">
|
2109
2160
|
# To create a deployment, call `POST` on the Deployments resource of a
|
2110
2161
|
# RestApi. To view, update, or delete a deployment, call `GET`, `PATCH`,
|
2111
2162
|
# or `DELETE` on the specified deployment resource
|
2112
2163
|
# (`/restapis/\{restapi_id\}/deployments/\{deployment_id\}`).
|
2113
2164
|
# </div>
|
2114
2165
|
#
|
2115
|
-
# <div class="seeAlso">
|
2166
|
+
# <div class="seeAlso" markdown="1">
|
2116
2167
|
# RestApi, Deployments, Stage, [AWS CLI][1], [AWS SDKs][2]
|
2117
2168
|
# </div>
|
2118
2169
|
#
|
@@ -2143,6 +2194,7 @@ module Aws::APIGateway
|
|
2143
2194
|
:description,
|
2144
2195
|
:created_date,
|
2145
2196
|
:api_summary)
|
2197
|
+
SENSITIVE = []
|
2146
2198
|
include Aws::Structure
|
2147
2199
|
end
|
2148
2200
|
|
@@ -2181,6 +2233,7 @@ module Aws::APIGateway
|
|
2181
2233
|
:percent_traffic,
|
2182
2234
|
:stage_variable_overrides,
|
2183
2235
|
:use_stage_cache)
|
2236
|
+
SENSITIVE = []
|
2184
2237
|
include Aws::Structure
|
2185
2238
|
end
|
2186
2239
|
|
@@ -2189,14 +2242,14 @@ module Aws::APIGateway
|
|
2189
2242
|
# interact with your collection. The collection offers a paginated view
|
2190
2243
|
# of the contained deployments.
|
2191
2244
|
#
|
2192
|
-
# <div class="remarks">
|
2245
|
+
# <div class="remarks" markdown="1">
|
2193
2246
|
# To create a new deployment of a RestApi, make a `POST` request against
|
2194
2247
|
# this resource. To view, update, or delete an existing deployment, make
|
2195
2248
|
# a `GET`, `PATCH`, or `DELETE` request, respectively, on a specified
|
2196
2249
|
# Deployment resource.
|
2197
2250
|
# </div>
|
2198
2251
|
#
|
2199
|
-
# <div class="seeAlso">
|
2252
|
+
# <div class="seeAlso" markdown="1">
|
2200
2253
|
# [Deploying an API][1], [AWS CLI][2], [AWS SDKs][3]
|
2201
2254
|
# </div>
|
2202
2255
|
#
|
@@ -2216,6 +2269,7 @@ module Aws::APIGateway
|
|
2216
2269
|
class Deployments < Struct.new(
|
2217
2270
|
:position,
|
2218
2271
|
:items)
|
2272
|
+
SENSITIVE = []
|
2219
2273
|
include Aws::Structure
|
2220
2274
|
end
|
2221
2275
|
|
@@ -2238,7 +2292,7 @@ module Aws::APIGateway
|
|
2238
2292
|
#
|
2239
2293
|
# </div>
|
2240
2294
|
#
|
2241
|
-
# <div class="seeAlso">
|
2295
|
+
# <div class="seeAlso" markdown="1">
|
2242
2296
|
# [Documenting an API][1], DocumentationParts
|
2243
2297
|
# </div>
|
2244
2298
|
#
|
@@ -2276,6 +2330,7 @@ module Aws::APIGateway
|
|
2276
2330
|
:id,
|
2277
2331
|
:location,
|
2278
2332
|
:properties)
|
2333
|
+
SENSITIVE = []
|
2279
2334
|
include Aws::Structure
|
2280
2335
|
end
|
2281
2336
|
|
@@ -2286,7 +2341,7 @@ module Aws::APIGateway
|
|
2286
2341
|
# external (e.g., OpenAPI) file are imported into API Gateway
|
2287
2342
|
# </div>
|
2288
2343
|
#
|
2289
|
-
# <div class="seeAlso">
|
2344
|
+
# <div class="seeAlso" markdown="1">
|
2290
2345
|
# [Documenting an API][1], [documentationpart:import][2],
|
2291
2346
|
# DocumentationPart
|
2292
2347
|
# </div>
|
@@ -2308,6 +2363,7 @@ module Aws::APIGateway
|
|
2308
2363
|
class DocumentationPartIds < Struct.new(
|
2309
2364
|
:ids,
|
2310
2365
|
:warnings)
|
2366
|
+
SENSITIVE = []
|
2311
2367
|
include Aws::Structure
|
2312
2368
|
end
|
2313
2369
|
|
@@ -2380,6 +2436,7 @@ module Aws::APIGateway
|
|
2380
2436
|
:method,
|
2381
2437
|
:status_code,
|
2382
2438
|
:name)
|
2439
|
+
SENSITIVE = []
|
2383
2440
|
include Aws::Structure
|
2384
2441
|
end
|
2385
2442
|
|
@@ -2387,7 +2444,7 @@ module Aws::APIGateway
|
|
2387
2444
|
#
|
2388
2445
|
# <div class="remarks"></div>
|
2389
2446
|
#
|
2390
|
-
# <div class="seeAlso">
|
2447
|
+
# <div class="seeAlso" markdown="1">
|
2391
2448
|
# [Documenting an API][1], DocumentationPart
|
2392
2449
|
# </div>
|
2393
2450
|
#
|
@@ -2405,6 +2462,7 @@ module Aws::APIGateway
|
|
2405
2462
|
class DocumentationParts < Struct.new(
|
2406
2463
|
:position,
|
2407
2464
|
:items)
|
2465
|
+
SENSITIVE = []
|
2408
2466
|
include Aws::Structure
|
2409
2467
|
end
|
2410
2468
|
|
@@ -2417,7 +2475,7 @@ module Aws::APIGateway
|
|
2417
2475
|
#
|
2418
2476
|
# </div>
|
2419
2477
|
#
|
2420
|
-
# <div class="seeAlso">
|
2478
|
+
# <div class="seeAlso" markdown="1">
|
2421
2479
|
# [Documenting an API][1], DocumentationPart, DocumentationVersions
|
2422
2480
|
# </div>
|
2423
2481
|
#
|
@@ -2441,6 +2499,7 @@ module Aws::APIGateway
|
|
2441
2499
|
:version,
|
2442
2500
|
:created_date,
|
2443
2501
|
:description)
|
2502
|
+
SENSITIVE = []
|
2444
2503
|
include Aws::Structure
|
2445
2504
|
end
|
2446
2505
|
|
@@ -2452,7 +2511,7 @@ module Aws::APIGateway
|
|
2452
2511
|
#
|
2453
2512
|
# </div>
|
2454
2513
|
#
|
2455
|
-
# <div class="seeAlso">
|
2514
|
+
# <div class="seeAlso" markdown="1">
|
2456
2515
|
# [Documenting an API][1], DocumentationPart, DocumentationVersion
|
2457
2516
|
# </div>
|
2458
2517
|
#
|
@@ -2470,6 +2529,7 @@ module Aws::APIGateway
|
|
2470
2529
|
class DocumentationVersions < Struct.new(
|
2471
2530
|
:position,
|
2472
2531
|
:items)
|
2532
|
+
SENSITIVE = []
|
2473
2533
|
include Aws::Structure
|
2474
2534
|
end
|
2475
2535
|
|
@@ -2490,7 +2550,7 @@ module Aws::APIGateway
|
|
2490
2550
|
#
|
2491
2551
|
# </div>
|
2492
2552
|
#
|
2493
|
-
# <div class="seeAlso">
|
2553
|
+
# <div class="seeAlso" markdown="1">
|
2494
2554
|
# [Set a Custom Host Name for an API][1]
|
2495
2555
|
# </div>
|
2496
2556
|
#
|
@@ -2617,12 +2677,13 @@ module Aws::APIGateway
|
|
2617
2677
|
:domain_name_status_message,
|
2618
2678
|
:security_policy,
|
2619
2679
|
:tags)
|
2680
|
+
SENSITIVE = []
|
2620
2681
|
include Aws::Structure
|
2621
2682
|
end
|
2622
2683
|
|
2623
2684
|
# Represents a collection of DomainName resources.
|
2624
2685
|
#
|
2625
|
-
# <div class="seeAlso">
|
2686
|
+
# <div class="seeAlso" markdown="1">
|
2626
2687
|
# [Use Client-Side Certificate][1]
|
2627
2688
|
# </div>
|
2628
2689
|
#
|
@@ -2640,6 +2701,7 @@ module Aws::APIGateway
|
|
2640
2701
|
class DomainNames < Struct.new(
|
2641
2702
|
:position,
|
2642
2703
|
:items)
|
2704
|
+
SENSITIVE = []
|
2643
2705
|
include Aws::Structure
|
2644
2706
|
end
|
2645
2707
|
|
@@ -2670,6 +2732,7 @@ module Aws::APIGateway
|
|
2670
2732
|
class EndpointConfiguration < Struct.new(
|
2671
2733
|
:types,
|
2672
2734
|
:vpc_endpoint_ids)
|
2735
|
+
SENSITIVE = []
|
2673
2736
|
include Aws::Structure
|
2674
2737
|
end
|
2675
2738
|
|
@@ -2693,6 +2756,7 @@ module Aws::APIGateway
|
|
2693
2756
|
:content_type,
|
2694
2757
|
:content_disposition,
|
2695
2758
|
:body)
|
2759
|
+
SENSITIVE = []
|
2696
2760
|
include Aws::Structure
|
2697
2761
|
end
|
2698
2762
|
|
@@ -2717,6 +2781,7 @@ module Aws::APIGateway
|
|
2717
2781
|
class FlushStageAuthorizersCacheRequest < Struct.new(
|
2718
2782
|
:rest_api_id,
|
2719
2783
|
:stage_name)
|
2784
|
+
SENSITIVE = []
|
2720
2785
|
include Aws::Structure
|
2721
2786
|
end
|
2722
2787
|
|
@@ -2741,13 +2806,14 @@ module Aws::APIGateway
|
|
2741
2806
|
class FlushStageCacheRequest < Struct.new(
|
2742
2807
|
:rest_api_id,
|
2743
2808
|
:stage_name)
|
2809
|
+
SENSITIVE = []
|
2744
2810
|
include Aws::Structure
|
2745
2811
|
end
|
2746
2812
|
|
2747
2813
|
# A gateway response of a given response type and status code, with
|
2748
2814
|
# optional response parameters and mapping templates.
|
2749
2815
|
#
|
2750
|
-
# <div class="remarks">
|
2816
|
+
# <div class="remarks" markdown="1">
|
2751
2817
|
# For more information about valid gateway response types, see [Gateway
|
2752
2818
|
# Response Types Supported by API Gateway][1]
|
2753
2819
|
# <div class="example" markdown="1">
|
@@ -2774,7 +2840,7 @@ module Aws::APIGateway
|
|
2774
2840
|
# </div>
|
2775
2841
|
# </div>
|
2776
2842
|
#
|
2777
|
-
# <div class="seeAlso">
|
2843
|
+
# <div class="seeAlso" markdown="1">
|
2778
2844
|
# [Customize Gateway Responses][2]
|
2779
2845
|
# </div>
|
2780
2846
|
#
|
@@ -2834,6 +2900,7 @@ module Aws::APIGateway
|
|
2834
2900
|
:response_parameters,
|
2835
2901
|
:response_templates,
|
2836
2902
|
:default_response)
|
2903
|
+
SENSITIVE = []
|
2837
2904
|
include Aws::Structure
|
2838
2905
|
end
|
2839
2906
|
|
@@ -2841,7 +2908,7 @@ module Aws::APIGateway
|
|
2841
2908
|
# `responseType`-to-GatewayResponse object map of key-value pairs. As
|
2842
2909
|
# such, pagination is not supported for querying this collection.
|
2843
2910
|
#
|
2844
|
-
# <div class="remarks">
|
2911
|
+
# <div class="remarks" markdown="1">
|
2845
2912
|
# For more information about valid gateway response types, see [Gateway
|
2846
2913
|
# Response Types Supported by API Gateway][1]
|
2847
2914
|
# <div class="example" markdown="1">
|
@@ -2868,7 +2935,7 @@ module Aws::APIGateway
|
|
2868
2935
|
# </div>
|
2869
2936
|
# </div>
|
2870
2937
|
#
|
2871
|
-
# <div class="seeAlso">
|
2938
|
+
# <div class="seeAlso" markdown="1">
|
2872
2939
|
# [Customize Gateway Responses][2]
|
2873
2940
|
# </div>
|
2874
2941
|
#
|
@@ -2887,6 +2954,7 @@ module Aws::APIGateway
|
|
2887
2954
|
class GatewayResponses < Struct.new(
|
2888
2955
|
:position,
|
2889
2956
|
:items)
|
2957
|
+
SENSITIVE = []
|
2890
2958
|
include Aws::Structure
|
2891
2959
|
end
|
2892
2960
|
|
@@ -2915,6 +2983,7 @@ module Aws::APIGateway
|
|
2915
2983
|
class GenerateClientCertificateRequest < Struct.new(
|
2916
2984
|
:description,
|
2917
2985
|
:tags)
|
2986
|
+
SENSITIVE = []
|
2918
2987
|
include Aws::Structure
|
2919
2988
|
end
|
2920
2989
|
|
@@ -2947,6 +3016,7 @@ module Aws::APIGateway
|
|
2947
3016
|
class GetApiKeyRequest < Struct.new(
|
2948
3017
|
:api_key,
|
2949
3018
|
:include_value)
|
3019
|
+
SENSITIVE = []
|
2950
3020
|
include Aws::Structure
|
2951
3021
|
end
|
2952
3022
|
|
@@ -2992,6 +3062,7 @@ module Aws::APIGateway
|
|
2992
3062
|
:name_query,
|
2993
3063
|
:customer_id,
|
2994
3064
|
:include_values)
|
3065
|
+
SENSITIVE = []
|
2995
3066
|
include Aws::Structure
|
2996
3067
|
end
|
2997
3068
|
|
@@ -3016,6 +3087,7 @@ module Aws::APIGateway
|
|
3016
3087
|
class GetAuthorizerRequest < Struct.new(
|
3017
3088
|
:rest_api_id,
|
3018
3089
|
:authorizer_id)
|
3090
|
+
SENSITIVE = []
|
3019
3091
|
include Aws::Structure
|
3020
3092
|
end
|
3021
3093
|
|
@@ -3047,6 +3119,7 @@ module Aws::APIGateway
|
|
3047
3119
|
:rest_api_id,
|
3048
3120
|
:position,
|
3049
3121
|
:limit)
|
3122
|
+
SENSITIVE = []
|
3050
3123
|
include Aws::Structure
|
3051
3124
|
end
|
3052
3125
|
|
@@ -3076,6 +3149,7 @@ module Aws::APIGateway
|
|
3076
3149
|
class GetBasePathMappingRequest < Struct.new(
|
3077
3150
|
:domain_name,
|
3078
3151
|
:base_path)
|
3152
|
+
SENSITIVE = []
|
3079
3153
|
include Aws::Structure
|
3080
3154
|
end
|
3081
3155
|
|
@@ -3108,6 +3182,7 @@ module Aws::APIGateway
|
|
3108
3182
|
:domain_name,
|
3109
3183
|
:position,
|
3110
3184
|
:limit)
|
3185
|
+
SENSITIVE = []
|
3111
3186
|
include Aws::Structure
|
3112
3187
|
end
|
3113
3188
|
|
@@ -3128,6 +3203,7 @@ module Aws::APIGateway
|
|
3128
3203
|
#
|
3129
3204
|
class GetClientCertificateRequest < Struct.new(
|
3130
3205
|
:client_certificate_id)
|
3206
|
+
SENSITIVE = []
|
3131
3207
|
include Aws::Structure
|
3132
3208
|
end
|
3133
3209
|
|
@@ -3154,6 +3230,7 @@ module Aws::APIGateway
|
|
3154
3230
|
class GetClientCertificatesRequest < Struct.new(
|
3155
3231
|
:position,
|
3156
3232
|
:limit)
|
3233
|
+
SENSITIVE = []
|
3157
3234
|
include Aws::Structure
|
3158
3235
|
end
|
3159
3236
|
|
@@ -3195,6 +3272,7 @@ module Aws::APIGateway
|
|
3195
3272
|
:rest_api_id,
|
3196
3273
|
:deployment_id,
|
3197
3274
|
:embed)
|
3275
|
+
SENSITIVE = []
|
3198
3276
|
include Aws::Structure
|
3199
3277
|
end
|
3200
3278
|
|
@@ -3227,6 +3305,7 @@ module Aws::APIGateway
|
|
3227
3305
|
:rest_api_id,
|
3228
3306
|
:position,
|
3229
3307
|
:limit)
|
3308
|
+
SENSITIVE = []
|
3230
3309
|
include Aws::Structure
|
3231
3310
|
end
|
3232
3311
|
|
@@ -3251,6 +3330,7 @@ module Aws::APIGateway
|
|
3251
3330
|
class GetDocumentationPartRequest < Struct.new(
|
3252
3331
|
:rest_api_id,
|
3253
3332
|
:documentation_part_id)
|
3333
|
+
SENSITIVE = []
|
3254
3334
|
include Aws::Structure
|
3255
3335
|
end
|
3256
3336
|
|
@@ -3310,6 +3390,7 @@ module Aws::APIGateway
|
|
3310
3390
|
:position,
|
3311
3391
|
:limit,
|
3312
3392
|
:location_status)
|
3393
|
+
SENSITIVE = []
|
3313
3394
|
include Aws::Structure
|
3314
3395
|
end
|
3315
3396
|
|
@@ -3335,6 +3416,7 @@ module Aws::APIGateway
|
|
3335
3416
|
class GetDocumentationVersionRequest < Struct.new(
|
3336
3417
|
:rest_api_id,
|
3337
3418
|
:documentation_version)
|
3419
|
+
SENSITIVE = []
|
3338
3420
|
include Aws::Structure
|
3339
3421
|
end
|
3340
3422
|
|
@@ -3366,6 +3448,7 @@ module Aws::APIGateway
|
|
3366
3448
|
:rest_api_id,
|
3367
3449
|
:position,
|
3368
3450
|
:limit)
|
3451
|
+
SENSITIVE = []
|
3369
3452
|
include Aws::Structure
|
3370
3453
|
end
|
3371
3454
|
|
@@ -3384,6 +3467,7 @@ module Aws::APIGateway
|
|
3384
3467
|
#
|
3385
3468
|
class GetDomainNameRequest < Struct.new(
|
3386
3469
|
:domain_name)
|
3470
|
+
SENSITIVE = []
|
3387
3471
|
include Aws::Structure
|
3388
3472
|
end
|
3389
3473
|
|
@@ -3409,6 +3493,7 @@ module Aws::APIGateway
|
|
3409
3493
|
class GetDomainNamesRequest < Struct.new(
|
3410
3494
|
:position,
|
3411
3495
|
:limit)
|
3496
|
+
SENSITIVE = []
|
3412
3497
|
include Aws::Structure
|
3413
3498
|
end
|
3414
3499
|
|
@@ -3465,6 +3550,7 @@ module Aws::APIGateway
|
|
3465
3550
|
:export_type,
|
3466
3551
|
:parameters,
|
3467
3552
|
:accepts)
|
3553
|
+
SENSITIVE = []
|
3468
3554
|
include Aws::Structure
|
3469
3555
|
end
|
3470
3556
|
|
@@ -3511,6 +3597,7 @@ module Aws::APIGateway
|
|
3511
3597
|
class GetGatewayResponseRequest < Struct.new(
|
3512
3598
|
:rest_api_id,
|
3513
3599
|
:response_type)
|
3600
|
+
SENSITIVE = []
|
3514
3601
|
include Aws::Structure
|
3515
3602
|
end
|
3516
3603
|
|
@@ -3548,6 +3635,7 @@ module Aws::APIGateway
|
|
3548
3635
|
:rest_api_id,
|
3549
3636
|
:position,
|
3550
3637
|
:limit)
|
3638
|
+
SENSITIVE = []
|
3551
3639
|
include Aws::Structure
|
3552
3640
|
end
|
3553
3641
|
|
@@ -3579,6 +3667,7 @@ module Aws::APIGateway
|
|
3579
3667
|
:rest_api_id,
|
3580
3668
|
:resource_id,
|
3581
3669
|
:http_method)
|
3670
|
+
SENSITIVE = []
|
3582
3671
|
include Aws::Structure
|
3583
3672
|
end
|
3584
3673
|
|
@@ -3618,6 +3707,7 @@ module Aws::APIGateway
|
|
3618
3707
|
:resource_id,
|
3619
3708
|
:http_method,
|
3620
3709
|
:status_code)
|
3710
|
+
SENSITIVE = []
|
3621
3711
|
include Aws::Structure
|
3622
3712
|
end
|
3623
3713
|
|
@@ -3648,6 +3738,7 @@ module Aws::APIGateway
|
|
3648
3738
|
:rest_api_id,
|
3649
3739
|
:resource_id,
|
3650
3740
|
:http_method)
|
3741
|
+
SENSITIVE = []
|
3651
3742
|
include Aws::Structure
|
3652
3743
|
end
|
3653
3744
|
|
@@ -3685,6 +3776,7 @@ module Aws::APIGateway
|
|
3685
3776
|
:resource_id,
|
3686
3777
|
:http_method,
|
3687
3778
|
:status_code)
|
3779
|
+
SENSITIVE = []
|
3688
3780
|
include Aws::Structure
|
3689
3781
|
end
|
3690
3782
|
|
@@ -3718,6 +3810,7 @@ module Aws::APIGateway
|
|
3718
3810
|
:rest_api_id,
|
3719
3811
|
:model_name,
|
3720
3812
|
:flatten)
|
3813
|
+
SENSITIVE = []
|
3721
3814
|
include Aws::Structure
|
3722
3815
|
end
|
3723
3816
|
|
@@ -3743,6 +3836,7 @@ module Aws::APIGateway
|
|
3743
3836
|
class GetModelTemplateRequest < Struct.new(
|
3744
3837
|
:rest_api_id,
|
3745
3838
|
:model_name)
|
3839
|
+
SENSITIVE = []
|
3746
3840
|
include Aws::Structure
|
3747
3841
|
end
|
3748
3842
|
|
@@ -3774,6 +3868,7 @@ module Aws::APIGateway
|
|
3774
3868
|
:rest_api_id,
|
3775
3869
|
:position,
|
3776
3870
|
:limit)
|
3871
|
+
SENSITIVE = []
|
3777
3872
|
include Aws::Structure
|
3778
3873
|
end
|
3779
3874
|
|
@@ -3798,6 +3893,7 @@ module Aws::APIGateway
|
|
3798
3893
|
class GetRequestValidatorRequest < Struct.new(
|
3799
3894
|
:rest_api_id,
|
3800
3895
|
:request_validator_id)
|
3896
|
+
SENSITIVE = []
|
3801
3897
|
include Aws::Structure
|
3802
3898
|
end
|
3803
3899
|
|
@@ -3829,6 +3925,7 @@ module Aws::APIGateway
|
|
3829
3925
|
:rest_api_id,
|
3830
3926
|
:position,
|
3831
3927
|
:limit)
|
3928
|
+
SENSITIVE = []
|
3832
3929
|
include Aws::Structure
|
3833
3930
|
end
|
3834
3931
|
|
@@ -3865,6 +3962,7 @@ module Aws::APIGateway
|
|
3865
3962
|
:rest_api_id,
|
3866
3963
|
:resource_id,
|
3867
3964
|
:embed)
|
3965
|
+
SENSITIVE = []
|
3868
3966
|
include Aws::Structure
|
3869
3967
|
end
|
3870
3968
|
|
@@ -3908,6 +4006,7 @@ module Aws::APIGateway
|
|
3908
4006
|
:position,
|
3909
4007
|
:limit,
|
3910
4008
|
:embed)
|
4009
|
+
SENSITIVE = []
|
3911
4010
|
include Aws::Structure
|
3912
4011
|
end
|
3913
4012
|
|
@@ -3927,6 +4026,7 @@ module Aws::APIGateway
|
|
3927
4026
|
#
|
3928
4027
|
class GetRestApiRequest < Struct.new(
|
3929
4028
|
:rest_api_id)
|
4029
|
+
SENSITIVE = []
|
3930
4030
|
include Aws::Structure
|
3931
4031
|
end
|
3932
4032
|
|
@@ -3952,6 +4052,7 @@ module Aws::APIGateway
|
|
3952
4052
|
class GetRestApisRequest < Struct.new(
|
3953
4053
|
:position,
|
3954
4054
|
:limit)
|
4055
|
+
SENSITIVE = []
|
3955
4056
|
include Aws::Structure
|
3956
4057
|
end
|
3957
4058
|
|
@@ -3998,6 +4099,7 @@ module Aws::APIGateway
|
|
3998
4099
|
:stage_name,
|
3999
4100
|
:sdk_type,
|
4000
4101
|
:parameters)
|
4102
|
+
SENSITIVE = []
|
4001
4103
|
include Aws::Structure
|
4002
4104
|
end
|
4003
4105
|
|
@@ -4016,6 +4118,7 @@ module Aws::APIGateway
|
|
4016
4118
|
#
|
4017
4119
|
class GetSdkTypeRequest < Struct.new(
|
4018
4120
|
:id)
|
4121
|
+
SENSITIVE = []
|
4019
4122
|
include Aws::Structure
|
4020
4123
|
end
|
4021
4124
|
|
@@ -4041,6 +4144,7 @@ module Aws::APIGateway
|
|
4041
4144
|
class GetSdkTypesRequest < Struct.new(
|
4042
4145
|
:position,
|
4043
4146
|
:limit)
|
4147
|
+
SENSITIVE = []
|
4044
4148
|
include Aws::Structure
|
4045
4149
|
end
|
4046
4150
|
|
@@ -4066,6 +4170,7 @@ module Aws::APIGateway
|
|
4066
4170
|
class GetStageRequest < Struct.new(
|
4067
4171
|
:rest_api_id,
|
4068
4172
|
:stage_name)
|
4173
|
+
SENSITIVE = []
|
4069
4174
|
include Aws::Structure
|
4070
4175
|
end
|
4071
4176
|
|
@@ -4091,6 +4196,7 @@ module Aws::APIGateway
|
|
4091
4196
|
class GetStagesRequest < Struct.new(
|
4092
4197
|
:rest_api_id,
|
4093
4198
|
:deployment_id)
|
4199
|
+
SENSITIVE = []
|
4094
4200
|
include Aws::Structure
|
4095
4201
|
end
|
4096
4202
|
|
@@ -4123,6 +4229,7 @@ module Aws::APIGateway
|
|
4123
4229
|
:resource_arn,
|
4124
4230
|
:position,
|
4125
4231
|
:limit)
|
4232
|
+
SENSITIVE = []
|
4126
4233
|
include Aws::Structure
|
4127
4234
|
end
|
4128
4235
|
|
@@ -4150,6 +4257,7 @@ module Aws::APIGateway
|
|
4150
4257
|
class GetUsagePlanKeyRequest < Struct.new(
|
4151
4258
|
:usage_plan_id,
|
4152
4259
|
:key_id)
|
4260
|
+
SENSITIVE = []
|
4153
4261
|
include Aws::Structure
|
4154
4262
|
end
|
4155
4263
|
|
@@ -4191,6 +4299,7 @@ module Aws::APIGateway
|
|
4191
4299
|
:position,
|
4192
4300
|
:limit,
|
4193
4301
|
:name_query)
|
4302
|
+
SENSITIVE = []
|
4194
4303
|
include Aws::Structure
|
4195
4304
|
end
|
4196
4305
|
|
@@ -4210,6 +4319,7 @@ module Aws::APIGateway
|
|
4210
4319
|
#
|
4211
4320
|
class GetUsagePlanRequest < Struct.new(
|
4212
4321
|
:usage_plan_id)
|
4322
|
+
SENSITIVE = []
|
4213
4323
|
include Aws::Structure
|
4214
4324
|
end
|
4215
4325
|
|
@@ -4241,6 +4351,7 @@ module Aws::APIGateway
|
|
4241
4351
|
:position,
|
4242
4352
|
:key_id,
|
4243
4353
|
:limit)
|
4354
|
+
SENSITIVE = []
|
4244
4355
|
include Aws::Structure
|
4245
4356
|
end
|
4246
4357
|
|
@@ -4292,6 +4403,7 @@ module Aws::APIGateway
|
|
4292
4403
|
:end_date,
|
4293
4404
|
:position,
|
4294
4405
|
:limit)
|
4406
|
+
SENSITIVE = []
|
4295
4407
|
include Aws::Structure
|
4296
4408
|
end
|
4297
4409
|
|
@@ -4311,6 +4423,7 @@ module Aws::APIGateway
|
|
4311
4423
|
#
|
4312
4424
|
class GetVpcLinkRequest < Struct.new(
|
4313
4425
|
:vpc_link_id)
|
4426
|
+
SENSITIVE = []
|
4314
4427
|
include Aws::Structure
|
4315
4428
|
end
|
4316
4429
|
|
@@ -4337,6 +4450,7 @@ module Aws::APIGateway
|
|
4337
4450
|
class GetVpcLinksRequest < Struct.new(
|
4338
4451
|
:position,
|
4339
4452
|
:limit)
|
4453
|
+
SENSITIVE = []
|
4340
4454
|
include Aws::Structure
|
4341
4455
|
end
|
4342
4456
|
|
@@ -4375,6 +4489,7 @@ module Aws::APIGateway
|
|
4375
4489
|
:body,
|
4376
4490
|
:format,
|
4377
4491
|
:fail_on_warnings)
|
4492
|
+
SENSITIVE = []
|
4378
4493
|
include Aws::Structure
|
4379
4494
|
end
|
4380
4495
|
|
@@ -4418,6 +4533,7 @@ module Aws::APIGateway
|
|
4418
4533
|
:mode,
|
4419
4534
|
:fail_on_warnings,
|
4420
4535
|
:body)
|
4536
|
+
SENSITIVE = []
|
4421
4537
|
include Aws::Structure
|
4422
4538
|
end
|
4423
4539
|
|
@@ -4480,6 +4596,7 @@ module Aws::APIGateway
|
|
4480
4596
|
:fail_on_warnings,
|
4481
4597
|
:parameters,
|
4482
4598
|
:body)
|
4599
|
+
SENSITIVE = []
|
4483
4600
|
include Aws::Structure
|
4484
4601
|
end
|
4485
4602
|
|
@@ -4490,7 +4607,7 @@ module Aws::APIGateway
|
|
4490
4607
|
# integration.
|
4491
4608
|
# </div>
|
4492
4609
|
#
|
4493
|
-
# <div class="seeAlso">
|
4610
|
+
# <div class="seeAlso" markdown="1">
|
4494
4611
|
# [Creating an API][1]
|
4495
4612
|
# </div>
|
4496
4613
|
#
|
@@ -4701,7 +4818,7 @@ module Aws::APIGateway
|
|
4701
4818
|
#
|
4702
4819
|
# </div>
|
4703
4820
|
#
|
4704
|
-
# <div class="seeAlso">
|
4821
|
+
# <div class="seeAlso" markdown="1">
|
4705
4822
|
# [Creating an API][1]
|
4706
4823
|
# </div>
|
4707
4824
|
#
|
@@ -4730,6 +4847,7 @@ module Aws::APIGateway
|
|
4730
4847
|
:cache_key_parameters,
|
4731
4848
|
:integration_responses,
|
4732
4849
|
:tls_config)
|
4850
|
+
SENSITIVE = []
|
4733
4851
|
include Aws::Structure
|
4734
4852
|
end
|
4735
4853
|
|
@@ -4737,7 +4855,7 @@ module Aws::APIGateway
|
|
4737
4855
|
# existing MethodResponse, and parameters and templates can be used to
|
4738
4856
|
# transform the back-end response.
|
4739
4857
|
#
|
4740
|
-
# <div class="seeAlso">
|
4858
|
+
# <div class="seeAlso" markdown="1">
|
4741
4859
|
# [Creating an API][1]
|
4742
4860
|
# </div>
|
4743
4861
|
#
|
@@ -4805,6 +4923,7 @@ module Aws::APIGateway
|
|
4805
4923
|
:response_parameters,
|
4806
4924
|
:response_templates,
|
4807
4925
|
:content_handling)
|
4926
|
+
SENSITIVE = []
|
4808
4927
|
include Aws::Structure
|
4809
4928
|
end
|
4810
4929
|
|
@@ -4820,6 +4939,7 @@ module Aws::APIGateway
|
|
4820
4939
|
class LimitExceededException < Struct.new(
|
4821
4940
|
:retry_after_seconds,
|
4822
4941
|
:message)
|
4942
|
+
SENSITIVE = []
|
4823
4943
|
include Aws::Structure
|
4824
4944
|
end
|
4825
4945
|
|
@@ -4863,7 +4983,7 @@ module Aws::APIGateway
|
|
4863
4983
|
#
|
4864
4984
|
# </div>
|
4865
4985
|
#
|
4866
|
-
# <div class="seeAlso">
|
4986
|
+
# <div class="seeAlso" markdown="1">
|
4867
4987
|
# MethodResponse, Integration, IntegrationResponse, Resource, [Set up an
|
4868
4988
|
# API's method][2]
|
4869
4989
|
# </div>
|
@@ -4951,7 +5071,7 @@ module Aws::APIGateway
|
|
4951
5071
|
#
|
4952
5072
|
# </div>
|
4953
5073
|
#
|
4954
|
-
# <div class="seeAlso">
|
5074
|
+
# <div class="seeAlso" markdown="1">
|
4955
5075
|
# [AWS CLI][1]
|
4956
5076
|
# </div>
|
4957
5077
|
#
|
@@ -4987,7 +5107,7 @@ module Aws::APIGateway
|
|
4987
5107
|
#
|
4988
5108
|
# </div>
|
4989
5109
|
#
|
4990
|
-
# <div class="seeAlso">
|
5110
|
+
# <div class="seeAlso" markdown="1">
|
4991
5111
|
# [AWS CLI][1]
|
4992
5112
|
# </div>
|
4993
5113
|
#
|
@@ -5020,6 +5140,7 @@ module Aws::APIGateway
|
|
5020
5140
|
:method_responses,
|
5021
5141
|
:method_integration,
|
5022
5142
|
:authorization_scopes)
|
5143
|
+
SENSITIVE = []
|
5023
5144
|
include Aws::Structure
|
5024
5145
|
end
|
5025
5146
|
|
@@ -5051,7 +5172,7 @@ module Aws::APIGateway
|
|
5051
5172
|
#
|
5052
5173
|
# </div>
|
5053
5174
|
#
|
5054
|
-
# <div class="seeAlso">
|
5175
|
+
# <div class="seeAlso" markdown="1">
|
5055
5176
|
# Method, IntegrationResponse, Integration [Creating an API][1]
|
5056
5177
|
# </div>
|
5057
5178
|
#
|
@@ -5092,6 +5213,7 @@ module Aws::APIGateway
|
|
5092
5213
|
:status_code,
|
5093
5214
|
:response_parameters,
|
5094
5215
|
:response_models)
|
5216
|
+
SENSITIVE = []
|
5095
5217
|
include Aws::Structure
|
5096
5218
|
end
|
5097
5219
|
|
@@ -5181,6 +5303,7 @@ module Aws::APIGateway
|
|
5181
5303
|
:cache_data_encrypted,
|
5182
5304
|
:require_authorization_for_cache_control,
|
5183
5305
|
:unauthorized_cache_control_header_strategy)
|
5306
|
+
SENSITIVE = []
|
5184
5307
|
include Aws::Structure
|
5185
5308
|
end
|
5186
5309
|
|
@@ -5201,6 +5324,7 @@ module Aws::APIGateway
|
|
5201
5324
|
class MethodSnapshot < Struct.new(
|
5202
5325
|
:authorization_type,
|
5203
5326
|
:api_key_required)
|
5327
|
+
SENSITIVE = []
|
5204
5328
|
include Aws::Structure
|
5205
5329
|
end
|
5206
5330
|
|
@@ -5219,7 +5343,7 @@ module Aws::APIGateway
|
|
5219
5343
|
#
|
5220
5344
|
# </div>
|
5221
5345
|
#
|
5222
|
-
# <div class="seeAlso">
|
5346
|
+
# <div class="seeAlso" markdown="1">
|
5223
5347
|
# Method, MethodResponse, [Models and Mappings][1]
|
5224
5348
|
# </div>
|
5225
5349
|
#
|
@@ -5262,12 +5386,13 @@ module Aws::APIGateway
|
|
5262
5386
|
:description,
|
5263
5387
|
:schema,
|
5264
5388
|
:content_type)
|
5389
|
+
SENSITIVE = []
|
5265
5390
|
include Aws::Structure
|
5266
5391
|
end
|
5267
5392
|
|
5268
5393
|
# Represents a collection of Model resources.
|
5269
5394
|
#
|
5270
|
-
# <div class="seeAlso">
|
5395
|
+
# <div class="seeAlso" markdown="1">
|
5271
5396
|
# Method, MethodResponse, [Models and Mappings][1]
|
5272
5397
|
# </div>
|
5273
5398
|
#
|
@@ -5285,6 +5410,7 @@ module Aws::APIGateway
|
|
5285
5410
|
class Models < Struct.new(
|
5286
5411
|
:position,
|
5287
5412
|
:items)
|
5413
|
+
SENSITIVE = []
|
5288
5414
|
include Aws::Structure
|
5289
5415
|
end
|
5290
5416
|
|
@@ -5296,6 +5422,7 @@ module Aws::APIGateway
|
|
5296
5422
|
#
|
5297
5423
|
class NotFoundException < Struct.new(
|
5298
5424
|
:message)
|
5425
|
+
SENSITIVE = []
|
5299
5426
|
include Aws::Structure
|
5300
5427
|
end
|
5301
5428
|
|
@@ -5366,6 +5493,7 @@ module Aws::APIGateway
|
|
5366
5493
|
:path,
|
5367
5494
|
:value,
|
5368
5495
|
:from)
|
5496
|
+
SENSITIVE = []
|
5369
5497
|
include Aws::Structure
|
5370
5498
|
end
|
5371
5499
|
|
@@ -5436,6 +5564,7 @@ module Aws::APIGateway
|
|
5436
5564
|
:status_code,
|
5437
5565
|
:response_parameters,
|
5438
5566
|
:response_templates)
|
5567
|
+
SENSITIVE = []
|
5439
5568
|
include Aws::Structure
|
5440
5569
|
end
|
5441
5570
|
|
@@ -5640,6 +5769,7 @@ module Aws::APIGateway
|
|
5640
5769
|
:content_handling,
|
5641
5770
|
:timeout_in_millis,
|
5642
5771
|
:tls_config)
|
5772
|
+
SENSITIVE = []
|
5643
5773
|
include Aws::Structure
|
5644
5774
|
end
|
5645
5775
|
|
@@ -5730,6 +5860,7 @@ module Aws::APIGateway
|
|
5730
5860
|
:response_parameters,
|
5731
5861
|
:response_templates,
|
5732
5862
|
:content_handling)
|
5863
|
+
SENSITIVE = []
|
5733
5864
|
include Aws::Structure
|
5734
5865
|
end
|
5735
5866
|
|
@@ -5840,6 +5971,7 @@ module Aws::APIGateway
|
|
5840
5971
|
:request_models,
|
5841
5972
|
:request_validator_id,
|
5842
5973
|
:authorization_scopes)
|
5974
|
+
SENSITIVE = []
|
5843
5975
|
include Aws::Structure
|
5844
5976
|
end
|
5845
5977
|
|
@@ -5908,6 +6040,7 @@ module Aws::APIGateway
|
|
5908
6040
|
:status_code,
|
5909
6041
|
:response_parameters,
|
5910
6042
|
:response_models)
|
6043
|
+
SENSITIVE = []
|
5911
6044
|
include Aws::Structure
|
5912
6045
|
end
|
5913
6046
|
|
@@ -5964,6 +6097,7 @@ module Aws::APIGateway
|
|
5964
6097
|
:fail_on_warnings,
|
5965
6098
|
:parameters,
|
5966
6099
|
:body)
|
6100
|
+
SENSITIVE = []
|
5967
6101
|
include Aws::Structure
|
5968
6102
|
end
|
5969
6103
|
|
@@ -5997,6 +6131,7 @@ module Aws::APIGateway
|
|
5997
6131
|
:limit,
|
5998
6132
|
:offset,
|
5999
6133
|
:period)
|
6134
|
+
SENSITIVE = []
|
6000
6135
|
include Aws::Structure
|
6001
6136
|
end
|
6002
6137
|
|
@@ -6010,7 +6145,7 @@ module Aws::APIGateway
|
|
6010
6145
|
#
|
6011
6146
|
# </div>
|
6012
6147
|
#
|
6013
|
-
# <div class="seeAlso">
|
6148
|
+
# <div class="seeAlso" markdown="1">
|
6014
6149
|
# [Enable Basic Request Validation in API Gateway][3]
|
6015
6150
|
# </div>
|
6016
6151
|
#
|
@@ -6043,6 +6178,7 @@ module Aws::APIGateway
|
|
6043
6178
|
:name,
|
6044
6179
|
:validate_request_body,
|
6045
6180
|
:validate_request_parameters)
|
6181
|
+
SENSITIVE = []
|
6046
6182
|
include Aws::Structure
|
6047
6183
|
end
|
6048
6184
|
|
@@ -6054,7 +6190,7 @@ module Aws::APIGateway
|
|
6054
6190
|
#
|
6055
6191
|
# </div>
|
6056
6192
|
#
|
6057
|
-
# <div class="seeAlso">
|
6193
|
+
# <div class="seeAlso" markdown="1">
|
6058
6194
|
# [Enable Basic Request Validation in API Gateway][2]
|
6059
6195
|
# </div>
|
6060
6196
|
#
|
@@ -6073,12 +6209,13 @@ module Aws::APIGateway
|
|
6073
6209
|
class RequestValidators < Struct.new(
|
6074
6210
|
:position,
|
6075
6211
|
:items)
|
6212
|
+
SENSITIVE = []
|
6076
6213
|
include Aws::Structure
|
6077
6214
|
end
|
6078
6215
|
|
6079
6216
|
# Represents an API resource.
|
6080
6217
|
#
|
6081
|
-
# <div class="seeAlso">
|
6218
|
+
# <div class="seeAlso" markdown="1">
|
6082
6219
|
# [Create an API][1]
|
6083
6220
|
# </div>
|
6084
6221
|
#
|
@@ -6138,12 +6275,13 @@ module Aws::APIGateway
|
|
6138
6275
|
:path_part,
|
6139
6276
|
:path,
|
6140
6277
|
:resource_methods)
|
6278
|
+
SENSITIVE = []
|
6141
6279
|
include Aws::Structure
|
6142
6280
|
end
|
6143
6281
|
|
6144
6282
|
# Represents a collection of Resource resources.
|
6145
6283
|
#
|
6146
|
-
# <div class="seeAlso">
|
6284
|
+
# <div class="seeAlso" markdown="1">
|
6147
6285
|
# [Create an API][1]
|
6148
6286
|
# </div>
|
6149
6287
|
#
|
@@ -6161,12 +6299,13 @@ module Aws::APIGateway
|
|
6161
6299
|
class Resources < Struct.new(
|
6162
6300
|
:position,
|
6163
6301
|
:items)
|
6302
|
+
SENSITIVE = []
|
6164
6303
|
include Aws::Structure
|
6165
6304
|
end
|
6166
6305
|
|
6167
6306
|
# Represents a REST API.
|
6168
6307
|
#
|
6169
|
-
# <div class="seeAlso">
|
6308
|
+
# <div class="seeAlso" markdown="1">
|
6170
6309
|
# [Create an API][1]
|
6171
6310
|
# </div>
|
6172
6311
|
#
|
@@ -6250,6 +6389,7 @@ module Aws::APIGateway
|
|
6250
6389
|
:endpoint_configuration,
|
6251
6390
|
:policy,
|
6252
6391
|
:tags)
|
6392
|
+
SENSITIVE = []
|
6253
6393
|
include Aws::Structure
|
6254
6394
|
end
|
6255
6395
|
|
@@ -6257,7 +6397,7 @@ module Aws::APIGateway
|
|
6257
6397
|
# interact with your collection. A collection offers a paginated view of
|
6258
6398
|
# your APIs.
|
6259
6399
|
#
|
6260
|
-
# <div class="seeAlso">
|
6400
|
+
# <div class="seeAlso" markdown="1">
|
6261
6401
|
# [Create an API][1]
|
6262
6402
|
# </div>
|
6263
6403
|
#
|
@@ -6275,6 +6415,7 @@ module Aws::APIGateway
|
|
6275
6415
|
class RestApis < Struct.new(
|
6276
6416
|
:position,
|
6277
6417
|
:items)
|
6418
|
+
SENSITIVE = []
|
6278
6419
|
include Aws::Structure
|
6279
6420
|
end
|
6280
6421
|
|
@@ -6308,6 +6449,7 @@ module Aws::APIGateway
|
|
6308
6449
|
:description,
|
6309
6450
|
:required,
|
6310
6451
|
:default_value)
|
6452
|
+
SENSITIVE = []
|
6311
6453
|
include Aws::Structure
|
6312
6454
|
end
|
6313
6455
|
|
@@ -6330,6 +6472,7 @@ module Aws::APIGateway
|
|
6330
6472
|
:content_type,
|
6331
6473
|
:content_disposition,
|
6332
6474
|
:body)
|
6475
|
+
SENSITIVE = []
|
6333
6476
|
include Aws::Structure
|
6334
6477
|
end
|
6335
6478
|
|
@@ -6356,6 +6499,7 @@ module Aws::APIGateway
|
|
6356
6499
|
:friendly_name,
|
6357
6500
|
:description,
|
6358
6501
|
:configuration_properties)
|
6502
|
+
SENSITIVE = []
|
6359
6503
|
include Aws::Structure
|
6360
6504
|
end
|
6361
6505
|
|
@@ -6371,6 +6515,7 @@ module Aws::APIGateway
|
|
6371
6515
|
class SdkTypes < Struct.new(
|
6372
6516
|
:position,
|
6373
6517
|
:items)
|
6518
|
+
SENSITIVE = []
|
6374
6519
|
include Aws::Structure
|
6375
6520
|
end
|
6376
6521
|
|
@@ -6386,13 +6531,14 @@ module Aws::APIGateway
|
|
6386
6531
|
class ServiceUnavailableException < Struct.new(
|
6387
6532
|
:retry_after_seconds,
|
6388
6533
|
:message)
|
6534
|
+
SENSITIVE = []
|
6389
6535
|
include Aws::Structure
|
6390
6536
|
end
|
6391
6537
|
|
6392
6538
|
# Represents a unique identifier for a version of a deployed RestApi
|
6393
6539
|
# that is callable by users.
|
6394
6540
|
#
|
6395
|
-
# <div class="seeAlso">
|
6541
|
+
# <div class="seeAlso" markdown="1">
|
6396
6542
|
# [Deploy an API][1]
|
6397
6543
|
# </div>
|
6398
6544
|
#
|
@@ -6497,6 +6643,7 @@ module Aws::APIGateway
|
|
6497
6643
|
:tags,
|
6498
6644
|
:created_date,
|
6499
6645
|
:last_updated_date)
|
6646
|
+
SENSITIVE = []
|
6500
6647
|
include Aws::Structure
|
6501
6648
|
end
|
6502
6649
|
|
@@ -6522,13 +6669,14 @@ module Aws::APIGateway
|
|
6522
6669
|
class StageKey < Struct.new(
|
6523
6670
|
:rest_api_id,
|
6524
6671
|
:stage_name)
|
6672
|
+
SENSITIVE = []
|
6525
6673
|
include Aws::Structure
|
6526
6674
|
end
|
6527
6675
|
|
6528
6676
|
# A list of Stage resources that are associated with the ApiKey
|
6529
6677
|
# resource.
|
6530
6678
|
#
|
6531
|
-
# <div class="seeAlso">
|
6679
|
+
# <div class="seeAlso" markdown="1">
|
6532
6680
|
# [Deploying API in Stages][1]
|
6533
6681
|
# </div>
|
6534
6682
|
#
|
@@ -6542,6 +6690,7 @@ module Aws::APIGateway
|
|
6542
6690
|
#
|
6543
6691
|
class Stages < Struct.new(
|
6544
6692
|
:item)
|
6693
|
+
SENSITIVE = []
|
6545
6694
|
include Aws::Structure
|
6546
6695
|
end
|
6547
6696
|
|
@@ -6571,6 +6720,7 @@ module Aws::APIGateway
|
|
6571
6720
|
class TagResourceRequest < Struct.new(
|
6572
6721
|
:resource_arn,
|
6573
6722
|
:tags)
|
6723
|
+
SENSITIVE = []
|
6574
6724
|
include Aws::Structure
|
6575
6725
|
end
|
6576
6726
|
|
@@ -6584,12 +6734,13 @@ module Aws::APIGateway
|
|
6584
6734
|
#
|
6585
6735
|
class Tags < Struct.new(
|
6586
6736
|
:tags)
|
6737
|
+
SENSITIVE = []
|
6587
6738
|
include Aws::Structure
|
6588
6739
|
end
|
6589
6740
|
|
6590
6741
|
# Represents a mapping template used to transform a payload.
|
6591
6742
|
#
|
6592
|
-
# <div class="seeAlso">
|
6743
|
+
# <div class="seeAlso" markdown="1">
|
6593
6744
|
# [Mapping Templates][1]
|
6594
6745
|
# </div>
|
6595
6746
|
#
|
@@ -6608,6 +6759,7 @@ module Aws::APIGateway
|
|
6608
6759
|
#
|
6609
6760
|
class Template < Struct.new(
|
6610
6761
|
:value)
|
6762
|
+
SENSITIVE = []
|
6611
6763
|
include Aws::Structure
|
6612
6764
|
end
|
6613
6765
|
|
@@ -6685,6 +6837,7 @@ module Aws::APIGateway
|
|
6685
6837
|
:body,
|
6686
6838
|
:stage_variables,
|
6687
6839
|
:additional_context)
|
6840
|
+
SENSITIVE = []
|
6688
6841
|
include Aws::Structure
|
6689
6842
|
end
|
6690
6843
|
|
@@ -6732,6 +6885,7 @@ module Aws::APIGateway
|
|
6732
6885
|
:policy,
|
6733
6886
|
:authorization,
|
6734
6887
|
:claims)
|
6888
|
+
SENSITIVE = []
|
6735
6889
|
include Aws::Structure
|
6736
6890
|
end
|
6737
6891
|
|
@@ -6811,12 +6965,13 @@ module Aws::APIGateway
|
|
6811
6965
|
:multi_value_headers,
|
6812
6966
|
:client_certificate_id,
|
6813
6967
|
:stage_variables)
|
6968
|
+
SENSITIVE = []
|
6814
6969
|
include Aws::Structure
|
6815
6970
|
end
|
6816
6971
|
|
6817
6972
|
# Represents the response of the test invoke request in the HTTP method.
|
6818
6973
|
#
|
6819
|
-
# <div class="seeAlso">
|
6974
|
+
# <div class="seeAlso" markdown="1">
|
6820
6975
|
# [Test API using the API Gateway console][1]
|
6821
6976
|
# </div>
|
6822
6977
|
#
|
@@ -6856,6 +7011,7 @@ module Aws::APIGateway
|
|
6856
7011
|
:multi_value_headers,
|
6857
7012
|
:log,
|
6858
7013
|
:latency)
|
7014
|
+
SENSITIVE = []
|
6859
7015
|
include Aws::Structure
|
6860
7016
|
end
|
6861
7017
|
|
@@ -6882,6 +7038,7 @@ module Aws::APIGateway
|
|
6882
7038
|
class ThrottleSettings < Struct.new(
|
6883
7039
|
:burst_limit,
|
6884
7040
|
:rate_limit)
|
7041
|
+
SENSITIVE = []
|
6885
7042
|
include Aws::Structure
|
6886
7043
|
end
|
6887
7044
|
|
@@ -6910,6 +7067,7 @@ module Aws::APIGateway
|
|
6910
7067
|
#
|
6911
7068
|
class TlsConfig < Struct.new(
|
6912
7069
|
:insecure_skip_verification)
|
7070
|
+
SENSITIVE = []
|
6913
7071
|
include Aws::Structure
|
6914
7072
|
end
|
6915
7073
|
|
@@ -6925,6 +7083,7 @@ module Aws::APIGateway
|
|
6925
7083
|
class TooManyRequestsException < Struct.new(
|
6926
7084
|
:retry_after_seconds,
|
6927
7085
|
:message)
|
7086
|
+
SENSITIVE = []
|
6928
7087
|
include Aws::Structure
|
6929
7088
|
end
|
6930
7089
|
|
@@ -6935,6 +7094,7 @@ module Aws::APIGateway
|
|
6935
7094
|
#
|
6936
7095
|
class UnauthorizedException < Struct.new(
|
6937
7096
|
:message)
|
7097
|
+
SENSITIVE = []
|
6938
7098
|
include Aws::Structure
|
6939
7099
|
end
|
6940
7100
|
|
@@ -6959,6 +7119,7 @@ module Aws::APIGateway
|
|
6959
7119
|
class UntagResourceRequest < Struct.new(
|
6960
7120
|
:resource_arn,
|
6961
7121
|
:tag_keys)
|
7122
|
+
SENSITIVE = []
|
6962
7123
|
include Aws::Structure
|
6963
7124
|
end
|
6964
7125
|
|
@@ -6986,6 +7147,7 @@ module Aws::APIGateway
|
|
6986
7147
|
#
|
6987
7148
|
class UpdateAccountRequest < Struct.new(
|
6988
7149
|
:patch_operations)
|
7150
|
+
SENSITIVE = []
|
6989
7151
|
include Aws::Structure
|
6990
7152
|
end
|
6991
7153
|
|
@@ -7018,6 +7180,7 @@ module Aws::APIGateway
|
|
7018
7180
|
class UpdateApiKeyRequest < Struct.new(
|
7019
7181
|
:api_key,
|
7020
7182
|
:patch_operations)
|
7183
|
+
SENSITIVE = []
|
7021
7184
|
include Aws::Structure
|
7022
7185
|
end
|
7023
7186
|
|
@@ -7056,6 +7219,7 @@ module Aws::APIGateway
|
|
7056
7219
|
:rest_api_id,
|
7057
7220
|
:authorizer_id,
|
7058
7221
|
:patch_operations)
|
7222
|
+
SENSITIVE = []
|
7059
7223
|
include Aws::Structure
|
7060
7224
|
end
|
7061
7225
|
|
@@ -7098,6 +7262,7 @@ module Aws::APIGateway
|
|
7098
7262
|
:domain_name,
|
7099
7263
|
:base_path,
|
7100
7264
|
:patch_operations)
|
7265
|
+
SENSITIVE = []
|
7101
7266
|
include Aws::Structure
|
7102
7267
|
end
|
7103
7268
|
|
@@ -7131,6 +7296,7 @@ module Aws::APIGateway
|
|
7131
7296
|
class UpdateClientCertificateRequest < Struct.new(
|
7132
7297
|
:client_certificate_id,
|
7133
7298
|
:patch_operations)
|
7299
|
+
SENSITIVE = []
|
7134
7300
|
include Aws::Structure
|
7135
7301
|
end
|
7136
7302
|
|
@@ -7171,6 +7337,7 @@ module Aws::APIGateway
|
|
7171
7337
|
:rest_api_id,
|
7172
7338
|
:deployment_id,
|
7173
7339
|
:patch_operations)
|
7340
|
+
SENSITIVE = []
|
7174
7341
|
include Aws::Structure
|
7175
7342
|
end
|
7176
7343
|
|
@@ -7209,6 +7376,7 @@ module Aws::APIGateway
|
|
7209
7376
|
:rest_api_id,
|
7210
7377
|
:documentation_part_id,
|
7211
7378
|
:patch_operations)
|
7379
|
+
SENSITIVE = []
|
7212
7380
|
include Aws::Structure
|
7213
7381
|
end
|
7214
7382
|
|
@@ -7248,6 +7416,7 @@ module Aws::APIGateway
|
|
7248
7416
|
:rest_api_id,
|
7249
7417
|
:documentation_version,
|
7250
7418
|
:patch_operations)
|
7419
|
+
SENSITIVE = []
|
7251
7420
|
include Aws::Structure
|
7252
7421
|
end
|
7253
7422
|
|
@@ -7280,6 +7449,7 @@ module Aws::APIGateway
|
|
7280
7449
|
class UpdateDomainNameRequest < Struct.new(
|
7281
7450
|
:domain_name,
|
7282
7451
|
:patch_operations)
|
7452
|
+
SENSITIVE = []
|
7283
7453
|
include Aws::Structure
|
7284
7454
|
end
|
7285
7455
|
|
@@ -7340,6 +7510,7 @@ module Aws::APIGateway
|
|
7340
7510
|
:rest_api_id,
|
7341
7511
|
:response_type,
|
7342
7512
|
:patch_operations)
|
7513
|
+
SENSITIVE = []
|
7343
7514
|
include Aws::Structure
|
7344
7515
|
end
|
7345
7516
|
|
@@ -7386,6 +7557,7 @@ module Aws::APIGateway
|
|
7386
7557
|
:resource_id,
|
7387
7558
|
:http_method,
|
7388
7559
|
:patch_operations)
|
7560
|
+
SENSITIVE = []
|
7389
7561
|
include Aws::Structure
|
7390
7562
|
end
|
7391
7563
|
|
@@ -7439,6 +7611,7 @@ module Aws::APIGateway
|
|
7439
7611
|
:http_method,
|
7440
7612
|
:status_code,
|
7441
7613
|
:patch_operations)
|
7614
|
+
SENSITIVE = []
|
7442
7615
|
include Aws::Structure
|
7443
7616
|
end
|
7444
7617
|
|
@@ -7483,6 +7656,7 @@ module Aws::APIGateway
|
|
7483
7656
|
:resource_id,
|
7484
7657
|
:http_method,
|
7485
7658
|
:patch_operations)
|
7659
|
+
SENSITIVE = []
|
7486
7660
|
include Aws::Structure
|
7487
7661
|
end
|
7488
7662
|
|
@@ -7534,6 +7708,7 @@ module Aws::APIGateway
|
|
7534
7708
|
:http_method,
|
7535
7709
|
:status_code,
|
7536
7710
|
:patch_operations)
|
7711
|
+
SENSITIVE = []
|
7537
7712
|
include Aws::Structure
|
7538
7713
|
end
|
7539
7714
|
|
@@ -7572,6 +7747,7 @@ module Aws::APIGateway
|
|
7572
7747
|
:rest_api_id,
|
7573
7748
|
:model_name,
|
7574
7749
|
:patch_operations)
|
7750
|
+
SENSITIVE = []
|
7575
7751
|
include Aws::Structure
|
7576
7752
|
end
|
7577
7753
|
|
@@ -7610,6 +7786,7 @@ module Aws::APIGateway
|
|
7610
7786
|
:rest_api_id,
|
7611
7787
|
:request_validator_id,
|
7612
7788
|
:patch_operations)
|
7789
|
+
SENSITIVE = []
|
7613
7790
|
include Aws::Structure
|
7614
7791
|
end
|
7615
7792
|
|
@@ -7648,6 +7825,7 @@ module Aws::APIGateway
|
|
7648
7825
|
:rest_api_id,
|
7649
7826
|
:resource_id,
|
7650
7827
|
:patch_operations)
|
7828
|
+
SENSITIVE = []
|
7651
7829
|
include Aws::Structure
|
7652
7830
|
end
|
7653
7831
|
|
@@ -7680,6 +7858,7 @@ module Aws::APIGateway
|
|
7680
7858
|
class UpdateRestApiRequest < Struct.new(
|
7681
7859
|
:rest_api_id,
|
7682
7860
|
:patch_operations)
|
7861
|
+
SENSITIVE = []
|
7683
7862
|
include Aws::Structure
|
7684
7863
|
end
|
7685
7864
|
|
@@ -7719,6 +7898,7 @@ module Aws::APIGateway
|
|
7719
7898
|
:rest_api_id,
|
7720
7899
|
:stage_name,
|
7721
7900
|
:patch_operations)
|
7901
|
+
SENSITIVE = []
|
7722
7902
|
include Aws::Structure
|
7723
7903
|
end
|
7724
7904
|
|
@@ -7751,6 +7931,7 @@ module Aws::APIGateway
|
|
7751
7931
|
class UpdateUsagePlanRequest < Struct.new(
|
7752
7932
|
:usage_plan_id,
|
7753
7933
|
:patch_operations)
|
7934
|
+
SENSITIVE = []
|
7754
7935
|
include Aws::Structure
|
7755
7936
|
end
|
7756
7937
|
|
@@ -7793,6 +7974,7 @@ module Aws::APIGateway
|
|
7793
7974
|
:usage_plan_id,
|
7794
7975
|
:key_id,
|
7795
7976
|
:patch_operations)
|
7977
|
+
SENSITIVE = []
|
7796
7978
|
include Aws::Structure
|
7797
7979
|
end
|
7798
7980
|
|
@@ -7826,6 +8008,7 @@ module Aws::APIGateway
|
|
7826
8008
|
class UpdateVpcLinkRequest < Struct.new(
|
7827
8009
|
:vpc_link_id,
|
7828
8010
|
:patch_operations)
|
8011
|
+
SENSITIVE = []
|
7829
8012
|
include Aws::Structure
|
7830
8013
|
end
|
7831
8014
|
|
@@ -7833,7 +8016,7 @@ module Aws::APIGateway
|
|
7833
8016
|
#
|
7834
8017
|
# <div class="remarks"></div>
|
7835
8018
|
#
|
7836
|
-
# <div class="seeAlso">
|
8019
|
+
# <div class="seeAlso" markdown="1">
|
7837
8020
|
# [Create and Use Usage Plans][1], [Manage Usage in a Usage Plan][2]
|
7838
8021
|
# </div>
|
7839
8022
|
#
|
@@ -7872,6 +8055,7 @@ module Aws::APIGateway
|
|
7872
8055
|
:end_date,
|
7873
8056
|
:position,
|
7874
8057
|
:items)
|
8058
|
+
SENSITIVE = []
|
7875
8059
|
include Aws::Structure
|
7876
8060
|
end
|
7877
8061
|
|
@@ -7885,7 +8069,7 @@ module Aws::APIGateway
|
|
7885
8069
|
#
|
7886
8070
|
# </div>
|
7887
8071
|
#
|
7888
|
-
# <div class="seeAlso">
|
8072
|
+
# <div class="seeAlso" markdown="1">
|
7889
8073
|
# [Create and Use Usage Plans][1]
|
7890
8074
|
# </div>
|
7891
8075
|
#
|
@@ -7937,6 +8121,7 @@ module Aws::APIGateway
|
|
7937
8121
|
:quota,
|
7938
8122
|
:product_code,
|
7939
8123
|
:tags)
|
8124
|
+
SENSITIVE = []
|
7940
8125
|
include Aws::Structure
|
7941
8126
|
end
|
7942
8127
|
|
@@ -7948,7 +8133,7 @@ module Aws::APIGateway
|
|
7948
8133
|
#
|
7949
8134
|
# </div>
|
7950
8135
|
#
|
7951
|
-
# " <div class="seeAlso">
|
8136
|
+
# " <div class="seeAlso" markdown="1">
|
7952
8137
|
# [Create and Use Usage Plans][1]
|
7953
8138
|
# </div>
|
7954
8139
|
#
|
@@ -7978,13 +8163,14 @@ module Aws::APIGateway
|
|
7978
8163
|
:type,
|
7979
8164
|
:value,
|
7980
8165
|
:name)
|
8166
|
+
SENSITIVE = []
|
7981
8167
|
include Aws::Structure
|
7982
8168
|
end
|
7983
8169
|
|
7984
8170
|
# Represents the collection of usage plan keys added to usage plans for
|
7985
8171
|
# the associated API keys and, possibly, other types of keys.
|
7986
8172
|
#
|
7987
|
-
# <div class="seeAlso">
|
8173
|
+
# <div class="seeAlso" markdown="1">
|
7988
8174
|
# [Create and Use Usage Plans][1]
|
7989
8175
|
# </div>
|
7990
8176
|
#
|
@@ -8002,12 +8188,13 @@ module Aws::APIGateway
|
|
8002
8188
|
class UsagePlanKeys < Struct.new(
|
8003
8189
|
:position,
|
8004
8190
|
:items)
|
8191
|
+
SENSITIVE = []
|
8005
8192
|
include Aws::Structure
|
8006
8193
|
end
|
8007
8194
|
|
8008
8195
|
# Represents a collection of usage plans for an AWS account.
|
8009
8196
|
#
|
8010
|
-
# <div class="seeAlso">
|
8197
|
+
# <div class="seeAlso" markdown="1">
|
8011
8198
|
# [Create and Use Usage Plans][1]
|
8012
8199
|
# </div>
|
8013
8200
|
#
|
@@ -8025,6 +8212,7 @@ module Aws::APIGateway
|
|
8025
8212
|
class UsagePlans < Struct.new(
|
8026
8213
|
:position,
|
8027
8214
|
:items)
|
8215
|
+
SENSITIVE = []
|
8028
8216
|
include Aws::Structure
|
8029
8217
|
end
|
8030
8218
|
|
@@ -8085,12 +8273,13 @@ module Aws::APIGateway
|
|
8085
8273
|
:status,
|
8086
8274
|
:status_message,
|
8087
8275
|
:tags)
|
8276
|
+
SENSITIVE = []
|
8088
8277
|
include Aws::Structure
|
8089
8278
|
end
|
8090
8279
|
|
8091
8280
|
# The collection of VPC links under the caller's account in a region.
|
8092
8281
|
#
|
8093
|
-
# <div class="seeAlso">
|
8282
|
+
# <div class="seeAlso" markdown="1">
|
8094
8283
|
# [Getting Started with Private Integrations][1], [Set up Private
|
8095
8284
|
# Integrations][2]
|
8096
8285
|
# </div>
|
@@ -8110,6 +8299,7 @@ module Aws::APIGateway
|
|
8110
8299
|
class VpcLinks < Struct.new(
|
8111
8300
|
:position,
|
8112
8301
|
:items)
|
8302
|
+
SENSITIVE = []
|
8113
8303
|
include Aws::Structure
|
8114
8304
|
end
|
8115
8305
|
|