@aws-sdk/client-pinpoint-sms-voice 3.649.0 → 3.650.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/index.js +8 -24
- package/dist-es/commands/CreateConfigurationSetCommand.js +1 -3
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +1 -3
- package/dist-es/commands/DeleteConfigurationSetCommand.js +1 -3
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +1 -3
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +1 -3
- package/dist-es/commands/ListConfigurationSetsCommand.js +1 -3
- package/dist-es/commands/SendVoiceMessageCommand.js +1 -3
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -651,9 +651,7 @@ var _NT = "NextToken";
|
|
|
651
651
|
var _PS = "PageSize";
|
|
652
652
|
|
|
653
653
|
// src/commands/CreateConfigurationSetCommand.ts
|
|
654
|
-
var _CreateConfigurationSetCommand = class _CreateConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
655
|
-
...commonParams
|
|
656
|
-
}).m(function(Command, cs, config, o) {
|
|
654
|
+
var _CreateConfigurationSetCommand = class _CreateConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
657
655
|
return [
|
|
658
656
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
659
657
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -667,9 +665,7 @@ var CreateConfigurationSetCommand = _CreateConfigurationSetCommand;
|
|
|
667
665
|
|
|
668
666
|
|
|
669
667
|
|
|
670
|
-
var _CreateConfigurationSetEventDestinationCommand = class _CreateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
671
|
-
...commonParams
|
|
672
|
-
}).m(function(Command, cs, config, o) {
|
|
668
|
+
var _CreateConfigurationSetEventDestinationCommand = class _CreateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
673
669
|
return [
|
|
674
670
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
675
671
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -683,9 +679,7 @@ var CreateConfigurationSetEventDestinationCommand = _CreateConfigurationSetEvent
|
|
|
683
679
|
|
|
684
680
|
|
|
685
681
|
|
|
686
|
-
var _DeleteConfigurationSetCommand = class _DeleteConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
687
|
-
...commonParams
|
|
688
|
-
}).m(function(Command, cs, config, o) {
|
|
682
|
+
var _DeleteConfigurationSetCommand = class _DeleteConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
689
683
|
return [
|
|
690
684
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
691
685
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -699,9 +693,7 @@ var DeleteConfigurationSetCommand = _DeleteConfigurationSetCommand;
|
|
|
699
693
|
|
|
700
694
|
|
|
701
695
|
|
|
702
|
-
var _DeleteConfigurationSetEventDestinationCommand = class _DeleteConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
703
|
-
...commonParams
|
|
704
|
-
}).m(function(Command, cs, config, o) {
|
|
696
|
+
var _DeleteConfigurationSetEventDestinationCommand = class _DeleteConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
705
697
|
return [
|
|
706
698
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
707
699
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -715,9 +707,7 @@ var DeleteConfigurationSetEventDestinationCommand = _DeleteConfigurationSetEvent
|
|
|
715
707
|
|
|
716
708
|
|
|
717
709
|
|
|
718
|
-
var _GetConfigurationSetEventDestinationsCommand = class _GetConfigurationSetEventDestinationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
719
|
-
...commonParams
|
|
720
|
-
}).m(function(Command, cs, config, o) {
|
|
710
|
+
var _GetConfigurationSetEventDestinationsCommand = class _GetConfigurationSetEventDestinationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
721
711
|
return [
|
|
722
712
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
723
713
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -731,9 +721,7 @@ var GetConfigurationSetEventDestinationsCommand = _GetConfigurationSetEventDesti
|
|
|
731
721
|
|
|
732
722
|
|
|
733
723
|
|
|
734
|
-
var _ListConfigurationSetsCommand = class _ListConfigurationSetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
735
|
-
...commonParams
|
|
736
|
-
}).m(function(Command, cs, config, o) {
|
|
724
|
+
var _ListConfigurationSetsCommand = class _ListConfigurationSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
737
725
|
return [
|
|
738
726
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
739
727
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -747,9 +735,7 @@ var ListConfigurationSetsCommand = _ListConfigurationSetsCommand;
|
|
|
747
735
|
|
|
748
736
|
|
|
749
737
|
|
|
750
|
-
var _SendVoiceMessageCommand = class _SendVoiceMessageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
751
|
-
...commonParams
|
|
752
|
-
}).m(function(Command, cs, config, o) {
|
|
738
|
+
var _SendVoiceMessageCommand = class _SendVoiceMessageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
753
739
|
return [
|
|
754
740
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
755
741
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -763,9 +749,7 @@ var SendVoiceMessageCommand = _SendVoiceMessageCommand;
|
|
|
763
749
|
|
|
764
750
|
|
|
765
751
|
|
|
766
|
-
var _UpdateConfigurationSetEventDestinationCommand = class _UpdateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
767
|
-
...commonParams
|
|
768
|
-
}).m(function(Command, cs, config, o) {
|
|
752
|
+
var _UpdateConfigurationSetEventDestinationCommand = class _UpdateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
769
753
|
return [
|
|
770
754
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
771
755
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateConfigurationSetCommand, se_CreateConfigurationSetCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateConfigurationSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateConfigurationSetEventDestinationCommand, se_CreateConfiguratio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateConfigurationSetEventDestinationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteConfigurationSetCommand, se_DeleteConfigurationSetCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteConfigurationSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteConfigurationSetEventDestinationCommand, se_DeleteConfiguratio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteConfigurationSetEventDestinationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetConfigurationSetEventDestinationsCommand, se_GetConfigurationSetE
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetConfigurationSetEventDestinationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListConfigurationSetsCommand, se_ListConfigurationSetsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListConfigurationSetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SendVoiceMessageCommand, se_SendVoiceMessageCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SendVoiceMessageCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateConfigurationSetEventDestinationCommand, se_UpdateConfiguratio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateConfigurationSetEventDestinationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pinpoint-sms-voice",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pinpoint Sms Voice Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-pinpoint-sms-voice",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|