@aws-sdk/client-sns 3.490.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/SNS.js +1 -95
- package/dist-cjs/SNSClient.js +1 -43
- package/dist-cjs/commands/AddPermissionCommand.js +1 -28
- package/dist-cjs/commands/CheckIfPhoneNumberIsOptedOutCommand.js +1 -28
- package/dist-cjs/commands/ConfirmSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/CreatePlatformApplicationCommand.js +1 -28
- package/dist-cjs/commands/CreatePlatformEndpointCommand.js +1 -28
- package/dist-cjs/commands/CreateSMSSandboxPhoneNumberCommand.js +1 -28
- package/dist-cjs/commands/CreateTopicCommand.js +1 -28
- package/dist-cjs/commands/DeleteEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeletePlatformApplicationCommand.js +1 -28
- package/dist-cjs/commands/DeleteSMSSandboxPhoneNumberCommand.js +1 -28
- package/dist-cjs/commands/DeleteTopicCommand.js +1 -28
- package/dist-cjs/commands/GetDataProtectionPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetEndpointAttributesCommand.js +1 -28
- package/dist-cjs/commands/GetPlatformApplicationAttributesCommand.js +1 -28
- package/dist-cjs/commands/GetSMSAttributesCommand.js +1 -28
- package/dist-cjs/commands/GetSMSSandboxAccountStatusCommand.js +1 -28
- package/dist-cjs/commands/GetSubscriptionAttributesCommand.js +1 -28
- package/dist-cjs/commands/GetTopicAttributesCommand.js +1 -28
- package/dist-cjs/commands/ListEndpointsByPlatformApplicationCommand.js +1 -28
- package/dist-cjs/commands/ListOriginationNumbersCommand.js +1 -28
- package/dist-cjs/commands/ListPhoneNumbersOptedOutCommand.js +1 -28
- package/dist-cjs/commands/ListPlatformApplicationsCommand.js +1 -28
- package/dist-cjs/commands/ListSMSSandboxPhoneNumbersCommand.js +1 -28
- package/dist-cjs/commands/ListSubscriptionsByTopicCommand.js +1 -28
- package/dist-cjs/commands/ListSubscriptionsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTopicsCommand.js +1 -28
- package/dist-cjs/commands/OptInPhoneNumberCommand.js +1 -28
- package/dist-cjs/commands/PublishBatchCommand.js +1 -28
- package/dist-cjs/commands/PublishCommand.js +1 -28
- package/dist-cjs/commands/PutDataProtectionPolicyCommand.js +1 -28
- package/dist-cjs/commands/RemovePermissionCommand.js +1 -28
- package/dist-cjs/commands/SetEndpointAttributesCommand.js +1 -28
- package/dist-cjs/commands/SetPlatformApplicationAttributesCommand.js +1 -28
- package/dist-cjs/commands/SetSMSAttributesCommand.js +1 -28
- package/dist-cjs/commands/SetSubscriptionAttributesCommand.js +1 -28
- package/dist-cjs/commands/SetTopicAttributesCommand.js +1 -28
- package/dist-cjs/commands/SubscribeCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UnsubscribeCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/VerifySMSSandboxPhoneNumberCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -45
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5887 -11
- package/dist-cjs/models/SNSServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -478
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListEndpointsByPlatformApplicationPaginator.js +1 -7
- package/dist-cjs/pagination/ListOriginationNumbersPaginator.js +1 -7
- package/dist-cjs/pagination/ListPhoneNumbersOptedOutPaginator.js +1 -7
- package/dist-cjs/pagination/ListPlatformApplicationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSMSSandboxPhoneNumbersPaginator.js +1 -7
- package/dist-cjs/pagination/ListSubscriptionsByTopicPaginator.js +1 -7
- package/dist-cjs/pagination/ListSubscriptionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTopicsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -12
- package/dist-cjs/protocols/Aws_query.js +1 -4290
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/SNS.js
CHANGED
|
@@ -1,95 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SNS = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AddPermissionCommand_1 = require("./commands/AddPermissionCommand");
|
|
6
|
-
const CheckIfPhoneNumberIsOptedOutCommand_1 = require("./commands/CheckIfPhoneNumberIsOptedOutCommand");
|
|
7
|
-
const ConfirmSubscriptionCommand_1 = require("./commands/ConfirmSubscriptionCommand");
|
|
8
|
-
const CreatePlatformApplicationCommand_1 = require("./commands/CreatePlatformApplicationCommand");
|
|
9
|
-
const CreatePlatformEndpointCommand_1 = require("./commands/CreatePlatformEndpointCommand");
|
|
10
|
-
const CreateSMSSandboxPhoneNumberCommand_1 = require("./commands/CreateSMSSandboxPhoneNumberCommand");
|
|
11
|
-
const CreateTopicCommand_1 = require("./commands/CreateTopicCommand");
|
|
12
|
-
const DeleteEndpointCommand_1 = require("./commands/DeleteEndpointCommand");
|
|
13
|
-
const DeletePlatformApplicationCommand_1 = require("./commands/DeletePlatformApplicationCommand");
|
|
14
|
-
const DeleteSMSSandboxPhoneNumberCommand_1 = require("./commands/DeleteSMSSandboxPhoneNumberCommand");
|
|
15
|
-
const DeleteTopicCommand_1 = require("./commands/DeleteTopicCommand");
|
|
16
|
-
const GetDataProtectionPolicyCommand_1 = require("./commands/GetDataProtectionPolicyCommand");
|
|
17
|
-
const GetEndpointAttributesCommand_1 = require("./commands/GetEndpointAttributesCommand");
|
|
18
|
-
const GetPlatformApplicationAttributesCommand_1 = require("./commands/GetPlatformApplicationAttributesCommand");
|
|
19
|
-
const GetSMSAttributesCommand_1 = require("./commands/GetSMSAttributesCommand");
|
|
20
|
-
const GetSMSSandboxAccountStatusCommand_1 = require("./commands/GetSMSSandboxAccountStatusCommand");
|
|
21
|
-
const GetSubscriptionAttributesCommand_1 = require("./commands/GetSubscriptionAttributesCommand");
|
|
22
|
-
const GetTopicAttributesCommand_1 = require("./commands/GetTopicAttributesCommand");
|
|
23
|
-
const ListEndpointsByPlatformApplicationCommand_1 = require("./commands/ListEndpointsByPlatformApplicationCommand");
|
|
24
|
-
const ListOriginationNumbersCommand_1 = require("./commands/ListOriginationNumbersCommand");
|
|
25
|
-
const ListPhoneNumbersOptedOutCommand_1 = require("./commands/ListPhoneNumbersOptedOutCommand");
|
|
26
|
-
const ListPlatformApplicationsCommand_1 = require("./commands/ListPlatformApplicationsCommand");
|
|
27
|
-
const ListSMSSandboxPhoneNumbersCommand_1 = require("./commands/ListSMSSandboxPhoneNumbersCommand");
|
|
28
|
-
const ListSubscriptionsByTopicCommand_1 = require("./commands/ListSubscriptionsByTopicCommand");
|
|
29
|
-
const ListSubscriptionsCommand_1 = require("./commands/ListSubscriptionsCommand");
|
|
30
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
31
|
-
const ListTopicsCommand_1 = require("./commands/ListTopicsCommand");
|
|
32
|
-
const OptInPhoneNumberCommand_1 = require("./commands/OptInPhoneNumberCommand");
|
|
33
|
-
const PublishBatchCommand_1 = require("./commands/PublishBatchCommand");
|
|
34
|
-
const PublishCommand_1 = require("./commands/PublishCommand");
|
|
35
|
-
const PutDataProtectionPolicyCommand_1 = require("./commands/PutDataProtectionPolicyCommand");
|
|
36
|
-
const RemovePermissionCommand_1 = require("./commands/RemovePermissionCommand");
|
|
37
|
-
const SetEndpointAttributesCommand_1 = require("./commands/SetEndpointAttributesCommand");
|
|
38
|
-
const SetPlatformApplicationAttributesCommand_1 = require("./commands/SetPlatformApplicationAttributesCommand");
|
|
39
|
-
const SetSMSAttributesCommand_1 = require("./commands/SetSMSAttributesCommand");
|
|
40
|
-
const SetSubscriptionAttributesCommand_1 = require("./commands/SetSubscriptionAttributesCommand");
|
|
41
|
-
const SetTopicAttributesCommand_1 = require("./commands/SetTopicAttributesCommand");
|
|
42
|
-
const SubscribeCommand_1 = require("./commands/SubscribeCommand");
|
|
43
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
44
|
-
const UnsubscribeCommand_1 = require("./commands/UnsubscribeCommand");
|
|
45
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
46
|
-
const VerifySMSSandboxPhoneNumberCommand_1 = require("./commands/VerifySMSSandboxPhoneNumberCommand");
|
|
47
|
-
const SNSClient_1 = require("./SNSClient");
|
|
48
|
-
const commands = {
|
|
49
|
-
AddPermissionCommand: AddPermissionCommand_1.AddPermissionCommand,
|
|
50
|
-
CheckIfPhoneNumberIsOptedOutCommand: CheckIfPhoneNumberIsOptedOutCommand_1.CheckIfPhoneNumberIsOptedOutCommand,
|
|
51
|
-
ConfirmSubscriptionCommand: ConfirmSubscriptionCommand_1.ConfirmSubscriptionCommand,
|
|
52
|
-
CreatePlatformApplicationCommand: CreatePlatformApplicationCommand_1.CreatePlatformApplicationCommand,
|
|
53
|
-
CreatePlatformEndpointCommand: CreatePlatformEndpointCommand_1.CreatePlatformEndpointCommand,
|
|
54
|
-
CreateSMSSandboxPhoneNumberCommand: CreateSMSSandboxPhoneNumberCommand_1.CreateSMSSandboxPhoneNumberCommand,
|
|
55
|
-
CreateTopicCommand: CreateTopicCommand_1.CreateTopicCommand,
|
|
56
|
-
DeleteEndpointCommand: DeleteEndpointCommand_1.DeleteEndpointCommand,
|
|
57
|
-
DeletePlatformApplicationCommand: DeletePlatformApplicationCommand_1.DeletePlatformApplicationCommand,
|
|
58
|
-
DeleteSMSSandboxPhoneNumberCommand: DeleteSMSSandboxPhoneNumberCommand_1.DeleteSMSSandboxPhoneNumberCommand,
|
|
59
|
-
DeleteTopicCommand: DeleteTopicCommand_1.DeleteTopicCommand,
|
|
60
|
-
GetDataProtectionPolicyCommand: GetDataProtectionPolicyCommand_1.GetDataProtectionPolicyCommand,
|
|
61
|
-
GetEndpointAttributesCommand: GetEndpointAttributesCommand_1.GetEndpointAttributesCommand,
|
|
62
|
-
GetPlatformApplicationAttributesCommand: GetPlatformApplicationAttributesCommand_1.GetPlatformApplicationAttributesCommand,
|
|
63
|
-
GetSMSAttributesCommand: GetSMSAttributesCommand_1.GetSMSAttributesCommand,
|
|
64
|
-
GetSMSSandboxAccountStatusCommand: GetSMSSandboxAccountStatusCommand_1.GetSMSSandboxAccountStatusCommand,
|
|
65
|
-
GetSubscriptionAttributesCommand: GetSubscriptionAttributesCommand_1.GetSubscriptionAttributesCommand,
|
|
66
|
-
GetTopicAttributesCommand: GetTopicAttributesCommand_1.GetTopicAttributesCommand,
|
|
67
|
-
ListEndpointsByPlatformApplicationCommand: ListEndpointsByPlatformApplicationCommand_1.ListEndpointsByPlatformApplicationCommand,
|
|
68
|
-
ListOriginationNumbersCommand: ListOriginationNumbersCommand_1.ListOriginationNumbersCommand,
|
|
69
|
-
ListPhoneNumbersOptedOutCommand: ListPhoneNumbersOptedOutCommand_1.ListPhoneNumbersOptedOutCommand,
|
|
70
|
-
ListPlatformApplicationsCommand: ListPlatformApplicationsCommand_1.ListPlatformApplicationsCommand,
|
|
71
|
-
ListSMSSandboxPhoneNumbersCommand: ListSMSSandboxPhoneNumbersCommand_1.ListSMSSandboxPhoneNumbersCommand,
|
|
72
|
-
ListSubscriptionsCommand: ListSubscriptionsCommand_1.ListSubscriptionsCommand,
|
|
73
|
-
ListSubscriptionsByTopicCommand: ListSubscriptionsByTopicCommand_1.ListSubscriptionsByTopicCommand,
|
|
74
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
75
|
-
ListTopicsCommand: ListTopicsCommand_1.ListTopicsCommand,
|
|
76
|
-
OptInPhoneNumberCommand: OptInPhoneNumberCommand_1.OptInPhoneNumberCommand,
|
|
77
|
-
PublishCommand: PublishCommand_1.PublishCommand,
|
|
78
|
-
PublishBatchCommand: PublishBatchCommand_1.PublishBatchCommand,
|
|
79
|
-
PutDataProtectionPolicyCommand: PutDataProtectionPolicyCommand_1.PutDataProtectionPolicyCommand,
|
|
80
|
-
RemovePermissionCommand: RemovePermissionCommand_1.RemovePermissionCommand,
|
|
81
|
-
SetEndpointAttributesCommand: SetEndpointAttributesCommand_1.SetEndpointAttributesCommand,
|
|
82
|
-
SetPlatformApplicationAttributesCommand: SetPlatformApplicationAttributesCommand_1.SetPlatformApplicationAttributesCommand,
|
|
83
|
-
SetSMSAttributesCommand: SetSMSAttributesCommand_1.SetSMSAttributesCommand,
|
|
84
|
-
SetSubscriptionAttributesCommand: SetSubscriptionAttributesCommand_1.SetSubscriptionAttributesCommand,
|
|
85
|
-
SetTopicAttributesCommand: SetTopicAttributesCommand_1.SetTopicAttributesCommand,
|
|
86
|
-
SubscribeCommand: SubscribeCommand_1.SubscribeCommand,
|
|
87
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
88
|
-
UnsubscribeCommand: UnsubscribeCommand_1.UnsubscribeCommand,
|
|
89
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
90
|
-
VerifySMSSandboxPhoneNumberCommand: VerifySMSSandboxPhoneNumberCommand_1.VerifySMSSandboxPhoneNumberCommand,
|
|
91
|
-
};
|
|
92
|
-
class SNS extends SNSClient_1.SNSClient {
|
|
93
|
-
}
|
|
94
|
-
exports.SNS = SNS;
|
|
95
|
-
(0, smithy_client_1.createAggregatedClient)(commands, SNS);
|
|
1
|
+
module.exports = require("./index.js");
|
package/dist-cjs/SNSClient.js
CHANGED
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SNSClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class SNSClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.SNSClient = SNSClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddPermissionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class AddPermissionCommand 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("AmazonSimpleNotificationService", "AddPermission", {})
|
|
22
|
-
.n("SNSClient", "AddPermissionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_AddPermissionCommand)
|
|
25
|
-
.de(Aws_query_1.de_AddPermissionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AddPermissionCommand = AddPermissionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CheckIfPhoneNumberIsOptedOutCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CheckIfPhoneNumberIsOptedOutCommand 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("AmazonSimpleNotificationService", "CheckIfPhoneNumberIsOptedOut", {})
|
|
22
|
-
.n("SNSClient", "CheckIfPhoneNumberIsOptedOutCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CheckIfPhoneNumberIsOptedOutCommand)
|
|
25
|
-
.de(Aws_query_1.de_CheckIfPhoneNumberIsOptedOutCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CheckIfPhoneNumberIsOptedOutCommand = CheckIfPhoneNumberIsOptedOutCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConfirmSubscriptionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class ConfirmSubscriptionCommand 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("AmazonSimpleNotificationService", "ConfirmSubscription", {})
|
|
22
|
-
.n("SNSClient", "ConfirmSubscriptionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_ConfirmSubscriptionCommand)
|
|
25
|
-
.de(Aws_query_1.de_ConfirmSubscriptionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ConfirmSubscriptionCommand = ConfirmSubscriptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePlatformApplicationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreatePlatformApplicationCommand 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("AmazonSimpleNotificationService", "CreatePlatformApplication", {})
|
|
22
|
-
.n("SNSClient", "CreatePlatformApplicationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreatePlatformApplicationCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreatePlatformApplicationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePlatformApplicationCommand = CreatePlatformApplicationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePlatformEndpointCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreatePlatformEndpointCommand 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("AmazonSimpleNotificationService", "CreatePlatformEndpoint", {})
|
|
22
|
-
.n("SNSClient", "CreatePlatformEndpointCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreatePlatformEndpointCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreatePlatformEndpointCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePlatformEndpointCommand = CreatePlatformEndpointCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateSMSSandboxPhoneNumberCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreateSMSSandboxPhoneNumberCommand 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("AmazonSimpleNotificationService", "CreateSMSSandboxPhoneNumber", {})
|
|
22
|
-
.n("SNSClient", "CreateSMSSandboxPhoneNumberCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreateSMSSandboxPhoneNumberCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreateSMSSandboxPhoneNumberCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateSMSSandboxPhoneNumberCommand = CreateSMSSandboxPhoneNumberCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTopicCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreateTopicCommand 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("AmazonSimpleNotificationService", "CreateTopic", {})
|
|
22
|
-
.n("SNSClient", "CreateTopicCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreateTopicCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreateTopicCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateTopicCommand = CreateTopicCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteEndpointCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DeleteEndpointCommand 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("AmazonSimpleNotificationService", "DeleteEndpoint", {})
|
|
22
|
-
.n("SNSClient", "DeleteEndpointCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteEndpointCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteEndpointCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteEndpointCommand = DeleteEndpointCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePlatformApplicationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DeletePlatformApplicationCommand 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("AmazonSimpleNotificationService", "DeletePlatformApplication", {})
|
|
22
|
-
.n("SNSClient", "DeletePlatformApplicationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeletePlatformApplicationCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeletePlatformApplicationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePlatformApplicationCommand = DeletePlatformApplicationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteSMSSandboxPhoneNumberCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DeleteSMSSandboxPhoneNumberCommand 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("AmazonSimpleNotificationService", "DeleteSMSSandboxPhoneNumber", {})
|
|
22
|
-
.n("SNSClient", "DeleteSMSSandboxPhoneNumberCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteSMSSandboxPhoneNumberCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteSMSSandboxPhoneNumberCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteSMSSandboxPhoneNumberCommand = DeleteSMSSandboxPhoneNumberCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteTopicCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DeleteTopicCommand 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("AmazonSimpleNotificationService", "DeleteTopic", {})
|
|
22
|
-
.n("SNSClient", "DeleteTopicCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteTopicCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteTopicCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteTopicCommand = DeleteTopicCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDataProtectionPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class GetDataProtectionPolicyCommand 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("AmazonSimpleNotificationService", "GetDataProtectionPolicy", {})
|
|
22
|
-
.n("SNSClient", "GetDataProtectionPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_GetDataProtectionPolicyCommand)
|
|
25
|
-
.de(Aws_query_1.de_GetDataProtectionPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetDataProtectionPolicyCommand = GetDataProtectionPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetEndpointAttributesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class GetEndpointAttributesCommand 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("AmazonSimpleNotificationService", "GetEndpointAttributes", {})
|
|
22
|
-
.n("SNSClient", "GetEndpointAttributesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_GetEndpointAttributesCommand)
|
|
25
|
-
.de(Aws_query_1.de_GetEndpointAttributesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetEndpointAttributesCommand = GetEndpointAttributesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetPlatformApplicationAttributesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class GetPlatformApplicationAttributesCommand 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("AmazonSimpleNotificationService", "GetPlatformApplicationAttributes", {})
|
|
22
|
-
.n("SNSClient", "GetPlatformApplicationAttributesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_GetPlatformApplicationAttributesCommand)
|
|
25
|
-
.de(Aws_query_1.de_GetPlatformApplicationAttributesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetPlatformApplicationAttributesCommand = GetPlatformApplicationAttributesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetSMSAttributesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class GetSMSAttributesCommand 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("AmazonSimpleNotificationService", "GetSMSAttributes", {})
|
|
22
|
-
.n("SNSClient", "GetSMSAttributesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_GetSMSAttributesCommand)
|
|
25
|
-
.de(Aws_query_1.de_GetSMSAttributesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetSMSAttributesCommand = GetSMSAttributesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetSMSSandboxAccountStatusCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class GetSMSSandboxAccountStatusCommand 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("AmazonSimpleNotificationService", "GetSMSSandboxAccountStatus", {})
|
|
22
|
-
.n("SNSClient", "GetSMSSandboxAccountStatusCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_GetSMSSandboxAccountStatusCommand)
|
|
25
|
-
.de(Aws_query_1.de_GetSMSSandboxAccountStatusCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetSMSSandboxAccountStatusCommand = GetSMSSandboxAccountStatusCommand;
|
|
1
|
+
module.exports = require("../index.js");
|