Socket
Socket
Sign inDemoInstall

@aws-sdk/client-polly

Package Overview
Dependencies
Maintainers
5
Versions
409
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.651.1 to 3.654.0

11

dist-types/commands/DeleteLexiconCommand.d.ts

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

export declare class DeleteLexiconCommand extends DeleteLexiconCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DeleteLexiconInput;
output: {};
};
sdk: {
input: DeleteLexiconCommandInput;
output: DeleteLexiconCommandOutput;
};
};
}

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

export declare class DescribeVoicesCommand extends DescribeVoicesCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DescribeVoicesInput;
output: DescribeVoicesOutput;
};
sdk: {
input: DescribeVoicesCommandInput;
output: DescribeVoicesCommandOutput;
};
};
}

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

export declare class GetLexiconCommand extends GetLexiconCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetLexiconInput;
output: GetLexiconOutput;
};
sdk: {
input: GetLexiconCommandInput;
output: GetLexiconCommandOutput;
};
};
}

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

export declare class GetSpeechSynthesisTaskCommand extends GetSpeechSynthesisTaskCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetSpeechSynthesisTaskInput;
output: GetSpeechSynthesisTaskOutput;
};
sdk: {
input: GetSpeechSynthesisTaskCommandInput;
output: GetSpeechSynthesisTaskCommandOutput;
};
};
}

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

export declare class ListLexiconsCommand extends ListLexiconsCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: ListLexiconsInput;
output: ListLexiconsOutput;
};
sdk: {
input: ListLexiconsCommandInput;
output: ListLexiconsCommandOutput;
};
};
}

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

export declare class ListSpeechSynthesisTasksCommand extends ListSpeechSynthesisTasksCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: ListSpeechSynthesisTasksInput;
output: ListSpeechSynthesisTasksOutput;
};
sdk: {
input: ListSpeechSynthesisTasksCommandInput;
output: ListSpeechSynthesisTasksCommandOutput;
};
};
}

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

export declare class PutLexiconCommand extends PutLexiconCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: PutLexiconInput;
output: {};
};
sdk: {
input: PutLexiconCommandInput;
output: PutLexiconCommandOutput;
};
};
}

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

export declare class StartSpeechSynthesisTaskCommand extends StartSpeechSynthesisTaskCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: StartSpeechSynthesisTaskInput;
output: StartSpeechSynthesisTaskOutput;
};
sdk: {
input: StartSpeechSynthesisTaskCommandInput;
output: StartSpeechSynthesisTaskCommandOutput;
};
};
}

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

export declare class SynthesizeSpeechCommand extends SynthesizeSpeechCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: SynthesizeSpeechInput;
output: SynthesizeSpeechOutput;
};
sdk: {
input: SynthesizeSpeechCommandInput;
output: SynthesizeSpeechCommandOutput;
};
};
}

13

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

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

};
export declare class DeleteLexiconCommand extends DeleteLexiconCommand_base {}
export declare class DeleteLexiconCommand extends DeleteLexiconCommand_base {
protected static __types: {
api: {
input: DeleteLexiconInput;
output: {};
};
sdk: {
input: DeleteLexiconCommandInput;
output: DeleteLexiconCommandOutput;
};
};
}

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

};
export declare class DescribeVoicesCommand extends DescribeVoicesCommand_base {}
export declare class DescribeVoicesCommand extends DescribeVoicesCommand_base {
protected static __types: {
api: {
input: DescribeVoicesInput;
output: DescribeVoicesOutput;
};
sdk: {
input: DescribeVoicesCommandInput;
output: DescribeVoicesCommandOutput;
};
};
}

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

};
export declare class GetLexiconCommand extends GetLexiconCommand_base {}
export declare class GetLexiconCommand extends GetLexiconCommand_base {
protected static __types: {
api: {
input: GetLexiconInput;
output: GetLexiconOutput;
};
sdk: {
input: GetLexiconCommandInput;
output: GetLexiconCommandOutput;
};
};
}

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

};
export declare class GetSpeechSynthesisTaskCommand extends GetSpeechSynthesisTaskCommand_base {}
export declare class GetSpeechSynthesisTaskCommand extends GetSpeechSynthesisTaskCommand_base {
protected static __types: {
api: {
input: GetSpeechSynthesisTaskInput;
output: GetSpeechSynthesisTaskOutput;
};
sdk: {
input: GetSpeechSynthesisTaskCommandInput;
output: GetSpeechSynthesisTaskCommandOutput;
};
};
}

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

};
export declare class ListLexiconsCommand extends ListLexiconsCommand_base {}
export declare class ListLexiconsCommand extends ListLexiconsCommand_base {
protected static __types: {
api: {
input: ListLexiconsInput;
output: ListLexiconsOutput;
};
sdk: {
input: ListLexiconsCommandInput;
output: ListLexiconsCommandOutput;
};
};
}

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

};
export declare class ListSpeechSynthesisTasksCommand extends ListSpeechSynthesisTasksCommand_base {}
export declare class ListSpeechSynthesisTasksCommand extends ListSpeechSynthesisTasksCommand_base {
protected static __types: {
api: {
input: ListSpeechSynthesisTasksInput;
output: ListSpeechSynthesisTasksOutput;
};
sdk: {
input: ListSpeechSynthesisTasksCommandInput;
output: ListSpeechSynthesisTasksCommandOutput;
};
};
}

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

};
export declare class PutLexiconCommand extends PutLexiconCommand_base {}
export declare class PutLexiconCommand extends PutLexiconCommand_base {
protected static __types: {
api: {
input: PutLexiconInput;
output: {};
};
sdk: {
input: PutLexiconCommandInput;
output: PutLexiconCommandOutput;
};
};
}

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

};
export declare class StartSpeechSynthesisTaskCommand extends StartSpeechSynthesisTaskCommand_base {}
export declare class StartSpeechSynthesisTaskCommand extends StartSpeechSynthesisTaskCommand_base {
protected static __types: {
api: {
input: StartSpeechSynthesisTaskInput;
output: StartSpeechSynthesisTaskOutput;
};
sdk: {
input: StartSpeechSynthesisTaskCommandInput;
output: StartSpeechSynthesisTaskCommandOutput;
};
};
}

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

};
export declare class SynthesizeSpeechCommand extends SynthesizeSpeechCommand_base {}
export declare class SynthesizeSpeechCommand extends SynthesizeSpeechCommand_base {
protected static __types: {
api: {
input: SynthesizeSpeechInput;
output: SynthesizeSpeechOutput;
};
sdk: {
input: SynthesizeSpeechCommandInput;
output: SynthesizeSpeechCommandOutput;
};
};
}

72

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

@@ -23,40 +23,40 @@ "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-stream": "^3.1.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-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",

@@ -63,0 +63,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