@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.
- package/dist-cjs/PinpointSMSVoiceV2.js +1 -149
- package/dist-cjs/PinpointSMSVoiceV2Client.js +1 -43
- package/dist-cjs/commands/AssociateOriginationIdentityCommand.js +1 -28
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +1 -28
- package/dist-cjs/commands/CreateEventDestinationCommand.js +1 -28
- package/dist-cjs/commands/CreateOptOutListCommand.js +1 -28
- package/dist-cjs/commands/CreatePoolCommand.js +1 -28
- package/dist-cjs/commands/CreateRegistrationAssociationCommand.js +1 -28
- package/dist-cjs/commands/CreateRegistrationAttachmentCommand.js +1 -28
- package/dist-cjs/commands/CreateRegistrationCommand.js +1 -28
- package/dist-cjs/commands/CreateRegistrationVersionCommand.js +1 -28
- package/dist-cjs/commands/CreateVerifiedDestinationNumberCommand.js +1 -28
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteDefaultMessageTypeCommand.js +1 -28
- package/dist-cjs/commands/DeleteDefaultSenderIdCommand.js +1 -28
- package/dist-cjs/commands/DeleteEventDestinationCommand.js +1 -28
- package/dist-cjs/commands/DeleteKeywordCommand.js +1 -28
- package/dist-cjs/commands/DeleteOptOutListCommand.js +1 -28
- package/dist-cjs/commands/DeleteOptedOutNumberCommand.js +1 -28
- package/dist-cjs/commands/DeletePoolCommand.js +1 -28
- package/dist-cjs/commands/DeleteRegistrationAttachmentCommand.js +1 -28
- package/dist-cjs/commands/DeleteRegistrationCommand.js +1 -28
- package/dist-cjs/commands/DeleteRegistrationFieldValueCommand.js +1 -28
- package/dist-cjs/commands/DeleteTextMessageSpendLimitOverrideCommand.js +1 -28
- package/dist-cjs/commands/DeleteVerifiedDestinationNumberCommand.js +1 -28
- package/dist-cjs/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -28
- package/dist-cjs/commands/DescribeConfigurationSetsCommand.js +1 -28
- package/dist-cjs/commands/DescribeKeywordsCommand.js +1 -28
- package/dist-cjs/commands/DescribeOptOutListsCommand.js +1 -28
- package/dist-cjs/commands/DescribeOptedOutNumbersCommand.js +1 -28
- package/dist-cjs/commands/DescribePhoneNumbersCommand.js +1 -28
- package/dist-cjs/commands/DescribePoolsCommand.js +1 -28
- package/dist-cjs/commands/DescribeRegistrationAttachmentsCommand.js +1 -28
- package/dist-cjs/commands/DescribeRegistrationFieldDefinitionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeRegistrationFieldValuesCommand.js +1 -28
- package/dist-cjs/commands/DescribeRegistrationSectionDefinitionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeRegistrationTypeDefinitionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeRegistrationVersionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeRegistrationsCommand.js +1 -28
- package/dist-cjs/commands/DescribeSenderIdsCommand.js +1 -28
- package/dist-cjs/commands/DescribeSpendLimitsCommand.js +1 -28
- package/dist-cjs/commands/DescribeVerifiedDestinationNumbersCommand.js +1 -28
- package/dist-cjs/commands/DisassociateOriginationIdentityCommand.js +1 -28
- package/dist-cjs/commands/DiscardRegistrationVersionCommand.js +1 -28
- package/dist-cjs/commands/ListPoolOriginationIdentitiesCommand.js +1 -28
- package/dist-cjs/commands/ListRegistrationAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PutKeywordCommand.js +1 -28
- package/dist-cjs/commands/PutOptedOutNumberCommand.js +1 -28
- package/dist-cjs/commands/PutRegistrationFieldValueCommand.js +1 -28
- package/dist-cjs/commands/ReleasePhoneNumberCommand.js +1 -28
- package/dist-cjs/commands/ReleaseSenderIdCommand.js +1 -28
- package/dist-cjs/commands/RequestPhoneNumberCommand.js +1 -28
- package/dist-cjs/commands/RequestSenderIdCommand.js +1 -28
- package/dist-cjs/commands/SendDestinationNumberVerificationCodeCommand.js +1 -28
- package/dist-cjs/commands/SendTextMessageCommand.js +1 -28
- package/dist-cjs/commands/SendVoiceMessageCommand.js +1 -28
- package/dist-cjs/commands/SetDefaultMessageTypeCommand.js +1 -28
- package/dist-cjs/commands/SetDefaultSenderIdCommand.js +1 -28
- package/dist-cjs/commands/SetTextMessageSpendLimitOverrideCommand.js +1 -28
- package/dist-cjs/commands/SetVoiceMessageSpendLimitOverrideCommand.js +1 -28
- package/dist-cjs/commands/SubmitRegistrationVersionCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateEventDestinationCommand.js +1 -28
- package/dist-cjs/commands/UpdatePhoneNumberCommand.js +1 -28
- package/dist-cjs/commands/UpdatePoolCommand.js +1 -28
- package/dist-cjs/commands/UpdateSenderIdCommand.js +1 -28
- package/dist-cjs/commands/VerifyDestinationNumberCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -72
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6576 -11
- package/dist-cjs/models/PinpointSMSVoiceV2ServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -519
- package/dist-cjs/pagination/DescribeAccountAttributesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeConfigurationSetsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeKeywordsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeOptOutListsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeOptedOutNumbersPaginator.js +1 -7
- package/dist-cjs/pagination/DescribePhoneNumbersPaginator.js +1 -7
- package/dist-cjs/pagination/DescribePoolsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRegistrationAttachmentsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRegistrationFieldDefinitionsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRegistrationFieldValuesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRegistrationSectionDefinitionsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRegistrationTypeDefinitionsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRegistrationVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRegistrationsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeSenderIdsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeSpendLimitsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeVerifiedDestinationNumbersPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListPoolOriginationIdentitiesPaginator.js +1 -7
- package/dist-cjs/pagination/ListRegistrationAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -24
- package/dist-cjs/protocols/Aws_json1_0.js +1 -4438
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,149 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PinpointSMSVoiceV2 = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AssociateOriginationIdentityCommand_1 = require("./commands/AssociateOriginationIdentityCommand");
|
|
6
|
-
const CreateConfigurationSetCommand_1 = require("./commands/CreateConfigurationSetCommand");
|
|
7
|
-
const CreateEventDestinationCommand_1 = require("./commands/CreateEventDestinationCommand");
|
|
8
|
-
const CreateOptOutListCommand_1 = require("./commands/CreateOptOutListCommand");
|
|
9
|
-
const CreatePoolCommand_1 = require("./commands/CreatePoolCommand");
|
|
10
|
-
const CreateRegistrationAssociationCommand_1 = require("./commands/CreateRegistrationAssociationCommand");
|
|
11
|
-
const CreateRegistrationAttachmentCommand_1 = require("./commands/CreateRegistrationAttachmentCommand");
|
|
12
|
-
const CreateRegistrationCommand_1 = require("./commands/CreateRegistrationCommand");
|
|
13
|
-
const CreateRegistrationVersionCommand_1 = require("./commands/CreateRegistrationVersionCommand");
|
|
14
|
-
const CreateVerifiedDestinationNumberCommand_1 = require("./commands/CreateVerifiedDestinationNumberCommand");
|
|
15
|
-
const DeleteConfigurationSetCommand_1 = require("./commands/DeleteConfigurationSetCommand");
|
|
16
|
-
const DeleteDefaultMessageTypeCommand_1 = require("./commands/DeleteDefaultMessageTypeCommand");
|
|
17
|
-
const DeleteDefaultSenderIdCommand_1 = require("./commands/DeleteDefaultSenderIdCommand");
|
|
18
|
-
const DeleteEventDestinationCommand_1 = require("./commands/DeleteEventDestinationCommand");
|
|
19
|
-
const DeleteKeywordCommand_1 = require("./commands/DeleteKeywordCommand");
|
|
20
|
-
const DeleteOptedOutNumberCommand_1 = require("./commands/DeleteOptedOutNumberCommand");
|
|
21
|
-
const DeleteOptOutListCommand_1 = require("./commands/DeleteOptOutListCommand");
|
|
22
|
-
const DeletePoolCommand_1 = require("./commands/DeletePoolCommand");
|
|
23
|
-
const DeleteRegistrationAttachmentCommand_1 = require("./commands/DeleteRegistrationAttachmentCommand");
|
|
24
|
-
const DeleteRegistrationCommand_1 = require("./commands/DeleteRegistrationCommand");
|
|
25
|
-
const DeleteRegistrationFieldValueCommand_1 = require("./commands/DeleteRegistrationFieldValueCommand");
|
|
26
|
-
const DeleteTextMessageSpendLimitOverrideCommand_1 = require("./commands/DeleteTextMessageSpendLimitOverrideCommand");
|
|
27
|
-
const DeleteVerifiedDestinationNumberCommand_1 = require("./commands/DeleteVerifiedDestinationNumberCommand");
|
|
28
|
-
const DeleteVoiceMessageSpendLimitOverrideCommand_1 = require("./commands/DeleteVoiceMessageSpendLimitOverrideCommand");
|
|
29
|
-
const DescribeAccountAttributesCommand_1 = require("./commands/DescribeAccountAttributesCommand");
|
|
30
|
-
const DescribeAccountLimitsCommand_1 = require("./commands/DescribeAccountLimitsCommand");
|
|
31
|
-
const DescribeConfigurationSetsCommand_1 = require("./commands/DescribeConfigurationSetsCommand");
|
|
32
|
-
const DescribeKeywordsCommand_1 = require("./commands/DescribeKeywordsCommand");
|
|
33
|
-
const DescribeOptedOutNumbersCommand_1 = require("./commands/DescribeOptedOutNumbersCommand");
|
|
34
|
-
const DescribeOptOutListsCommand_1 = require("./commands/DescribeOptOutListsCommand");
|
|
35
|
-
const DescribePhoneNumbersCommand_1 = require("./commands/DescribePhoneNumbersCommand");
|
|
36
|
-
const DescribePoolsCommand_1 = require("./commands/DescribePoolsCommand");
|
|
37
|
-
const DescribeRegistrationAttachmentsCommand_1 = require("./commands/DescribeRegistrationAttachmentsCommand");
|
|
38
|
-
const DescribeRegistrationFieldDefinitionsCommand_1 = require("./commands/DescribeRegistrationFieldDefinitionsCommand");
|
|
39
|
-
const DescribeRegistrationFieldValuesCommand_1 = require("./commands/DescribeRegistrationFieldValuesCommand");
|
|
40
|
-
const DescribeRegistrationsCommand_1 = require("./commands/DescribeRegistrationsCommand");
|
|
41
|
-
const DescribeRegistrationSectionDefinitionsCommand_1 = require("./commands/DescribeRegistrationSectionDefinitionsCommand");
|
|
42
|
-
const DescribeRegistrationTypeDefinitionsCommand_1 = require("./commands/DescribeRegistrationTypeDefinitionsCommand");
|
|
43
|
-
const DescribeRegistrationVersionsCommand_1 = require("./commands/DescribeRegistrationVersionsCommand");
|
|
44
|
-
const DescribeSenderIdsCommand_1 = require("./commands/DescribeSenderIdsCommand");
|
|
45
|
-
const DescribeSpendLimitsCommand_1 = require("./commands/DescribeSpendLimitsCommand");
|
|
46
|
-
const DescribeVerifiedDestinationNumbersCommand_1 = require("./commands/DescribeVerifiedDestinationNumbersCommand");
|
|
47
|
-
const DisassociateOriginationIdentityCommand_1 = require("./commands/DisassociateOriginationIdentityCommand");
|
|
48
|
-
const DiscardRegistrationVersionCommand_1 = require("./commands/DiscardRegistrationVersionCommand");
|
|
49
|
-
const ListPoolOriginationIdentitiesCommand_1 = require("./commands/ListPoolOriginationIdentitiesCommand");
|
|
50
|
-
const ListRegistrationAssociationsCommand_1 = require("./commands/ListRegistrationAssociationsCommand");
|
|
51
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
52
|
-
const PutKeywordCommand_1 = require("./commands/PutKeywordCommand");
|
|
53
|
-
const PutOptedOutNumberCommand_1 = require("./commands/PutOptedOutNumberCommand");
|
|
54
|
-
const PutRegistrationFieldValueCommand_1 = require("./commands/PutRegistrationFieldValueCommand");
|
|
55
|
-
const ReleasePhoneNumberCommand_1 = require("./commands/ReleasePhoneNumberCommand");
|
|
56
|
-
const ReleaseSenderIdCommand_1 = require("./commands/ReleaseSenderIdCommand");
|
|
57
|
-
const RequestPhoneNumberCommand_1 = require("./commands/RequestPhoneNumberCommand");
|
|
58
|
-
const RequestSenderIdCommand_1 = require("./commands/RequestSenderIdCommand");
|
|
59
|
-
const SendDestinationNumberVerificationCodeCommand_1 = require("./commands/SendDestinationNumberVerificationCodeCommand");
|
|
60
|
-
const SendTextMessageCommand_1 = require("./commands/SendTextMessageCommand");
|
|
61
|
-
const SendVoiceMessageCommand_1 = require("./commands/SendVoiceMessageCommand");
|
|
62
|
-
const SetDefaultMessageTypeCommand_1 = require("./commands/SetDefaultMessageTypeCommand");
|
|
63
|
-
const SetDefaultSenderIdCommand_1 = require("./commands/SetDefaultSenderIdCommand");
|
|
64
|
-
const SetTextMessageSpendLimitOverrideCommand_1 = require("./commands/SetTextMessageSpendLimitOverrideCommand");
|
|
65
|
-
const SetVoiceMessageSpendLimitOverrideCommand_1 = require("./commands/SetVoiceMessageSpendLimitOverrideCommand");
|
|
66
|
-
const SubmitRegistrationVersionCommand_1 = require("./commands/SubmitRegistrationVersionCommand");
|
|
67
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
68
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
69
|
-
const UpdateEventDestinationCommand_1 = require("./commands/UpdateEventDestinationCommand");
|
|
70
|
-
const UpdatePhoneNumberCommand_1 = require("./commands/UpdatePhoneNumberCommand");
|
|
71
|
-
const UpdatePoolCommand_1 = require("./commands/UpdatePoolCommand");
|
|
72
|
-
const UpdateSenderIdCommand_1 = require("./commands/UpdateSenderIdCommand");
|
|
73
|
-
const VerifyDestinationNumberCommand_1 = require("./commands/VerifyDestinationNumberCommand");
|
|
74
|
-
const PinpointSMSVoiceV2Client_1 = require("./PinpointSMSVoiceV2Client");
|
|
75
|
-
const commands = {
|
|
76
|
-
AssociateOriginationIdentityCommand: AssociateOriginationIdentityCommand_1.AssociateOriginationIdentityCommand,
|
|
77
|
-
CreateConfigurationSetCommand: CreateConfigurationSetCommand_1.CreateConfigurationSetCommand,
|
|
78
|
-
CreateEventDestinationCommand: CreateEventDestinationCommand_1.CreateEventDestinationCommand,
|
|
79
|
-
CreateOptOutListCommand: CreateOptOutListCommand_1.CreateOptOutListCommand,
|
|
80
|
-
CreatePoolCommand: CreatePoolCommand_1.CreatePoolCommand,
|
|
81
|
-
CreateRegistrationCommand: CreateRegistrationCommand_1.CreateRegistrationCommand,
|
|
82
|
-
CreateRegistrationAssociationCommand: CreateRegistrationAssociationCommand_1.CreateRegistrationAssociationCommand,
|
|
83
|
-
CreateRegistrationAttachmentCommand: CreateRegistrationAttachmentCommand_1.CreateRegistrationAttachmentCommand,
|
|
84
|
-
CreateRegistrationVersionCommand: CreateRegistrationVersionCommand_1.CreateRegistrationVersionCommand,
|
|
85
|
-
CreateVerifiedDestinationNumberCommand: CreateVerifiedDestinationNumberCommand_1.CreateVerifiedDestinationNumberCommand,
|
|
86
|
-
DeleteConfigurationSetCommand: DeleteConfigurationSetCommand_1.DeleteConfigurationSetCommand,
|
|
87
|
-
DeleteDefaultMessageTypeCommand: DeleteDefaultMessageTypeCommand_1.DeleteDefaultMessageTypeCommand,
|
|
88
|
-
DeleteDefaultSenderIdCommand: DeleteDefaultSenderIdCommand_1.DeleteDefaultSenderIdCommand,
|
|
89
|
-
DeleteEventDestinationCommand: DeleteEventDestinationCommand_1.DeleteEventDestinationCommand,
|
|
90
|
-
DeleteKeywordCommand: DeleteKeywordCommand_1.DeleteKeywordCommand,
|
|
91
|
-
DeleteOptedOutNumberCommand: DeleteOptedOutNumberCommand_1.DeleteOptedOutNumberCommand,
|
|
92
|
-
DeleteOptOutListCommand: DeleteOptOutListCommand_1.DeleteOptOutListCommand,
|
|
93
|
-
DeletePoolCommand: DeletePoolCommand_1.DeletePoolCommand,
|
|
94
|
-
DeleteRegistrationCommand: DeleteRegistrationCommand_1.DeleteRegistrationCommand,
|
|
95
|
-
DeleteRegistrationAttachmentCommand: DeleteRegistrationAttachmentCommand_1.DeleteRegistrationAttachmentCommand,
|
|
96
|
-
DeleteRegistrationFieldValueCommand: DeleteRegistrationFieldValueCommand_1.DeleteRegistrationFieldValueCommand,
|
|
97
|
-
DeleteTextMessageSpendLimitOverrideCommand: DeleteTextMessageSpendLimitOverrideCommand_1.DeleteTextMessageSpendLimitOverrideCommand,
|
|
98
|
-
DeleteVerifiedDestinationNumberCommand: DeleteVerifiedDestinationNumberCommand_1.DeleteVerifiedDestinationNumberCommand,
|
|
99
|
-
DeleteVoiceMessageSpendLimitOverrideCommand: DeleteVoiceMessageSpendLimitOverrideCommand_1.DeleteVoiceMessageSpendLimitOverrideCommand,
|
|
100
|
-
DescribeAccountAttributesCommand: DescribeAccountAttributesCommand_1.DescribeAccountAttributesCommand,
|
|
101
|
-
DescribeAccountLimitsCommand: DescribeAccountLimitsCommand_1.DescribeAccountLimitsCommand,
|
|
102
|
-
DescribeConfigurationSetsCommand: DescribeConfigurationSetsCommand_1.DescribeConfigurationSetsCommand,
|
|
103
|
-
DescribeKeywordsCommand: DescribeKeywordsCommand_1.DescribeKeywordsCommand,
|
|
104
|
-
DescribeOptedOutNumbersCommand: DescribeOptedOutNumbersCommand_1.DescribeOptedOutNumbersCommand,
|
|
105
|
-
DescribeOptOutListsCommand: DescribeOptOutListsCommand_1.DescribeOptOutListsCommand,
|
|
106
|
-
DescribePhoneNumbersCommand: DescribePhoneNumbersCommand_1.DescribePhoneNumbersCommand,
|
|
107
|
-
DescribePoolsCommand: DescribePoolsCommand_1.DescribePoolsCommand,
|
|
108
|
-
DescribeRegistrationAttachmentsCommand: DescribeRegistrationAttachmentsCommand_1.DescribeRegistrationAttachmentsCommand,
|
|
109
|
-
DescribeRegistrationFieldDefinitionsCommand: DescribeRegistrationFieldDefinitionsCommand_1.DescribeRegistrationFieldDefinitionsCommand,
|
|
110
|
-
DescribeRegistrationFieldValuesCommand: DescribeRegistrationFieldValuesCommand_1.DescribeRegistrationFieldValuesCommand,
|
|
111
|
-
DescribeRegistrationsCommand: DescribeRegistrationsCommand_1.DescribeRegistrationsCommand,
|
|
112
|
-
DescribeRegistrationSectionDefinitionsCommand: DescribeRegistrationSectionDefinitionsCommand_1.DescribeRegistrationSectionDefinitionsCommand,
|
|
113
|
-
DescribeRegistrationTypeDefinitionsCommand: DescribeRegistrationTypeDefinitionsCommand_1.DescribeRegistrationTypeDefinitionsCommand,
|
|
114
|
-
DescribeRegistrationVersionsCommand: DescribeRegistrationVersionsCommand_1.DescribeRegistrationVersionsCommand,
|
|
115
|
-
DescribeSenderIdsCommand: DescribeSenderIdsCommand_1.DescribeSenderIdsCommand,
|
|
116
|
-
DescribeSpendLimitsCommand: DescribeSpendLimitsCommand_1.DescribeSpendLimitsCommand,
|
|
117
|
-
DescribeVerifiedDestinationNumbersCommand: DescribeVerifiedDestinationNumbersCommand_1.DescribeVerifiedDestinationNumbersCommand,
|
|
118
|
-
DisassociateOriginationIdentityCommand: DisassociateOriginationIdentityCommand_1.DisassociateOriginationIdentityCommand,
|
|
119
|
-
DiscardRegistrationVersionCommand: DiscardRegistrationVersionCommand_1.DiscardRegistrationVersionCommand,
|
|
120
|
-
ListPoolOriginationIdentitiesCommand: ListPoolOriginationIdentitiesCommand_1.ListPoolOriginationIdentitiesCommand,
|
|
121
|
-
ListRegistrationAssociationsCommand: ListRegistrationAssociationsCommand_1.ListRegistrationAssociationsCommand,
|
|
122
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
123
|
-
PutKeywordCommand: PutKeywordCommand_1.PutKeywordCommand,
|
|
124
|
-
PutOptedOutNumberCommand: PutOptedOutNumberCommand_1.PutOptedOutNumberCommand,
|
|
125
|
-
PutRegistrationFieldValueCommand: PutRegistrationFieldValueCommand_1.PutRegistrationFieldValueCommand,
|
|
126
|
-
ReleasePhoneNumberCommand: ReleasePhoneNumberCommand_1.ReleasePhoneNumberCommand,
|
|
127
|
-
ReleaseSenderIdCommand: ReleaseSenderIdCommand_1.ReleaseSenderIdCommand,
|
|
128
|
-
RequestPhoneNumberCommand: RequestPhoneNumberCommand_1.RequestPhoneNumberCommand,
|
|
129
|
-
RequestSenderIdCommand: RequestSenderIdCommand_1.RequestSenderIdCommand,
|
|
130
|
-
SendDestinationNumberVerificationCodeCommand: SendDestinationNumberVerificationCodeCommand_1.SendDestinationNumberVerificationCodeCommand,
|
|
131
|
-
SendTextMessageCommand: SendTextMessageCommand_1.SendTextMessageCommand,
|
|
132
|
-
SendVoiceMessageCommand: SendVoiceMessageCommand_1.SendVoiceMessageCommand,
|
|
133
|
-
SetDefaultMessageTypeCommand: SetDefaultMessageTypeCommand_1.SetDefaultMessageTypeCommand,
|
|
134
|
-
SetDefaultSenderIdCommand: SetDefaultSenderIdCommand_1.SetDefaultSenderIdCommand,
|
|
135
|
-
SetTextMessageSpendLimitOverrideCommand: SetTextMessageSpendLimitOverrideCommand_1.SetTextMessageSpendLimitOverrideCommand,
|
|
136
|
-
SetVoiceMessageSpendLimitOverrideCommand: SetVoiceMessageSpendLimitOverrideCommand_1.SetVoiceMessageSpendLimitOverrideCommand,
|
|
137
|
-
SubmitRegistrationVersionCommand: SubmitRegistrationVersionCommand_1.SubmitRegistrationVersionCommand,
|
|
138
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
139
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
140
|
-
UpdateEventDestinationCommand: UpdateEventDestinationCommand_1.UpdateEventDestinationCommand,
|
|
141
|
-
UpdatePhoneNumberCommand: UpdatePhoneNumberCommand_1.UpdatePhoneNumberCommand,
|
|
142
|
-
UpdatePoolCommand: UpdatePoolCommand_1.UpdatePoolCommand,
|
|
143
|
-
UpdateSenderIdCommand: UpdateSenderIdCommand_1.UpdateSenderIdCommand,
|
|
144
|
-
VerifyDestinationNumberCommand: VerifyDestinationNumberCommand_1.VerifyDestinationNumberCommand,
|
|
145
|
-
};
|
|
146
|
-
class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client {
|
|
147
|
-
}
|
|
148
|
-
exports.PinpointSMSVoiceV2 = PinpointSMSVoiceV2;
|
|
149
|
-
(0, smithy_client_1.createAggregatedClient)(commands, PinpointSMSVoiceV2);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PinpointSMSVoiceV2Client = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class PinpointSMSVoiceV2Client extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.PinpointSMSVoiceV2Client = PinpointSMSVoiceV2Client;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateOriginationIdentityCommand = 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 AssociateOriginationIdentityCommand 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", "AssociateOriginationIdentity", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "AssociateOriginationIdentityCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_AssociateOriginationIdentityCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_AssociateOriginationIdentityCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateOriginationIdentityCommand = AssociateOriginationIdentityCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateConfigurationSetCommand = 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 CreateConfigurationSetCommand 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", "CreateConfigurationSet", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "CreateConfigurationSetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_CreateConfigurationSetCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_CreateConfigurationSetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateConfigurationSetCommand = CreateConfigurationSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateEventDestinationCommand = 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 CreateEventDestinationCommand 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", "CreateEventDestination", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "CreateEventDestinationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_CreateEventDestinationCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_CreateEventDestinationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateEventDestinationCommand = CreateEventDestinationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateOptOutListCommand = 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 CreateOptOutListCommand 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", "CreateOptOutList", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "CreateOptOutListCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_CreateOptOutListCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_CreateOptOutListCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateOptOutListCommand = CreateOptOutListCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePoolCommand = 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 CreatePoolCommand 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", "CreatePool", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "CreatePoolCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_CreatePoolCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_CreatePoolCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePoolCommand = CreatePoolCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRegistrationAssociationCommand = 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 CreateRegistrationAssociationCommand 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", "CreateRegistrationAssociation", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "CreateRegistrationAssociationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_CreateRegistrationAssociationCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_CreateRegistrationAssociationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateRegistrationAssociationCommand = CreateRegistrationAssociationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRegistrationAttachmentCommand = 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 CreateRegistrationAttachmentCommand 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", "CreateRegistrationAttachment", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "CreateRegistrationAttachmentCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_CreateRegistrationAttachmentCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_CreateRegistrationAttachmentCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateRegistrationAttachmentCommand = CreateRegistrationAttachmentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRegistrationCommand = 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 CreateRegistrationCommand 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", "CreateRegistration", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "CreateRegistrationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_CreateRegistrationCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_CreateRegistrationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateRegistrationCommand = CreateRegistrationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRegistrationVersionCommand = 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 CreateRegistrationVersionCommand 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", "CreateRegistrationVersion", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "CreateRegistrationVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_CreateRegistrationVersionCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_CreateRegistrationVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateRegistrationVersionCommand = CreateRegistrationVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateVerifiedDestinationNumberCommand = 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 CreateVerifiedDestinationNumberCommand 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", "CreateVerifiedDestinationNumber", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "CreateVerifiedDestinationNumberCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_CreateVerifiedDestinationNumberCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_CreateVerifiedDestinationNumberCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateVerifiedDestinationNumberCommand = CreateVerifiedDestinationNumberCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteConfigurationSetCommand = 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 DeleteConfigurationSetCommand 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", "DeleteConfigurationSet", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "DeleteConfigurationSetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DeleteConfigurationSetCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DeleteConfigurationSetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteConfigurationSetCommand = DeleteConfigurationSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDefaultMessageTypeCommand = 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 DeleteDefaultMessageTypeCommand 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", "DeleteDefaultMessageType", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "DeleteDefaultMessageTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DeleteDefaultMessageTypeCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DeleteDefaultMessageTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteDefaultMessageTypeCommand = DeleteDefaultMessageTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDefaultSenderIdCommand = 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 DeleteDefaultSenderIdCommand 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", "DeleteDefaultSenderId", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "DeleteDefaultSenderIdCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DeleteDefaultSenderIdCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DeleteDefaultSenderIdCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteDefaultSenderIdCommand = DeleteDefaultSenderIdCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteEventDestinationCommand = 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 DeleteEventDestinationCommand 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", "DeleteEventDestination", {})
|
|
22
|
-
.n("PinpointSMSVoiceV2Client", "DeleteEventDestinationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DeleteEventDestinationCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DeleteEventDestinationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteEventDestinationCommand = DeleteEventDestinationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|