@aws-sdk/client-sns 3.306.0 → 3.310.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 (89) hide show
  1. package/dist-cjs/commands/AddPermissionCommand.js +2 -2
  2. package/dist-cjs/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -2
  3. package/dist-cjs/commands/ConfirmSubscriptionCommand.js +2 -2
  4. package/dist-cjs/commands/CreatePlatformApplicationCommand.js +2 -2
  5. package/dist-cjs/commands/CreatePlatformEndpointCommand.js +2 -2
  6. package/dist-cjs/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -2
  7. package/dist-cjs/commands/CreateTopicCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteEndpointCommand.js +2 -2
  9. package/dist-cjs/commands/DeletePlatformApplicationCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteTopicCommand.js +2 -2
  12. package/dist-cjs/commands/GetDataProtectionPolicyCommand.js +2 -2
  13. package/dist-cjs/commands/GetEndpointAttributesCommand.js +2 -2
  14. package/dist-cjs/commands/GetPlatformApplicationAttributesCommand.js +2 -2
  15. package/dist-cjs/commands/GetSMSAttributesCommand.js +2 -2
  16. package/dist-cjs/commands/GetSMSSandboxAccountStatusCommand.js +2 -2
  17. package/dist-cjs/commands/GetSubscriptionAttributesCommand.js +2 -2
  18. package/dist-cjs/commands/GetTopicAttributesCommand.js +2 -2
  19. package/dist-cjs/commands/ListEndpointsByPlatformApplicationCommand.js +2 -2
  20. package/dist-cjs/commands/ListOriginationNumbersCommand.js +2 -2
  21. package/dist-cjs/commands/ListPhoneNumbersOptedOutCommand.js +2 -2
  22. package/dist-cjs/commands/ListPlatformApplicationsCommand.js +2 -2
  23. package/dist-cjs/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -2
  24. package/dist-cjs/commands/ListSubscriptionsByTopicCommand.js +2 -2
  25. package/dist-cjs/commands/ListSubscriptionsCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-cjs/commands/ListTopicsCommand.js +2 -2
  28. package/dist-cjs/commands/OptInPhoneNumberCommand.js +2 -2
  29. package/dist-cjs/commands/PublishBatchCommand.js +2 -2
  30. package/dist-cjs/commands/PublishCommand.js +2 -2
  31. package/dist-cjs/commands/PutDataProtectionPolicyCommand.js +2 -2
  32. package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
  33. package/dist-cjs/commands/SetEndpointAttributesCommand.js +2 -2
  34. package/dist-cjs/commands/SetPlatformApplicationAttributesCommand.js +2 -2
  35. package/dist-cjs/commands/SetSMSAttributesCommand.js +2 -2
  36. package/dist-cjs/commands/SetSubscriptionAttributesCommand.js +2 -2
  37. package/dist-cjs/commands/SetTopicAttributesCommand.js +2 -2
  38. package/dist-cjs/commands/SubscribeCommand.js +2 -2
  39. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UnsubscribeCommand.js +2 -2
  41. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  42. package/dist-cjs/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -2
  43. package/dist-cjs/protocols/Aws_query.js +801 -801
  44. package/dist-es/commands/AddPermissionCommand.js +3 -3
  45. package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +3 -3
  46. package/dist-es/commands/ConfirmSubscriptionCommand.js +3 -3
  47. package/dist-es/commands/CreatePlatformApplicationCommand.js +3 -3
  48. package/dist-es/commands/CreatePlatformEndpointCommand.js +3 -3
  49. package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +3 -3
  50. package/dist-es/commands/CreateTopicCommand.js +3 -3
  51. package/dist-es/commands/DeleteEndpointCommand.js +3 -3
  52. package/dist-es/commands/DeletePlatformApplicationCommand.js +3 -3
  53. package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +3 -3
  54. package/dist-es/commands/DeleteTopicCommand.js +3 -3
  55. package/dist-es/commands/GetDataProtectionPolicyCommand.js +3 -3
  56. package/dist-es/commands/GetEndpointAttributesCommand.js +3 -3
  57. package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +3 -3
  58. package/dist-es/commands/GetSMSAttributesCommand.js +3 -3
  59. package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +3 -3
  60. package/dist-es/commands/GetSubscriptionAttributesCommand.js +3 -3
  61. package/dist-es/commands/GetTopicAttributesCommand.js +3 -3
  62. package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +3 -3
  63. package/dist-es/commands/ListOriginationNumbersCommand.js +3 -3
  64. package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +3 -3
  65. package/dist-es/commands/ListPlatformApplicationsCommand.js +3 -3
  66. package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +3 -3
  67. package/dist-es/commands/ListSubscriptionsByTopicCommand.js +3 -3
  68. package/dist-es/commands/ListSubscriptionsCommand.js +3 -3
  69. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  70. package/dist-es/commands/ListTopicsCommand.js +3 -3
  71. package/dist-es/commands/OptInPhoneNumberCommand.js +3 -3
  72. package/dist-es/commands/PublishBatchCommand.js +3 -3
  73. package/dist-es/commands/PublishCommand.js +3 -3
  74. package/dist-es/commands/PutDataProtectionPolicyCommand.js +3 -3
  75. package/dist-es/commands/RemovePermissionCommand.js +3 -3
  76. package/dist-es/commands/SetEndpointAttributesCommand.js +3 -3
  77. package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +3 -3
  78. package/dist-es/commands/SetSMSAttributesCommand.js +3 -3
  79. package/dist-es/commands/SetSubscriptionAttributesCommand.js +3 -3
  80. package/dist-es/commands/SetTopicAttributesCommand.js +3 -3
  81. package/dist-es/commands/SubscribeCommand.js +3 -3
  82. package/dist-es/commands/TagResourceCommand.js +3 -3
  83. package/dist-es/commands/UnsubscribeCommand.js +3 -3
  84. package/dist-es/commands/UntagResourceCommand.js +3 -3
  85. package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +3 -3
  86. package/dist-es/protocols/Aws_query.js +715 -715
  87. package/dist-types/protocols/Aws_query.d.ts +336 -84
  88. package/dist-types/ts3.4/protocols/Aws_query.d.ts +84 -84
  89. package/package.json +35 -35
