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

@aws-sdk/client-connectcampaigns

Package Overview
Dependencies
Maintainers
0
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.651.1 to 3.654.0

11

dist-types/commands/CreateCampaignCommand.d.ts

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

export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: CreateCampaignRequest;
output: CreateCampaignResponse;
};
sdk: {
input: CreateCampaignCommandInput;
output: CreateCampaignCommandOutput;
};
};
}

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

export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DeleteCampaignRequest;
output: {};
};
sdk: {
input: DeleteCampaignCommandInput;
output: DeleteCampaignCommandOutput;
};
};
}

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

export declare class DeleteConnectInstanceConfigCommand extends DeleteConnectInstanceConfigCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DeleteConnectInstanceConfigRequest;
output: {};
};
sdk: {
input: DeleteConnectInstanceConfigCommandInput;
output: DeleteConnectInstanceConfigCommandOutput;
};
};
}

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

export declare class DeleteInstanceOnboardingJobCommand extends DeleteInstanceOnboardingJobCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DeleteInstanceOnboardingJobRequest;
output: {};
};
sdk: {
input: DeleteInstanceOnboardingJobCommandInput;
output: DeleteInstanceOnboardingJobCommandOutput;
};
};
}

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

export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DescribeCampaignRequest;
output: DescribeCampaignResponse;
};
sdk: {
input: DescribeCampaignCommandInput;
output: DescribeCampaignCommandOutput;
};
};
}

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

export declare class GetCampaignStateBatchCommand extends GetCampaignStateBatchCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetCampaignStateBatchRequest;
output: GetCampaignStateBatchResponse;
};
sdk: {
input: GetCampaignStateBatchCommandInput;
output: GetCampaignStateBatchCommandOutput;
};
};
}

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

export declare class GetCampaignStateCommand extends GetCampaignStateCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetCampaignStateRequest;
output: GetCampaignStateResponse;
};
sdk: {
input: GetCampaignStateCommandInput;
output: GetCampaignStateCommandOutput;
};
};
}

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

export declare class GetConnectInstanceConfigCommand extends GetConnectInstanceConfigCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetConnectInstanceConfigRequest;
output: GetConnectInstanceConfigResponse;
};
sdk: {
input: GetConnectInstanceConfigCommandInput;
output: GetConnectInstanceConfigCommandOutput;
};
};
}

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

export declare class GetInstanceOnboardingJobStatusCommand extends GetInstanceOnboardingJobStatusCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetInstanceOnboardingJobStatusRequest;
output: GetInstanceOnboardingJobStatusResponse;
};
sdk: {
input: GetInstanceOnboardingJobStatusCommandInput;
output: GetInstanceOnboardingJobStatusCommandOutput;
};
};
}

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

export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: ListCampaignsRequest;
output: ListCampaignsResponse;
};
sdk: {
input: ListCampaignsCommandInput;
output: ListCampaignsCommandOutput;
};
};
}

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

export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: ListTagsForResourceRequest;
output: ListTagsForResourceResponse;
};
sdk: {
input: ListTagsForResourceCommandInput;
output: ListTagsForResourceCommandOutput;
};
};
}

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

export declare class PauseCampaignCommand extends PauseCampaignCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: PauseCampaignRequest;
output: {};
};
sdk: {
input: PauseCampaignCommandInput;
output: PauseCampaignCommandOutput;
};
};
}

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

export declare class PutDialRequestBatchCommand extends PutDialRequestBatchCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: PutDialRequestBatchRequest;
output: PutDialRequestBatchResponse;
};
sdk: {
input: PutDialRequestBatchCommandInput;
output: PutDialRequestBatchCommandOutput;
};
};
}

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

export declare class ResumeCampaignCommand extends ResumeCampaignCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: ResumeCampaignRequest;
output: {};
};
sdk: {
input: ResumeCampaignCommandInput;
output: ResumeCampaignCommandOutput;
};
};
}

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

export declare class StartCampaignCommand extends StartCampaignCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: StartCampaignRequest;
output: {};
};
sdk: {
input: StartCampaignCommandInput;
output: StartCampaignCommandOutput;
};
};
}

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

export declare class StartInstanceOnboardingJobCommand extends StartInstanceOnboardingJobCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: StartInstanceOnboardingJobRequest;
output: StartInstanceOnboardingJobResponse;
};
sdk: {
input: StartInstanceOnboardingJobCommandInput;
output: StartInstanceOnboardingJobCommandOutput;
};
};
}

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

export declare class StopCampaignCommand extends StopCampaignCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: StopCampaignRequest;
output: {};
};
sdk: {
input: StopCampaignCommandInput;
output: StopCampaignCommandOutput;
};
};
}

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

export declare class TagResourceCommand extends TagResourceCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: TagResourceRequest;
output: {};
};
sdk: {
input: TagResourceCommandInput;
output: TagResourceCommandOutput;
};
};
}

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

