We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
Protected
Deletes the specified logging configuration.
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 importconst client = new IvschatClient(config);const input = { // DeleteLoggingConfigurationRequest identifier: "STRING_VALUE", // required};const command = new DeleteLoggingConfigurationCommand(input);const response = await client.send(command);// {};
DeleteLoggingConfigurationCommandInput
DeleteLoggingConfigurationCommandOutput
input
response
config
AccessDeniedException (client fault)
ConflictException (client fault)
PendingVerification (client fault)
ResourceNotFoundException (client fault)
ValidationException (client fault)
IvschatServiceException
Base exception class for all service exceptions from Ivschat service.
Readonly
Static
Deletes the specified logging configuration.
Example
Use a bare-bones client and the command you need to make an API call.
Param
DeleteLoggingConfigurationCommandInput
Returns
DeleteLoggingConfigurationCommandOutput
See
input
shape.response
shape.config
shape.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.