@@ -42,87 +42,339 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
42
42
  import { UnsubscribeCommandInput, UnsubscribeCommandOutput } from "../commands/UnsubscribeCommand";
43
43
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
44
44
  import { VerifySMSSandboxPhoneNumberCommandInput, VerifySMSSandboxPhoneNumberCommandOutput } from "../commands/VerifySMSSandboxPhoneNumberCommand";
45
- export declare const serializeAws_queryAddPermissionCommand: (input: AddPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_queryCheckIfPhoneNumberIsOptedOutCommand: (input: CheckIfPhoneNumberIsOptedOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_queryConfirmSubscriptionCommand: (input: ConfirmSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_queryCreatePlatformApplicationCommand: (input: CreatePlatformApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_queryCreatePlatformEndpointCommand: (input: CreatePlatformEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_queryCreateSMSSandboxPhoneNumberCommand: (input: CreateSMSSandboxPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_queryCreateTopicCommand: (input: CreateTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_queryDeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_queryDeletePlatformApplicationCommand: (input: DeletePlatformApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_queryDeleteSMSSandboxPhoneNumberCommand: (input: DeleteSMSSandboxPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_queryDeleteTopicCommand: (input: DeleteTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_queryGetDataProtectionPolicyCommand: (input: GetDataProtectionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_queryGetEndpointAttributesCommand: (input: GetEndpointAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_queryGetPlatformApplicationAttributesCommand: (input: GetPlatformApplicationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_queryGetSMSAttributesCommand: (input: GetSMSAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_queryGetSMSSandboxAccountStatusCommand: (input: GetSMSSandboxAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_queryGetSubscriptionAttributesCommand: (input: GetSubscriptionAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_queryGetTopicAttributesCommand: (input: GetTopicAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_queryListEndpointsByPlatformApplicationCommand: (input: ListEndpointsByPlatformApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_queryListOriginationNumbersCommand: (input: ListOriginationNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_queryListPhoneNumbersOptedOutCommand: (input: ListPhoneNumbersOptedOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_queryListPlatformApplicationsCommand: (input: ListPlatformApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_queryListSMSSandboxPhoneNumbersCommand: (input: ListSMSSandboxPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_queryListSubscriptionsCommand: (input: ListSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_queryListSubscriptionsByTopicCommand: (input: ListSubscriptionsByTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_queryListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_queryListTopicsCommand: (input: ListTopicsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_queryOptInPhoneNumberCommand: (input: OptInPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_queryPublishCommand: (input: PublishCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_queryPublishBatchCommand: (input: PublishBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_queryPutDataProtectionPolicyCommand: (input: PutDataProtectionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_queryRemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_querySetEndpointAttributesCommand: (input: SetEndpointAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_querySetPlatformApplicationAttributesCommand: (input: SetPlatformApplicationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_querySetSMSAttributesCommand: (input: SetSMSAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_querySetSubscriptionAttributesCommand: (input: SetSubscriptionAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_querySetTopicAttributesCommand: (input: SetTopicAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_querySubscribeCommand: (input: SubscribeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_queryTagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_queryUnsubscribeCommand: (input: UnsubscribeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_queryUntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_queryVerifySMSSandboxPhoneNumberCommand: (input: VerifySMSSandboxPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const deserializeAws_queryAddPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddPermissionCommandOutput>;
88
- export declare const deserializeAws_queryCheckIfPhoneNumberIsOptedOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckIfPhoneNumberIsOptedOutCommandOutput>;
89
- export declare const deserializeAws_queryConfirmSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmSubscriptionCommandOutput>;
90
- export declare const deserializeAws_queryCreatePlatformApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlatformApplicationCommandOutput>;
91
- export declare const deserializeAws_queryCreatePlatformEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlatformEndpointCommandOutput>;
92
- export declare const deserializeAws_queryCreateSMSSandboxPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSMSSandboxPhoneNumberCommandOutput>;
93
- export declare const deserializeAws_queryCreateTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTopicCommandOutput>;
94
- export declare const deserializeAws_queryDeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
95
- export declare const deserializeAws_queryDeletePlatformApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlatformApplicationCommandOutput>;
96
- export declare const deserializeAws_queryDeleteSMSSandboxPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSMSSandboxPhoneNumberCommandOutput>;
97
- export declare const deserializeAws_queryDeleteTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTopicCommandOutput>;
98
- export declare const deserializeAws_queryGetDataProtectionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataProtectionPolicyCommandOutput>;
99
- export declare const deserializeAws_queryGetEndpointAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEndpointAttributesCommandOutput>;
100
- export declare const deserializeAws_queryGetPlatformApplicationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlatformApplicationAttributesCommandOutput>;
101
- export declare const deserializeAws_queryGetSMSAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSMSAttributesCommandOutput>;
102
- export declare const deserializeAws_queryGetSMSSandboxAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSMSSandboxAccountStatusCommandOutput>;
103
- export declare const deserializeAws_queryGetSubscriptionAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionAttributesCommandOutput>;
104
- export declare const deserializeAws_queryGetTopicAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTopicAttributesCommandOutput>;
105
- export declare const deserializeAws_queryListEndpointsByPlatformApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointsByPlatformApplicationCommandOutput>;
106
- export declare const deserializeAws_queryListOriginationNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOriginationNumbersCommandOutput>;
107
- export declare const deserializeAws_queryListPhoneNumbersOptedOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersOptedOutCommandOutput>;
108
- export declare const deserializeAws_queryListPlatformApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlatformApplicationsCommandOutput>;
109
- export declare const deserializeAws_queryListSMSSandboxPhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSMSSandboxPhoneNumbersCommandOutput>;
110
- export declare const deserializeAws_queryListSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionsCommandOutput>;
111
- export declare const deserializeAws_queryListSubscriptionsByTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionsByTopicCommandOutput>;
112
- export declare const deserializeAws_queryListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
113
- export declare const deserializeAws_queryListTopicsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicsCommandOutput>;
114
- export declare const deserializeAws_queryOptInPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<OptInPhoneNumberCommandOutput>;
115
- export declare const deserializeAws_queryPublishCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishCommandOutput>;
116
- export declare const deserializeAws_queryPublishBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishBatchCommandOutput>;
117
- export declare const deserializeAws_queryPutDataProtectionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataProtectionPolicyCommandOutput>;
118
- export declare const deserializeAws_queryRemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
119
- export declare const deserializeAws_querySetEndpointAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetEndpointAttributesCommandOutput>;
120
- export declare const deserializeAws_querySetPlatformApplicationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetPlatformApplicationAttributesCommandOutput>;
121
- export declare const deserializeAws_querySetSMSAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSMSAttributesCommandOutput>;
122
- export declare const deserializeAws_querySetSubscriptionAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSubscriptionAttributesCommandOutput>;
123
- export declare const deserializeAws_querySetTopicAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetTopicAttributesCommandOutput>;
124
- export declare const deserializeAws_querySubscribeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubscribeCommandOutput>;
125
- export declare const deserializeAws_queryTagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
126
- export declare const deserializeAws_queryUnsubscribeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnsubscribeCommandOutput>;
127
- export declare const deserializeAws_queryUntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
128
- export declare const deserializeAws_queryVerifySMSSandboxPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifySMSSandboxPhoneNumberCommandOutput>;
45
+ /**
46
+ * serializeAws_queryAddPermissionCommand
47
+ */
48
+ export declare const se_AddPermissionCommand: (input: AddPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_queryCheckIfPhoneNumberIsOptedOutCommand
51
+ */
52
+ export declare const se_CheckIfPhoneNumberIsOptedOutCommand: (input: CheckIfPhoneNumberIsOptedOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_queryConfirmSubscriptionCommand
55
+ */
56
+ export declare const se_ConfirmSubscriptionCommand: (input: ConfirmSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_queryCreatePlatformApplicationCommand
59
+ */
60
+ export declare const se_CreatePlatformApplicationCommand: (input: CreatePlatformApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_queryCreatePlatformEndpointCommand
63
+ */
64
+ export declare const se_CreatePlatformEndpointCommand: (input: CreatePlatformEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_queryCreateSMSSandboxPhoneNumberCommand
67
+ */
68
+ export declare const se_CreateSMSSandboxPhoneNumberCommand: (input: CreateSMSSandboxPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_queryCreateTopicCommand
71
+ */
72
+ export declare const se_CreateTopicCommand: (input: CreateTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_queryDeleteEndpointCommand
75
+ */
76
+ export declare const se_DeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_queryDeletePlatformApplicationCommand
79
+ */
80
+ export declare const se_DeletePlatformApplicationCommand: (input: DeletePlatformApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_queryDeleteSMSSandboxPhoneNumberCommand
83
+ */
84
+ export declare const se_DeleteSMSSandboxPhoneNumberCommand: (input: DeleteSMSSandboxPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_queryDeleteTopicCommand
87
+ */
88
+ export declare const se_DeleteTopicCommand: (input: DeleteTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_queryGetDataProtectionPolicyCommand
91
+ */
92
+ export declare const se_GetDataProtectionPolicyCommand: (input: GetDataProtectionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_queryGetEndpointAttributesCommand
95
+ */
96
+ export declare const se_GetEndpointAttributesCommand: (input: GetEndpointAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_queryGetPlatformApplicationAttributesCommand
99
+ */
100
+ export declare const se_GetPlatformApplicationAttributesCommand: (input: GetPlatformApplicationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_queryGetSMSAttributesCommand
103
+ */
104
+ export declare const se_GetSMSAttributesCommand: (input: GetSMSAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_queryGetSMSSandboxAccountStatusCommand
107
+ */
108
+ export declare const se_GetSMSSandboxAccountStatusCommand: (input: GetSMSSandboxAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_queryGetSubscriptionAttributesCommand
111
+ */
112
+ export declare const se_GetSubscriptionAttributesCommand: (input: GetSubscriptionAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_queryGetTopicAttributesCommand
115
+ */
116
+ export declare const se_GetTopicAttributesCommand: (input: GetTopicAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_queryListEndpointsByPlatformApplicationCommand
119
+ */
120
+ export declare const se_ListEndpointsByPlatformApplicationCommand: (input: ListEndpointsByPlatformApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_queryListOriginationNumbersCommand
123
+ */
124
+ export declare const se_ListOriginationNumbersCommand: (input: ListOriginationNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_queryListPhoneNumbersOptedOutCommand
127
+ */
128
+ export declare const se_ListPhoneNumbersOptedOutCommand: (input: ListPhoneNumbersOptedOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_queryListPlatformApplicationsCommand
131
+ */
132
+ export declare const se_ListPlatformApplicationsCommand: (input: ListPlatformApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_queryListSMSSandboxPhoneNumbersCommand
135
+ */
136
+ export declare const se_ListSMSSandboxPhoneNumbersCommand: (input: ListSMSSandboxPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_queryListSubscriptionsCommand
139
+ */
140
+ export declare const se_ListSubscriptionsCommand: (input: ListSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_queryListSubscriptionsByTopicCommand
143
+ */
144
+ export declare const se_ListSubscriptionsByTopicCommand: (input: ListSubscriptionsByTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_queryListTagsForResourceCommand
147
+ */
148
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_queryListTopicsCommand
151
+ */
152
+ export declare const se_ListTopicsCommand: (input: ListTopicsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * serializeAws_queryOptInPhoneNumberCommand
155
+ */
156
+ export declare const se_OptInPhoneNumberCommand: (input: OptInPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ /**
158
+ * serializeAws_queryPublishCommand
159
+ */
160
+ export declare const se_PublishCommand: (input: PublishCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ /**
162
+ * serializeAws_queryPublishBatchCommand
163
+ */
164
+ export declare const se_PublishBatchCommand: (input: PublishBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ /**
166
+ * serializeAws_queryPutDataProtectionPolicyCommand
167
+ */
168
+ export declare const se_PutDataProtectionPolicyCommand: (input: PutDataProtectionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ /**
170
+ * serializeAws_queryRemovePermissionCommand
171
+ */
172
+ export declare const se_RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * serializeAws_querySetEndpointAttributesCommand
175
+ */
176
+ export declare const se_SetEndpointAttributesCommand: (input: SetEndpointAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
+ /**
178
+ * serializeAws_querySetPlatformApplicationAttributesCommand
179
+ */
180
+ export declare const se_SetPlatformApplicationAttributesCommand: (input: SetPlatformApplicationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
+ /**
182
+ * serializeAws_querySetSMSAttributesCommand
183
+ */
184
+ export declare const se_SetSMSAttributesCommand: (input: SetSMSAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
+ /**
186
+ * serializeAws_querySetSubscriptionAttributesCommand
187
+ */
188
+ export declare const se_SetSubscriptionAttributesCommand: (input: SetSubscriptionAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
+ /**
190
+ * serializeAws_querySetTopicAttributesCommand
191
+ */
192
+ export declare const se_SetTopicAttributesCommand: (input: SetTopicAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
+ /**
194
+ * serializeAws_querySubscribeCommand
195
+ */
196
+ export declare const se_SubscribeCommand: (input: SubscribeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
+ /**
198
+ * serializeAws_queryTagResourceCommand
199
+ */
200
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
+ /**
202
+ * serializeAws_queryUnsubscribeCommand
203
+ */
204
+ export declare const se_UnsubscribeCommand: (input: UnsubscribeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
+ /**
206
+ * serializeAws_queryUntagResourceCommand
207
+ */
208
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
+ /**
210
+ * serializeAws_queryVerifySMSSandboxPhoneNumberCommand
211
+ */
212
+ export declare const se_VerifySMSSandboxPhoneNumberCommand: (input: VerifySMSSandboxPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
+ /**
214
+ * deserializeAws_queryAddPermissionCommand
215
+ */
216
+ export declare const de_AddPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddPermissionCommandOutput>;
217
+ /**
218
+ * deserializeAws_queryCheckIfPhoneNumberIsOptedOutCommand
219
+ */
220
+ export declare const de_CheckIfPhoneNumberIsOptedOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckIfPhoneNumberIsOptedOutCommandOutput>;
221
+ /**
222
+ * deserializeAws_queryConfirmSubscriptionCommand
223
+ */
224
+ export declare const de_ConfirmSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmSubscriptionCommandOutput>;
225
+ /**
226
+ * deserializeAws_queryCreatePlatformApplicationCommand
227
+ */
228
+ export declare const de_CreatePlatformApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlatformApplicationCommandOutput>;
229
+ /**
230
+ * deserializeAws_queryCreatePlatformEndpointCommand
231
+ */
232
+ export declare const de_CreatePlatformEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlatformEndpointCommandOutput>;
233
+ /**
234
+ * deserializeAws_queryCreateSMSSandboxPhoneNumberCommand
235
+ */
236
+ export declare const de_CreateSMSSandboxPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSMSSandboxPhoneNumberCommandOutput>;
237
+ /**
238
+ * deserializeAws_queryCreateTopicCommand
239
+ */
240
+ export declare const de_CreateTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTopicCommandOutput>;
241
+ /**
242
+ * deserializeAws_queryDeleteEndpointCommand
243
+ */
244
+ export declare const de_DeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
245
+ /**
246
+ * deserializeAws_queryDeletePlatformApplicationCommand
247
+ */
248
+ export declare const de_DeletePlatformApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlatformApplicationCommandOutput>;
249
+ /**
250
+ * deserializeAws_queryDeleteSMSSandboxPhoneNumberCommand
251
+ */
252
+ export declare const de_DeleteSMSSandboxPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSMSSandboxPhoneNumberCommandOutput>;
253
+ /**
254
+ * deserializeAws_queryDeleteTopicCommand
255
+ */
256
+ export declare const de_DeleteTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTopicCommandOutput>;
257
+ /**
258
+ * deserializeAws_queryGetDataProtectionPolicyCommand
259
+ */
260
+ export declare const de_GetDataProtectionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataProtectionPolicyCommandOutput>;
261
+ /**
262
+ * deserializeAws_queryGetEndpointAttributesCommand
263
+ */
264
+ export declare const de_GetEndpointAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEndpointAttributesCommandOutput>;
265
+ /**
266
+ * deserializeAws_queryGetPlatformApplicationAttributesCommand
267
+ */
268
+ export declare const de_GetPlatformApplicationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlatformApplicationAttributesCommandOutput>;
269
+ /**
270
+ * deserializeAws_queryGetSMSAttributesCommand
271
+ */
272
+ export declare const de_GetSMSAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSMSAttributesCommandOutput>;
273
+ /**
274
+ * deserializeAws_queryGetSMSSandboxAccountStatusCommand
275
+ */
276
+ export declare const de_GetSMSSandboxAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSMSSandboxAccountStatusCommandOutput>;
277
+ /**
278
+ * deserializeAws_queryGetSubscriptionAttributesCommand
279
+ */
280
+ export declare const de_GetSubscriptionAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionAttributesCommandOutput>;
281
+ /**
282
+ * deserializeAws_queryGetTopicAttributesCommand
283
+ */
284
+ export declare const de_GetTopicAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTopicAttributesCommandOutput>;
285
+ /**
286
+ * deserializeAws_queryListEndpointsByPlatformApplicationCommand
287
+ */
288
+ export declare const de_ListEndpointsByPlatformApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointsByPlatformApplicationCommandOutput>;
289
+ /**
290
+ * deserializeAws_queryListOriginationNumbersCommand
291
+ */
292
+ export declare const de_ListOriginationNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOriginationNumbersCommandOutput>;
293
+ /**
294
+ * deserializeAws_queryListPhoneNumbersOptedOutCommand
295
+ */
296
+ export declare const de_ListPhoneNumbersOptedOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersOptedOutCommandOutput>;
297
+ /**
298
+ * deserializeAws_queryListPlatformApplicationsCommand
299
+ */
300
+ export declare const de_ListPlatformApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlatformApplicationsCommandOutput>;
301
+ /**
302
+ * deserializeAws_queryListSMSSandboxPhoneNumbersCommand
303
+ */
304
+ export declare const de_ListSMSSandboxPhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSMSSandboxPhoneNumbersCommandOutput>;
305
+ /**
306
+ * deserializeAws_queryListSubscriptionsCommand
307
+ */
308
+ export declare const de_ListSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionsCommandOutput>;
309
+ /**
310
+ * deserializeAws_queryListSubscriptionsByTopicCommand
311
+ */
312
+ export declare const de_ListSubscriptionsByTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionsByTopicCommandOutput>;
313
+ /**
314
+ * deserializeAws_queryListTagsForResourceCommand
315
+ */
316
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
317
+ /**
318
+ * deserializeAws_queryListTopicsCommand
319
+ */
320
+ export declare const de_ListTopicsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicsCommandOutput>;
321
+ /**
322
+ * deserializeAws_queryOptInPhoneNumberCommand
323
+ */
324
+ export declare const de_OptInPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<OptInPhoneNumberCommandOutput>;
325
+ /**
326
+ * deserializeAws_queryPublishCommand
327
+ */
328
+ export declare const de_PublishCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishCommandOutput>;
329
+ /**
330
+ * deserializeAws_queryPublishBatchCommand
331
+ */
332
+ export declare const de_PublishBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishBatchCommandOutput>;
333
+ /**
334
+ * deserializeAws_queryPutDataProtectionPolicyCommand
335
+ */
336
+ export declare const de_PutDataProtectionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataProtectionPolicyCommandOutput>;
337
+ /**
338
+ * deserializeAws_queryRemovePermissionCommand
339
+ */
340
+ export declare const de_RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
341
+ /**
342
+ * deserializeAws_querySetEndpointAttributesCommand
343
+ */
344
+ export declare const de_SetEndpointAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetEndpointAttributesCommandOutput>;
345
+ /**
346
+ * deserializeAws_querySetPlatformApplicationAttributesCommand
347
+ */
348
+ export declare const de_SetPlatformApplicationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetPlatformApplicationAttributesCommandOutput>;
349
+ /**
350
+ * deserializeAws_querySetSMSAttributesCommand
351
+ */
352
+ export declare const de_SetSMSAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSMSAttributesCommandOutput>;
353
+ /**
354
+ * deserializeAws_querySetSubscriptionAttributesCommand
355
+ */
356
+ export declare const de_SetSubscriptionAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSubscriptionAttributesCommandOutput>;
357
+ /**
358
+ * deserializeAws_querySetTopicAttributesCommand
359
+ */
360
+ export declare const de_SetTopicAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetTopicAttributesCommandOutput>;
361
+ /**
362
+ * deserializeAws_querySubscribeCommand
363
+ */
364
+ export declare const de_SubscribeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubscribeCommandOutput>;
365
+ /**
366
+ * deserializeAws_queryTagResourceCommand
367
+ */
368
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
369
+ /**
370
+ * deserializeAws_queryUnsubscribeCommand
371
+ */
372
+ export declare const de_UnsubscribeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnsubscribeCommandOutput>;
373
+ /**
374
+ * deserializeAws_queryUntagResourceCommand
375
+ */
376
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
377
+ /**
378
+ * deserializeAws_queryVerifySMSSandboxPhoneNumberCommand
379
+ */
380
+ export declare const de_VerifySMSSandboxPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifySMSSandboxPhoneNumberCommandOutput>;