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
7
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.37.0 to 3.38.0

dist-cjs/commands/index.js

29

dist-cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./CloudTrail"), exports);
tslib_1.__exportStar(require("./CloudTrailClient"), exports);
tslib_1.__exportStar(require("./CloudTrail"), exports);
tslib_1.__exportStar(require("./commands/AddTagsCommand"), exports);
tslib_1.__exportStar(require("./commands/CreateTrailCommand"), exports);
tslib_1.__exportStar(require("./commands/DeleteTrailCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeTrailsCommand"), exports);
tslib_1.__exportStar(require("./commands/GetEventSelectorsCommand"), exports);
tslib_1.__exportStar(require("./commands/GetInsightSelectorsCommand"), exports);
tslib_1.__exportStar(require("./commands/GetTrailCommand"), exports);
tslib_1.__exportStar(require("./commands/GetTrailStatusCommand"), exports);
tslib_1.__exportStar(require("./commands/ListPublicKeysCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListPublicKeysPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListTagsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListTagsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListTrailsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListTrailsPaginator"), exports);
tslib_1.__exportStar(require("./commands/LookupEventsCommand"), exports);
tslib_1.__exportStar(require("./pagination/LookupEventsPaginator"), exports);
tslib_1.__exportStar(require("./commands/PutEventSelectorsCommand"), exports);
tslib_1.__exportStar(require("./commands/PutInsightSelectorsCommand"), exports);
tslib_1.__exportStar(require("./commands/RemoveTagsCommand"), exports);
tslib_1.__exportStar(require("./commands/StartLoggingCommand"), exports);
tslib_1.__exportStar(require("./commands/StopLoggingCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateTrailCommand"), exports);
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
tslib_1.__exportStar(require("./models/index"), exports);
tslib_1.__exportStar(require("./commands"), exports);
tslib_1.__exportStar(require("./models"), exports);
tslib_1.__exportStar(require("./pagination"), exports);

@@ -0,26 +1,5 @@

export * from "./CloudTrail";
export * from "./CloudTrailClient";
export * from "./CloudTrail";
export * from "./commands/AddTagsCommand";
export * from "./commands/CreateTrailCommand";
export * from "./commands/DeleteTrailCommand";
export * from "./commands/DescribeTrailsCommand";
export * from "./commands/GetEventSelectorsCommand";
export * from "./commands/GetInsightSelectorsCommand";
export * from "./commands/GetTrailCommand";
export * from "./commands/GetTrailStatusCommand";
export * from "./commands/ListPublicKeysCommand";
export * from "./pagination/ListPublicKeysPaginator";
export * from "./commands/ListTagsCommand";
export * from "./pagination/ListTagsPaginator";
export * from "./commands/ListTrailsCommand";
export * from "./pagination/ListTrailsPaginator";
export * from "./commands/LookupEventsCommand";
export * from "./pagination/LookupEventsPaginator";
export * from "./commands/PutEventSelectorsCommand";
export * from "./commands/PutInsightSelectorsCommand";
export * from "./commands/RemoveTagsCommand";
export * from "./commands/StartLoggingCommand";
export * from "./commands/StopLoggingCommand";
export * from "./commands/UpdateTrailCommand";
export * from "./pagination/Interfaces";
export * from "./models/index";
export * from "./commands";
export * from "./models";
export * from "./pagination";

@@ -0,26 +1,5 @@

export * from "./CloudTrail";
export * from "./CloudTrailClient";
export * from "./CloudTrail";
export * from "./commands/AddTagsCommand";
export * from "./commands/CreateTrailCommand";
export * from "./commands/DeleteTrailCommand";
export * from "./commands/DescribeTrailsCommand";
export * from "./commands/GetEventSelectorsCommand";
export * from "./commands/GetInsightSelectorsCommand";
export * from "./commands/GetTrailCommand";
export * from "./commands/GetTrailStatusCommand";
export * from "./commands/ListPublicKeysCommand";
export * from "./pagination/ListPublicKeysPaginator";
export * from "./commands/ListTagsCommand";
export * from "./pagination/ListTagsPaginator";
export * from "./commands/ListTrailsCommand";
export * from "./pagination/ListTrailsPaginator";
export * from "./commands/LookupEventsCommand";
export * from "./pagination/LookupEventsPaginator";
export * from "./commands/PutEventSelectorsCommand";
export * from "./commands/PutInsightSelectorsCommand";
export * from "./commands/RemoveTagsCommand";
export * from "./commands/StartLoggingCommand";
export * from "./commands/StopLoggingCommand";
export * from "./commands/UpdateTrailCommand";
export * from "./pagination/Interfaces";
export * from "./models/index";
export * from "./commands";
export * from "./models";
export * from "./pagination";

@@ -0,26 +1,5 @@

