@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.
- package/dist-cjs/commands/AddPermissionCommand.js +2 -2
- package/dist-cjs/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -2
- package/dist-cjs/commands/ConfirmSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreatePlatformApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreatePlatformEndpointCommand.js +2 -2
- package/dist-cjs/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-cjs/commands/CreateTopicCommand.js +2 -2
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -2
- package/dist-cjs/commands/DeletePlatformApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-cjs/commands/DeleteTopicCommand.js +2 -2
- package/dist-cjs/commands/GetDataProtectionPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetEndpointAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetPlatformApplicationAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetSMSAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetSMSSandboxAccountStatusCommand.js +2 -2
- package/dist-cjs/commands/GetSubscriptionAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetTopicAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointsByPlatformApplicationCommand.js +2 -2
- package/dist-cjs/commands/ListOriginationNumbersCommand.js +2 -2
- package/dist-cjs/commands/ListPhoneNumbersOptedOutCommand.js +2 -2
- package/dist-cjs/commands/ListPlatformApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -2
- package/dist-cjs/commands/ListSubscriptionsByTopicCommand.js +2 -2
- package/dist-cjs/commands/ListSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTopicsCommand.js +2 -2
- package/dist-cjs/commands/OptInPhoneNumberCommand.js +2 -2
- package/dist-cjs/commands/PublishBatchCommand.js +2 -2
- package/dist-cjs/commands/PublishCommand.js +2 -2
- package/dist-cjs/commands/PutDataProtectionPolicyCommand.js +2 -2
- package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
- package/dist-cjs/commands/SetEndpointAttributesCommand.js +2 -2
- package/dist-cjs/commands/SetPlatformApplicationAttributesCommand.js +2 -2
- package/dist-cjs/commands/SetSMSAttributesCommand.js +2 -2
- package/dist-cjs/commands/SetSubscriptionAttributesCommand.js +2 -2
- package/dist-cjs/commands/SetTopicAttributesCommand.js +2 -2
- package/dist-cjs/commands/SubscribeCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UnsubscribeCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-cjs/protocols/Aws_query.js +801 -801
- package/dist-es/commands/AddPermissionCommand.js +3 -3
- package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +3 -3
- package/dist-es/commands/ConfirmSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreatePlatformApplicationCommand.js +3 -3
- package/dist-es/commands/CreatePlatformEndpointCommand.js +3 -3
- package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +3 -3
- package/dist-es/commands/CreateTopicCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointCommand.js +3 -3
- package/dist-es/commands/DeletePlatformApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +3 -3
- package/dist-es/commands/DeleteTopicCommand.js +3 -3
- package/dist-es/commands/GetDataProtectionPolicyCommand.js +3 -3
- package/dist-es/commands/GetEndpointAttributesCommand.js +3 -3
- package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +3 -3
- package/dist-es/commands/GetSMSAttributesCommand.js +3 -3
- package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +3 -3
- package/dist-es/commands/GetSubscriptionAttributesCommand.js +3 -3
- package/dist-es/commands/GetTopicAttributesCommand.js +3 -3
- package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +3 -3
- package/dist-es/commands/ListOriginationNumbersCommand.js +3 -3
- package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +3 -3
- package/dist-es/commands/ListPlatformApplicationsCommand.js +3 -3
- package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +3 -3
- package/dist-es/commands/ListSubscriptionsByTopicCommand.js +3 -3
- package/dist-es/commands/ListSubscriptionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTopicsCommand.js +3 -3
- package/dist-es/commands/OptInPhoneNumberCommand.js +3 -3
- package/dist-es/commands/PublishBatchCommand.js +3 -3
- package/dist-es/commands/PublishCommand.js +3 -3
- package/dist-es/commands/PutDataProtectionPolicyCommand.js +3 -3
- package/dist-es/commands/RemovePermissionCommand.js +3 -3
- package/dist-es/commands/SetEndpointAttributesCommand.js +3 -3
- package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +3 -3
- package/dist-es/commands/SetSMSAttributesCommand.js +3 -3
- package/dist-es/commands/SetSubscriptionAttributesCommand.js +3 -3
- package/dist-es/commands/SetTopicAttributesCommand.js +3 -3
- package/dist-es/commands/SubscribeCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UnsubscribeCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +3 -3
- package/dist-es/protocols/Aws_query.js +715 -715
- package/dist-types/protocols/Aws_query.d.ts +336 -84
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +84 -84
- 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
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export declare const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
export declare const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export declare const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export declare const
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
export declare const
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
export declare const
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
export declare const
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
export declare const
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
export declare const
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
export declare const
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
export declare const
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
export declare const
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
export declare const
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
export declare const
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
export declare const
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
export declare const
|
|
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>;
|