@aws-sdk/client-pinpoint-sms-voice-v2 3.61.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/CHANGELOG.md +11 -0
- package/LICENSE +201 -0
- package/README.md +221 -0
- package/dist-cjs/PinpointSMSVoiceV2.js +652 -0
- package/dist-cjs/PinpointSMSVoiceV2Client.js +35 -0
- package/dist-cjs/commands/AssociateOriginationIdentityCommand.js +36 -0
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +36 -0
- package/dist-cjs/commands/CreateEventDestinationCommand.js +36 -0
- package/dist-cjs/commands/CreateOptOutListCommand.js +36 -0
- package/dist-cjs/commands/CreatePoolCommand.js +36 -0
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +36 -0
- package/dist-cjs/commands/DeleteDefaultMessageTypeCommand.js +36 -0
- package/dist-cjs/commands/DeleteDefaultSenderIdCommand.js +36 -0
- package/dist-cjs/commands/DeleteEventDestinationCommand.js +36 -0
- package/dist-cjs/commands/DeleteKeywordCommand.js +36 -0
- package/dist-cjs/commands/DeleteOptOutListCommand.js +36 -0
- package/dist-cjs/commands/DeleteOptedOutNumberCommand.js +36 -0
- package/dist-cjs/commands/DeletePoolCommand.js +36 -0
- package/dist-cjs/commands/DeleteTextMessageSpendLimitOverrideCommand.js +36 -0
- package/dist-cjs/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +36 -0
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +36 -0
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +36 -0
- package/dist-cjs/commands/DescribeConfigurationSetsCommand.js +36 -0
- package/dist-cjs/commands/DescribeKeywordsCommand.js +36 -0
- package/dist-cjs/commands/DescribeOptOutListsCommand.js +36 -0
- package/dist-cjs/commands/DescribeOptedOutNumbersCommand.js +36 -0
- package/dist-cjs/commands/DescribePhoneNumbersCommand.js +36 -0
- package/dist-cjs/commands/DescribePoolsCommand.js +36 -0
- package/dist-cjs/commands/DescribeSenderIdsCommand.js +36 -0
- package/dist-cjs/commands/DescribeSpendLimitsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateOriginationIdentityCommand.js +36 -0
- package/dist-cjs/commands/ListPoolOriginationIdentitiesCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/PutKeywordCommand.js +36 -0
- package/dist-cjs/commands/PutOptedOutNumberCommand.js +36 -0
- package/dist-cjs/commands/ReleasePhoneNumberCommand.js +36 -0
- package/dist-cjs/commands/RequestPhoneNumberCommand.js +36 -0
- package/dist-cjs/commands/SendTextMessageCommand.js +36 -0
- package/dist-cjs/commands/SendVoiceMessageCommand.js +36 -0
- package/dist-cjs/commands/SetDefaultMessageTypeCommand.js +36 -0
- package/dist-cjs/commands/SetDefaultSenderIdCommand.js +36 -0
- package/dist-cjs/commands/SetTextMessageSpendLimitOverrideCommand.js +36 -0
- package/dist-cjs/commands/SetVoiceMessageSpendLimitOverrideCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateEventDestinationCommand.js +36 -0
- package/dist-cjs/commands/UpdatePhoneNumberCommand.js +36 -0
- package/dist-cjs/commands/UpdatePoolCommand.js +36 -0
- package/dist-cjs/commands/index.js +46 -0
- package/dist-cjs/endpoints.js +131 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/PinpointSMSVoiceV2ServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1074 -0
- package/dist-cjs/pagination/DescribeAccountAttributesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeConfigurationSetsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeKeywordsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeOptOutListsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeOptedOutNumbersPaginator.js +35 -0
- package/dist-cjs/pagination/DescribePhoneNumbersPaginator.js +35 -0
- package/dist-cjs/pagination/DescribePoolsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeSenderIdsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeSpendLimitsPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListPoolOriginationIdentitiesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +15 -0
- package/dist-cjs/protocols/Aws_json1_0.js +4247 -0
- package/dist-cjs/runtimeConfig.browser.js +45 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/PinpointSMSVoiceV2.js +655 -0
- package/dist-es/PinpointSMSVoiceV2Client.js +37 -0
- package/dist-es/commands/AssociateOriginationIdentityCommand.js +39 -0
- package/dist-es/commands/CreateConfigurationSetCommand.js +39 -0
- package/dist-es/commands/CreateEventDestinationCommand.js +39 -0
- package/dist-es/commands/CreateOptOutListCommand.js +39 -0
- package/dist-es/commands/CreatePoolCommand.js +39 -0
- package/dist-es/commands/DeleteConfigurationSetCommand.js +39 -0
- package/dist-es/commands/DeleteDefaultMessageTypeCommand.js +39 -0
- package/dist-es/commands/DeleteDefaultSenderIdCommand.js +39 -0
- package/dist-es/commands/DeleteEventDestinationCommand.js +39 -0
- package/dist-es/commands/DeleteKeywordCommand.js +39 -0
- package/dist-es/commands/DeleteOptOutListCommand.js +39 -0
- package/dist-es/commands/DeleteOptedOutNumberCommand.js +39 -0
- package/dist-es/commands/DeletePoolCommand.js +39 -0
- package/dist-es/commands/DeleteTextMessageSpendLimitOverrideCommand.js +39 -0
- package/dist-es/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +39 -0
- package/dist-es/commands/DescribeAccountAttributesCommand.js +39 -0
- package/dist-es/commands/DescribeAccountLimitsCommand.js +39 -0
- package/dist-es/commands/DescribeConfigurationSetsCommand.js +39 -0
- package/dist-es/commands/DescribeKeywordsCommand.js +39 -0
- package/dist-es/commands/DescribeOptOutListsCommand.js +39 -0
- package/dist-es/commands/DescribeOptedOutNumbersCommand.js +39 -0
- package/dist-es/commands/DescribePhoneNumbersCommand.js +39 -0
- package/dist-es/commands/DescribePoolsCommand.js +39 -0
- package/dist-es/commands/DescribeSenderIdsCommand.js +39 -0
- package/dist-es/commands/DescribeSpendLimitsCommand.js +39 -0
- package/dist-es/commands/DisassociateOriginationIdentityCommand.js +39 -0
- package/dist-es/commands/ListPoolOriginationIdentitiesCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutKeywordCommand.js +39 -0
- package/dist-es/commands/PutOptedOutNumberCommand.js +39 -0
- package/dist-es/commands/ReleasePhoneNumberCommand.js +39 -0
- package/dist-es/commands/RequestPhoneNumberCommand.js +39 -0
- package/dist-es/commands/SendTextMessageCommand.js +39 -0
- package/dist-es/commands/SendVoiceMessageCommand.js +39 -0
- package/dist-es/commands/SetDefaultMessageTypeCommand.js +39 -0
- package/dist-es/commands/SetDefaultSenderIdCommand.js +39 -0
- package/dist-es/commands/SetTextMessageSpendLimitOverrideCommand.js +39 -0
- package/dist-es/commands/SetVoiceMessageSpendLimitOverrideCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateEventDestinationCommand.js +39 -0
- package/dist-es/commands/UpdatePhoneNumberCommand.js +39 -0
- package/dist-es/commands/UpdatePoolCommand.js +39 -0
- package/dist-es/commands/index.js +43 -0
- package/dist-es/endpoints.js +127 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/PinpointSMSVoiceV2ServiceException.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +841 -0
- package/dist-es/pagination/DescribeAccountAttributesPaginator.js +74 -0
- package/dist-es/pagination/DescribeAccountLimitsPaginator.js +74 -0
- package/dist-es/pagination/DescribeConfigurationSetsPaginator.js +74 -0
- package/dist-es/pagination/DescribeKeywordsPaginator.js +74 -0
- package/dist-es/pagination/DescribeOptOutListsPaginator.js +74 -0
- package/dist-es/pagination/DescribeOptedOutNumbersPaginator.js +74 -0
- package/dist-es/pagination/DescribePhoneNumbersPaginator.js +74 -0
- package/dist-es/pagination/DescribePoolsPaginator.js +74 -0
- package/dist-es/pagination/DescribeSenderIdsPaginator.js +74 -0
- package/dist-es/pagination/DescribeSpendLimitsPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListPoolOriginationIdentitiesPaginator.js +74 -0
- package/dist-es/pagination/index.js +12 -0
- package/dist-es/protocols/Aws_json1_0.js +4868 -0
- package/dist-es/runtimeConfig.browser.js +26 -0
- package/dist-es/runtimeConfig.js +28 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/PinpointSMSVoiceV2.d.ts +517 -0
- package/dist-types/PinpointSMSVoiceV2Client.d.ts +202 -0
- package/dist-types/commands/AssociateOriginationIdentityCommand.d.ts +39 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +39 -0
- package/dist-types/commands/CreateEventDestinationCommand.d.ts +43 -0
- package/dist-types/commands/CreateOptOutListCommand.d.ts +43 -0
- package/dist-types/commands/CreatePoolCommand.d.ts +43 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +38 -0
- package/dist-types/commands/DeleteDefaultMessageTypeCommand.d.ts +40 -0
- package/dist-types/commands/DeleteDefaultSenderIdCommand.d.ts +38 -0
- package/dist-types/commands/DeleteEventDestinationCommand.d.ts +39 -0
- package/dist-types/commands/DeleteKeywordCommand.d.ts +41 -0
- package/dist-types/commands/DeleteOptOutListCommand.d.ts +38 -0
- package/dist-types/commands/DeleteOptedOutNumberCommand.d.ts +39 -0
- package/dist-types/commands/DeletePoolCommand.d.ts +41 -0
- package/dist-types/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +39 -0
- package/dist-types/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +39 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +41 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +42 -0
- package/dist-types/commands/DescribeConfigurationSetsCommand.d.ts +41 -0
- package/dist-types/commands/DescribeKeywordsCommand.d.ts +42 -0
- package/dist-types/commands/DescribeOptOutListsCommand.d.ts +40 -0
- package/dist-types/commands/DescribeOptedOutNumbersCommand.d.ts +42 -0
- package/dist-types/commands/DescribePhoneNumbersCommand.d.ts +41 -0
- package/dist-types/commands/DescribePoolsCommand.d.ts +44 -0
- package/dist-types/commands/DescribeSenderIdsCommand.d.ts +40 -0
- package/dist-types/commands/DescribeSpendLimitsCommand.d.ts +41 -0
- package/dist-types/commands/DisassociateOriginationIdentityCommand.d.ts +37 -0
- package/dist-types/commands/ListPoolOriginationIdentitiesCommand.d.ts +37 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PutKeywordCommand.d.ts +42 -0
- package/dist-types/commands/PutOptedOutNumberCommand.d.ts +37 -0
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +38 -0
- package/dist-types/commands/RequestPhoneNumberCommand.d.ts +37 -0
- package/dist-types/commands/SendTextMessageCommand.d.ts +40 -0
- package/dist-types/commands/SendVoiceMessageCommand.d.ts +37 -0
- package/dist-types/commands/SetDefaultMessageTypeCommand.d.ts +40 -0
- package/dist-types/commands/SetDefaultSenderIdCommand.d.ts +38 -0
- package/dist-types/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +37 -0
- package/dist-types/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +37 -0
- package/dist-types/commands/TagResourceCommand.d.ts +40 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UpdateEventDestinationCommand.d.ts +40 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +39 -0
- package/dist-types/commands/UpdatePoolCommand.d.ts +38 -0
- package/dist-types/commands/index.d.ts +43 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/PinpointSMSVoiceV2ServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3339 -0
- package/dist-types/pagination/DescribeAccountAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeConfigurationSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeKeywordsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeOptOutListsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeOptedOutNumbersPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribePhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribePoolsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeSenderIdsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeSpendLimitsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListPoolOriginationIdentitiesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +12 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +131 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/dist-types/runtimeConfig.d.ts +40 -0
- package/dist-types/runtimeConfig.native.d.ts +39 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/PinpointSMSVoiceV2.d.ts +220 -0
- package/dist-types/ts3.4/PinpointSMSVoiceV2Client.d.ts +116 -0
- package/dist-types/ts3.4/commands/AssociateOriginationIdentityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEventDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateOptOutListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDefaultMessageTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDefaultSenderIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEventDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteKeywordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteOptOutListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteOptedOutNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeKeywordsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOptOutListsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOptedOutNumbersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePhoneNumbersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSenderIdsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpendLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateOriginationIdentityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPoolOriginationIdentitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutKeywordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutOptedOutNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestPhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendTextMessageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendVoiceMessageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetDefaultMessageTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetDefaultSenderIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEventDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +43 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/PinpointSMSVoiceV2ServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1883 -0
- package/dist-types/ts3.4/pagination/DescribeAccountAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeConfigurationSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeKeywordsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOptOutListsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOptedOutNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSenderIdsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSpendLimitsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListPoolOriginationIdentitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +131 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +95 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeAccountAttributesRequest, DescribeAccountAttributesResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DescribeAccountAttributesCommand, serializeAws_json1_0DescribeAccountAttributesCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DescribeAccountAttributesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeAccountAttributesCommand, _super);
|
|
8
|
+
function DescribeAccountAttributesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeAccountAttributesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "DescribeAccountAttributesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeAccountAttributesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAccountAttributesResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeAccountAttributesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DescribeAccountAttributesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeAccountAttributesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DescribeAccountAttributesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeAccountAttributesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeAccountAttributesCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeAccountLimitsRequest, DescribeAccountLimitsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DescribeAccountLimitsCommand, serializeAws_json1_0DescribeAccountLimitsCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DescribeAccountLimitsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeAccountLimitsCommand, _super);
|
|
8
|
+
function DescribeAccountLimitsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeAccountLimitsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "DescribeAccountLimitsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeAccountLimitsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAccountLimitsResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeAccountLimitsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DescribeAccountLimitsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeAccountLimitsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DescribeAccountLimitsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeAccountLimitsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeAccountLimitsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeConfigurationSetsRequest, DescribeConfigurationSetsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DescribeConfigurationSetsCommand, serializeAws_json1_0DescribeConfigurationSetsCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DescribeConfigurationSetsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeConfigurationSetsCommand, _super);
|
|
8
|
+
function DescribeConfigurationSetsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeConfigurationSetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "DescribeConfigurationSetsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeConfigurationSetsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeConfigurationSetsResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeConfigurationSetsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DescribeConfigurationSetsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeConfigurationSetsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DescribeConfigurationSetsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeConfigurationSetsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeConfigurationSetsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeKeywordsRequest, DescribeKeywordsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DescribeKeywordsCommand, serializeAws_json1_0DescribeKeywordsCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DescribeKeywordsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeKeywordsCommand, _super);
|
|
8
|
+
function DescribeKeywordsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeKeywordsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "DescribeKeywordsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeKeywordsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeKeywordsResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeKeywordsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DescribeKeywordsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeKeywordsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DescribeKeywordsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeKeywordsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeKeywordsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeOptOutListsRequest, DescribeOptOutListsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DescribeOptOutListsCommand, serializeAws_json1_0DescribeOptOutListsCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DescribeOptOutListsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeOptOutListsCommand, _super);
|
|
8
|
+
function DescribeOptOutListsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeOptOutListsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "DescribeOptOutListsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeOptOutListsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeOptOutListsResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeOptOutListsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DescribeOptOutListsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeOptOutListsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DescribeOptOutListsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeOptOutListsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeOptOutListsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeOptedOutNumbersRequest, DescribeOptedOutNumbersResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DescribeOptedOutNumbersCommand, serializeAws_json1_0DescribeOptedOutNumbersCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DescribeOptedOutNumbersCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeOptedOutNumbersCommand, _super);
|
|
8
|
+
function DescribeOptedOutNumbersCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeOptedOutNumbersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "DescribeOptedOutNumbersCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeOptedOutNumbersRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeOptedOutNumbersResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeOptedOutNumbersCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DescribeOptedOutNumbersCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeOptedOutNumbersCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DescribeOptedOutNumbersCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeOptedOutNumbersCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeOptedOutNumbersCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribePhoneNumbersRequest, DescribePhoneNumbersResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DescribePhoneNumbersCommand, serializeAws_json1_0DescribePhoneNumbersCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DescribePhoneNumbersCommand = (function (_super) {
|
|
7
|
+
__extends(DescribePhoneNumbersCommand, _super);
|
|
8
|
+
function DescribePhoneNumbersCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribePhoneNumbersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "DescribePhoneNumbersCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribePhoneNumbersRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribePhoneNumbersResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribePhoneNumbersCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DescribePhoneNumbersCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribePhoneNumbersCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DescribePhoneNumbersCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribePhoneNumbersCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribePhoneNumbersCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribePoolsRequest, DescribePoolsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DescribePoolsCommand, serializeAws_json1_0DescribePoolsCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DescribePoolsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribePoolsCommand, _super);
|
|
8
|
+
function DescribePoolsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribePoolsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "DescribePoolsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribePoolsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribePoolsResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribePoolsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DescribePoolsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribePoolsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DescribePoolsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribePoolsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribePoolsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeSenderIdsRequest, DescribeSenderIdsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DescribeSenderIdsCommand, serializeAws_json1_0DescribeSenderIdsCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DescribeSenderIdsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeSenderIdsCommand, _super);
|
|
8
|
+
function DescribeSenderIdsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeSenderIdsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "DescribeSenderIdsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeSenderIdsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeSenderIdsResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeSenderIdsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DescribeSenderIdsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeSenderIdsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DescribeSenderIdsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeSenderIdsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeSenderIdsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeSpendLimitsRequest, DescribeSpendLimitsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DescribeSpendLimitsCommand, serializeAws_json1_0DescribeSpendLimitsCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DescribeSpendLimitsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeSpendLimitsCommand, _super);
|
|
8
|
+
function DescribeSpendLimitsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeSpendLimitsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "DescribeSpendLimitsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeSpendLimitsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeSpendLimitsResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeSpendLimitsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DescribeSpendLimitsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeSpendLimitsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DescribeSpendLimitsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeSpendLimitsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeSpendLimitsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DisassociateOriginationIdentityRequest, DisassociateOriginationIdentityResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DisassociateOriginationIdentityCommand, serializeAws_json1_0DisassociateOriginationIdentityCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DisassociateOriginationIdentityCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateOriginationIdentityCommand, _super);
|
|
8
|
+
function DisassociateOriginationIdentityCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DisassociateOriginationIdentityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "DisassociateOriginationIdentityCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DisassociateOriginationIdentityRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateOriginationIdentityResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DisassociateOriginationIdentityCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DisassociateOriginationIdentityCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DisassociateOriginationIdentityCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DisassociateOriginationIdentityCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DisassociateOriginationIdentityCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateOriginationIdentityCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListPoolOriginationIdentitiesRequest, ListPoolOriginationIdentitiesResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0ListPoolOriginationIdentitiesCommand, serializeAws_json1_0ListPoolOriginationIdentitiesCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var ListPoolOriginationIdentitiesCommand = (function (_super) {
|
|
7
|
+
__extends(ListPoolOriginationIdentitiesCommand, _super);
|
|
8
|
+
function ListPoolOriginationIdentitiesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListPoolOriginationIdentitiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "ListPoolOriginationIdentitiesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListPoolOriginationIdentitiesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPoolOriginationIdentitiesResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListPoolOriginationIdentitiesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0ListPoolOriginationIdentitiesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListPoolOriginationIdentitiesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0ListPoolOriginationIdentitiesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListPoolOriginationIdentitiesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListPoolOriginationIdentitiesCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0ListTagsForResourceCommand, serializeAws_json1_0ListTagsForResourceCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var ListTagsForResourceCommand = (function (_super) {
|
|
7
|
+
__extends(ListTagsForResourceCommand, _super);
|
|
8
|
+
function ListTagsForResourceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "ListTagsForResourceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListTagsForResourceCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0ListTagsForResourceCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListTagsForResourceCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0ListTagsForResourceCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListTagsForResourceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListTagsForResourceCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { PutKeywordRequest, PutKeywordResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0PutKeywordCommand, serializeAws_json1_0PutKeywordCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var PutKeywordCommand = (function (_super) {
|
|
7
|
+
__extends(PutKeywordCommand, _super);
|
|
8
|
+
function PutKeywordCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
PutKeywordCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "PutKeywordCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: PutKeywordRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutKeywordResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutKeywordCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0PutKeywordCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
PutKeywordCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0PutKeywordCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return PutKeywordCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutKeywordCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { PutOptedOutNumberRequest, PutOptedOutNumberResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0PutOptedOutNumberCommand, serializeAws_json1_0PutOptedOutNumberCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var PutOptedOutNumberCommand = (function (_super) {
|
|
7
|
+
__extends(PutOptedOutNumberCommand, _super);
|
|
8
|
+
function PutOptedOutNumberCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
PutOptedOutNumberCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "PutOptedOutNumberCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: PutOptedOutNumberRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutOptedOutNumberResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutOptedOutNumberCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0PutOptedOutNumberCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
PutOptedOutNumberCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0PutOptedOutNumberCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return PutOptedOutNumberCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutOptedOutNumberCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ReleasePhoneNumberRequest, ReleasePhoneNumberResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0ReleasePhoneNumberCommand, serializeAws_json1_0ReleasePhoneNumberCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var ReleasePhoneNumberCommand = (function (_super) {
|
|
7
|
+
__extends(ReleasePhoneNumberCommand, _super);
|
|
8
|
+
function ReleasePhoneNumberCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ReleasePhoneNumberCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "PinpointSMSVoiceV2Client";
|
|
18
|
+
var commandName = "ReleasePhoneNumberCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ReleasePhoneNumberRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ReleasePhoneNumberResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ReleasePhoneNumberCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0ReleasePhoneNumberCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ReleasePhoneNumberCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0ReleasePhoneNumberCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ReleasePhoneNumberCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ReleasePhoneNumberCommand };
|