UNPKG

@aws-sdk/client-iot

Version:

AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native

41 lines (40 loc) 1.37 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { GetEffectivePoliciesRequest, GetEffectivePoliciesResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetEffectivePoliciesCommandInput extends GetEffectivePoliciesRequest {} export interface GetEffectivePoliciesCommandOutput extends GetEffectivePoliciesResponse, __MetadataBearer {} declare const GetEffectivePoliciesCommand_base: { new ( input: GetEffectivePoliciesCommandInput ): import("@smithy/smithy-client").CommandImpl< GetEffectivePoliciesCommandInput, GetEffectivePoliciesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetEffectivePoliciesCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetEffectivePoliciesCommandInput, GetEffectivePoliciesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetEffectivePoliciesCommand extends GetEffectivePoliciesCommand_base {}