@aws-sdk/client-sns 3.1077.0 → 3.1079.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/index.js +132 -505
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddPermissionCommand.js +2 -14
- package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -14
- package/dist-es/commands/ConfirmSubscriptionCommand.js +2 -14
- package/dist-es/commands/CreatePlatformApplicationCommand.js +2 -14
- package/dist-es/commands/CreatePlatformEndpointCommand.js +2 -14
- package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -14
- package/dist-es/commands/CreateTopicCommand.js +2 -14
- package/dist-es/commands/DeleteEndpointCommand.js +2 -14
- package/dist-es/commands/DeletePlatformApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -14
- package/dist-es/commands/DeleteTopicCommand.js +2 -14
- package/dist-es/commands/GetDataProtectionPolicyCommand.js +2 -14
- package/dist-es/commands/GetEndpointAttributesCommand.js +2 -14
- package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +2 -14
- package/dist-es/commands/GetSMSAttributesCommand.js +2 -14
- package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +2 -14
- package/dist-es/commands/GetSubscriptionAttributesCommand.js +2 -14
- package/dist-es/commands/GetTopicAttributesCommand.js +2 -14
- package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +2 -14
- package/dist-es/commands/ListOriginationNumbersCommand.js +2 -14
- package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +2 -14
- package/dist-es/commands/ListPlatformApplicationsCommand.js +2 -14
- package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -14
- package/dist-es/commands/ListSubscriptionsByTopicCommand.js +2 -14
- package/dist-es/commands/ListSubscriptionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTopicsCommand.js +2 -14
- package/dist-es/commands/OptInPhoneNumberCommand.js +2 -14
- package/dist-es/commands/PublishBatchCommand.js +2 -14
- package/dist-es/commands/PublishCommand.js +2 -14
- package/dist-es/commands/PutDataProtectionPolicyCommand.js +2 -14
- package/dist-es/commands/RemovePermissionCommand.js +2 -14
- package/dist-es/commands/SetEndpointAttributesCommand.js +2 -14
- package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +2 -14
- package/dist-es/commands/SetSMSAttributesCommand.js +2 -14
- package/dist-es/commands/SetSubscriptionAttributesCommand.js +2 -14
- package/dist-es/commands/SetTopicAttributesCommand.js +2 -14
- package/dist-es/commands/SubscribeCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UnsubscribeCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddPermissionCommand.d.ts +3 -8
- package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTopicCommand.d.ts +3 -8
- package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetEndpointAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetSMSAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetTopicAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +3 -8
- package/dist-types/commands/ListOriginationNumbersCommand.d.ts +3 -8
- package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +3 -8
- package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +3 -8
- package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +3 -8
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTopicsCommand.d.ts +3 -8
- package/dist-types/commands/OptInPhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/PublishBatchCommand.d.ts +3 -8
- package/dist-types/commands/PublishCommand.d.ts +3 -8
- package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
- package/dist-types/commands/SetEndpointAttributesCommand.d.ts +3 -8
- package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +3 -8
- package/dist-types/commands/SetSMSAttributesCommand.d.ts +3 -8
- package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +3 -8
- package/dist-types/commands/SetTopicAttributesCommand.d.ts +3 -8
- package/dist-types/commands/SubscribeCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UnsubscribeCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RemovePermission$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RemovePermissionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSimpleNotificationService", "RemovePermission", {})
|
|
13
|
-
.n("SNSClient", "RemovePermissionCommand")
|
|
14
|
-
.sc(RemovePermission$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RemovePermissionCommand extends command(_ep0, _mw0, "RemovePermission", RemovePermission$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SetEndpointAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetEndpointAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSimpleNotificationService", "SetEndpointAttributes", {})
|
|
13
|
-
.n("SNSClient", "SetEndpointAttributesCommand")
|
|
14
|
-
.sc(SetEndpointAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetEndpointAttributesCommand extends command(_ep0, _mw0, "SetEndpointAttributes", SetEndpointAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SetPlatformApplicationAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetPlatformApplicationAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSimpleNotificationService", "SetPlatformApplicationAttributes", {})
|
|
13
|
-
.n("SNSClient", "SetPlatformApplicationAttributesCommand")
|
|
14
|
-
.sc(SetPlatformApplicationAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetPlatformApplicationAttributesCommand extends command(_ep0, _mw0, "SetPlatformApplicationAttributes", SetPlatformApplicationAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SetSMSAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetSMSAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSimpleNotificationService", "SetSMSAttributes", {})
|
|
13
|
-
.n("SNSClient", "SetSMSAttributesCommand")
|
|
14
|
-
.sc(SetSMSAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetSMSAttributesCommand extends command(_ep0, _mw0, "SetSMSAttributes", SetSMSAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SetSubscriptionAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetSubscriptionAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSimpleNotificationService", "SetSubscriptionAttributes", {})
|
|
13
|
-
.n("SNSClient", "SetSubscriptionAttributesCommand")
|
|
14
|
-
.sc(SetSubscriptionAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetSubscriptionAttributesCommand extends command(_ep0, _mw0, "SetSubscriptionAttributes", SetSubscriptionAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SetTopicAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetTopicAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSimpleNotificationService", "SetTopicAttributes", {})
|
|
13
|
-
.n("SNSClient", "SetTopicAttributesCommand")
|
|
14
|
-
.sc(SetTopicAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetTopicAttributesCommand extends command(_ep0, _mw0, "SetTopicAttributes", SetTopicAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { Subscribe$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SubscribeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSimpleNotificationService", "Subscribe", {})
|
|
13
|
-
.n("SNSClient", "SubscribeCommand")
|
|
14
|
-
.sc(Subscribe$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SubscribeCommand extends command(_ep0, _mw0, "Subscribe", Subscribe$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSimpleNotificationService", "TagResource", {})
|
|
13
|
-
.n("SNSClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { Unsubscribe$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UnsubscribeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSimpleNotificationService", "Unsubscribe", {})
|
|
13
|
-
.n("SNSClient", "UnsubscribeCommand")
|
|
14
|
-
.sc(Unsubscribe$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UnsubscribeCommand extends command(_ep0, _mw0, "Unsubscribe", Unsubscribe$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSimpleNotificationService", "UntagResource", {})
|
|
13
|
-
.n("SNSClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { VerifySMSSandboxPhoneNumber$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class VerifySMSSandboxPhoneNumberCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSimpleNotificationService", "VerifySMSSandboxPhoneNumber", {})
|
|
13
|
-
.n("SNSClient", "VerifySMSSandboxPhoneNumberCommand")
|
|
14
|
-
.sc(VerifySMSSandboxPhoneNumber$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class VerifySMSSandboxPhoneNumberCommand extends command(_ep0, _mw0, "VerifySMSSandboxPhoneNumber", VerifySMSSandboxPhoneNumber$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "./SNSClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AddPermissionInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AddPermissionCommandInput extends AddPermissionInput {
|
|
|
22
19
|
export interface AddPermissionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AddPermissionCommand_base: {
|
|
25
|
-
new (input: AddPermissionCommandInput): import("@smithy/core/client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AddPermissionCommandInput): import("@smithy/core/client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AddPermissionCommandInput): import("@smithy/core/client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AddPermissionCommandInput): import("@smithy/core/client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds a statement to a topic's access control policy, granting access for the specified
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CheckIfPhoneNumberIsOptedOutInput, CheckIfPhoneNumberIsOptedOutResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CheckIfPhoneNumberIsOptedOutCommandInput extends CheckIfPhoneNu
|
|
|
22
19
|
export interface CheckIfPhoneNumberIsOptedOutCommandOutput extends CheckIfPhoneNumberIsOptedOutResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CheckIfPhoneNumberIsOptedOutCommand_base: {
|
|
25
|
-
new (input: CheckIfPhoneNumberIsOptedOutCommandInput): import("@smithy/core/client").CommandImpl<CheckIfPhoneNumberIsOptedOutCommandInput, CheckIfPhoneNumberIsOptedOutCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CheckIfPhoneNumberIsOptedOutCommandInput): import("@smithy/core/client").CommandImpl<CheckIfPhoneNumberIsOptedOutCommandInput, CheckIfPhoneNumberIsOptedOutCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CheckIfPhoneNumberIsOptedOutCommandInput): import("@smithy/core/client").CommandImpl<CheckIfPhoneNumberIsOptedOutCommandInput, CheckIfPhoneNumberIsOptedOutCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CheckIfPhoneNumberIsOptedOutCommandInput): import("@smithy/core/client").CommandImpl<CheckIfPhoneNumberIsOptedOutCommandInput, CheckIfPhoneNumberIsOptedOutCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Accepts a phone number and indicates whether the phone holder has opted out of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ConfirmSubscriptionInput, ConfirmSubscriptionResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ConfirmSubscriptionCommandInput extends ConfirmSubscriptionInpu
|
|
|
22
19
|
export interface ConfirmSubscriptionCommandOutput extends ConfirmSubscriptionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ConfirmSubscriptionCommand_base: {
|
|
25
|
-
new (input: ConfirmSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ConfirmSubscriptionCommandInput, ConfirmSubscriptionCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ConfirmSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ConfirmSubscriptionCommandInput, ConfirmSubscriptionCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ConfirmSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ConfirmSubscriptionCommandInput, ConfirmSubscriptionCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ConfirmSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ConfirmSubscriptionCommandInput, ConfirmSubscriptionCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Verifies an endpoint owner's intent to receive messages by validating the token sent
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreatePlatformApplicationInput, CreatePlatformApplicationResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreatePlatformApplicationCommandInput extends CreatePlatformApp
|
|
|
22
19
|
export interface CreatePlatformApplicationCommandOutput extends CreatePlatformApplicationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePlatformApplicationCommand_base: {
|
|
25
|
-
new (input: CreatePlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformApplicationCommandInput, CreatePlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformApplicationCommandInput, CreatePlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformApplicationCommandInput, CreatePlatformApplicationCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformApplicationCommandInput, CreatePlatformApplicationCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a platform application object for one of the supported push notification
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateEndpointResponse, CreatePlatformEndpointInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreatePlatformEndpointCommandInput extends CreatePlatformEndpoi
|
|
|
22
19
|
export interface CreatePlatformEndpointCommandOutput extends CreateEndpointResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePlatformEndpointCommand_base: {
|
|
25
|
-
new (input: CreatePlatformEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformEndpointCommandInput, CreatePlatformEndpointCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePlatformEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformEndpointCommandInput, CreatePlatformEndpointCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePlatformEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformEndpointCommandInput, CreatePlatformEndpointCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePlatformEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformEndpointCommandInput, CreatePlatformEndpointCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an endpoint for a device and mobile app on one of the supported push
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateSMSSandboxPhoneNumberInput, CreateSMSSandboxPhoneNumberResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSMSSandboxPhoneNumberCommandInput extends CreateSMSSandbo
|
|
|
22
19
|
export interface CreateSMSSandboxPhoneNumberCommandOutput extends CreateSMSSandboxPhoneNumberResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSMSSandboxPhoneNumberCommand_base: {
|
|
25
|
-
new (input: CreateSMSSandboxPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<CreateSMSSandboxPhoneNumberCommandInput, CreateSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSMSSandboxPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<CreateSMSSandboxPhoneNumberCommandInput, CreateSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSMSSandboxPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<CreateSMSSandboxPhoneNumberCommandInput, CreateSMSSandboxPhoneNumberCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSMSSandboxPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<CreateSMSSandboxPhoneNumberCommandInput, CreateSMSSandboxPhoneNumberCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds a destination phone number to an Amazon Web Services account in the SMS sandbox and sends a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateTopicInput, CreateTopicResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateTopicCommandInput extends CreateTopicInput {
|
|
|
22
19
|
export interface CreateTopicCommandOutput extends CreateTopicResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateTopicCommand_base: {
|
|
25
|
-
new (input: CreateTopicCommandInput): import("@smithy/core/client").CommandImpl<CreateTopicCommandInput, CreateTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateTopicCommandInput): import("@smithy/core/client").CommandImpl<CreateTopicCommandInput, CreateTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateTopicCommandInput): import("@smithy/core/client").CommandImpl<CreateTopicCommandInput, CreateTopicCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateTopicCommandInput): import("@smithy/core/client").CommandImpl<CreateTopicCommandInput, CreateTopicCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a topic to which notifications can be published. Users can create at most
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteEndpointInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteEndpointCommandInput extends DeleteEndpointInput {
|
|
|
22
19
|
export interface DeleteEndpointCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteEndpointCommand_base: {
|
|
25
|
-
new (input: DeleteEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the endpoint for a device and mobile app from Amazon SNS. This action is
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeletePlatformApplicationInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeletePlatformApplicationCommandInput extends DeletePlatformApp
|
|
|
22
19
|
export interface DeletePlatformApplicationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeletePlatformApplicationCommand_base: {
|
|
25
|
-
new (input: DeletePlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeletePlatformApplicationCommandInput, DeletePlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeletePlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeletePlatformApplicationCommandInput, DeletePlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeletePlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeletePlatformApplicationCommandInput, DeletePlatformApplicationCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeletePlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeletePlatformApplicationCommandInput, DeletePlatformApplicationCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a platform application object for one of the supported push notification
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteSMSSandboxPhoneNumberInput, DeleteSMSSandboxPhoneNumberResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSMSSandboxPhoneNumberCommandInput extends DeleteSMSSandbo
|
|
|
22
19
|
export interface DeleteSMSSandboxPhoneNumberCommandOutput extends DeleteSMSSandboxPhoneNumberResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSMSSandboxPhoneNumberCommand_base: {
|
|
25
|
-
new (input: DeleteSMSSandboxPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSMSSandboxPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSMSSandboxPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSMSSandboxPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Amazon Web Services account's verified or pending phone number from the SMS
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteTopicInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteTopicCommandInput extends DeleteTopicInput {
|
|
|
22
19
|
export interface DeleteTopicCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteTopicCommand_base: {
|
|
25
|
-
new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a topic and all its subscriptions. Deleting a topic might prevent some
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetDataProtectionPolicyInput, GetDataProtectionPolicyResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDataProtectionPolicyCommandInput extends GetDataProtectionPo
|
|
|
22
19
|
export interface GetDataProtectionPolicyCommandOutput extends GetDataProtectionPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDataProtectionPolicyCommand_base: {
|
|
25
|
-
new (input: GetDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the specified inline <code>DataProtectionPolicy</code> document that is
|