@aws-sdk/client-pinpoint-sms-voice-v2 3.478.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateOriginationIdentityCommand.js +18 -41
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +18 -41
- package/dist-cjs/commands/CreateEventDestinationCommand.js +18 -41
- package/dist-cjs/commands/CreateOptOutListCommand.js +18 -41
- package/dist-cjs/commands/CreatePoolCommand.js +18 -41
- package/dist-cjs/commands/CreateRegistrationAssociationCommand.js +18 -41
- package/dist-cjs/commands/CreateRegistrationAttachmentCommand.js +18 -41
- package/dist-cjs/commands/CreateRegistrationCommand.js +18 -41
- package/dist-cjs/commands/CreateRegistrationVersionCommand.js +18 -41
- package/dist-cjs/commands/CreateVerifiedDestinationNumberCommand.js +18 -41
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +18 -41
- package/dist-cjs/commands/DeleteDefaultMessageTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteDefaultSenderIdCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventDestinationCommand.js +18 -41
- package/dist-cjs/commands/DeleteKeywordCommand.js +18 -41
- package/dist-cjs/commands/DeleteOptOutListCommand.js +18 -41
- package/dist-cjs/commands/DeleteOptedOutNumberCommand.js +18 -41
- package/dist-cjs/commands/DeletePoolCommand.js +18 -41
- package/dist-cjs/commands/DeleteRegistrationAttachmentCommand.js +18 -41
- package/dist-cjs/commands/DeleteRegistrationCommand.js +18 -41
- package/dist-cjs/commands/DeleteRegistrationFieldValueCommand.js +18 -41
- package/dist-cjs/commands/DeleteTextMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-cjs/commands/DeleteVerifiedDestinationNumberCommand.js +18 -41
- package/dist-cjs/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-cjs/commands/DescribeConfigurationSetsCommand.js +18 -41
- package/dist-cjs/commands/DescribeKeywordsCommand.js +18 -41
- package/dist-cjs/commands/DescribeOptOutListsCommand.js +18 -41
- package/dist-cjs/commands/DescribeOptedOutNumbersCommand.js +18 -41
- package/dist-cjs/commands/DescribePhoneNumbersCommand.js +18 -41
- package/dist-cjs/commands/DescribePoolsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationAttachmentsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationFieldDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationFieldValuesCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationSectionDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationTypeDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationVersionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeSenderIdsCommand.js +18 -41
- package/dist-cjs/commands/DescribeSpendLimitsCommand.js +18 -41
- package/dist-cjs/commands/DescribeVerifiedDestinationNumbersCommand.js +18 -41
- package/dist-cjs/commands/DisassociateOriginationIdentityCommand.js +18 -41
- package/dist-cjs/commands/DiscardRegistrationVersionCommand.js +18 -41
- package/dist-cjs/commands/ListPoolOriginationIdentitiesCommand.js +18 -41
- package/dist-cjs/commands/ListRegistrationAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutKeywordCommand.js +18 -41
- package/dist-cjs/commands/PutOptedOutNumberCommand.js +18 -41
- package/dist-cjs/commands/PutRegistrationFieldValueCommand.js +18 -41
- package/dist-cjs/commands/ReleasePhoneNumberCommand.js +18 -41
- package/dist-cjs/commands/ReleaseSenderIdCommand.js +18 -41
- package/dist-cjs/commands/RequestPhoneNumberCommand.js +18 -41
- package/dist-cjs/commands/RequestSenderIdCommand.js +18 -41
- package/dist-cjs/commands/SendDestinationNumberVerificationCodeCommand.js +18 -41
- package/dist-cjs/commands/SendTextMessageCommand.js +18 -41
- package/dist-cjs/commands/SendVoiceMessageCommand.js +18 -41
- package/dist-cjs/commands/SetDefaultMessageTypeCommand.js +18 -41
- package/dist-cjs/commands/SetDefaultSenderIdCommand.js +18 -41
- package/dist-cjs/commands/SetTextMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-cjs/commands/SetVoiceMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-cjs/commands/SubmitRegistrationVersionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateEventDestinationCommand.js +18 -41
- package/dist-cjs/commands/UpdatePhoneNumberCommand.js +18 -41
- package/dist-cjs/commands/UpdatePoolCommand.js +18 -41
- package/dist-cjs/commands/UpdateSenderIdCommand.js +18 -41
- package/dist-cjs/commands/VerifyDestinationNumberCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateOriginationIdentityCommand.js +18 -41
- package/dist-es/commands/CreateConfigurationSetCommand.js +18 -41
- package/dist-es/commands/CreateEventDestinationCommand.js +18 -41
- package/dist-es/commands/CreateOptOutListCommand.js +18 -41
- package/dist-es/commands/CreatePoolCommand.js +18 -41
- package/dist-es/commands/CreateRegistrationAssociationCommand.js +18 -41
- package/dist-es/commands/CreateRegistrationAttachmentCommand.js +18 -41
- package/dist-es/commands/CreateRegistrationCommand.js +18 -41
- package/dist-es/commands/CreateRegistrationVersionCommand.js +18 -41
- package/dist-es/commands/CreateVerifiedDestinationNumberCommand.js +18 -41
- package/dist-es/commands/DeleteConfigurationSetCommand.js +18 -41
- package/dist-es/commands/DeleteDefaultMessageTypeCommand.js +18 -41
- package/dist-es/commands/DeleteDefaultSenderIdCommand.js +18 -41
- package/dist-es/commands/DeleteEventDestinationCommand.js +18 -41
- package/dist-es/commands/DeleteKeywordCommand.js +18 -41
- package/dist-es/commands/DeleteOptOutListCommand.js +18 -41
- package/dist-es/commands/DeleteOptedOutNumberCommand.js +18 -41
- package/dist-es/commands/DeletePoolCommand.js +18 -41
- package/dist-es/commands/DeleteRegistrationAttachmentCommand.js +18 -41
- package/dist-es/commands/DeleteRegistrationCommand.js +18 -41
- package/dist-es/commands/DeleteRegistrationFieldValueCommand.js +18 -41
- package/dist-es/commands/DeleteTextMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-es/commands/DeleteVerifiedDestinationNumberCommand.js +18 -41
- package/dist-es/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-es/commands/DescribeAccountAttributesCommand.js +18 -41
- package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-es/commands/DescribeConfigurationSetsCommand.js +18 -41
- package/dist-es/commands/DescribeKeywordsCommand.js +18 -41
- package/dist-es/commands/DescribeOptOutListsCommand.js +18 -41
- package/dist-es/commands/DescribeOptedOutNumbersCommand.js +18 -41
- package/dist-es/commands/DescribePhoneNumbersCommand.js +18 -41
- package/dist-es/commands/DescribePoolsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationAttachmentsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationFieldDefinitionsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationFieldValuesCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationSectionDefinitionsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationTypeDefinitionsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationVersionsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationsCommand.js +18 -41
- package/dist-es/commands/DescribeSenderIdsCommand.js +18 -41
- package/dist-es/commands/DescribeSpendLimitsCommand.js +18 -41
- package/dist-es/commands/DescribeVerifiedDestinationNumbersCommand.js +18 -41
- package/dist-es/commands/DisassociateOriginationIdentityCommand.js +18 -41
- package/dist-es/commands/DiscardRegistrationVersionCommand.js +18 -41
- package/dist-es/commands/ListPoolOriginationIdentitiesCommand.js +18 -41
- package/dist-es/commands/ListRegistrationAssociationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutKeywordCommand.js +18 -41
- package/dist-es/commands/PutOptedOutNumberCommand.js +18 -41
- package/dist-es/commands/PutRegistrationFieldValueCommand.js +18 -41
- package/dist-es/commands/ReleasePhoneNumberCommand.js +18 -41
- package/dist-es/commands/ReleaseSenderIdCommand.js +18 -41
- package/dist-es/commands/RequestPhoneNumberCommand.js +18 -41
- package/dist-es/commands/RequestSenderIdCommand.js +18 -41
- package/dist-es/commands/SendDestinationNumberVerificationCodeCommand.js +18 -41
- package/dist-es/commands/SendTextMessageCommand.js +18 -41
- package/dist-es/commands/SendVoiceMessageCommand.js +18 -41
- package/dist-es/commands/SetDefaultMessageTypeCommand.js +18 -41
- package/dist-es/commands/SetDefaultSenderIdCommand.js +18 -41
- package/dist-es/commands/SetTextMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-es/commands/SetVoiceMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-es/commands/SubmitRegistrationVersionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateEventDestinationCommand.js +18 -41
- package/dist-es/commands/UpdatePhoneNumberCommand.js +18 -41
- package/dist-es/commands/UpdatePoolCommand.js +18 -41
- package/dist-es/commands/UpdateSenderIdCommand.js +18 -41
- package/dist-es/commands/VerifyDestinationNumberCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateOriginationIdentityCommand.d.ts +6 -21
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -21
- package/dist-types/commands/CreateEventDestinationCommand.d.ts +6 -21
- package/dist-types/commands/CreateOptOutListCommand.d.ts +6 -21
- package/dist-types/commands/CreatePoolCommand.d.ts +6 -21
- package/dist-types/commands/CreateRegistrationAssociationCommand.d.ts +6 -21
- package/dist-types/commands/CreateRegistrationAttachmentCommand.d.ts +6 -21
- package/dist-types/commands/CreateRegistrationCommand.d.ts +6 -21
- package/dist-types/commands/CreateRegistrationVersionCommand.d.ts +6 -21
- package/dist-types/commands/CreateVerifiedDestinationNumberCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDefaultMessageTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDefaultSenderIdCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventDestinationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKeywordCommand.d.ts +6 -21
- package/dist-types/commands/DeleteOptOutListCommand.d.ts +6 -21
- package/dist-types/commands/DeleteOptedOutNumberCommand.d.ts +6 -21
- package/dist-types/commands/DeletePoolCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRegistrationAttachmentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRegistrationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRegistrationFieldValueCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVerifiedDestinationNumberCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeConfigurationSetsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeKeywordsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOptOutListsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOptedOutNumbersCommand.d.ts +6 -21
- package/dist-types/commands/DescribePhoneNumbersCommand.d.ts +6 -21
- package/dist-types/commands/DescribePoolsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationAttachmentsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationFieldDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationFieldValuesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationSectionDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationTypeDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationVersionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSenderIdsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSpendLimitsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeVerifiedDestinationNumbersCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateOriginationIdentityCommand.d.ts +6 -21
- package/dist-types/commands/DiscardRegistrationVersionCommand.d.ts +6 -21
- package/dist-types/commands/ListPoolOriginationIdentitiesCommand.d.ts +6 -21
- package/dist-types/commands/ListRegistrationAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutKeywordCommand.d.ts +6 -21
- package/dist-types/commands/PutOptedOutNumberCommand.d.ts +6 -21
- package/dist-types/commands/PutRegistrationFieldValueCommand.d.ts +6 -21
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +6 -21
- package/dist-types/commands/ReleaseSenderIdCommand.d.ts +6 -21
- package/dist-types/commands/RequestPhoneNumberCommand.d.ts +6 -21
- package/dist-types/commands/RequestSenderIdCommand.d.ts +6 -21
- package/dist-types/commands/SendDestinationNumberVerificationCodeCommand.d.ts +6 -21
- package/dist-types/commands/SendTextMessageCommand.d.ts +6 -21
- package/dist-types/commands/SendVoiceMessageCommand.d.ts +6 -21
- package/dist-types/commands/SetDefaultMessageTypeCommand.d.ts +6 -21
- package/dist-types/commands/SetDefaultSenderIdCommand.d.ts +6 -21
- package/dist-types/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +6 -21
- package/dist-types/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +6 -21
- package/dist-types/commands/SubmitRegistrationVersionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEventDestinationCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePoolCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSenderIdCommand.d.ts +6 -21
- package/dist-types/commands/VerifyDestinationNumberCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateOriginationIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateEventDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateOptOutListCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRegistrationAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateRegistrationAttachmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateRegistrationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRegistrationVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateVerifiedDestinationNumberCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDefaultMessageTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDefaultSenderIdCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEventDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteKeywordCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteOptOutListCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteOptedOutNumberCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRegistrationAttachmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRegistrationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRegistrationFieldValueCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteVerifiedDestinationNumberCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeConfigurationSetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeKeywordsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeOptOutListsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeOptedOutNumbersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePhoneNumbersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePoolsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeRegistrationAttachmentsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationFieldDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationFieldValuesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationSectionDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationTypeDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSenderIdsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSpendLimitsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeVerifiedDestinationNumbersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateOriginationIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DiscardRegistrationVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPoolOriginationIdentitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListRegistrationAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutKeywordCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutOptedOutNumberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutRegistrationFieldValueCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ReleaseSenderIdCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RequestPhoneNumberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RequestSenderIdCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SendDestinationNumberVerificationCodeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SendTextMessageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SendVoiceMessageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetDefaultMessageTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetDefaultSenderIdCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SubmitRegistrationVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateEventDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSenderIdCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/VerifyDestinationNumberCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class AssociateOriginationIdentityCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
-
const commandName = "AssociateOriginationIdentityCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "PinpointSMSVoiceV2",
|
|
38
|
-
operation: "AssociateOriginationIdentity",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_AssociateOriginationIdentityCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_AssociateOriginationIdentityCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.AssociateOriginationIdentityCommand = AssociateOriginationIdentityCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateConfigurationSetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
-
const commandName = "CreateConfigurationSetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "PinpointSMSVoiceV2",
|
|
38
|
-
operation: "CreateConfigurationSet",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateConfigurationSetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateConfigurationSetCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateConfigurationSetCommand = CreateConfigurationSetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateEventDestinationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
-
const commandName = "CreateEventDestinationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "PinpointSMSVoiceV2",
|
|
38
|
-
operation: "CreateEventDestination",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateEventDestinationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateEventDestinationCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateEventDestinationCommand = CreateEventDestinationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateOptOutListCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
-
const commandName = "CreateOptOutListCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "PinpointSMSVoiceV2",
|
|
38
|
-
operation: "CreateOptOutList",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateOptOutListCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateOptOutListCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateOptOutListCommand = CreateOptOutListCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreatePoolCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
-
const commandName = "CreatePoolCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "PinpointSMSVoiceV2",
|
|
38
|
-
operation: "CreatePool",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreatePoolCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreatePoolCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreatePoolCommand = CreatePoolCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateRegistrationAssociationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
-
const commandName = "CreateRegistrationAssociationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "PinpointSMSVoiceV2",
|
|
38
|
-
operation: "CreateRegistrationAssociation",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateRegistrationAssociationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateRegistrationAssociationCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateRegistrationAssociationCommand = CreateRegistrationAssociationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateRegistrationAttachmentCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
-
const commandName = "CreateRegistrationAttachmentCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "PinpointSMSVoiceV2",
|
|
38
|
-
operation: "CreateRegistrationAttachment",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateRegistrationAttachmentCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateRegistrationAttachmentCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateRegistrationAttachmentCommand = CreateRegistrationAttachmentCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateRegistrationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
-
const commandName = "CreateRegistrationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "PinpointSMSVoiceV2",
|
|
38
|
-
operation: "CreateRegistration",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateRegistrationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateRegistrationCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateRegistrationCommand = CreateRegistrationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateRegistrationVersionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
-
const commandName = "CreateRegistrationVersionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "PinpointSMSVoiceV2",
|
|
38
|
-
operation: "CreateRegistrationVersion",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateRegistrationVersionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateRegistrationVersionCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateRegistrationVersionCommand = CreateRegistrationVersionCommand;
|