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

@aws-sdk/client-cloudtrail

Package Overview
Dependencies
Maintainers
5
Versions
418
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-cloudtrail - npm Package Compare versions

Comparing version 3.658.0 to 3.658.1

13

dist-types/commands/GetEventSelectorsCommand.d.ts

@@ -35,3 +35,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* <p>If your event selector includes read-only events, write-only events, or all
* events. This applies to both management events and data events.</p>
* events. This applies to management events, data events, and network activity events.</p>
* </li>

@@ -42,2 +42,6 @@ * <li>

* <li>
* <p>If your event selector includes network activity events, the event sources
* for which you are logging network activity events.</p>
* </li>
* <li>
* <p>If your event selector includes data events, the resources on which you are

@@ -47,3 +51,3 @@ * logging data events.</p>

* </ul>
* <p>For more information about logging management and data events, see the following topics
* <p>For more information about logging management, data, and network activity events, see the following topics
* in the <i>CloudTrail User Guide</i>:</p>

@@ -61,2 +65,7 @@ * <ul>

* </li>
* <li>
* <p>
* <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html">Logging network activity events</a>
* </p>
* </li>
* </ul>

@@ -63,0 +72,0 @@ * @example

50

dist-types/commands/PutEventSelectorsCommand.d.ts

@@ -30,8 +30,31 @@ import { Command as $Command } from "@smithy/smithy-client";

