@aws-sdk/client-pinpoint-sms-voice-v2 3.489.0 → 3.495.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.
Files changed (103) hide show
  1. package/dist-cjs/PinpointSMSVoiceV2.js +1 -149
  2. package/dist-cjs/PinpointSMSVoiceV2Client.js +1 -43
  3. package/dist-cjs/commands/AssociateOriginationIdentityCommand.js +1 -28
  4. package/dist-cjs/commands/CreateConfigurationSetCommand.js +1 -28
  5. package/dist-cjs/commands/CreateEventDestinationCommand.js +1 -28
  6. package/dist-cjs/commands/CreateOptOutListCommand.js +1 -28
  7. package/dist-cjs/commands/CreatePoolCommand.js +1 -28
  8. package/dist-cjs/commands/CreateRegistrationAssociationCommand.js +1 -28
  9. package/dist-cjs/commands/CreateRegistrationAttachmentCommand.js +1 -28
  10. package/dist-cjs/commands/CreateRegistrationCommand.js +1 -28
  11. package/dist-cjs/commands/CreateRegistrationVersionCommand.js +1 -28
  12. package/dist-cjs/commands/CreateVerifiedDestinationNumberCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteConfigurationSetCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteDefaultMessageTypeCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteDefaultSenderIdCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteEventDestinationCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteKeywordCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteOptOutListCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteOptedOutNumberCommand.js +1 -28
  20. package/dist-cjs/commands/DeletePoolCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteRegistrationAttachmentCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteRegistrationCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteRegistrationFieldValueCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteTextMessageSpendLimitOverrideCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteVerifiedDestinationNumberCommand.js +1 -28
  26. package/dist-cjs/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeConfigurationSetsCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeKeywordsCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeOptOutListsCommand.js +1 -28
  32. package/dist-cjs/commands/DescribeOptedOutNumbersCommand.js +1 -28
  33. package/dist-cjs/commands/DescribePhoneNumbersCommand.js +1 -28
  34. package/dist-cjs/commands/DescribePoolsCommand.js +1 -28
  35. package/dist-cjs/commands/DescribeRegistrationAttachmentsCommand.js +1 -28
  36. package/dist-cjs/commands/DescribeRegistrationFieldDefinitionsCommand.js +1 -28
  37. package/dist-cjs/commands/DescribeRegistrationFieldValuesCommand.js +1 -28
  38. package/dist-cjs/commands/DescribeRegistrationSectionDefinitionsCommand.js +1 -28
  39. package/dist-cjs/commands/DescribeRegistrationTypeDefinitionsCommand.js +1 -28
  40. package/dist-cjs/commands/DescribeRegistrationVersionsCommand.js +1 -28
  41. package/dist-cjs/commands/DescribeRegistrationsCommand.js +1 -28
  42. package/dist-cjs/commands/DescribeSenderIdsCommand.js +1 -28
  43. package/dist-cjs/commands/DescribeSpendLimitsCommand.js +1 -28
  44. package/dist-cjs/commands/DescribeVerifiedDestinationNumbersCommand.js +1 -28
  45. package/dist-cjs/commands/DisassociateOriginationIdentityCommand.js +1 -28
  46. package/dist-cjs/commands/DiscardRegistrationVersionCommand.js +1 -28
  47. package/dist-cjs/commands/ListPoolOriginationIdentitiesCommand.js +1 -28
  48. package/dist-cjs/commands/ListRegistrationAssociationsCommand.js +1 -28
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  50. package/dist-cjs/commands/PutKeywordCommand.js +1 -28
  51. package/dist-cjs/commands/PutOptedOutNumberCommand.js +1 -28
  52. package/dist-cjs/commands/PutRegistrationFieldValueCommand.js +1 -28
  53. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +1 -28
  54. package/dist-cjs/commands/ReleaseSenderIdCommand.js +1 -28
  55. package/dist-cjs/commands/RequestPhoneNumberCommand.js +1 -28
  56. package/dist-cjs/commands/RequestSenderIdCommand.js +1 -28
  57. package/dist-cjs/commands/SendDestinationNumberVerificationCodeCommand.js +1 -28
  58. package/dist-cjs/commands/SendTextMessageCommand.js +1 -28
  59. package/dist-cjs/commands/SendVoiceMessageCommand.js +1 -28
  60. package/dist-cjs/commands/SetDefaultMessageTypeCommand.js +1 -28
  61. package/dist-cjs/commands/SetDefaultSenderIdCommand.js +1 -28
  62. package/dist-cjs/commands/SetTextMessageSpendLimitOverrideCommand.js +1 -28
  63. package/dist-cjs/commands/SetVoiceMessageSpendLimitOverrideCommand.js +1 -28
  64. package/dist-cjs/commands/SubmitRegistrationVersionCommand.js +1 -28
  65. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  66. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  67. package/dist-cjs/commands/UpdateEventDestinationCommand.js +1 -28
  68. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +1 -28
  69. package/dist-cjs/commands/UpdatePoolCommand.js +1 -28
  70. package/dist-cjs/commands/UpdateSenderIdCommand.js +1 -28
  71. package/dist-cjs/commands/VerifyDestinationNumberCommand.js +1 -28
  72. package/dist-cjs/commands/index.js +1 -72
  73. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  74. package/dist-cjs/extensionConfiguration.js +1 -2
  75. package/dist-cjs/index.js +6576 -11
  76. package/dist-cjs/models/PinpointSMSVoiceV2ServiceException.js +1 -12
  77. package/dist-cjs/models/index.js +1 -4
  78. package/dist-cjs/models/models_0.js +1 -519
  79. package/dist-cjs/pagination/DescribeAccountAttributesPaginator.js +1 -7
  80. package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +1 -7
  81. package/dist-cjs/pagination/DescribeConfigurationSetsPaginator.js +1 -7
  82. package/dist-cjs/pagination/DescribeKeywordsPaginator.js +1 -7
  83. package/dist-cjs/pagination/DescribeOptOutListsPaginator.js +1 -7
  84. package/dist-cjs/pagination/DescribeOptedOutNumbersPaginator.js +1 -7
  85. package/dist-cjs/pagination/DescribePhoneNumbersPaginator.js +1 -7
  86. package/dist-cjs/pagination/DescribePoolsPaginator.js +1 -7
  87. package/dist-cjs/pagination/DescribeRegistrationAttachmentsPaginator.js +1 -7
  88. package/dist-cjs/pagination/DescribeRegistrationFieldDefinitionsPaginator.js +1 -7
  89. package/dist-cjs/pagination/DescribeRegistrationFieldValuesPaginator.js +1 -7
  90. package/dist-cjs/pagination/DescribeRegistrationSectionDefinitionsPaginator.js +1 -7
  91. package/dist-cjs/pagination/DescribeRegistrationTypeDefinitionsPaginator.js +1 -7
  92. package/dist-cjs/pagination/DescribeRegistrationVersionsPaginator.js +1 -7
  93. package/dist-cjs/pagination/DescribeRegistrationsPaginator.js +1 -7
  94. package/dist-cjs/pagination/DescribeSenderIdsPaginator.js +1 -7
  95. package/dist-cjs/pagination/DescribeSpendLimitsPaginator.js +1 -7
  96. package/dist-cjs/pagination/DescribeVerifiedDestinationNumbersPaginator.js +1 -7
  97. package/dist-cjs/pagination/Interfaces.js +1 -2
  98. package/dist-cjs/pagination/ListPoolOriginationIdentitiesPaginator.js +1 -7
  99. package/dist-cjs/pagination/ListRegistrationAssociationsPaginator.js +1 -7
  100. package/dist-cjs/pagination/index.js +1 -24
  101. package/dist-cjs/protocols/Aws_json1_0.js +1 -4438
  102. package/dist-cjs/runtimeExtensions.js +1 -22
  103. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendVoiceMessageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class SendVoiceMessageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "SendVoiceMessage", {})
