@aws-sdk/client-apigatewayv2 3.288.0 → 3.290.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.
- package/dist-types/commands/CreateApiCommand.d.ts +13 -0
- package/dist-types/commands/CreateApiMappingCommand.d.ts +13 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +13 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +13 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +15 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +13 -0
- package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +13 -0
- package/dist-types/commands/CreateModelCommand.d.ts +13 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +13 -0
- package/dist-types/commands/CreateRouteResponseCommand.d.ts +13 -0
- package/dist-types/commands/CreateStageCommand.d.ts +13 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +7 -0
- package/dist-types/commands/DeleteApiCommand.d.ts +7 -0
- package/dist-types/commands/DeleteApiMappingCommand.d.ts +10 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +7 -0
- package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +7 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +7 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRouteResponseCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +7 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +7 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +7 -0
- package/dist-types/commands/GetApiCommand.d.ts +7 -0
- package/dist-types/commands/GetApiMappingCommand.d.ts +10 -0
- package/dist-types/commands/GetApiMappingsCommand.d.ts +10 -0
- package/dist-types/commands/GetApisCommand.d.ts +10 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +7 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +10 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +7 -0
- package/dist-types/commands/GetDeploymentsCommand.d.ts +10 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +7 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +10 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +7 -0
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +7 -0
- package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +10 -0
- package/dist-types/commands/GetIntegrationsCommand.d.ts +10 -0
- package/dist-types/commands/GetModelCommand.d.ts +7 -0
- package/dist-types/commands/GetModelTemplateCommand.d.ts +7 -0
- package/dist-types/commands/GetModelsCommand.d.ts +10 -0
- package/dist-types/commands/GetRouteCommand.d.ts +7 -0
- package/dist-types/commands/GetRouteResponseCommand.d.ts +7 -0
- package/dist-types/commands/GetRouteResponsesCommand.d.ts +10 -0
- package/dist-types/commands/GetRoutesCommand.d.ts +10 -0
- package/dist-types/commands/GetStageCommand.d.ts +7 -0
- package/dist-types/commands/GetStagesCommand.d.ts +10 -0
- package/dist-types/commands/GetTagsCommand.d.ts +13 -0
- package/dist-types/commands/GetVpcLinkCommand.d.ts +7 -0
- package/dist-types/commands/GetVpcLinksCommand.d.ts +7 -0
- package/dist-types/commands/ImportApiCommand.d.ts +13 -0
- package/dist-types/commands/ReimportApiCommand.d.ts +13 -0
- package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +7 -0
- package/dist-types/commands/TagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateApiCommand.d.ts +13 -0
- package/dist-types/commands/UpdateApiMappingCommand.d.ts +13 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +13 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +13 -0
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +13 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +13 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +13 -0
- package/dist-types/commands/UpdateRouteResponseCommand.d.ts +13 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +13 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +10 -0
- package/package.json +29 -29
|
@@ -29,6 +29,19 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link CreateApiCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateApiCommand extends $Command<CreateApiCommandInput, CreateApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateApiCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse,
|
|
|
29
29
|
* @see {@link CreateApiMappingCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateApiMappingCommand extends $Command<CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateApiMappingCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
|
|
|
29
29
|
* @see {@link CreateAuthorizerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateAuthorizerCommand extends $Command<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateAuthorizerCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
29
29
|
* @see {@link CreateDeploymentCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateDeploymentCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
|
|
|
29
29
|
* @see {@link CreateDomainNameCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
*
|
|
34
|
+
* @throws {@link BadRequestException} (client fault)
|
|
35
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ConflictException} (client fault)
|
|
38
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link NotFoundException} (client fault)
|
|
41
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
44
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
32
47
|
*/
|
|
33
48
|
export declare class CreateDomainNameCommand extends $Command<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
49
|
readonly input: CreateDomainNameCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
|
|
|
29
29
|
* @see {@link CreateIntegrationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateIntegrationCommand extends $Command<CreateIntegrationCommandInput, CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateIntegrationCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
|
|
|
29
29
|
* @see {@link CreateIntegrationResponseCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateIntegrationResponseCommand extends $Command<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateIntegrationResponseCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
|
|
|
29
29
|
* @see {@link CreateModelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateModelCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
|
|
|
29
29
|
* @see {@link CreateRouteCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateRouteCommand extends $Command<CreateRouteCommandInput, CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateRouteCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateRouteResponseCommandOutput extends CreateRouteResponseRes
|
|
|
29
29
|
* @see {@link CreateRouteResponseCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateRouteResponseCommand extends $Command<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateRouteResponseCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
|
|
|
29
29
|
* @see {@link CreateStageCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateStageCommand extends $Command<CreateStageCommandInput, CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateStageCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __Met
|
|
|
29
29
|
* @see {@link CreateVpcLinkCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class CreateVpcLinkCommand extends $Command<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: CreateVpcLinkCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteAccessLogSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteAccessLogSettingsCommand extends $Command<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteAccessLogSettingsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteApiCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteApiCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteApiCommand extends $Command<DeleteApiCommandInput, DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteApiCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteApiMappingCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteApiMappingCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NotFoundException} (client fault)
|
|
36
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
39
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteApiMappingCommand extends $Command<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteApiMappingCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteAuthorizerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteAuthorizerCommand extends $Command<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteAuthorizerCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteCorsConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteCorsConfigurationCommand extends $Command<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteCorsConfigurationCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteDeploymentCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteDeploymentCommand extends $Command<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteDeploymentCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteDomainNameCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteDomainNameCommand extends $Command<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteDomainNameCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteIntegrationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteIntegrationCommand extends $Command<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteIntegrationCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer
|
|
|
29
29
|
* @see {@link DeleteIntegrationResponseCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteIntegrationResponseCommand extends $Command<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteIntegrationResponseCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteModelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteModelCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteRouteCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteRouteCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteRouteCommand extends $Command<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteRouteCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear
|
|
|
29
29
|
* @see {@link DeleteRouteRequestParameterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteRouteRequestParameterCommand extends $Command<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteRouteRequestParameterCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteRouteResponseCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteRouteResponseCommand extends $Command<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteRouteResponseCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteRouteSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteRouteSettingsCommand extends $Command<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteRouteSettingsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteStageCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteStageCommand extends $Command<DeleteStageCommandInput, DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteStageCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteVpcLinkCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteVpcLinkCommand extends $Command<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteVpcLinkCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetApiCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetApiCommand extends $Command<GetApiCommandInput, GetApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: GetApiCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __Met
|
|
|
29
29
|
* @see {@link GetApiMappingCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NotFoundException} (client fault)
|
|
36
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
39
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetApiMappingCommand extends $Command<GetApiMappingCommandInput, GetApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
44
|
readonly input: GetApiMappingCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __M
|
|
|
29
29
|
* @see {@link GetApiMappingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NotFoundException} (client fault)
|
|
36
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
39
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetApiMappingsCommand extends $Command<GetApiMappingsCommandInput, GetApiMappingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
44
|
readonly input: GetApiMappingsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
|
|
|
29
29
|
* @see {@link GetApisCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NotFoundException} (client fault)
|
|
36
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
39
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetApisCommand extends $Command<GetApisCommandInput, GetApisCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
44
|
readonly input: GetApisCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
|
|
|
29
29
|
* @see {@link GetAuthorizerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetAuthorizerCommand extends $Command<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: GetAuthorizerCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
|
|
|
29
29
|
* @see {@link GetAuthorizersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NotFoundException} (client fault)
|
|
36
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
39
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetAuthorizersCommand extends $Command<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
44
|
readonly input: GetAuthorizersCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
|
|
|
29
29
|
* @see {@link GetDeploymentCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
41
|
readonly input: GetDeploymentCommandInput;
|