@aws-sdk/client-sns 3.168.0 → 3.170.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 (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SNS.d.ts +766 -215
  3. package/dist-types/ts3.4/SNSClient.d.ts +380 -115
  4. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/PublishCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +33 -17
  41. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -42
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  48. package/dist-types/ts3.4/index.d.ts +6 -6
  49. package/dist-types/ts3.4/models/SNSServiceException.d.ts +8 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +1101 -962
  52. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  53. package/dist-types/ts3.4/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListOriginationNumbersPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListPlatformApplicationsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListSubscriptionsByTopicPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  62. package/dist-types/ts3.4/protocols/Aws_query.d.ts +509 -128
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  67. package/package.json +34 -34
@@ -1,128 +1,509 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AddPermissionCommandInput, AddPermissionCommandOutput } from "../commands/AddPermissionCommand";
4
- import { CheckIfPhoneNumberIsOptedOutCommandInput, CheckIfPhoneNumberIsOptedOutCommandOutput } from "../commands/CheckIfPhoneNumberIsOptedOutCommand";
5
- import { ConfirmSubscriptionCommandInput, ConfirmSubscriptionCommandOutput } from "../commands/ConfirmSubscriptionCommand";
6
- import { CreatePlatformApplicationCommandInput, CreatePlatformApplicationCommandOutput } from "../commands/CreatePlatformApplicationCommand";
7
- import { CreatePlatformEndpointCommandInput, CreatePlatformEndpointCommandOutput } from "../commands/CreatePlatformEndpointCommand";
8
- import { CreateSMSSandboxPhoneNumberCommandInput, CreateSMSSandboxPhoneNumberCommandOutput } from "../commands/CreateSMSSandboxPhoneNumberCommand";
9
- import { CreateTopicCommandInput, CreateTopicCommandOutput } from "../commands/CreateTopicCommand";
10
- import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand";
11
- import { DeletePlatformApplicationCommandInput, DeletePlatformApplicationCommandOutput } from "../commands/DeletePlatformApplicationCommand";
12
- import { DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput } from "../commands/DeleteSMSSandboxPhoneNumberCommand";
13
- import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "../commands/DeleteTopicCommand";
14
- import { GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput } from "../commands/GetDataProtectionPolicyCommand";
15
- import { GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput } from "../commands/GetEndpointAttributesCommand";
16
- import { GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput } from "../commands/GetPlatformApplicationAttributesCommand";
17
- import { GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput } from "../commands/GetSMSAttributesCommand";
18
- import { GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput } from "../commands/GetSMSSandboxAccountStatusCommand";
19
- import { GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput } from "../commands/GetSubscriptionAttributesCommand";
20
- import { GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput } from "../commands/GetTopicAttributesCommand";
21
- import { ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput } from "../commands/ListEndpointsByPlatformApplicationCommand";
22
- import { ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput } from "../commands/ListOriginationNumbersCommand";
23
- import { ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput } from "../commands/ListPhoneNumbersOptedOutCommand";
24
- import { ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput } from "../commands/ListPlatformApplicationsCommand";
25
- import { ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput } from "../commands/ListSMSSandboxPhoneNumbersCommand";
26
- import { ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput } from "../commands/ListSubscriptionsByTopicCommand";
27
- import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "../commands/ListSubscriptionsCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
29
- import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand";
30
- import { OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput } from "../commands/OptInPhoneNumberCommand";
31
- import { PublishBatchCommandInput, PublishBatchCommandOutput } from "../commands/PublishBatchCommand";
32
- import { PublishCommandInput, PublishCommandOutput } from "../commands/PublishCommand";
33
- import { PutDataProtectionPolicyCommandInput, PutDataProtectionPolicyCommandOutput } from "../commands/PutDataProtectionPolicyCommand";
34
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "../commands/RemovePermissionCommand";
35
- import { SetEndpointAttributesCommandInput, SetEndpointAttributesCommandOutput } from "../commands/SetEndpointAttributesCommand";
36
- import { SetPlatformApplicationAttributesCommandInput, SetPlatformApplicationAttributesCommandOutput } from "../commands/SetPlatformApplicationAttributesCommand";
37
- import { SetSMSAttributesCommandInput, SetSMSAttributesCommandOutput } from "../commands/SetSMSAttributesCommand";
38
- import { SetSubscriptionAttributesCommandInput, SetSubscriptionAttributesCommandOutput } from "../commands/SetSubscriptionAttributesCommand";
39
- import { SetTopicAttributesCommandInput, SetTopicAttributesCommandOutput } from "../commands/SetTopicAttributesCommand";
40
- import { SubscribeCommandInput, SubscribeCommandOutput } from "../commands/SubscribeCommand";
41
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
42
- import { UnsubscribeCommandInput, UnsubscribeCommandOutput } from "../commands/UnsubscribeCommand";
43
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
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>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AddPermissionCommandInput,
8
+ AddPermissionCommandOutput,
9
+ } from "../commands/AddPermissionCommand";
10
+ import {
11
+ CheckIfPhoneNumberIsOptedOutCommandInput,
12
+ CheckIfPhoneNumberIsOptedOutCommandOutput,
13
+ } from "../commands/CheckIfPhoneNumberIsOptedOutCommand";
14
+ import {
15
+ ConfirmSubscriptionCommandInput,
16
+ ConfirmSubscriptionCommandOutput,
17
+ } from "../commands/ConfirmSubscriptionCommand";
18
+ import {
19
+ CreatePlatformApplicationCommandInput,
20
+ CreatePlatformApplicationCommandOutput,
21
+ } from "../commands/CreatePlatformApplicationCommand";
22
+ import {
23
+ CreatePlatformEndpointCommandInput,
24
+ CreatePlatformEndpointCommandOutput,
25
+ } from "../commands/CreatePlatformEndpointCommand";
26
+ import {
27
+ CreateSMSSandboxPhoneNumberCommandInput,
28
+ CreateSMSSandboxPhoneNumberCommandOutput,
29
+ } from "../commands/CreateSMSSandboxPhoneNumberCommand";
30
+ import {
31
+ CreateTopicCommandInput,
32
+ CreateTopicCommandOutput,
33
+ } from "../commands/CreateTopicCommand";
34
+ import {
35
+ DeleteEndpointCommandInput,
36
+ DeleteEndpointCommandOutput,
37
+ } from "../commands/DeleteEndpointCommand";
38
+ import {
39
+ DeletePlatformApplicationCommandInput,
40
+ DeletePlatformApplicationCommandOutput,
41
+ } from "../commands/DeletePlatformApplicationCommand";
42
+ import {
43
+ DeleteSMSSandboxPhoneNumberCommandInput,
44
+ DeleteSMSSandboxPhoneNumberCommandOutput,
45
+ } from "../commands/DeleteSMSSandboxPhoneNumberCommand";
46
+ import {
47
+ DeleteTopicCommandInput,
48
+ DeleteTopicCommandOutput,
49
+ } from "../commands/DeleteTopicCommand";
50
+ import {
51
+ GetDataProtectionPolicyCommandInput,
52
+ GetDataProtectionPolicyCommandOutput,
53
+ } from "../commands/GetDataProtectionPolicyCommand";
54
+ import {
55
+ GetEndpointAttributesCommandInput,
56
+ GetEndpointAttributesCommandOutput,
57
+ } from "../commands/GetEndpointAttributesCommand";
58
+ import {
59
+ GetPlatformApplicationAttributesCommandInput,
60
+ GetPlatformApplicationAttributesCommandOutput,
61
+ } from "../commands/GetPlatformApplicationAttributesCommand";
62
+ import {
63
+ GetSMSAttributesCommandInput,
64
+ GetSMSAttributesCommandOutput,
65
+ } from "../commands/GetSMSAttributesCommand";
66
+ import {
67
+ GetSMSSandboxAccountStatusCommandInput,
68
+ GetSMSSandboxAccountStatusCommandOutput,
69
+ } from "../commands/GetSMSSandboxAccountStatusCommand";
70
+ import {
71
+ GetSubscriptionAttributesCommandInput,
72
+ GetSubscriptionAttributesCommandOutput,
73
+ } from "../commands/GetSubscriptionAttributesCommand";
74
+ import {
75
+ GetTopicAttributesCommandInput,
76
+ GetTopicAttributesCommandOutput,
77
+ } from "../commands/GetTopicAttributesCommand";
78
+ import {
79
+ ListEndpointsByPlatformApplicationCommandInput,
80
+ ListEndpointsByPlatformApplicationCommandOutput,
81
+ } from "../commands/ListEndpointsByPlatformApplicationCommand";
82
+ import {
83
+ ListOriginationNumbersCommandInput,
84
+ ListOriginationNumbersCommandOutput,
85
+ } from "../commands/ListOriginationNumbersCommand";
86
+ import {
87
+ ListPhoneNumbersOptedOutCommandInput,
88
+ ListPhoneNumbersOptedOutCommandOutput,
89
+ } from "../commands/ListPhoneNumbersOptedOutCommand";
90
+ import {
91
+ ListPlatformApplicationsCommandInput,
92
+ ListPlatformApplicationsCommandOutput,
93
+ } from "../commands/ListPlatformApplicationsCommand";
94
+ import {
95
+ ListSMSSandboxPhoneNumbersCommandInput,
96
+ ListSMSSandboxPhoneNumbersCommandOutput,
97
+ } from "../commands/ListSMSSandboxPhoneNumbersCommand";
98
+ import {
99
+ ListSubscriptionsByTopicCommandInput,
100
+ ListSubscriptionsByTopicCommandOutput,
101
+ } from "../commands/ListSubscriptionsByTopicCommand";
102
+ import {
103
+ ListSubscriptionsCommandInput,
104
+ ListSubscriptionsCommandOutput,
105
+ } from "../commands/ListSubscriptionsCommand";
106
+ import {
107
+ ListTagsForResourceCommandInput,
108
+ ListTagsForResourceCommandOutput,
109
+ } from "../commands/ListTagsForResourceCommand";
110
+ import {
111
+ ListTopicsCommandInput,
112
+ ListTopicsCommandOutput,
113
+ } from "../commands/ListTopicsCommand";
114
+ import {
115
+ OptInPhoneNumberCommandInput,
116
+ OptInPhoneNumberCommandOutput,
117
+ } from "../commands/OptInPhoneNumberCommand";
118
+ import {
119
+ PublishBatchCommandInput,
120
+ PublishBatchCommandOutput,
121
+ } from "../commands/PublishBatchCommand";
122
+ import {
123
+ PublishCommandInput,
124
+ PublishCommandOutput,
125
+ } from "../commands/PublishCommand";
126
+ import {
127
+ PutDataProtectionPolicyCommandInput,
128
+ PutDataProtectionPolicyCommandOutput,
129
+ } from "../commands/PutDataProtectionPolicyCommand";
130
+ import {
131
+ RemovePermissionCommandInput,
132
+ RemovePermissionCommandOutput,
133
+ } from "../commands/RemovePermissionCommand";
134
+ import {
135
+ SetEndpointAttributesCommandInput,
136
+ SetEndpointAttributesCommandOutput,
137
+ } from "../commands/SetEndpointAttributesCommand";
138
+ import {
139
+ SetPlatformApplicationAttributesCommandInput,
140
+ SetPlatformApplicationAttributesCommandOutput,
141
+ } from "../commands/SetPlatformApplicationAttributesCommand";
142
+ import {
143
+ SetSMSAttributesCommandInput,
144
+ SetSMSAttributesCommandOutput,
145
+ } from "../commands/SetSMSAttributesCommand";
146
+ import {
147
+ SetSubscriptionAttributesCommandInput,
148
+ SetSubscriptionAttributesCommandOutput,
149
+ } from "../commands/SetSubscriptionAttributesCommand";
150
+ import {
151
+ SetTopicAttributesCommandInput,
152
+ SetTopicAttributesCommandOutput,
153
+ } from "../commands/SetTopicAttributesCommand";
154
+ import {
155
+ SubscribeCommandInput,
156
+ SubscribeCommandOutput,
157
+ } from "../commands/SubscribeCommand";
158
+ import {
159
+ TagResourceCommandInput,
160
+ TagResourceCommandOutput,
161
+ } from "../commands/TagResourceCommand";
162
+ import {
163
+ UnsubscribeCommandInput,
164
+ UnsubscribeCommandOutput,
165
+ } from "../commands/UnsubscribeCommand";
166
+ import {
167
+ UntagResourceCommandInput,
168
+ UntagResourceCommandOutput,
169
+ } from "../commands/UntagResourceCommand";
170
+ import {
171
+ VerifySMSSandboxPhoneNumberCommandInput,
172
+ VerifySMSSandboxPhoneNumberCommandOutput,
173
+ } from "../commands/VerifySMSSandboxPhoneNumberCommand";
174
+ export declare const serializeAws_queryAddPermissionCommand: (
175
+ input: AddPermissionCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_queryCheckIfPhoneNumberIsOptedOutCommand: (
179
+ input: CheckIfPhoneNumberIsOptedOutCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_queryConfirmSubscriptionCommand: (
183
+ input: ConfirmSubscriptionCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_queryCreatePlatformApplicationCommand: (
187
+ input: CreatePlatformApplicationCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_queryCreatePlatformEndpointCommand: (
191
+ input: CreatePlatformEndpointCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_queryCreateSMSSandboxPhoneNumberCommand: (
195
+ input: CreateSMSSandboxPhoneNumberCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_queryCreateTopicCommand: (
199
+ input: CreateTopicCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_queryDeleteEndpointCommand: (
203
+ input: DeleteEndpointCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_queryDeletePlatformApplicationCommand: (
207
+ input: DeletePlatformApplicationCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_queryDeleteSMSSandboxPhoneNumberCommand: (
211
+ input: DeleteSMSSandboxPhoneNumberCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_queryDeleteTopicCommand: (
215
+ input: DeleteTopicCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_queryGetDataProtectionPolicyCommand: (
219
+ input: GetDataProtectionPolicyCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_queryGetEndpointAttributesCommand: (
223
+ input: GetEndpointAttributesCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_queryGetPlatformApplicationAttributesCommand: (
227
+ input: GetPlatformApplicationAttributesCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_queryGetSMSAttributesCommand: (
231
+ input: GetSMSAttributesCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_queryGetSMSSandboxAccountStatusCommand: (
235
+ input: GetSMSSandboxAccountStatusCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_queryGetSubscriptionAttributesCommand: (
239
+ input: GetSubscriptionAttributesCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_queryGetTopicAttributesCommand: (
243
+ input: GetTopicAttributesCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_queryListEndpointsByPlatformApplicationCommand: (
247
+ input: ListEndpointsByPlatformApplicationCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_queryListOriginationNumbersCommand: (
251
+ input: ListOriginationNumbersCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_queryListPhoneNumbersOptedOutCommand: (
255
+ input: ListPhoneNumbersOptedOutCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_queryListPlatformApplicationsCommand: (
259
+ input: ListPlatformApplicationsCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_queryListSMSSandboxPhoneNumbersCommand: (
263
+ input: ListSMSSandboxPhoneNumbersCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_queryListSubscriptionsCommand: (
267
+ input: ListSubscriptionsCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_queryListSubscriptionsByTopicCommand: (
271
+ input: ListSubscriptionsByTopicCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_queryListTagsForResourceCommand: (
275
+ input: ListTagsForResourceCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_queryListTopicsCommand: (
279
+ input: ListTopicsCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_queryOptInPhoneNumberCommand: (
283
+ input: OptInPhoneNumberCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_queryPublishCommand: (
287
+ input: PublishCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_queryPublishBatchCommand: (
291
+ input: PublishBatchCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_queryPutDataProtectionPolicyCommand: (
295
+ input: PutDataProtectionPolicyCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_queryRemovePermissionCommand: (
299
+ input: RemovePermissionCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_querySetEndpointAttributesCommand: (
303
+ input: SetEndpointAttributesCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_querySetPlatformApplicationAttributesCommand: (
307
+ input: SetPlatformApplicationAttributesCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_querySetSMSAttributesCommand: (
311
+ input: SetSMSAttributesCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_querySetSubscriptionAttributesCommand: (
315
+ input: SetSubscriptionAttributesCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_querySetTopicAttributesCommand: (
319
+ input: SetTopicAttributesCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_querySubscribeCommand: (
323
+ input: SubscribeCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_queryTagResourceCommand: (
327
+ input: TagResourceCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_queryUnsubscribeCommand: (
331
+ input: UnsubscribeCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_queryUntagResourceCommand: (
335
+ input: UntagResourceCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_queryVerifySMSSandboxPhoneNumberCommand: (
339
+ input: VerifySMSSandboxPhoneNumberCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const deserializeAws_queryAddPermissionCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<AddPermissionCommandOutput>;
346
+ export declare const deserializeAws_queryCheckIfPhoneNumberIsOptedOutCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<CheckIfPhoneNumberIsOptedOutCommandOutput>;
350
+ export declare const deserializeAws_queryConfirmSubscriptionCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<ConfirmSubscriptionCommandOutput>;
354
+ export declare const deserializeAws_queryCreatePlatformApplicationCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<CreatePlatformApplicationCommandOutput>;
358
+ export declare const deserializeAws_queryCreatePlatformEndpointCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<CreatePlatformEndpointCommandOutput>;
362
+ export declare const deserializeAws_queryCreateSMSSandboxPhoneNumberCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<CreateSMSSandboxPhoneNumberCommandOutput>;
366
+ export declare const deserializeAws_queryCreateTopicCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<CreateTopicCommandOutput>;
370
+ export declare const deserializeAws_queryDeleteEndpointCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<DeleteEndpointCommandOutput>;
374
+ export declare const deserializeAws_queryDeletePlatformApplicationCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<DeletePlatformApplicationCommandOutput>;
378
+ export declare const deserializeAws_queryDeleteSMSSandboxPhoneNumberCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<DeleteSMSSandboxPhoneNumberCommandOutput>;
382
+ export declare const deserializeAws_queryDeleteTopicCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<DeleteTopicCommandOutput>;
386
+ export declare const deserializeAws_queryGetDataProtectionPolicyCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<GetDataProtectionPolicyCommandOutput>;
390
+ export declare const deserializeAws_queryGetEndpointAttributesCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<GetEndpointAttributesCommandOutput>;
394
+ export declare const deserializeAws_queryGetPlatformApplicationAttributesCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<GetPlatformApplicationAttributesCommandOutput>;
398
+ export declare const deserializeAws_queryGetSMSAttributesCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<GetSMSAttributesCommandOutput>;
402
+ export declare const deserializeAws_queryGetSMSSandboxAccountStatusCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<GetSMSSandboxAccountStatusCommandOutput>;
406
+ export declare const deserializeAws_queryGetSubscriptionAttributesCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<GetSubscriptionAttributesCommandOutput>;
410
+ export declare const deserializeAws_queryGetTopicAttributesCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<GetTopicAttributesCommandOutput>;
414
+ export declare const deserializeAws_queryListEndpointsByPlatformApplicationCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<ListEndpointsByPlatformApplicationCommandOutput>;
418
+ export declare const deserializeAws_queryListOriginationNumbersCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<ListOriginationNumbersCommandOutput>;
422
+ export declare const deserializeAws_queryListPhoneNumbersOptedOutCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<ListPhoneNumbersOptedOutCommandOutput>;
426
+ export declare const deserializeAws_queryListPlatformApplicationsCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<ListPlatformApplicationsCommandOutput>;
430
+ export declare const deserializeAws_queryListSMSSandboxPhoneNumbersCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<ListSMSSandboxPhoneNumbersCommandOutput>;
434
+ export declare const deserializeAws_queryListSubscriptionsCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<ListSubscriptionsCommandOutput>;
438
+ export declare const deserializeAws_queryListSubscriptionsByTopicCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<ListSubscriptionsByTopicCommandOutput>;
442
+ export declare const deserializeAws_queryListTagsForResourceCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<ListTagsForResourceCommandOutput>;
446
+ export declare const deserializeAws_queryListTopicsCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<ListTopicsCommandOutput>;
450
+ export declare const deserializeAws_queryOptInPhoneNumberCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<OptInPhoneNumberCommandOutput>;
454
+ export declare const deserializeAws_queryPublishCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<PublishCommandOutput>;
458
+ export declare const deserializeAws_queryPublishBatchCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<PublishBatchCommandOutput>;
462
+ export declare const deserializeAws_queryPutDataProtectionPolicyCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<PutDataProtectionPolicyCommandOutput>;
466
+ export declare const deserializeAws_queryRemovePermissionCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<RemovePermissionCommandOutput>;
470
+ export declare const deserializeAws_querySetEndpointAttributesCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<SetEndpointAttributesCommandOutput>;
474
+ export declare const deserializeAws_querySetPlatformApplicationAttributesCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<SetPlatformApplicationAttributesCommandOutput>;
478
+ export declare const deserializeAws_querySetSMSAttributesCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<SetSMSAttributesCommandOutput>;
482
+ export declare const deserializeAws_querySetSubscriptionAttributesCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<SetSubscriptionAttributesCommandOutput>;
486
+ export declare const deserializeAws_querySetTopicAttributesCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<SetTopicAttributesCommandOutput>;
490
+ export declare const deserializeAws_querySubscribeCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<SubscribeCommandOutput>;
494
+ export declare const deserializeAws_queryTagResourceCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<TagResourceCommandOutput>;
498
+ export declare const deserializeAws_queryUnsubscribeCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<UnsubscribeCommandOutput>;
502
+ export declare const deserializeAws_queryUntagResourceCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<UntagResourceCommandOutput>;
506
+ export declare const deserializeAws_queryVerifySMSSandboxPhoneNumberCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<VerifySMSSandboxPhoneNumberCommandOutput>;