UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

156 lines (155 loc) 8.76 kB
import { createAggregatedClient } from "@smithy/smithy-client"; import { CloudWatchLogsClient } from "./CloudWatchLogsClient"; import { AssociateKmsKeyCommand, } from "./commands/AssociateKmsKeyCommand"; import { CancelExportTaskCommand, } from "./commands/CancelExportTaskCommand"; import { CreateDeliveryCommand, } from "./commands/CreateDeliveryCommand"; import { CreateExportTaskCommand, } from "./commands/CreateExportTaskCommand"; import { CreateLogAnomalyDetectorCommand, } from "./commands/CreateLogAnomalyDetectorCommand"; import { CreateLogGroupCommand, } from "./commands/CreateLogGroupCommand"; import { CreateLogStreamCommand, } from "./commands/CreateLogStreamCommand"; import { DeleteAccountPolicyCommand, } from "./commands/DeleteAccountPolicyCommand"; import { DeleteDataProtectionPolicyCommand, } from "./commands/DeleteDataProtectionPolicyCommand"; import { DeleteDeliveryCommand, } from "./commands/DeleteDeliveryCommand"; import { DeleteDeliveryDestinationCommand, } from "./commands/DeleteDeliveryDestinationCommand"; import { DeleteDeliveryDestinationPolicyCommand, } from "./commands/DeleteDeliveryDestinationPolicyCommand"; import { DeleteDeliverySourceCommand, } from "./commands/DeleteDeliverySourceCommand"; import { DeleteDestinationCommand, } from "./commands/DeleteDestinationCommand"; import { DeleteLogAnomalyDetectorCommand, } from "./commands/DeleteLogAnomalyDetectorCommand"; import { DeleteLogGroupCommand, } from "./commands/DeleteLogGroupCommand"; import { DeleteLogStreamCommand, } from "./commands/DeleteLogStreamCommand"; import { DeleteMetricFilterCommand, } from "./commands/DeleteMetricFilterCommand"; import { DeleteQueryDefinitionCommand, } from "./commands/DeleteQueryDefinitionCommand"; import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand"; import { DeleteRetentionPolicyCommand, } from "./commands/DeleteRetentionPolicyCommand"; import { DeleteSubscriptionFilterCommand, } from "./commands/DeleteSubscriptionFilterCommand"; import { DescribeAccountPoliciesCommand, } from "./commands/DescribeAccountPoliciesCommand"; import { DescribeDeliveriesCommand, } from "./commands/DescribeDeliveriesCommand"; import { DescribeDeliveryDestinationsCommand, } from "./commands/DescribeDeliveryDestinationsCommand"; import { DescribeDeliverySourcesCommand, } from "./commands/DescribeDeliverySourcesCommand"; import { DescribeDestinationsCommand, } from "./commands/DescribeDestinationsCommand"; import { DescribeExportTasksCommand, } from "./commands/DescribeExportTasksCommand"; import { DescribeLogGroupsCommand, } from "./commands/DescribeLogGroupsCommand"; import { DescribeLogStreamsCommand, } from "./commands/DescribeLogStreamsCommand"; import { DescribeMetricFiltersCommand, } from "./commands/DescribeMetricFiltersCommand"; import { DescribeQueriesCommand, } from "./commands/DescribeQueriesCommand"; import { DescribeQueryDefinitionsCommand, } from "./commands/DescribeQueryDefinitionsCommand"; import { DescribeResourcePoliciesCommand, } from "./commands/DescribeResourcePoliciesCommand"; import { DescribeSubscriptionFiltersCommand, } from "./commands/DescribeSubscriptionFiltersCommand"; import { DisassociateKmsKeyCommand, } from "./commands/DisassociateKmsKeyCommand"; import { FilterLogEventsCommand, } from "./commands/FilterLogEventsCommand"; import { GetDataProtectionPolicyCommand, } from "./commands/GetDataProtectionPolicyCommand"; import { GetDeliveryCommand } from "./commands/GetDeliveryCommand"; import { GetDeliveryDestinationCommand, } from "./commands/GetDeliveryDestinationCommand"; import { GetDeliveryDestinationPolicyCommand, } from "./commands/GetDeliveryDestinationPolicyCommand"; import { GetDeliverySourceCommand, } from "./commands/GetDeliverySourceCommand"; import { GetLogAnomalyDetectorCommand, } from "./commands/GetLogAnomalyDetectorCommand"; import { GetLogEventsCommand, } from "./commands/GetLogEventsCommand"; import { GetLogGroupFieldsCommand, } from "./commands/GetLogGroupFieldsCommand"; import { GetLogRecordCommand, } from "./commands/GetLogRecordCommand"; import { GetQueryResultsCommand, } from "./commands/GetQueryResultsCommand"; import { ListAnomaliesCommand, } from "./commands/ListAnomaliesCommand"; import { ListLogAnomalyDetectorsCommand, } from "./commands/ListLogAnomalyDetectorsCommand"; import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand"; import { ListTagsLogGroupCommand, } from "./commands/ListTagsLogGroupCommand"; import { PutAccountPolicyCommand, } from "./commands/PutAccountPolicyCommand"; import { PutDataProtectionPolicyCommand, } from "./commands/PutDataProtectionPolicyCommand"; import { PutDeliveryDestinationCommand, } from "./commands/PutDeliveryDestinationCommand"; import { PutDeliveryDestinationPolicyCommand, } from "./commands/PutDeliveryDestinationPolicyCommand"; import { PutDeliverySourceCommand, } from "./commands/PutDeliverySourceCommand"; import { PutDestinationCommand, } from "./commands/PutDestinationCommand"; import { PutDestinationPolicyCommand, } from "./commands/PutDestinationPolicyCommand"; import { PutLogEventsCommand, } from "./commands/PutLogEventsCommand"; import { PutMetricFilterCommand, } from "./commands/PutMetricFilterCommand"; import { PutQueryDefinitionCommand, } from "./commands/PutQueryDefinitionCommand"; import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand"; import { PutRetentionPolicyCommand, } from "./commands/PutRetentionPolicyCommand"; import { PutSubscriptionFilterCommand, } from "./commands/PutSubscriptionFilterCommand"; import { StartLiveTailCommand, } from "./commands/StartLiveTailCommand"; import { StartQueryCommand } from "./commands/StartQueryCommand"; import { StopQueryCommand } from "./commands/StopQueryCommand"; import { TagLogGroupCommand } from "./commands/TagLogGroupCommand"; import { TagResourceCommand } from "./commands/TagResourceCommand"; import { TestMetricFilterCommand, } from "./commands/TestMetricFilterCommand"; import { UntagLogGroupCommand, } from "./commands/UntagLogGroupCommand"; import { UntagResourceCommand, } from "./commands/UntagResourceCommand"; import { UpdateAnomalyCommand, } from "./commands/UpdateAnomalyCommand"; import { UpdateLogAnomalyDetectorCommand, } from "./commands/UpdateLogAnomalyDetectorCommand"; const commands = { AssociateKmsKeyCommand, CancelExportTaskCommand, CreateDeliveryCommand, CreateExportTaskCommand, CreateLogAnomalyDetectorCommand, CreateLogGroupCommand, CreateLogStreamCommand, DeleteAccountPolicyCommand, DeleteDataProtectionPolicyCommand, DeleteDeliveryCommand, DeleteDeliveryDestinationCommand, DeleteDeliveryDestinationPolicyCommand, DeleteDeliverySourceCommand, DeleteDestinationCommand, DeleteLogAnomalyDetectorCommand, DeleteLogGroupCommand, DeleteLogStreamCommand, DeleteMetricFilterCommand, DeleteQueryDefinitionCommand, DeleteResourcePolicyCommand, DeleteRetentionPolicyCommand, DeleteSubscriptionFilterCommand, DescribeAccountPoliciesCommand, DescribeDeliveriesCommand, DescribeDeliveryDestinationsCommand, DescribeDeliverySourcesCommand, DescribeDestinationsCommand, DescribeExportTasksCommand, DescribeLogGroupsCommand, DescribeLogStreamsCommand, DescribeMetricFiltersCommand, DescribeQueriesCommand, DescribeQueryDefinitionsCommand, DescribeResourcePoliciesCommand, DescribeSubscriptionFiltersCommand, DisassociateKmsKeyCommand, FilterLogEventsCommand, GetDataProtectionPolicyCommand, GetDeliveryCommand, GetDeliveryDestinationCommand, GetDeliveryDestinationPolicyCommand, GetDeliverySourceCommand, GetLogAnomalyDetectorCommand, GetLogEventsCommand, GetLogGroupFieldsCommand, GetLogRecordCommand, GetQueryResultsCommand, ListAnomaliesCommand, ListLogAnomalyDetectorsCommand, ListTagsForResourceCommand, ListTagsLogGroupCommand, PutAccountPolicyCommand, PutDataProtectionPolicyCommand, PutDeliveryDestinationCommand, PutDeliveryDestinationPolicyCommand, PutDeliverySourceCommand, PutDestinationCommand, PutDestinationPolicyCommand, PutLogEventsCommand, PutMetricFilterCommand, PutQueryDefinitionCommand, PutResourcePolicyCommand, PutRetentionPolicyCommand, PutSubscriptionFilterCommand, StartLiveTailCommand, StartQueryCommand, StopQueryCommand, TagLogGroupCommand, TagResourceCommand, TestMetricFilterCommand, UntagLogGroupCommand, UntagResourceCommand, UpdateAnomalyCommand, UpdateLogAnomalyDetectorCommand, }; export class CloudWatchLogs extends CloudWatchLogsClient { } createAggregatedClient(commands, CloudWatchLogs);