@aws-sdk/client-sns 3.170.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.
Files changed (52) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/SNS.d.ts +0 -42
  3. package/dist-types/ts3.4/SNSClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/PublishCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/models/SNSServiceException.d.ts +0 -1
  47. package/dist-types/ts3.4/models/models_0.d.ts +0 -286
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  52. package/package.json +26 -26
@@ -19,7 +19,6 @@ export interface GetSubscriptionAttributesCommandInput
19
19
  export interface GetSubscriptionAttributesCommandOutput
20
20
  extends GetSubscriptionAttributesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetSubscriptionAttributesCommand extends $Command<
24
23
  GetSubscriptionAttributesCommandInput,
25
24
  GetSubscriptionAttributesCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetSubscriptionAttributesCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetSubscriptionAttributesCommandInput;
29
28
  constructor(input: GetSubscriptionAttributesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetTopicAttributesCommandInput
19
19
  export interface GetTopicAttributesCommandOutput
20
20
  extends GetTopicAttributesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetTopicAttributesCommand extends $Command<
24
23
  GetTopicAttributesCommandInput,
25
24
  GetTopicAttributesCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetTopicAttributesCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetTopicAttributesCommandInput;
29
28
  constructor(input: GetTopicAttributesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListEndpointsByPlatformApplicationCommandInput
19
19
  export interface ListEndpointsByPlatformApplicationCommandOutput
20
20
  extends ListEndpointsByPlatformApplicationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListEndpointsByPlatformApplicationCommand extends $Command<
24
23
  ListEndpointsByPlatformApplicationCommandInput,
25
24
  ListEndpointsByPlatformApplicationCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListEndpointsByPlatformApplicationCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListEndpointsByPlatformApplicationCommandInput;
29
28
  constructor(input: ListEndpointsByPlatformApplicationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListOriginationNumbersCommandInput
19
19
  export interface ListOriginationNumbersCommandOutput
20
20
  extends ListOriginationNumbersResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListOriginationNumbersCommand extends $Command<
24
23
  ListOriginationNumbersCommandInput,
25
24
  ListOriginationNumbersCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListOriginationNumbersCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListOriginationNumbersCommandInput;
29
28
  constructor(input: ListOriginationNumbersCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListPhoneNumbersOptedOutCommandInput
19
19
  export interface ListPhoneNumbersOptedOutCommandOutput
20
20
  extends ListPhoneNumbersOptedOutResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListPhoneNumbersOptedOutCommand extends $Command<
24
23
  ListPhoneNumbersOptedOutCommandInput,
25
24
  ListPhoneNumbersOptedOutCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListPhoneNumbersOptedOutCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListPhoneNumbersOptedOutCommandInput;
29
28
  constructor(input: ListPhoneNumbersOptedOutCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListPlatformApplicationsCommandInput
19
19
  export interface ListPlatformApplicationsCommandOutput
20
20
  extends ListPlatformApplicationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListPlatformApplicationsCommand extends $Command<
24
23
  ListPlatformApplicationsCommandInput,
25
24
  ListPlatformApplicationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListPlatformApplicationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListPlatformApplicationsCommandInput;
29
28
  constructor(input: ListPlatformApplicationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListSMSSandboxPhoneNumbersCommandInput
19
19
  export interface ListSMSSandboxPhoneNumbersCommandOutput
20
20
  extends ListSMSSandboxPhoneNumbersResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListSMSSandboxPhoneNumbersCommand extends $Command<
24
23
  ListSMSSandboxPhoneNumbersCommandInput,
25
24
  ListSMSSandboxPhoneNumbersCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListSMSSandboxPhoneNumbersCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListSMSSandboxPhoneNumbersCommandInput;
29
28
  constructor(input: ListSMSSandboxPhoneNumbersCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListSubscriptionsByTopicCommandInput
19
19
  export interface ListSubscriptionsByTopicCommandOutput
20
20
  extends ListSubscriptionsByTopicResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListSubscriptionsByTopicCommand extends $Command<
24
23
  ListSubscriptionsByTopicCommandInput,
25
24
  ListSubscriptionsByTopicCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListSubscriptionsByTopicCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListSubscriptionsByTopicCommandInput;
29
28
  constructor(input: ListSubscriptionsByTopicCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListSubscriptionsCommandInput extends ListSubscriptionsInput {}
18
18
  export interface ListSubscriptionsCommandOutput
19
19
  extends ListSubscriptionsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListSubscriptionsCommand extends $Command<
23
22
  ListSubscriptionsCommandInput,
24
23
  ListSubscriptionsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListSubscriptionsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListSubscriptionsCommandInput;
28
27
  constructor(input: ListSubscriptionsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListTopicsCommandInput extends ListTopicsInput {}
15
15
  export interface ListTopicsCommandOutput
16
16
  extends ListTopicsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListTopicsCommand extends $Command<
20
19
  ListTopicsCommandInput,
21
20
  ListTopicsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListTopicsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListTopicsCommandInput;
25
24
  constructor(input: ListTopicsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SNSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface OptInPhoneNumberCommandInput extends OptInPhoneNumberInput {}
18
18
  export interface OptInPhoneNumberCommandOutput
19
19
  extends OptInPhoneNumberResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class OptInPhoneNumberCommand extends $Command<
23
22
  OptInPhoneNumberCommandInput,
24
23
  OptInPhoneNumberCommandOutput,
@@ -26,7 +25,6 @@ export declare class OptInPhoneNumberCommand extends $Command<
26
25
  > {
27
26
  readonly input: OptInPhoneNumberCommandInput;
28
27
  constructor(input: OptInPhoneNumberCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SNSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PublishBatchCommandInput extends PublishBatchInput {}
15
15
  export interface PublishBatchCommandOutput
16
16
  extends PublishBatchResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class PublishBatchCommand extends $Command<
20
19
  PublishBatchCommandInput,
21
20
  PublishBatchCommandOutput,
@@ -23,7 +22,6 @@ export declare class PublishBatchCommand extends $Command<
23
22
  > {
24
23
  readonly input: PublishBatchCommandInput;
25
24
  constructor(input: PublishBatchCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SNSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PublishCommandInput extends PublishInput {}
15
15
  export interface PublishCommandOutput
16
16
  extends PublishResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class PublishCommand extends $Command<
20
19
  PublishCommandInput,
21
20
  PublishCommandOutput,
@@ -23,7 +22,6 @@ export declare class PublishCommand extends $Command<
23
22
  > {
24
23
  readonly input: PublishCommandInput;
25
24
  constructor(input: PublishCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SNSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PutDataProtectionPolicyCommandInput
15
15
  extends PutDataProtectionPolicyInput {}
16
16
  export interface PutDataProtectionPolicyCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class PutDataProtectionPolicyCommand extends $Command<
20
19
  PutDataProtectionPolicyCommandInput,
21
20
  PutDataProtectionPolicyCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutDataProtectionPolicyCommand extends $Command<
23
22
  > {
24
23
  readonly input: PutDataProtectionPolicyCommandInput;
25
24
  constructor(input: PutDataProtectionPolicyCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SNSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../SNSClient";
14
14
  export interface RemovePermissionCommandInput extends RemovePermissionInput {}
15
15
  export interface RemovePermissionCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class RemovePermissionCommand extends $Command<
18
17
  RemovePermissionCommandInput,
19
18
  RemovePermissionCommandOutput,
@@ -21,7 +20,6 @@ export declare class RemovePermissionCommand extends $Command<
21
20
  > {
22
21
  readonly input: RemovePermissionCommandInput;
23
22
  constructor(input: RemovePermissionCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: SNSClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface SetEndpointAttributesCommandInput
15
15
  extends SetEndpointAttributesInput {}
16
16
  export interface SetEndpointAttributesCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class SetEndpointAttributesCommand extends $Command<
19
18
  SetEndpointAttributesCommandInput,
20
19
  SetEndpointAttributesCommandOutput,
@@ -22,7 +21,6 @@ export declare class SetEndpointAttributesCommand extends $Command<
22
21
  > {
23
22
  readonly input: SetEndpointAttributesCommandInput;
24
23
  constructor(input: SetEndpointAttributesCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: SNSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface SetPlatformApplicationAttributesCommandInput
15
15
  extends SetPlatformApplicationAttributesInput {}
16
16
  export interface SetPlatformApplicationAttributesCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class SetPlatformApplicationAttributesCommand extends $Command<
20
19
  SetPlatformApplicationAttributesCommandInput,
21
20
  SetPlatformApplicationAttributesCommandOutput,
@@ -23,7 +22,6 @@ export declare class SetPlatformApplicationAttributesCommand extends $Command<
23
22
  > {
24
23
  readonly input: SetPlatformApplicationAttributesCommandInput;
25
24
  constructor(input: SetPlatformApplicationAttributesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SNSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface SetSMSAttributesCommandInput extends SetSMSAttributesInput {}
18
18
  export interface SetSMSAttributesCommandOutput
19
19
  extends SetSMSAttributesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class SetSMSAttributesCommand extends $Command<
23
22
  SetSMSAttributesCommandInput,
24
23
  SetSMSAttributesCommandOutput,
@@ -26,7 +25,6 @@ export declare class SetSMSAttributesCommand extends $Command<
26
25
  > {
27
26
  readonly input: SetSMSAttributesCommandInput;
28
27
  constructor(input: SetSMSAttributesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SNSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface SetSubscriptionAttributesCommandInput
15
15
  extends SetSubscriptionAttributesInput {}
16
16
  export interface SetSubscriptionAttributesCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class SetSubscriptionAttributesCommand extends $Command<
20
19
  SetSubscriptionAttributesCommandInput,
21
20
  SetSubscriptionAttributesCommandOutput,
@@ -23,7 +22,6 @@ export declare class SetSubscriptionAttributesCommand extends $Command<
23
22
  > {
24
23
  readonly input: SetSubscriptionAttributesCommandInput;
25
24
  constructor(input: SetSubscriptionAttributesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SNSClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface SetTopicAttributesCommandInput
15
15
  extends SetTopicAttributesInput {}
16
16
  export interface SetTopicAttributesCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class SetTopicAttributesCommand extends $Command<
19
18
  SetTopicAttributesCommandInput,
20
19
  SetTopicAttributesCommandOutput,
@@ -22,7 +21,6 @@ export declare class SetTopicAttributesCommand extends $Command<
22
21
  > {
23
22
  readonly input: SetTopicAttributesCommandInput;
24
23
  constructor(input: SetTopicAttributesCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: SNSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface SubscribeCommandInput extends SubscribeInput {}
15
15
  export interface SubscribeCommandOutput
16
16
  extends SubscribeResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class SubscribeCommand extends $Command<
20
19
  SubscribeCommandInput,
21
20
  SubscribeCommandOutput,
@@ -23,7 +22,6 @@ export declare class SubscribeCommand extends $Command<
23
22
  > {
24
23
  readonly input: SubscribeCommandInput;
25
24
  constructor(input: SubscribeCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SNSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SNSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../SNSClient";
14
14
  export interface UnsubscribeCommandInput extends UnsubscribeInput {}
15
15
  export interface UnsubscribeCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class UnsubscribeCommand extends $Command<
18
17
  UnsubscribeCommandInput,
19
18
  UnsubscribeCommandOutput,
@@ -21,7 +20,6 @@ export declare class UnsubscribeCommand extends $Command<
21
20
  > {
22
21
  readonly input: UnsubscribeCommandInput;
23
22
  constructor(input: UnsubscribeCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: SNSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SNSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface VerifySMSSandboxPhoneNumberCommandInput
19
19
  export interface VerifySMSSandboxPhoneNumberCommandOutput
20
20
  extends VerifySMSSandboxPhoneNumberResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class VerifySMSSandboxPhoneNumberCommand extends $Command<
24
23
  VerifySMSSandboxPhoneNumberCommandInput,
25
24
  VerifySMSSandboxPhoneNumberCommandOutput,
@@ -27,7 +26,6 @@ export declare class VerifySMSSandboxPhoneNumberCommand extends $Command<
27
26
  > {
28
27
  readonly input: VerifySMSSandboxPhoneNumberCommandInput;
29
28
  constructor(input: VerifySMSSandboxPhoneNumberCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SNSClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class SNSServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }