@aws-sdk/client-sns 3.651.1 → 3.654.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 (85) hide show
  1. package/dist-types/commands/AddPermissionCommand.d.ts +11 -0
  2. package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +11 -0
  3. package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +11 -0
  4. package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +11 -0
  5. package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateTopicCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteEndpointCommand.d.ts +11 -0
  9. package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteTopicCommand.d.ts +11 -0
  12. package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +11 -0
  13. package/dist-types/commands/GetEndpointAttributesCommand.d.ts +11 -0
  14. package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +11 -0
  15. package/dist-types/commands/GetSMSAttributesCommand.d.ts +11 -0
  16. package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +11 -0
  17. package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +11 -0
  18. package/dist-types/commands/GetTopicAttributesCommand.d.ts +11 -0
  19. package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +11 -0
  20. package/dist-types/commands/ListOriginationNumbersCommand.d.ts +11 -0
  21. package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +11 -0
  22. package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +11 -0
  24. package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +12 -1
  25. package/dist-types/commands/ListSubscriptionsCommand.d.ts +11 -0
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  27. package/dist-types/commands/ListTopicsCommand.d.ts +11 -0
  28. package/dist-types/commands/OptInPhoneNumberCommand.d.ts +11 -0
  29. package/dist-types/commands/PublishBatchCommand.d.ts +11 -0
  30. package/dist-types/commands/PublishCommand.d.ts +11 -0
  31. package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +11 -0
  32. package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
  33. package/dist-types/commands/SetEndpointAttributesCommand.d.ts +11 -0
  34. package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +11 -0
  35. package/dist-types/commands/SetSMSAttributesCommand.d.ts +11 -0
  36. package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +11 -0
  37. package/dist-types/commands/SetTopicAttributesCommand.d.ts +11 -0
  38. package/dist-types/commands/SubscribeCommand.d.ts +11 -0
  39. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  40. package/dist-types/commands/UnsubscribeCommand.d.ts +11 -0
  41. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  42. package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +11 -0
  43. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/PublishCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +12 -1
  85. package/package.json +35 -35
