@aws-sdk/client-sns 3.169.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 +8 -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,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
|
+
GetPlatformApplicationAttributesInput,
|
|
10
|
+
GetPlatformApplicationAttributesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface GetPlatformApplicationAttributesCommandInput
|
|
18
|
+
extends GetPlatformApplicationAttributesInput {}
|
|
19
|
+
export interface GetPlatformApplicationAttributesCommandOutput
|
|
20
|
+
extends GetPlatformApplicationAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetPlatformApplicationAttributesCommand extends $Command<
|
|
24
|
+
GetPlatformApplicationAttributesCommandInput,
|
|
25
|
+
GetPlatformApplicationAttributesCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetPlatformApplicationAttributesCommandInput;
|
|
29
|
+
constructor(input: GetPlatformApplicationAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetPlatformApplicationAttributesCommandInput,
|
|
37
|
+
GetPlatformApplicationAttributesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
GetSMSAttributesInput,
|
|
10
|
+
GetSMSAttributesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface GetSMSAttributesCommandInput extends GetSMSAttributesInput {}
|
|
18
|
+
export interface GetSMSAttributesCommandOutput
|
|
19
|
+
extends GetSMSAttributesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetSMSAttributesCommand extends $Command<
|
|
23
|
+
GetSMSAttributesCommandInput,
|
|
24
|
+
GetSMSAttributesCommandOutput,
|
|
25
|
+
SNSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetSMSAttributesCommandInput;
|
|
28
|
+
constructor(input: GetSMSAttributesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SNSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput>;
|
|
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
|
+
GetSMSSandboxAccountStatusInput,
|
|
10
|
+
GetSMSSandboxAccountStatusResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface GetSMSSandboxAccountStatusCommandInput
|
|
18
|
+
extends GetSMSSandboxAccountStatusInput {}
|
|
19
|
+
export interface GetSMSSandboxAccountStatusCommandOutput
|
|
20
|
+
extends GetSMSSandboxAccountStatusResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetSMSSandboxAccountStatusCommand extends $Command<
|
|
24
|
+
GetSMSSandboxAccountStatusCommandInput,
|
|
25
|
+
GetSMSSandboxAccountStatusCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetSMSSandboxAccountStatusCommandInput;
|
|
29
|
+
constructor(input: GetSMSSandboxAccountStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetSMSSandboxAccountStatusCommandInput,
|
|
37
|
+
GetSMSSandboxAccountStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
GetSubscriptionAttributesInput,
|
|
10
|
+
GetSubscriptionAttributesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface GetSubscriptionAttributesCommandInput
|
|
18
|
+
extends GetSubscriptionAttributesInput {}
|
|
19
|
+
export interface GetSubscriptionAttributesCommandOutput
|
|
20
|
+
extends GetSubscriptionAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetSubscriptionAttributesCommand extends $Command<
|
|
24
|
+
GetSubscriptionAttributesCommandInput,
|
|
25
|
+
GetSubscriptionAttributesCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetSubscriptionAttributesCommandInput;
|
|
29
|
+
constructor(input: GetSubscriptionAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetSubscriptionAttributesCommandInput,
|
|
37
|
+
GetSubscriptionAttributesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
GetTopicAttributesInput,
|
|
10
|
+
GetTopicAttributesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface GetTopicAttributesCommandInput
|
|
18
|
+
extends GetTopicAttributesInput {}
|
|
19
|
+
export interface GetTopicAttributesCommandOutput
|
|
20
|
+
extends GetTopicAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetTopicAttributesCommand extends $Command<
|
|
24
|
+
GetTopicAttributesCommandInput,
|
|
25
|
+
GetTopicAttributesCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetTopicAttributesCommandInput;
|
|
29
|
+
constructor(input: GetTopicAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
ListEndpointsByPlatformApplicationInput,
|
|
10
|
+
ListEndpointsByPlatformApplicationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface ListEndpointsByPlatformApplicationCommandInput
|
|
18
|
+
extends ListEndpointsByPlatformApplicationInput {}
|
|
19
|
+
export interface ListEndpointsByPlatformApplicationCommandOutput
|
|
20
|
+
extends ListEndpointsByPlatformApplicationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListEndpointsByPlatformApplicationCommand extends $Command<
|
|
24
|
+
ListEndpointsByPlatformApplicationCommandInput,
|
|
25
|
+
ListEndpointsByPlatformApplicationCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListEndpointsByPlatformApplicationCommandInput;
|
|
29
|
+
constructor(input: ListEndpointsByPlatformApplicationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListEndpointsByPlatformApplicationCommandInput,
|
|
37
|
+
ListEndpointsByPlatformApplicationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListOriginationNumbersRequest,
|
|
10
|
+
ListOriginationNumbersResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface ListOriginationNumbersCommandInput
|
|
18
|
+
extends ListOriginationNumbersRequest {}
|
|
19
|
+
export interface ListOriginationNumbersCommandOutput
|
|
20
|
+
extends ListOriginationNumbersResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListOriginationNumbersCommand extends $Command<
|
|
24
|
+
ListOriginationNumbersCommandInput,
|
|
25
|
+
ListOriginationNumbersCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListOriginationNumbersCommandInput;
|
|
29
|
+
constructor(input: ListOriginationNumbersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListOriginationNumbersCommandInput,
|
|
37
|
+
ListOriginationNumbersCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListPhoneNumbersOptedOutInput,
|
|
10
|
+
ListPhoneNumbersOptedOutResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface ListPhoneNumbersOptedOutCommandInput
|
|
18
|
+
extends ListPhoneNumbersOptedOutInput {}
|
|
19
|
+
export interface ListPhoneNumbersOptedOutCommandOutput
|
|
20
|
+
extends ListPhoneNumbersOptedOutResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPhoneNumbersOptedOutCommand extends $Command<
|
|
24
|
+
ListPhoneNumbersOptedOutCommandInput,
|
|
25
|
+
ListPhoneNumbersOptedOutCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPhoneNumbersOptedOutCommandInput;
|
|
29
|
+
constructor(input: ListPhoneNumbersOptedOutCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPhoneNumbersOptedOutCommandInput,
|
|
37
|
+
ListPhoneNumbersOptedOutCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListPlatformApplicationsInput,
|
|
10
|
+
ListPlatformApplicationsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface ListPlatformApplicationsCommandInput
|
|
18
|
+
extends ListPlatformApplicationsInput {}
|
|
19
|
+
export interface ListPlatformApplicationsCommandOutput
|
|
20
|
+
extends ListPlatformApplicationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPlatformApplicationsCommand extends $Command<
|
|
24
|
+
ListPlatformApplicationsCommandInput,
|
|
25
|
+
ListPlatformApplicationsCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPlatformApplicationsCommandInput;
|
|
29
|
+
constructor(input: ListPlatformApplicationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPlatformApplicationsCommandInput,
|
|
37
|
+
ListPlatformApplicationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListSMSSandboxPhoneNumbersInput,
|
|
10
|
+
ListSMSSandboxPhoneNumbersResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface ListSMSSandboxPhoneNumbersCommandInput
|
|
18
|
+
extends ListSMSSandboxPhoneNumbersInput {}
|
|
19
|
+
export interface ListSMSSandboxPhoneNumbersCommandOutput
|
|
20
|
+
extends ListSMSSandboxPhoneNumbersResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListSMSSandboxPhoneNumbersCommand extends $Command<
|
|
24
|
+
ListSMSSandboxPhoneNumbersCommandInput,
|
|
25
|
+
ListSMSSandboxPhoneNumbersCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListSMSSandboxPhoneNumbersCommandInput;
|
|
29
|
+
constructor(input: ListSMSSandboxPhoneNumbersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListSMSSandboxPhoneNumbersCommandInput,
|
|
37
|
+
ListSMSSandboxPhoneNumbersCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|