Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-cloudwatch-logs

Package Overview
Dependencies
Maintainers
5
Versions
425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-cloudwatch-logs - npm Package Compare versions

Comparing version 3.643.0 to 3.645.0

dist-es/commands/DescribeConfigurationTemplatesCommand.js

4

dist-es/CloudWatchLogs.js

@@ -26,2 +26,3 @@ import { createAggregatedClient } from "@smithy/smithy-client";

import { DescribeAccountPoliciesCommand, } from "./commands/DescribeAccountPoliciesCommand";
import { DescribeConfigurationTemplatesCommand, } from "./commands/DescribeConfigurationTemplatesCommand";
import { DescribeDeliveriesCommand, } from "./commands/DescribeDeliveriesCommand";

@@ -77,2 +78,3 @@ import { DescribeDeliveryDestinationsCommand, } from "./commands/DescribeDeliveryDestinationsCommand";

import { UpdateAnomalyCommand, } from "./commands/UpdateAnomalyCommand";
import { UpdateDeliveryConfigurationCommand, } from "./commands/UpdateDeliveryConfigurationCommand";
import { UpdateLogAnomalyDetectorCommand, } from "./commands/UpdateLogAnomalyDetectorCommand";

@@ -103,2 +105,3 @@ const commands = {

DescribeAccountPoliciesCommand,
DescribeConfigurationTemplatesCommand,
DescribeDeliveriesCommand,

@@ -154,2 +157,3 @@ DescribeDeliveryDestinationsCommand,

UpdateAnomalyCommand,
UpdateDeliveryConfigurationCommand,
UpdateLogAnomalyDetectorCommand,

@@ -156,0 +160,0 @@ };

@@ -24,2 +24,3 @@ export * from "./AssociateKmsKeyCommand";

export * from "./DescribeAccountPoliciesCommand";
export * from "./DescribeConfigurationTemplatesCommand";
export * from "./DescribeDeliveriesCommand";

@@ -75,2 +76,3 @@ export * from "./DescribeDeliveryDestinationsCommand";

export * from "./UpdateAnomalyCommand";
export * from "./UpdateDeliveryConfigurationCommand";
export * from "./UpdateLogAnomalyDetectorCommand";

24

dist-es/models/models_0.js