export * from "./CloudTrail";
export * from "./CloudTrailClient";
export * from "./CloudTrail";
export * from "./commands/AddTagsCommand";
export * from "./commands/CreateTrailCommand";
export * from "./commands/DeleteTrailCommand";
export * from "./commands/DescribeTrailsCommand";
export * from "./commands/GetEventSelectorsCommand";
export * from "./commands/GetInsightSelectorsCommand";
export * from "./commands/GetTrailCommand";
export * from "./commands/GetTrailStatusCommand";
export * from "./commands/ListPublicKeysCommand";
export * from "./pagination/ListPublicKeysPaginator";
export * from "./commands/ListTagsCommand";
export * from "./pagination/ListTagsPaginator";
export * from "./commands/ListTrailsCommand";
export * from "./pagination/ListTrailsPaginator";
export * from "./commands/LookupEventsCommand";
export * from "./pagination/LookupEventsPaginator";
export * from "./commands/PutEventSelectorsCommand";
export * from "./commands/PutInsightSelectorsCommand";
export * from "./commands/RemoveTagsCommand";
export * from "./commands/StartLoggingCommand";
export * from "./commands/StopLoggingCommand";
export * from "./commands/UpdateTrailCommand";
export * from "./pagination/Interfaces";
export * from "./models/index";
export * from "./commands";
export * from "./models";
export * from "./pagination";
{
"name": "@aws-sdk/client-cloudtrail",
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
"version": "3.37.0",
"version": "3.38.0",
"scripts": {

@@ -24,22 +24,22 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.37.0",
"@aws-sdk/config-resolver": "3.37.0",
"@aws-sdk/credential-provider-node": "3.37.0",
"@aws-sdk/fetch-http-handler": "3.37.0",
"@aws-sdk/hash-node": "3.37.0",
"@aws-sdk/invalid-dependency": "3.37.0",
"@aws-sdk/middleware-content-length": "3.37.0",
"@aws-sdk/middleware-host-header": "3.37.0",
"@aws-sdk/middleware-logger": "3.37.0",
"@aws-sdk/middleware-retry": "3.37.0",
"@aws-sdk/middleware-serde": "3.37.0",
"@aws-sdk/middleware-signing": "3.37.0",
"@aws-sdk/middleware-stack": "3.37.0",
"@aws-sdk/middleware-user-agent": "3.37.0",
"@aws-sdk/node-config-provider": "3.37.0",
"@aws-sdk/node-http-handler": "3.37.0",
"@aws-sdk/protocol-http": "3.37.0",
"@aws-sdk/smithy-client": "3.37.0",
"@aws-sdk/types": "3.37.0",
"@aws-sdk/url-parser": "3.37.0",
"@aws-sdk/client-sts": "3.38.0",
"@aws-sdk/config-resolver": "3.38.0",
"@aws-sdk/credential-provider-node": "3.38.0",
"@aws-sdk/fetch-http-handler": "3.38.0",
"@aws-sdk/hash-node": "3.38.0",
"@aws-sdk/invalid-dependency": "3.38.0",
"@aws-sdk/middleware-content-length": "3.38.0",
"@aws-sdk/middleware-host-header": "3.38.0",
"@aws-sdk/middleware-logger": "3.38.0",
"@aws-sdk/middleware-retry": "3.38.0",
"@aws-sdk/middleware-serde": "3.38.0",
"@aws-sdk/middleware-signing": "3.38.0",
"@aws-sdk/middleware-stack": "3.38.0",
"@aws-sdk/middleware-user-agent": "3.38.0",
"@aws-sdk/node-config-provider": "3.38.0",
"@aws-sdk/node-http-handler": "3.38.0",
"@aws-sdk/protocol-http": "3.38.0",
"@aws-sdk/smithy-client": "3.38.0",
"@aws-sdk/types": "3.38.0",
"@aws-sdk/url-parser": "3.38.0",
"@aws-sdk/util-base64-browser": "3.37.0",

@@ -49,4 +49,4 @@ "@aws-sdk/util-base64-node": "3.37.0",

"@aws-sdk/util-body-length-node": "3.37.0",
"@aws-sdk/util-user-agent-browser": "3.37.0",
"@aws-sdk/util-user-agent-node": "3.37.0",
"@aws-sdk/util-user-agent-browser": "3.38.0",
"@aws-sdk/util-user-agent-node": "3.38.0",
"@aws-sdk/util-utf8-browser": "3.37.0",

@@ -57,3 +57,3 @@ "@aws-sdk/util-utf8-node": "3.37.0",

"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.37.0",
"@aws-sdk/service-client-documentation-generator": "3.38.0",
"@types/node": "^12.7.5",

@@ -60,0 +60,0 @@ "downlevel-dts": "0.7.0",

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