New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-firehose

Package Overview
Dependencies
Maintainers
5
Versions
435
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.651.1 to 3.654.0

11

dist-types/commands/CreateDeliveryStreamCommand.d.ts

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

export declare class CreateDeliveryStreamCommand extends CreateDeliveryStreamCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: CreateDeliveryStreamInput;
output: CreateDeliveryStreamOutput;
};
sdk: {
input: CreateDeliveryStreamCommandInput;
output: CreateDeliveryStreamCommandOutput;
};
};
}

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

export declare class DeleteDeliveryStreamCommand extends DeleteDeliveryStreamCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DeleteDeliveryStreamInput;
output: {};
};
sdk: {
input: DeleteDeliveryStreamCommandInput;
output: DeleteDeliveryStreamCommandOutput;
};
};
}

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

export declare class DescribeDeliveryStreamCommand extends DescribeDeliveryStreamCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DescribeDeliveryStreamInput;
output: DescribeDeliveryStreamOutput;
};
sdk: {
input: DescribeDeliveryStreamCommandInput;
output: DescribeDeliveryStreamCommandOutput;
};
};
}

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

export declare class ListDeliveryStreamsCommand extends ListDeliveryStreamsCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: ListDeliveryStreamsInput;
output: ListDeliveryStreamsOutput;
};
sdk: {
input: ListDeliveryStreamsCommandInput;
output: ListDeliveryStreamsCommandOutput;
};
};
}

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

export declare class ListTagsForDeliveryStreamCommand extends ListTagsForDeliveryStreamCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: ListTagsForDeliveryStreamInput;
output: ListTagsForDeliveryStreamOutput;
};
sdk: {
input: ListTagsForDeliveryStreamCommandInput;
output: ListTagsForDeliveryStreamCommandOutput;
};
};
}

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

export declare class PutRecordBatchCommand extends PutRecordBatchCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: PutRecordBatchInput;
output: PutRecordBatchOutput;
};
sdk: {
input: PutRecordBatchCommandInput;
output: PutRecordBatchCommandOutput;
};
};
}

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

export declare class PutRecordCommand extends PutRecordCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: PutRecordInput;
output: PutRecordOutput;
};
sdk: {
input: PutRecordCommandInput;
output: PutRecordCommandOutput;
};
};
}

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

export declare class StartDeliveryStreamEncryptionCommand extends StartDeliveryStreamEncryptionCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: StartDeliveryStreamEncryptionInput;
output: {};
};
sdk: {
input: StartDeliveryStreamEncryptionCommandInput;
output: StartDeliveryStreamEncryptionCommandOutput;
};
};
}

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

export declare class StopDeliveryStreamEncryptionCommand extends StopDeliveryStreamEncryptionCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: StopDeliveryStreamEncryptionInput;
output: {};
};
sdk: {
input: StopDeliveryStreamEncryptionCommandInput;
output: StopDeliveryStreamEncryptionCommandOutput;
};
};
}

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

export declare class TagDeliveryStreamCommand extends TagDeliveryStreamCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: TagDeliveryStreamInput;
output: {};
};
sdk: {
input: TagDeliveryStreamCommandInput;
output: TagDeliveryStreamCommandOutput;
};
};
}

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

export declare class UntagDeliveryStreamCommand extends UntagDeliveryStreamCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: UntagDeliveryStreamInput;
output: {};
};
sdk: {
input: UntagDeliveryStreamCommandInput;
output: UntagDeliveryStreamCommandOutput;
};
};
}

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

export declare class UpdateDestinationCommand extends UpdateDestinationCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: UpdateDestinationInput;
output: {};
};
sdk: {
input: UpdateDestinationCommandInput;
output: UpdateDestinationCommandOutput;
};
};
}

13

