@aws-sdk/client-sns 3.169.0 → 3.171.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 +724 -215
- package/dist-types/ts3.4/SNSClient.d.ts +355 -115
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +815 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListTagsForResourceRequest,
|
|
10
|
+
ListTagsForResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
SNSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SNSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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 { ListTopicsInput, ListTopicsResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface ListTopicsCommandInput extends ListTopicsInput {}
|
|
15
|
+
export interface ListTopicsCommandOutput
|
|
16
|
+
extends ListTopicsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListTopicsCommand extends $Command<
|
|
19
|
+
ListTopicsCommandInput,
|
|
20
|
+
ListTopicsCommandOutput,
|
|
21
|
+
SNSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListTopicsCommandInput;
|
|
24
|
+
constructor(input: ListTopicsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SNSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListTopicsCommandInput, ListTopicsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
OptInPhoneNumberInput,
|
|
10
|
+
OptInPhoneNumberResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface OptInPhoneNumberCommandInput extends OptInPhoneNumberInput {}
|
|
18
|
+
export interface OptInPhoneNumberCommandOutput
|
|
19
|
+
extends OptInPhoneNumberResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class OptInPhoneNumberCommand extends $Command<
|
|
22
|
+
OptInPhoneNumberCommandInput,
|
|
23
|
+
OptInPhoneNumberCommandOutput,
|
|
24
|
+
SNSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: OptInPhoneNumberCommandInput;
|
|
27
|
+
constructor(input: OptInPhoneNumberCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SNSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { PublishBatchInput, PublishBatchResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface PublishBatchCommandInput extends PublishBatchInput {}
|
|
15
|
+
export interface PublishBatchCommandOutput
|
|
16
|
+
extends PublishBatchResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class PublishBatchCommand extends $Command<
|
|
19
|
+
PublishBatchCommandInput,
|
|
20
|
+
PublishBatchCommandOutput,
|
|
21
|
+
SNSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: PublishBatchCommandInput;
|
|
24
|
+
constructor(input: PublishBatchCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SNSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<PublishBatchCommandInput, PublishBatchCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { PublishInput, PublishResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface PublishCommandInput extends PublishInput {}
|
|
15
|
+
export interface PublishCommandOutput
|
|
16
|
+
extends PublishResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class PublishCommand extends $Command<
|
|
19
|
+
PublishCommandInput,
|
|
20
|
+
PublishCommandOutput,
|
|
21
|
+
SNSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: PublishCommandInput;
|
|
24
|
+
constructor(input: PublishCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SNSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<PublishCommandInput, PublishCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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 { PutDataProtectionPolicyInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface PutDataProtectionPolicyCommandInput
|
|
15
|
+
extends PutDataProtectionPolicyInput {}
|
|
16
|
+
export interface PutDataProtectionPolicyCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class PutDataProtectionPolicyCommand extends $Command<
|
|
19
|
+
PutDataProtectionPolicyCommandInput,
|
|
20
|
+
PutDataProtectionPolicyCommandOutput,
|
|
21
|
+
SNSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: PutDataProtectionPolicyCommandInput;
|
|
24
|
+
constructor(input: PutDataProtectionPolicyCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SNSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
PutDataProtectionPolicyCommandInput,
|
|
31
|
+
PutDataProtectionPolicyCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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 { RemovePermissionInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface RemovePermissionCommandInput extends RemovePermissionInput {}
|
|
15
|
+
export interface RemovePermissionCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class RemovePermissionCommand extends $Command<
|
|
17
|
+
RemovePermissionCommandInput,
|
|
18
|
+
RemovePermissionCommandOutput,
|
|
19
|
+
SNSClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: RemovePermissionCommandInput;
|
|
22
|
+
constructor(input: RemovePermissionCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: SNSClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -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 { SetEndpointAttributesInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface SetEndpointAttributesCommandInput
|
|
15
|
+
extends SetEndpointAttributesInput {}
|
|
16
|
+
export interface SetEndpointAttributesCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class SetEndpointAttributesCommand extends $Command<
|
|
18
|
+
SetEndpointAttributesCommandInput,
|
|
19
|
+
SetEndpointAttributesCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: SetEndpointAttributesCommandInput;
|
|
23
|
+
constructor(input: SetEndpointAttributesCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: SNSClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
SetEndpointAttributesCommandInput,
|
|
30
|
+
SetEndpointAttributesCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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 { SetPlatformApplicationAttributesInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface SetPlatformApplicationAttributesCommandInput
|
|
15
|
+
extends SetPlatformApplicationAttributesInput {}
|
|
16
|
+
export interface SetPlatformApplicationAttributesCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class SetPlatformApplicationAttributesCommand extends $Command<
|
|
19
|
+
SetPlatformApplicationAttributesCommandInput,
|
|
20
|
+
SetPlatformApplicationAttributesCommandOutput,
|
|
21
|
+
SNSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: SetPlatformApplicationAttributesCommandInput;
|
|
24
|
+
constructor(input: SetPlatformApplicationAttributesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SNSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
SetPlatformApplicationAttributesCommandInput,
|
|
31
|
+
SetPlatformApplicationAttributesCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
export declare class SetSMSAttributesCommand extends $Command<
|
|
22
|
+
SetSMSAttributesCommandInput,
|
|
23
|
+
SetSMSAttributesCommandOutput,
|
|
24
|
+
SNSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: SetSMSAttributesCommandInput;
|
|
27
|
+
constructor(input: SetSMSAttributesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SNSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<SetSMSAttributesCommandInput, SetSMSAttributesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
export declare class SetSubscriptionAttributesCommand extends $Command<
|
|
19
|
+
SetSubscriptionAttributesCommandInput,
|
|
20
|
+
SetSubscriptionAttributesCommandOutput,
|
|
21
|
+
SNSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: SetSubscriptionAttributesCommandInput;
|
|
24
|
+
constructor(input: SetSubscriptionAttributesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SNSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
SetSubscriptionAttributesCommandInput,
|
|
31
|
+
SetSubscriptionAttributesCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
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
|
+
export declare class SetTopicAttributesCommand extends $Command<
|
|
18
|
+
SetTopicAttributesCommandInput,
|
|
19
|
+
SetTopicAttributesCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: SetTopicAttributesCommandInput;
|
|
23
|
+
constructor(input: SetTopicAttributesCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: SNSClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<SetTopicAttributesCommandInput, SetTopicAttributesCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|