@aws-sdk/client-sns 3.1075.0 → 3.1077.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.
@@ -1,415 +0,0 @@
1
- const { SNSServiceException: __BaseException } = require("./SNSServiceException");
2
- exports.AuthorizationErrorException = class AuthorizationErrorException extends __BaseException {
3
- name = "AuthorizationErrorException";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "AuthorizationErrorException",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, AuthorizationErrorException.prototype);
12
- }
13
- };
14
- exports.InternalErrorException = class InternalErrorException extends __BaseException {
15
- name = "InternalErrorException";
16
- $fault = "server";
17
- constructor(opts) {
18
- super({
19
- name: "InternalErrorException",
20
- $fault: "server",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, InternalErrorException.prototype);
24
- }
25
- };
26
- exports.InvalidParameterException = class InvalidParameterException extends __BaseException {
27
- name = "InvalidParameterException";
28
- $fault = "client";
29
- constructor(opts) {
30
- super({
31
- name: "InvalidParameterException",
32
- $fault: "client",
33
- ...opts,
34
- });
35
- Object.setPrototypeOf(this, InvalidParameterException.prototype);
36
- }
37
- };
38
- exports.NotFoundException = class NotFoundException extends __BaseException {
39
- name = "NotFoundException";
40
- $fault = "client";
41
- constructor(opts) {
42
- super({
43
- name: "NotFoundException",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- Object.setPrototypeOf(this, NotFoundException.prototype);
48
- }
49
- };
50
- exports.ThrottledException = class ThrottledException extends __BaseException {
51
- name = "ThrottledException";
52
- $fault = "client";
53
- constructor(opts) {
54
- super({
55
- name: "ThrottledException",
56
- $fault: "client",
57
- ...opts,
58
- });
59
- Object.setPrototypeOf(this, ThrottledException.prototype);
60
- }
61
- };
62
- exports.FilterPolicyLimitExceededException = class FilterPolicyLimitExceededException extends __BaseException {
63
- name = "FilterPolicyLimitExceededException";
64
- $fault = "client";
65
- constructor(opts) {
66
- super({
67
- name: "FilterPolicyLimitExceededException",
68
- $fault: "client",
69
- ...opts,
70
- });
71
- Object.setPrototypeOf(this, FilterPolicyLimitExceededException.prototype);
72
- }
73
- };
74
- exports.ReplayLimitExceededException = class ReplayLimitExceededException extends __BaseException {
75
- name = "ReplayLimitExceededException";
76
- $fault = "client";
77
- constructor(opts) {
78
- super({
79
- name: "ReplayLimitExceededException",
80
- $fault: "client",
81
- ...opts,
82
- });
83
- Object.setPrototypeOf(this, ReplayLimitExceededException.prototype);
84
- }
85
- };
86
- exports.SubscriptionLimitExceededException = class SubscriptionLimitExceededException extends __BaseException {
87
- name = "SubscriptionLimitExceededException";
88
- $fault = "client";
89
- constructor(opts) {
90
- super({
91
- name: "SubscriptionLimitExceededException",
92
- $fault: "client",
93
- ...opts,
94
- });
95
- Object.setPrototypeOf(this, SubscriptionLimitExceededException.prototype);
96
- }
97
- };
98
- exports.OptedOutException = class OptedOutException extends __BaseException {
99
- name = "OptedOutException";
100
- $fault = "client";
101
- constructor(opts) {
102
- super({
103
- name: "OptedOutException",
104
- $fault: "client",
105
- ...opts,
106
- });
107
- Object.setPrototypeOf(this, OptedOutException.prototype);
108
- }
109
- };
110
- exports.UserErrorException = class UserErrorException extends __BaseException {
111
- name = "UserErrorException";
112
- $fault = "client";
113
- constructor(opts) {
114
- super({
115
- name: "UserErrorException",
116
- $fault: "client",
117
- ...opts,
118
- });
119
- Object.setPrototypeOf(this, UserErrorException.prototype);
120
- }
121
- };
122
- exports.ConcurrentAccessException = class ConcurrentAccessException extends __BaseException {
123
- name = "ConcurrentAccessException";
124
- $fault = "client";
125
- constructor(opts) {
126
- super({
127
- name: "ConcurrentAccessException",
128
- $fault: "client",
129
- ...opts,
130
- });
131
- Object.setPrototypeOf(this, ConcurrentAccessException.prototype);
132
- }
133
- };
134
- exports.InvalidSecurityException = class InvalidSecurityException extends __BaseException {
135
- name = "InvalidSecurityException";
136
- $fault = "client";
137
- constructor(opts) {
138
- super({
139
- name: "InvalidSecurityException",
140
- $fault: "client",
141
- ...opts,
142
- });
143
- Object.setPrototypeOf(this, InvalidSecurityException.prototype);
144
- }
145
- };
146
- exports.StaleTagException = class StaleTagException extends __BaseException {
147
- name = "StaleTagException";
148
- $fault = "client";
149
- constructor(opts) {
150
- super({
151
- name: "StaleTagException",
152
- $fault: "client",
153
- ...opts,
154
- });
155
- Object.setPrototypeOf(this, StaleTagException.prototype);
156
- }
157
- };
158
- exports.TagLimitExceededException = class TagLimitExceededException extends __BaseException {
159
- name = "TagLimitExceededException";
160
- $fault = "client";
161
- constructor(opts) {
162
- super({
163
- name: "TagLimitExceededException",
164
- $fault: "client",
165
- ...opts,
166
- });
167
- Object.setPrototypeOf(this, TagLimitExceededException.prototype);
168
- }
169
- };
170
- exports.TagPolicyException = class TagPolicyException extends __BaseException {
171
- name = "TagPolicyException";
172
- $fault = "client";
173
- constructor(opts) {
174
- super({
175
- name: "TagPolicyException",
176
- $fault: "client",
177
- ...opts,
178
- });
179
- Object.setPrototypeOf(this, TagPolicyException.prototype);
180
- }
181
- };
182
- exports.TopicLimitExceededException = class TopicLimitExceededException extends __BaseException {
183
- name = "TopicLimitExceededException";
184
- $fault = "client";
185
- constructor(opts) {
186
- super({
187
- name: "TopicLimitExceededException",
188
- $fault: "client",
189
- ...opts,
190
- });
191
- Object.setPrototypeOf(this, TopicLimitExceededException.prototype);
192
- }
193
- };
194
- exports.ResourceNotFoundException = class ResourceNotFoundException extends __BaseException {
195
- name = "ResourceNotFoundException";
196
- $fault = "client";
197
- constructor(opts) {
198
- super({
199
- name: "ResourceNotFoundException",
200
- $fault: "client",
201
- ...opts,
202
- });
203
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
204
- }
205
- };
206
- exports.InvalidStateException = class InvalidStateException extends __BaseException {
207
- name = "InvalidStateException";
208
- $fault = "client";
209
- constructor(opts) {
210
- super({
211
- name: "InvalidStateException",
212
- $fault: "client",
213
- ...opts,
214
- });
215
- Object.setPrototypeOf(this, InvalidStateException.prototype);
216
- }
217
- };
218
- exports.ValidationException = class ValidationException extends __BaseException {
219
- name = "ValidationException";
220
- $fault = "client";
221
- Message;
222
- constructor(opts) {
223
- super({
224
- name: "ValidationException",
225
- $fault: "client",
226
- ...opts,
227
- });
228
- Object.setPrototypeOf(this, ValidationException.prototype);
229
- this.Message = opts.Message;
230
- }
231
- };
232
- exports.EndpointDisabledException = class EndpointDisabledException extends __BaseException {
233
- name = "EndpointDisabledException";
234
- $fault = "client";
235
- constructor(opts) {
236
- super({
237
- name: "EndpointDisabledException",
238
- $fault: "client",
239
- ...opts,
240
- });
241
- Object.setPrototypeOf(this, EndpointDisabledException.prototype);
242
- }
243
- };
244
- exports.InvalidParameterValueException = class InvalidParameterValueException extends __BaseException {
245
- name = "InvalidParameterValueException";
246
- $fault = "client";
247
- constructor(opts) {
248
- super({
249
- name: "InvalidParameterValueException",
250
- $fault: "client",
251
- ...opts,
252
- });
253
- Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
254
- }
255
- };
256
- exports.KMSAccessDeniedException = class KMSAccessDeniedException extends __BaseException {
257
- name = "KMSAccessDeniedException";
258
- $fault = "client";
259
- constructor(opts) {
260
- super({
261
- name: "KMSAccessDeniedException",
262
- $fault: "client",
263
- ...opts,
264
- });
265
- Object.setPrototypeOf(this, KMSAccessDeniedException.prototype);
266
- }
267
- };
268
- exports.KMSDisabledException = class KMSDisabledException extends __BaseException {
269
- name = "KMSDisabledException";
270
- $fault = "client";
271
- constructor(opts) {
272
- super({
273
- name: "KMSDisabledException",
274
- $fault: "client",
275
- ...opts,
276
- });
277
- Object.setPrototypeOf(this, KMSDisabledException.prototype);
278
- }
279
- };
280
- exports.KMSInvalidStateException = class KMSInvalidStateException extends __BaseException {
281
- name = "KMSInvalidStateException";
282
- $fault = "client";
283
- constructor(opts) {
284
- super({
285
- name: "KMSInvalidStateException",
286
- $fault: "client",
287
- ...opts,
288
- });
289
- Object.setPrototypeOf(this, KMSInvalidStateException.prototype);
290
- }
291
- };
292
- exports.KMSNotFoundException = class KMSNotFoundException extends __BaseException {
293
- name = "KMSNotFoundException";
294
- $fault = "client";
295
- constructor(opts) {
296
- super({
297
- name: "KMSNotFoundException",
298
- $fault: "client",
299
- ...opts,
300
- });
301
- Object.setPrototypeOf(this, KMSNotFoundException.prototype);
302
- }
303
- };
304
- exports.KMSOptInRequired = class KMSOptInRequired extends __BaseException {
305
- name = "KMSOptInRequired";
306
- $fault = "client";
307
- constructor(opts) {
308
- super({
309
- name: "KMSOptInRequired",
310
- $fault: "client",
311
- ...opts,
312
- });
313
- Object.setPrototypeOf(this, KMSOptInRequired.prototype);
314
- }
315
- };
316
- exports.KMSThrottlingException = class KMSThrottlingException extends __BaseException {
317
- name = "KMSThrottlingException";
318
- $fault = "client";
319
- constructor(opts) {
320
- super({
321
- name: "KMSThrottlingException",
322
- $fault: "client",
323
- ...opts,
324
- });
325
- Object.setPrototypeOf(this, KMSThrottlingException.prototype);
326
- }
327
- };
328
- exports.PlatformApplicationDisabledException = class PlatformApplicationDisabledException extends __BaseException {
329
- name = "PlatformApplicationDisabledException";
330
- $fault = "client";
331
- constructor(opts) {
332
- super({
333
- name: "PlatformApplicationDisabledException",
334
- $fault: "client",
335
- ...opts,
336
- });
337
- Object.setPrototypeOf(this, PlatformApplicationDisabledException.prototype);
338
- }
339
- };
340
- exports.BatchEntryIdsNotDistinctException = class BatchEntryIdsNotDistinctException extends __BaseException {
341
- name = "BatchEntryIdsNotDistinctException";
342
- $fault = "client";
343
- constructor(opts) {
344
- super({
345
- name: "BatchEntryIdsNotDistinctException",
346
- $fault: "client",
347
- ...opts,
348
- });
349
- Object.setPrototypeOf(this, BatchEntryIdsNotDistinctException.prototype);
350
- }
351
- };
352
- exports.BatchRequestTooLongException = class BatchRequestTooLongException extends __BaseException {
353
- name = "BatchRequestTooLongException";
354
- $fault = "client";
355
- constructor(opts) {
356
- super({
357
- name: "BatchRequestTooLongException",
358
- $fault: "client",
359
- ...opts,
360
- });
361
- Object.setPrototypeOf(this, BatchRequestTooLongException.prototype);
362
- }
363
- };
364
- exports.EmptyBatchRequestException = class EmptyBatchRequestException extends __BaseException {
365
- name = "EmptyBatchRequestException";
366
- $fault = "client";
367
- constructor(opts) {
368
- super({
369
- name: "EmptyBatchRequestException",
370
- $fault: "client",
371
- ...opts,
372
- });
373
- Object.setPrototypeOf(this, EmptyBatchRequestException.prototype);
374
- }
375
- };
376
- exports.InvalidBatchEntryIdException = class InvalidBatchEntryIdException extends __BaseException {
377
- name = "InvalidBatchEntryIdException";
378
- $fault = "client";
379
- constructor(opts) {
380
- super({
381
- name: "InvalidBatchEntryIdException",
382
- $fault: "client",
383
- ...opts,
384
- });
385
- Object.setPrototypeOf(this, InvalidBatchEntryIdException.prototype);
386
- }
387
- };
388
- exports.TooManyEntriesInBatchRequestException = class TooManyEntriesInBatchRequestException extends __BaseException {
389
- name = "TooManyEntriesInBatchRequestException";
390
- $fault = "client";
391
- constructor(opts) {
392
- super({
393
- name: "TooManyEntriesInBatchRequestException",
394
- $fault: "client",
395
- ...opts,
396
- });
397
- Object.setPrototypeOf(this, TooManyEntriesInBatchRequestException.prototype);
398
- }
399
- };
400
- exports.VerificationException = class VerificationException extends __BaseException {
401
- name = "VerificationException";
402
- $fault = "client";
403
- Message;
404
- Status;
405
- constructor(opts) {
406
- super({
407
- name: "VerificationException",
408
- $fault: "client",
409
- ...opts,
410
- });
411
- Object.setPrototypeOf(this, VerificationException.prototype);
412
- this.Message = opts.Message;
413
- this.Status = opts.Status;
414
- }
415
- };
@@ -1,32 +0,0 @@
1
- const packageInfo = require("../package.json");
2
- const { Sha256 } = require("@aws-crypto/sha256-browser");
3
- const { createDefaultUserAgentProvider } = require("@aws-sdk/core/client");
4
- const { invalidProvider, loadConfigsForDefaultMode } = require("@smithy/core/client");
5
- const { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig } = require("@smithy/core/config");
6
- const { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } = require("@smithy/core/retry");
7
- const { calculateBodyLength } = require("@smithy/core/serde");
8
- const { FetchHttpHandler: RequestHandler, streamCollector } = require("@smithy/fetch-http-handler");
9
- const { getRuntimeConfig: getSharedRuntimeConfig } = require("./runtimeConfig.shared");
10
- const getRuntimeConfig = (config) => {
11
- const defaultsMode = resolveDefaultsModeConfig(config);
12
- const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
13
- const clientSharedValues = getSharedRuntimeConfig(config);
14
- return {
15
- ...clientSharedValues,
16
- ...config,
17
- runtime: "browser",
18
- defaultsMode,
19
- bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
20
- credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
21
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
22
- maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
23
- region: config?.region ?? invalidProvider("Region is missing"),
24
- requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
- retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
- streamCollector: config?.streamCollector ?? streamCollector,
28
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
- useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
30
- };
31
- };
32
- exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,45 +0,0 @@
1
- const packageInfo = require("../package.json");
2
- const { createDefaultUserAgentProvider, emitWarningIfUnsupportedVersion: awsCheckVersion, NODE_APP_ID_CONFIG_OPTIONS } = require("@aws-sdk/core/client");
3
- const { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
4
- const { defaultProvider: credentialDefaultProvider } = require("@aws-sdk/credential-provider-node");
5
- const { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } = require("@smithy/core/client");
6
- const { loadConfig: loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig } = require("@smithy/core/config");
7
- const { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } = require("@smithy/core/retry");
8
- const { calculateBodyLength, Hash } = require("@smithy/core/serde");
9
- const { NodeHttpHandler: RequestHandler, streamCollector } = require("@smithy/node-http-handler");
10
- const { getRuntimeConfig: getSharedRuntimeConfig } = require("./runtimeConfig.shared");
11
- const getRuntimeConfig = (config) => {
12
- emitWarningIfUnsupportedVersion(process.version);
13
- const defaultsMode = resolveDefaultsModeConfig(config);
14
- const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
15
- const clientSharedValues = getSharedRuntimeConfig(config);
16
- awsCheckVersion(process.version);
17
- const loaderConfig = {
18
- profile: config?.profile,
19
- logger: clientSharedValues.logger,
20
- };
21
- return {
22
- ...clientSharedValues,
23
- ...config,
24
- runtime: "node",
25
- defaultsMode,
26
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
27
- bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
28
- credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
29
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
30
- maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
31
- region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
32
- requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
33
- retryMode: config?.retryMode ??
34
- loadNodeConfig({
35
- ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
- default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
- }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
- streamCollector: config?.streamCollector ?? streamCollector,
40
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
42
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
43
- };
44
- };
45
- exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,12 +0,0 @@
1
- const { Sha256 } = require("@aws-crypto/sha256-js");
2
- const { getRuntimeConfig: getBrowserRuntimeConfig } = require("./runtimeConfig.browser");
3
- const getRuntimeConfig = (config) => {
4
- const browserDefaults = getBrowserRuntimeConfig(config);
5
- return {
6
- ...browserDefaults,
7
- ...config,
8
- runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
- };
11
- };
12
- exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,39 +0,0 @@
1
- const { AwsSdkSigV4Signer } = require("@aws-sdk/core/httpAuthSchemes");
2
- const { AwsQueryProtocol } = require("@aws-sdk/core/protocols");
3
- const { NoOpLogger } = require("@smithy/core/client");
4
- const { parseUrl } = require("@smithy/core/protocols");
5
- const { fromBase64, fromUtf8, toBase64, toUtf8 } = require("@smithy/core/serde");
6
- const { defaultSNSHttpAuthSchemeProvider } = require("./auth/httpAuthSchemeProvider");
7
- const { defaultEndpointResolver } = require("./endpoint/endpointResolver");
8
- const { errorTypeRegistries } = require("./schemas/schemas_0");
9
- exports.getRuntimeConfig = (config) => {
10
- return {
11
- apiVersion: "2010-03-31",
12
- base64Decoder: config?.base64Decoder ?? fromBase64,
13
- base64Encoder: config?.base64Encoder ?? toBase64,
14
- disableHostPrefix: config?.disableHostPrefix ?? false,
15
- endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
16
- extensions: config?.extensions ?? [],
17
- httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultSNSHttpAuthSchemeProvider,
18
- httpAuthSchemes: config?.httpAuthSchemes ?? [
19
- {
20
- schemeId: "aws.auth#sigv4",
21
- identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
22
- signer: new AwsSdkSigV4Signer(),
23
- },
24
- ],
25
- logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ?? AwsQueryProtocol,
27
- protocolSettings: config?.protocolSettings ?? {
28
- defaultNamespace: "com.amazonaws.sns",
29
- errorTypeRegistries,
30
- xmlNamespace: "http://sns.amazonaws.com/doc/2010-03-31/",
31
- version: "2010-03-31",
32
- serviceTarget: "AmazonSimpleNotificationService",
33
- },
34
- serviceId: config?.serviceId ?? "SNS",
35
- urlParser: config?.urlParser ?? parseUrl,
36
- utf8Decoder: config?.utf8Decoder ?? fromUtf8,
37
- utf8Encoder: config?.utf8Encoder ?? toUtf8,
38
- };
39
- };