@aws-sdk/client-sns 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/SNS.d.ts +141 -174
- package/dist-types/ts3.4/SNSClient.d.ts +20 -48
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +3 -7
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +27 -96
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
VerifySMSSandboxPhoneNumberResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface VerifySMSSandboxPhoneNumberCommandInput
|
|
8
|
-
extends VerifySMSSandboxPhoneNumberInput {}
|
|
7
|
+
export interface VerifySMSSandboxPhoneNumberCommandInput extends VerifySMSSandboxPhoneNumberInput {}
|
|
9
8
|
export interface VerifySMSSandboxPhoneNumberCommandOutput
|
|
10
|
-
extends VerifySMSSandboxPhoneNumberResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends VerifySMSSandboxPhoneNumberResult, __MetadataBearer {}
|
|
12
10
|
declare const VerifySMSSandboxPhoneNumberCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: VerifySMSSandboxPhoneNumberCommandInput
|
|
12
|
+
input: VerifySMSSandboxPhoneNumberCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
VerifySMSSandboxPhoneNumberCommandInput,
|
|
17
15
|
VerifySMSSandboxPhoneNumberCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const VerifySMSSandboxPhoneNumberCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: VerifySMSSandboxPhoneNumberCommandInput
|
|
21
|
+
input: VerifySMSSandboxPhoneNumberCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
VerifySMSSandboxPhoneNumberCommandInput,
|
|
26
24
|
VerifySMSSandboxPhoneNumberCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface SNSExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -13,15 +13,13 @@ export declare const LanguageCodeString: {
|
|
|
13
13
|
readonly zh_CN: "zh-CN";
|
|
14
14
|
readonly zh_TW: "zh-TW";
|
|
15
15
|
};
|
|
16
|
-
export type LanguageCodeString =
|
|
17
|
-
(typeof LanguageCodeString)[keyof typeof LanguageCodeString];
|
|
16
|
+
export type LanguageCodeString = (typeof LanguageCodeString)[keyof typeof LanguageCodeString];
|
|
18
17
|
export declare const NumberCapability: {
|
|
19
18
|
readonly MMS: "MMS";
|
|
20
19
|
readonly SMS: "SMS";
|
|
21
20
|
readonly VOICE: "VOICE";
|
|
22
21
|
};
|
|
23
|
-
export type NumberCapability =
|
|
24
|
-
(typeof NumberCapability)[keyof typeof NumberCapability];
|
|
22
|
+
export type NumberCapability = (typeof NumberCapability)[keyof typeof NumberCapability];
|
|
25
23
|
export declare const RouteType: {
|
|
26
24
|
readonly Premium: "Premium";
|
|
27
25
|
readonly Promotional: "Promotional";
|
|
@@ -3,23 +3,17 @@ import { SNSServiceException as __BaseException } from "./SNSServiceException";
|
|
|
3
3
|
export declare class AuthorizationErrorException extends __BaseException {
|
|
4
4
|
readonly name: "AuthorizationErrorException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<AuthorizationErrorException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<AuthorizationErrorException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class InternalErrorException extends __BaseException {
|
|
11
9
|
readonly name: "InternalErrorException";
|
|
12
10
|
readonly $fault: "server";
|
|
13
|
-
constructor(
|
|
14
|
-
opts: __ExceptionOptionType<InternalErrorException, __BaseException>
|
|
15
|
-
);
|
|
11
|
+
constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
|
|
16
12
|
}
|
|
17
13
|
export declare class InvalidParameterException extends __BaseException {
|
|
18
14
|
readonly name: "InvalidParameterException";
|
|
19
15
|
readonly $fault: "client";
|
|
20
|
-
constructor(
|
|
21
|
-
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
22
|
-
);
|
|
16
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
23
17
|
}
|
|
24
18
|
export declare class NotFoundException extends __BaseException {
|
|
25
19
|
readonly name: "NotFoundException";
|
|
@@ -34,29 +28,17 @@ export declare class ThrottledException extends __BaseException {
|
|
|
34
28
|
export declare class FilterPolicyLimitExceededException extends __BaseException {
|
|
35
29
|
readonly name: "FilterPolicyLimitExceededException";
|
|
36
30
|
readonly $fault: "client";
|
|
37
|
-
constructor(
|
|
38
|
-
opts: __ExceptionOptionType<
|
|
39
|
-
FilterPolicyLimitExceededException,
|
|
40
|
-
__BaseException
|
|
41
|
-
>
|
|
42
|
-
);
|
|
31
|
+
constructor(opts: __ExceptionOptionType<FilterPolicyLimitExceededException, __BaseException>);
|
|
43
32
|
}
|
|
44
33
|
export declare class ReplayLimitExceededException extends __BaseException {
|
|
45
34
|
readonly name: "ReplayLimitExceededException";
|
|
46
35
|
readonly $fault: "client";
|
|
47
|
-
constructor(
|
|
48
|
-
opts: __ExceptionOptionType<ReplayLimitExceededException, __BaseException>
|
|
49
|
-
);
|
|
36
|
+
constructor(opts: __ExceptionOptionType<ReplayLimitExceededException, __BaseException>);
|
|
50
37
|
}
|
|
51
38
|
export declare class SubscriptionLimitExceededException extends __BaseException {
|
|
52
39
|
readonly name: "SubscriptionLimitExceededException";
|
|
53
40
|
readonly $fault: "client";
|
|
54
|
-
constructor(
|
|
55
|
-
opts: __ExceptionOptionType<
|
|
56
|
-
SubscriptionLimitExceededException,
|
|
57
|
-
__BaseException
|
|
58
|
-
>
|
|
59
|
-
);
|
|
41
|
+
constructor(opts: __ExceptionOptionType<SubscriptionLimitExceededException, __BaseException>);
|
|
60
42
|
}
|
|
61
43
|
export declare class OptedOutException extends __BaseException {
|
|
62
44
|
readonly name: "OptedOutException";
|
|
@@ -71,16 +53,12 @@ export declare class UserErrorException extends __BaseException {
|
|
|
71
53
|
export declare class ConcurrentAccessException extends __BaseException {
|
|
72
54
|
readonly name: "ConcurrentAccessException";
|
|
73
55
|
readonly $fault: "client";
|
|
74
|
-
constructor(
|
|
75
|
-
opts: __ExceptionOptionType<ConcurrentAccessException, __BaseException>
|
|
76
|
-
);
|
|
56
|
+
constructor(opts: __ExceptionOptionType<ConcurrentAccessException, __BaseException>);
|
|
77
57
|
}
|
|
78
58
|
export declare class InvalidSecurityException extends __BaseException {
|
|
79
59
|
readonly name: "InvalidSecurityException";
|
|
80
60
|
readonly $fault: "client";
|
|
81
|
-
constructor(
|
|
82
|
-
opts: __ExceptionOptionType<InvalidSecurityException, __BaseException>
|
|
83
|
-
);
|
|
61
|
+
constructor(opts: __ExceptionOptionType<InvalidSecurityException, __BaseException>);
|
|
84
62
|
}
|
|
85
63
|
export declare class StaleTagException extends __BaseException {
|
|
86
64
|
readonly name: "StaleTagException";
|
|
@@ -90,9 +68,7 @@ export declare class StaleTagException extends __BaseException {
|
|
|
90
68
|
export declare class TagLimitExceededException extends __BaseException {
|
|
91
69
|
readonly name: "TagLimitExceededException";
|
|
92
70
|
readonly $fault: "client";
|
|
93
|
-
constructor(
|
|
94
|
-
opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>
|
|
95
|
-
);
|
|
71
|
+
constructor(opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>);
|
|
96
72
|
}
|
|
97
73
|
export declare class TagPolicyException extends __BaseException {
|
|
98
74
|
readonly name: "TagPolicyException";
|
|
@@ -102,73 +78,53 @@ export declare class TagPolicyException extends __BaseException {
|
|
|
102
78
|
export declare class TopicLimitExceededException extends __BaseException {
|
|
103
79
|
readonly name: "TopicLimitExceededException";
|
|
104
80
|
readonly $fault: "client";
|
|
105
|
-
constructor(
|
|
106
|
-
opts: __ExceptionOptionType<TopicLimitExceededException, __BaseException>
|
|
107
|
-
);
|
|
81
|
+
constructor(opts: __ExceptionOptionType<TopicLimitExceededException, __BaseException>);
|
|
108
82
|
}
|
|
109
83
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
110
84
|
readonly name: "ResourceNotFoundException";
|
|
111
85
|
readonly $fault: "client";
|
|
112
|
-
constructor(
|
|
113
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
114
|
-
);
|
|
86
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
115
87
|
}
|
|
116
88
|
export declare class InvalidStateException extends __BaseException {
|
|
117
89
|
readonly name: "InvalidStateException";
|
|
118
90
|
readonly $fault: "client";
|
|
119
|
-
constructor(
|
|
120
|
-
opts: __ExceptionOptionType<InvalidStateException, __BaseException>
|
|
121
|
-
);
|
|
91
|
+
constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
|
|
122
92
|
}
|
|
123
93
|
export declare class ValidationException extends __BaseException {
|
|
124
94
|
readonly name: "ValidationException";
|
|
125
95
|
readonly $fault: "client";
|
|
126
96
|
Message: string | undefined;
|
|
127
|
-
constructor(
|
|
128
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
129
|
-
);
|
|
97
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
130
98
|
}
|
|
131
99
|
export declare class EndpointDisabledException extends __BaseException {
|
|
132
100
|
readonly name: "EndpointDisabledException";
|
|
133
101
|
readonly $fault: "client";
|
|
134
|
-
constructor(
|
|
135
|
-
opts: __ExceptionOptionType<EndpointDisabledException, __BaseException>
|
|
136
|
-
);
|
|
102
|
+
constructor(opts: __ExceptionOptionType<EndpointDisabledException, __BaseException>);
|
|
137
103
|
}
|
|
138
104
|
export declare class InvalidParameterValueException extends __BaseException {
|
|
139
105
|
readonly name: "InvalidParameterValueException";
|
|
140
106
|
readonly $fault: "client";
|
|
141
|
-
constructor(
|
|
142
|
-
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
143
|
-
);
|
|
107
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
|
|
144
108
|
}
|
|
145
109
|
export declare class KMSAccessDeniedException extends __BaseException {
|
|
146
110
|
readonly name: "KMSAccessDeniedException";
|
|
147
111
|
readonly $fault: "client";
|
|
148
|
-
constructor(
|
|
149
|
-
opts: __ExceptionOptionType<KMSAccessDeniedException, __BaseException>
|
|
150
|
-
);
|
|
112
|
+
constructor(opts: __ExceptionOptionType<KMSAccessDeniedException, __BaseException>);
|
|
151
113
|
}
|
|
152
114
|
export declare class KMSDisabledException extends __BaseException {
|
|
153
115
|
readonly name: "KMSDisabledException";
|
|
154
116
|
readonly $fault: "client";
|
|
155
|
-
constructor(
|
|
156
|
-
opts: __ExceptionOptionType<KMSDisabledException, __BaseException>
|
|
157
|
-
);
|
|
117
|
+
constructor(opts: __ExceptionOptionType<KMSDisabledException, __BaseException>);
|
|
158
118
|
}
|
|
159
119
|
export declare class KMSInvalidStateException extends __BaseException {
|
|
160
120
|
readonly name: "KMSInvalidStateException";
|
|
161
121
|
readonly $fault: "client";
|
|
162
|
-
constructor(
|
|
163
|
-
opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>
|
|
164
|
-
);
|
|
122
|
+
constructor(opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>);
|
|
165
123
|
}
|
|
166
124
|
export declare class KMSNotFoundException extends __BaseException {
|
|
167
125
|
readonly name: "KMSNotFoundException";
|
|
168
126
|
readonly $fault: "client";
|
|
169
|
-
constructor(
|
|
170
|
-
opts: __ExceptionOptionType<KMSNotFoundException, __BaseException>
|
|
171
|
-
);
|
|
127
|
+
constructor(opts: __ExceptionOptionType<KMSNotFoundException, __BaseException>);
|
|
172
128
|
}
|
|
173
129
|
export declare class KMSOptInRequired extends __BaseException {
|
|
174
130
|
readonly name: "KMSOptInRequired";
|
|
@@ -178,67 +134,42 @@ export declare class KMSOptInRequired extends __BaseException {
|
|
|
178
134
|
export declare class KMSThrottlingException extends __BaseException {
|
|
179
135
|
readonly name: "KMSThrottlingException";
|
|
180
136
|
readonly $fault: "client";
|
|
181
|
-
constructor(
|
|
182
|
-
opts: __ExceptionOptionType<KMSThrottlingException, __BaseException>
|
|
183
|
-
);
|
|
137
|
+
constructor(opts: __ExceptionOptionType<KMSThrottlingException, __BaseException>);
|
|
184
138
|
}
|
|
185
139
|
export declare class PlatformApplicationDisabledException extends __BaseException {
|
|
186
140
|
readonly name: "PlatformApplicationDisabledException";
|
|
187
141
|
readonly $fault: "client";
|
|
188
|
-
constructor(
|
|
189
|
-
opts: __ExceptionOptionType<
|
|
190
|
-
PlatformApplicationDisabledException,
|
|
191
|
-
__BaseException
|
|
192
|
-
>
|
|
193
|
-
);
|
|
142
|
+
constructor(opts: __ExceptionOptionType<PlatformApplicationDisabledException, __BaseException>);
|
|
194
143
|
}
|
|
195
144
|
export declare class BatchEntryIdsNotDistinctException extends __BaseException {
|
|
196
145
|
readonly name: "BatchEntryIdsNotDistinctException";
|
|
197
146
|
readonly $fault: "client";
|
|
198
|
-
constructor(
|
|
199
|
-
opts: __ExceptionOptionType<
|
|
200
|
-
BatchEntryIdsNotDistinctException,
|
|
201
|
-
__BaseException
|
|
202
|
-
>
|
|
203
|
-
);
|
|
147
|
+
constructor(opts: __ExceptionOptionType<BatchEntryIdsNotDistinctException, __BaseException>);
|
|
204
148
|
}
|
|
205
149
|
export declare class BatchRequestTooLongException extends __BaseException {
|
|
206
150
|
readonly name: "BatchRequestTooLongException";
|
|
207
151
|
readonly $fault: "client";
|
|
208
|
-
constructor(
|
|
209
|
-
opts: __ExceptionOptionType<BatchRequestTooLongException, __BaseException>
|
|
210
|
-
);
|
|
152
|
+
constructor(opts: __ExceptionOptionType<BatchRequestTooLongException, __BaseException>);
|
|
211
153
|
}
|
|
212
154
|
export declare class EmptyBatchRequestException extends __BaseException {
|
|
213
155
|
readonly name: "EmptyBatchRequestException";
|
|
214
156
|
readonly $fault: "client";
|
|
215
|
-
constructor(
|
|
216
|
-
opts: __ExceptionOptionType<EmptyBatchRequestException, __BaseException>
|
|
217
|
-
);
|
|
157
|
+
constructor(opts: __ExceptionOptionType<EmptyBatchRequestException, __BaseException>);
|
|
218
158
|
}
|
|
219
159
|
export declare class InvalidBatchEntryIdException extends __BaseException {
|
|
220
160
|
readonly name: "InvalidBatchEntryIdException";
|
|
221
161
|
readonly $fault: "client";
|
|
222
|
-
constructor(
|
|
223
|
-
opts: __ExceptionOptionType<InvalidBatchEntryIdException, __BaseException>
|
|
224
|
-
);
|
|
162
|
+
constructor(opts: __ExceptionOptionType<InvalidBatchEntryIdException, __BaseException>);
|
|
225
163
|
}
|
|
226
164
|
export declare class TooManyEntriesInBatchRequestException extends __BaseException {
|
|
227
165
|
readonly name: "TooManyEntriesInBatchRequestException";
|
|
228
166
|
readonly $fault: "client";
|
|
229
|
-
constructor(
|
|
230
|
-
opts: __ExceptionOptionType<
|
|
231
|
-
TooManyEntriesInBatchRequestException,
|
|
232
|
-
__BaseException
|
|
233
|
-
>
|
|
234
|
-
);
|
|
167
|
+
constructor(opts: __ExceptionOptionType<TooManyEntriesInBatchRequestException, __BaseException>);
|
|
235
168
|
}
|
|
236
169
|
export declare class VerificationException extends __BaseException {
|
|
237
170
|
readonly name: "VerificationException";
|
|
238
171
|
readonly $fault: "client";
|
|
239
172
|
Message: string | undefined;
|
|
240
173
|
Status: string | undefined;
|
|
241
|
-
constructor(
|
|
242
|
-
opts: __ExceptionOptionType<VerificationException, __BaseException>
|
|
243
|
-
);
|
|
174
|
+
constructor(opts: __ExceptionOptionType<VerificationException, __BaseException>);
|
|
244
175
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTopicsCommandInput,
|
|
4
|
-
ListTopicsCommandOutput,
|
|
5
|
-
} from "../commands/ListTopicsCommand";
|
|
2
|
+
import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand";
|
|
6
3
|
import { SNSPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListTopics: (
|
|
8
5
|
config: SNSPaginationConfiguration,
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
credentialDefaultProvider:
|
|
46
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
47
|
-
| ((
|
|
48
|
-
_: unknown
|
|
49
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
50
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
52
46
|
logger: import("@smithy/types").Logger;
|
|
53
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
54
48
|
defaultsMode:
|
|
55
49
|
| import("@smithy/core/client").DefaultsMode
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@smithy/core/client").DefaultsMode
|
|
58
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
59
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
userAgentAppId?:
|
|
61
|
-
|
|
62
|
-
| undefined
|
|
63
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
54
|
endpoint?:
|
|
68
55
|
| ((
|
|
69
56
|
| string
|
|
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
85
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
73
|
context?: {
|
|
87
74
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
75
|
+
},
|
|
89
76
|
) => import("@smithy/types").EndpointV2;
|
|
90
77
|
tls?: boolean;
|
|
91
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
98
85
|
signer?:
|
|
99
86
|
| import("@smithy/types").RequestSigner
|
|
100
87
|
| ((
|
|
101
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
102
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
103
90
|
signingEscapePath?: boolean;
|
|
104
91
|
systemClockOffset?: number;
|
|
105
92
|
signingRegion?: string;
|
|
106
93
|
signerConstructor?: new (
|
|
107
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
108
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
109
96
|
) => import("@smithy/types").RequestSigner;
|
|
110
97
|
};
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
|
|
|
9
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
10
|
context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger;
|
|
12
|
-
}
|
|
12
|
+
},
|
|
13
13
|
) => import("@smithy/types").EndpointV2;
|
|
14
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
15
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SNSHttpAuthSchemeProvider;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
-
import {
|
|
3
|
-
StaticErrorSchema,
|
|
4
|
-
StaticOperationSchema,
|
|
5
|
-
StaticStructureSchema,
|
|
6
|
-
} from "@smithy/types";
|
|
2
|
+
import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
7
3
|
export declare var SNSServiceException$: StaticErrorSchema;
|
|
8
4
|
export declare var AuthorizationErrorException$: StaticErrorSchema;
|
|
9
5
|
export declare var BatchEntryIdsNotDistinctException$: StaticErrorSchema;
|