import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { UpdateIntegrationResourcePropertyRequest, UpdateIntegrationResourcePropertyResponse, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface UpdateIntegrationResourcePropertyCommandInput extends UpdateIntegrationResourcePropertyRequest {} export interface UpdateIntegrationResourcePropertyCommandOutput extends UpdateIntegrationResourcePropertyResponse, __MetadataBearer {} declare const UpdateIntegrationResourcePropertyCommand_base: { new ( input: UpdateIntegrationResourcePropertyCommandInput ): import("@smithy/core/client").CommandImpl< UpdateIntegrationResourcePropertyCommandInput, UpdateIntegrationResourcePropertyCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateIntegrationResourcePropertyCommandInput ): import("@smithy/core/client").CommandImpl< UpdateIntegrationResourcePropertyCommandInput, UpdateIntegrationResourcePropertyCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateIntegrationResourcePropertyCommand extends UpdateIntegrationResourcePropertyCommand_base { protected static __types: { api: { input: UpdateIntegrationResourcePropertyRequest; output: UpdateIntegrationResourcePropertyResponse; }; sdk: { input: UpdateIntegrationResourcePropertyCommandInput; output: UpdateIntegrationResourcePropertyCommandOutput; }; }; }