22
- .n("PinpointSMSVoiceV2Client", "SendVoiceMessageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_SendVoiceMessageCommand)
25
- .de(Aws_json1_0_1.de_SendVoiceMessageCommand)
26
- .build() {
27
- }
28
- exports.SendVoiceMessageCommand = SendVoiceMessageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetDefaultMessageTypeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class SetDefaultMessageTypeCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "SetDefaultMessageType", {})
22
- .n("PinpointSMSVoiceV2Client", "SetDefaultMessageTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_SetDefaultMessageTypeCommand)
25
- .de(Aws_json1_0_1.de_SetDefaultMessageTypeCommand)
26
- .build() {
27
- }
28
- exports.SetDefaultMessageTypeCommand = SetDefaultMessageTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetDefaultSenderIdCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class SetDefaultSenderIdCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "SetDefaultSenderId", {})
22
- .n("PinpointSMSVoiceV2Client", "SetDefaultSenderIdCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_SetDefaultSenderIdCommand)
25
- .de(Aws_json1_0_1.de_SetDefaultSenderIdCommand)
26
- .build() {
27
- }
28
- exports.SetDefaultSenderIdCommand = SetDefaultSenderIdCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetTextMessageSpendLimitOverrideCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class SetTextMessageSpendLimitOverrideCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "SetTextMessageSpendLimitOverride", {})
22
- .n("PinpointSMSVoiceV2Client", "SetTextMessageSpendLimitOverrideCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_SetTextMessageSpendLimitOverrideCommand)
25
- .de(Aws_json1_0_1.de_SetTextMessageSpendLimitOverrideCommand)
26
- .build() {
27
- }
28
- exports.SetTextMessageSpendLimitOverrideCommand = SetTextMessageSpendLimitOverrideCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetVoiceMessageSpendLimitOverrideCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class SetVoiceMessageSpendLimitOverrideCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "SetVoiceMessageSpendLimitOverride", {})
22
- .n("PinpointSMSVoiceV2Client", "SetVoiceMessageSpendLimitOverrideCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_SetVoiceMessageSpendLimitOverrideCommand)
25
- .de(Aws_json1_0_1.de_SetVoiceMessageSpendLimitOverrideCommand)
26
- .build() {
27
- }
28
- exports.SetVoiceMessageSpendLimitOverrideCommand = SetVoiceMessageSpendLimitOverrideCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SubmitRegistrationVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class SubmitRegistrationVersionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "SubmitRegistrationVersion", {})
22
- .n("PinpointSMSVoiceV2Client", "SubmitRegistrationVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_SubmitRegistrationVersionCommand)
25
- .de(Aws_json1_0_1.de_SubmitRegistrationVersionCommand)
26
- .build() {
27
- }
28
- exports.SubmitRegistrationVersionCommand = SubmitRegistrationVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "TagResource", {})
22
- .n("PinpointSMSVoiceV2Client", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_TagResourceCommand)
25
- .de(Aws_json1_0_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "UntagResource", {})
22
- .n("PinpointSMSVoiceV2Client", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UntagResourceCommand)
25
- .de(Aws_json1_0_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateEventDestinationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateEventDestinationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "UpdateEventDestination", {})
22
- .n("PinpointSMSVoiceV2Client", "UpdateEventDestinationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdateEventDestinationCommand)
25
- .de(Aws_json1_0_1.de_UpdateEventDestinationCommand)
26
- .build() {
27
- }
28
- exports.UpdateEventDestinationCommand = UpdateEventDestinationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePhoneNumberCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdatePhoneNumberCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "UpdatePhoneNumber", {})
22
- .n("PinpointSMSVoiceV2Client", "UpdatePhoneNumberCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdatePhoneNumberCommand)
25
- .de(Aws_json1_0_1.de_UpdatePhoneNumberCommand)
26
- .build() {
27
- }
28
- exports.UpdatePhoneNumberCommand = UpdatePhoneNumberCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePoolCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdatePoolCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "UpdatePool", {})
22
- .n("PinpointSMSVoiceV2Client", "UpdatePoolCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdatePoolCommand)
25
- .de(Aws_json1_0_1.de_UpdatePoolCommand)
26
- .build() {
27
- }
28
- exports.UpdatePoolCommand = UpdatePoolCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSenderIdCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateSenderIdCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "UpdateSenderId", {})
22
- .n("PinpointSMSVoiceV2Client", "UpdateSenderIdCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdateSenderIdCommand)
25
- .de(Aws_json1_0_1.de_UpdateSenderIdCommand)
26
- .build() {
27
- }
28
- exports.UpdateSenderIdCommand = UpdateSenderIdCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VerifyDestinationNumberCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class VerifyDestinationNumberCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PinpointSMSVoiceV2", "VerifyDestinationNumber", {})
22
- .n("PinpointSMSVoiceV2Client", "VerifyDestinationNumberCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_VerifyDestinationNumberCommand)
25
- .de(Aws_json1_0_1.de_VerifyDestinationNumberCommand)
26
- .build() {
27
- }
28
- exports.VerifyDestinationNumberCommand = VerifyDestinationNumberCommand;
1
+ module.exports = require("../index.js");
@@ -1,72 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateOriginationIdentityCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateConfigurationSetCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateEventDestinationCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateOptOutListCommand"), exports);
8
- tslib_1.__exportStar(require("./CreatePoolCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateRegistrationAssociationCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateRegistrationAttachmentCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateRegistrationCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateRegistrationVersionCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateVerifiedDestinationNumberCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteConfigurationSetCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteDefaultMessageTypeCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteDefaultSenderIdCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteEventDestinationCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteKeywordCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteOptOutListCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteOptedOutNumberCommand"), exports);
21
- tslib_1.__exportStar(require("./DeletePoolCommand"), exports);
22
- tslib_1.__exportStar(require("./DeleteRegistrationAttachmentCommand"), exports);
23
- tslib_1.__exportStar(require("./DeleteRegistrationCommand"), exports);
24
- tslib_1.__exportStar(require("./DeleteRegistrationFieldValueCommand"), exports);
25
- tslib_1.__exportStar(require("./DeleteTextMessageSpendLimitOverrideCommand"), exports);
26
- tslib_1.__exportStar(require("./DeleteVerifiedDestinationNumberCommand"), exports);
27
- tslib_1.__exportStar(require("./DeleteVoiceMessageSpendLimitOverrideCommand"), exports);
28
- tslib_1.__exportStar(require("./DescribeAccountAttributesCommand"), exports);
29
- tslib_1.__exportStar(require("./DescribeAccountLimitsCommand"), exports);
30
- tslib_1.__exportStar(require("./DescribeConfigurationSetsCommand"), exports);
31
- tslib_1.__exportStar(require("./DescribeKeywordsCommand"), exports);
32
- tslib_1.__exportStar(require("./DescribeOptOutListsCommand"), exports);
33
- tslib_1.__exportStar(require("./DescribeOptedOutNumbersCommand"), exports);
34
- tslib_1.__exportStar(require("./DescribePhoneNumbersCommand"), exports);
35
- tslib_1.__exportStar(require("./DescribePoolsCommand"), exports);
36
- tslib_1.__exportStar(require("./DescribeRegistrationAttachmentsCommand"), exports);
37
- tslib_1.__exportStar(require("./DescribeRegistrationFieldDefinitionsCommand"), exports);
38
- tslib_1.__exportStar(require("./DescribeRegistrationFieldValuesCommand"), exports);
39
- tslib_1.__exportStar(require("./DescribeRegistrationSectionDefinitionsCommand"), exports);
40
- tslib_1.__exportStar(require("./DescribeRegistrationTypeDefinitionsCommand"), exports);
41
- tslib_1.__exportStar(require("./DescribeRegistrationVersionsCommand"), exports);
42
- tslib_1.__exportStar(require("./DescribeRegistrationsCommand"), exports);
43
- tslib_1.__exportStar(require("./DescribeSenderIdsCommand"), exports);
44
- tslib_1.__exportStar(require("./DescribeSpendLimitsCommand"), exports);
45
- tslib_1.__exportStar(require("./DescribeVerifiedDestinationNumbersCommand"), exports);
46
- tslib_1.__exportStar(require("./DisassociateOriginationIdentityCommand"), exports);
47
- tslib_1.__exportStar(require("./DiscardRegistrationVersionCommand"), exports);
48
- tslib_1.__exportStar(require("./ListPoolOriginationIdentitiesCommand"), exports);
49
- tslib_1.__exportStar(require("./ListRegistrationAssociationsCommand"), exports);
50
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
51
- tslib_1.__exportStar(require("./PutKeywordCommand"), exports);
52
- tslib_1.__exportStar(require("./PutOptedOutNumberCommand"), exports);
53
- tslib_1.__exportStar(require("./PutRegistrationFieldValueCommand"), exports);
54
- tslib_1.__exportStar(require("./ReleasePhoneNumberCommand"), exports);
55
- tslib_1.__exportStar(require("./ReleaseSenderIdCommand"), exports);
56
- tslib_1.__exportStar(require("./RequestPhoneNumberCommand"), exports);
57
- tslib_1.__exportStar(require("./RequestSenderIdCommand"), exports);
58
- tslib_1.__exportStar(require("./SendDestinationNumberVerificationCodeCommand"), exports);
59
- tslib_1.__exportStar(require("./SendTextMessageCommand"), exports);
60
- tslib_1.__exportStar(require("./SendVoiceMessageCommand"), exports);
61
- tslib_1.__exportStar(require("./SetDefaultMessageTypeCommand"), exports);
62
- tslib_1.__exportStar(require("./SetDefaultSenderIdCommand"), exports);
63
- tslib_1.__exportStar(require("./SetTextMessageSpendLimitOverrideCommand"), exports);
64
- tslib_1.__exportStar(require("./SetVoiceMessageSpendLimitOverrideCommand"), exports);
65
- tslib_1.__exportStar(require("./SubmitRegistrationVersionCommand"), exports);
66
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
67
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
68
- tslib_1.__exportStar(require("./UpdateEventDestinationCommand"), exports);
69
- tslib_1.__exportStar(require("./UpdatePhoneNumberCommand"), exports);
70
- tslib_1.__exportStar(require("./UpdatePoolCommand"), exports);
71
- tslib_1.__exportStar(require("./UpdateSenderIdCommand"), exports);
72
- tslib_1.__exportStar(require("./VerifyDestinationNumberCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "sms-voice",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");