@aws-sdk/client-route-53
Version:
AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native
52 lines (51 loc) • 1.63 kB
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
ChangeCidrCollectionRequest,
ChangeCidrCollectionResponse,
} from "../models/models_0";
import {
Route53ClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../Route53Client";
export { __MetadataBearer };
export { $Command };
export interface ChangeCidrCollectionCommandInput
extends ChangeCidrCollectionRequest {}
export interface ChangeCidrCollectionCommandOutput
extends ChangeCidrCollectionResponse,
__MetadataBearer {}
declare const ChangeCidrCollectionCommand_base: {
new (
input: ChangeCidrCollectionCommandInput
): import("@smithy/smithy-client").CommandImpl<
ChangeCidrCollectionCommandInput,
ChangeCidrCollectionCommandOutput,
Route53ClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
__0_0: ChangeCidrCollectionCommandInput
): import("@smithy/smithy-client").CommandImpl<
ChangeCidrCollectionCommandInput,
ChangeCidrCollectionCommandOutput,
Route53ClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ChangeCidrCollectionCommand extends ChangeCidrCollectionCommand_base {
protected static __types: {
api: {
input: ChangeCidrCollectionRequest;
output: ChangeCidrCollectionResponse;
};
sdk: {
input: ChangeCidrCollectionCommandInput;
output: ChangeCidrCollectionCommandOutput;
};
};
}