From d5823e323db50ab81ba22161f5ccacb0c4324c84 Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 19 Mar 2024 18:14:00 +0000 Subject: [PATCH] feat(client-cloudwatch-logs): Update LogSamples field in Anomaly model to be a list of LogEvent --- .../src/commands/CreateDeliveryCommand.ts | 2 +- .../src/commands/DescribeDeliveriesCommand.ts | 2 +- .../src/commands/GetDeliveryCommand.ts | 2 +- .../src/commands/ListAnomaliesCommand.ts | 5 +- .../src/commands/PutAccountPolicyCommand.ts | 6 +- .../commands/PutDeliveryDestinationCommand.ts | 2 +- .../src/commands/PutDeliverySourceCommand.ts | 2 +- .../commands/PutSubscriptionFilterCommand.ts | 2 +- .../src/models/models_0.ts | 58 ++++++++++++++----- .../src/protocols/Aws_json1_1.ts | 2 + .../aws-models/cloudwatch-logs.json | 54 ++++++++++------- 11 files changed, 93 insertions(+), 44 deletions(-) diff --git a/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts index 0d6f88c5ce823..0340564d416e9 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts @@ -35,7 +35,7 @@ export interface CreateDeliveryCommandOutput extends CreateDeliveryResponse, __M * Enabling * logging from Amazon Web Services services. *

- *

A delivery destination can represent a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Kinesis Data Firehose.

+ *

A delivery destination can represent a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Firehose.

*

To configure logs delivery between a supported Amazon Web Services service and a destination, you must do the following:

* *

Each account can have one account-level subscription filter policy. diff --git a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts index 3d77d9244d745..242e1ec62ea9b 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts @@ -29,7 +29,7 @@ export interface PutDeliveryDestinationCommandOutput extends PutDeliveryDestinat /** *

Creates or updates a logical delivery destination. A delivery destination is an Amazon Web Services resource that represents an * Amazon Web Services service that logs can be sent to. CloudWatch Logs, Amazon S3, and - * Kinesis Data Firehose are supported as logs delivery destinations.

+ * Firehose are supported as logs delivery destinations.

*

To configure logs delivery between a supported Amazon Web Services service and a destination, you must do the following:

*