@aws-sdk/client-apigatewayv2 3.533.0 → 3.540.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-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ApiGatewayV2.d.ts +4 -1
- package/dist-types/ApiGatewayV2Client.d.ts +1 -1
- package/dist-types/commands/CreateApiCommand.d.ts +2 -1
- package/dist-types/commands/CreateApiMappingCommand.d.ts +2 -1
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +2 -1
- package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +2 -1
- package/dist-types/commands/CreateModelCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteResponseCommand.d.ts +2 -1
- package/dist-types/commands/CreateStageCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApiCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApiMappingCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +2 -1
- package/dist-types/commands/DeleteModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteResponseCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +2 -1
- package/dist-types/commands/ExportApiCommand.d.ts +1 -0
- package/dist-types/commands/GetApiCommand.d.ts +2 -1
- package/dist-types/commands/GetApiMappingCommand.d.ts +2 -1
- package/dist-types/commands/GetApiMappingsCommand.d.ts +2 -1
- package/dist-types/commands/GetApisCommand.d.ts +2 -1
- package/dist-types/commands/GetAuthorizerCommand.d.ts +2 -1
- package/dist-types/commands/GetAuthorizersCommand.d.ts +2 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/GetDeploymentsCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainNamesCommand.d.ts +2 -1
- package/dist-types/commands/GetIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +2 -1
- package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +2 -1
- package/dist-types/commands/GetIntegrationsCommand.d.ts +2 -1
- package/dist-types/commands/GetModelCommand.d.ts +2 -1
- package/dist-types/commands/GetModelTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetModelsCommand.d.ts +2 -1
- package/dist-types/commands/GetRouteCommand.d.ts +2 -1
- package/dist-types/commands/GetRouteResponseCommand.d.ts +2 -1
- package/dist-types/commands/GetRouteResponsesCommand.d.ts +2 -1
- package/dist-types/commands/GetRoutesCommand.d.ts +2 -1
- package/dist-types/commands/GetStageCommand.d.ts +2 -1
- package/dist-types/commands/GetStagesCommand.d.ts +2 -1
- package/dist-types/commands/GetTagsCommand.d.ts +2 -1
- package/dist-types/commands/GetVpcLinkCommand.d.ts +2 -1
- package/dist-types/commands/GetVpcLinksCommand.d.ts +2 -1
- package/dist-types/commands/ImportApiCommand.d.ts +2 -1
- package/dist-types/commands/ReimportApiCommand.d.ts +2 -1
- package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApiCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApiMappingCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +2 -1
- package/dist-types/commands/UpdateModelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRouteResponseCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +915 -915
- package/dist-types/ts3.4/ApiGatewayV2.d.ts +3 -0
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -4645,9 +4645,6 @@ var _ApiGatewayV2 = class _ApiGatewayV2 extends ApiGatewayV2Client {
|
|
|
4645
4645
|
__name(_ApiGatewayV2, "ApiGatewayV2");
|
|
4646
4646
|
var ApiGatewayV2 = _ApiGatewayV2;
|
|
4647
4647
|
(0, import_smithy_client.createAggregatedClient)(commands, ApiGatewayV2);
|
|
4648
|
-
|
|
4649
|
-
// src/index.ts
|
|
4650
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
4651
4648
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4652
4649
|
|
|
4653
4650
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -268,6 +268,7 @@ export interface ApiGatewayV2 {
|
|
|
268
268
|
/**
|
|
269
269
|
* @see {@link GetApisCommand}
|
|
270
270
|
*/
|
|
271
|
+
getApis(): Promise<GetApisCommandOutput>;
|
|
271
272
|
getApis(args: GetApisCommandInput, options?: __HttpHandlerOptions): Promise<GetApisCommandOutput>;
|
|
272
273
|
getApis(args: GetApisCommandInput, cb: (err: any, data?: GetApisCommandOutput) => void): void;
|
|
273
274
|
getApis(args: GetApisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApisCommandOutput) => void): void;
|
|
@@ -304,6 +305,7 @@ export interface ApiGatewayV2 {
|
|
|
304
305
|
/**
|
|
305
306
|
* @see {@link GetDomainNamesCommand}
|
|
306
307
|
*/
|
|
308
|
+
getDomainNames(): Promise<GetDomainNamesCommandOutput>;
|
|
307
309
|
getDomainNames(args: GetDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainNamesCommandOutput>;
|
|
308
310
|
getDomainNames(args: GetDomainNamesCommandInput, cb: (err: any, data?: GetDomainNamesCommandOutput) => void): void;
|
|
309
311
|
getDomainNames(args: GetDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainNamesCommandOutput) => void): void;
|
|
@@ -400,6 +402,7 @@ export interface ApiGatewayV2 {
|
|
|
400
402
|
/**
|
|
401
403
|
* @see {@link GetVpcLinksCommand}
|
|
402
404
|
*/
|
|
405
|
+
getVpcLinks(): Promise<GetVpcLinksCommandOutput>;
|
|
403
406
|
getVpcLinks(args: GetVpcLinksCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcLinksCommandOutput>;
|
|
404
407
|
getVpcLinks(args: GetVpcLinksCommandInput, cb: (err: any, data?: GetVpcLinksCommandOutput) => void): void;
|
|
405
408
|
getVpcLinks(args: GetVpcLinksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpcLinksCommandOutput) => void): void;
|
|
@@ -507,8 +510,8 @@ export interface ApiGatewayV2 {
|
|
|
507
510
|
updateVpcLink(args: UpdateVpcLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void): void;
|
|
508
511
|
}
|
|
509
512
|
/**
|
|
510
|
-
* @public
|
|
511
513
|
* <p>Amazon API Gateway V2</p>
|
|
514
|
+
* @public
|
|
512
515
|
*/
|
|
513
516
|
export declare class ApiGatewayV2 extends ApiGatewayV2Client implements ApiGatewayV2 {
|
|
514
517
|
}
|
|
@@ -223,8 +223,8 @@ export type ApiGatewayV2ClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
223
223
|
export interface ApiGatewayV2ClientResolvedConfig extends ApiGatewayV2ClientResolvedConfigType {
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
|
-
* @public
|
|
227
226
|
* <p>Amazon API Gateway V2</p>
|
|
227
|
+
* @public
|
|
228
228
|
*/
|
|
229
229
|
export declare class ApiGatewayV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ApiGatewayV2ClientResolvedConfig> {
|
|
230
230
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateApiCommand_base: {
|
|
24
24
|
new (input: CreateApiCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiCommandInput, CreateApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateApiCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiCommandInput, CreateApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Api resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -130,6 +130,7 @@ declare const CreateApiCommand_base: {
|
|
|
130
130
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
132
132
|
*
|
|
133
|
+
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class CreateApiCommand extends CreateApiCommand_base {
|
|
135
136
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateApiMappingCommand_base: {
|
|
24
24
|
new (input: CreateApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an API mapping.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const CreateApiMappingCommand_base: {
|
|
|
71
71
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class CreateApiMappingCommand extends CreateApiMappingCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAuthorizerCommand_base: {
|
|
24
24
|
new (input: CreateAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Authorizer for an API.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -99,6 +99,7 @@ declare const CreateAuthorizerCommand_base: {
|
|
|
99
99
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDeploymentCommand_base: {
|
|
24
24
|
new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a Deployment for an API.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const CreateDeploymentCommand_base: {
|
|
|
72
72
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDomainNameCommand_base: {
|
|
24
24
|
new (input: CreateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a domain name.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -113,6 +113,7 @@ declare const CreateDomainNameCommand_base: {
|
|
|
113
113
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
115
115
|
*
|
|
116
|
+
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
|
|
118
119
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateIntegrationCommand_base: {
|
|
24
24
|
new (input: CreateIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationCommandInput, CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationCommandInput, CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Integration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -121,6 +121,7 @@ declare const CreateIntegrationCommand_base: {
|
|
|
121
121
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
123
123
|
*
|
|
124
|
+
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class CreateIntegrationCommand extends CreateIntegrationCommand_base {
|
|
126
127
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateIntegrationResponseCommand_base: {
|
|
24
24
|
new (input: CreateIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an IntegrationResponses.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const CreateIntegrationResponseCommand_base: {
|
|
|
84
84
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateIntegrationResponseCommand extends CreateIntegrationResponseCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateModelCommand_base: {
|
|
24
24
|
new (input: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a Model for an API.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const CreateModelCommand_base: {
|
|
|
73
73
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class CreateModelCommand extends CreateModelCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateRouteCommand_base: {
|
|
24
24
|
new (input: CreateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a Route for an API.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -104,6 +104,7 @@ declare const CreateRouteCommand_base: {
|
|
|
104
104
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class CreateRouteCommand extends CreateRouteCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateRouteResponseCommandOutput extends CreateRouteResponseRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateRouteResponseCommand_base: {
|
|
24
24
|
new (input: CreateRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a RouteResponse for a Route.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const CreateRouteResponseCommand_base: {
|
|
|
86
86
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreateRouteResponseCommand extends CreateRouteResponseCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateStageCommand_base: {
|
|
24
24
|
new (input: CreateStageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateStageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a Stage for an API.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -130,6 +130,7 @@ declare const CreateStageCommand_base: {
|
|
|
130
130
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
132
132
|
*
|
|
133
|
+
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class CreateStageCommand extends CreateStageCommand_base {
|
|
135
136
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateVpcLinkCommand_base: {
|
|
24
24
|
new (input: CreateVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a VPC link.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const CreateVpcLinkCommand_base: {
|
|
|
82
82
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class CreateVpcLinkCommand extends CreateVpcLinkCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAccessLogSettingsCommand_base: {
|
|
24
24
|
new (input: DeleteAccessLogSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAccessLogSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage, delete its AccessLogSettings.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -58,6 +58,7 @@ declare const DeleteAccessLogSettingsCommand_base: {
|
|
|
58
58
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
* @public
|
|
61
62
|
*/
|
|
62
63
|
export declare class DeleteAccessLogSettingsCommand extends DeleteAccessLogSettingsCommand_base {
|
|
63
64
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteApiCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteApiCommand_base: {
|
|
24
24
|
new (input: DeleteApiCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiCommandInput, DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteApiCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiCommandInput, DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an Api resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -57,6 +57,7 @@ declare const DeleteApiCommand_base: {
|
|
|
57
57
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
59
59
|
*
|
|
60
|
+
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class DeleteApiCommand extends DeleteApiCommand_base {
|
|
62
63
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteApiMappingCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteApiMappingCommand_base: {
|
|
24
24
|
new (input: DeleteApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an API mapping.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -61,6 +61,7 @@ declare const DeleteApiMappingCommand_base: {
|
|
|
61
61
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DeleteApiMappingCommand extends DeleteApiMappingCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAuthorizerCommand_base: {
|
|
24
24
|
new (input: DeleteAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an Authorizer.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -58,6 +58,7 @@ declare const DeleteAuthorizerCommand_base: {
|
|
|
58
58
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
* @public
|
|
61
62
|
*/
|
|
62
63
|
export declare class DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {
|
|
63
64
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteCorsConfigurationCommand_base: {
|
|
24
24
|
new (input: DeleteCorsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCorsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a CORS configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -57,6 +57,7 @@ declare const DeleteCorsConfigurationCommand_base: {
|
|
|
57
57
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
59
59
|
*
|
|
60
|
+
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class DeleteCorsConfigurationCommand extends DeleteCorsConfigurationCommand_base {
|
|
62
63
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDeploymentCommand_base: {
|
|
24
24
|
new (input: DeleteDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a Deployment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -58,6 +58,7 @@ declare const DeleteDeploymentCommand_base: {
|
|
|
58
58
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
* @public
|
|
61
62
|
*/
|
|
62
63
|
export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
|
|
63
64
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDomainNameCommand_base: {
|
|
24
24
|
new (input: DeleteDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a domain name.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -57,6 +57,7 @@ declare const DeleteDomainNameCommand_base: {
|
|
|
57
57
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
59
59
|
*
|
|
60
|
+
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
|
|
62
63
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteIntegrationCommand_base: {
|
|
24
24
|
new (input: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an Integration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -58,6 +58,7 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
58
58
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
* @public
|
|
61
62
|
*/
|
|
62
63
|
export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
|
|
63
64
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteIntegrationResponseCommand_base: {
|
|
24
24
|
new (input: DeleteIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an IntegrationResponses.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,6 +59,7 @@ declare const DeleteIntegrationResponseCommand_base: {
|
|
|
59
59
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {
|
|
64
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteModelCommand_base: {
|
|
24
24
|
new (input: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a Model.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -58,6 +58,7 @@ declare const DeleteModelCommand_base: {
|
|
|
58
58
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
* @public
|
|
61
62
|
*/
|
|
62
63
|
export declare class DeleteModelCommand extends DeleteModelCommand_base {
|
|
63
64
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteRouteCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteRouteCommand_base: {
|
|
24
24
|
new (input: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a Route.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -58,6 +58,7 @@ declare const DeleteRouteCommand_base: {
|
|
|
58
58
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
* @public
|
|
61
62
|
*/
|
|
62
63
|
export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
|
|
63
64
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteRouteRequestParameterCommand_base: {
|
|
24
24
|
new (input: DeleteRouteRequestParameterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteRouteRequestParameterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a route request parameter. Supported only for WebSocket APIs.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,6 +59,7 @@ declare const DeleteRouteRequestParameterCommand_base: {
|
|
|
59
59
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DeleteRouteRequestParameterCommand extends DeleteRouteRequestParameterCommand_base {
|
|
64
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteRouteResponseCommand_base: {
|
|
24
24
|
new (input: DeleteRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a RouteResponse.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,6 +59,7 @@ declare const DeleteRouteResponseCommand_base: {
|
|
|
59
59
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DeleteRouteResponseCommand extends DeleteRouteResponseCommand_base {
|
|
64
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteRouteSettingsCommand_base: {
|
|
24
24
|
new (input: DeleteRouteSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteRouteSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the RouteSettings for a stage.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,6 +59,7 @@ declare const DeleteRouteSettingsCommand_base: {
|
|
|
59
59
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DeleteRouteSettingsCommand extends DeleteRouteSettingsCommand_base {
|
|
64
65
|
}
|