aws-sdk-apigateway 1.48.0 → 1.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-apigateway.rb +1 -1
- data/lib/aws-sdk-apigateway/client.rb +12 -12
- data/lib/aws-sdk-apigateway/types.rb +50 -50
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf73ce666f1a5925f376b8b4f6ec239c5bf0add57796abda78f314dd212f2bf6
|
|
4
|
+
data.tar.gz: 0654b10eb2f758163c054c1e6a5db58e76d51d0d30dd5a174b0cfb90b5fe5eb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44e5421981feee30ebb34f1e83c7efa60cbc3170ec63feda123c5a9e24808a5d96390e8bcf7594d577e6f523a4ff08fe5845da564d9f75c1bf10668250873ed3
|
|
7
|
+
data.tar.gz: 846e565f14d12d0bf83e8a09a57a2679be512a8d44741ed34e09e13c912c0391ffa7abc7158d4b8ca6fe1ec096ad730f7be4187620642a24fb6cd8ad196a6db9
|
data/lib/aws-sdk-apigateway.rb
CHANGED
|
@@ -316,7 +316,7 @@ module Aws::APIGateway
|
|
|
316
316
|
|
|
317
317
|
# Create an ApiKey resource.
|
|
318
318
|
#
|
|
319
|
-
# <div class="seeAlso">
|
|
319
|
+
# <div class="seeAlso" markdown="1">
|
|
320
320
|
# [AWS CLI][1]
|
|
321
321
|
# </div>
|
|
322
322
|
#
|
|
@@ -411,7 +411,7 @@ module Aws::APIGateway
|
|
|
411
411
|
|
|
412
412
|
# Adds a new Authorizer resource to an existing RestApi resource.
|
|
413
413
|
#
|
|
414
|
-
# <div class="seeAlso">
|
|
414
|
+
# <div class="seeAlso" markdown="1">
|
|
415
415
|
# [AWS CLI][1]
|
|
416
416
|
# </div>
|
|
417
417
|
#
|
|
@@ -1541,7 +1541,7 @@ module Aws::APIGateway
|
|
|
1541
1541
|
|
|
1542
1542
|
# Deletes an existing Authorizer resource.
|
|
1543
1543
|
#
|
|
1544
|
-
# <div class="seeAlso">
|
|
1544
|
+
# <div class="seeAlso" markdown="1">
|
|
1545
1545
|
# [AWS CLI][1]
|
|
1546
1546
|
# </div>
|
|
1547
1547
|
#
|
|
@@ -2300,7 +2300,7 @@ module Aws::APIGateway
|
|
|
2300
2300
|
|
|
2301
2301
|
# Describe an existing Authorizer resource.
|
|
2302
2302
|
#
|
|
2303
|
-
# <div class="seeAlso">
|
|
2303
|
+
# <div class="seeAlso" markdown="1">
|
|
2304
2304
|
# [AWS CLI][1]
|
|
2305
2305
|
# </div>
|
|
2306
2306
|
#
|
|
@@ -2357,7 +2357,7 @@ module Aws::APIGateway
|
|
|
2357
2357
|
|
|
2358
2358
|
# Describe an existing Authorizers resource.
|
|
2359
2359
|
#
|
|
2360
|
-
# <div class="seeAlso">
|
|
2360
|
+
# <div class="seeAlso" markdown="1">
|
|
2361
2361
|
# [AWS CLI][1]
|
|
2362
2362
|
# </div>
|
|
2363
2363
|
#
|
|
@@ -4519,7 +4519,7 @@ module Aws::APIGateway
|
|
|
4519
4519
|
|
|
4520
4520
|
# Import API keys from an external source, such as a CSV-formatted file.
|
|
4521
4521
|
#
|
|
4522
|
-
# @option params [required, String,
|
|
4522
|
+
# @option params [required, String, StringIO, File] :body
|
|
4523
4523
|
# The payload of the POST request to import API keys. For the payload
|
|
4524
4524
|
# format, see [API Key File Format][1].
|
|
4525
4525
|
#
|
|
@@ -4575,7 +4575,7 @@ module Aws::APIGateway
|
|
|
4575
4575
|
# importation (`true`) or not (`false`) when a warning is encountered.
|
|
4576
4576
|
# The default value is `false`.
|
|
4577
4577
|
#
|
|
4578
|
-
# @option params [required, String,
|
|
4578
|
+
# @option params [required, String, StringIO, File] :body
|
|
4579
4579
|
# \[Required\] Raw byte array representing the to-be-imported
|
|
4580
4580
|
# documentation parts. To import from an OpenAPI file, this is a JSON
|
|
4581
4581
|
# object.
|
|
@@ -4643,7 +4643,7 @@ module Aws::APIGateway
|
|
|
4643
4643
|
#
|
|
4644
4644
|
# aws apigateway import-rest-api --parameters endpointConfigurationTypes=REGIONAL --body 'file:///path/to/imported-api-body.json'
|
|
4645
4645
|
#
|
|
4646
|
-
# @option params [required, String,
|
|
4646
|
+
# @option params [required, String, StringIO, File] :body
|
|
4647
4647
|
# \[Required\] The POST request body containing external API
|
|
4648
4648
|
# definitions. Currently, only OpenAPI definition JSON/YAML files are
|
|
4649
4649
|
# supported. The maximum size of the API definition file is 6MB.
|
|
@@ -5335,7 +5335,7 @@ module Aws::APIGateway
|
|
|
5335
5335
|
# command of `aws apigateway import-rest-api --parameters
|
|
5336
5336
|
# ignore=documentation --body 'file:///path/to/imported-api-body.json'`.
|
|
5337
5337
|
#
|
|
5338
|
-
# @option params [required, String,
|
|
5338
|
+
# @option params [required, String, StringIO, File] :body
|
|
5339
5339
|
# \[Required\] The PUT request body containing external API definitions.
|
|
5340
5340
|
# Currently, only OpenAPI definition JSON/YAML files are supported. The
|
|
5341
5341
|
# maximum size of the API definition file is 6MB.
|
|
@@ -5426,7 +5426,7 @@ module Aws::APIGateway
|
|
|
5426
5426
|
# Simulate the execution of an Authorizer in your RestApi with headers,
|
|
5427
5427
|
# parameters, and an incoming request body.
|
|
5428
5428
|
#
|
|
5429
|
-
# <div class="seeAlso">
|
|
5429
|
+
# <div class="seeAlso" markdown="1">
|
|
5430
5430
|
# [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as
|
|
5431
5431
|
# Authorizer][2]
|
|
5432
5432
|
# </div>
|
|
@@ -5730,7 +5730,7 @@ module Aws::APIGateway
|
|
|
5730
5730
|
|
|
5731
5731
|
# Updates an existing Authorizer resource.
|
|
5732
5732
|
#
|
|
5733
|
-
# <div class="seeAlso">
|
|
5733
|
+
# <div class="seeAlso" markdown="1">
|
|
5734
5734
|
# [AWS CLI][1]
|
|
5735
5735
|
# </div>
|
|
5736
5736
|
#
|
|
@@ -7018,7 +7018,7 @@ module Aws::APIGateway
|
|
|
7018
7018
|
params: params,
|
|
7019
7019
|
config: config)
|
|
7020
7020
|
context[:gem_name] = 'aws-sdk-apigateway'
|
|
7021
|
-
context[:gem_version] = '1.
|
|
7021
|
+
context[:gem_version] = '1.49.0'
|
|
7022
7022
|
Seahorse::Client::Request.new(handlers, context)
|
|
7023
7023
|
end
|
|
7024
7024
|
|
|
@@ -71,7 +71,7 @@ module Aws::APIGateway
|
|
|
71
71
|
#
|
|
72
72
|
# </div>
|
|
73
73
|
#
|
|
74
|
-
# <div class="seeAlso">
|
|
74
|
+
# <div class="seeAlso" markdown="1">
|
|
75
75
|
# [API Gateway Limits][2] [Developer Guide][3], [AWS CLI][4]
|
|
76
76
|
# </div>
|
|
77
77
|
#
|
|
@@ -113,7 +113,7 @@ module Aws::APIGateway
|
|
|
113
113
|
# on any RestApi, which indicates that the callers with the API key can
|
|
114
114
|
# make requests to that stage.
|
|
115
115
|
#
|
|
116
|
-
# <div class="seeAlso">
|
|
116
|
+
# <div class="seeAlso" markdown="1">
|
|
117
117
|
# [Use API Keys][1]
|
|
118
118
|
# </div>
|
|
119
119
|
#
|
|
@@ -199,7 +199,7 @@ module Aws::APIGateway
|
|
|
199
199
|
# Represents a collection of API keys as represented by an ApiKeys
|
|
200
200
|
# resource.
|
|
201
201
|
#
|
|
202
|
-
# <div class="seeAlso">
|
|
202
|
+
# <div class="seeAlso" markdown="1">
|
|
203
203
|
# [Use API Keys][1]
|
|
204
204
|
# </div>
|
|
205
205
|
#
|
|
@@ -268,7 +268,7 @@ module Aws::APIGateway
|
|
|
268
268
|
# API Gateway will activate the authorizer when a client calls the
|
|
269
269
|
# method.
|
|
270
270
|
#
|
|
271
|
-
# <div class="seeAlso">
|
|
271
|
+
# <div class="seeAlso" markdown="1">
|
|
272
272
|
# [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as
|
|
273
273
|
# Authorizer][2]
|
|
274
274
|
# </div>
|
|
@@ -385,7 +385,7 @@ module Aws::APIGateway
|
|
|
385
385
|
|
|
386
386
|
# Represents a collection of Authorizer resources.
|
|
387
387
|
#
|
|
388
|
-
# <div class="seeAlso">
|
|
388
|
+
# <div class="seeAlso" markdown="1">
|
|
389
389
|
# [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as
|
|
390
390
|
# Authorizer][2]
|
|
391
391
|
# </div>
|
|
@@ -425,12 +425,12 @@ module Aws::APIGateway
|
|
|
425
425
|
# Represents the base path that callers of the API must provide as part
|
|
426
426
|
# of the URL after the domain name.
|
|
427
427
|
#
|
|
428
|
-
# <div class="remarks">
|
|
428
|
+
# <div class="remarks" markdown="1">
|
|
429
429
|
# A custom domain name plus a `BasePathMapping` specification identifies
|
|
430
430
|
# a deployed RestApi in a given stage of the owner Account.
|
|
431
431
|
# </div>
|
|
432
432
|
#
|
|
433
|
-
# <div class="seeAlso">
|
|
433
|
+
# <div class="seeAlso" markdown="1">
|
|
434
434
|
# [Use Custom Domain Names][1]
|
|
435
435
|
# </div>
|
|
436
436
|
#
|
|
@@ -461,7 +461,7 @@ module Aws::APIGateway
|
|
|
461
461
|
|
|
462
462
|
# Represents a collection of BasePathMapping resources.
|
|
463
463
|
#
|
|
464
|
-
# <div class="seeAlso">
|
|
464
|
+
# <div class="seeAlso" markdown="1">
|
|
465
465
|
# [Use Custom Domain Names][1]
|
|
466
466
|
# </div>
|
|
467
467
|
#
|
|
@@ -535,7 +535,7 @@ module Aws::APIGateway
|
|
|
535
535
|
# policies, a custom Authorizer or an Amazon Cognito user pool.
|
|
536
536
|
# </div>
|
|
537
537
|
#
|
|
538
|
-
# <div class="seeAlso">
|
|
538
|
+
# <div class="seeAlso" markdown="1">
|
|
539
539
|
# [Use Client-Side Certificate][1]
|
|
540
540
|
# </div>
|
|
541
541
|
#
|
|
@@ -583,7 +583,7 @@ module Aws::APIGateway
|
|
|
583
583
|
|
|
584
584
|
# Represents a collection of ClientCertificate resources.
|
|
585
585
|
#
|
|
586
|
-
# <div class="seeAlso">
|
|
586
|
+
# <div class="seeAlso" markdown="1">
|
|
587
587
|
# [Use Client-Side Certificate][1]
|
|
588
588
|
# </div>
|
|
589
589
|
#
|
|
@@ -2156,14 +2156,14 @@ module Aws::APIGateway
|
|
|
2156
2156
|
# by users using Stages. A deployment must be associated with a Stage
|
|
2157
2157
|
# for it to be callable over the Internet.
|
|
2158
2158
|
#
|
|
2159
|
-
# <div class="remarks">
|
|
2159
|
+
# <div class="remarks" markdown="1">
|
|
2160
2160
|
# To create a deployment, call `POST` on the Deployments resource of a
|
|
2161
2161
|
# RestApi. To view, update, or delete a deployment, call `GET`, `PATCH`,
|
|
2162
2162
|
# or `DELETE` on the specified deployment resource
|
|
2163
2163
|
# (`/restapis/\{restapi_id\}/deployments/\{deployment_id\}`).
|
|
2164
2164
|
# </div>
|
|
2165
2165
|
#
|
|
2166
|
-
# <div class="seeAlso">
|
|
2166
|
+
# <div class="seeAlso" markdown="1">
|
|
2167
2167
|
# RestApi, Deployments, Stage, [AWS CLI][1], [AWS SDKs][2]
|
|
2168
2168
|
# </div>
|
|
2169
2169
|
#
|
|
@@ -2242,14 +2242,14 @@ module Aws::APIGateway
|
|
|
2242
2242
|
# interact with your collection. The collection offers a paginated view
|
|
2243
2243
|
# of the contained deployments.
|
|
2244
2244
|
#
|
|
2245
|
-
# <div class="remarks">
|
|
2245
|
+
# <div class="remarks" markdown="1">
|
|
2246
2246
|
# To create a new deployment of a RestApi, make a `POST` request against
|
|
2247
2247
|
# this resource. To view, update, or delete an existing deployment, make
|
|
2248
2248
|
# a `GET`, `PATCH`, or `DELETE` request, respectively, on a specified
|
|
2249
2249
|
# Deployment resource.
|
|
2250
2250
|
# </div>
|
|
2251
2251
|
#
|
|
2252
|
-
# <div class="seeAlso">
|
|
2252
|
+
# <div class="seeAlso" markdown="1">
|
|
2253
2253
|
# [Deploying an API][1], [AWS CLI][2], [AWS SDKs][3]
|
|
2254
2254
|
# </div>
|
|
2255
2255
|
#
|
|
@@ -2292,7 +2292,7 @@ module Aws::APIGateway
|
|
|
2292
2292
|
#
|
|
2293
2293
|
# </div>
|
|
2294
2294
|
#
|
|
2295
|
-
# <div class="seeAlso">
|
|
2295
|
+
# <div class="seeAlso" markdown="1">
|
|
2296
2296
|
# [Documenting an API][1], DocumentationParts
|
|
2297
2297
|
# </div>
|
|
2298
2298
|
#
|
|
@@ -2341,7 +2341,7 @@ module Aws::APIGateway
|
|
|
2341
2341
|
# external (e.g., OpenAPI) file are imported into API Gateway
|
|
2342
2342
|
# </div>
|
|
2343
2343
|
#
|
|
2344
|
-
# <div class="seeAlso">
|
|
2344
|
+
# <div class="seeAlso" markdown="1">
|
|
2345
2345
|
# [Documenting an API][1], [documentationpart:import][2],
|
|
2346
2346
|
# DocumentationPart
|
|
2347
2347
|
# </div>
|
|
@@ -2444,7 +2444,7 @@ module Aws::APIGateway
|
|
|
2444
2444
|
#
|
|
2445
2445
|
# <div class="remarks"></div>
|
|
2446
2446
|
#
|
|
2447
|
-
# <div class="seeAlso">
|
|
2447
|
+
# <div class="seeAlso" markdown="1">
|
|
2448
2448
|
# [Documenting an API][1], DocumentationPart
|
|
2449
2449
|
# </div>
|
|
2450
2450
|
#
|
|
@@ -2475,7 +2475,7 @@ module Aws::APIGateway
|
|
|
2475
2475
|
#
|
|
2476
2476
|
# </div>
|
|
2477
2477
|
#
|
|
2478
|
-
# <div class="seeAlso">
|
|
2478
|
+
# <div class="seeAlso" markdown="1">
|
|
2479
2479
|
# [Documenting an API][1], DocumentationPart, DocumentationVersions
|
|
2480
2480
|
# </div>
|
|
2481
2481
|
#
|
|
@@ -2511,7 +2511,7 @@ module Aws::APIGateway
|
|
|
2511
2511
|
#
|
|
2512
2512
|
# </div>
|
|
2513
2513
|
#
|
|
2514
|
-
# <div class="seeAlso">
|
|
2514
|
+
# <div class="seeAlso" markdown="1">
|
|
2515
2515
|
# [Documenting an API][1], DocumentationPart, DocumentationVersion
|
|
2516
2516
|
# </div>
|
|
2517
2517
|
#
|
|
@@ -2550,7 +2550,7 @@ module Aws::APIGateway
|
|
|
2550
2550
|
#
|
|
2551
2551
|
# </div>
|
|
2552
2552
|
#
|
|
2553
|
-
# <div class="seeAlso">
|
|
2553
|
+
# <div class="seeAlso" markdown="1">
|
|
2554
2554
|
# [Set a Custom Host Name for an API][1]
|
|
2555
2555
|
# </div>
|
|
2556
2556
|
#
|
|
@@ -2683,7 +2683,7 @@ module Aws::APIGateway
|
|
|
2683
2683
|
|
|
2684
2684
|
# Represents a collection of DomainName resources.
|
|
2685
2685
|
#
|
|
2686
|
-
# <div class="seeAlso">
|
|
2686
|
+
# <div class="seeAlso" markdown="1">
|
|
2687
2687
|
# [Use Client-Side Certificate][1]
|
|
2688
2688
|
# </div>
|
|
2689
2689
|
#
|
|
@@ -2813,7 +2813,7 @@ module Aws::APIGateway
|
|
|
2813
2813
|
# A gateway response of a given response type and status code, with
|
|
2814
2814
|
# optional response parameters and mapping templates.
|
|
2815
2815
|
#
|
|
2816
|
-
# <div class="remarks">
|
|
2816
|
+
# <div class="remarks" markdown="1">
|
|
2817
2817
|
# For more information about valid gateway response types, see [Gateway
|
|
2818
2818
|
# Response Types Supported by API Gateway][1]
|
|
2819
2819
|
# <div class="example" markdown="1">
|
|
@@ -2840,7 +2840,7 @@ module Aws::APIGateway
|
|
|
2840
2840
|
# </div>
|
|
2841
2841
|
# </div>
|
|
2842
2842
|
#
|
|
2843
|
-
# <div class="seeAlso">
|
|
2843
|
+
# <div class="seeAlso" markdown="1">
|
|
2844
2844
|
# [Customize Gateway Responses][2]
|
|
2845
2845
|
# </div>
|
|
2846
2846
|
#
|
|
@@ -2908,7 +2908,7 @@ module Aws::APIGateway
|
|
|
2908
2908
|
# `responseType`-to-GatewayResponse object map of key-value pairs. As
|
|
2909
2909
|
# such, pagination is not supported for querying this collection.
|
|
2910
2910
|
#
|
|
2911
|
-
# <div class="remarks">
|
|
2911
|
+
# <div class="remarks" markdown="1">
|
|
2912
2912
|
# For more information about valid gateway response types, see [Gateway
|
|
2913
2913
|
# Response Types Supported by API Gateway][1]
|
|
2914
2914
|
# <div class="example" markdown="1">
|
|
@@ -2935,7 +2935,7 @@ module Aws::APIGateway
|
|
|
2935
2935
|
# </div>
|
|
2936
2936
|
# </div>
|
|
2937
2937
|
#
|
|
2938
|
-
# <div class="seeAlso">
|
|
2938
|
+
# <div class="seeAlso" markdown="1">
|
|
2939
2939
|
# [Customize Gateway Responses][2]
|
|
2940
2940
|
# </div>
|
|
2941
2941
|
#
|
|
@@ -4607,7 +4607,7 @@ module Aws::APIGateway
|
|
|
4607
4607
|
# integration.
|
|
4608
4608
|
# </div>
|
|
4609
4609
|
#
|
|
4610
|
-
# <div class="seeAlso">
|
|
4610
|
+
# <div class="seeAlso" markdown="1">
|
|
4611
4611
|
# [Creating an API][1]
|
|
4612
4612
|
# </div>
|
|
4613
4613
|
#
|
|
@@ -4818,7 +4818,7 @@ module Aws::APIGateway
|
|
|
4818
4818
|
#
|
|
4819
4819
|
# </div>
|
|
4820
4820
|
#
|
|
4821
|
-
# <div class="seeAlso">
|
|
4821
|
+
# <div class="seeAlso" markdown="1">
|
|
4822
4822
|
# [Creating an API][1]
|
|
4823
4823
|
# </div>
|
|
4824
4824
|
#
|
|
@@ -4855,7 +4855,7 @@ module Aws::APIGateway
|
|
|
4855
4855
|
# existing MethodResponse, and parameters and templates can be used to
|
|
4856
4856
|
# transform the back-end response.
|
|
4857
4857
|
#
|
|
4858
|
-
# <div class="seeAlso">
|
|
4858
|
+
# <div class="seeAlso" markdown="1">
|
|
4859
4859
|
# [Creating an API][1]
|
|
4860
4860
|
# </div>
|
|
4861
4861
|
#
|
|
@@ -4983,7 +4983,7 @@ module Aws::APIGateway
|
|
|
4983
4983
|
#
|
|
4984
4984
|
# </div>
|
|
4985
4985
|
#
|
|
4986
|
-
# <div class="seeAlso">
|
|
4986
|
+
# <div class="seeAlso" markdown="1">
|
|
4987
4987
|
# MethodResponse, Integration, IntegrationResponse, Resource, [Set up an
|
|
4988
4988
|
# API's method][2]
|
|
4989
4989
|
# </div>
|
|
@@ -5071,7 +5071,7 @@ module Aws::APIGateway
|
|
|
5071
5071
|
#
|
|
5072
5072
|
# </div>
|
|
5073
5073
|
#
|
|
5074
|
-
# <div class="seeAlso">
|
|
5074
|
+
# <div class="seeAlso" markdown="1">
|
|
5075
5075
|
# [AWS CLI][1]
|
|
5076
5076
|
# </div>
|
|
5077
5077
|
#
|
|
@@ -5107,7 +5107,7 @@ module Aws::APIGateway
|
|
|
5107
5107
|
#
|
|
5108
5108
|
# </div>
|
|
5109
5109
|
#
|
|
5110
|
-
# <div class="seeAlso">
|
|
5110
|
+
# <div class="seeAlso" markdown="1">
|
|
5111
5111
|
# [AWS CLI][1]
|
|
5112
5112
|
# </div>
|
|
5113
5113
|
#
|
|
@@ -5172,7 +5172,7 @@ module Aws::APIGateway
|
|
|
5172
5172
|
#
|
|
5173
5173
|
# </div>
|
|
5174
5174
|
#
|
|
5175
|
-
# <div class="seeAlso">
|
|
5175
|
+
# <div class="seeAlso" markdown="1">
|
|
5176
5176
|
# Method, IntegrationResponse, Integration [Creating an API][1]
|
|
5177
5177
|
# </div>
|
|
5178
5178
|
#
|
|
@@ -5343,7 +5343,7 @@ module Aws::APIGateway
|
|
|
5343
5343
|
#
|
|
5344
5344
|
# </div>
|
|
5345
5345
|
#
|
|
5346
|
-
# <div class="seeAlso">
|
|
5346
|
+
# <div class="seeAlso" markdown="1">
|
|
5347
5347
|
# Method, MethodResponse, [Models and Mappings][1]
|
|
5348
5348
|
# </div>
|
|
5349
5349
|
#
|
|
@@ -5392,7 +5392,7 @@ module Aws::APIGateway
|
|
|
5392
5392
|
|
|
5393
5393
|
# Represents a collection of Model resources.
|
|
5394
5394
|
#
|
|
5395
|
-
# <div class="seeAlso">
|
|
5395
|
+
# <div class="seeAlso" markdown="1">
|
|
5396
5396
|
# Method, MethodResponse, [Models and Mappings][1]
|
|
5397
5397
|
# </div>
|
|
5398
5398
|
#
|
|
@@ -6145,7 +6145,7 @@ module Aws::APIGateway
|
|
|
6145
6145
|
#
|
|
6146
6146
|
# </div>
|
|
6147
6147
|
#
|
|
6148
|
-
# <div class="seeAlso">
|
|
6148
|
+
# <div class="seeAlso" markdown="1">
|
|
6149
6149
|
# [Enable Basic Request Validation in API Gateway][3]
|
|
6150
6150
|
# </div>
|
|
6151
6151
|
#
|
|
@@ -6190,7 +6190,7 @@ module Aws::APIGateway
|
|
|
6190
6190
|
#
|
|
6191
6191
|
# </div>
|
|
6192
6192
|
#
|
|
6193
|
-
# <div class="seeAlso">
|
|
6193
|
+
# <div class="seeAlso" markdown="1">
|
|
6194
6194
|
# [Enable Basic Request Validation in API Gateway][2]
|
|
6195
6195
|
# </div>
|
|
6196
6196
|
#
|
|
@@ -6215,7 +6215,7 @@ module Aws::APIGateway
|
|
|
6215
6215
|
|
|
6216
6216
|
# Represents an API resource.
|
|
6217
6217
|
#
|
|
6218
|
-
# <div class="seeAlso">
|
|
6218
|
+
# <div class="seeAlso" markdown="1">
|
|
6219
6219
|
# [Create an API][1]
|
|
6220
6220
|
# </div>
|
|
6221
6221
|
#
|
|
@@ -6281,7 +6281,7 @@ module Aws::APIGateway
|
|
|
6281
6281
|
|
|
6282
6282
|
# Represents a collection of Resource resources.
|
|
6283
6283
|
#
|
|
6284
|
-
# <div class="seeAlso">
|
|
6284
|
+
# <div class="seeAlso" markdown="1">
|
|
6285
6285
|
# [Create an API][1]
|
|
6286
6286
|
# </div>
|
|
6287
6287
|
#
|
|
@@ -6305,7 +6305,7 @@ module Aws::APIGateway
|
|
|
6305
6305
|
|
|
6306
6306
|
# Represents a REST API.
|
|
6307
6307
|
#
|
|
6308
|
-
# <div class="seeAlso">
|
|
6308
|
+
# <div class="seeAlso" markdown="1">
|
|
6309
6309
|
# [Create an API][1]
|
|
6310
6310
|
# </div>
|
|
6311
6311
|
#
|
|
@@ -6397,7 +6397,7 @@ module Aws::APIGateway
|
|
|
6397
6397
|
# interact with your collection. A collection offers a paginated view of
|
|
6398
6398
|
# your APIs.
|
|
6399
6399
|
#
|
|
6400
|
-
# <div class="seeAlso">
|
|
6400
|
+
# <div class="seeAlso" markdown="1">
|
|
6401
6401
|
# [Create an API][1]
|
|
6402
6402
|
# </div>
|
|
6403
6403
|
#
|
|
@@ -6538,7 +6538,7 @@ module Aws::APIGateway
|
|
|
6538
6538
|
# Represents a unique identifier for a version of a deployed RestApi
|
|
6539
6539
|
# that is callable by users.
|
|
6540
6540
|
#
|
|
6541
|
-
# <div class="seeAlso">
|
|
6541
|
+
# <div class="seeAlso" markdown="1">
|
|
6542
6542
|
# [Deploy an API][1]
|
|
6543
6543
|
# </div>
|
|
6544
6544
|
#
|
|
@@ -6676,7 +6676,7 @@ module Aws::APIGateway
|
|
|
6676
6676
|
# A list of Stage resources that are associated with the ApiKey
|
|
6677
6677
|
# resource.
|
|
6678
6678
|
#
|
|
6679
|
-
# <div class="seeAlso">
|
|
6679
|
+
# <div class="seeAlso" markdown="1">
|
|
6680
6680
|
# [Deploying API in Stages][1]
|
|
6681
6681
|
# </div>
|
|
6682
6682
|
#
|
|
@@ -6740,7 +6740,7 @@ module Aws::APIGateway
|
|
|
6740
6740
|
|
|
6741
6741
|
# Represents a mapping template used to transform a payload.
|
|
6742
6742
|
#
|
|
6743
|
-
# <div class="seeAlso">
|
|
6743
|
+
# <div class="seeAlso" markdown="1">
|
|
6744
6744
|
# [Mapping Templates][1]
|
|
6745
6745
|
# </div>
|
|
6746
6746
|
#
|
|
@@ -6971,7 +6971,7 @@ module Aws::APIGateway
|
|
|
6971
6971
|
|
|
6972
6972
|
# Represents the response of the test invoke request in the HTTP method.
|
|
6973
6973
|
#
|
|
6974
|
-
# <div class="seeAlso">
|
|
6974
|
+
# <div class="seeAlso" markdown="1">
|
|
6975
6975
|
# [Test API using the API Gateway console][1]
|
|
6976
6976
|
# </div>
|
|
6977
6977
|
#
|
|
@@ -8016,7 +8016,7 @@ module Aws::APIGateway
|
|
|
8016
8016
|
#
|
|
8017
8017
|
# <div class="remarks"></div>
|
|
8018
8018
|
#
|
|
8019
|
-
# <div class="seeAlso">
|
|
8019
|
+
# <div class="seeAlso" markdown="1">
|
|
8020
8020
|
# [Create and Use Usage Plans][1], [Manage Usage in a Usage Plan][2]
|
|
8021
8021
|
# </div>
|
|
8022
8022
|
#
|
|
@@ -8069,7 +8069,7 @@ module Aws::APIGateway
|
|
|
8069
8069
|
#
|
|
8070
8070
|
# </div>
|
|
8071
8071
|
#
|
|
8072
|
-
# <div class="seeAlso">
|
|
8072
|
+
# <div class="seeAlso" markdown="1">
|
|
8073
8073
|
# [Create and Use Usage Plans][1]
|
|
8074
8074
|
# </div>
|
|
8075
8075
|
#
|
|
@@ -8133,7 +8133,7 @@ module Aws::APIGateway
|
|
|
8133
8133
|
#
|
|
8134
8134
|
# </div>
|
|
8135
8135
|
#
|
|
8136
|
-
# " <div class="seeAlso">
|
|
8136
|
+
# " <div class="seeAlso" markdown="1">
|
|
8137
8137
|
# [Create and Use Usage Plans][1]
|
|
8138
8138
|
# </div>
|
|
8139
8139
|
#
|
|
@@ -8170,7 +8170,7 @@ module Aws::APIGateway
|
|
|
8170
8170
|
# Represents the collection of usage plan keys added to usage plans for
|
|
8171
8171
|
# the associated API keys and, possibly, other types of keys.
|
|
8172
8172
|
#
|
|
8173
|
-
# <div class="seeAlso">
|
|
8173
|
+
# <div class="seeAlso" markdown="1">
|
|
8174
8174
|
# [Create and Use Usage Plans][1]
|
|
8175
8175
|
# </div>
|
|
8176
8176
|
#
|
|
@@ -8194,7 +8194,7 @@ module Aws::APIGateway
|
|
|
8194
8194
|
|
|
8195
8195
|
# Represents a collection of usage plans for an AWS account.
|
|
8196
8196
|
#
|
|
8197
|
-
# <div class="seeAlso">
|
|
8197
|
+
# <div class="seeAlso" markdown="1">
|
|
8198
8198
|
# [Create and Use Usage Plans][1]
|
|
8199
8199
|
# </div>
|
|
8200
8200
|
#
|
|
@@ -8279,7 +8279,7 @@ module Aws::APIGateway
|
|
|
8279
8279
|
|
|
8280
8280
|
# The collection of VPC links under the caller's account in a region.
|
|
8281
8281
|
#
|
|
8282
|
-
# <div class="seeAlso">
|
|
8282
|
+
# <div class="seeAlso" markdown="1">
|
|
8283
8283
|
# [Getting Started with Private Integrations][1], [Set up Private
|
|
8284
8284
|
# Integrations][2]
|
|
8285
8285
|
# </div>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-apigateway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.49.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-08-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|