@aws-sdk/client-sns 3.478.0 → 3.484.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-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-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/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/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteSMSSandboxPhoneNumberInput, DeleteSMSSandboxPhoneNumberResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSMSSandboxPhoneNumberCommandInput extends DeleteSMSSandbo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSMSSandboxPhoneNumberCommandOutput extends DeleteSMSSandboxPhoneNumberResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSMSSandboxPhoneNumberCommand_base: {
|
|
24
|
+
new (input: DeleteSMSSandboxPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an Amazon Web Services account's verified or pending phone number from the SMS
|
|
@@ -79,23 +82,5 @@ export interface DeleteSMSSandboxPhoneNumberCommandOutput extends DeleteSMSSandb
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class DeleteSMSSandboxPhoneNumberCommand extends
|
|
83
|
-
readonly input: DeleteSMSSandboxPhoneNumberCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: DeleteSMSSandboxPhoneNumberCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class DeleteSMSSandboxPhoneNumberCommand extends DeleteSMSSandboxPhoneNumberCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteTopicInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTopicCommandInput extends DeleteTopicInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTopicCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTopicCommand_base: {
|
|
24
|
+
new (input: DeleteTopicCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a topic and all its subscriptions. Deleting a topic might prevent some
|
|
@@ -80,23 +83,5 @@ export interface DeleteTopicCommandOutput extends __MetadataBearer {
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class DeleteTopicCommand extends
|
|
84
|
-
readonly input: DeleteTopicCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: DeleteTopicCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTopicCommandInput, DeleteTopicCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class DeleteTopicCommand extends DeleteTopicCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetDataProtectionPolicyInput, GetDataProtectionPolicyResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDataProtectionPolicyCommandInput extends GetDataProtectionPo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDataProtectionPolicyCommandOutput extends GetDataProtectionPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDataProtectionPolicyCommand_base: {
|
|
24
|
+
new (input: GetDataProtectionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the specified inline <code>DataProtectionPolicy</code> document that is
|
|
@@ -69,23 +72,5 @@ export interface GetDataProtectionPolicyCommandOutput extends GetDataProtectionP
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class GetDataProtectionPolicyCommand extends
|
|
73
|
-
readonly input: GetDataProtectionPolicyCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: GetDataProtectionPolicyCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class GetDataProtectionPolicyCommand extends GetDataProtectionPolicyCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetEndpointAttributesInput, GetEndpointAttributesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEndpointAttributesCommandInput extends GetEndpointAttributes
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEndpointAttributesCommandOutput extends GetEndpointAttributesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEndpointAttributesCommand_base: {
|
|
24
|
+
new (input: GetEndpointAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the endpoint attributes for a device on one of the supported push
|
|
@@ -68,23 +71,5 @@ export interface GetEndpointAttributesCommandOutput extends GetEndpointAttribute
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class GetEndpointAttributesCommand extends
|
|
72
|
-
readonly input: GetEndpointAttributesCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: GetEndpointAttributesCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class GetEndpointAttributesCommand extends GetEndpointAttributesCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetPlatformApplicationAttributesInput, GetPlatformApplicationAttributesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetPlatformApplicationAttributesCommandInput extends GetPlatfor
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetPlatformApplicationAttributesCommandOutput extends GetPlatformApplicationAttributesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetPlatformApplicationAttributesCommand_base: {
|
|
24
|
+
new (input: GetPlatformApplicationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the attributes of the platform application object for the supported push
|
|
@@ -68,23 +71,5 @@ export interface GetPlatformApplicationAttributesCommandOutput extends GetPlatfo
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class GetPlatformApplicationAttributesCommand extends
|
|
72
|
-
readonly input: GetPlatformApplicationAttributesCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: GetPlatformApplicationAttributesCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class GetPlatformApplicationAttributesCommand extends GetPlatformApplicationAttributesCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSMSAttributesInput, GetSMSAttributesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSMSAttributesCommandInput extends GetSMSAttributesInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSMSAttributesCommandOutput extends GetSMSAttributesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSMSAttributesCommand_base: {
|
|
24
|
+
new (input: GetSMSAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the settings for sending SMS messages from your Amazon Web Services account.</p>
|
|
@@ -69,23 +72,5 @@ export interface GetSMSAttributesCommandOutput extends GetSMSAttributesResponse,
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class GetSMSAttributesCommand extends
|
|
73
|
-
readonly input: GetSMSAttributesCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: GetSMSAttributesCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class GetSMSAttributesCommand extends GetSMSAttributesCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSMSSandboxAccountStatusInput, GetSMSSandboxAccountStatusResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSMSSandboxAccountStatusCommandInput extends GetSMSSandboxAcc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSMSSandboxAccountStatusCommandOutput extends GetSMSSandboxAccountStatusResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSMSSandboxAccountStatusCommand_base: {
|
|
24
|
+
new (input: GetSMSSandboxAccountStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the SMS sandbox status for the calling Amazon Web Services account in the target
|
|
@@ -67,23 +70,5 @@ export interface GetSMSSandboxAccountStatusCommandOutput extends GetSMSSandboxAc
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class GetSMSSandboxAccountStatusCommand extends
|
|
71
|
-
readonly input: GetSMSSandboxAccountStatusCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: GetSMSSandboxAccountStatusCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class GetSMSSandboxAccountStatusCommand extends GetSMSSandboxAccountStatusCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSubscriptionAttributesInput, GetSubscriptionAttributesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSubscriptionAttributesCommandInput extends GetSubscriptionAt
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSubscriptionAttributesCommandOutput extends GetSubscriptionAttributesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSubscriptionAttributesCommand_base: {
|
|
24
|
+
new (input: GetSubscriptionAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns all of the properties of a subscription.</p>
|
|
@@ -66,23 +69,5 @@ export interface GetSubscriptionAttributesCommandOutput extends GetSubscriptionA
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class GetSubscriptionAttributesCommand extends
|
|
70
|
-
readonly input: GetSubscriptionAttributesCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: GetSubscriptionAttributesCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class GetSubscriptionAttributesCommand extends GetSubscriptionAttributesCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetTopicAttributesInput, GetTopicAttributesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTopicAttributesCommandInput extends GetTopicAttributesInput
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTopicAttributesCommandOutput extends GetTopicAttributesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTopicAttributesCommand_base: {
|
|
24
|
+
new (input: GetTopicAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns all of the properties of a topic. Topic properties returned might differ based
|
|
@@ -71,23 +74,5 @@ export interface GetTopicAttributesCommandOutput extends GetTopicAttributesRespo
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class GetTopicAttributesCommand extends
|
|
75
|
-
readonly input: GetTopicAttributesCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: GetTopicAttributesCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class GetTopicAttributesCommand extends GetTopicAttributesCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListEndpointsByPlatformApplicationInput, ListEndpointsByPlatformApplicationResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListEndpointsByPlatformApplicationCommandInput extends ListEndp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListEndpointsByPlatformApplicationCommandOutput extends ListEndpointsByPlatformApplicationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListEndpointsByPlatformApplicationCommand_base: {
|
|
24
|
+
new (input: ListEndpointsByPlatformApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the endpoints and endpoint attributes for devices in a supported push
|
|
@@ -82,23 +85,5 @@ export interface ListEndpointsByPlatformApplicationCommandOutput extends ListEnd
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListEndpointsByPlatformApplicationCommand extends
|
|
86
|
-
readonly input: ListEndpointsByPlatformApplicationCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListEndpointsByPlatformApplicationCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListEndpointsByPlatformApplicationCommand extends ListEndpointsByPlatformApplicationCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListOriginationNumbersRequest, ListOriginationNumbersResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListOriginationNumbersCommandInput extends ListOriginationNumbe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListOriginationNumbersCommandOutput extends ListOriginationNumbersResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListOriginationNumbersCommand_base: {
|
|
24
|
+
new (input: ListOriginationNumbersCommandInput): import("@smithy/smithy-client").CommandImpl<ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the calling Amazon Web Services account's dedicated origination numbers and their metadata.
|
|
@@ -82,23 +85,5 @@ export interface ListOriginationNumbersCommandOutput extends ListOriginationNumb
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListOriginationNumbersCommand extends
|
|
86
|
-
readonly input: ListOriginationNumbersCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListOriginationNumbersCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListOriginationNumbersCommand extends ListOriginationNumbersCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListPhoneNumbersOptedOutInput, ListPhoneNumbersOptedOutResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPhoneNumbersOptedOutCommandInput extends ListPhoneNumbersOp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPhoneNumbersOptedOutCommandOutput extends ListPhoneNumbersOptedOutResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPhoneNumbersOptedOutCommand_base: {
|
|
24
|
+
new (input: ListPhoneNumbersOptedOutCommandInput): import("@smithy/smithy-client").CommandImpl<ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of phone numbers that are opted out, meaning you cannot send SMS
|
|
@@ -74,23 +77,5 @@ export interface ListPhoneNumbersOptedOutCommandOutput extends ListPhoneNumbersO
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class ListPhoneNumbersOptedOutCommand extends
|
|
78
|
-
readonly input: ListPhoneNumbersOptedOutCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: ListPhoneNumbersOptedOutCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class ListPhoneNumbersOptedOutCommand extends ListPhoneNumbersOptedOutCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListPlatformApplicationsInput, ListPlatformApplicationsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPlatformApplicationsCommandInput extends ListPlatformApplic
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPlatformApplicationsCommandOutput extends ListPlatformApplicationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPlatformApplicationsCommand_base: {
|
|
24
|
+
new (input: ListPlatformApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the platform application objects for the supported push notification services,
|
|
@@ -78,23 +81,5 @@ export interface ListPlatformApplicationsCommandOutput extends ListPlatformAppli
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class ListPlatformApplicationsCommand extends
|
|
82
|
-
readonly input: ListPlatformApplicationsCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: ListPlatformApplicationsCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class ListPlatformApplicationsCommand extends ListPlatformApplicationsCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSMSSandboxPhoneNumbersInput, ListSMSSandboxPhoneNumbersResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSMSSandboxPhoneNumbersCommandInput extends ListSMSSandboxPh
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSMSSandboxPhoneNumbersCommandOutput extends ListSMSSandboxPhoneNumbersResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSMSSandboxPhoneNumbersCommand_base: {
|
|
24
|
+
new (input: ListSMSSandboxPhoneNumbersCommandInput): import("@smithy/smithy-client").CommandImpl<ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the calling Amazon Web Services account's current verified and pending destination phone
|
|
@@ -84,23 +87,5 @@ export interface ListSMSSandboxPhoneNumbersCommandOutput extends ListSMSSandboxP
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class ListSMSSandboxPhoneNumbersCommand extends
|
|
88
|
-
readonly input: ListSMSSandboxPhoneNumbersCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: ListSMSSandboxPhoneNumbersCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class ListSMSSandboxPhoneNumbersCommand extends ListSMSSandboxPhoneNumbersCommand_base {
|
|
106
91
|
}
|