@aws-sdk/client-sns 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/SNS.d.ts +766 -215
- package/dist-types/ts3.4/SNSClient.d.ts +380 -115
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +42 -42
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SNSServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1101 -962
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOriginationNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlatformApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSubscriptionsByTopicPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +509 -128
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
SetSMSAttributesInput,
|
|
10
|
+
SetSMSAttributesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface SetSMSAttributesCommandInput extends SetSMSAttributesInput {}
|
|
18
|
+
export interface SetSMSAttributesCommandOutput
|
|
19
|
+
extends SetSMSAttributesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class SetSMSAttributesCommand extends $Command<
|
|
23
|
+
SetSMSAttributesCommandInput,
|
|
24
|
+
SetSMSAttributesCommandOutput,
|
|
25
|
+
SNSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SetSMSAttributesCommandInput;
|
|
28
|
+
constructor(input: SetSMSAttributesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SNSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<SetSMSAttributesCommandInput, SetSMSAttributesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { SetSubscriptionAttributesInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface SetSubscriptionAttributesCommandInput
|
|
15
|
+
extends SetSubscriptionAttributesInput {}
|
|
16
|
+
export interface SetSubscriptionAttributesCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class SetSubscriptionAttributesCommand extends $Command<
|
|
20
|
+
SetSubscriptionAttributesCommandInput,
|
|
21
|
+
SetSubscriptionAttributesCommandOutput,
|
|
22
|
+
SNSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: SetSubscriptionAttributesCommandInput;
|
|
25
|
+
constructor(input: SetSubscriptionAttributesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SNSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
SetSubscriptionAttributesCommandInput,
|
|
33
|
+
SetSubscriptionAttributesCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { SetTopicAttributesInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface SetTopicAttributesCommandInput
|
|
15
|
+
extends SetTopicAttributesInput {}
|
|
16
|
+
export interface SetTopicAttributesCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class SetTopicAttributesCommand extends $Command<
|
|
19
|
+
SetTopicAttributesCommandInput,
|
|
20
|
+
SetTopicAttributesCommandOutput,
|
|
21
|
+
SNSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: SetTopicAttributesCommandInput;
|
|
24
|
+
constructor(input: SetTopicAttributesCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: SNSClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<SetTopicAttributesCommandInput, SetTopicAttributesCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { SubscribeInput, SubscribeResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface SubscribeCommandInput extends SubscribeInput {}
|
|
15
|
+
export interface SubscribeCommandOutput
|
|
16
|
+
extends SubscribeResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class SubscribeCommand extends $Command<
|
|
20
|
+
SubscribeCommandInput,
|
|
21
|
+
SubscribeCommandOutput,
|
|
22
|
+
SNSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: SubscribeCommandInput;
|
|
25
|
+
constructor(input: SubscribeCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SNSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<SubscribeCommandInput, SubscribeCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
SNSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SNSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { UnsubscribeInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface UnsubscribeCommandInput extends UnsubscribeInput {}
|
|
15
|
+
export interface UnsubscribeCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class UnsubscribeCommand extends $Command<
|
|
18
|
+
UnsubscribeCommandInput,
|
|
19
|
+
UnsubscribeCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UnsubscribeCommandInput;
|
|
23
|
+
constructor(input: UnsubscribeCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SNSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UnsubscribeCommandInput, UnsubscribeCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UntagResourceRequest,
|
|
10
|
+
UntagResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
SNSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SNSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
VerifySMSSandboxPhoneNumberInput,
|
|
10
|
+
VerifySMSSandboxPhoneNumberResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface VerifySMSSandboxPhoneNumberCommandInput
|
|
18
|
+
extends VerifySMSSandboxPhoneNumberInput {}
|
|
19
|
+
export interface VerifySMSSandboxPhoneNumberCommandOutput
|
|
20
|
+
extends VerifySMSSandboxPhoneNumberResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class VerifySMSSandboxPhoneNumberCommand extends $Command<
|
|
24
|
+
VerifySMSSandboxPhoneNumberCommandInput,
|
|
25
|
+
VerifySMSSandboxPhoneNumberCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: VerifySMSSandboxPhoneNumberCommandInput;
|
|
29
|
+
constructor(input: VerifySMSSandboxPhoneNumberCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
VerifySMSSandboxPhoneNumberCommandInput,
|
|
37
|
+
VerifySMSSandboxPhoneNumberCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
export * from "./AddPermissionCommand";
|
|
2
|
-
export * from "./CheckIfPhoneNumberIsOptedOutCommand";
|
|
3
|
-
export * from "./ConfirmSubscriptionCommand";
|
|
4
|
-
export * from "./CreatePlatformApplicationCommand";
|
|
5
|
-
export * from "./CreatePlatformEndpointCommand";
|
|
6
|
-
export * from "./CreateSMSSandboxPhoneNumberCommand";
|
|
7
|
-
export * from "./CreateTopicCommand";
|
|
8
|
-
export * from "./DeleteEndpointCommand";
|
|
9
|
-
export * from "./DeletePlatformApplicationCommand";
|
|
10
|
-
export * from "./DeleteSMSSandboxPhoneNumberCommand";
|
|
11
|
-
export * from "./DeleteTopicCommand";
|
|
12
|
-
export * from "./GetDataProtectionPolicyCommand";
|
|
13
|
-
export * from "./GetEndpointAttributesCommand";
|
|
14
|
-
export * from "./GetPlatformApplicationAttributesCommand";
|
|
15
|
-
export * from "./GetSMSAttributesCommand";
|
|
16
|
-
export * from "./GetSMSSandboxAccountStatusCommand";
|
|
17
|
-
export * from "./GetSubscriptionAttributesCommand";
|
|
18
|
-
export * from "./GetTopicAttributesCommand";
|
|
19
|
-
export * from "./ListEndpointsByPlatformApplicationCommand";
|
|
20
|
-
export * from "./ListOriginationNumbersCommand";
|
|
21
|
-
export * from "./ListPhoneNumbersOptedOutCommand";
|
|
22
|
-
export * from "./ListPlatformApplicationsCommand";
|
|
23
|
-
export * from "./ListSMSSandboxPhoneNumbersCommand";
|
|
24
|
-
export * from "./ListSubscriptionsByTopicCommand";
|
|
25
|
-
export * from "./ListSubscriptionsCommand";
|
|
26
|
-
export * from "./ListTagsForResourceCommand";
|
|
27
|
-
export * from "./ListTopicsCommand";
|
|
28
|
-
export * from "./OptInPhoneNumberCommand";
|
|
29
|
-
export * from "./PublishBatchCommand";
|
|
30
|
-
export * from "./PublishCommand";
|
|
31
|
-
export * from "./PutDataProtectionPolicyCommand";
|
|
32
|
-
export * from "./RemovePermissionCommand";
|
|
33
|
-
export * from "./SetEndpointAttributesCommand";
|
|
34
|
-
export * from "./SetPlatformApplicationAttributesCommand";
|
|
35
|
-
export * from "./SetSMSAttributesCommand";
|
|
36
|
-
export * from "./SetSubscriptionAttributesCommand";
|
|
37
|
-
export * from "./SetTopicAttributesCommand";
|
|
38
|
-
export * from "./SubscribeCommand";
|
|
39
|
-
export * from "./TagResourceCommand";
|
|
40
|
-
export * from "./UnsubscribeCommand";
|
|
41
|
-
export * from "./UntagResourceCommand";
|
|
42
|
-
export * from "./VerifySMSSandboxPhoneNumberCommand";
|
|
1
|
+
export * from "./AddPermissionCommand";
|
|
2
|
+
export * from "./CheckIfPhoneNumberIsOptedOutCommand";
|
|
3
|
+
export * from "./ConfirmSubscriptionCommand";
|
|
4
|
+
export * from "./CreatePlatformApplicationCommand";
|
|
5
|
+
export * from "./CreatePlatformEndpointCommand";
|
|
6
|
+
export * from "./CreateSMSSandboxPhoneNumberCommand";
|
|
7
|
+
export * from "./CreateTopicCommand";
|
|
8
|
+
export * from "./DeleteEndpointCommand";
|
|
9
|
+
export * from "./DeletePlatformApplicationCommand";
|
|
10
|
+
export * from "./DeleteSMSSandboxPhoneNumberCommand";
|
|
11
|
+
export * from "./DeleteTopicCommand";
|
|
12
|
+
export * from "./GetDataProtectionPolicyCommand";
|
|
13
|
+
export * from "./GetEndpointAttributesCommand";
|
|
14
|
+
export * from "./GetPlatformApplicationAttributesCommand";
|
|
15
|
+
export * from "./GetSMSAttributesCommand";
|
|
16
|
+
export * from "./GetSMSSandboxAccountStatusCommand";
|
|
17
|
+
export * from "./GetSubscriptionAttributesCommand";
|
|
18
|
+
export * from "./GetTopicAttributesCommand";
|
|
19
|
+
export * from "./ListEndpointsByPlatformApplicationCommand";
|
|
20
|
+
export * from "./ListOriginationNumbersCommand";
|
|
21
|
+
export * from "./ListPhoneNumbersOptedOutCommand";
|
|
22
|
+
export * from "./ListPlatformApplicationsCommand";
|
|
23
|
+
export * from "./ListSMSSandboxPhoneNumbersCommand";
|
|
24
|
+
export * from "./ListSubscriptionsByTopicCommand";
|
|
25
|
+
export * from "./ListSubscriptionsCommand";
|
|
26
|
+
export * from "./ListTagsForResourceCommand";
|
|
27
|
+
export * from "./ListTopicsCommand";
|
|
28
|
+
export * from "./OptInPhoneNumberCommand";
|
|
29
|
+
export * from "./PublishBatchCommand";
|
|
30
|
+
export * from "./PublishCommand";
|
|
31
|
+
export * from "./PutDataProtectionPolicyCommand";
|
|
32
|
+
export * from "./RemovePermissionCommand";
|
|
33
|
+
export * from "./SetEndpointAttributesCommand";
|
|
34
|
+
export * from "./SetPlatformApplicationAttributesCommand";
|
|
35
|
+
export * from "./SetSMSAttributesCommand";
|
|
36
|
+
export * from "./SetSubscriptionAttributesCommand";
|
|
37
|
+
export * from "./SetTopicAttributesCommand";
|
|
38
|
+
export * from "./SubscribeCommand";
|
|
39
|
+
export * from "./TagResourceCommand";
|
|
40
|
+
export * from "./UnsubscribeCommand";
|
|
41
|
+
export * from "./UntagResourceCommand";
|
|
42
|
+
export * from "./VerifySMSSandboxPhoneNumberCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./SNS";
|
|
2
|
-
export * from "./SNSClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { SNSServiceException } from "./models/SNSServiceException";
|
|
1
|
+
export * from "./SNS";
|
|
2
|
+
export * from "./SNSClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { SNSServiceException } from "./models/SNSServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class SNSServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|