export declare class UntagResourceCommand extends UntagResourceCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: UntagResourceRequest;
output: {};
};
sdk: {
input: UntagResourceCommandInput;
output: UntagResourceCommandOutput;
};
};
}

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

export declare class UpdateCampaignDialerConfigCommand extends UpdateCampaignDialerConfigCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: UpdateCampaignDialerConfigRequest;
output: {};
};
sdk: {
input: UpdateCampaignDialerConfigCommandInput;
output: UpdateCampaignDialerConfigCommandOutput;
};
};
}

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

export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: UpdateCampaignNameRequest;
output: {};
};
sdk: {
input: UpdateCampaignNameCommandInput;
output: UpdateCampaignNameCommandOutput;
};
};
}

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

export declare class UpdateCampaignOutboundCallConfigCommand extends UpdateCampaignOutboundCallConfigCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: UpdateCampaignOutboundCallConfigRequest;
output: {};
};
sdk: {
input: UpdateCampaignOutboundCallConfigCommandInput;
output: UpdateCampaignOutboundCallConfigCommandOutput;
};
};
}

13

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

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

};
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {}
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
protected static __types: {
api: {
input: CreateCampaignRequest;
output: CreateCampaignResponse;
};
sdk: {
input: CreateCampaignCommandInput;
output: CreateCampaignCommandOutput;
};
};
}

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

};
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {}
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
protected static __types: {
api: {
input: DeleteCampaignRequest;
output: {};
};
sdk: {
input: DeleteCampaignCommandInput;
output: DeleteCampaignCommandOutput;
};
};
}

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

};
export declare class DeleteConnectInstanceConfigCommand extends DeleteConnectInstanceConfigCommand_base {}
export declare class DeleteConnectInstanceConfigCommand extends DeleteConnectInstanceConfigCommand_base {
protected static __types: {
api: {
input: DeleteConnectInstanceConfigRequest;
output: {};
};
sdk: {
input: DeleteConnectInstanceConfigCommandInput;
output: DeleteConnectInstanceConfigCommandOutput;
};
};
}

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

};
export declare class DeleteInstanceOnboardingJobCommand extends DeleteInstanceOnboardingJobCommand_base {}
export declare class DeleteInstanceOnboardingJobCommand extends DeleteInstanceOnboardingJobCommand_base {
protected static __types: {
api: {
input: DeleteInstanceOnboardingJobRequest;
output: {};
};
sdk: {
input: DeleteInstanceOnboardingJobCommandInput;
output: DeleteInstanceOnboardingJobCommandOutput;
};
};
}

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

};
export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {}
export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
protected static __types: {
api: {
input: DescribeCampaignRequest;
output: DescribeCampaignResponse;
};
sdk: {
input: DescribeCampaignCommandInput;
output: DescribeCampaignCommandOutput;
};
};
}

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

};
export declare class GetCampaignStateBatchCommand extends GetCampaignStateBatchCommand_base {}
export declare class GetCampaignStateBatchCommand extends GetCampaignStateBatchCommand_base {
protected static __types: {
api: {
input: GetCampaignStateBatchRequest;
output: GetCampaignStateBatchResponse;
};
sdk: {
input: GetCampaignStateBatchCommandInput;
output: GetCampaignStateBatchCommandOutput;
};
};
}

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

};
export declare class GetCampaignStateCommand extends GetCampaignStateCommand_base {}
export declare class GetCampaignStateCommand extends GetCampaignStateCommand_base {
protected static __types: {
api: {
input: GetCampaignStateRequest;
output: GetCampaignStateResponse;
};
sdk: {
input: GetCampaignStateCommandInput;
output: GetCampaignStateCommandOutput;
};
};
}

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

};
export declare class GetConnectInstanceConfigCommand extends GetConnectInstanceConfigCommand_base {}
export declare class GetConnectInstanceConfigCommand extends GetConnectInstanceConfigCommand_base {
protected static __types: {
api: {
input: GetConnectInstanceConfigRequest;
output: GetConnectInstanceConfigResponse;
};
sdk: {
input: GetConnectInstanceConfigCommandInput;
output: GetConnectInstanceConfigCommandOutput;
};
};
}

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

};
export declare class GetInstanceOnboardingJobStatusCommand extends GetInstanceOnboardingJobStatusCommand_base {}
export declare class GetInstanceOnboardingJobStatusCommand extends GetInstanceOnboardingJobStatusCommand_base {
protected static __types: {
api: {
input: GetInstanceOnboardingJobStatusRequest;
output: GetInstanceOnboardingJobStatusResponse;
};
sdk: {
input: GetInstanceOnboardingJobStatusCommandInput;
output: GetInstanceOnboardingJobStatusCommandOutput;
};
};
}

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

};
export declare class ListCampaignsCommand extends ListCampaignsCommand_base {}
export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
protected static __types: {
api: {
input: ListCampaignsRequest;
output: ListCampaignsResponse;
};
sdk: {
input: ListCampaignsCommandInput;
output: ListCampaignsCommandOutput;
};
};
}

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

};
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
protected static __types: {
api: {
input: ListTagsForResourceRequest;
output: ListTagsForResourceResponse;
};
sdk: {
input: ListTagsForResourceCommandInput;
output: ListTagsForResourceCommandOutput;
};
};
}

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

};
export declare class PauseCampaignCommand extends PauseCampaignCommand_base {}
export declare class PauseCampaignCommand extends PauseCampaignCommand_base {
protected static __types: {
api: {
input: PauseCampaignRequest;
output: {};
};
sdk: {
input: PauseCampaignCommandInput;
output: PauseCampaignCommandOutput;
};
};
}

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

};
export declare class PutDialRequestBatchCommand extends PutDialRequestBatchCommand_base {}
export declare class PutDialRequestBatchCommand extends PutDialRequestBatchCommand_base {
protected static __types: {
api: {
input: PutDialRequestBatchRequest;
output: PutDialRequestBatchResponse;
};
sdk: {
input: PutDialRequestBatchCommandInput;
output: PutDialRequestBatchCommandOutput;
};
};
}

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

};
export declare class ResumeCampaignCommand extends ResumeCampaignCommand_base {}
export declare class ResumeCampaignCommand extends ResumeCampaignCommand_base {
protected static __types: {
api: {
input: ResumeCampaignRequest;
output: {};
};
sdk: {
input: ResumeCampaignCommandInput;
output: ResumeCampaignCommandOutput;
};
};
}

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

};
export declare class StartCampaignCommand extends StartCampaignCommand_base {}
export declare class StartCampaignCommand extends StartCampaignCommand_base {
protected static __types: {
api: {
input: StartCampaignRequest;
output: {};
};
sdk: {
input: StartCampaignCommandInput;
output: StartCampaignCommandOutput;
};
};
}

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

};
export declare class StartInstanceOnboardingJobCommand extends StartInstanceOnboardingJobCommand_base {}
export declare class StartInstanceOnboardingJobCommand extends StartInstanceOnboardingJobCommand_base {
protected static __types: {
api: {
input: StartInstanceOnboardingJobRequest;
output: StartInstanceOnboardingJobResponse;
};
sdk: {
input: StartInstanceOnboardingJobCommandInput;
output: StartInstanceOnboardingJobCommandOutput;
};
};
}

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

};
export declare class StopCampaignCommand extends StopCampaignCommand_base {}
export declare class StopCampaignCommand extends StopCampaignCommand_base {
protected static __types: {
api: {
input: StopCampaignRequest;
output: {};
};
sdk: {
input: StopCampaignCommandInput;
output: StopCampaignCommandOutput;
};
};
}

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

};
export declare class TagResourceCommand extends TagResourceCommand_base {}
export declare class TagResourceCommand extends TagResourceCommand_base {
protected static __types: {
api: {
input: TagResourceRequest;
output: {};
};
sdk: {
input: TagResourceCommandInput;
output: TagResourceCommandOutput;
};
};
}

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

};
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
export declare class UntagResourceCommand extends UntagResourceCommand_base {
protected static __types: {
api: {
input: UntagResourceRequest;
output: {};
};
sdk: {
input: UntagResourceCommandInput;
output: UntagResourceCommandOutput;
};
};
}

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

};
export declare class UpdateCampaignDialerConfigCommand extends UpdateCampaignDialerConfigCommand_base {}
export declare class UpdateCampaignDialerConfigCommand extends UpdateCampaignDialerConfigCommand_base {
protected static __types: {
api: {
input: UpdateCampaignDialerConfigRequest;
output: {};
};
sdk: {
input: UpdateCampaignDialerConfigCommandInput;
output: UpdateCampaignDialerConfigCommandOutput;
};
};
}

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

};
export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {}
export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {
protected static __types: {
api: {
input: UpdateCampaignNameRequest;
output: {};
};
sdk: {
input: UpdateCampaignNameCommandInput;
output: UpdateCampaignNameCommandOutput;
};
};
}

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

};
export declare class UpdateCampaignOutboundCallConfigCommand extends UpdateCampaignOutboundCallConfigCommand_base {}
export declare class UpdateCampaignOutboundCallConfigCommand extends UpdateCampaignOutboundCallConfigCommand_base {
protected static __types: {
api: {
input: UpdateCampaignOutboundCallConfigRequest;
output: {};
};
sdk: {
input: UpdateCampaignOutboundCallConfigCommandInput;
output: UpdateCampaignOutboundCallConfigCommandOutput;
};
};
}

70

package.json
{
"name": "@aws-sdk/client-connectcampaigns",
"description": "AWS SDK for JavaScript Connectcampaigns 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