Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Class DeleteLoggingConfigurationCommandProtected

Deletes the specified logging configuration.

Example

Use a bare-bones client and the command you need to make an API call.

import { IvschatClient, DeleteLoggingConfigurationCommand } from "@aws-sdk/client-ivschat"; // ES Modules import
// const { IvschatClient, DeleteLoggingConfigurationCommand } = require("@aws-sdk/client-ivschat"); // CommonJS import
const client = new IvschatClient(config);
const input = { // DeleteLoggingConfigurationRequest
identifier: "STRING_VALUE", // required
};
const command = new DeleteLoggingConfigurationCommand(input);
const response = await client.send(command);
// {};

Param

DeleteLoggingConfigurationCommandInput

Returns

DeleteLoggingConfigurationCommandOutput

See

Throws

AccessDeniedException (client fault)

Throws

ConflictException (client fault)

Throws

PendingVerification (client fault)

Throws

ResourceNotFoundException (client fault)

Throws

ValidationException (client fault)

Throws

IvschatServiceException

Base exception class for all service exceptions from Ivschat service.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

Methods