@aws-sdk/client-apigatewayv2 3.651.1 → 3.654.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 +11 -0
- package/dist-types/commands/CreateApiMappingCommand.d.ts +11 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +11 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +11 -0
- package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +11 -0
- package/dist-types/commands/CreateModelCommand.d.ts +11 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +11 -0
- package/dist-types/commands/CreateRouteResponseCommand.d.ts +11 -0
- package/dist-types/commands/CreateStageCommand.d.ts +11 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApiCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApiMappingCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +11 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRouteResponseCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +11 -0
- package/dist-types/commands/ExportApiCommand.d.ts +11 -0
- package/dist-types/commands/GetApiCommand.d.ts +11 -0
- package/dist-types/commands/GetApiMappingCommand.d.ts +11 -0
- package/dist-types/commands/GetApiMappingsCommand.d.ts +11 -0
- package/dist-types/commands/GetApisCommand.d.ts +11 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentsCommand.d.ts +11 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +12 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +11 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +11 -0
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +11 -0
- package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +11 -0
- package/dist-types/commands/GetIntegrationsCommand.d.ts +11 -0
- package/dist-types/commands/GetModelCommand.d.ts +11 -0
- package/dist-types/commands/GetModelTemplateCommand.d.ts +11 -0
- package/dist-types/commands/GetModelsCommand.d.ts +11 -0
- package/dist-types/commands/GetRouteCommand.d.ts +11 -0
- package/dist-types/commands/GetRouteResponseCommand.d.ts +11 -0
- package/dist-types/commands/GetRouteResponsesCommand.d.ts +11 -0
- package/dist-types/commands/GetRoutesCommand.d.ts +11 -0
- package/dist-types/commands/GetStageCommand.d.ts +11 -0
- package/dist-types/commands/GetStagesCommand.d.ts +11 -0
- package/dist-types/commands/GetTagsCommand.d.ts +11 -0
- package/dist-types/commands/GetVpcLinkCommand.d.ts +11 -0
- package/dist-types/commands/GetVpcLinksCommand.d.ts +11 -0
- package/dist-types/commands/ImportApiCommand.d.ts +11 -0
- package/dist-types/commands/ReimportApiCommand.d.ts +11 -0
- package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateApiCommand.d.ts +11 -0
- package/dist-types/commands/UpdateApiMappingCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +11 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRouteResponseCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -37,4 +37,15 @@ declare const CreateIntegrationResponseCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateIntegrationResponseCommand extends CreateIntegrationResponseCommand_base {
|
|
40
|
+
export declare class CreateIntegrationResponseCommand extends CreateIntegrationResponseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateIntegrationResponseRequest;
|
|
44
|
+
output: CreateIntegrationResponseResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateIntegrationResponseCommandInput;
|
|
48
|
+
output: CreateIntegrationResponseCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateModelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateModelCommand extends CreateModelCommand_base {
|
|
36
|
+
export declare class CreateModelCommand extends CreateModelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateModelRequest;
|
|
40
|
+
output: CreateModelResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateModelCommandInput;
|
|
44
|
+
output: CreateModelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateRouteCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateRouteCommand extends CreateRouteCommand_base {
|
|
36
|
+
export declare class CreateRouteCommand extends CreateRouteCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateRouteRequest;
|
|
40
|
+
output: CreateRouteResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateRouteCommandInput;
|
|
44
|
+
output: CreateRouteCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateRouteResponseCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateRouteResponseCommand extends CreateRouteResponseCommand_base {
|
|
40
|
+
export declare class CreateRouteResponseCommand extends CreateRouteResponseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateRouteResponseRequest;
|
|
44
|
+
output: CreateRouteResponseResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateRouteResponseCommandInput;
|
|
48
|
+
output: CreateRouteResponseCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateStageCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateStageCommand extends CreateStageCommand_base {
|
|
36
|
+
export declare class CreateStageCommand extends CreateStageCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateStageRequest;
|
|
40
|
+
output: CreateStageResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateStageCommandInput;
|
|
44
|
+
output: CreateStageCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateVpcLinkCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateVpcLinkCommand extends CreateVpcLinkCommand_base {
|
|
39
|
+
export declare class CreateVpcLinkCommand extends CreateVpcLinkCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateVpcLinkRequest;
|
|
43
|
+
output: CreateVpcLinkResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateVpcLinkCommandInput;
|
|
47
|
+
output: CreateVpcLinkCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteAccessLogSettingsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteAccessLogSettingsCommand extends DeleteAccessLogSettingsCommand_base {
|
|
36
|
+
export declare class DeleteAccessLogSettingsCommand extends DeleteAccessLogSettingsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteAccessLogSettingsRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteAccessLogSettingsCommandInput;
|
|
44
|
+
output: DeleteAccessLogSettingsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteApiCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteApiCommand extends DeleteApiCommand_base {
|
|
34
|
+
export declare class DeleteApiCommand extends DeleteApiCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteApiRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteApiCommandInput;
|
|
42
|
+
output: DeleteApiCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteApiMappingCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteApiMappingCommand extends DeleteApiMappingCommand_base {
|
|
34
|
+
export declare class DeleteApiMappingCommand extends DeleteApiMappingCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteApiMappingRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteApiMappingCommandInput;
|
|
42
|
+
output: DeleteApiMappingCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteAuthorizerCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {
|
|
34
|
+
export declare class DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteAuthorizerRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteAuthorizerCommandInput;
|
|
42
|
+
output: DeleteAuthorizerCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteCorsConfigurationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteCorsConfigurationCommand extends DeleteCorsConfigurationCommand_base {
|
|
36
|
+
export declare class DeleteCorsConfigurationCommand extends DeleteCorsConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteCorsConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteCorsConfigurationCommandInput;
|
|
44
|
+
output: DeleteCorsConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteDeploymentCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
|
|
34
|
+
export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteDeploymentRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteDeploymentCommandInput;
|
|
42
|
+
output: DeleteDeploymentCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteDomainNameCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
|
|
34
|
+
export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteDomainNameRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteDomainNameCommandInput;
|
|
42
|
+
output: DeleteDomainNameCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
|
|
35
|
+
export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteIntegrationRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteIntegrationCommandInput;
|
|
43
|
+
output: DeleteIntegrationCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteIntegrationResponseCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {
|
|
36
|
+
export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteIntegrationResponseRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteIntegrationResponseCommandInput;
|
|
44
|
+
output: DeleteIntegrationResponseCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteModelCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteModelCommand extends DeleteModelCommand_base {
|
|
34
|
+
export declare class DeleteModelCommand extends DeleteModelCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteModelRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteModelCommandInput;
|
|
42
|
+
output: DeleteModelCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteRouteCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
|
|
34
|
+
export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteRouteRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteRouteCommandInput;
|
|
42
|
+
output: DeleteRouteCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteRouteRequestParameterCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteRouteRequestParameterCommand extends DeleteRouteRequestParameterCommand_base {
|
|
36
|
+
export declare class DeleteRouteRequestParameterCommand extends DeleteRouteRequestParameterCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteRouteRequestParameterRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteRouteRequestParameterCommandInput;
|
|
44
|
+
output: DeleteRouteRequestParameterCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteRouteResponseCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteRouteResponseCommand extends DeleteRouteResponseCommand_base {
|
|
35
|
+
export declare class DeleteRouteResponseCommand extends DeleteRouteResponseCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteRouteResponseRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteRouteResponseCommandInput;
|
|
43
|
+
output: DeleteRouteResponseCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteRouteSettingsCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteRouteSettingsCommand extends DeleteRouteSettingsCommand_base {
|
|
35
|
+
export declare class DeleteRouteSettingsCommand extends DeleteRouteSettingsCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteRouteSettingsRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteRouteSettingsCommandInput;
|
|
43
|
+
output: DeleteRouteSettingsCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteStageCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteStageCommand extends DeleteStageCommand_base {
|
|
34
|
+
export declare class DeleteStageCommand extends DeleteStageCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteStageRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteStageCommandInput;
|
|
42
|
+
output: DeleteStageCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteVpcLinkCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base {
|
|
39
|
+
export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteVpcLinkRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteVpcLinkCommandInput;
|
|
47
|
+
output: DeleteVpcLinkCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -40,4 +40,15 @@ declare const ExportApiCommand_base: {
|
|
|
40
40
|
>;
|
|
41
41
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
42
42
|
};
|
|
43
|
-
export declare class ExportApiCommand extends ExportApiCommand_base {
|
|
43
|
+
export declare class ExportApiCommand extends ExportApiCommand_base {
|
|
44
|
+
protected static __types: {
|
|
45
|
+
api: {
|
|
46
|
+
input: ExportApiRequest;
|
|
47
|
+
output: ExportApiResponse;
|
|
48
|
+
};
|
|
49
|
+
sdk: {
|
|
50
|
+
input: ExportApiCommandInput;
|
|
51
|
+
output: ExportApiCommandOutput;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const GetApiCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class GetApiCommand extends GetApiCommand_base {
|
|
30
|
+
export declare class GetApiCommand extends GetApiCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: GetApiRequest;
|
|
34
|
+
output: GetApiResponse;
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: GetApiCommandInput;
|
|
38
|
+
output: GetApiCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetApiMappingCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetApiMappingCommand extends GetApiMappingCommand_base {
|
|
39
|
+
export declare class GetApiMappingCommand extends GetApiMappingCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetApiMappingRequest;
|
|
43
|
+
output: GetApiMappingResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetApiMappingCommandInput;
|
|
47
|
+
output: GetApiMappingCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetApiMappingsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetApiMappingsCommand extends GetApiMappingsCommand_base {
|
|
39
|
+
export declare class GetApiMappingsCommand extends GetApiMappingsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetApiMappingsRequest;
|
|
43
|
+
output: GetApiMappingsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetApiMappingsCommandInput;
|
|
47
|
+
output: GetApiMappingsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const GetApisCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class GetApisCommand extends GetApisCommand_base {
|
|
34
|
+
export declare class GetApisCommand extends GetApisCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: GetApisRequest;
|
|
38
|
+
output: GetApisResponse;
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: GetApisCommandInput;
|
|
42
|
+
output: GetApisCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetAuthorizerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetAuthorizerCommand extends GetAuthorizerCommand_base {
|
|
39
|
+
export declare class GetAuthorizerCommand extends GetAuthorizerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetAuthorizerRequest;
|
|
43
|
+
output: GetAuthorizerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetAuthorizerCommandInput;
|
|
47
|
+
output: GetAuthorizerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetAuthorizersCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetAuthorizersCommand extends GetAuthorizersCommand_base {
|
|
39
|
+
export declare class GetAuthorizersCommand extends GetAuthorizersCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetAuthorizersRequest;
|
|
43
|
+
output: GetAuthorizersResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetAuthorizersCommandInput;
|
|
47
|
+
output: GetAuthorizersCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetDeploymentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
|
|
39
|
+
export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetDeploymentRequest;
|
|
43
|
+
output: GetDeploymentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetDeploymentCommandInput;
|
|
47
|
+
output: GetDeploymentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetDeploymentsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetDeploymentsCommand extends GetDeploymentsCommand_base {
|
|
39
|
+
export declare class GetDeploymentsCommand extends GetDeploymentsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetDeploymentsRequest;
|
|
43
|
+
output: GetDeploymentsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetDeploymentsCommandInput;
|
|
47
|
+
output: GetDeploymentsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetDomainNameCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
|
|
39
|
+
export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetDomainNameRequest;
|
|
43
|
+
output: GetDomainNameResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetDomainNameCommandInput;
|
|
47
|
+
output: GetDomainNameCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetDomainNamesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetDomainNamesCommand extends GetDomainNamesCommand_base {
|
|
39
|
+
export declare class GetDomainNamesCommand extends GetDomainNamesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetDomainNamesRequest;
|
|
43
|
+
output: GetDomainNamesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetDomainNamesCommandInput;
|
|
47
|
+
output: GetDomainNamesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetIntegrationCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetIntegrationCommand extends GetIntegrationCommand_base {
|
|
39
|
+
export declare class GetIntegrationCommand extends GetIntegrationCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetIntegrationRequest;
|
|
43
|
+
output: GetIntegrationResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetIntegrationCommandInput;
|
|
47
|
+
output: GetIntegrationCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetIntegrationResponseCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetIntegrationResponseCommand extends GetIntegrationResponseCommand_base {
|
|
40
|
+
export declare class GetIntegrationResponseCommand extends GetIntegrationResponseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetIntegrationResponseRequest;
|
|
44
|
+
output: GetIntegrationResponseResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetIntegrationResponseCommandInput;
|
|
48
|
+
output: GetIntegrationResponseCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetIntegrationResponsesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetIntegrationResponsesCommand extends GetIntegrationResponsesCommand_base {
|
|
40
|
+
export declare class GetIntegrationResponsesCommand extends GetIntegrationResponsesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetIntegrationResponsesRequest;
|
|
44
|
+
output: GetIntegrationResponsesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetIntegrationResponsesCommandInput;
|
|
48
|
+
output: GetIntegrationResponsesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetIntegrationsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetIntegrationsCommand extends GetIntegrationsCommand_base {
|
|
39
|
+
export declare class GetIntegrationsCommand extends GetIntegrationsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetIntegrationsRequest;
|
|
43
|
+
output: GetIntegrationsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetIntegrationsCommandInput;
|
|
47
|
+
output: GetIntegrationsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|