dist-types/ts3.4/commands/CreateDeliveryStreamCommand.d.ts

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

};
export declare class CreateDeliveryStreamCommand extends CreateDeliveryStreamCommand_base {}
export declare class CreateDeliveryStreamCommand extends CreateDeliveryStreamCommand_base {
protected static __types: {
api: {
input: CreateDeliveryStreamInput;
output: CreateDeliveryStreamOutput;
};
sdk: {
input: CreateDeliveryStreamCommandInput;
output: CreateDeliveryStreamCommandOutput;
};
};
}

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

};
export declare class DeleteDeliveryStreamCommand extends DeleteDeliveryStreamCommand_base {}
export declare class DeleteDeliveryStreamCommand extends DeleteDeliveryStreamCommand_base {
protected static __types: {
api: {
input: DeleteDeliveryStreamInput;
output: {};
};
sdk: {
input: DeleteDeliveryStreamCommandInput;
output: DeleteDeliveryStreamCommandOutput;
};
};
}

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

};
export declare class DescribeDeliveryStreamCommand extends DescribeDeliveryStreamCommand_base {}
export declare class DescribeDeliveryStreamCommand extends DescribeDeliveryStreamCommand_base {
protected static __types: {
api: {
input: DescribeDeliveryStreamInput;
output: DescribeDeliveryStreamOutput;
};
sdk: {
input: DescribeDeliveryStreamCommandInput;
output: DescribeDeliveryStreamCommandOutput;
};
};
}

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

};
export declare class ListDeliveryStreamsCommand extends ListDeliveryStreamsCommand_base {}
export declare class ListDeliveryStreamsCommand extends ListDeliveryStreamsCommand_base {
protected static __types: {
api: {
input: ListDeliveryStreamsInput;
output: ListDeliveryStreamsOutput;
};
sdk: {
input: ListDeliveryStreamsCommandInput;
output: ListDeliveryStreamsCommandOutput;
};
};
}

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

};
export declare class ListTagsForDeliveryStreamCommand extends ListTagsForDeliveryStreamCommand_base {}
export declare class ListTagsForDeliveryStreamCommand extends ListTagsForDeliveryStreamCommand_base {
protected static __types: {
api: {
input: ListTagsForDeliveryStreamInput;
output: ListTagsForDeliveryStreamOutput;
};
sdk: {
input: ListTagsForDeliveryStreamCommandInput;
output: ListTagsForDeliveryStreamCommandOutput;
};
};
}

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

};
export declare class PutRecordBatchCommand extends PutRecordBatchCommand_base {}
export declare class PutRecordBatchCommand extends PutRecordBatchCommand_base {
protected static __types: {
api: {
input: PutRecordBatchInput;
output: PutRecordBatchOutput;
};
sdk: {
input: PutRecordBatchCommandInput;
output: PutRecordBatchCommandOutput;
};
};
}

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

};
export declare class PutRecordCommand extends PutRecordCommand_base {}
export declare class PutRecordCommand extends PutRecordCommand_base {
protected static __types: {
api: {
input: PutRecordInput;
output: PutRecordOutput;
};
sdk: {
input: PutRecordCommandInput;
output: PutRecordCommandOutput;
};
};
}

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

};
export declare class StartDeliveryStreamEncryptionCommand extends StartDeliveryStreamEncryptionCommand_base {}
export declare class StartDeliveryStreamEncryptionCommand extends StartDeliveryStreamEncryptionCommand_base {
protected static __types: {
api: {
input: StartDeliveryStreamEncryptionInput;
output: {};
};
sdk: {
input: StartDeliveryStreamEncryptionCommandInput;
output: StartDeliveryStreamEncryptionCommandOutput;
};
};
}

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

};
export declare class StopDeliveryStreamEncryptionCommand extends StopDeliveryStreamEncryptionCommand_base {}
export declare class StopDeliveryStreamEncryptionCommand extends StopDeliveryStreamEncryptionCommand_base {
protected static __types: {
api: {
input: StopDeliveryStreamEncryptionInput;
output: {};
};
sdk: {
input: StopDeliveryStreamEncryptionCommandInput;
output: StopDeliveryStreamEncryptionCommandOutput;
};
};
}

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

};
export declare class TagDeliveryStreamCommand extends TagDeliveryStreamCommand_base {}
export declare class TagDeliveryStreamCommand extends TagDeliveryStreamCommand_base {
protected static __types: {
api: {
input: TagDeliveryStreamInput;
output: {};
};
sdk: {
input: TagDeliveryStreamCommandInput;
output: TagDeliveryStreamCommandOutput;
};
};
}

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

};
export declare class UntagDeliveryStreamCommand extends UntagDeliveryStreamCommand_base {}
export declare class UntagDeliveryStreamCommand extends UntagDeliveryStreamCommand_base {
protected static __types: {
api: {
input: UntagDeliveryStreamInput;
output: {};
};
sdk: {
input: UntagDeliveryStreamCommandInput;
output: UntagDeliveryStreamCommandOutput;
};
};
}

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

};
export declare class UpdateDestinationCommand extends UpdateDestinationCommand_base {}
export declare class UpdateDestinationCommand extends UpdateDestinationCommand_base {
protected static __types: {
api: {
input: UpdateDestinationInput;
output: {};
};
sdk: {
input: UpdateDestinationCommandInput;
output: UpdateDestinationCommandOutput;
};
};
}