@@ -102,2 +102,14 @@ import { CloudWatchLogsServiceException as __BaseException } from "./CloudWatchLogsServiceException";

}
export const OutputFormat = {
JSON: "json",
PARQUET: "parquet",
PLAIN: "plain",
RAW: "raw",
W3C: "w3c",
};
export const DeliveryDestinationType = {
CWL: "CWL",
FH: "FH",
S3: "S3",
};
export class ConflictException extends __BaseException {

@@ -115,7 +127,2 @@ constructor(opts) {

}
export const DeliveryDestinationType = {
CWL: "CWL",
FH: "FH",
S3: "S3",
};
export class ServiceQuotaExceededException extends __BaseException {

@@ -204,9 +211,2 @@ constructor(opts) {

};
export const OutputFormat = {
JSON: "json",
PARQUET: "parquet",
PLAIN: "plain",
RAW: "raw",
W3C: "w3c",
};
export const ExportTaskStatusCode = {

@@ -213,0 +213,0 @@ CANCELLED: "CANCELLED",

@@ -0,1 +1,2 @@

export * from "./DescribeConfigurationTemplatesPaginator";
export * from "./DescribeDeliveriesPaginator";

@@ -10,5 +11,5 @@ export * from "./DescribeDeliveryDestinationsPaginator";

export * from "./FilterLogEventsPaginator";
export * from "./Interfaces";
export * from "./GetLogEventsPaginator";
export * from "./Interfaces";
export * from "./ListAnomaliesPaginator";
export * from "./ListLogAnomalyDetectorsPaginator";

@@ -26,2 +26,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";

import { DescribeAccountPoliciesCommandInput, DescribeAccountPoliciesCommandOutput } from "./commands/DescribeAccountPoliciesCommand";
import { DescribeConfigurationTemplatesCommandInput, DescribeConfigurationTemplatesCommandOutput } from "./commands/DescribeConfigurationTemplatesCommand";
import { DescribeDeliveriesCommandInput, DescribeDeliveriesCommandOutput } from "./commands/DescribeDeliveriesCommand";

@@ -77,2 +78,3 @@ import { DescribeDeliveryDestinationsCommandInput, DescribeDeliveryDestinationsCommandOutput } from "./commands/DescribeDeliveryDestinationsCommand";

import { UpdateAnomalyCommandInput, UpdateAnomalyCommandOutput } from "./commands/UpdateAnomalyCommand";
import { UpdateDeliveryConfigurationCommandInput, UpdateDeliveryConfigurationCommandOutput } from "./commands/UpdateDeliveryConfigurationCommand";
import { UpdateLogAnomalyDetectorCommandInput, UpdateLogAnomalyDetectorCommandOutput } from "./commands/UpdateLogAnomalyDetectorCommand";

@@ -220,2 +222,9 @@ export interface CloudWatchLogs {

/**
* @see {@link DescribeConfigurationTemplatesCommand}
*/
describeConfigurationTemplates(): Promise<DescribeConfigurationTemplatesCommandOutput>;
describeConfigurationTemplates(args: DescribeConfigurationTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConfigurationTemplatesCommandOutput>;
describeConfigurationTemplates(args: DescribeConfigurationTemplatesCommandInput, cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void): void;
describeConfigurationTemplates(args: DescribeConfigurationTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void): void;
/**
* @see {@link DescribeDeliveriesCommand}

@@ -538,2 +547,8 @@ */

/**
* @see {@link UpdateDeliveryConfigurationCommand}
*/
updateDeliveryConfiguration(args: UpdateDeliveryConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeliveryConfigurationCommandOutput>;
updateDeliveryConfiguration(args: UpdateDeliveryConfigurationCommandInput, cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void): void;
updateDeliveryConfiguration(args: UpdateDeliveryConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void): void;
/**
* @see {@link UpdateLogAnomalyDetectorCommand}

@@ -540,0 +555,0 @@ */

@@ -34,2 +34,3 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";

import { DescribeAccountPoliciesCommandInput, DescribeAccountPoliciesCommandOutput } from "./commands/DescribeAccountPoliciesCommand";
import { DescribeConfigurationTemplatesCommandInput, DescribeConfigurationTemplatesCommandOutput } from "./commands/DescribeConfigurationTemplatesCommand";
import { DescribeDeliveriesCommandInput, DescribeDeliveriesCommandOutput } from "./commands/DescribeDeliveriesCommand";

@@ -85,2 +86,3 @@ import { DescribeDeliveryDestinationsCommandInput, DescribeDeliveryDestinationsCommandOutput } from "./commands/DescribeDeliveryDestinationsCommand";

import { UpdateAnomalyCommandInput, UpdateAnomalyCommandOutput } from "./commands/UpdateAnomalyCommand";
import { UpdateDeliveryConfigurationCommandInput, UpdateDeliveryConfigurationCommandOutput } from "./commands/UpdateDeliveryConfigurationCommand";
import { UpdateLogAnomalyDetectorCommandInput, UpdateLogAnomalyDetectorCommandOutput } from "./commands/UpdateLogAnomalyDetectorCommand";

@@ -93,7 +95,7 @@ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";

*/
export type ServiceInputTypes = AssociateKmsKeyCommandInput | CancelExportTaskCommandInput | CreateDeliveryCommandInput | CreateExportTaskCommandInput | CreateLogAnomalyDetectorCommandInput | CreateLogGroupCommandInput | CreateLogStreamCommandInput | DeleteAccountPolicyCommandInput | DeleteDataProtectionPolicyCommandInput | DeleteDeliveryCommandInput | DeleteDeliveryDestinationCommandInput | DeleteDeliveryDestinationPolicyCommandInput | DeleteDeliverySourceCommandInput | DeleteDestinationCommandInput | DeleteLogAnomalyDetectorCommandInput | DeleteLogGroupCommandInput | DeleteLogStreamCommandInput | DeleteMetricFilterCommandInput | DeleteQueryDefinitionCommandInput | DeleteResourcePolicyCommandInput | DeleteRetentionPolicyCommandInput | DeleteSubscriptionFilterCommandInput | DescribeAccountPoliciesCommandInput | DescribeDeliveriesCommandInput | DescribeDeliveryDestinationsCommandInput | DescribeDeliverySourcesCommandInput | DescribeDestinationsCommandInput | DescribeExportTasksCommandInput | DescribeLogGroupsCommandInput | DescribeLogStreamsCommandInput | DescribeMetricFiltersCommandInput | DescribeQueriesCommandInput | DescribeQueryDefinitionsCommandInput | DescribeResourcePoliciesCommandInput | DescribeSubscriptionFiltersCommandInput | DisassociateKmsKeyCommandInput | FilterLogEventsCommandInput | GetDataProtectionPolicyCommandInput | GetDeliveryCommandInput | GetDeliveryDestinationCommandInput | GetDeliveryDestinationPolicyCommandInput | GetDeliverySourceCommandInput | GetLogAnomalyDetectorCommandInput | GetLogEventsCommandInput | GetLogGroupFieldsCommandInput | GetLogRecordCommandInput | GetQueryResultsCommandInput | ListAnomaliesCommandInput | ListLogAnomalyDetectorsCommandInput | ListTagsForResourceCommandInput | ListTagsLogGroupCommandInput | PutAccountPolicyCommandInput | PutDataProtectionPolicyCommandInput | PutDeliveryDestinationCommandInput | PutDeliveryDestinationPolicyCommandInput | PutDeliverySourceCommandInput | PutDestinationCommandInput | PutDestinationPolicyCommandInput | PutLogEventsCommandInput | PutMetricFilterCommandInput | PutQueryDefinitionCommandInput | PutResourcePolicyCommandInput | PutRetentionPolicyCommandInput | PutSubscriptionFilterCommandInput | StartLiveTailCommandInput | StartQueryCommandInput | StopQueryCommandInput | TagLogGroupCommandInput | TagResourceCommandInput | TestMetricFilterCommandInput | UntagLogGroupCommandInput | UntagResourceCommandInput | UpdateAnomalyCommandInput | UpdateLogAnomalyDetectorCommandInput;
export type ServiceInputTypes = AssociateKmsKeyCommandInput | CancelExportTaskCommandInput | CreateDeliveryCommandInput | CreateExportTaskCommandInput | CreateLogAnomalyDetectorCommandInput | CreateLogGroupCommandInput | CreateLogStreamCommandInput | DeleteAccountPolicyCommandInput | DeleteDataProtectionPolicyCommandInput | DeleteDeliveryCommandInput | DeleteDeliveryDestinationCommandInput | DeleteDeliveryDestinationPolicyCommandInput | DeleteDeliverySourceCommandInput | DeleteDestinationCommandInput | DeleteLogAnomalyDetectorCommandInput | DeleteLogGroupCommandInput | DeleteLogStreamCommandInput | DeleteMetricFilterCommandInput | DeleteQueryDefinitionCommandInput | DeleteResourcePolicyCommandInput | DeleteRetentionPolicyCommandInput | DeleteSubscriptionFilterCommandInput | DescribeAccountPoliciesCommandInput | DescribeConfigurationTemplatesCommandInput | DescribeDeliveriesCommandInput | DescribeDeliveryDestinationsCommandInput | DescribeDeliverySourcesCommandInput | DescribeDestinationsCommandInput | DescribeExportTasksCommandInput | DescribeLogGroupsCommandInput | DescribeLogStreamsCommandInput | DescribeMetricFiltersCommandInput | DescribeQueriesCommandInput | DescribeQueryDefinitionsCommandInput | DescribeResourcePoliciesCommandInput | DescribeSubscriptionFiltersCommandInput | DisassociateKmsKeyCommandInput | FilterLogEventsCommandInput | GetDataProtectionPolicyCommandInput | GetDeliveryCommandInput | GetDeliveryDestinationCommandInput | GetDeliveryDestinationPolicyCommandInput | GetDeliverySourceCommandInput | GetLogAnomalyDetectorCommandInput | GetLogEventsCommandInput | GetLogGroupFieldsCommandInput | GetLogRecordCommandInput | GetQueryResultsCommandInput | ListAnomaliesCommandInput | ListLogAnomalyDetectorsCommandInput | ListTagsForResourceCommandInput | ListTagsLogGroupCommandInput | PutAccountPolicyCommandInput | PutDataProtectionPolicyCommandInput | PutDeliveryDestinationCommandInput | PutDeliveryDestinationPolicyCommandInput | PutDeliverySourceCommandInput | PutDestinationCommandInput | PutDestinationPolicyCommandInput | PutLogEventsCommandInput | PutMetricFilterCommandInput | PutQueryDefinitionCommandInput | PutResourcePolicyCommandInput | PutRetentionPolicyCommandInput | PutSubscriptionFilterCommandInput | StartLiveTailCommandInput | StartQueryCommandInput | StopQueryCommandInput | TagLogGroupCommandInput | TagResourceCommandInput | TestMetricFilterCommandInput | UntagLogGroupCommandInput | UntagResourceCommandInput | UpdateAnomalyCommandInput | UpdateDeliveryConfigurationCommandInput | UpdateLogAnomalyDetectorCommandInput;
/**
* @public
*/
export type ServiceOutputTypes = AssociateKmsKeyCommandOutput | CancelExportTaskCommandOutput | CreateDeliveryCommandOutput | CreateExportTaskCommandOutput | CreateLogAnomalyDetectorCommandOutput | CreateLogGroupCommandOutput | CreateLogStreamCommandOutput | DeleteAccountPolicyCommandOutput | DeleteDataProtectionPolicyCommandOutput | DeleteDeliveryCommandOutput | DeleteDeliveryDestinationCommandOutput | DeleteDeliveryDestinationPolicyCommandOutput | DeleteDeliverySourceCommandOutput | DeleteDestinationCommandOutput | DeleteLogAnomalyDetectorCommandOutput | DeleteLogGroupCommandOutput | DeleteLogStreamCommandOutput | DeleteMetricFilterCommandOutput | DeleteQueryDefinitionCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRetentionPolicyCommandOutput | DeleteSubscriptionFilterCommandOutput | DescribeAccountPoliciesCommandOutput | DescribeDeliveriesCommandOutput | DescribeDeliveryDestinationsCommandOutput | DescribeDeliverySourcesCommandOutput | DescribeDestinationsCommandOutput | DescribeExportTasksCommandOutput | DescribeLogGroupsCommandOutput | DescribeLogStreamsCommandOutput | DescribeMetricFiltersCommandOutput | DescribeQueriesCommandOutput | DescribeQueryDefinitionsCommandOutput | DescribeResourcePoliciesCommandOutput | DescribeSubscriptionFiltersCommandOutput | DisassociateKmsKeyCommandOutput | FilterLogEventsCommandOutput | GetDataProtectionPolicyCommandOutput | GetDeliveryCommandOutput | GetDeliveryDestinationCommandOutput | GetDeliveryDestinationPolicyCommandOutput | GetDeliverySourceCommandOutput | GetLogAnomalyDetectorCommandOutput | GetLogEventsCommandOutput | GetLogGroupFieldsCommandOutput | GetLogRecordCommandOutput | GetQueryResultsCommandOutput | ListAnomaliesCommandOutput | ListLogAnomalyDetectorsCommandOutput | ListTagsForResourceCommandOutput | ListTagsLogGroupCommandOutput | PutAccountPolicyCommandOutput | PutDataProtectionPolicyCommandOutput | PutDeliveryDestinationCommandOutput | PutDeliveryDestinationPolicyCommandOutput | PutDeliverySourceCommandOutput | PutDestinationCommandOutput | PutDestinationPolicyCommandOutput | PutLogEventsCommandOutput | PutMetricFilterCommandOutput | PutQueryDefinitionCommandOutput | PutResourcePolicyCommandOutput | PutRetentionPolicyCommandOutput | PutSubscriptionFilterCommandOutput | StartLiveTailCommandOutput | StartQueryCommandOutput | StopQueryCommandOutput | TagLogGroupCommandOutput | TagResourceCommandOutput | TestMetricFilterCommandOutput | UntagLogGroupCommandOutput | UntagResourceCommandOutput | UpdateAnomalyCommandOutput | UpdateLogAnomalyDetectorCommandOutput;
export type ServiceOutputTypes = AssociateKmsKeyCommandOutput | CancelExportTaskCommandOutput | CreateDeliveryCommandOutput | CreateExportTaskCommandOutput | CreateLogAnomalyDetectorCommandOutput | CreateLogGroupCommandOutput | CreateLogStreamCommandOutput | DeleteAccountPolicyCommandOutput | DeleteDataProtectionPolicyCommandOutput | DeleteDeliveryCommandOutput | DeleteDeliveryDestinationCommandOutput | DeleteDeliveryDestinationPolicyCommandOutput | DeleteDeliverySourceCommandOutput | DeleteDestinationCommandOutput | DeleteLogAnomalyDetectorCommandOutput | DeleteLogGroupCommandOutput | DeleteLogStreamCommandOutput | DeleteMetricFilterCommandOutput | DeleteQueryDefinitionCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRetentionPolicyCommandOutput | DeleteSubscriptionFilterCommandOutput | DescribeAccountPoliciesCommandOutput | DescribeConfigurationTemplatesCommandOutput | DescribeDeliveriesCommandOutput | DescribeDeliveryDestinationsCommandOutput | DescribeDeliverySourcesCommandOutput | DescribeDestinationsCommandOutput | DescribeExportTasksCommandOutput | DescribeLogGroupsCommandOutput | DescribeLogStreamsCommandOutput | DescribeMetricFiltersCommandOutput | DescribeQueriesCommandOutput | DescribeQueryDefinitionsCommandOutput | DescribeResourcePoliciesCommandOutput | DescribeSubscriptionFiltersCommandOutput | DisassociateKmsKeyCommandOutput | FilterLogEventsCommandOutput | GetDataProtectionPolicyCommandOutput | GetDeliveryCommandOutput | GetDeliveryDestinationCommandOutput | GetDeliveryDestinationPolicyCommandOutput | GetDeliverySourceCommandOutput | GetLogAnomalyDetectorCommandOutput | GetLogEventsCommandOutput | GetLogGroupFieldsCommandOutput | GetLogRecordCommandOutput | GetQueryResultsCommandOutput | ListAnomaliesCommandOutput | ListLogAnomalyDetectorsCommandOutput | ListTagsForResourceCommandOutput | ListTagsLogGroupCommandOutput | PutAccountPolicyCommandOutput | PutDataProtectionPolicyCommandOutput | PutDeliveryDestinationCommandOutput | PutDeliveryDestinationPolicyCommandOutput | PutDeliverySourceCommandOutput | PutDestinationCommandOutput | PutDestinationPolicyCommandOutput | PutLogEventsCommandOutput | PutMetricFilterCommandOutput | PutQueryDefinitionCommandOutput | PutResourcePolicyCommandOutput | PutRetentionPolicyCommandOutput | PutSubscriptionFilterCommandOutput | StartLiveTailCommandOutput | StartQueryCommandOutput | StopQueryCommandOutput | TagLogGroupCommandOutput | TagResourceCommandOutput | TestMetricFilterCommandOutput | UntagLogGroupCommandOutput | UntagResourceCommandOutput | UpdateAnomalyCommandOutput | UpdateDeliveryConfigurationCommandOutput | UpdateLogAnomalyDetectorCommandOutput;
/**

@@ -100,0 +102,0 @@ * @public

@@ -75,2 +75,10 @@ import { Command as $Command } from "@smithy/smithy-client";

* deliveryDestinationArn: "STRING_VALUE", // required
* recordFields: [ // RecordFields
* "STRING_VALUE",
* ],
* fieldDelimiter: "STRING_VALUE",
* s3DeliveryConfiguration: { // S3DeliveryConfiguration
* suffixPath: "STRING_VALUE",
* enableHiveCompatiblePath: true || false,
* },
* tags: { // Tags

@@ -89,2 +97,10 @@ * "<keys>": "STRING_VALUE",

* // deliveryDestinationType: "S3" || "CWL" || "FH",
* // recordFields: [ // RecordFields
* // "STRING_VALUE",
* // ],
* // fieldDelimiter: "STRING_VALUE",
* // s3DeliveryConfiguration: { // S3DeliveryConfiguration
* // suffixPath: "STRING_VALUE",
* // enableHiveCompatiblePath: true || false,
* // },
* // tags: { // Tags

@@ -91,0 +107,0 @@ * // "<keys>": "STRING_VALUE",

@@ -64,2 +64,10 @@ import { Command as $Command } from "@smithy/smithy-client";

* // deliveryDestinationType: "S3" || "CWL" || "FH",
* // recordFields: [ // RecordFields
* // "STRING_VALUE",
* // ],
* // fieldDelimiter: "STRING_VALUE",
* // s3DeliveryConfiguration: { // S3DeliveryConfiguration
* // suffixPath: "STRING_VALUE",
* // enableHiveCompatiblePath: true || false,
* // },
* // tags: { // Tags

@@ -66,0 +74,0 @@ * // "<keys>": "STRING_VALUE",

@@ -63,2 +63,10 @@ import { Command as $Command } from "@smithy/smithy-client";

* // deliveryDestinationType: "S3" || "CWL" || "FH",
* // recordFields: [ // RecordFields
* // "STRING_VALUE",
* // ],
* // fieldDelimiter: "STRING_VALUE",
* // s3DeliveryConfiguration: { // S3DeliveryConfiguration
* // suffixPath: "STRING_VALUE",
* // enableHiveCompatiblePath: true || false,
* // },
* // tags: { // Tags

@@ -65,0 +73,0 @@ * // "<keys>": "STRING_VALUE",

@@ -24,2 +24,3 @@ export * from "./AssociateKmsKeyCommand";

export * from "./DescribeAccountPoliciesCommand";
export * from "./DescribeConfigurationTemplatesCommand";
export * from "./DescribeDeliveriesCommand";

@@ -75,2 +76,3 @@ export * from "./DescribeDeliveryDestinationsCommand";

export * from "./UpdateAnomalyCommand";
export * from "./UpdateDeliveryConfigurationCommand";
export * from "./UpdateLogAnomalyDetectorCommand";

@@ -0,1 +1,2 @@

export * from "./DescribeConfigurationTemplatesPaginator";
export * from "./DescribeDeliveriesPaginator";

@@ -10,5 +11,5 @@ export * from "./DescribeDeliveryDestinationsPaginator";

export * from "./FilterLogEventsPaginator";
export * from "./Interfaces";
export * from "./GetLogEventsPaginator";
export * from "./Interfaces";
export * from "./ListAnomaliesPaginator";
export * from "./ListLogAnomalyDetectorsPaginator";

@@ -26,2 +26,3 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";

import { DescribeAccountPoliciesCommandInput, DescribeAccountPoliciesCommandOutput } from "../commands/DescribeAccountPoliciesCommand";
import { DescribeConfigurationTemplatesCommandInput, DescribeConfigurationTemplatesCommandOutput } from "../commands/DescribeConfigurationTemplatesCommand";
import { DescribeDeliveriesCommandInput, DescribeDeliveriesCommandOutput } from "../commands/DescribeDeliveriesCommand";

@@ -77,2 +78,3 @@ import { DescribeDeliveryDestinationsCommandInput, DescribeDeliveryDestinationsCommandOutput } from "../commands/DescribeDeliveryDestinationsCommand";

import { UpdateAnomalyCommandInput, UpdateAnomalyCommandOutput } from "../commands/UpdateAnomalyCommand";
import { UpdateDeliveryConfigurationCommandInput, UpdateDeliveryConfigurationCommandOutput } from "../commands/UpdateDeliveryConfigurationCommand";
import { UpdateLogAnomalyDetectorCommandInput, UpdateLogAnomalyDetectorCommandOutput } from "../commands/UpdateLogAnomalyDetectorCommand";

@@ -172,2 +174,6 @@ /**

/**
* serializeAws_json1_1DescribeConfigurationTemplatesCommand
*/
export declare const se_DescribeConfigurationTemplatesCommand: (input: DescribeConfigurationTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
/**
* serializeAws_json1_1DescribeDeliveriesCommand

@@ -373,2 +379,6 @@ */

/**
* serializeAws_json1_1UpdateDeliveryConfigurationCommand
*/
export declare const se_UpdateDeliveryConfigurationCommand: (input: UpdateDeliveryConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
/**
* serializeAws_json1_1UpdateLogAnomalyDetectorCommand

@@ -470,2 +480,6 @@ */

/**
* deserializeAws_json1_1DescribeConfigurationTemplatesCommand
*/
export declare const de_DescribeConfigurationTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationTemplatesCommandOutput>;
/**
* deserializeAws_json1_1DescribeDeliveriesCommand

@@ -671,4 +685,8 @@ */

/**
* deserializeAws_json1_1UpdateDeliveryConfigurationCommand
*/
export declare const de_UpdateDeliveryConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeliveryConfigurationCommandOutput>;
/**
* deserializeAws_json1_1UpdateLogAnomalyDetectorCommand
*/
export declare const de_UpdateLogAnomalyDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLogAnomalyDetectorCommandOutput>;

@@ -96,2 +96,6 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";

import {
DescribeConfigurationTemplatesCommandInput,
DescribeConfigurationTemplatesCommandOutput,
} from "./commands/DescribeConfigurationTemplatesCommand";
import {
DescribeDeliveriesCommandInput,

@@ -297,2 +301,6 @@ DescribeDeliveriesCommandOutput,

import {
UpdateDeliveryConfigurationCommandInput,
UpdateDeliveryConfigurationCommandOutput,
} from "./commands/UpdateDeliveryConfigurationCommand";
import {
UpdateLogAnomalyDetectorCommandInput,

@@ -602,2 +610,16 @@ UpdateLogAnomalyDetectorCommandOutput,

): void;
describeConfigurationTemplates(): Promise<DescribeConfigurationTemplatesCommandOutput>;
describeConfigurationTemplates(
args: DescribeConfigurationTemplatesCommandInput,
options?: __HttpHandlerOptions
): Promise<DescribeConfigurationTemplatesCommandOutput>;
describeConfigurationTemplates(
args: DescribeConfigurationTemplatesCommandInput,
cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void
): void;
describeConfigurationTemplates(
args: DescribeConfigurationTemplatesCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void
): void;
describeDeliveries(): Promise<DescribeDeliveriesCommandOutput>;

@@ -1270,2 +1292,15 @@ describeDeliveries(

): void;
updateDeliveryConfiguration(
args: UpdateDeliveryConfigurationCommandInput,
options?: __HttpHandlerOptions
): Promise<UpdateDeliveryConfigurationCommandOutput>;
updateDeliveryConfiguration(
args: UpdateDeliveryConfigurationCommandInput,
cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void
): void;
updateDeliveryConfiguration(
args: UpdateDeliveryConfigurationCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void
): void;
updateLogAnomalyDetector(

@@ -1272,0 +1307,0 @@ args: UpdateLogAnomalyDetectorCommandInput,

@@ -146,2 +146,6 @@ import {

import {
DescribeConfigurationTemplatesCommandInput,
DescribeConfigurationTemplatesCommandOutput,
} from "./commands/DescribeConfigurationTemplatesCommand";
import {
DescribeDeliveriesCommandInput,

@@ -347,2 +351,6 @@ DescribeDeliveriesCommandOutput,

import {
UpdateDeliveryConfigurationCommandInput,
UpdateDeliveryConfigurationCommandOutput,
} from "./commands/UpdateDeliveryConfigurationCommand";
import {
UpdateLogAnomalyDetectorCommandInput,

@@ -382,2 +390,3 @@ UpdateLogAnomalyDetectorCommandOutput,

| DescribeAccountPoliciesCommandInput
| DescribeConfigurationTemplatesCommandInput
| DescribeDeliveriesCommandInput

@@ -433,2 +442,3 @@ | DescribeDeliveryDestinationsCommandInput

| UpdateAnomalyCommandInput
| UpdateDeliveryConfigurationCommandInput
| UpdateLogAnomalyDetectorCommandInput;

@@ -459,2 +469,3 @@ export type ServiceOutputTypes =

| DescribeAccountPoliciesCommandOutput
| DescribeConfigurationTemplatesCommandOutput
| DescribeDeliveriesCommandOutput

@@ -510,2 +521,3 @@ | DescribeDeliveryDestinationsCommandOutput

| UpdateAnomalyCommandOutput
| UpdateDeliveryConfigurationCommandOutput
| UpdateLogAnomalyDetectorCommandOutput;

@@ -512,0 +524,0 @@ export interface ClientDefaults

@@ -24,2 +24,3 @@ export * from "./AssociateKmsKeyCommand";

export * from "./DescribeAccountPoliciesCommand";
export * from "./DescribeConfigurationTemplatesCommand";
export * from "./DescribeDeliveriesCommand";

@@ -75,2 +76,3 @@ export * from "./DescribeDeliveryDestinationsCommand";

export * from "./UpdateAnomalyCommand";
export * from "./UpdateDeliveryConfigurationCommand";
export * from "./UpdateLogAnomalyDetectorCommand";

@@ -28,2 +28,6 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

}
export interface RecordField {
name?: string;
mandatory?: boolean;
}
export interface LogEvent {

@@ -141,2 +145,38 @@ timestamp?: number;

}
export declare const OutputFormat: {
readonly JSON: "json";
readonly PARQUET: "parquet";
readonly PLAIN: "plain";
readonly RAW: "raw";
readonly W3C: "w3c";
};
export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
export interface S3DeliveryConfiguration {
suffixPath?: string;
enableHiveCompatiblePath?: boolean;
}
export interface ConfigurationTemplateDeliveryConfigValues {
recordFields?: string[];
fieldDelimiter?: string;
s3DeliveryConfiguration?: S3DeliveryConfiguration;
}
export declare const DeliveryDestinationType: {
readonly CWL: "CWL";
readonly FH: "FH";
readonly S3: "S3";
};
export type DeliveryDestinationType =
(typeof DeliveryDestinationType)[keyof typeof DeliveryDestinationType];
export interface ConfigurationTemplate {
service?: string;
logType?: string;
resourceType?: string;
deliveryDestinationType?: DeliveryDestinationType;
defaultDeliveryConfigValues?: ConfigurationTemplateDeliveryConfigValues;
allowedFields?: RecordField[];
allowedOutputFormats?: OutputFormat[];
allowedActionForAllowVendedLogsDeliveryForResource?: string;
allowedFieldDelimiters?: string[];
allowedSuffixPathFields?: string[];
}
export declare class ConflictException extends __BaseException {

@@ -150,11 +190,7 @@ readonly name: "ConflictException";

deliveryDestinationArn: string | undefined;
recordFields?: string[];
fieldDelimiter?: string;
s3DeliveryConfiguration?: S3DeliveryConfiguration;
tags?: Record<string, string>;
}
export declare const DeliveryDestinationType: {
readonly CWL: "CWL";
readonly FH: "FH";
readonly S3: "S3";
};
export type DeliveryDestinationType =
(typeof DeliveryDestinationType)[keyof typeof DeliveryDestinationType];
export interface Delivery {

@@ -166,2 +202,5 @@ id?: string;

deliveryDestinationType?: DeliveryDestinationType;
recordFields?: string[];
fieldDelimiter?: string;
s3DeliveryConfiguration?: S3DeliveryConfiguration;
tags?: Record<string, string>;

@@ -317,10 +356,2 @@ }

}
export declare const OutputFormat: {
readonly JSON: "json";
readonly PARQUET: "parquet";
readonly PLAIN: "plain";
readonly RAW: "raw";
readonly W3C: "w3c";
};
export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
export interface DeliveryDestination {

@@ -350,2 +381,14 @@ name?: string;

}
export interface DescribeConfigurationTemplatesRequest {
service?: string;
logTypes?: string[];
resourceTypes?: string[];
deliveryDestinationTypes?: DeliveryDestinationType[];
nextToken?: string;
limit?: number;
}
export interface DescribeConfigurationTemplatesResponse {
configurationTemplates?: ConfigurationTemplate[];
nextToken?: string;
}
export interface DescribeDeliveriesRequest {

@@ -1146,2 +1189,9 @@ nextToken?: string;

}
export interface UpdateDeliveryConfigurationRequest {
id: string | undefined;
recordFields?: string[];
fieldDelimiter?: string;
s3DeliveryConfiguration?: S3DeliveryConfiguration;
}
export interface UpdateDeliveryConfigurationResponse {}
export interface UpdateLogAnomalyDetectorRequest {

@@ -1148,0 +1198,0 @@ anomalyDetectorArn: string | undefined;

@@ -0,1 +1,2 @@

export * from "./DescribeConfigurationTemplatesPaginator";
export * from "./DescribeDeliveriesPaginator";

@@ -10,5 +11,5 @@ export * from "./DescribeDeliveryDestinationsPaginator";

export * from "./FilterLogEventsPaginator";
export * from "./Interfaces";
export * from "./GetLogEventsPaginator";
export * from "./Interfaces";
export * from "./ListAnomaliesPaginator";
export * from "./ListLogAnomalyDetectorsPaginator";

@@ -102,2 +102,6 @@ import {

import {
DescribeConfigurationTemplatesCommandInput,
DescribeConfigurationTemplatesCommandOutput,
} from "../commands/DescribeConfigurationTemplatesCommand";
import {
DescribeDeliveriesCommandInput,

@@ -303,2 +307,6 @@ DescribeDeliveriesCommandOutput,

import {
UpdateDeliveryConfigurationCommandInput,
UpdateDeliveryConfigurationCommandOutput,
} from "../commands/UpdateDeliveryConfigurationCommand";
import {
UpdateLogAnomalyDetectorCommandInput,

@@ -399,2 +407,6 @@ UpdateLogAnomalyDetectorCommandOutput,

) => Promise<__HttpRequest>;
export declare const se_DescribeConfigurationTemplatesCommand: (
input: DescribeConfigurationTemplatesCommandInput,
context: __SerdeContext
) => Promise<__HttpRequest>;
export declare const se_DescribeDeliveriesCommand: (

@@ -600,2 +612,6 @@ input: DescribeDeliveriesCommandInput,

) => Promise<__HttpRequest>;
export declare const se_UpdateDeliveryConfigurationCommand: (
input: UpdateDeliveryConfigurationCommandInput,
context: __SerdeContext
) => Promise<__HttpRequest>;
export declare const se_UpdateLogAnomalyDetectorCommand: (

@@ -697,2 +713,6 @@ input: UpdateLogAnomalyDetectorCommandInput,

) => Promise<DescribeAccountPoliciesCommandOutput>;
export declare const de_DescribeConfigurationTemplatesCommand: (
output: __HttpResponse,
context: __SerdeContext
) => Promise<DescribeConfigurationTemplatesCommandOutput>;
export declare const de_DescribeDeliveriesCommand: (

@@ -898,2 +918,6 @@ output: __HttpResponse,

) => Promise<UpdateAnomalyCommandOutput>;
export declare const de_UpdateDeliveryConfigurationCommand: (
output: __HttpResponse,
context: __SerdeContext
) => Promise<UpdateDeliveryConfigurationCommandOutput>;
export declare const de_UpdateLogAnomalyDetectorCommand: (

@@ -900,0 +924,0 @@ output: __HttpResponse,

{
"name": "@aws-sdk/client-cloudwatch-logs",
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
"version": "3.643.0",
"version": "3.645.0",
"scripts": {

@@ -23,13 +23,13 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.637.0",
"@aws-sdk/client-sts": "3.637.0",
"@aws-sdk/client-sso-oidc": "3.645.0",
"@aws-sdk/client-sts": "3.645.0",
"@aws-sdk/core": "3.635.0",
"@aws-sdk/credential-provider-node": "3.637.0",
"@aws-sdk/credential-provider-node": "3.645.0",
"@aws-sdk/middleware-host-header": "3.620.0",
"@aws-sdk/middleware-logger": "3.609.0",
"@aws-sdk/middleware-recursion-detection": "3.620.0",
"@aws-sdk/middleware-user-agent": "3.637.0",
"@aws-sdk/middleware-user-agent": "3.645.0",
"@aws-sdk/region-config-resolver": "3.614.0",
"@aws-sdk/types": "3.609.0",
"@aws-sdk/util-endpoints": "3.637.0",
"@aws-sdk/util-endpoints": "3.645.0",
"@aws-sdk/util-user-agent-browser": "3.609.0",

@@ -36,0 +36,0 @@ "@aws-sdk/util-user-agent-node": "3.614.0",

@@ -426,2 +426,10 @@ <!-- generated file, do not edit directly -->

<summary>
DescribeConfigurationTemplates
</summary>
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/DescribeConfigurationTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DescribeConfigurationTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DescribeConfigurationTemplatesCommandOutput/)
</details>
<details>
<summary>
DescribeDeliveries

@@ -827,2 +835,10 @@ </summary>

<summary>
UpdateDeliveryConfiguration
</summary>
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/UpdateDeliveryConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/UpdateDeliveryConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/UpdateDeliveryConfigurationCommandOutput/)
</details>
<details>
<summary>
UpdateLogAnomalyDetector

@@ -829,0 +845,0 @@ </summary>

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc