diff --git a/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts index 0d6f88c5ce82..0340564d416e 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 3d77d9244d74..242e1ec62ea9 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:

*