@aws-sdk/client-apigatewayv2 3.650.0 → 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
|
@@ -33,4 +33,15 @@ declare const GetModelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetModelCommand extends GetModelCommand_base {
|
|
36
|
+
export declare class GetModelCommand extends GetModelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetModelRequest;
|
|
40
|
+
output: GetModelResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetModelCommandInput;
|
|
44
|
+
output: GetModelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetModelTemplateCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetModelTemplateCommand extends GetModelTemplateCommand_base {
|
|
39
|
+
export declare class GetModelTemplateCommand extends GetModelTemplateCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetModelTemplateRequest;
|
|
43
|
+
output: GetModelTemplateResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetModelTemplateCommandInput;
|
|
47
|
+
output: GetModelTemplateCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetModelsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetModelsCommand extends GetModelsCommand_base {
|
|
36
|
+
export declare class GetModelsCommand extends GetModelsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetModelsRequest;
|
|
40
|
+
output: GetModelsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetModelsCommandInput;
|
|
44
|
+
output: GetModelsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetRouteCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetRouteCommand extends GetRouteCommand_base {
|
|
36
|
+
export declare class GetRouteCommand extends GetRouteCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetRouteRequest;
|
|
40
|
+
output: GetRouteResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetRouteCommandInput;
|
|
44
|
+
output: GetRouteCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetRouteResponseCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetRouteResponseCommand extends GetRouteResponseCommand_base {
|
|
39
|
+
export declare class GetRouteResponseCommand extends GetRouteResponseCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetRouteResponseRequest;
|
|
43
|
+
output: GetRouteResponseResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetRouteResponseCommandInput;
|
|
47
|
+
output: GetRouteResponseCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetRouteResponsesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRouteResponsesCommand extends GetRouteResponsesCommand_base {
|
|
40
|
+
export declare class GetRouteResponsesCommand extends GetRouteResponsesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetRouteResponsesRequest;
|
|
44
|
+
output: GetRouteResponsesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRouteResponsesCommandInput;
|
|
48
|
+
output: GetRouteResponsesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetRoutesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetRoutesCommand extends GetRoutesCommand_base {
|
|
36
|
+
export declare class GetRoutesCommand extends GetRoutesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetRoutesRequest;
|
|
40
|
+
output: GetRoutesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetRoutesCommandInput;
|
|
44
|
+
output: GetRoutesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetStageCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetStageCommand extends GetStageCommand_base {
|
|
36
|
+
export declare class GetStageCommand extends GetStageCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetStageRequest;
|
|
40
|
+
output: GetStageResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetStageCommandInput;
|
|
44
|
+
output: GetStageCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetStagesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetStagesCommand extends GetStagesCommand_base {
|
|
36
|
+
export declare class GetStagesCommand extends GetStagesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetStagesRequest;
|
|
40
|
+
output: GetStagesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetStagesCommandInput;
|
|
44
|
+
output: GetStagesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -29,4 +29,15 @@ declare const GetTagsCommand_base: {
|
|
|
29
29
|
>;
|
|
30
30
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
31
31
|
};
|
|
32
|
-
export declare class GetTagsCommand extends GetTagsCommand_base {
|
|
32
|
+
export declare class GetTagsCommand extends GetTagsCommand_base {
|
|
33
|
+
protected static __types: {
|
|
34
|
+
api: {
|
|
35
|
+
input: GetTagsRequest;
|
|
36
|
+
output: GetTagsResponse;
|
|
37
|
+
};
|
|
38
|
+
sdk: {
|
|
39
|
+
input: GetTagsCommandInput;
|
|
40
|
+
output: GetTagsCommandOutput;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetVpcLinkCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetVpcLinkCommand extends GetVpcLinkCommand_base {
|
|
36
|
+
export declare class GetVpcLinkCommand extends GetVpcLinkCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetVpcLinkRequest;
|
|
40
|
+
output: GetVpcLinkResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetVpcLinkCommandInput;
|
|
44
|
+
output: GetVpcLinkCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetVpcLinksCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetVpcLinksCommand extends GetVpcLinksCommand_base {
|
|
36
|
+
export declare class GetVpcLinksCommand extends GetVpcLinksCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetVpcLinksRequest;
|
|
40
|
+
output: GetVpcLinksResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetVpcLinksCommandInput;
|
|
44
|
+
output: GetVpcLinksCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ImportApiCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ImportApiCommand extends ImportApiCommand_base {
|
|
36
|
+
export declare class ImportApiCommand extends ImportApiCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ImportApiRequest;
|
|
40
|
+
output: ImportApiResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ImportApiCommandInput;
|
|
44
|
+
output: ImportApiCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ReimportApiCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ReimportApiCommand extends ReimportApiCommand_base {
|
|
36
|
+
export declare class ReimportApiCommand extends ReimportApiCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ReimportApiRequest;
|
|
40
|
+
output: ReimportApiResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ReimportApiCommandInput;
|
|
44
|
+
output: ReimportApiCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const ResetAuthorizersCacheCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class ResetAuthorizersCacheCommand extends ResetAuthorizersCacheCommand_base {
|
|
35
|
+
export declare class ResetAuthorizersCacheCommand extends ResetAuthorizersCacheCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: ResetAuthorizersCacheRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: ResetAuthorizersCacheCommandInput;
|
|
43
|
+
output: ResetAuthorizersCacheCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
34
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: UntagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: UntagResourceCommandInput;
|
|
42
|
+
output: UntagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateApiCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateApiCommand extends UpdateApiCommand_base {
|
|
36
|
+
export declare class UpdateApiCommand extends UpdateApiCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateApiRequest;
|
|
40
|
+
output: UpdateApiResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateApiCommandInput;
|
|
44
|
+
output: UpdateApiCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateApiMappingCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateApiMappingCommand extends UpdateApiMappingCommand_base {
|
|
39
|
+
export declare class UpdateApiMappingCommand extends UpdateApiMappingCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateApiMappingRequest;
|
|
43
|
+
output: UpdateApiMappingResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateApiMappingCommandInput;
|
|
47
|
+
output: UpdateApiMappingCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateAuthorizerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateAuthorizerCommand extends UpdateAuthorizerCommand_base {
|
|
39
|
+
export declare class UpdateAuthorizerCommand extends UpdateAuthorizerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateAuthorizerRequest;
|
|
43
|
+
output: UpdateAuthorizerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateAuthorizerCommandInput;
|
|
47
|
+
output: UpdateAuthorizerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateDeploymentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateDeploymentCommand extends UpdateDeploymentCommand_base {
|
|
39
|
+
export declare class UpdateDeploymentCommand extends UpdateDeploymentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateDeploymentRequest;
|
|
43
|
+
output: UpdateDeploymentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateDeploymentCommandInput;
|
|
47
|
+
output: UpdateDeploymentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateDomainNameCommand extends UpdateDomainNameCommand_base {
|
|
39
|
+
export declare class UpdateDomainNameCommand extends UpdateDomainNameCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateDomainNameRequest;
|
|
43
|
+
output: UpdateDomainNameResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateDomainNameCommandInput;
|
|
47
|
+
output: UpdateDomainNameCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateIntegrationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateIntegrationCommand extends UpdateIntegrationCommand_base {
|
|
40
|
+
export declare class UpdateIntegrationCommand extends UpdateIntegrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateIntegrationRequest;
|
|
44
|
+
output: UpdateIntegrationResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateIntegrationCommandInput;
|
|
48
|
+
output: UpdateIntegrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateIntegrationResponseCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateIntegrationResponseCommand extends UpdateIntegrationResponseCommand_base {
|
|
40
|
+
export declare class UpdateIntegrationResponseCommand extends UpdateIntegrationResponseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateIntegrationResponseRequest;
|
|
44
|
+
output: UpdateIntegrationResponseResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateIntegrationResponseCommandInput;
|
|
48
|
+
output: UpdateIntegrationResponseCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateModelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateModelCommand extends UpdateModelCommand_base {
|
|
36
|
+
export declare class UpdateModelCommand extends UpdateModelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateModelRequest;
|
|
40
|
+
output: UpdateModelResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateModelCommandInput;
|
|
44
|
+
output: UpdateModelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateRouteCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
|
|
36
|
+
export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateRouteRequest;
|
|
40
|
+
output: UpdateRouteResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateRouteCommandInput;
|
|
44
|
+
output: UpdateRouteCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateRouteResponseCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateRouteResponseCommand extends UpdateRouteResponseCommand_base {
|
|
40
|
+
export declare class UpdateRouteResponseCommand extends UpdateRouteResponseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateRouteResponseRequest;
|
|
44
|
+
output: UpdateRouteResponseResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateRouteResponseCommandInput;
|
|
48
|
+
output: UpdateRouteResponseCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateStageCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateStageCommand extends UpdateStageCommand_base {
|
|
36
|
+
export declare class UpdateStageCommand extends UpdateStageCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateStageRequest;
|
|
40
|
+
output: UpdateStageResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateStageCommandInput;
|
|
44
|
+
output: UpdateStageCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateVpcLinkCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateVpcLinkCommand extends UpdateVpcLinkCommand_base {
|
|
39
|
+
export declare class UpdateVpcLinkCommand extends UpdateVpcLinkCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateVpcLinkRequest;
|
|
43
|
+
output: UpdateVpcLinkResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateVpcLinkCommandInput;
|
|
47
|
+
output: UpdateVpcLinkCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apigatewayv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.654.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-apigatewayv2",
|
|
@@ -20,44 +20,44 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
60
|
-
"@smithy/util-stream": "^3.1.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
|
+
"@smithy/util-stream": "^3.1.6",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|