@aws-sdk/client-sns 3.169.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/SNS.d.ts +766 -215
- package/dist-types/ts3.4/SNSClient.d.ts +380 -115
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +42 -42
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SNSServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1101 -962
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOriginationNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlatformApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSubscriptionsByTopicPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +509 -128
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,115 +1,380 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddPermissionCommandInput,
|
|
47
|
+
AddPermissionCommandOutput,
|
|
48
|
+
} from "./commands/AddPermissionCommand";
|
|
49
|
+
import {
|
|
50
|
+
CheckIfPhoneNumberIsOptedOutCommandInput,
|
|
51
|
+
CheckIfPhoneNumberIsOptedOutCommandOutput,
|
|
52
|
+
} from "./commands/CheckIfPhoneNumberIsOptedOutCommand";
|
|
53
|
+
import {
|
|
54
|
+
ConfirmSubscriptionCommandInput,
|
|
55
|
+
ConfirmSubscriptionCommandOutput,
|
|
56
|
+
} from "./commands/ConfirmSubscriptionCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreatePlatformApplicationCommandInput,
|
|
59
|
+
CreatePlatformApplicationCommandOutput,
|
|
60
|
+
} from "./commands/CreatePlatformApplicationCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreatePlatformEndpointCommandInput,
|
|
63
|
+
CreatePlatformEndpointCommandOutput,
|
|
64
|
+
} from "./commands/CreatePlatformEndpointCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateSMSSandboxPhoneNumberCommandInput,
|
|
67
|
+
CreateSMSSandboxPhoneNumberCommandOutput,
|
|
68
|
+
} from "./commands/CreateSMSSandboxPhoneNumberCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateTopicCommandInput,
|
|
71
|
+
CreateTopicCommandOutput,
|
|
72
|
+
} from "./commands/CreateTopicCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteEndpointCommandInput,
|
|
75
|
+
DeleteEndpointCommandOutput,
|
|
76
|
+
} from "./commands/DeleteEndpointCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeletePlatformApplicationCommandInput,
|
|
79
|
+
DeletePlatformApplicationCommandOutput,
|
|
80
|
+
} from "./commands/DeletePlatformApplicationCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteSMSSandboxPhoneNumberCommandInput,
|
|
83
|
+
DeleteSMSSandboxPhoneNumberCommandOutput,
|
|
84
|
+
} from "./commands/DeleteSMSSandboxPhoneNumberCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteTopicCommandInput,
|
|
87
|
+
DeleteTopicCommandOutput,
|
|
88
|
+
} from "./commands/DeleteTopicCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetDataProtectionPolicyCommandInput,
|
|
91
|
+
GetDataProtectionPolicyCommandOutput,
|
|
92
|
+
} from "./commands/GetDataProtectionPolicyCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetEndpointAttributesCommandInput,
|
|
95
|
+
GetEndpointAttributesCommandOutput,
|
|
96
|
+
} from "./commands/GetEndpointAttributesCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetPlatformApplicationAttributesCommandInput,
|
|
99
|
+
GetPlatformApplicationAttributesCommandOutput,
|
|
100
|
+
} from "./commands/GetPlatformApplicationAttributesCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetSMSAttributesCommandInput,
|
|
103
|
+
GetSMSAttributesCommandOutput,
|
|
104
|
+
} from "./commands/GetSMSAttributesCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetSMSSandboxAccountStatusCommandInput,
|
|
107
|
+
GetSMSSandboxAccountStatusCommandOutput,
|
|
108
|
+
} from "./commands/GetSMSSandboxAccountStatusCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetSubscriptionAttributesCommandInput,
|
|
111
|
+
GetSubscriptionAttributesCommandOutput,
|
|
112
|
+
} from "./commands/GetSubscriptionAttributesCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetTopicAttributesCommandInput,
|
|
115
|
+
GetTopicAttributesCommandOutput,
|
|
116
|
+
} from "./commands/GetTopicAttributesCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListEndpointsByPlatformApplicationCommandInput,
|
|
119
|
+
ListEndpointsByPlatformApplicationCommandOutput,
|
|
120
|
+
} from "./commands/ListEndpointsByPlatformApplicationCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListOriginationNumbersCommandInput,
|
|
123
|
+
ListOriginationNumbersCommandOutput,
|
|
124
|
+
} from "./commands/ListOriginationNumbersCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListPhoneNumbersOptedOutCommandInput,
|
|
127
|
+
ListPhoneNumbersOptedOutCommandOutput,
|
|
128
|
+
} from "./commands/ListPhoneNumbersOptedOutCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListPlatformApplicationsCommandInput,
|
|
131
|
+
ListPlatformApplicationsCommandOutput,
|
|
132
|
+
} from "./commands/ListPlatformApplicationsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListSMSSandboxPhoneNumbersCommandInput,
|
|
135
|
+
ListSMSSandboxPhoneNumbersCommandOutput,
|
|
136
|
+
} from "./commands/ListSMSSandboxPhoneNumbersCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListSubscriptionsByTopicCommandInput,
|
|
139
|
+
ListSubscriptionsByTopicCommandOutput,
|
|
140
|
+
} from "./commands/ListSubscriptionsByTopicCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListSubscriptionsCommandInput,
|
|
143
|
+
ListSubscriptionsCommandOutput,
|
|
144
|
+
} from "./commands/ListSubscriptionsCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListTagsForResourceCommandInput,
|
|
147
|
+
ListTagsForResourceCommandOutput,
|
|
148
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListTopicsCommandInput,
|
|
151
|
+
ListTopicsCommandOutput,
|
|
152
|
+
} from "./commands/ListTopicsCommand";
|
|
153
|
+
import {
|
|
154
|
+
OptInPhoneNumberCommandInput,
|
|
155
|
+
OptInPhoneNumberCommandOutput,
|
|
156
|
+
} from "./commands/OptInPhoneNumberCommand";
|
|
157
|
+
import {
|
|
158
|
+
PublishBatchCommandInput,
|
|
159
|
+
PublishBatchCommandOutput,
|
|
160
|
+
} from "./commands/PublishBatchCommand";
|
|
161
|
+
import {
|
|
162
|
+
PublishCommandInput,
|
|
163
|
+
PublishCommandOutput,
|
|
164
|
+
} from "./commands/PublishCommand";
|
|
165
|
+
import {
|
|
166
|
+
PutDataProtectionPolicyCommandInput,
|
|
167
|
+
PutDataProtectionPolicyCommandOutput,
|
|
168
|
+
} from "./commands/PutDataProtectionPolicyCommand";
|
|
169
|
+
import {
|
|
170
|
+
RemovePermissionCommandInput,
|
|
171
|
+
RemovePermissionCommandOutput,
|
|
172
|
+
} from "./commands/RemovePermissionCommand";
|
|
173
|
+
import {
|
|
174
|
+
SetEndpointAttributesCommandInput,
|
|
175
|
+
SetEndpointAttributesCommandOutput,
|
|
176
|
+
} from "./commands/SetEndpointAttributesCommand";
|
|
177
|
+
import {
|
|
178
|
+
SetPlatformApplicationAttributesCommandInput,
|
|
179
|
+
SetPlatformApplicationAttributesCommandOutput,
|
|
180
|
+
} from "./commands/SetPlatformApplicationAttributesCommand";
|
|
181
|
+
import {
|
|
182
|
+
SetSMSAttributesCommandInput,
|
|
183
|
+
SetSMSAttributesCommandOutput,
|
|
184
|
+
} from "./commands/SetSMSAttributesCommand";
|
|
185
|
+
import {
|
|
186
|
+
SetSubscriptionAttributesCommandInput,
|
|
187
|
+
SetSubscriptionAttributesCommandOutput,
|
|
188
|
+
} from "./commands/SetSubscriptionAttributesCommand";
|
|
189
|
+
import {
|
|
190
|
+
SetTopicAttributesCommandInput,
|
|
191
|
+
SetTopicAttributesCommandOutput,
|
|
192
|
+
} from "./commands/SetTopicAttributesCommand";
|
|
193
|
+
import {
|
|
194
|
+
SubscribeCommandInput,
|
|
195
|
+
SubscribeCommandOutput,
|
|
196
|
+
} from "./commands/SubscribeCommand";
|
|
197
|
+
import {
|
|
198
|
+
TagResourceCommandInput,
|
|
199
|
+
TagResourceCommandOutput,
|
|
200
|
+
} from "./commands/TagResourceCommand";
|
|
201
|
+
import {
|
|
202
|
+
UnsubscribeCommandInput,
|
|
203
|
+
UnsubscribeCommandOutput,
|
|
204
|
+
} from "./commands/UnsubscribeCommand";
|
|
205
|
+
import {
|
|
206
|
+
UntagResourceCommandInput,
|
|
207
|
+
UntagResourceCommandOutput,
|
|
208
|
+
} from "./commands/UntagResourceCommand";
|
|
209
|
+
import {
|
|
210
|
+
VerifySMSSandboxPhoneNumberCommandInput,
|
|
211
|
+
VerifySMSSandboxPhoneNumberCommandOutput,
|
|
212
|
+
} from "./commands/VerifySMSSandboxPhoneNumberCommand";
|
|
213
|
+
export declare type ServiceInputTypes =
|
|
214
|
+
| AddPermissionCommandInput
|
|
215
|
+
| CheckIfPhoneNumberIsOptedOutCommandInput
|
|
216
|
+
| ConfirmSubscriptionCommandInput
|
|
217
|
+
| CreatePlatformApplicationCommandInput
|
|
218
|
+
| CreatePlatformEndpointCommandInput
|
|
219
|
+
| CreateSMSSandboxPhoneNumberCommandInput
|
|
220
|
+
| CreateTopicCommandInput
|
|
221
|
+
| DeleteEndpointCommandInput
|
|
222
|
+
| DeletePlatformApplicationCommandInput
|
|
223
|
+
| DeleteSMSSandboxPhoneNumberCommandInput
|
|
224
|
+
| DeleteTopicCommandInput
|
|
225
|
+
| GetDataProtectionPolicyCommandInput
|
|
226
|
+
| GetEndpointAttributesCommandInput
|
|
227
|
+
| GetPlatformApplicationAttributesCommandInput
|
|
228
|
+
| GetSMSAttributesCommandInput
|
|
229
|
+
| GetSMSSandboxAccountStatusCommandInput
|
|
230
|
+
| GetSubscriptionAttributesCommandInput
|
|
231
|
+
| GetTopicAttributesCommandInput
|
|
232
|
+
| ListEndpointsByPlatformApplicationCommandInput
|
|
233
|
+
| ListOriginationNumbersCommandInput
|
|
234
|
+
| ListPhoneNumbersOptedOutCommandInput
|
|
235
|
+
| ListPlatformApplicationsCommandInput
|
|
236
|
+
| ListSMSSandboxPhoneNumbersCommandInput
|
|
237
|
+
| ListSubscriptionsByTopicCommandInput
|
|
238
|
+
| ListSubscriptionsCommandInput
|
|
239
|
+
| ListTagsForResourceCommandInput
|
|
240
|
+
| ListTopicsCommandInput
|
|
241
|
+
| OptInPhoneNumberCommandInput
|
|
242
|
+
| PublishBatchCommandInput
|
|
243
|
+
| PublishCommandInput
|
|
244
|
+
| PutDataProtectionPolicyCommandInput
|
|
245
|
+
| RemovePermissionCommandInput
|
|
246
|
+
| SetEndpointAttributesCommandInput
|
|
247
|
+
| SetPlatformApplicationAttributesCommandInput
|
|
248
|
+
| SetSMSAttributesCommandInput
|
|
249
|
+
| SetSubscriptionAttributesCommandInput
|
|
250
|
+
| SetTopicAttributesCommandInput
|
|
251
|
+
| SubscribeCommandInput
|
|
252
|
+
| TagResourceCommandInput
|
|
253
|
+
| UnsubscribeCommandInput
|
|
254
|
+
| UntagResourceCommandInput
|
|
255
|
+
| VerifySMSSandboxPhoneNumberCommandInput;
|
|
256
|
+
export declare type ServiceOutputTypes =
|
|
257
|
+
| AddPermissionCommandOutput
|
|
258
|
+
| CheckIfPhoneNumberIsOptedOutCommandOutput
|
|
259
|
+
| ConfirmSubscriptionCommandOutput
|
|
260
|
+
| CreatePlatformApplicationCommandOutput
|
|
261
|
+
| CreatePlatformEndpointCommandOutput
|
|
262
|
+
| CreateSMSSandboxPhoneNumberCommandOutput
|
|
263
|
+
| CreateTopicCommandOutput
|
|
264
|
+
| DeleteEndpointCommandOutput
|
|
265
|
+
| DeletePlatformApplicationCommandOutput
|
|
266
|
+
| DeleteSMSSandboxPhoneNumberCommandOutput
|
|
267
|
+
| DeleteTopicCommandOutput
|
|
268
|
+
| GetDataProtectionPolicyCommandOutput
|
|
269
|
+
| GetEndpointAttributesCommandOutput
|
|
270
|
+
| GetPlatformApplicationAttributesCommandOutput
|
|
271
|
+
| GetSMSAttributesCommandOutput
|
|
272
|
+
| GetSMSSandboxAccountStatusCommandOutput
|
|
273
|
+
| GetSubscriptionAttributesCommandOutput
|
|
274
|
+
| GetTopicAttributesCommandOutput
|
|
275
|
+
| ListEndpointsByPlatformApplicationCommandOutput
|
|
276
|
+
| ListOriginationNumbersCommandOutput
|
|
277
|
+
| ListPhoneNumbersOptedOutCommandOutput
|
|
278
|
+
| ListPlatformApplicationsCommandOutput
|
|
279
|
+
| ListSMSSandboxPhoneNumbersCommandOutput
|
|
280
|
+
| ListSubscriptionsByTopicCommandOutput
|
|
281
|
+
| ListSubscriptionsCommandOutput
|
|
282
|
+
| ListTagsForResourceCommandOutput
|
|
283
|
+
| ListTopicsCommandOutput
|
|
284
|
+
| OptInPhoneNumberCommandOutput
|
|
285
|
+
| PublishBatchCommandOutput
|
|
286
|
+
| PublishCommandOutput
|
|
287
|
+
| PutDataProtectionPolicyCommandOutput
|
|
288
|
+
| RemovePermissionCommandOutput
|
|
289
|
+
| SetEndpointAttributesCommandOutput
|
|
290
|
+
| SetPlatformApplicationAttributesCommandOutput
|
|
291
|
+
| SetSMSAttributesCommandOutput
|
|
292
|
+
| SetSubscriptionAttributesCommandOutput
|
|
293
|
+
| SetTopicAttributesCommandOutput
|
|
294
|
+
| SubscribeCommandOutput
|
|
295
|
+
| TagResourceCommandOutput
|
|
296
|
+
| UnsubscribeCommandOutput
|
|
297
|
+
| UntagResourceCommandOutput
|
|
298
|
+
| VerifySMSSandboxPhoneNumberCommandOutput;
|
|
299
|
+
export interface ClientDefaults
|
|
300
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
301
|
+
requestHandler?: __HttpHandler;
|
|
302
|
+
|
|
303
|
+
sha256?: __HashConstructor;
|
|
304
|
+
|
|
305
|
+
urlParser?: __UrlParser;
|
|
306
|
+
|
|
307
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
308
|
+
|
|
309
|
+
streamCollector?: __StreamCollector;
|
|
310
|
+
|
|
311
|
+
base64Decoder?: __Decoder;
|
|
312
|
+
|
|
313
|
+
base64Encoder?: __Encoder;
|
|
314
|
+
|
|
315
|
+
utf8Decoder?: __Decoder;
|
|
316
|
+
|
|
317
|
+
utf8Encoder?: __Encoder;
|
|
318
|
+
|
|
319
|
+
runtime?: string;
|
|
320
|
+
|
|
321
|
+
disableHostPrefix?: boolean;
|
|
322
|
+
|
|
323
|
+
maxAttempts?: number | __Provider<number>;
|
|
324
|
+
|
|
325
|
+
retryMode?: string | __Provider<string>;
|
|
326
|
+
|
|
327
|
+
logger?: __Logger;
|
|
328
|
+
|
|
329
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
330
|
+
|
|
331
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
332
|
+
|
|
333
|
+
serviceId?: string;
|
|
334
|
+
|
|
335
|
+
region?: string | __Provider<string>;
|
|
336
|
+
|
|
337
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
338
|
+
|
|
339
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
340
|
+
|
|
341
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
342
|
+
|
|
343
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
344
|
+
}
|
|
345
|
+
declare type SNSClientConfigType = Partial<
|
|
346
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
347
|
+
> &
|
|
348
|
+
ClientDefaults &
|
|
349
|
+
RegionInputConfig &
|
|
350
|
+
EndpointsInputConfig &
|
|
351
|
+
RetryInputConfig &
|
|
352
|
+
HostHeaderInputConfig &
|
|
353
|
+
AwsAuthInputConfig &
|
|
354
|
+
UserAgentInputConfig;
|
|
355
|
+
|
|
356
|
+
export interface SNSClientConfig extends SNSClientConfigType {}
|
|
357
|
+
declare type SNSClientResolvedConfigType =
|
|
358
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
359
|
+
Required<ClientDefaults> &
|
|
360
|
+
RegionResolvedConfig &
|
|
361
|
+
EndpointsResolvedConfig &
|
|
362
|
+
RetryResolvedConfig &
|
|
363
|
+
HostHeaderResolvedConfig &
|
|
364
|
+
AwsAuthResolvedConfig &
|
|
365
|
+
UserAgentResolvedConfig;
|
|
366
|
+
|
|
367
|
+
export interface SNSClientResolvedConfig extends SNSClientResolvedConfigType {}
|
|
368
|
+
|
|
369
|
+
export declare class SNSClient extends __Client<
|
|
370
|
+
__HttpHandlerOptions,
|
|
371
|
+
ServiceInputTypes,
|
|
372
|
+
ServiceOutputTypes,
|
|
373
|
+
SNSClientResolvedConfig
|
|
374
|
+
> {
|
|
375
|
+
readonly config: SNSClientResolvedConfig;
|
|
376
|
+
constructor(configuration: SNSClientConfig);
|
|
377
|
+
|
|
378
|
+
destroy(): void;
|
|
379
|
+
}
|
|
380
|
+
export {};
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { AddPermissionInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SNSClientResolvedConfig,
|
|
13
|
+
} from "../SNSClient";
|
|
14
|
+
export interface AddPermissionCommandInput extends AddPermissionInput {}
|
|
15
|
+
export interface AddPermissionCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class AddPermissionCommand extends $Command<
|
|
18
|
+
AddPermissionCommandInput,
|
|
19
|
+
AddPermissionCommandOutput,
|
|
20
|
+
SNSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: AddPermissionCommandInput;
|
|
23
|
+
constructor(input: AddPermissionCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SNSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<AddPermissionCommandInput, AddPermissionCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CheckIfPhoneNumberIsOptedOutInput,
|
|
10
|
+
CheckIfPhoneNumberIsOptedOutResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SNSClientResolvedConfig,
|
|
16
|
+
} from "../SNSClient";
|
|
17
|
+
export interface CheckIfPhoneNumberIsOptedOutCommandInput
|
|
18
|
+
extends CheckIfPhoneNumberIsOptedOutInput {}
|
|
19
|
+
export interface CheckIfPhoneNumberIsOptedOutCommandOutput
|
|
20
|
+
extends CheckIfPhoneNumberIsOptedOutResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CheckIfPhoneNumberIsOptedOutCommand extends $Command<
|
|
24
|
+
CheckIfPhoneNumberIsOptedOutCommandInput,
|
|
25
|
+
CheckIfPhoneNumberIsOptedOutCommandOutput,
|
|
26
|
+
SNSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CheckIfPhoneNumberIsOptedOutCommandInput;
|
|
29
|
+
constructor(input: CheckIfPhoneNumberIsOptedOutCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SNSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CheckIfPhoneNumberIsOptedOutCommandInput,
|
|
37
|
+
CheckIfPhoneNumberIsOptedOutCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|