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

@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.529.1 to 3.530.0

3

dist-types/commands/CreateTrailCommand.d.ts

@@ -129,2 +129,5 @@ import { Command as $Command } from "@smithy/smithy-client";

*
* @throws {@link InvalidParameterException} (client fault)
* <p>The request includes a parameter that is not valid.</p>
*
* @throws {@link InvalidS3BucketNameException} (client fault)

@@ -131,0 +134,0 @@ * <p>This exception is thrown when the provided S3 bucket name is not valid.</p>

@@ -76,2 +76,13 @@ import { Command as $Command } from "@smithy/smithy-client";

*
* @throws {@link CloudTrailARNInvalidException} (client fault)
* <p>This exception is thrown when an operation is called with an ARN that is not valid.</p>
* <p>The following is the format of a trail ARN: <code>arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail</code>
* </p>
* <p>The following is the format of an event data store ARN:
* <code>arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE</code>
* </p>
* <p>The following is the format of a channel ARN:
* <code>arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890</code>
* </p>
*
* @throws {@link InvalidTrailNameException} (client fault)

@@ -78,0 +89,0 @@ * <p>This exception is thrown when the provided trail name is not valid. Trail names must

@@ -68,2 +68,5 @@ import { Command as $Command } from "@smithy/smithy-client";

*
* @throws {@link InvalidParameterException} (client fault)
* <p>The request includes a parameter that is not valid.</p>
*
* @throws {@link OperationNotPermittedException} (client fault)

@@ -70,0 +73,0 @@ * <p>This exception is thrown when the requested operation is not permitted.</p>

2

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

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

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