@@ -109,4 +109,15 @@ declare const TagResourceCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class TagResourceCommand extends TagResourceCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: TagResourceRequest;
116
+ output: {};
117
+ };
118
+ sdk: {
119
+ input: TagResourceCommandInput;
120
+ output: TagResourceCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -83,4 +83,15 @@ declare const UnsubscribeCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class UnsubscribeCommand extends UnsubscribeCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: UnsubscribeInput;
90
+ output: {};
91
+ };
92
+ sdk: {
93
+ input: UnsubscribeCommandInput;
94
+ output: UnsubscribeCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -85,4 +85,15 @@ declare const UntagResourceCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: UntagResourceRequest;
92
+ output: {};
93
+ };
94
+ sdk: {
95
+ input: UntagResourceCommandInput;
96
+ output: UntagResourceCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -85,4 +85,15 @@ declare const VerifySMSSandboxPhoneNumberCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class VerifySMSSandboxPhoneNumberCommand extends VerifySMSSandboxPhoneNumberCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: VerifySMSSandboxPhoneNumberInput;
92
+ output: {};
93
+ };
94
+ sdk: {
95
+ input: VerifySMSSandboxPhoneNumberCommandInput;
96
+ output: VerifySMSSandboxPhoneNumberCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -31,4 +31,15 @@ declare const AddPermissionCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class AddPermissionCommand extends AddPermissionCommand_base {}
34
+ export declare class AddPermissionCommand extends AddPermissionCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: AddPermissionInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: AddPermissionCommandInput;
42
+ output: AddPermissionCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const CheckIfPhoneNumberIsOptedOutCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CheckIfPhoneNumberIsOptedOutCommand extends CheckIfPhoneNumberIsOptedOutCommand_base {}
40
+ export declare class CheckIfPhoneNumberIsOptedOutCommand extends CheckIfPhoneNumberIsOptedOutCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CheckIfPhoneNumberIsOptedOutInput;
44
+ output: CheckIfPhoneNumberIsOptedOutResponse;
45
+ };
46
+ sdk: {
47
+ input: CheckIfPhoneNumberIsOptedOutCommandInput;
48
+ output: CheckIfPhoneNumberIsOptedOutCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ConfirmSubscriptionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ConfirmSubscriptionCommand extends ConfirmSubscriptionCommand_base {}
40
+ export declare class ConfirmSubscriptionCommand extends ConfirmSubscriptionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ConfirmSubscriptionInput;
44
+ output: ConfirmSubscriptionResponse;
45
+ };
46
+ sdk: {
47
+ input: ConfirmSubscriptionCommandInput;
48
+ output: ConfirmSubscriptionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreatePlatformApplicationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePlatformApplicationCommand extends CreatePlatformApplicationCommand_base {}
40
+ export declare class CreatePlatformApplicationCommand extends CreatePlatformApplicationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePlatformApplicationInput;
44
+ output: CreatePlatformApplicationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreatePlatformApplicationCommandInput;
48
+ output: CreatePlatformApplicationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreatePlatformEndpointCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePlatformEndpointCommand extends CreatePlatformEndpointCommand_base {}
40
+ export declare class CreatePlatformEndpointCommand extends CreatePlatformEndpointCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePlatformEndpointInput;
44
+ output: CreateEndpointResponse;
45
+ };
46
+ sdk: {
47
+ input: CreatePlatformEndpointCommandInput;
48
+ output: CreatePlatformEndpointCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateSMSSandboxPhoneNumberCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateSMSSandboxPhoneNumberCommand extends CreateSMSSandboxPhoneNumberCommand_base {}
40
+ export declare class CreateSMSSandboxPhoneNumberCommand extends CreateSMSSandboxPhoneNumberCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateSMSSandboxPhoneNumberInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CreateSMSSandboxPhoneNumberCommandInput;
48
+ output: CreateSMSSandboxPhoneNumberCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateTopicCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateTopicCommand extends CreateTopicCommand_base {}
36
+ export declare class CreateTopicCommand extends CreateTopicCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateTopicInput;
40
+ output: CreateTopicResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateTopicCommandInput;
44
+ output: CreateTopicCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteEndpointCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {}
34
+ export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteEndpointInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteEndpointCommandInput;
42
+ output: DeleteEndpointCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DeletePlatformApplicationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeletePlatformApplicationCommand extends DeletePlatformApplicationCommand_base {}
36
+ export declare class DeletePlatformApplicationCommand extends DeletePlatformApplicationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeletePlatformApplicationInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeletePlatformApplicationCommandInput;
44
+ output: DeletePlatformApplicationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteSMSSandboxPhoneNumberCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteSMSSandboxPhoneNumberCommand extends DeleteSMSSandboxPhoneNumberCommand_base {}
40
+ export declare class DeleteSMSSandboxPhoneNumberCommand extends DeleteSMSSandboxPhoneNumberCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteSMSSandboxPhoneNumberInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteSMSSandboxPhoneNumberCommandInput;
48
+ output: DeleteSMSSandboxPhoneNumberCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const DeleteTopicCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteTopicCommand extends DeleteTopicCommand_base {}
34
+ export declare class DeleteTopicCommand extends DeleteTopicCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteTopicInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteTopicCommandInput;
42
+ output: DeleteTopicCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const GetDataProtectionPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDataProtectionPolicyCommand extends GetDataProtectionPolicyCommand_base {}
40
+ export declare class GetDataProtectionPolicyCommand extends GetDataProtectionPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDataProtectionPolicyInput;
44
+ output: GetDataProtectionPolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetDataProtectionPolicyCommandInput;
48
+ output: GetDataProtectionPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetEndpointAttributesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetEndpointAttributesCommand extends GetEndpointAttributesCommand_base {}
40
+ export declare class GetEndpointAttributesCommand extends GetEndpointAttributesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetEndpointAttributesInput;
44
+ output: GetEndpointAttributesResponse;
45
+ };
46
+ sdk: {
47
+ input: GetEndpointAttributesCommandInput;
48
+ output: GetEndpointAttributesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetPlatformApplicationAttributesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetPlatformApplicationAttributesCommand extends GetPlatformApplicationAttributesCommand_base {}
40
+ export declare class GetPlatformApplicationAttributesCommand extends GetPlatformApplicationAttributesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetPlatformApplicationAttributesInput;
44
+ output: GetPlatformApplicationAttributesResponse;
45
+ };
46
+ sdk: {
47
+ input: GetPlatformApplicationAttributesCommandInput;
48
+ output: GetPlatformApplicationAttributesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetSMSAttributesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetSMSAttributesCommand extends GetSMSAttributesCommand_base {}
39
+ export declare class GetSMSAttributesCommand extends GetSMSAttributesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetSMSAttributesInput;
43
+ output: GetSMSAttributesResponse;
44
+ };
45
+ sdk: {
46
+ input: GetSMSAttributesCommandInput;
47
+ output: GetSMSAttributesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetSMSSandboxAccountStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetSMSSandboxAccountStatusCommand extends GetSMSSandboxAccountStatusCommand_base {}
40
+ export declare class GetSMSSandboxAccountStatusCommand extends GetSMSSandboxAccountStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetSMSSandboxAccountStatusResult;
45
+ };
46
+ sdk: {
47
+ input: GetSMSSandboxAccountStatusCommandInput;
48
+ output: GetSMSSandboxAccountStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetSubscriptionAttributesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetSubscriptionAttributesCommand extends GetSubscriptionAttributesCommand_base {}
40
+ export declare class GetSubscriptionAttributesCommand extends GetSubscriptionAttributesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSubscriptionAttributesInput;
44
+ output: GetSubscriptionAttributesResponse;
45
+ };
46
+ sdk: {
47
+ input: GetSubscriptionAttributesCommandInput;
48
+ output: GetSubscriptionAttributesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetTopicAttributesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetTopicAttributesCommand extends GetTopicAttributesCommand_base {}
40
+ export declare class GetTopicAttributesCommand extends GetTopicAttributesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTopicAttributesInput;
44
+ output: GetTopicAttributesResponse;
45
+ };
46
+ sdk: {
47
+ input: GetTopicAttributesCommandInput;
48
+ output: GetTopicAttributesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListEndpointsByPlatformApplicationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListEndpointsByPlatformApplicationCommand extends ListEndpointsByPlatformApplicationCommand_base {}
40
+ export declare class ListEndpointsByPlatformApplicationCommand extends ListEndpointsByPlatformApplicationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListEndpointsByPlatformApplicationInput;
44
+ output: ListEndpointsByPlatformApplicationResponse;
45
+ };
46
+ sdk: {
47
+ input: ListEndpointsByPlatformApplicationCommandInput;
48
+ output: ListEndpointsByPlatformApplicationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListOriginationNumbersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListOriginationNumbersCommand extends ListOriginationNumbersCommand_base {}
40
+ export declare class ListOriginationNumbersCommand extends ListOriginationNumbersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListOriginationNumbersRequest;
44
+ output: ListOriginationNumbersResult;
45
+ };
46
+ sdk: {
47
+ input: ListOriginationNumbersCommandInput;
48
+ output: ListOriginationNumbersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListPhoneNumbersOptedOutCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListPhoneNumbersOptedOutCommand extends ListPhoneNumbersOptedOutCommand_base {}
40
+ export declare class ListPhoneNumbersOptedOutCommand extends ListPhoneNumbersOptedOutCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListPhoneNumbersOptedOutInput;
44
+ output: ListPhoneNumbersOptedOutResponse;
45
+ };
46
+ sdk: {
47
+ input: ListPhoneNumbersOptedOutCommandInput;
48
+ output: ListPhoneNumbersOptedOutCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListPlatformApplicationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListPlatformApplicationsCommand extends ListPlatformApplicationsCommand_base {}
40
+ export declare class ListPlatformApplicationsCommand extends ListPlatformApplicationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListPlatformApplicationsInput;
44
+ output: ListPlatformApplicationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListPlatformApplicationsCommandInput;
48
+ output: ListPlatformApplicationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListSMSSandboxPhoneNumbersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListSMSSandboxPhoneNumbersCommand extends ListSMSSandboxPhoneNumbersCommand_base {}
40
+ export declare class ListSMSSandboxPhoneNumbersCommand extends ListSMSSandboxPhoneNumbersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSMSSandboxPhoneNumbersInput;
44
+ output: ListSMSSandboxPhoneNumbersResult;
45
+ };
46
+ sdk: {
47
+ input: ListSMSSandboxPhoneNumbersCommandInput;
48
+ output: ListSMSSandboxPhoneNumbersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListSubscriptionsByTopicCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListSubscriptionsByTopicCommand extends ListSubscriptionsByTopicCommand_base {}
40
+ export declare class ListSubscriptionsByTopicCommand extends ListSubscriptionsByTopicCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSubscriptionsByTopicInput;
44
+ output: ListSubscriptionsByTopicResponse;
45
+ };
46
+ sdk: {
47
+ input: ListSubscriptionsByTopicCommandInput;
48
+ output: ListSubscriptionsByTopicCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListSubscriptionsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListSubscriptionsCommand extends ListSubscriptionsCommand_base {}
39
+ export declare class ListSubscriptionsCommand extends ListSubscriptionsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListSubscriptionsInput;
43
+ output: ListSubscriptionsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListSubscriptionsCommandInput;
47
+ output: ListSubscriptionsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListTopicsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListTopicsCommand extends ListTopicsCommand_base {}
36
+ export declare class ListTopicsCommand extends ListTopicsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListTopicsInput;
40
+ output: ListTopicsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListTopicsCommandInput;
44
+ output: ListTopicsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const OptInPhoneNumberCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class OptInPhoneNumberCommand extends OptInPhoneNumberCommand_base {}
39
+ export declare class OptInPhoneNumberCommand extends OptInPhoneNumberCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: OptInPhoneNumberInput;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: OptInPhoneNumberCommandInput;
47
+ output: OptInPhoneNumberCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const PublishBatchCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class PublishBatchCommand extends PublishBatchCommand_base {}
36
+ export declare class PublishBatchCommand extends PublishBatchCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PublishBatchInput;
40
+ output: PublishBatchResponse;
41
+ };
42
+ sdk: {
43
+ input: PublishBatchCommandInput;
44
+ output: PublishBatchCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -29,4 +29,15 @@ declare const PublishCommand_base: {
29
29
  >;
30
30
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
31
  };
32
- export declare class PublishCommand extends PublishCommand_base {}
32
+ export declare class PublishCommand extends PublishCommand_base {
33
+ protected static __types: {
34
+ api: {
35
+ input: PublishInput;
36
+ output: PublishResponse;
37
+ };
38
+ sdk: {
39
+ input: PublishCommandInput;
40
+ output: PublishCommandOutput;
41
+ };
42
+ };
43
+ }
@@ -33,4 +33,15 @@ declare const PutDataProtectionPolicyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class PutDataProtectionPolicyCommand extends PutDataProtectionPolicyCommand_base {}
36
+ export declare class PutDataProtectionPolicyCommand extends PutDataProtectionPolicyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PutDataProtectionPolicyInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: PutDataProtectionPolicyCommandInput;
44
+ output: PutDataProtectionPolicyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const RemovePermissionCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class RemovePermissionCommand extends RemovePermissionCommand_base {}
34
+ export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: RemovePermissionInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: RemovePermissionCommandInput;
42
+ output: RemovePermissionCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const SetEndpointAttributesCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class SetEndpointAttributesCommand extends SetEndpointAttributesCommand_base {}
35
+ export declare class SetEndpointAttributesCommand extends SetEndpointAttributesCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: SetEndpointAttributesInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: SetEndpointAttributesCommandInput;
43
+ output: SetEndpointAttributesCommandOutput;
44
+ };
45
+ };
46
+ }