@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,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
|
+
ConfirmSubscriptionInput,
|
|
10
|
+
ConfirmSubscriptionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface ConfirmSubscriptionCommandInput
|
|
18
|
+
extends ConfirmSubscriptionInput {}
|
|
19
|
+
export interface ConfirmSubscriptionCommandOutput
|
|
20
|
+
extends ConfirmSubscriptionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ConfirmSubscriptionCommand extends $Command<
|
|
24
|
+
ConfirmSubscriptionCommandInput,
|
|
25
|
+
ConfirmSubscriptionCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ConfirmSubscriptionCommandInput;
|
|
29
|
+
constructor(input: ConfirmSubscriptionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ConfirmSubscriptionCommandInput, ConfirmSubscriptionCommandOutput>;
|
|
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
|
+
CreatePlatformApplicationInput,
|
|
10
|
+
CreatePlatformApplicationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface CreatePlatformApplicationCommandInput
|
|
18
|
+
extends CreatePlatformApplicationInput {}
|
|
19
|
+
export interface CreatePlatformApplicationCommandOutput
|
|
20
|
+
extends CreatePlatformApplicationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreatePlatformApplicationCommand extends $Command<
|
|
24
|
+
CreatePlatformApplicationCommandInput,
|
|
25
|
+
CreatePlatformApplicationCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreatePlatformApplicationCommandInput;
|
|
29
|
+
constructor(input: CreatePlatformApplicationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreatePlatformApplicationCommandInput,
|
|
37
|
+
CreatePlatformApplicationCommandOutput
|
|
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
|
+
CreateEndpointResponse,
|
|
10
|
+
CreatePlatformEndpointInput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface CreatePlatformEndpointCommandInput
|
|
18
|
+
extends CreatePlatformEndpointInput {}
|
|
19
|
+
export interface CreatePlatformEndpointCommandOutput
|
|
20
|
+
extends CreateEndpointResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreatePlatformEndpointCommand extends $Command<
|
|
24
|
+
CreatePlatformEndpointCommandInput,
|
|
25
|
+
CreatePlatformEndpointCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreatePlatformEndpointCommandInput;
|
|
29
|
+
constructor(input: CreatePlatformEndpointCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreatePlatformEndpointCommandInput,
|
|
37
|
+
CreatePlatformEndpointCommandOutput
|
|
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
|
+
CreateSMSSandboxPhoneNumberInput,
|
|
10
|
+
CreateSMSSandboxPhoneNumberResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface CreateSMSSandboxPhoneNumberCommandInput
|
|
18
|
+
extends CreateSMSSandboxPhoneNumberInput {}
|
|
19
|
+
export interface CreateSMSSandboxPhoneNumberCommandOutput
|
|
20
|
+
extends CreateSMSSandboxPhoneNumberResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateSMSSandboxPhoneNumberCommand extends $Command<
|
|
24
|
+
CreateSMSSandboxPhoneNumberCommandInput,
|
|
25
|
+
CreateSMSSandboxPhoneNumberCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateSMSSandboxPhoneNumberCommandInput;
|
|
29
|
+
constructor(input: CreateSMSSandboxPhoneNumberCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateSMSSandboxPhoneNumberCommandInput,
|
|
37
|
+
CreateSMSSandboxPhoneNumberCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { CreateTopicInput, CreateTopicResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface CreateTopicCommandInput extends CreateTopicInput {}
|
|
15
|
+
export interface CreateTopicCommandOutput
|
|
16
|
+
extends CreateTopicResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateTopicCommand extends $Command<
|
|
20
|
+
CreateTopicCommandInput,
|
|
21
|
+
CreateTopicCommandOutput,
|
|
22
|
+
SNSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateTopicCommandInput;
|
|
25
|
+
constructor(input: CreateTopicCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SNSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateTopicCommandInput, CreateTopicCommandOutput>;
|
|
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 { DeleteEndpointInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface DeleteEndpointCommandInput extends DeleteEndpointInput {}
|
|
15
|
+
export interface DeleteEndpointCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteEndpointCommand extends $Command<
|
|
18
|
+
DeleteEndpointCommandInput,
|
|
19
|
+
DeleteEndpointCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteEndpointCommandInput;
|
|
23
|
+
constructor(input: DeleteEndpointCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SNSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
|
|
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 { DeletePlatformApplicationInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface DeletePlatformApplicationCommandInput
|
|
15
|
+
extends DeletePlatformApplicationInput {}
|
|
16
|
+
export interface DeletePlatformApplicationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeletePlatformApplicationCommand extends $Command<
|
|
20
|
+
DeletePlatformApplicationCommandInput,
|
|
21
|
+
DeletePlatformApplicationCommandOutput,
|
|
22
|
+
SNSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeletePlatformApplicationCommandInput;
|
|
25
|
+
constructor(input: DeletePlatformApplicationCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SNSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeletePlatformApplicationCommandInput,
|
|
33
|
+
DeletePlatformApplicationCommandOutput
|
|
34
|
+
>;
|
|
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
|
+
DeleteSMSSandboxPhoneNumberInput,
|
|
10
|
+
DeleteSMSSandboxPhoneNumberResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface DeleteSMSSandboxPhoneNumberCommandInput
|
|
18
|
+
extends DeleteSMSSandboxPhoneNumberInput {}
|
|
19
|
+
export interface DeleteSMSSandboxPhoneNumberCommandOutput
|
|
20
|
+
extends DeleteSMSSandboxPhoneNumberResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteSMSSandboxPhoneNumberCommand extends $Command<
|
|
24
|
+
DeleteSMSSandboxPhoneNumberCommandInput,
|
|
25
|
+
DeleteSMSSandboxPhoneNumberCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteSMSSandboxPhoneNumberCommandInput;
|
|
29
|
+
constructor(input: DeleteSMSSandboxPhoneNumberCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteSMSSandboxPhoneNumberCommandInput,
|
|
37
|
+
DeleteSMSSandboxPhoneNumberCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { DeleteTopicInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface DeleteTopicCommandInput extends DeleteTopicInput {}
|
|
15
|
+
export interface DeleteTopicCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteTopicCommand extends $Command<
|
|
18
|
+
DeleteTopicCommandInput,
|
|
19
|
+
DeleteTopicCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteTopicCommandInput;
|
|
23
|
+
constructor(input: DeleteTopicCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SNSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteTopicCommandInput, DeleteTopicCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
GetDataProtectionPolicyInput,
|
|
10
|
+
GetDataProtectionPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface GetDataProtectionPolicyCommandInput
|
|
18
|
+
extends GetDataProtectionPolicyInput {}
|
|
19
|
+
export interface GetDataProtectionPolicyCommandOutput
|
|
20
|
+
extends GetDataProtectionPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDataProtectionPolicyCommand extends $Command<
|
|
24
|
+
GetDataProtectionPolicyCommandInput,
|
|
25
|
+
GetDataProtectionPolicyCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDataProtectionPolicyCommandInput;
|
|
29
|
+
constructor(input: GetDataProtectionPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetDataProtectionPolicyCommandInput,
|
|
37
|
+
GetDataProtectionPolicyCommandOutput
|
|
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
|
+
GetEndpointAttributesInput,
|
|
10
|
+
GetEndpointAttributesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface GetEndpointAttributesCommandInput
|
|
18
|
+
extends GetEndpointAttributesInput {}
|
|
19
|
+
export interface GetEndpointAttributesCommandOutput
|
|
20
|
+
extends GetEndpointAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetEndpointAttributesCommand extends $Command<
|
|
24
|
+
GetEndpointAttributesCommandInput,
|
|
25
|
+
GetEndpointAttributesCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetEndpointAttributesCommandInput;
|
|
29
|
+
constructor(input: GetEndpointAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetEndpointAttributesCommandInput,
|
|
37
|
+
GetEndpointAttributesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|