import { MediaLiveClient } from "./MediaLiveClient"; import { BatchUpdateScheduleInput } from "./types/BatchUpdateScheduleInput"; import { BatchUpdateScheduleOutput } from "./types/BatchUpdateScheduleOutput"; import { CreateChannelInput } from "./types/CreateChannelInput"; import { CreateChannelOutput } from "./types/CreateChannelOutput"; import { CreateInputInput } from "./types/CreateInputInput"; import { CreateInputOutput } from "./types/CreateInputOutput"; import { CreateInputSecurityGroupInput } from "./types/CreateInputSecurityGroupInput"; import { CreateInputSecurityGroupOutput } from "./types/CreateInputSecurityGroupOutput"; import { CreateTagsInput } from "./types/CreateTagsInput"; import { CreateTagsOutput } from "./types/CreateTagsOutput"; import { DeleteChannelInput } from "./types/DeleteChannelInput"; import { DeleteChannelOutput } from "./types/DeleteChannelOutput"; import { DeleteInputInput } from "./types/DeleteInputInput"; import { DeleteInputOutput } from "./types/DeleteInputOutput"; import { DeleteInputSecurityGroupInput } from "./types/DeleteInputSecurityGroupInput"; import { DeleteInputSecurityGroupOutput } from "./types/DeleteInputSecurityGroupOutput"; import { DeleteReservationInput } from "./types/DeleteReservationInput"; import { DeleteReservationOutput } from "./types/DeleteReservationOutput"; import { DeleteScheduleInput } from "./types/DeleteScheduleInput"; import { DeleteScheduleOutput } from "./types/DeleteScheduleOutput"; import { DeleteTagsInput } from "./types/DeleteTagsInput"; import { DeleteTagsOutput } from "./types/DeleteTagsOutput"; import { DescribeChannelInput } from "./types/DescribeChannelInput"; import { DescribeChannelOutput } from "./types/DescribeChannelOutput"; import { DescribeInputInput } from "./types/DescribeInputInput"; import { DescribeInputOutput } from "./types/DescribeInputOutput"; import { DescribeInputSecurityGroupInput } from "./types/DescribeInputSecurityGroupInput"; import { DescribeInputSecurityGroupOutput } from "./types/DescribeInputSecurityGroupOutput"; import { DescribeOfferingInput } from "./types/DescribeOfferingInput"; import { DescribeOfferingOutput } from "./types/DescribeOfferingOutput"; import { DescribeReservationInput } from "./types/DescribeReservationInput"; import { DescribeReservationOutput } from "./types/DescribeReservationOutput"; import { DescribeScheduleInput } from "./types/DescribeScheduleInput"; import { DescribeScheduleOutput } from "./types/DescribeScheduleOutput"; import { ListChannelsInput } from "./types/ListChannelsInput"; import { ListChannelsOutput } from "./types/ListChannelsOutput"; import { ListInputSecurityGroupsInput } from "./types/ListInputSecurityGroupsInput"; import { ListInputSecurityGroupsOutput } from "./types/ListInputSecurityGroupsOutput"; import { ListInputsInput } from "./types/ListInputsInput"; import { ListInputsOutput } from "./types/ListInputsOutput"; import { ListOfferingsInput } from "./types/ListOfferingsInput"; import { ListOfferingsOutput } from "./types/ListOfferingsOutput"; import { ListReservationsInput } from "./types/ListReservationsInput"; import { ListReservationsOutput } from "./types/ListReservationsOutput"; import { ListTagsForResourceInput } from "./types/ListTagsForResourceInput"; import { ListTagsForResourceOutput } from "./types/ListTagsForResourceOutput"; import { PurchaseOfferingInput } from "./types/PurchaseOfferingInput"; import { PurchaseOfferingOutput } from "./types/PurchaseOfferingOutput"; import { StartChannelInput } from "./types/StartChannelInput"; import { StartChannelOutput } from "./types/StartChannelOutput"; import { StopChannelInput } from "./types/StopChannelInput"; import { StopChannelOutput } from "./types/StopChannelOutput"; import { UpdateChannelClassInput } from "./types/UpdateChannelClassInput"; import { UpdateChannelClassOutput } from "./types/UpdateChannelClassOutput"; import { UpdateChannelInput } from "./types/UpdateChannelInput"; import { UpdateChannelOutput } from "./types/UpdateChannelOutput"; import { UpdateInputInput } from "./types/UpdateInputInput"; import { UpdateInputOutput } from "./types/UpdateInputOutput"; import { UpdateInputSecurityGroupInput } from "./types/UpdateInputSecurityGroupInput"; import { UpdateInputSecurityGroupOutput } from "./types/UpdateInputSecurityGroupOutput"; import { UpdateReservationInput } from "./types/UpdateReservationInput"; import { UpdateReservationOutput } from "./types/UpdateReservationOutput"; export declare class MediaLive extends MediaLiveClient { /** * Update a channel schedule * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {UnprocessableEntityException} Placeholder documentation for UnprocessableEntityException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ batchUpdateSchedule(args: BatchUpdateScheduleInput): Promise; batchUpdateSchedule(args: BatchUpdateScheduleInput, cb: (err: any, data?: BatchUpdateScheduleOutput) => void): void; /** * Creates a new channel * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {UnprocessableEntityException} Placeholder documentation for UnprocessableEntityException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ createChannel(args: CreateChannelInput): Promise; createChannel(args: CreateChannelInput, cb: (err: any, data?: CreateChannelOutput) => void): void; /** * Create an input * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ createInput(args: CreateInputInput): Promise; createInput(args: CreateInputInput, cb: (err: any, data?: CreateInputOutput) => void): void; /** * Creates a Input Security Group * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ createInputSecurityGroup(args: CreateInputSecurityGroupInput): Promise; createInputSecurityGroup(args: CreateInputSecurityGroupInput, cb: (err: any, data?: CreateInputSecurityGroupOutput) => void): void; /** * Create tags for a resource * * This operation may fail with one of the following errors: * - {NotFoundException} Placeholder documentation for NotFoundException * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {Error} An error originating from the SDK or customizations rather than the service */ createTags(args: CreateTagsInput): Promise; createTags(args: CreateTagsInput, cb: (err: any, data?: CreateTagsOutput) => void): void; /** * Starts deletion of channel. The associated outputs are also deleted. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ deleteChannel(args: DeleteChannelInput): Promise; deleteChannel(args: DeleteChannelInput, cb: (err: any, data?: DeleteChannelOutput) => void): void; /** * Deletes the input end point * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ deleteInput(args: DeleteInputInput): Promise; deleteInput(args: DeleteInputInput, cb: (err: any, data?: DeleteInputOutput) => void): void; /** * Deletes an Input Security Group * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ deleteInputSecurityGroup(args: DeleteInputSecurityGroupInput): Promise; deleteInputSecurityGroup(args: DeleteInputSecurityGroupInput, cb: (err: any, data?: DeleteInputSecurityGroupOutput) => void): void; /** * Delete an expired reservation. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ deleteReservation(args: DeleteReservationInput): Promise; deleteReservation(args: DeleteReservationInput, cb: (err: any, data?: DeleteReservationOutput) => void): void; /** * Delete all schedule actions on a channel. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ deleteSchedule(args: DeleteScheduleInput): Promise; deleteSchedule(args: DeleteScheduleInput, cb: (err: any, data?: DeleteScheduleOutput) => void): void; /** * Removes tags for a resource * * This operation may fail with one of the following errors: * - {NotFoundException} Placeholder documentation for NotFoundException * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {Error} An error originating from the SDK or customizations rather than the service */ deleteTags(args: DeleteTagsInput): Promise; deleteTags(args: DeleteTagsInput, cb: (err: any, data?: DeleteTagsOutput) => void): void; /** * Gets details about a channel * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ describeChannel(args: DescribeChannelInput): Promise; describeChannel(args: DescribeChannelInput, cb: (err: any, data?: DescribeChannelOutput) => void): void; /** * Produces details about an input * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ describeInput(args: DescribeInputInput): Promise; describeInput(args: DescribeInputInput, cb: (err: any, data?: DescribeInputOutput) => void): void; /** * Produces a summary of an Input Security Group * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ describeInputSecurityGroup(args: DescribeInputSecurityGroupInput): Promise; describeInputSecurityGroup(args: DescribeInputSecurityGroupInput, cb: (err: any, data?: DescribeInputSecurityGroupOutput) => void): void; /** * Get details for an offering. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ describeOffering(args: DescribeOfferingInput): Promise; describeOffering(args: DescribeOfferingInput, cb: (err: any, data?: DescribeOfferingOutput) => void): void; /** * Get details for a reservation. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ describeReservation(args: DescribeReservationInput): Promise; describeReservation(args: DescribeReservationInput, cb: (err: any, data?: DescribeReservationOutput) => void): void; /** * Get a channel schedule * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ describeSchedule(args: DescribeScheduleInput): Promise; describeSchedule(args: DescribeScheduleInput, cb: (err: any, data?: DescribeScheduleOutput) => void): void; /** * Produces list of channels that have been created * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ listChannels(args: ListChannelsInput): Promise; listChannels(args: ListChannelsInput, cb: (err: any, data?: ListChannelsOutput) => void): void; /** * Produces a list of Input Security Groups for an account * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ listInputSecurityGroups(args: ListInputSecurityGroupsInput): Promise; listInputSecurityGroups(args: ListInputSecurityGroupsInput, cb: (err: any, data?: ListInputSecurityGroupsOutput) => void): void; /** * Produces list of inputs that have been created * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ listInputs(args: ListInputsInput): Promise; listInputs(args: ListInputsInput, cb: (err: any, data?: ListInputsOutput) => void): void; /** * List offerings available for purchase. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ listOfferings(args: ListOfferingsInput): Promise; listOfferings(args: ListOfferingsInput, cb: (err: any, data?: ListOfferingsOutput) => void): void; /** * List purchased reservations. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {Error} An error originating from the SDK or customizations rather than the service */ listReservations(args: ListReservationsInput): Promise; listReservations(args: ListReservationsInput, cb: (err: any, data?: ListReservationsOutput) => void): void; /** * Produces list of tags that have been created for a resource * * This operation may fail with one of the following errors: * - {NotFoundException} Placeholder documentation for NotFoundException * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {Error} An error originating from the SDK or customizations rather than the service */ listTagsForResource(args: ListTagsForResourceInput): Promise; listTagsForResource(args: ListTagsForResourceInput, cb: (err: any, data?: ListTagsForResourceOutput) => void): void; /** * Purchase an offering and create a reservation. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ purchaseOffering(args: PurchaseOfferingInput): Promise; purchaseOffering(args: PurchaseOfferingInput, cb: (err: any, data?: PurchaseOfferingOutput) => void): void; /** * Starts an existing channel * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ startChannel(args: StartChannelInput): Promise; startChannel(args: StartChannelInput, cb: (err: any, data?: StartChannelOutput) => void): void; /** * Stops a running channel * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ stopChannel(args: StopChannelInput): Promise; stopChannel(args: StopChannelInput, cb: (err: any, data?: StopChannelOutput) => void): void; /** * Updates a channel. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {UnprocessableEntityException} Placeholder documentation for UnprocessableEntityException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ updateChannel(args: UpdateChannelInput): Promise; updateChannel(args: UpdateChannelInput, cb: (err: any, data?: UpdateChannelOutput) => void): void; /** * Changes the class of the channel. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {UnprocessableEntityException} Placeholder documentation for UnprocessableEntityException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ updateChannelClass(args: UpdateChannelClassInput): Promise; updateChannelClass(args: UpdateChannelClassInput, cb: (err: any, data?: UpdateChannelClassOutput) => void): void; /** * Updates an input. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ updateInput(args: UpdateInputInput): Promise; updateInput(args: UpdateInputInput, cb: (err: any, data?: UpdateInputOutput) => void): void; /** * Update an Input Security Group's Whilelists. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ updateInputSecurityGroup(args: UpdateInputSecurityGroupInput): Promise; updateInputSecurityGroup(args: UpdateInputSecurityGroupInput, cb: (err: any, data?: UpdateInputSecurityGroupOutput) => void): void; /** * Update reservation. * * This operation may fail with one of the following errors: * - {BadRequestException} Placeholder documentation for BadRequestException * - {InternalServerErrorException} Placeholder documentation for InternalServerErrorException * - {ForbiddenException} Placeholder documentation for ForbiddenException * - {BadGatewayException} Placeholder documentation for BadGatewayException * - {NotFoundException} Placeholder documentation for NotFoundException * - {GatewayTimeoutException} Placeholder documentation for GatewayTimeoutException * - {TooManyRequestsException} Placeholder documentation for TooManyRequestsException * - {ConflictException} Placeholder documentation for ConflictException * - {Error} An error originating from the SDK or customizations rather than the service */ updateReservation(args: UpdateReservationInput): Promise; updateReservation(args: UpdateReservationInput, cb: (err: any, data?: UpdateReservationOutput) => void): void; }