@aws-sdk/client-ssm
Version:
AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native
39 lines (38 loc) • 1.32 kB
TypeScript
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { PutInventoryRequest, PutInventoryResult } from "../models/models_1";
export { __MetadataBearer };
export interface PutInventoryCommandInput extends PutInventoryRequest {}
export interface PutInventoryCommandOutput extends PutInventoryResult, __MetadataBearer {}
declare const PutInventoryCommand_base: {
new (
input: PutInventoryCommandInput,
): import("@smithy/core/client").CommandImpl<
PutInventoryCommandInput,
PutInventoryCommandOutput,
import("..").SSMClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
new (
input: PutInventoryCommandInput,
): import("@smithy/core/client").CommandImpl<
PutInventoryCommandInput,
PutInventoryCommandOutput,
import("..").SSMClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class PutInventoryCommand extends PutInventoryCommand_base {
protected static __types: {
api: {
input: PutInventoryRequest;
output: PutInventoryResult;
};
sdk: {
input: PutInventoryCommandInput;
output: PutInventoryCommandOutput;
};
};
}