70

package.json
{
"name": "@aws-sdk/client-firehose",
"description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native",
"version": "3.651.1",
"version": "3.654.0",
"scripts": {

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

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.651.1",
"@aws-sdk/client-sts": "3.651.1",
"@aws-sdk/core": "3.651.1",
"@aws-sdk/credential-provider-node": "3.651.1",
"@aws-sdk/middleware-host-header": "3.649.0",
"@aws-sdk/middleware-logger": "3.649.0",
"@aws-sdk/middleware-recursion-detection": "3.649.0",
"@aws-sdk/middleware-user-agent": "3.649.0",
"@aws-sdk/region-config-resolver": "3.649.0",
"@aws-sdk/types": "3.649.0",
"@aws-sdk/util-endpoints": "3.649.0",
"@aws-sdk/util-user-agent-browser": "3.649.0",
"@aws-sdk/util-user-agent-node": "3.649.0",
"@smithy/config-resolver": "^3.0.6",
"@smithy/core": "^2.4.1",
"@smithy/fetch-http-handler": "^3.2.5",
"@smithy/hash-node": "^3.0.4",
"@smithy/invalid-dependency": "^3.0.4",
"@smithy/middleware-content-length": "^3.0.6",
"@smithy/middleware-endpoint": "^3.1.1",
"@smithy/middleware-retry": "^3.0.16",
"@smithy/middleware-serde": "^3.0.4",
"@smithy/middleware-stack": "^3.0.4",
"@smithy/node-config-provider": "^3.1.5",
"@smithy/node-http-handler": "^3.2.0",
"@smithy/protocol-http": "^4.1.1",
"@smithy/smithy-client": "^3.3.0",
"@smithy/types": "^3.4.0",
"@smithy/url-parser": "^3.0.4",
"@aws-sdk/client-sso-oidc": "3.654.0",
"@aws-sdk/client-sts": "3.654.0",
"@aws-sdk/core": "3.654.0",
"@aws-sdk/credential-provider-node": "3.654.0",
"@aws-sdk/middleware-host-header": "3.654.0",
"@aws-sdk/middleware-logger": "3.654.0",
"@aws-sdk/middleware-recursion-detection": "3.654.0",
"@aws-sdk/middleware-user-agent": "3.654.0",
"@aws-sdk/region-config-resolver": "3.654.0",
"@aws-sdk/types": "3.654.0",
"@aws-sdk/util-endpoints": "3.654.0",
"@aws-sdk/util-user-agent-browser": "3.654.0",
"@aws-sdk/util-user-agent-node": "3.654.0",
"@smithy/config-resolver": "^3.0.8",
"@smithy/core": "^2.4.3",
"@smithy/fetch-http-handler": "^3.2.7",
"@smithy/hash-node": "^3.0.6",
"@smithy/invalid-dependency": "^3.0.6",
"@smithy/middleware-content-length": "^3.0.8",
"@smithy/middleware-endpoint": "^3.1.3",
"@smithy/middleware-retry": "^3.0.18",
"@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/protocol-http": "^4.1.3",
"@smithy/smithy-client": "^3.3.2",
"@smithy/types": "^3.4.2",
"@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.16",
"@smithy/util-defaults-mode-node": "^3.0.16",
"@smithy/util-endpoints": "^2.1.0",
"@smithy/util-middleware": "^3.0.4",
"@smithy/util-retry": "^3.0.4",
"@smithy/util-defaults-mode-browser": "^3.0.18",
"@smithy/util-defaults-mode-node": "^3.0.18",
"@smithy/util-endpoints": "^2.1.2",
"@smithy/util-middleware": "^3.0.6",
"@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",

@@ -62,0 +62,0 @@ "tslib": "^2.6.2"

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