@aws-sdk/client-polly 3.297.0 → 3.299.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/DeleteLexiconCommand.js +2 -3
- package/dist-cjs/commands/DescribeVoicesCommand.js +2 -3
- package/dist-cjs/commands/GetLexiconCommand.js +1 -1
- package/dist-cjs/commands/GetSpeechSynthesisTaskCommand.js +2 -3
- package/dist-cjs/commands/ListLexiconsCommand.js +2 -3
- package/dist-cjs/commands/ListSpeechSynthesisTasksCommand.js +2 -3
- package/dist-cjs/commands/PutLexiconCommand.js +1 -1
- package/dist-cjs/commands/StartSpeechSynthesisTaskCommand.js +2 -3
- package/dist-cjs/commands/SynthesizeSpeechCommand.js +1 -1
- package/dist-cjs/models/models_0.js +1 -78
- package/dist-es/commands/DeleteLexiconCommand.js +2 -3
- package/dist-es/commands/DescribeVoicesCommand.js +2 -3
- package/dist-es/commands/GetLexiconCommand.js +2 -2
- package/dist-es/commands/GetSpeechSynthesisTaskCommand.js +2 -3
- package/dist-es/commands/ListLexiconsCommand.js +2 -3
- package/dist-es/commands/ListSpeechSynthesisTasksCommand.js +2 -3
- package/dist-es/commands/PutLexiconCommand.js +2 -2
- package/dist-es/commands/StartSpeechSynthesisTaskCommand.js +2 -3
- package/dist-es/commands/SynthesizeSpeechCommand.js +2 -2
- package/dist-es/models/models_0.js +0 -57
- package/dist-types/models/models_0.d.ts +0 -76
- package/dist-types/ts3.4/models/models_0.d.ts +0 -55
- package/package.json +11 -10
|
@@ -4,7 +4,6 @@ exports.DeleteLexiconCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DeleteLexiconCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DeleteLexiconCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeVoicesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DescribeVoicesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeVoicesCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -30,7 +30,7 @@ class GetLexiconCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.GetLexiconOutputFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -4,7 +4,6 @@ exports.GetSpeechSynthesisTaskCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetSpeechSynthesisTaskCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetSpeechSynthesisTaskCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListLexiconsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListLexiconsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListLexiconsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListSpeechSynthesisTasksCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListSpeechSynthesisTasksCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListSpeechSynthesisTasksCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -31,7 +31,7 @@ class PutLexiconCommand extends smithy_client_1.Command {
|
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
33
|
inputFilterSensitiveLog: models_0_1.PutLexiconInputFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.StartSpeechSynthesisTaskCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class StartSpeechSynthesisTaskCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class StartSpeechSynthesisTaskCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -30,7 +30,7 @@ class SynthesizeSpeechCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.SynthesizeSpeechOutputFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.SynthesizeSpeechOutputFilterSensitiveLog = exports.SynthesizeSpeechInputFilterSensitiveLog = void 0;
|
|
3
|
+
exports.SynthesizeSpeechOutputFilterSensitiveLog = exports.PutLexiconInputFilterSensitiveLog = exports.GetLexiconOutputFilterSensitiveLog = exports.LexiconFilterSensitiveLog = exports.TextLengthExceededException = exports.SsmlMarksNotSupportedForTextTypeException = exports.UnsupportedPlsLanguageException = exports.UnsupportedPlsAlphabetException = exports.MaxLexiconsNumberExceededException = exports.MaxLexemeLengthExceededException = exports.MarksNotSupportedForFormatException = exports.LexiconSizeExceededException = exports.LanguageNotSupportedException = exports.InvalidSsmlException = exports.InvalidSnsTopicArnException = exports.InvalidSampleRateException = exports.InvalidS3KeyException = exports.InvalidS3BucketException = exports.InvalidLexiconException = exports.SynthesisTaskNotFoundException = exports.InvalidTaskIdException = exports.TextType = exports.TaskStatus = exports.SpeechMarkType = exports.OutputFormat = exports.EngineNotSupportedException = exports.InvalidNextTokenException = exports.VoiceId = exports.Gender = exports.LanguageCode = exports.Engine = exports.ServiceFailureException = exports.LexiconNotFoundException = void 0;
|
|
5
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
5
|
const PollyServiceException_1 = require("./PollyServiceException");
|
|
7
6
|
class LexiconNotFoundException extends PollyServiceException_1.PollyServiceException {
|
|
@@ -443,97 +442,21 @@ class TextLengthExceededException extends PollyServiceException_1.PollyServiceEx
|
|
|
443
442
|
}
|
|
444
443
|
}
|
|
445
444
|
exports.TextLengthExceededException = TextLengthExceededException;
|
|
446
|
-
const DeleteLexiconInputFilterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
});
|
|
449
|
-
exports.DeleteLexiconInputFilterSensitiveLog = DeleteLexiconInputFilterSensitiveLog;
|
|
450
|
-
const DeleteLexiconOutputFilterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
exports.DeleteLexiconOutputFilterSensitiveLog = DeleteLexiconOutputFilterSensitiveLog;
|
|
454
|
-
const DescribeVoicesInputFilterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
});
|
|
457
|
-
exports.DescribeVoicesInputFilterSensitiveLog = DescribeVoicesInputFilterSensitiveLog;
|
|
458
|
-
const VoiceFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
exports.VoiceFilterSensitiveLog = VoiceFilterSensitiveLog;
|
|
462
|
-
const DescribeVoicesOutputFilterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
exports.DescribeVoicesOutputFilterSensitiveLog = DescribeVoicesOutputFilterSensitiveLog;
|
|
466
|
-
const GetLexiconInputFilterSensitiveLog = (obj) => ({
|
|
467
|
-
...obj,
|
|
468
|
-
});
|
|
469
|
-
exports.GetLexiconInputFilterSensitiveLog = GetLexiconInputFilterSensitiveLog;
|
|
470
445
|
const LexiconFilterSensitiveLog = (obj) => ({
|
|
471
446
|
...obj,
|
|
472
447
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
473
448
|
});
|
|
474
449
|
exports.LexiconFilterSensitiveLog = LexiconFilterSensitiveLog;
|
|
475
|
-
const LexiconAttributesFilterSensitiveLog = (obj) => ({
|
|
476
|
-
...obj,
|
|
477
|
-
});
|
|
478
|
-
exports.LexiconAttributesFilterSensitiveLog = LexiconAttributesFilterSensitiveLog;
|
|
479
450
|
const GetLexiconOutputFilterSensitiveLog = (obj) => ({
|
|
480
451
|
...obj,
|
|
481
452
|
...(obj.Lexicon && { Lexicon: (0, exports.LexiconFilterSensitiveLog)(obj.Lexicon) }),
|
|
482
453
|
});
|
|
483
454
|
exports.GetLexiconOutputFilterSensitiveLog = GetLexiconOutputFilterSensitiveLog;
|
|
484
|
-
const GetSpeechSynthesisTaskInputFilterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
});
|
|
487
|
-
exports.GetSpeechSynthesisTaskInputFilterSensitiveLog = GetSpeechSynthesisTaskInputFilterSensitiveLog;
|
|
488
|
-
const SynthesisTaskFilterSensitiveLog = (obj) => ({
|
|
489
|
-
...obj,
|
|
490
|
-
});
|
|
491
|
-
exports.SynthesisTaskFilterSensitiveLog = SynthesisTaskFilterSensitiveLog;
|
|
492
|
-
const GetSpeechSynthesisTaskOutputFilterSensitiveLog = (obj) => ({
|
|
493
|
-
...obj,
|
|
494
|
-
});
|
|
495
|
-
exports.GetSpeechSynthesisTaskOutputFilterSensitiveLog = GetSpeechSynthesisTaskOutputFilterSensitiveLog;
|
|
496
|
-
const LexiconDescriptionFilterSensitiveLog = (obj) => ({
|
|
497
|
-
...obj,
|
|
498
|
-
});
|
|
499
|
-
exports.LexiconDescriptionFilterSensitiveLog = LexiconDescriptionFilterSensitiveLog;
|
|
500
|
-
const ListLexiconsInputFilterSensitiveLog = (obj) => ({
|
|
501
|
-
...obj,
|
|
502
|
-
});
|
|
503
|
-
exports.ListLexiconsInputFilterSensitiveLog = ListLexiconsInputFilterSensitiveLog;
|
|
504
|
-
const ListLexiconsOutputFilterSensitiveLog = (obj) => ({
|
|
505
|
-
...obj,
|
|
506
|
-
});
|
|
507
|
-
exports.ListLexiconsOutputFilterSensitiveLog = ListLexiconsOutputFilterSensitiveLog;
|
|
508
|
-
const ListSpeechSynthesisTasksInputFilterSensitiveLog = (obj) => ({
|
|
509
|
-
...obj,
|
|
510
|
-
});
|
|
511
|
-
exports.ListSpeechSynthesisTasksInputFilterSensitiveLog = ListSpeechSynthesisTasksInputFilterSensitiveLog;
|
|
512
|
-
const ListSpeechSynthesisTasksOutputFilterSensitiveLog = (obj) => ({
|
|
513
|
-
...obj,
|
|
514
|
-
});
|
|
515
|
-
exports.ListSpeechSynthesisTasksOutputFilterSensitiveLog = ListSpeechSynthesisTasksOutputFilterSensitiveLog;
|
|
516
455
|
const PutLexiconInputFilterSensitiveLog = (obj) => ({
|
|
517
456
|
...obj,
|
|
518
457
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
519
458
|
});
|
|
520
459
|
exports.PutLexiconInputFilterSensitiveLog = PutLexiconInputFilterSensitiveLog;
|
|
521
|
-
const PutLexiconOutputFilterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
exports.PutLexiconOutputFilterSensitiveLog = PutLexiconOutputFilterSensitiveLog;
|
|
525
|
-
const StartSpeechSynthesisTaskInputFilterSensitiveLog = (obj) => ({
|
|
526
|
-
...obj,
|
|
527
|
-
});
|
|
528
|
-
exports.StartSpeechSynthesisTaskInputFilterSensitiveLog = StartSpeechSynthesisTaskInputFilterSensitiveLog;
|
|
529
|
-
const StartSpeechSynthesisTaskOutputFilterSensitiveLog = (obj) => ({
|
|
530
|
-
...obj,
|
|
531
|
-
});
|
|
532
|
-
exports.StartSpeechSynthesisTaskOutputFilterSensitiveLog = StartSpeechSynthesisTaskOutputFilterSensitiveLog;
|
|
533
|
-
const SynthesizeSpeechInputFilterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
exports.SynthesizeSpeechInputFilterSensitiveLog = SynthesizeSpeechInputFilterSensitiveLog;
|
|
537
460
|
const SynthesizeSpeechOutputFilterSensitiveLog = (obj) => ({
|
|
538
461
|
...obj,
|
|
539
462
|
});
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteLexiconInputFilterSensitiveLog, DeleteLexiconOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteLexiconCommand, serializeAws_restJson1DeleteLexiconCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteLexiconCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteLexiconCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeVoicesInputFilterSensitiveLog, DescribeVoicesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DescribeVoicesCommand, serializeAws_restJson1DescribeVoicesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DescribeVoicesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeVoicesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetLexiconOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetLexiconCommand, serializeAws_restJson1GetLexiconCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetLexiconCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class GetLexiconCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: GetLexiconOutputFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetSpeechSynthesisTaskInputFilterSensitiveLog, GetSpeechSynthesisTaskOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetSpeechSynthesisTaskCommand, serializeAws_restJson1GetSpeechSynthesisTaskCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetSpeechSynthesisTaskCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetSpeechSynthesisTaskCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListLexiconsInputFilterSensitiveLog, ListLexiconsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListLexiconsCommand, serializeAws_restJson1ListLexiconsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListLexiconsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListLexiconsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListSpeechSynthesisTasksInputFilterSensitiveLog, ListSpeechSynthesisTasksOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListSpeechSynthesisTasksCommand, serializeAws_restJson1ListSpeechSynthesisTasksCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListSpeechSynthesisTasksCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListSpeechSynthesisTasksCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { PutLexiconInputFilterSensitiveLog
|
|
4
|
+
import { PutLexiconInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutLexiconCommand, serializeAws_restJson1PutLexiconCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class PutLexiconCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class PutLexiconCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: PutLexiconInputFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartSpeechSynthesisTaskInputFilterSensitiveLog, StartSpeechSynthesisTaskOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StartSpeechSynthesisTaskCommand, serializeAws_restJson1StartSpeechSynthesisTaskCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StartSpeechSynthesisTaskCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StartSpeechSynthesisTaskCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { SynthesizeSpeechOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SynthesizeSpeechCommand, serializeAws_restJson1SynthesizeSpeechCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class SynthesizeSpeechCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class SynthesizeSpeechCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: SynthesizeSpeechOutputFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -418,75 +418,18 @@ export class TextLengthExceededException extends __BaseException {
|
|
|
418
418
|
Object.setPrototypeOf(this, TextLengthExceededException.prototype);
|
|
419
419
|
}
|
|
420
420
|
}
|
|
421
|
-
export const DeleteLexiconInputFilterSensitiveLog = (obj) => ({
|
|
422
|
-
...obj,
|
|
423
|
-
});
|
|
424
|
-
export const DeleteLexiconOutputFilterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
export const DescribeVoicesInputFilterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
export const VoiceFilterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
export const DescribeVoicesOutputFilterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
export const GetLexiconInputFilterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
});
|
|
439
421
|
export const LexiconFilterSensitiveLog = (obj) => ({
|
|
440
422
|
...obj,
|
|
441
423
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
442
424
|
});
|
|
443
|
-
export const LexiconAttributesFilterSensitiveLog = (obj) => ({
|
|
444
|
-
...obj,
|
|
445
|
-
});
|
|
446
425
|
export const GetLexiconOutputFilterSensitiveLog = (obj) => ({
|
|
447
426
|
...obj,
|
|
448
427
|
...(obj.Lexicon && { Lexicon: LexiconFilterSensitiveLog(obj.Lexicon) }),
|
|
449
428
|
});
|
|
450
|
-
export const GetSpeechSynthesisTaskInputFilterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
export const SynthesisTaskFilterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
});
|
|
456
|
-
export const GetSpeechSynthesisTaskOutputFilterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
});
|
|
459
|
-
export const LexiconDescriptionFilterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
export const ListLexiconsInputFilterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
export const ListLexiconsOutputFilterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
});
|
|
468
|
-
export const ListSpeechSynthesisTasksInputFilterSensitiveLog = (obj) => ({
|
|
469
|
-
...obj,
|
|
470
|
-
});
|
|
471
|
-
export const ListSpeechSynthesisTasksOutputFilterSensitiveLog = (obj) => ({
|
|
472
|
-
...obj,
|
|
473
|
-
});
|
|
474
429
|
export const PutLexiconInputFilterSensitiveLog = (obj) => ({
|
|
475
430
|
...obj,
|
|
476
431
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
477
432
|
});
|
|
478
|
-
export const PutLexiconOutputFilterSensitiveLog = (obj) => ({
|
|
479
|
-
...obj,
|
|
480
|
-
});
|
|
481
|
-
export const StartSpeechSynthesisTaskInputFilterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
export const StartSpeechSynthesisTaskOutputFilterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
});
|
|
487
|
-
export const SynthesizeSpeechInputFilterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
433
|
export const SynthesizeSpeechOutputFilterSensitiveLog = (obj) => ({
|
|
491
434
|
...obj,
|
|
492
435
|
});
|
|
@@ -1065,94 +1065,18 @@ export interface SynthesizeSpeechOutput {
|
|
|
1065
1065
|
*/
|
|
1066
1066
|
RequestCharacters?: number;
|
|
1067
1067
|
}
|
|
1068
|
-
/**
|
|
1069
|
-
* @internal
|
|
1070
|
-
*/
|
|
1071
|
-
export declare const DeleteLexiconInputFilterSensitiveLog: (obj: DeleteLexiconInput) => any;
|
|
1072
|
-
/**
|
|
1073
|
-
* @internal
|
|
1074
|
-
*/
|
|
1075
|
-
export declare const DeleteLexiconOutputFilterSensitiveLog: (obj: DeleteLexiconOutput) => any;
|
|
1076
|
-
/**
|
|
1077
|
-
* @internal
|
|
1078
|
-
*/
|
|
1079
|
-
export declare const DescribeVoicesInputFilterSensitiveLog: (obj: DescribeVoicesInput) => any;
|
|
1080
|
-
/**
|
|
1081
|
-
* @internal
|
|
1082
|
-
*/
|
|
1083
|
-
export declare const VoiceFilterSensitiveLog: (obj: Voice) => any;
|
|
1084
|
-
/**
|
|
1085
|
-
* @internal
|
|
1086
|
-
*/
|
|
1087
|
-
export declare const DescribeVoicesOutputFilterSensitiveLog: (obj: DescribeVoicesOutput) => any;
|
|
1088
|
-
/**
|
|
1089
|
-
* @internal
|
|
1090
|
-
*/
|
|
1091
|
-
export declare const GetLexiconInputFilterSensitiveLog: (obj: GetLexiconInput) => any;
|
|
1092
1068
|
/**
|
|
1093
1069
|
* @internal
|
|
1094
1070
|
*/
|
|
1095
1071
|
export declare const LexiconFilterSensitiveLog: (obj: Lexicon) => any;
|
|
1096
|
-
/**
|
|
1097
|
-
* @internal
|
|
1098
|
-
*/
|
|
1099
|
-
export declare const LexiconAttributesFilterSensitiveLog: (obj: LexiconAttributes) => any;
|
|
1100
1072
|
/**
|
|
1101
1073
|
* @internal
|
|
1102
1074
|
*/
|
|
1103
1075
|
export declare const GetLexiconOutputFilterSensitiveLog: (obj: GetLexiconOutput) => any;
|
|
1104
|
-
/**
|
|
1105
|
-
* @internal
|
|
1106
|
-
*/
|
|
1107
|
-
export declare const GetSpeechSynthesisTaskInputFilterSensitiveLog: (obj: GetSpeechSynthesisTaskInput) => any;
|
|
1108
|
-
/**
|
|
1109
|
-
* @internal
|
|
1110
|
-
*/
|
|
1111
|
-
export declare const SynthesisTaskFilterSensitiveLog: (obj: SynthesisTask) => any;
|
|
1112
|
-
/**
|
|
1113
|
-
* @internal
|
|
1114
|
-
*/
|
|
1115
|
-
export declare const GetSpeechSynthesisTaskOutputFilterSensitiveLog: (obj: GetSpeechSynthesisTaskOutput) => any;
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
|
-
export declare const LexiconDescriptionFilterSensitiveLog: (obj: LexiconDescription) => any;
|
|
1120
|
-
/**
|
|
1121
|
-
* @internal
|
|
1122
|
-
*/
|
|
1123
|
-
export declare const ListLexiconsInputFilterSensitiveLog: (obj: ListLexiconsInput) => any;
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
|
-
export declare const ListLexiconsOutputFilterSensitiveLog: (obj: ListLexiconsOutput) => any;
|
|
1128
|
-
/**
|
|
1129
|
-
* @internal
|
|
1130
|
-
*/
|
|
1131
|
-
export declare const ListSpeechSynthesisTasksInputFilterSensitiveLog: (obj: ListSpeechSynthesisTasksInput) => any;
|
|
1132
|
-
/**
|
|
1133
|
-
* @internal
|
|
1134
|
-
*/
|
|
1135
|
-
export declare const ListSpeechSynthesisTasksOutputFilterSensitiveLog: (obj: ListSpeechSynthesisTasksOutput) => any;
|
|
1136
1076
|
/**
|
|
1137
1077
|
* @internal
|
|
1138
1078
|
*/
|
|
1139
1079
|
export declare const PutLexiconInputFilterSensitiveLog: (obj: PutLexiconInput) => any;
|
|
1140
|
-
/**
|
|
1141
|
-
* @internal
|
|
1142
|
-
*/
|
|
1143
|
-
export declare const PutLexiconOutputFilterSensitiveLog: (obj: PutLexiconOutput) => any;
|
|
1144
|
-
/**
|
|
1145
|
-
* @internal
|
|
1146
|
-
*/
|
|
1147
|
-
export declare const StartSpeechSynthesisTaskInputFilterSensitiveLog: (obj: StartSpeechSynthesisTaskInput) => any;
|
|
1148
|
-
/**
|
|
1149
|
-
* @internal
|
|
1150
|
-
*/
|
|
1151
|
-
export declare const StartSpeechSynthesisTaskOutputFilterSensitiveLog: (obj: StartSpeechSynthesisTaskOutput) => any;
|
|
1152
|
-
/**
|
|
1153
|
-
* @internal
|
|
1154
|
-
*/
|
|
1155
|
-
export declare const SynthesizeSpeechInputFilterSensitiveLog: (obj: SynthesizeSpeechInput) => any;
|
|
1156
1080
|
/**
|
|
1157
1081
|
* @internal
|
|
1158
1082
|
*/
|
|
@@ -447,68 +447,13 @@ export interface SynthesizeSpeechOutput {
|
|
|
447
447
|
ContentType?: string;
|
|
448
448
|
RequestCharacters?: number;
|
|
449
449
|
}
|
|
450
|
-
export declare const DeleteLexiconInputFilterSensitiveLog: (
|
|
451
|
-
obj: DeleteLexiconInput
|
|
452
|
-
) => any;
|
|
453
|
-
export declare const DeleteLexiconOutputFilterSensitiveLog: (
|
|
454
|
-
obj: DeleteLexiconOutput
|
|
455
|
-
) => any;
|
|
456
|
-
export declare const DescribeVoicesInputFilterSensitiveLog: (
|
|
457
|
-
obj: DescribeVoicesInput
|
|
458
|
-
) => any;
|
|
459
|
-
export declare const VoiceFilterSensitiveLog: (obj: Voice) => any;
|
|
460
|
-
export declare const DescribeVoicesOutputFilterSensitiveLog: (
|
|
461
|
-
obj: DescribeVoicesOutput
|
|
462
|
-
) => any;
|
|
463
|
-
export declare const GetLexiconInputFilterSensitiveLog: (
|
|
464
|
-
obj: GetLexiconInput
|
|
465
|
-
) => any;
|
|
466
450
|
export declare const LexiconFilterSensitiveLog: (obj: Lexicon) => any;
|
|
467
|
-
export declare const LexiconAttributesFilterSensitiveLog: (
|
|
468
|
-
obj: LexiconAttributes
|
|
469
|
-
) => any;
|
|
470
451
|
export declare const GetLexiconOutputFilterSensitiveLog: (
|
|
471
452
|
obj: GetLexiconOutput
|
|
472
453
|
) => any;
|
|
473
|
-
export declare const GetSpeechSynthesisTaskInputFilterSensitiveLog: (
|
|
474
|
-
obj: GetSpeechSynthesisTaskInput
|
|
475
|
-
) => any;
|
|
476
|
-
export declare const SynthesisTaskFilterSensitiveLog: (
|
|
477
|
-
obj: SynthesisTask
|
|
478
|
-
) => any;
|
|
479
|
-
export declare const GetSpeechSynthesisTaskOutputFilterSensitiveLog: (
|
|
480
|
-
obj: GetSpeechSynthesisTaskOutput
|
|
481
|
-
) => any;
|
|
482
|
-
export declare const LexiconDescriptionFilterSensitiveLog: (
|
|
483
|
-
obj: LexiconDescription
|
|
484
|
-
) => any;
|
|
485
|
-
export declare const ListLexiconsInputFilterSensitiveLog: (
|
|
486
|
-
obj: ListLexiconsInput
|
|
487
|
-
) => any;
|
|
488
|
-
export declare const ListLexiconsOutputFilterSensitiveLog: (
|
|
489
|
-
obj: ListLexiconsOutput
|
|
490
|
-
) => any;
|
|
491
|
-
export declare const ListSpeechSynthesisTasksInputFilterSensitiveLog: (
|
|
492
|
-
obj: ListSpeechSynthesisTasksInput
|
|
493
|
-
) => any;
|
|
494
|
-
export declare const ListSpeechSynthesisTasksOutputFilterSensitiveLog: (
|
|
495
|
-
obj: ListSpeechSynthesisTasksOutput
|
|
496
|
-
) => any;
|
|
497
454
|
export declare const PutLexiconInputFilterSensitiveLog: (
|
|
498
455
|
obj: PutLexiconInput
|
|
499
456
|
) => any;
|
|
500
|
-
export declare const PutLexiconOutputFilterSensitiveLog: (
|
|
501
|
-
obj: PutLexiconOutput
|
|
502
|
-
) => any;
|
|
503
|
-
export declare const StartSpeechSynthesisTaskInputFilterSensitiveLog: (
|
|
504
|
-
obj: StartSpeechSynthesisTaskInput
|
|
505
|
-
) => any;
|
|
506
|
-
export declare const StartSpeechSynthesisTaskOutputFilterSensitiveLog: (
|
|
507
|
-
obj: StartSpeechSynthesisTaskOutput
|
|
508
|
-
) => any;
|
|
509
|
-
export declare const SynthesizeSpeechInputFilterSensitiveLog: (
|
|
510
|
-
obj: SynthesizeSpeechInput
|
|
511
|
-
) => any;
|
|
512
457
|
export declare const SynthesizeSpeechOutputFilterSensitiveLog: (
|
|
513
458
|
obj: SynthesizeSpeechOutput
|
|
514
459
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-polly",
|
|
3
3
|
"description": "AWS SDK for JavaScript Polly Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo polly"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,13 +47,13 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
53
|
"@aws-sdk/util-stream-browser": "3.296.0",
|
|
53
54
|
"@aws-sdk/util-stream-node": "3.296.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
56
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
56
57
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
57
58
|
"tslib": "^2.5.0"
|
|
58
59
|
},
|