/**
* <p>Configures an event selector or advanced event selectors for your trail. Use event
* selectors or advanced event selectors to specify management and data event settings for
* your trail. If you want your trail to log Insights events, be sure the event selector
* enables logging of the Insights event types you want configured for your trail. For more information about logging Insights events, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html">Logging Insights events</a> in the <i>CloudTrail User Guide</i>.
* <p>Configures event selectors (also referred to as <i>basic event selectors</i>) or advanced event selectors for your trail. You can use
* either <code>AdvancedEventSelectors</code> or <code>EventSelectors</code>, but not both. If
* you apply <code>AdvancedEventSelectors</code> to a trail, any existing
* <code>EventSelectors</code> are overwritten.</p>
* <p>You can use <code>AdvancedEventSelectors</code> to
* log management events, data events for all resource types, and network activity events.</p>
* <p>You can use <code>EventSelectors</code> to log management events and data events for the following resource types:</p>
* <ul>
* <li>
* <p>
* <code>AWS::DynamoDB::Table</code>
* </p>
* </li>
* <li>
* <p>
* <code>AWS::Lambda::Function</code>
* </p>
* </li>
* <li>
* <p>
* <code>AWS::S3::Object</code>
* </p>
* </li>
* </ul>
* <p>You can't use <code>EventSelectors</code> to log network activity events.</p>
* <p>If you want your trail to log Insights events, be sure the event selector or advanced event selector enables
* logging of the Insights event types you want configured for your trail. For more information about logging Insights events, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html">Logging Insights events</a> in the <i>CloudTrail User Guide</i>.
* By default, trails created without specific event selectors are configured to
* log all read and write management events, and no data events.</p>
* log all read and write management events, and no data events or network activity events.</p>
* <p>When an event occurs in your account, CloudTrail evaluates the event selectors or

@@ -44,3 +67,3 @@ * advanced event selectors in all trails. For each trail, if the event matches any event

* <li>
* <p>You create an event selector for a trail and specify that you want write-only
* <p>You create an event selector for a trail and specify that you want to log write-only
* events.</p>

@@ -67,12 +90,9 @@ * </li>

* thrown.</p>
* <p>You can configure up to five event selectors for each trail. For more information, see
* <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html">Logging management events</a>, <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html">Logging
* data events</a>, and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html">Quotas in CloudTrail</a> in the <i>CloudTrail User
* Guide</i>.</p>
* <p>You can configure up to five event selectors for each trail.</p>
* <p>You can add advanced event selectors, and conditions for your advanced event selectors,
* up to a maximum of 500 values for all conditions and selectors on a trail. You can use
* either <code>AdvancedEventSelectors</code> or <code>EventSelectors</code>, but not both. If
* you apply <code>AdvancedEventSelectors</code> to a trail, any existing
* <code>EventSelectors</code> are overwritten. For more information about advanced event
* selectors, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html">Logging data events</a> in the <i>CloudTrail User Guide</i>.</p>
* up to a maximum of 500 values for all conditions and selectors on a trail. For more information, see
* <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html">Logging management events</a>, <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html">Logging
* data events</a>, <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html">Logging
* network activity events</a>, and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html">Quotas in CloudTrail</a> in the <i>CloudTrail User
* Guide</i>.</p>
* @example

@@ -79,0 +99,0 @@ * Use a bare-bones client and the command you need to make an API call.

@@ -31,3 +31,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* <p>Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To start ingestion, the event data store <code>Status</code> must be <code>STOPPED_INGESTION</code>
* and the <code>eventCategory</code> must be <code>Management</code>, <code>Data</code>, or <code>ConfigurationItem</code>.</p>
* and the <code>eventCategory</code> must be <code>Management</code>, <code>Data</code>, <code>NetworkActivity</code>, or <code>ConfigurationItem</code>.</p>
* @example

@@ -34,0 +34,0 @@ * Use a bare-bones client and the command you need to make an API call.

@@ -31,3 +31,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* <p>Stops the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To stop ingestion, the event data store <code>Status</code> must be <code>ENABLED</code>
* and the <code>eventCategory</code> must be <code>Management</code>, <code>Data</code>, or <code>ConfigurationItem</code>.</p>
* and the <code>eventCategory</code> must be <code>Management</code>, <code>Data</code>, <code>NetworkActivity</code>, or <code>ConfigurationItem</code>.</p>
* @example

@@ -34,0 +34,0 @@ * Use a bare-bones client and the command you need to make an API call.

@@ -36,3 +36,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* <p>For event data stores for CloudTrail events, <code>AdvancedEventSelectors</code>
* includes or excludes management or data events in your event data store. For more
* includes or excludes management, data, or network activity events in your event data store. For more
* information about <code>AdvancedEventSelectors</code>, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_AdvancedEventSelector.html">AdvancedEventSelectors</a>.</p>

@@ -39,0 +39,0 @@ * <p> For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or non-Amazon Web Services events,

{
"name": "@aws-sdk/client-cloudtrail",
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
"version": "3.658.0",
"version": "3.658.1",
"scripts": {

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

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.658.0",
"@aws-sdk/client-sts": "3.658.0",
"@aws-sdk/core": "3.658.0",
"@aws-sdk/credential-provider-node": "3.658.0",
"@aws-sdk/client-sso-oidc": "3.658.1",
"@aws-sdk/client-sts": "3.658.1",
"@aws-sdk/core": "3.658.1",
"@aws-sdk/credential-provider-node": "3.658.1",
"@aws-sdk/middleware-host-header": "3.654.0",

@@ -38,4 +38,4 @@ "@aws-sdk/middleware-logger": "3.654.0",

"@smithy/config-resolver": "^3.0.8",
"@smithy/core": "^2.4.3",
"@smithy/fetch-http-handler": "^3.2.7",
"@smithy/core": "^2.4.6",
"@smithy/fetch-http-handler": "^3.2.8",
"@smithy/hash-node": "^3.0.6",

@@ -45,9 +45,9 @@ "@smithy/invalid-dependency": "^3.0.6",

"@smithy/middleware-endpoint": "^3.1.3",
"@smithy/middleware-retry": "^3.0.18",
"@smithy/middleware-retry": "^3.0.21",
"@smithy/middleware-serde": "^3.0.6",
"@smithy/middleware-stack": "^3.0.6",
"@smithy/node-config-provider": "^3.1.7",
"@smithy/node-http-handler": "^3.2.2",
"@smithy/node-http-handler": "^3.2.3",
"@smithy/protocol-http": "^4.1.3",
"@smithy/smithy-client": "^3.3.2",
"@smithy/smithy-client": "^3.3.5",
"@smithy/types": "^3.4.2",

@@ -58,4 +58,4 @@ "@smithy/url-parser": "^3.0.6",

"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.18",
"@smithy/util-defaults-mode-node": "^3.0.18",
"@smithy/util-defaults-mode-browser": "^3.0.21",
"@smithy/util-defaults-mode-node": "^3.0.21",
"@smithy/util-endpoints": "^2.1.2",

@@ -62,0 +62,0 @@ "@smithy/util-middleware": "^3.0.6",

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