@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.DeleteKeywordCommand = 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 DeleteKeywordCommand 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", "DeleteKeyword", {})
22
- .n("PinpointSMSVoiceV2Client", "DeleteKeywordCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteKeywordCommand)
25
- .de(Aws_json1_0_1.de_DeleteKeywordCommand)
26
- .build() {
27
- }
28
- exports.DeleteKeywordCommand = DeleteKeywordCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteOptOutListCommand = 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 DeleteOptOutListCommand 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", "DeleteOptOutList", {})
22
- .n("PinpointSMSVoiceV2Client", "DeleteOptOutListCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteOptOutListCommand)
25
- .de(Aws_json1_0_1.de_DeleteOptOutListCommand)
26
- .build() {
27
- }
28
- exports.DeleteOptOutListCommand = DeleteOptOutListCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteOptedOutNumberCommand = 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 DeleteOptedOutNumberCommand 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", "DeleteOptedOutNumber", {})
22
- .n("PinpointSMSVoiceV2Client", "DeleteOptedOutNumberCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteOptedOutNumberCommand)
25
- .de(Aws_json1_0_1.de_DeleteOptedOutNumberCommand)
26
- .build() {
27
- }
28
- exports.DeleteOptedOutNumberCommand = DeleteOptedOutNumberCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePoolCommand = 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 DeletePoolCommand 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", "DeletePool", {})
22
- .n("PinpointSMSVoiceV2Client", "DeletePoolCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeletePoolCommand)
25
- .de(Aws_json1_0_1.de_DeletePoolCommand)
26
- .build() {
27
- }
28
- exports.DeletePoolCommand = DeletePoolCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRegistrationAttachmentCommand = 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 DeleteRegistrationAttachmentCommand 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", "DeleteRegistrationAttachment", {})
22
- .n("PinpointSMSVoiceV2Client", "DeleteRegistrationAttachmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteRegistrationAttachmentCommand)
25
- .de(Aws_json1_0_1.de_DeleteRegistrationAttachmentCommand)
26
- .build() {
27
- }
28
- exports.DeleteRegistrationAttachmentCommand = DeleteRegistrationAttachmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRegistrationCommand = 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 DeleteRegistrationCommand 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", "DeleteRegistration", {})
22
- .n("PinpointSMSVoiceV2Client", "DeleteRegistrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteRegistrationCommand)
25
- .de(Aws_json1_0_1.de_DeleteRegistrationCommand)
26
- .build() {
27
- }
28
- exports.DeleteRegistrationCommand = DeleteRegistrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRegistrationFieldValueCommand = 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 DeleteRegistrationFieldValueCommand 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", "DeleteRegistrationFieldValue", {})
22
- .n("PinpointSMSVoiceV2Client", "DeleteRegistrationFieldValueCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteRegistrationFieldValueCommand)
25
- .de(Aws_json1_0_1.de_DeleteRegistrationFieldValueCommand)
26
- .build() {
27
- }
28
- exports.DeleteRegistrationFieldValueCommand = DeleteRegistrationFieldValueCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTextMessageSpendLimitOverrideCommand = 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 DeleteTextMessageSpendLimitOverrideCommand 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", "DeleteTextMessageSpendLimitOverride", {})
22
- .n("PinpointSMSVoiceV2Client", "DeleteTextMessageSpendLimitOverrideCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteTextMessageSpendLimitOverrideCommand)
25
- .de(Aws_json1_0_1.de_DeleteTextMessageSpendLimitOverrideCommand)
26
- .build() {
27
- }
28
- exports.DeleteTextMessageSpendLimitOverrideCommand = DeleteTextMessageSpendLimitOverrideCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteVerifiedDestinationNumberCommand = 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 DeleteVerifiedDestinationNumberCommand 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", "DeleteVerifiedDestinationNumber", {})
22
- .n("PinpointSMSVoiceV2Client", "DeleteVerifiedDestinationNumberCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteVerifiedDestinationNumberCommand)
25
- .de(Aws_json1_0_1.de_DeleteVerifiedDestinationNumberCommand)
26
- .build() {
27
- }
28
- exports.DeleteVerifiedDestinationNumberCommand = DeleteVerifiedDestinationNumberCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteVoiceMessageSpendLimitOverrideCommand = 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 DeleteVoiceMessageSpendLimitOverrideCommand 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", "DeleteVoiceMessageSpendLimitOverride", {})
22
- .n("PinpointSMSVoiceV2Client", "DeleteVoiceMessageSpendLimitOverrideCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteVoiceMessageSpendLimitOverrideCommand)
25
- .de(Aws_json1_0_1.de_DeleteVoiceMessageSpendLimitOverrideCommand)
26
- .build() {
27
- }
28
- exports.DeleteVoiceMessageSpendLimitOverrideCommand = DeleteVoiceMessageSpendLimitOverrideCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccountAttributesCommand = 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 DescribeAccountAttributesCommand 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", "DescribeAccountAttributes", {})
22
- .n("PinpointSMSVoiceV2Client", "DescribeAccountAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeAccountAttributesCommand)
25
- .de(Aws_json1_0_1.de_DescribeAccountAttributesCommand)
26
- .build() {
27
- }
28
- exports.DescribeAccountAttributesCommand = DescribeAccountAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccountLimitsCommand = 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 DescribeAccountLimitsCommand 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", "DescribeAccountLimits", {})
22
- .n("PinpointSMSVoiceV2Client", "DescribeAccountLimitsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeAccountLimitsCommand)
25
- .de(Aws_json1_0_1.de_DescribeAccountLimitsCommand)
26
- .build() {
27
- }
28
- exports.DescribeAccountLimitsCommand = DescribeAccountLimitsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeConfigurationSetsCommand = 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 DescribeConfigurationSetsCommand 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", "DescribeConfigurationSets", {})
22
- .n("PinpointSMSVoiceV2Client", "DescribeConfigurationSetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeConfigurationSetsCommand)
25
- .de(Aws_json1_0_1.de_DescribeConfigurationSetsCommand)
26
- .build() {
27
- }
28
- exports.DescribeConfigurationSetsCommand = DescribeConfigurationSetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeKeywordsCommand = 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 DescribeKeywordsCommand 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", "DescribeKeywords", {})
22
- .n("PinpointSMSVoiceV2Client", "DescribeKeywordsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeKeywordsCommand)
25
- .de(Aws_json1_0_1.de_DescribeKeywordsCommand)
26
- .build() {
27
- }
28
- exports.DescribeKeywordsCommand = DescribeKeywordsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeOptOutListsCommand = 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 DescribeOptOutListsCommand 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", "DescribeOptOutLists", {})
22
- .n("PinpointSMSVoiceV2Client", "DescribeOptOutListsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeOptOutListsCommand)
25
- .de(Aws_json1_0_1.de_DescribeOptOutListsCommand)
26
- .build() {
27
- }
28
- exports.DescribeOptOutListsCommand = DescribeOptOutListsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeOptedOutNumbersCommand = 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 DescribeOptedOutNumbersCommand 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", "DescribeOptedOutNumbers", {})
22
- .n("PinpointSMSVoiceV2Client", "DescribeOptedOutNumbersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeOptedOutNumbersCommand)
25
- .de(Aws_json1_0_1.de_DescribeOptedOutNumbersCommand)
26
- .build() {
27
- }
28
- exports.DescribeOptedOutNumbersCommand = DescribeOptedOutNumbersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribePhoneNumbersCommand = 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 DescribePhoneNumbersCommand 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", "DescribePhoneNumbers", {})
22
- .n("PinpointSMSVoiceV2Client", "DescribePhoneNumbersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribePhoneNumbersCommand)
25
- .de(Aws_json1_0_1.de_DescribePhoneNumbersCommand)
26
- .build() {
27
- }
28
- exports.DescribePhoneNumbersCommand = DescribePhoneNumbersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribePoolsCommand = 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 DescribePoolsCommand 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", "DescribePools", {})
22
- .n("PinpointSMSVoiceV2Client", "DescribePoolsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribePoolsCommand)
25
- .de(Aws_json1_0_1.de_DescribePoolsCommand)
26
- .build() {
27
- }
28
- exports.DescribePoolsCommand = DescribePoolsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRegistrationAttachmentsCommand = 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 DescribeRegistrationAttachmentsCommand 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", "DescribeRegistrationAttachments", {})
22
- .n("PinpointSMSVoiceV2Client", "DescribeRegistrationAttachmentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeRegistrationAttachmentsCommand)
25
- .de(Aws_json1_0_1.de_DescribeRegistrationAttachmentsCommand)
26
- .build() {
27
- }
28
- exports.DescribeRegistrationAttachmentsCommand = DescribeRegistrationAttachmentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRegistrationFieldDefinitionsCommand = 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 DescribeRegistrationFieldDefinitionsCommand 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", "DescribeRegistrationFieldDefinitions", {})
22
- .n("PinpointSMSVoiceV2Client", "DescribeRegistrationFieldDefinitionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeRegistrationFieldDefinitionsCommand)
25
- .de(Aws_json1_0_1.de_DescribeRegistrationFieldDefinitionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeRegistrationFieldDefinitionsCommand = DescribeRegistrationFieldDefinitionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRegistrationFieldValuesCommand = 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 DescribeRegistrationFieldValuesCommand 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", "DescribeRegistrationFieldValues", {})
22
- .n("PinpointSMSVoiceV2Client", "DescribeRegistrationFieldValuesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeRegistrationFieldValuesCommand)
25
- .de(Aws_json1_0_1.de_DescribeRegistrationFieldValuesCommand)
26
- .build() {
27
- }
28
- exports.DescribeRegistrationFieldValuesCommand = DescribeRegistrationFieldValuesCommand;
1
+ module.exports = require("../index.js");