@aws-sdk/client-sns 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AddPermissionCommand.js +18 -41
- package/dist-cjs/commands/CheckIfPhoneNumberIsOptedOutCommand.js +18 -41
- package/dist-cjs/commands/ConfirmSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/CreatePlatformApplicationCommand.js +18 -41
- package/dist-cjs/commands/CreatePlatformEndpointCommand.js +18 -41
- package/dist-cjs/commands/CreateSMSSandboxPhoneNumberCommand.js +18 -41
- package/dist-cjs/commands/CreateTopicCommand.js +18 -41
- package/dist-cjs/commands/DeleteEndpointCommand.js +18 -41
- package/dist-cjs/commands/DeletePlatformApplicationCommand.js +18 -41
- package/dist-cjs/commands/DeleteSMSSandboxPhoneNumberCommand.js +18 -41
- package/dist-cjs/commands/DeleteTopicCommand.js +18 -41
- package/dist-cjs/commands/GetDataProtectionPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetEndpointAttributesCommand.js +18 -41
- package/dist-cjs/commands/GetPlatformApplicationAttributesCommand.js +18 -41
- package/dist-cjs/commands/GetSMSAttributesCommand.js +18 -41
- package/dist-cjs/commands/GetSMSSandboxAccountStatusCommand.js +18 -41
- package/dist-cjs/commands/GetSubscriptionAttributesCommand.js +18 -41
- package/dist-cjs/commands/GetTopicAttributesCommand.js +18 -41
- package/dist-cjs/commands/ListEndpointsByPlatformApplicationCommand.js +18 -41
- package/dist-cjs/commands/ListOriginationNumbersCommand.js +18 -41
- package/dist-cjs/commands/ListPhoneNumbersOptedOutCommand.js +18 -41
- package/dist-cjs/commands/ListPlatformApplicationsCommand.js +18 -41
- package/dist-cjs/commands/ListSMSSandboxPhoneNumbersCommand.js +18 -41
- package/dist-cjs/commands/ListSubscriptionsByTopicCommand.js +18 -41
- package/dist-cjs/commands/ListSubscriptionsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTopicsCommand.js +18 -41
- package/dist-cjs/commands/OptInPhoneNumberCommand.js +18 -41
- package/dist-cjs/commands/PublishBatchCommand.js +18 -41
- package/dist-cjs/commands/PublishCommand.js +18 -41
- package/dist-cjs/commands/PutDataProtectionPolicyCommand.js +18 -41
- package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
- package/dist-cjs/commands/SetEndpointAttributesCommand.js +18 -41
- package/dist-cjs/commands/SetPlatformApplicationAttributesCommand.js +18 -41
- package/dist-cjs/commands/SetSMSAttributesCommand.js +18 -41
- package/dist-cjs/commands/SetSubscriptionAttributesCommand.js +18 -41
- package/dist-cjs/commands/SetTopicAttributesCommand.js +18 -41
- package/dist-cjs/commands/SubscribeCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UnsubscribeCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/VerifySMSSandboxPhoneNumberCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListEndpointsByPlatformApplicationPaginator.js +2 -23
- package/dist-cjs/pagination/ListOriginationNumbersPaginator.js +2 -24
- package/dist-cjs/pagination/ListPhoneNumbersOptedOutPaginator.js +2 -23
- package/dist-cjs/pagination/ListPlatformApplicationsPaginator.js +2 -23
- package/dist-cjs/pagination/ListSMSSandboxPhoneNumbersPaginator.js +2 -24
- package/dist-cjs/pagination/ListSubscriptionsByTopicPaginator.js +2 -23
- package/dist-cjs/pagination/ListSubscriptionsPaginator.js +2 -23
- package/dist-cjs/pagination/ListTopicsPaginator.js +2 -23
- package/dist-es/commands/AddPermissionCommand.js +18 -41
- package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +18 -41
- package/dist-es/commands/ConfirmSubscriptionCommand.js +18 -41
- package/dist-es/commands/CreatePlatformApplicationCommand.js +18 -41
- package/dist-es/commands/CreatePlatformEndpointCommand.js +18 -41
- package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +18 -41
- package/dist-es/commands/CreateTopicCommand.js +18 -41
- package/dist-es/commands/DeleteEndpointCommand.js +18 -41
- package/dist-es/commands/DeletePlatformApplicationCommand.js +18 -41
- package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +18 -41
- package/dist-es/commands/DeleteTopicCommand.js +18 -41
- package/dist-es/commands/GetDataProtectionPolicyCommand.js +18 -41
- package/dist-es/commands/GetEndpointAttributesCommand.js +18 -41
- package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +18 -41
- package/dist-es/commands/GetSMSAttributesCommand.js +18 -41
- package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +18 -41
- package/dist-es/commands/GetSubscriptionAttributesCommand.js +18 -41
- package/dist-es/commands/GetTopicAttributesCommand.js +18 -41
- package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +18 -41
- package/dist-es/commands/ListOriginationNumbersCommand.js +18 -41
- package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +18 -41
- package/dist-es/commands/ListPlatformApplicationsCommand.js +18 -41
- package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +18 -41
- package/dist-es/commands/ListSubscriptionsByTopicCommand.js +18 -41
- package/dist-es/commands/ListSubscriptionsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTopicsCommand.js +18 -41
- package/dist-es/commands/OptInPhoneNumberCommand.js +18 -41
- package/dist-es/commands/PublishBatchCommand.js +18 -41
- package/dist-es/commands/PublishCommand.js +18 -41
- package/dist-es/commands/PutDataProtectionPolicyCommand.js +18 -41
- package/dist-es/commands/RemovePermissionCommand.js +18 -41
- package/dist-es/commands/SetEndpointAttributesCommand.js +18 -41
- package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +18 -41
- package/dist-es/commands/SetSMSAttributesCommand.js +18 -41
- package/dist-es/commands/SetSubscriptionAttributesCommand.js +18 -41
- package/dist-es/commands/SetTopicAttributesCommand.js +18 -41
- package/dist-es/commands/SubscribeCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UnsubscribeCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListEndpointsByPlatformApplicationPaginator.js +2 -22
- package/dist-es/pagination/ListOriginationNumbersPaginator.js +2 -23
- package/dist-es/pagination/ListPhoneNumbersOptedOutPaginator.js +2 -22
- package/dist-es/pagination/ListPlatformApplicationsPaginator.js +2 -22
- package/dist-es/pagination/ListSMSSandboxPhoneNumbersPaginator.js +2 -23
- package/dist-es/pagination/ListSubscriptionsByTopicPaginator.js +2 -22
- package/dist-es/pagination/ListSubscriptionsPaginator.js +2 -22
- package/dist-es/pagination/ListTopicsPaginator.js +2 -22
- package/dist-types/commands/AddPermissionCommand.d.ts +6 -21
- package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +6 -21
- package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +6 -21
- package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +6 -21
- package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +6 -21
- package/dist-types/commands/CreateTopicCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -21
- package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTopicCommand.d.ts +6 -21
- package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetEndpointAttributesCommand.d.ts +6 -21
- package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +6 -21
- package/dist-types/commands/GetSMSAttributesCommand.d.ts +6 -21
- package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +6 -21
- package/dist-types/commands/GetTopicAttributesCommand.d.ts +6 -21
- package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +6 -21
- package/dist-types/commands/ListOriginationNumbersCommand.d.ts +6 -21
- package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +6 -21
- package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +6 -21
- package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +6 -21
- package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +6 -21
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTopicsCommand.d.ts +6 -21
- package/dist-types/commands/OptInPhoneNumberCommand.d.ts +6 -21
- package/dist-types/commands/PublishBatchCommand.d.ts +6 -21
- package/dist-types/commands/PublishCommand.d.ts +6 -21
- package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +6 -21
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
- package/dist-types/commands/SetEndpointAttributesCommand.d.ts +6 -21
- package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +6 -21
- package/dist-types/commands/SetSMSAttributesCommand.d.ts +6 -21
- package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +6 -21
- package/dist-types/commands/SetTopicAttributesCommand.d.ts +6 -21
- package/dist-types/commands/SubscribeCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UnsubscribeCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOriginationNumbersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPlatformApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionsByTopicPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListOriginationNumbersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPlatformApplicationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSubscriptionsByTopicPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListTagsForResourceRequest,
|
|
11
5
|
ListTagsForResourceResponse,
|
|
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
|
|
|
21
15
|
export interface ListTagsForResourceCommandOutput
|
|
22
16
|
extends ListTagsForResourceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListTagsForResourceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListTagsForResourceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListTagsForResourceCommandInput,
|
|
23
|
+
ListTagsForResourceCommandOutput,
|
|
24
|
+
SNSClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { ListTopicsInput, ListTopicsResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ListTopicsCommandInput extends ListTopicsInput {}
|
|
|
17
11
|
export interface ListTopicsCommandOutput
|
|
18
12
|
extends ListTopicsResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListTopicsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListTopicsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListTopicsCommandInput,
|
|
19
|
+
ListTopicsCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListTopicsCommand extends ListTopicsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
OptInPhoneNumberInput,
|
|
11
5
|
OptInPhoneNumberResponse,
|
|
@@ -20,19 +14,16 @@ export interface OptInPhoneNumberCommandInput extends OptInPhoneNumberInput {}
|
|
|
20
14
|
export interface OptInPhoneNumberCommandOutput
|
|
21
15
|
extends OptInPhoneNumberResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const OptInPhoneNumberCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: OptInPhoneNumberCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
OptInPhoneNumberCommandInput,
|
|
22
|
+
OptInPhoneNumberCommandOutput,
|
|
23
|
+
SNSClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class OptInPhoneNumberCommand extends OptInPhoneNumberCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { PublishBatchInput, PublishBatchResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface PublishBatchCommandInput extends PublishBatchInput {}
|
|
|
17
11
|
export interface PublishBatchCommandOutput
|
|
18
12
|
extends PublishBatchResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const PublishBatchCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: PublishBatchCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
PublishBatchCommandInput,
|
|
19
|
+
PublishBatchCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class PublishBatchCommand extends PublishBatchCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { PublishInput, PublishResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,14 @@ export interface PublishCommandInput extends PublishInput {}
|
|
|
17
11
|
export interface PublishCommandOutput
|
|
18
12
|
extends PublishResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
PublishCommandInput
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<PublishCommandInput, PublishCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const PublishCommand_base: {
|
|
15
|
+
new (input: PublishCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
PublishCommandInput,
|
|
17
|
+
PublishCommandOutput,
|
|
18
|
+
SNSClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class PublishCommand extends PublishCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { PutDataProtectionPolicyInput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,22 +11,16 @@ export interface PutDataProtectionPolicyCommandInput
|
|
|
17
11
|
extends PutDataProtectionPolicyInput {}
|
|
18
12
|
export interface PutDataProtectionPolicyCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: PutDataProtectionPolicyCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: PutDataProtectionPolicyCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: SNSClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const PutDataProtectionPolicyCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: PutDataProtectionPolicyCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
PutDataProtectionPolicyCommandInput,
|
|
34
|
-
PutDataProtectionPolicyCommandOutput
|
|
19
|
+
PutDataProtectionPolicyCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class PutDataProtectionPolicyCommand extends PutDataProtectionPolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { RemovePermissionInput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -15,19 +9,16 @@ import {
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface RemovePermissionCommandInput extends RemovePermissionInput {}
|
|
17
11
|
export interface RemovePermissionCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const RemovePermissionCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: RemovePermissionCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
RemovePermissionCommandInput,
|
|
17
|
+
RemovePermissionCommandOutput,
|
|
18
|
+
SNSClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { SetEndpointAttributesInput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
|
|
|
16
10
|
export interface SetEndpointAttributesCommandInput
|
|
17
11
|
extends SetEndpointAttributesInput {}
|
|
18
12
|
export interface SetEndpointAttributesCommandOutput extends __MetadataBearer {}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
> {
|
|
24
|
-
readonly input: SetEndpointAttributesCommandInput;
|
|
25
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
-
constructor(input: SetEndpointAttributesCommandInput);
|
|
27
|
-
resolveMiddleware(
|
|
28
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
-
configuration: SNSClientResolvedConfig,
|
|
30
|
-
options?: __HttpHandlerOptions
|
|
31
|
-
): Handler<
|
|
13
|
+
declare const SetEndpointAttributesCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: SetEndpointAttributesCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
17
|
SetEndpointAttributesCommandInput,
|
|
33
|
-
SetEndpointAttributesCommandOutput
|
|
18
|
+
SetEndpointAttributesCommandOutput,
|
|
19
|
+
SNSClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
34
22
|
>;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class SetEndpointAttributesCommand extends SetEndpointAttributesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { SetPlatformApplicationAttributesInput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,22 +11,16 @@ export interface SetPlatformApplicationAttributesCommandInput
|
|
|
17
11
|
extends SetPlatformApplicationAttributesInput {}
|
|
18
12
|
export interface SetPlatformApplicationAttributesCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: SetPlatformApplicationAttributesCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: SetPlatformApplicationAttributesCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: SNSClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const SetPlatformApplicationAttributesCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: SetPlatformApplicationAttributesCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
SetPlatformApplicationAttributesCommandInput,
|
|
34
|
-
SetPlatformApplicationAttributesCommandOutput
|
|
19
|
+
SetPlatformApplicationAttributesCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class SetPlatformApplicationAttributesCommand extends SetPlatformApplicationAttributesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
SetSMSAttributesInput,
|
|
11
5
|
SetSMSAttributesResponse,
|
|
@@ -20,19 +14,16 @@ export interface SetSMSAttributesCommandInput extends SetSMSAttributesInput {}
|
|
|
20
14
|
export interface SetSMSAttributesCommandOutput
|
|
21
15
|
extends SetSMSAttributesResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const SetSMSAttributesCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: SetSMSAttributesCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
SetSMSAttributesCommandInput,
|
|
22
|
+
SetSMSAttributesCommandOutput,
|
|
23
|
+
SNSClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class SetSMSAttributesCommand extends SetSMSAttributesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { SetSubscriptionAttributesInput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,22 +11,16 @@ export interface SetSubscriptionAttributesCommandInput
|
|
|
17
11
|
extends SetSubscriptionAttributesInput {}
|
|
18
12
|
export interface SetSubscriptionAttributesCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: SetSubscriptionAttributesCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: SetSubscriptionAttributesCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: SNSClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const SetSubscriptionAttributesCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: SetSubscriptionAttributesCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
SetSubscriptionAttributesCommandInput,
|
|
34
|
-
SetSubscriptionAttributesCommandOutput
|
|
19
|
+
SetSubscriptionAttributesCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class SetSubscriptionAttributesCommand extends SetSubscriptionAttributesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { SetTopicAttributesInput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
|
|
|
16
10
|
export interface SetTopicAttributesCommandInput
|
|
17
11
|
extends SetTopicAttributesInput {}
|
|
18
12
|
export interface SetTopicAttributesCommandOutput extends __MetadataBearer {}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
private serialize;
|
|
33
|
-
private deserialize;
|
|
34
|
-
}
|
|
13
|
+
declare const SetTopicAttributesCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: SetTopicAttributesCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
SetTopicAttributesCommandInput,
|
|
18
|
+
SetTopicAttributesCommandOutput,
|
|
19
|
+
SNSClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class SetTopicAttributesCommand extends SetTopicAttributesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { SubscribeInput, SubscribeResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface SubscribeCommandInput extends SubscribeInput {}
|
|
|
17
11
|
export interface SubscribeCommandOutput
|
|
18
12
|
extends SubscribeResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const SubscribeCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: SubscribeCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
SubscribeCommandInput,
|
|
19
|
+
SubscribeCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class SubscribeCommand extends SubscribeCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
17
11
|
export interface TagResourceCommandOutput
|
|
18
12
|
extends TagResourceResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const TagResourceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: TagResourceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
TagResourceCommandInput,
|
|
19
|
+
TagResourceCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {}
|