@aws-sdk/client-pinpoint 3.934.0 → 3.935.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 (51) hide show
  1. package/dist-cjs/index.js +188 -188
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +187 -0
  4. package/dist-es/models/errors.js +129 -0
  5. package/dist-es/models/models_0.js +1 -310
  6. package/dist-es/models/models_1.js +1 -6
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/GetCampaignVersionCommand.d.ts +1 -1
  9. package/dist-types/commands/GetCampaignVersionsCommand.d.ts +1 -1
  10. package/dist-types/commands/GetChannelsCommand.d.ts +1 -1
  11. package/dist-types/commands/GetEmailChannelCommand.d.ts +1 -1
  12. package/dist-types/commands/GetEmailTemplateCommand.d.ts +1 -1
  13. package/dist-types/commands/GetEndpointCommand.d.ts +1 -1
  14. package/dist-types/commands/GetEventStreamCommand.d.ts +1 -1
  15. package/dist-types/commands/GetExportJobCommand.d.ts +1 -1
  16. package/dist-types/commands/GetExportJobsCommand.d.ts +1 -1
  17. package/dist-types/commands/GetGcmChannelCommand.d.ts +1 -1
  18. package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
  19. package/dist-types/commands/GetImportJobsCommand.d.ts +1 -1
  20. package/dist-types/commands/GetInAppMessagesCommand.d.ts +1 -1
  21. package/dist-types/commands/GetInAppTemplateCommand.d.ts +1 -1
  22. package/dist-types/commands/GetJourneyCommand.d.ts +2 -1
  23. package/dist-types/index.d.ts +4 -1
  24. package/dist-types/models/enums.d.ts +411 -0
  25. package/dist-types/models/errors.d.ts +178 -0
  26. package/dist-types/models/models_0.d.ts +547 -575
  27. package/dist-types/models/models_1.d.ts +2 -561
  28. package/dist-types/ts3.4/commands/GetCampaignVersionCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/GetCampaignVersionsCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/GetChannelsCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/GetEmailChannelCommand.d.ts +1 -1
  32. package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/GetEndpointCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/GetExportJobCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/GetExportJobsCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/GetGcmChannelCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/GetImportJobsCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/GetInAppMessagesCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/GetInAppTemplateCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/GetJourneyCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/index.d.ts +4 -1
  44. package/dist-types/ts3.4/models/enums.d.ts +220 -0
  45. package/dist-types/ts3.4/models/errors.d.ts +68 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +172 -280
  47. package/dist-types/ts3.4/models/models_1.d.ts +2 -163
  48. package/package.json +12 -12
  49. package/dist-es/models/index.js +0 -2
  50. package/dist-types/models/index.d.ts +0 -2
  51. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -0,0 +1,411 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const __EndpointTypesElement: {
6
+ readonly ADM: "ADM";
7
+ readonly APNS: "APNS";
8
+ readonly APNS_SANDBOX: "APNS_SANDBOX";
9
+ readonly APNS_VOIP: "APNS_VOIP";
10
+ readonly APNS_VOIP_SANDBOX: "APNS_VOIP_SANDBOX";
11
+ readonly BAIDU: "BAIDU";
12
+ readonly CUSTOM: "CUSTOM";
13
+ readonly EMAIL: "EMAIL";
14
+ readonly GCM: "GCM";
15
+ readonly IN_APP: "IN_APP";
16
+ readonly PUSH: "PUSH";
17
+ readonly SMS: "SMS";
18
+ readonly VOICE: "VOICE";
19
+ };
20
+ /**
21
+ * @public
22
+ */
23
+ export type __EndpointTypesElement = (typeof __EndpointTypesElement)[keyof typeof __EndpointTypesElement];
24
+ /**
25
+ * @public
26
+ * @enum
27
+ */
28
+ export declare const __TimezoneEstimationMethodsElement: {
29
+ readonly PHONE_NUMBER: "PHONE_NUMBER";
30
+ readonly POSTAL_CODE: "POSTAL_CODE";
31
+ };
32
+ /**
33
+ * @public
34
+ */
35
+ export type __TimezoneEstimationMethodsElement = (typeof __TimezoneEstimationMethodsElement)[keyof typeof __TimezoneEstimationMethodsElement];
36
+ /**
37
+ * @public
38
+ * @enum
39
+ */
40
+ export declare const Action: {
41
+ readonly DEEP_LINK: "DEEP_LINK";
42
+ readonly OPEN_APP: "OPEN_APP";
43
+ readonly URL: "URL";
44
+ };
45
+ /**
46
+ * @public
47
+ */
48
+ export type Action = (typeof Action)[keyof typeof Action];
49
+ /**
50
+ * @public
51
+ * @enum
52
+ */
53
+ export declare const AttributeType: {
54
+ readonly AFTER: "AFTER";
55
+ readonly BEFORE: "BEFORE";
56
+ readonly BETWEEN: "BETWEEN";
57
+ readonly CONTAINS: "CONTAINS";
58
+ readonly EXCLUSIVE: "EXCLUSIVE";
59
+ readonly INCLUSIVE: "INCLUSIVE";
60
+ readonly ON: "ON";
61
+ };
62
+ /**
63
+ * @public
64
+ */
65
+ export type AttributeType = (typeof AttributeType)[keyof typeof AttributeType];
66
+ /**
67
+ * @public
68
+ * @enum
69
+ */
70
+ export declare const DimensionType: {
71
+ readonly EXCLUSIVE: "EXCLUSIVE";
72
+ readonly INCLUSIVE: "INCLUSIVE";
73
+ };
74
+ /**
75
+ * @public
76
+ */
77
+ export type DimensionType = (typeof DimensionType)[keyof typeof DimensionType];
78
+ /**
79
+ * @public
80
+ * @enum
81
+ */
82
+ export declare const Duration: {
83
+ readonly DAY_14: "DAY_14";
84
+ readonly DAY_30: "DAY_30";
85
+ readonly DAY_7: "DAY_7";
86
+ readonly HR_24: "HR_24";
87
+ };
88
+ /**
89
+ * @public
90
+ */
91
+ export type Duration = (typeof Duration)[keyof typeof Duration];
92
+ /**
93
+ * @public
94
+ * @enum
95
+ */
96
+ export declare const RecencyType: {
97
+ readonly ACTIVE: "ACTIVE";
98
+ readonly INACTIVE: "INACTIVE";
99
+ };
100
+ /**
101
+ * @public
102
+ */
103
+ export type RecencyType = (typeof RecencyType)[keyof typeof RecencyType];
104
+ /**
105
+ * @public
106
+ * @enum
107
+ */
108
+ export declare const Operator: {
109
+ readonly ALL: "ALL";
110
+ readonly ANY: "ANY";
111
+ };
112
+ /**
113
+ * @public
114
+ */
115
+ export type Operator = (typeof Operator)[keyof typeof Operator];
116
+ /**
117
+ * @public
118
+ * @enum
119
+ */
120
+ export declare const MessageType: {
121
+ readonly PROMOTIONAL: "PROMOTIONAL";
122
+ readonly TRANSACTIONAL: "TRANSACTIONAL";
123
+ };
124
+ /**
125
+ * @public
126
+ */
127
+ export type MessageType = (typeof MessageType)[keyof typeof MessageType];
128
+ /**
129
+ * @public
130
+ * @enum
131
+ */
132
+ export declare const ChannelType: {
133
+ readonly ADM: "ADM";
134
+ readonly APNS: "APNS";
135
+ readonly APNS_SANDBOX: "APNS_SANDBOX";
136
+ readonly APNS_VOIP: "APNS_VOIP";
137
+ readonly APNS_VOIP_SANDBOX: "APNS_VOIP_SANDBOX";
138
+ readonly BAIDU: "BAIDU";
139
+ readonly CUSTOM: "CUSTOM";
140
+ readonly EMAIL: "EMAIL";
141
+ readonly GCM: "GCM";
142
+ readonly IN_APP: "IN_APP";
143
+ readonly PUSH: "PUSH";
144
+ readonly SMS: "SMS";
145
+ readonly VOICE: "VOICE";
146
+ };
147
+ /**
148
+ * @public
149
+ */
150
+ export type ChannelType = (typeof ChannelType)[keyof typeof ChannelType];
151
+ /**
152
+ * @public
153
+ * @enum
154
+ */
155
+ export declare const Alignment: {
156
+ readonly CENTER: "CENTER";
157
+ readonly LEFT: "LEFT";
158
+ readonly RIGHT: "RIGHT";
159
+ };
160
+ /**
161
+ * @public
162
+ */
163
+ export type Alignment = (typeof Alignment)[keyof typeof Alignment];
164
+ /**
165
+ * @public
166
+ * @enum
167
+ */
168
+ export declare const Mode: {
169
+ readonly DELIVERY: "DELIVERY";
170
+ readonly FILTER: "FILTER";
171
+ };
172
+ /**
173
+ * @public
174
+ */
175
+ export type Mode = (typeof Mode)[keyof typeof Mode];
176
+ /**
177
+ * @public
178
+ * @enum
179
+ */
180
+ export declare const ButtonAction: {
181
+ readonly CLOSE: "CLOSE";
182
+ readonly DEEP_LINK: "DEEP_LINK";
183
+ readonly LINK: "LINK";
184
+ };
185
+ /**
186
+ * @public
187
+ */
188
+ export type ButtonAction = (typeof ButtonAction)[keyof typeof ButtonAction];
189
+ /**
190
+ * @public
191
+ * @enum
192
+ */
193
+ export declare const FilterType: {
194
+ readonly ENDPOINT: "ENDPOINT";
195
+ readonly SYSTEM: "SYSTEM";
196
+ };
197
+ /**
198
+ * @public
199
+ */
200
+ export type FilterType = (typeof FilterType)[keyof typeof FilterType];
201
+ /**
202
+ * @public
203
+ * @enum
204
+ */
205
+ export declare const Layout: {
206
+ readonly BOTTOM_BANNER: "BOTTOM_BANNER";
207
+ readonly CAROUSEL: "CAROUSEL";
208
+ readonly MIDDLE_BANNER: "MIDDLE_BANNER";
209
+ readonly MOBILE_FEED: "MOBILE_FEED";
210
+ readonly OVERLAYS: "OVERLAYS";
211
+ readonly TOP_BANNER: "TOP_BANNER";
212
+ };
213
+ /**
214
+ * @public
215
+ */
216
+ export type Layout = (typeof Layout)[keyof typeof Layout];
217
+ /**
218
+ * @public
219
+ * @enum
220
+ */
221
+ export declare const Frequency: {
222
+ readonly DAILY: "DAILY";
223
+ readonly EVENT: "EVENT";
224
+ readonly HOURLY: "HOURLY";
225
+ readonly IN_APP_EVENT: "IN_APP_EVENT";
226
+ readonly MONTHLY: "MONTHLY";
227
+ readonly ONCE: "ONCE";
228
+ readonly WEEKLY: "WEEKLY";
229
+ };
230
+ /**
231
+ * @public
232
+ */
233
+ export type Frequency = (typeof Frequency)[keyof typeof Frequency];
234
+ /**
235
+ * @public
236
+ * @enum
237
+ */
238
+ export declare const CampaignStatus: {
239
+ readonly COMPLETED: "COMPLETED";
240
+ readonly DELETED: "DELETED";
241
+ readonly EXECUTING: "EXECUTING";
242
+ readonly INVALID: "INVALID";
243
+ readonly PAUSED: "PAUSED";
244
+ readonly PENDING_NEXT_RUN: "PENDING_NEXT_RUN";
245
+ readonly SCHEDULED: "SCHEDULED";
246
+ };
247
+ /**
248
+ * @public
249
+ */
250
+ export type CampaignStatus = (typeof CampaignStatus)[keyof typeof CampaignStatus];
251
+ /**
252
+ * @public
253
+ * @enum
254
+ */
255
+ export declare const JobStatus: {
256
+ readonly COMPLETED: "COMPLETED";
257
+ readonly COMPLETING: "COMPLETING";
258
+ readonly CREATED: "CREATED";
259
+ readonly FAILED: "FAILED";
260
+ readonly FAILING: "FAILING";
261
+ readonly INITIALIZING: "INITIALIZING";
262
+ readonly PENDING_JOB: "PENDING_JOB";
263
+ readonly PREPARING_FOR_INITIALIZATION: "PREPARING_FOR_INITIALIZATION";
264
+ readonly PROCESSING: "PROCESSING";
265
+ };
266
+ /**
267
+ * @public
268
+ */
269
+ export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
270
+ /**
271
+ * @public
272
+ * @enum
273
+ */
274
+ export declare const Format: {
275
+ readonly CSV: "CSV";
276
+ readonly JSON: "JSON";
277
+ };
278
+ /**
279
+ * @public
280
+ */
281
+ export type Format = (typeof Format)[keyof typeof Format];
282
+ /**
283
+ * @public
284
+ * @enum
285
+ */
286
+ export declare const DayOfWeek: {
287
+ readonly FRIDAY: "FRIDAY";
288
+ readonly MONDAY: "MONDAY";
289
+ readonly SATURDAY: "SATURDAY";
290
+ readonly SUNDAY: "SUNDAY";
291
+ readonly THURSDAY: "THURSDAY";
292
+ readonly TUESDAY: "TUESDAY";
293
+ readonly WEDNESDAY: "WEDNESDAY";
294
+ };
295
+ /**
296
+ * @public
297
+ */
298
+ export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
299
+ /**
300
+ * @public
301
+ * @enum
302
+ */
303
+ export declare const State: {
304
+ readonly ACTIVE: "ACTIVE";
305
+ readonly CANCELLED: "CANCELLED";
306
+ readonly CLOSED: "CLOSED";
307
+ readonly COMPLETED: "COMPLETED";
308
+ readonly DRAFT: "DRAFT";
309
+ readonly PAUSED: "PAUSED";
310
+ };
311
+ /**
312
+ * @public
313
+ */
314
+ export type State = (typeof State)[keyof typeof State];
315
+ /**
316
+ * @public
317
+ * @enum
318
+ */
319
+ export declare const SourceType: {
320
+ readonly ALL: "ALL";
321
+ readonly ANY: "ANY";
322
+ readonly NONE: "NONE";
323
+ };
324
+ /**
325
+ * @public
326
+ */
327
+ export type SourceType = (typeof SourceType)[keyof typeof SourceType];
328
+ /**
329
+ * @public
330
+ * @enum
331
+ */
332
+ export declare const Type: {
333
+ readonly ALL: "ALL";
334
+ readonly ANY: "ANY";
335
+ readonly NONE: "NONE";
336
+ };
337
+ /**
338
+ * @public
339
+ */
340
+ export type Type = (typeof Type)[keyof typeof Type];
341
+ /**
342
+ * @public
343
+ * @enum
344
+ */
345
+ export declare const Include: {
346
+ readonly ALL: "ALL";
347
+ readonly ANY: "ANY";
348
+ readonly NONE: "NONE";
349
+ };
350
+ /**
351
+ * @public
352
+ */
353
+ export type Include = (typeof Include)[keyof typeof Include];
354
+ /**
355
+ * @public
356
+ * @enum
357
+ */
358
+ export declare const SegmentType: {
359
+ readonly DIMENSIONAL: "DIMENSIONAL";
360
+ readonly IMPORT: "IMPORT";
361
+ };
362
+ /**
363
+ * @public
364
+ */
365
+ export type SegmentType = (typeof SegmentType)[keyof typeof SegmentType];
366
+ /**
367
+ * @public
368
+ * @enum
369
+ */
370
+ export declare const DeliveryStatus: {
371
+ readonly DUPLICATE: "DUPLICATE";
372
+ readonly OPT_OUT: "OPT_OUT";
373
+ readonly PERMANENT_FAILURE: "PERMANENT_FAILURE";
374
+ readonly SUCCESSFUL: "SUCCESSFUL";
375
+ readonly TEMPORARY_FAILURE: "TEMPORARY_FAILURE";
376
+ readonly THROTTLED: "THROTTLED";
377
+ readonly UNKNOWN_FAILURE: "UNKNOWN_FAILURE";
378
+ };
379
+ /**
380
+ * @public
381
+ */
382
+ export type DeliveryStatus = (typeof DeliveryStatus)[keyof typeof DeliveryStatus];
383
+ /**
384
+ * @public
385
+ * @enum
386
+ */
387
+ export declare const TemplateType: {
388
+ readonly EMAIL: "EMAIL";
389
+ readonly INAPP: "INAPP";
390
+ readonly PUSH: "PUSH";
391
+ readonly SMS: "SMS";
392
+ readonly VOICE: "VOICE";
393
+ };
394
+ /**
395
+ * @public
396
+ */
397
+ export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
398
+ /**
399
+ * @public
400
+ * @enum
401
+ */
402
+ export declare const JourneyRunStatus: {
403
+ readonly CANCELLED: "CANCELLED";
404
+ readonly COMPLETED: "COMPLETED";
405
+ readonly RUNNING: "RUNNING";
406
+ readonly SCHEDULED: "SCHEDULED";
407
+ };
408
+ /**
409
+ * @public
410
+ */
411
+ export type JourneyRunStatus = (typeof JourneyRunStatus)[keyof typeof JourneyRunStatus];
@@ -0,0 +1,178 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { PinpointServiceException as __BaseException } from "./PinpointServiceException";
3
+ /**
4
+ * <p>Provides information about an API request or response.</p>
5
+ * @public
6
+ */
7
+ export declare class BadRequestException extends __BaseException {
8
+ readonly name: "BadRequestException";
9
+ readonly $fault: "client";
10
+ /**
11
+ * <p>The message that's returned from the API.</p>
12
+ * @public
13
+ */
14
+ Message?: string | undefined;
15
+ /**
16
+ * <p>The unique identifier for the request or response.</p>
17
+ * @public
18
+ */
19
+ RequestID?: string | undefined;
20
+ /**
21
+ * @internal
22
+ */
23
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
24
+ }
25
+ /**
26
+ * <p>Provides information about an API request or response.</p>
27
+ * @public
28
+ */
29
+ export declare class ConflictException extends __BaseException {
30
+ readonly name: "ConflictException";
31
+ readonly $fault: "client";
32
+ /**
33
+ * <p>The message that's returned from the API.</p>
34
+ * @public
35
+ */
36
+ Message?: string | undefined;
37
+ /**
38
+ * <p>The unique identifier for the request or response.</p>
39
+ * @public
40
+ */
41
+ RequestID?: string | undefined;
42
+ /**
43
+ * @internal
44
+ */
45
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
46
+ }
47
+ /**
48
+ * <p>Provides information about an API request or response.</p>
49
+ * @public
50
+ */
51
+ export declare class ForbiddenException extends __BaseException {
52
+ readonly name: "ForbiddenException";
53
+ readonly $fault: "client";
54
+ /**
55
+ * <p>The message that's returned from the API.</p>
56
+ * @public
57
+ */
58
+ Message?: string | undefined;
59
+ /**
60
+ * <p>The unique identifier for the request or response.</p>
61
+ * @public
62
+ */
63
+ RequestID?: string | undefined;
64
+ /**
65
+ * @internal
66
+ */
67
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
68
+ }
69
+ /**
70
+ * <p>Provides information about an API request or response.</p>
71
+ * @public
72
+ */
73
+ export declare class InternalServerErrorException extends __BaseException {
74
+ readonly name: "InternalServerErrorException";
75
+ readonly $fault: "server";
76
+ /**
77
+ * <p>The message that's returned from the API.</p>
78
+ * @public
79
+ */
80
+ Message?: string | undefined;
81
+ /**
82
+ * <p>The unique identifier for the request or response.</p>
83
+ * @public
84
+ */
85
+ RequestID?: string | undefined;
86
+ /**
87
+ * @internal
88
+ */
89
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
90
+ }
91
+ /**
92
+ * <p>Provides information about an API request or response.</p>
93
+ * @public
94
+ */
95
+ export declare class MethodNotAllowedException extends __BaseException {
96
+ readonly name: "MethodNotAllowedException";
97
+ readonly $fault: "client";
98
+ /**
99
+ * <p>The message that's returned from the API.</p>
100
+ * @public
101
+ */
102
+ Message?: string | undefined;
103
+ /**
104
+ * <p>The unique identifier for the request or response.</p>
105
+ * @public
106
+ */
107
+ RequestID?: string | undefined;
108
+ /**
109
+ * @internal
110
+ */
111
+ constructor(opts: __ExceptionOptionType<MethodNotAllowedException, __BaseException>);
112
+ }
113
+ /**
114
+ * <p>Provides information about an API request or response.</p>
115
+ * @public
116
+ */
117
+ export declare class NotFoundException extends __BaseException {
118
+ readonly name: "NotFoundException";
119
+ readonly $fault: "client";
120
+ /**
121
+ * <p>The message that's returned from the API.</p>
122
+ * @public
123
+ */
124
+ Message?: string | undefined;
125
+ /**
126
+ * <p>The unique identifier for the request or response.</p>
127
+ * @public
128
+ */
129
+ RequestID?: string | undefined;
130
+ /**
131
+ * @internal
132
+ */
133
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
134
+ }
135
+ /**
136
+ * <p>Provides information about an API request or response.</p>
137
+ * @public
138
+ */
139
+ export declare class PayloadTooLargeException extends __BaseException {
140
+ readonly name: "PayloadTooLargeException";
141
+ readonly $fault: "client";
142
+ /**
143
+ * <p>The message that's returned from the API.</p>
144
+ * @public
145
+ */
146
+ Message?: string | undefined;
147
+ /**
148
+ * <p>The unique identifier for the request or response.</p>
149
+ * @public
150
+ */
151
+ RequestID?: string | undefined;
152
+ /**
153
+ * @internal
154
+ */
155
+ constructor(opts: __ExceptionOptionType<PayloadTooLargeException, __BaseException>);
156
+ }
157
+ /**
158
+ * <p>Provides information about an API request or response.</p>
159
+ * @public
160
+ */
161
+ export declare class TooManyRequestsException extends __BaseException {
162
+ readonly name: "TooManyRequestsException";
163
+ readonly $fault: "client";
164
+ /**
165
+ * <p>The message that's returned from the API.</p>
166
+ * @public
167
+ */
168
+ Message?: string | undefined;
169
+ /**
170
+ * <p>The unique identifier for the request or response.</p>
171
+ * @public
172
+ */
173
+ RequestID?: string | undefined;
174
+ /**
175
+ * @internal
176
+ */
177
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
178
+ }