# @datadog/datadog-api-client-aws-logs-integration

Latest version **0.0.1-beta.2** (published 2025-12-17) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @datadog/datadog-api-client-aws-logs-integration
pnpm add @datadog/datadog-api-client-aws-logs-integration
yarn add @datadog/datadog-api-client-aws-logs-integration
bun add @datadog/datadog-api-client-aws-logs-integration
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.0.1-beta.2 |
| Published | 2025-12-17 |
| First published | 2025-06-05 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=18.0.0 |
| Dependencies | 1 |
| Unpacked size | 113.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 104 |
| Maintainers | datadog |
| Keywords | api, fetch, typescript |

## Links

- npm: https://www.npmjs.com/package/@datadog/datadog-api-client-aws-logs-integration
- Repository: https://github.com/DataDog/datadog-api-client-typescript
- npm.io page: https://npm.io/package/@datadog/datadog-api-client-aws-logs-integration

## Dependencies (1)

- [@datadog/datadog-api-client](https://npm.io/package/@datadog/datadog-api-client.md) ^2.0.0-beta.2

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 0.0.1-beta.2 (latest) — 2025-12-17
- 0.0.1-beta.1 — 2025-06-05

## README

# @datadog/datadog-api-client-aws-logs-integration

## Description

Configure your Datadog-AWS-Logs integration directly through Datadog API.
For more information, see the [AWS integration page](https://docs.datadoghq.com/integrations/amazon_web_services/#log-collection).

## Navigation

- [Installation](#installation)
- [Getting Started](#getting-started)

## Installation

```sh
# NPM
npm install @datadog/datadog-api-client-aws-logs-integration
# Yarn
yarn add @datadog/datadog-api-client-aws-logs-integration
```

## Getting Started
```ts
import { createConfiguration } from "@datadog/datadog-api-client";
import { AWSLogsIntegrationApiV2 } from "@datadog/datadog-api-client-aws-logs-integration";
import { v2 } from "@datadog/datadog-api-client-aws-logs-integration";

const configuration = createConfiguration();
const apiInstance = new AWSLogsIntegrationApiV2(configuration);

apiInstance.listAWSLogsServices().then((data) => {
    console.log("API called successfully. Returned data: " + JSON.stringify(data));
}).catch((error) => {
    console.error("Error calling API: " + error);
});
```

---
_Source: https://npm.io/package/@datadog/datadog-api-client-aws-logs-integration · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
