@aws-sdk/client-ses 3.301.0 → 3.306.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.
@@ -29,45 +29,41 @@ class AlreadyExistsException extends SESServiceException_1.SESServiceException {
29
29
  }
30
30
  }
31
31
  exports.AlreadyExistsException = AlreadyExistsException;
32
- var BehaviorOnMXFailure;
33
- (function (BehaviorOnMXFailure) {
34
- BehaviorOnMXFailure["RejectMessage"] = "RejectMessage";
35
- BehaviorOnMXFailure["UseDefaultValue"] = "UseDefaultValue";
36
- })(BehaviorOnMXFailure = exports.BehaviorOnMXFailure || (exports.BehaviorOnMXFailure = {}));
37
- var BounceType;
38
- (function (BounceType) {
39
- BounceType["ContentRejected"] = "ContentRejected";
40
- BounceType["DoesNotExist"] = "DoesNotExist";
41
- BounceType["ExceededQuota"] = "ExceededQuota";
42
- BounceType["MessageTooLarge"] = "MessageTooLarge";
43
- BounceType["TemporaryFailure"] = "TemporaryFailure";
44
- BounceType["Undefined"] = "Undefined";
45
- })(BounceType = exports.BounceType || (exports.BounceType = {}));
46
- var DsnAction;
47
- (function (DsnAction) {
48
- DsnAction["DELAYED"] = "delayed";
49
- DsnAction["DELIVERED"] = "delivered";
50
- DsnAction["EXPANDED"] = "expanded";
51
- DsnAction["FAILED"] = "failed";
52
- DsnAction["RELAYED"] = "relayed";
53
- })(DsnAction = exports.DsnAction || (exports.DsnAction = {}));
54
- var BulkEmailStatus;
55
- (function (BulkEmailStatus) {
56
- BulkEmailStatus["AccountDailyQuotaExceeded"] = "AccountDailyQuotaExceeded";
57
- BulkEmailStatus["AccountSendingPaused"] = "AccountSendingPaused";
58
- BulkEmailStatus["AccountSuspended"] = "AccountSuspended";
59
- BulkEmailStatus["AccountThrottled"] = "AccountThrottled";
60
- BulkEmailStatus["ConfigurationSetDoesNotExist"] = "ConfigurationSetDoesNotExist";
61
- BulkEmailStatus["ConfigurationSetSendingPaused"] = "ConfigurationSetSendingPaused";
62
- BulkEmailStatus["Failed"] = "Failed";
63
- BulkEmailStatus["InvalidParameterValue"] = "InvalidParameterValue";
64
- BulkEmailStatus["InvalidSendingPoolName"] = "InvalidSendingPoolName";
65
- BulkEmailStatus["MailFromDomainNotVerified"] = "MailFromDomainNotVerified";
66
- BulkEmailStatus["MessageRejected"] = "MessageRejected";
67
- BulkEmailStatus["Success"] = "Success";
68
- BulkEmailStatus["TemplateDoesNotExist"] = "TemplateDoesNotExist";
69
- BulkEmailStatus["TransientFailure"] = "TransientFailure";
70
- })(BulkEmailStatus = exports.BulkEmailStatus || (exports.BulkEmailStatus = {}));
32
+ exports.BehaviorOnMXFailure = {
33
+ RejectMessage: "RejectMessage",
34
+ UseDefaultValue: "UseDefaultValue",
35
+ };
36
+ exports.BounceType = {
37
+ ContentRejected: "ContentRejected",
38
+ DoesNotExist: "DoesNotExist",
39
+ ExceededQuota: "ExceededQuota",
40
+ MessageTooLarge: "MessageTooLarge",
41
+ TemporaryFailure: "TemporaryFailure",
42
+ Undefined: "Undefined",
43
+ };
44
+ exports.DsnAction = {
45
+ DELAYED: "delayed",
46
+ DELIVERED: "delivered",
47
+ EXPANDED: "expanded",
48
+ FAILED: "failed",
49
+ RELAYED: "relayed",
50
+ };
51
+ exports.BulkEmailStatus = {
52
+ AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded",
53
+ AccountSendingPaused: "AccountSendingPaused",
54
+ AccountSuspended: "AccountSuspended",
55
+ AccountThrottled: "AccountThrottled",
56
+ ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist",
57
+ ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused",
58
+ Failed: "Failed",
59
+ InvalidParameterValue: "InvalidParameterValue",
60
+ InvalidSendingPoolName: "InvalidSendingPoolName",
61
+ MailFromDomainNotVerified: "MailFromDomainNotVerified",
62
+ MessageRejected: "MessageRejected",
63
+ Success: "Success",
64
+ TemplateDoesNotExist: "TemplateDoesNotExist",
65
+ TransientFailure: "TransientFailure",
66
+ };
71
67
  class CannotDeleteException extends SESServiceException_1.SESServiceException {
72
68
  constructor(opts) {
73
69
  super({
@@ -109,12 +105,11 @@ class RuleSetDoesNotExistException extends SESServiceException_1.SESServiceExcep
109
105
  }
110
106
  }
111
107
  exports.RuleSetDoesNotExistException = RuleSetDoesNotExistException;
112
- var DimensionValueSource;
113
- (function (DimensionValueSource) {
114
- DimensionValueSource["EMAIL_HEADER"] = "emailHeader";
115
- DimensionValueSource["LINK_TAG"] = "linkTag";
116
- DimensionValueSource["MESSAGE_TAG"] = "messageTag";
117
- })(DimensionValueSource = exports.DimensionValueSource || (exports.DimensionValueSource = {}));
108
+ exports.DimensionValueSource = {
109
+ EMAIL_HEADER: "emailHeader",
110
+ LINK_TAG: "linkTag",
111
+ MESSAGE_TAG: "messageTag",
112
+ };
118
113
  class ConfigurationSetAlreadyExistsException extends SESServiceException_1.SESServiceException {
119
114
  constructor(opts) {
120
115
  super({
@@ -129,13 +124,12 @@ class ConfigurationSetAlreadyExistsException extends SESServiceException_1.SESSe
129
124
  }
130
125
  }
131
126
  exports.ConfigurationSetAlreadyExistsException = ConfigurationSetAlreadyExistsException;
132
- var ConfigurationSetAttribute;
133
- (function (ConfigurationSetAttribute) {
134
- ConfigurationSetAttribute["DELIVERY_OPTIONS"] = "deliveryOptions";
135
- ConfigurationSetAttribute["EVENT_DESTINATIONS"] = "eventDestinations";
136
- ConfigurationSetAttribute["REPUTATION_OPTIONS"] = "reputationOptions";
137
- ConfigurationSetAttribute["TRACKING_OPTIONS"] = "trackingOptions";
138
- })(ConfigurationSetAttribute = exports.ConfigurationSetAttribute || (exports.ConfigurationSetAttribute = {}));
127
+ exports.ConfigurationSetAttribute = {
128
+ DELIVERY_OPTIONS: "deliveryOptions",
129
+ EVENT_DESTINATIONS: "eventDestinations",
130
+ REPUTATION_OPTIONS: "reputationOptions",
131
+ TRACKING_OPTIONS: "trackingOptions",
132
+ };
139
133
  class ConfigurationSetDoesNotExistException extends SESServiceException_1.SESServiceException {
140
134
  constructor(opts) {
141
135
  super({
@@ -177,17 +171,16 @@ class InvalidConfigurationSetException extends SESServiceException_1.SESServiceE
177
171
  }
178
172
  }
179
173
  exports.InvalidConfigurationSetException = InvalidConfigurationSetException;
180
- var EventType;
181
- (function (EventType) {
182
- EventType["BOUNCE"] = "bounce";
183
- EventType["CLICK"] = "click";
184
- EventType["COMPLAINT"] = "complaint";
185
- EventType["DELIVERY"] = "delivery";
186
- EventType["OPEN"] = "open";
187
- EventType["REJECT"] = "reject";
188
- EventType["RENDERING_FAILURE"] = "renderingFailure";
189
- EventType["SEND"] = "send";
190
- })(EventType = exports.EventType || (exports.EventType = {}));
174
+ exports.EventType = {
175
+ BOUNCE: "bounce",
176
+ CLICK: "click",
177
+ COMPLAINT: "complaint",
178
+ DELIVERY: "delivery",
179
+ OPEN: "open",
180
+ REJECT: "reject",
181
+ RENDERING_FAILURE: "renderingFailure",
182
+ SEND: "send",
183
+ };
191
184
  class EventDestinationAlreadyExistsException extends SESServiceException_1.SESServiceException {
192
185
  constructor(opts) {
193
186
  super({
@@ -316,25 +309,21 @@ class FromEmailAddressNotVerifiedException extends SESServiceException_1.SESServ
316
309
  }
317
310
  }
318
311
  exports.FromEmailAddressNotVerifiedException = FromEmailAddressNotVerifiedException;
319
- var ReceiptFilterPolicy;
320
- (function (ReceiptFilterPolicy) {
321
- ReceiptFilterPolicy["Allow"] = "Allow";
322
- ReceiptFilterPolicy["Block"] = "Block";
323
- })(ReceiptFilterPolicy = exports.ReceiptFilterPolicy || (exports.ReceiptFilterPolicy = {}));
324
- var SNSActionEncoding;
325
- (function (SNSActionEncoding) {
326
- SNSActionEncoding["Base64"] = "Base64";
327
- SNSActionEncoding["UTF8"] = "UTF-8";
328
- })(SNSActionEncoding = exports.SNSActionEncoding || (exports.SNSActionEncoding = {}));
329
- var StopScope;
330
- (function (StopScope) {
331
- StopScope["RULE_SET"] = "RuleSet";
332
- })(StopScope = exports.StopScope || (exports.StopScope = {}));
333
- var TlsPolicy;
334
- (function (TlsPolicy) {
335
- TlsPolicy["Optional"] = "Optional";
336
- TlsPolicy["Require"] = "Require";
337
- })(TlsPolicy = exports.TlsPolicy || (exports.TlsPolicy = {}));
312
+ exports.ReceiptFilterPolicy = {
313
+ Allow: "Allow",
314
+ Block: "Block",
315
+ };
316
+ exports.SNSActionEncoding = {
317
+ Base64: "Base64",
318
+ UTF8: "UTF-8",
319
+ };
320
+ exports.StopScope = {
321
+ RULE_SET: "RuleSet",
322
+ };
323
+ exports.TlsPolicy = {
324
+ Optional: "Optional",
325
+ Require: "Require",
326
+ };
338
327
  class InvalidLambdaFunctionException extends SESServiceException_1.SESServiceException {
339
328
  constructor(opts) {
340
329
  super({
@@ -405,13 +394,12 @@ class InvalidTemplateException extends SESServiceException_1.SESServiceException
405
394
  }
406
395
  }
407
396
  exports.InvalidTemplateException = InvalidTemplateException;
408
- var CustomMailFromStatus;
409
- (function (CustomMailFromStatus) {
410
- CustomMailFromStatus["Failed"] = "Failed";
411
- CustomMailFromStatus["Pending"] = "Pending";
412
- CustomMailFromStatus["Success"] = "Success";
413
- CustomMailFromStatus["TemporaryFailure"] = "TemporaryFailure";
414
- })(CustomMailFromStatus = exports.CustomMailFromStatus || (exports.CustomMailFromStatus = {}));
397
+ exports.CustomMailFromStatus = {
398
+ Failed: "Failed",
399
+ Pending: "Pending",
400
+ Success: "Success",
401
+ TemporaryFailure: "TemporaryFailure",
402
+ };
415
403
  class CustomVerificationEmailTemplateDoesNotExistException extends SESServiceException_1.SESServiceException {
416
404
  constructor(opts) {
417
405
  super({
@@ -24,45 +24,41 @@ export class AlreadyExistsException extends __BaseException {
24
24
  this.Name = opts.Name;
25
25
  }
26
26
  }
27
- export var BehaviorOnMXFailure;
28
- (function (BehaviorOnMXFailure) {
29
- BehaviorOnMXFailure["RejectMessage"] = "RejectMessage";
30
- BehaviorOnMXFailure["UseDefaultValue"] = "UseDefaultValue";
31
- })(BehaviorOnMXFailure || (BehaviorOnMXFailure = {}));
32
- export var BounceType;
33
- (function (BounceType) {
34
- BounceType["ContentRejected"] = "ContentRejected";
35
- BounceType["DoesNotExist"] = "DoesNotExist";
36
- BounceType["ExceededQuota"] = "ExceededQuota";
37
- BounceType["MessageTooLarge"] = "MessageTooLarge";
38
- BounceType["TemporaryFailure"] = "TemporaryFailure";
39
- BounceType["Undefined"] = "Undefined";
40
- })(BounceType || (BounceType = {}));
41
- export var DsnAction;
42
- (function (DsnAction) {
43
- DsnAction["DELAYED"] = "delayed";
44
- DsnAction["DELIVERED"] = "delivered";
45
- DsnAction["EXPANDED"] = "expanded";
46
- DsnAction["FAILED"] = "failed";
47
- DsnAction["RELAYED"] = "relayed";
48
- })(DsnAction || (DsnAction = {}));
49
- export var BulkEmailStatus;
50
- (function (BulkEmailStatus) {
51
- BulkEmailStatus["AccountDailyQuotaExceeded"] = "AccountDailyQuotaExceeded";
52
- BulkEmailStatus["AccountSendingPaused"] = "AccountSendingPaused";
53
- BulkEmailStatus["AccountSuspended"] = "AccountSuspended";
54
- BulkEmailStatus["AccountThrottled"] = "AccountThrottled";
55
- BulkEmailStatus["ConfigurationSetDoesNotExist"] = "ConfigurationSetDoesNotExist";
56
- BulkEmailStatus["ConfigurationSetSendingPaused"] = "ConfigurationSetSendingPaused";
57
- BulkEmailStatus["Failed"] = "Failed";
58
- BulkEmailStatus["InvalidParameterValue"] = "InvalidParameterValue";
59
- BulkEmailStatus["InvalidSendingPoolName"] = "InvalidSendingPoolName";
60
- BulkEmailStatus["MailFromDomainNotVerified"] = "MailFromDomainNotVerified";
61
- BulkEmailStatus["MessageRejected"] = "MessageRejected";
62
- BulkEmailStatus["Success"] = "Success";
63
- BulkEmailStatus["TemplateDoesNotExist"] = "TemplateDoesNotExist";
64
- BulkEmailStatus["TransientFailure"] = "TransientFailure";
65
- })(BulkEmailStatus || (BulkEmailStatus = {}));
27
+ export const BehaviorOnMXFailure = {
28
+ RejectMessage: "RejectMessage",
29
+ UseDefaultValue: "UseDefaultValue",
30
+ };
31
+ export const BounceType = {
32
+ ContentRejected: "ContentRejected",
33
+ DoesNotExist: "DoesNotExist",
34
+ ExceededQuota: "ExceededQuota",
35
+ MessageTooLarge: "MessageTooLarge",
36
+ TemporaryFailure: "TemporaryFailure",
37
+ Undefined: "Undefined",
38
+ };
39
+ export const DsnAction = {
40
+ DELAYED: "delayed",
41
+ DELIVERED: "delivered",
42
+ EXPANDED: "expanded",
43
+ FAILED: "failed",
44
+ RELAYED: "relayed",
45
+ };
46
+ export const BulkEmailStatus = {
47
+ AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded",
48
+ AccountSendingPaused: "AccountSendingPaused",
49
+ AccountSuspended: "AccountSuspended",
50
+ AccountThrottled: "AccountThrottled",
51
+ ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist",
52
+ ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused",
53
+ Failed: "Failed",
54
+ InvalidParameterValue: "InvalidParameterValue",
55
+ InvalidSendingPoolName: "InvalidSendingPoolName",
56
+ MailFromDomainNotVerified: "MailFromDomainNotVerified",
57
+ MessageRejected: "MessageRejected",
58
+ Success: "Success",
59
+ TemplateDoesNotExist: "TemplateDoesNotExist",
60
+ TransientFailure: "TransientFailure",
61
+ };
66
62
  export class CannotDeleteException extends __BaseException {
67
63
  constructor(opts) {
68
64
  super({
@@ -101,12 +97,11 @@ export class RuleSetDoesNotExistException extends __BaseException {
101
97
  this.Name = opts.Name;
102
98
  }
103
99
  }
104
- export var DimensionValueSource;
105
- (function (DimensionValueSource) {
106
- DimensionValueSource["EMAIL_HEADER"] = "emailHeader";
107
- DimensionValueSource["LINK_TAG"] = "linkTag";
108
- DimensionValueSource["MESSAGE_TAG"] = "messageTag";
109
- })(DimensionValueSource || (DimensionValueSource = {}));
100
+ export const DimensionValueSource = {
101
+ EMAIL_HEADER: "emailHeader",
102
+ LINK_TAG: "linkTag",
103
+ MESSAGE_TAG: "messageTag",
104
+ };
110
105
  export class ConfigurationSetAlreadyExistsException extends __BaseException {
111
106
  constructor(opts) {
112
107
  super({
@@ -120,13 +115,12 @@ export class ConfigurationSetAlreadyExistsException extends __BaseException {
120
115
  this.ConfigurationSetName = opts.ConfigurationSetName;
121
116
  }
122
117
  }
123
- export var ConfigurationSetAttribute;
124
- (function (ConfigurationSetAttribute) {
125
- ConfigurationSetAttribute["DELIVERY_OPTIONS"] = "deliveryOptions";
126
- ConfigurationSetAttribute["EVENT_DESTINATIONS"] = "eventDestinations";
127
- ConfigurationSetAttribute["REPUTATION_OPTIONS"] = "reputationOptions";
128
- ConfigurationSetAttribute["TRACKING_OPTIONS"] = "trackingOptions";
129
- })(ConfigurationSetAttribute || (ConfigurationSetAttribute = {}));
118
+ export const ConfigurationSetAttribute = {
119
+ DELIVERY_OPTIONS: "deliveryOptions",
120
+ EVENT_DESTINATIONS: "eventDestinations",
121
+ REPUTATION_OPTIONS: "reputationOptions",
122
+ TRACKING_OPTIONS: "trackingOptions",
123
+ };
130
124
  export class ConfigurationSetDoesNotExistException extends __BaseException {
131
125
  constructor(opts) {
132
126
  super({
@@ -165,17 +159,16 @@ export class InvalidConfigurationSetException extends __BaseException {
165
159
  Object.setPrototypeOf(this, InvalidConfigurationSetException.prototype);
166
160
  }
167
161
  }
168
- export var EventType;
169
- (function (EventType) {
170
- EventType["BOUNCE"] = "bounce";
171
- EventType["CLICK"] = "click";
172
- EventType["COMPLAINT"] = "complaint";
173
- EventType["DELIVERY"] = "delivery";
174
- EventType["OPEN"] = "open";
175
- EventType["REJECT"] = "reject";
176
- EventType["RENDERING_FAILURE"] = "renderingFailure";
177
- EventType["SEND"] = "send";
178
- })(EventType || (EventType = {}));
162
+ export const EventType = {
163
+ BOUNCE: "bounce",
164
+ CLICK: "click",
165
+ COMPLAINT: "complaint",
166
+ DELIVERY: "delivery",
167
+ OPEN: "open",
168
+ REJECT: "reject",
169
+ RENDERING_FAILURE: "renderingFailure",
170
+ SEND: "send",
171
+ };
179
172
  export class EventDestinationAlreadyExistsException extends __BaseException {
180
173
  constructor(opts) {
181
174
  super({
@@ -295,25 +288,21 @@ export class FromEmailAddressNotVerifiedException extends __BaseException {
295
288
  this.FromEmailAddress = opts.FromEmailAddress;
296
289
  }
297
290
  }
298
- export var ReceiptFilterPolicy;
299
- (function (ReceiptFilterPolicy) {
300
- ReceiptFilterPolicy["Allow"] = "Allow";
301
- ReceiptFilterPolicy["Block"] = "Block";
302
- })(ReceiptFilterPolicy || (ReceiptFilterPolicy = {}));
303
- export var SNSActionEncoding;
304
- (function (SNSActionEncoding) {
305
- SNSActionEncoding["Base64"] = "Base64";
306
- SNSActionEncoding["UTF8"] = "UTF-8";
307
- })(SNSActionEncoding || (SNSActionEncoding = {}));
308
- export var StopScope;
309
- (function (StopScope) {
310
- StopScope["RULE_SET"] = "RuleSet";
311
- })(StopScope || (StopScope = {}));
312
- export var TlsPolicy;
313
- (function (TlsPolicy) {
314
- TlsPolicy["Optional"] = "Optional";
315
- TlsPolicy["Require"] = "Require";
316
- })(TlsPolicy || (TlsPolicy = {}));
291
+ export const ReceiptFilterPolicy = {
292
+ Allow: "Allow",
293
+ Block: "Block",
294
+ };
295
+ export const SNSActionEncoding = {
296
+ Base64: "Base64",
297
+ UTF8: "UTF-8",
298
+ };
299
+ export const StopScope = {
300
+ RULE_SET: "RuleSet",
301
+ };
302
+ export const TlsPolicy = {
303
+ Optional: "Optional",
304
+ Require: "Require",
305
+ };
317
306
  export class InvalidLambdaFunctionException extends __BaseException {
318
307
  constructor(opts) {
319
308
  super({
@@ -379,13 +368,12 @@ export class InvalidTemplateException extends __BaseException {
379
368
  this.TemplateName = opts.TemplateName;
380
369
  }
381
370
  }
382
- export var CustomMailFromStatus;
383
- (function (CustomMailFromStatus) {
384
- CustomMailFromStatus["Failed"] = "Failed";
385
- CustomMailFromStatus["Pending"] = "Pending";
386
- CustomMailFromStatus["Success"] = "Success";
387
- CustomMailFromStatus["TemporaryFailure"] = "TemporaryFailure";
388
- })(CustomMailFromStatus || (CustomMailFromStatus = {}));
371
+ export const CustomMailFromStatus = {
372
+ Failed: "Failed",
373
+ Pending: "Pending",
374
+ Success: "Success",
375
+ TemporaryFailure: "TemporaryFailure",
376
+ };
389
377
  export class CustomVerificationEmailTemplateDoesNotExistException extends __BaseException {
390
378
  constructor(opts) {
391
379
  super({
@@ -51,11 +51,16 @@ export declare class AlreadyExistsException extends __BaseException {
51
51
  }
52
52
  /**
53
53
  * @public
54
+ * @enum
54
55
  */
55
- export declare enum BehaviorOnMXFailure {
56
- RejectMessage = "RejectMessage",
57
- UseDefaultValue = "UseDefaultValue"
58
- }
56
+ export declare const BehaviorOnMXFailure: {
57
+ readonly RejectMessage: "RejectMessage";
58
+ readonly UseDefaultValue: "UseDefaultValue";
59
+ };
60
+ /**
61
+ * @public
62
+ */
63
+ export type BehaviorOnMXFailure = (typeof BehaviorOnMXFailure)[keyof typeof BehaviorOnMXFailure];
59
64
  /**
60
65
  * @public
61
66
  * <p>Represents textual data, plus an optional character set specification.</p>
@@ -129,25 +134,35 @@ export interface BounceAction {
129
134
  }
130
135
  /**
131
136
  * @public
137
+ * @enum
132
138
  */
133
- export declare enum BounceType {
134
- ContentRejected = "ContentRejected",
135
- DoesNotExist = "DoesNotExist",
136
- ExceededQuota = "ExceededQuota",
137
- MessageTooLarge = "MessageTooLarge",
138
- TemporaryFailure = "TemporaryFailure",
139
- Undefined = "Undefined"
140
- }
139
+ export declare const BounceType: {
140
+ readonly ContentRejected: "ContentRejected";
141
+ readonly DoesNotExist: "DoesNotExist";
142
+ readonly ExceededQuota: "ExceededQuota";
143
+ readonly MessageTooLarge: "MessageTooLarge";
144
+ readonly TemporaryFailure: "TemporaryFailure";
145
+ readonly Undefined: "Undefined";
146
+ };
141
147
  /**
142
148
  * @public
143
149
  */
144
- export declare enum DsnAction {
145
- DELAYED = "delayed",
146
- DELIVERED = "delivered",
147
- EXPANDED = "expanded",
148
- FAILED = "failed",
149
- RELAYED = "relayed"
150
- }
150
+ export type BounceType = (typeof BounceType)[keyof typeof BounceType];
151
+ /**
152
+ * @public
153
+ * @enum
154
+ */
155
+ export declare const DsnAction: {
156
+ readonly DELAYED: "delayed";
157
+ readonly DELIVERED: "delivered";
158
+ readonly EXPANDED: "expanded";
159
+ readonly FAILED: "failed";
160
+ readonly RELAYED: "relayed";
161
+ };
162
+ /**
163
+ * @public
164
+ */
165
+ export type DsnAction = (typeof DsnAction)[keyof typeof DsnAction];
151
166
  /**
152
167
  * @public
153
168
  * <p>Additional X-headers to include in the Delivery Status Notification (DSN) when an
@@ -347,23 +362,28 @@ export interface BulkEmailDestination {
347
362
  }
348
363
  /**
349
364
  * @public
365
+ * @enum
350
366
  */
351
- export declare enum BulkEmailStatus {
352
- AccountDailyQuotaExceeded = "AccountDailyQuotaExceeded",
353
- AccountSendingPaused = "AccountSendingPaused",
354
- AccountSuspended = "AccountSuspended",
355
- AccountThrottled = "AccountThrottled",
356
- ConfigurationSetDoesNotExist = "ConfigurationSetDoesNotExist",
357
- ConfigurationSetSendingPaused = "ConfigurationSetSendingPaused",
358
- Failed = "Failed",
359
- InvalidParameterValue = "InvalidParameterValue",
360
- InvalidSendingPoolName = "InvalidSendingPoolName",
361
- MailFromDomainNotVerified = "MailFromDomainNotVerified",
362
- MessageRejected = "MessageRejected",
363
- Success = "Success",
364
- TemplateDoesNotExist = "TemplateDoesNotExist",
365
- TransientFailure = "TransientFailure"
366
- }
367
+ export declare const BulkEmailStatus: {
368
+ readonly AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded";
369
+ readonly AccountSendingPaused: "AccountSendingPaused";
370
+ readonly AccountSuspended: "AccountSuspended";
371
+ readonly AccountThrottled: "AccountThrottled";
372
+ readonly ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist";
373
+ readonly ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused";
374
+ readonly Failed: "Failed";
375
+ readonly InvalidParameterValue: "InvalidParameterValue";
376
+ readonly InvalidSendingPoolName: "InvalidSendingPoolName";
377
+ readonly MailFromDomainNotVerified: "MailFromDomainNotVerified";
378
+ readonly MessageRejected: "MessageRejected";
379
+ readonly Success: "Success";
380
+ readonly TemplateDoesNotExist: "TemplateDoesNotExist";
381
+ readonly TransientFailure: "TransientFailure";
382
+ };
383
+ /**
384
+ * @public
385
+ */
386
+ export type BulkEmailStatus = (typeof BulkEmailStatus)[keyof typeof BulkEmailStatus];
367
387
  /**
368
388
  * @public
369
389
  * <p>An object that contains the response from the <code>SendBulkTemplatedEmail</code>
@@ -544,12 +564,17 @@ export declare class RuleSetDoesNotExistException extends __BaseException {
544
564
  }
545
565
  /**
546
566
  * @public
567
+ * @enum
547
568
  */
548
- export declare enum DimensionValueSource {
549
- EMAIL_HEADER = "emailHeader",
550
- LINK_TAG = "linkTag",
551
- MESSAGE_TAG = "messageTag"
552
- }
569
+ export declare const DimensionValueSource: {
570
+ readonly EMAIL_HEADER: "emailHeader";
571
+ readonly LINK_TAG: "linkTag";
572
+ readonly MESSAGE_TAG: "messageTag";
573
+ };
574
+ /**
575
+ * @public
576
+ */
577
+ export type DimensionValueSource = (typeof DimensionValueSource)[keyof typeof DimensionValueSource];
553
578
  /**
554
579
  * @public
555
580
  * <p>Contains the dimension configuration to use when you publish email sending events to
@@ -652,13 +677,18 @@ export declare class ConfigurationSetAlreadyExistsException extends __BaseExcept
652
677
  }
653
678
  /**
654
679
  * @public
680
+ * @enum
655
681
  */
656
- export declare enum ConfigurationSetAttribute {
657
- DELIVERY_OPTIONS = "deliveryOptions",
658
- EVENT_DESTINATIONS = "eventDestinations",
659
- REPUTATION_OPTIONS = "reputationOptions",
660
- TRACKING_OPTIONS = "trackingOptions"
661
- }
682
+ export declare const ConfigurationSetAttribute: {
683
+ readonly DELIVERY_OPTIONS: "deliveryOptions";
684
+ readonly EVENT_DESTINATIONS: "eventDestinations";
685
+ readonly REPUTATION_OPTIONS: "reputationOptions";
686
+ readonly TRACKING_OPTIONS: "trackingOptions";
687
+ };
688
+ /**
689
+ * @public
690
+ */
691
+ export type ConfigurationSetAttribute = (typeof ConfigurationSetAttribute)[keyof typeof ConfigurationSetAttribute];
662
692
  /**
663
693
  * @public
664
694
  * <p>Indicates that the configuration set does not exist.</p>
@@ -746,17 +776,22 @@ export interface KinesisFirehoseDestination {
746
776
  }
747
777
  /**
748
778
  * @public
779
+ * @enum
749
780
  */
750
- export declare enum EventType {
751
- BOUNCE = "bounce",
752
- CLICK = "click",
753
- COMPLAINT = "complaint",
754
- DELIVERY = "delivery",
755
- OPEN = "open",
756
- REJECT = "reject",
757
- RENDERING_FAILURE = "renderingFailure",
758
- SEND = "send"
759
- }
781
+ export declare const EventType: {
782
+ readonly BOUNCE: "bounce";
783
+ readonly CLICK: "click";
784
+ readonly COMPLAINT: "complaint";
785
+ readonly DELIVERY: "delivery";
786
+ readonly OPEN: "open";
787
+ readonly REJECT: "reject";
788
+ readonly RENDERING_FAILURE: "renderingFailure";
789
+ readonly SEND: "send";
790
+ };
791
+ /**
792
+ * @public
793
+ */
794
+ export type EventType = (typeof EventType)[keyof typeof EventType];
760
795
  /**
761
796
  * @public
762
797
  * <p>Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.</p>
@@ -1103,11 +1138,16 @@ export declare class FromEmailAddressNotVerifiedException extends __BaseExceptio
1103
1138
  }
1104
1139
  /**
1105
1140
  * @public
1141
+ * @enum
1106
1142
  */
1107
- export declare enum ReceiptFilterPolicy {
1108
- Allow = "Allow",
1109
- Block = "Block"
1110
- }
1143
+ export declare const ReceiptFilterPolicy: {
1144
+ readonly Allow: "Allow";
1145
+ readonly Block: "Block";
1146
+ };
1147
+ /**
1148
+ * @public
1149
+ */
1150
+ export type ReceiptFilterPolicy = (typeof ReceiptFilterPolicy)[keyof typeof ReceiptFilterPolicy];
1111
1151
  /**
1112
1152
  * @public
1113
1153
  * <p>A receipt IP address filter enables you to specify whether to accept or reject mail
@@ -1288,11 +1328,16 @@ export interface S3Action {
1288
1328
  }
1289
1329
  /**
1290
1330
  * @public
1331
+ * @enum
1291
1332
  */
1292
- export declare enum SNSActionEncoding {
1293
- Base64 = "Base64",
1294
- UTF8 = "UTF-8"
1295
- }
1333
+ export declare const SNSActionEncoding: {
1334
+ readonly Base64: "Base64";
1335
+ readonly UTF8: "UTF-8";
1336
+ };
1337
+ /**
1338
+ * @public
1339
+ */
1340
+ export type SNSActionEncoding = (typeof SNSActionEncoding)[keyof typeof SNSActionEncoding];
1296
1341
  /**
1297
1342
  * @public
1298
1343
  * <p>When included in a receipt rule, this action publishes a notification to Amazon Simple Notification Service
@@ -1330,10 +1375,15 @@ export interface SNSAction {
1330
1375
  }
1331
1376
  /**
1332
1377
  * @public
1378
+ * @enum
1333
1379
  */
1334
- export declare enum StopScope {
1335
- RULE_SET = "RuleSet"
1336
- }
1380
+ export declare const StopScope: {
1381
+ readonly RULE_SET: "RuleSet";
1382
+ };
1383
+ /**
1384
+ * @public
1385
+ */
1386
+ export type StopScope = (typeof StopScope)[keyof typeof StopScope];
1337
1387
  /**
1338
1388
  * @public
1339
1389
  * <p>When included in a receipt rule, this action terminates the evaluation of the receipt
@@ -1424,11 +1474,16 @@ export interface ReceiptAction {
1424
1474
  }
1425
1475
  /**
1426
1476
  * @public
1477
+ * @enum
1427
1478
  */
1428
- export declare enum TlsPolicy {
1429
- Optional = "Optional",
1430
- Require = "Require"
1431
- }
1479
+ export declare const TlsPolicy: {
1480
+ readonly Optional: "Optional";
1481
+ readonly Require: "Require";
1482
+ };
1483
+ /**
1484
+ * @public
1485
+ */
1486
+ export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy];
1432
1487
  /**
1433
1488
  * @public
1434
1489
  * <p>Receipt rules enable you to specify which actions Amazon SES should take when it receives
@@ -1676,13 +1731,18 @@ export declare class InvalidTemplateException extends __BaseException {
1676
1731
  }
1677
1732
  /**
1678
1733
  * @public
1734
+ * @enum
1679
1735
  */
1680
- export declare enum CustomMailFromStatus {
1681
- Failed = "Failed",
1682
- Pending = "Pending",
1683
- Success = "Success",
1684
- TemporaryFailure = "TemporaryFailure"
1685
- }
1736
+ export declare const CustomMailFromStatus: {
1737
+ readonly Failed: "Failed";
1738
+ readonly Pending: "Pending";
1739
+ readonly Success: "Success";
1740
+ readonly TemporaryFailure: "TemporaryFailure";
1741
+ };
1742
+ /**
1743
+ * @public
1744
+ */
1745
+ export type CustomMailFromStatus = (typeof CustomMailFromStatus)[keyof typeof CustomMailFromStatus];
1686
1746
  /**
1687
1747
  * @public
1688
1748
  * <p>Contains information about a custom verification email template.</p>
@@ -19,10 +19,12 @@ export declare class AlreadyExistsException extends __BaseException {
19
19
  opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
20
20
  );
21
21
  }
22
- export declare enum BehaviorOnMXFailure {
23
- RejectMessage = "RejectMessage",
24
- UseDefaultValue = "UseDefaultValue",
25
- }
22
+ export declare const BehaviorOnMXFailure: {
23
+ readonly RejectMessage: "RejectMessage";
24
+ readonly UseDefaultValue: "UseDefaultValue";
25
+ };
26
+ export type BehaviorOnMXFailure =
27
+ (typeof BehaviorOnMXFailure)[keyof typeof BehaviorOnMXFailure];
26
28
  export interface Content {
27
29
  Data: string | undefined;
28
30
  Charset?: string;
@@ -38,21 +40,23 @@ export interface BounceAction {
38
40
  Message: string | undefined;
39
41
  Sender: string | undefined;
40
42
  }
41
- export declare enum BounceType {
42
- ContentRejected = "ContentRejected",
43
- DoesNotExist = "DoesNotExist",
44
- ExceededQuota = "ExceededQuota",
45
- MessageTooLarge = "MessageTooLarge",
46
- TemporaryFailure = "TemporaryFailure",
47
- Undefined = "Undefined",
48
- }
49
- export declare enum DsnAction {
50
- DELAYED = "delayed",
51
- DELIVERED = "delivered",
52
- EXPANDED = "expanded",
53
- FAILED = "failed",
54
- RELAYED = "relayed",
55
- }
43
+ export declare const BounceType: {
44
+ readonly ContentRejected: "ContentRejected";
45
+ readonly DoesNotExist: "DoesNotExist";
46
+ readonly ExceededQuota: "ExceededQuota";
47
+ readonly MessageTooLarge: "MessageTooLarge";
48
+ readonly TemporaryFailure: "TemporaryFailure";
49
+ readonly Undefined: "Undefined";
50
+ };
51
+ export type BounceType = (typeof BounceType)[keyof typeof BounceType];
52
+ export declare const DsnAction: {
53
+ readonly DELAYED: "delayed";
54
+ readonly DELIVERED: "delivered";
55
+ readonly EXPANDED: "expanded";
56
+ readonly FAILED: "failed";
57
+ readonly RELAYED: "relayed";
58
+ };
59
+ export type DsnAction = (typeof DsnAction)[keyof typeof DsnAction];
56
60
  export interface ExtensionField {
57
61
  Name: string | undefined;
58
62
  Value: string | undefined;
@@ -86,22 +90,24 @@ export interface BulkEmailDestination {
86
90
  ReplacementTags?: MessageTag[];
87
91
  ReplacementTemplateData?: string;
88
92
  }
89
- export declare enum BulkEmailStatus {
90
- AccountDailyQuotaExceeded = "AccountDailyQuotaExceeded",
91
- AccountSendingPaused = "AccountSendingPaused",
92
- AccountSuspended = "AccountSuspended",
93
- AccountThrottled = "AccountThrottled",
94
- ConfigurationSetDoesNotExist = "ConfigurationSetDoesNotExist",
95
- ConfigurationSetSendingPaused = "ConfigurationSetSendingPaused",
96
- Failed = "Failed",
97
- InvalidParameterValue = "InvalidParameterValue",
98
- InvalidSendingPoolName = "InvalidSendingPoolName",
99
- MailFromDomainNotVerified = "MailFromDomainNotVerified",
100
- MessageRejected = "MessageRejected",
101
- Success = "Success",
102
- TemplateDoesNotExist = "TemplateDoesNotExist",
103
- TransientFailure = "TransientFailure",
104
- }
93
+ export declare const BulkEmailStatus: {
94
+ readonly AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded";
95
+ readonly AccountSendingPaused: "AccountSendingPaused";
96
+ readonly AccountSuspended: "AccountSuspended";
97
+ readonly AccountThrottled: "AccountThrottled";
98
+ readonly ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist";
99
+ readonly ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused";
100
+ readonly Failed: "Failed";
101
+ readonly InvalidParameterValue: "InvalidParameterValue";
102
+ readonly InvalidSendingPoolName: "InvalidSendingPoolName";
103
+ readonly MailFromDomainNotVerified: "MailFromDomainNotVerified";
104
+ readonly MessageRejected: "MessageRejected";
105
+ readonly Success: "Success";
106
+ readonly TemplateDoesNotExist: "TemplateDoesNotExist";
107
+ readonly TransientFailure: "TransientFailure";
108
+ };
109
+ export type BulkEmailStatus =
110
+ (typeof BulkEmailStatus)[keyof typeof BulkEmailStatus];
105
111
  export interface BulkEmailDestinationStatus {
106
112
  Status?: BulkEmailStatus | string;
107
113
  Error?: string;
@@ -135,11 +141,13 @@ export declare class RuleSetDoesNotExistException extends __BaseException {
135
141
  opts: __ExceptionOptionType<RuleSetDoesNotExistException, __BaseException>
136
142
  );
137
143
  }
138
- export declare enum DimensionValueSource {
139
- EMAIL_HEADER = "emailHeader",
140
- LINK_TAG = "linkTag",
141
- MESSAGE_TAG = "messageTag",
142
- }
144
+ export declare const DimensionValueSource: {
145
+ readonly EMAIL_HEADER: "emailHeader";
146
+ readonly LINK_TAG: "linkTag";
147
+ readonly MESSAGE_TAG: "messageTag";
148
+ };
149
+ export type DimensionValueSource =
150
+ (typeof DimensionValueSource)[keyof typeof DimensionValueSource];
143
151
  export interface CloudWatchDimensionConfiguration {
144
152
  DimensionName: string | undefined;
145
153
  DimensionValueSource: DimensionValueSource | string | undefined;
@@ -162,12 +170,14 @@ export declare class ConfigurationSetAlreadyExistsException extends __BaseExcept
162
170
  >
163
171
  );
164
172
  }
165
- export declare enum ConfigurationSetAttribute {
166
- DELIVERY_OPTIONS = "deliveryOptions",
167
- EVENT_DESTINATIONS = "eventDestinations",
168
- REPUTATION_OPTIONS = "reputationOptions",
169
- TRACKING_OPTIONS = "trackingOptions",
170
- }
173
+ export declare const ConfigurationSetAttribute: {
174
+ readonly DELIVERY_OPTIONS: "deliveryOptions";
175
+ readonly EVENT_DESTINATIONS: "eventDestinations";
176
+ readonly REPUTATION_OPTIONS: "reputationOptions";
177
+ readonly TRACKING_OPTIONS: "trackingOptions";
178
+ };
179
+ export type ConfigurationSetAttribute =
180
+ (typeof ConfigurationSetAttribute)[keyof typeof ConfigurationSetAttribute];
171
181
  export declare class ConfigurationSetDoesNotExistException extends __BaseException {
172
182
  readonly name: "ConfigurationSetDoesNotExistException";
173
183
  readonly $fault: "client";
@@ -208,16 +218,17 @@ export interface KinesisFirehoseDestination {
208
218
  IAMRoleARN: string | undefined;
209
219
  DeliveryStreamARN: string | undefined;
210
220
  }
211
- export declare enum EventType {
212
- BOUNCE = "bounce",
213
- CLICK = "click",
214
- COMPLAINT = "complaint",
215
- DELIVERY = "delivery",
216
- OPEN = "open",
217
- REJECT = "reject",
218
- RENDERING_FAILURE = "renderingFailure",
219
- SEND = "send",
220
- }
221
+ export declare const EventType: {
222
+ readonly BOUNCE: "bounce";
223
+ readonly CLICK: "click";
224
+ readonly COMPLAINT: "complaint";
225
+ readonly DELIVERY: "delivery";
226
+ readonly OPEN: "open";
227
+ readonly REJECT: "reject";
228
+ readonly RENDERING_FAILURE: "renderingFailure";
229
+ readonly SEND: "send";
230
+ };
231
+ export type EventType = (typeof EventType)[keyof typeof EventType];
221
232
  export interface SNSDestination {
222
233
  TopicARN: string | undefined;
223
234
  }
@@ -348,10 +359,12 @@ export declare class FromEmailAddressNotVerifiedException extends __BaseExceptio
348
359
  >
349
360
  );
350
361
  }
351
- export declare enum ReceiptFilterPolicy {
352
- Allow = "Allow",
353
- Block = "Block",
354
- }
362
+ export declare const ReceiptFilterPolicy: {
363
+ readonly Allow: "Allow";
364
+ readonly Block: "Block";
365
+ };
366
+ export type ReceiptFilterPolicy =
367
+ (typeof ReceiptFilterPolicy)[keyof typeof ReceiptFilterPolicy];
355
368
  export interface ReceiptIpFilter {
356
369
  Policy: ReceiptFilterPolicy | string | undefined;
357
370
  Cidr: string | undefined;
@@ -376,17 +389,20 @@ export interface S3Action {
376
389
  ObjectKeyPrefix?: string;
377
390
  KmsKeyArn?: string;
378
391
  }
379
- export declare enum SNSActionEncoding {
380
- Base64 = "Base64",
381
- UTF8 = "UTF-8",
382
- }
392
+ export declare const SNSActionEncoding: {
393
+ readonly Base64: "Base64";
394
+ readonly UTF8: "UTF-8";
395
+ };
396
+ export type SNSActionEncoding =
397
+ (typeof SNSActionEncoding)[keyof typeof SNSActionEncoding];
383
398
  export interface SNSAction {
384
399
  TopicArn: string | undefined;
385
400
  Encoding?: SNSActionEncoding | string;
386
401
  }
387
- export declare enum StopScope {
388
- RULE_SET = "RuleSet",
389
- }
402
+ export declare const StopScope: {
403
+ readonly RULE_SET: "RuleSet";
404
+ };
405
+ export type StopScope = (typeof StopScope)[keyof typeof StopScope];
390
406
  export interface StopAction {
391
407
  Scope: StopScope | string | undefined;
392
408
  TopicArn?: string;
@@ -404,10 +420,11 @@ export interface ReceiptAction {
404
420
  AddHeaderAction?: AddHeaderAction;
405
421
  SNSAction?: SNSAction;
406
422
  }
407
- export declare enum TlsPolicy {
408
- Optional = "Optional",
409
- Require = "Require",
410
- }
423
+ export declare const TlsPolicy: {
424
+ readonly Optional: "Optional";
425
+ readonly Require: "Require";
426
+ };
427
+ export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy];
411
428
  export interface ReceiptRule {
412
429
  Name: string | undefined;
413
430
  Enabled?: boolean;
@@ -479,12 +496,14 @@ export declare class InvalidTemplateException extends __BaseException {
479
496
  opts: __ExceptionOptionType<InvalidTemplateException, __BaseException>
480
497
  );
481
498
  }
482
- export declare enum CustomMailFromStatus {
483
- Failed = "Failed",
484
- Pending = "Pending",
485
- Success = "Success",
486
- TemporaryFailure = "TemporaryFailure",
487
- }
499
+ export declare const CustomMailFromStatus: {
500
+ readonly Failed: "Failed";
501
+ readonly Pending: "Pending";
502
+ readonly Success: "Success";
503
+ readonly TemporaryFailure: "TemporaryFailure";
504
+ };
505
+ export type CustomMailFromStatus =
506
+ (typeof CustomMailFromStatus)[keyof typeof CustomMailFromStatus];
488
507
  export interface CustomVerificationEmailTemplate {
489
508
  TemplateName?: string;
490
509
  FromEmailAddress?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ses",
3
3
  "description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
4
- "version": "3.301.0",
4
+ "version": "3.306.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,44 +21,44 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.301.0",
25
- "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.301.0",
27
- "@aws-sdk/fetch-http-handler": "3.296.0",
28
- "@aws-sdk/hash-node": "3.296.0",
29
- "@aws-sdk/invalid-dependency": "3.296.0",
30
- "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.299.0",
32
- "@aws-sdk/middleware-host-header": "3.296.0",
33
- "@aws-sdk/middleware-logger": "3.296.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.300.0",
36
- "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.299.0",
38
- "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.300.0",
41
- "@aws-sdk/node-http-handler": "3.296.0",
42
- "@aws-sdk/protocol-http": "3.296.0",
43
- "@aws-sdk/smithy-client": "3.296.0",
44
- "@aws-sdk/types": "3.296.0",
45
- "@aws-sdk/url-parser": "3.296.0",
46
- "@aws-sdk/util-base64": "3.295.0",
47
- "@aws-sdk/util-body-length-browser": "3.295.0",
48
- "@aws-sdk/util-body-length-node": "3.295.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
- "@aws-sdk/util-endpoints": "3.296.0",
52
- "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.300.0",
55
- "@aws-sdk/util-utf8": "3.295.0",
56
- "@aws-sdk/util-waiter": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.306.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.306.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.306.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
+ "@aws-sdk/util-base64": "3.303.0",
47
+ "@aws-sdk/util-body-length-browser": "3.303.0",
48
+ "@aws-sdk/util-body-length-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
+ "@aws-sdk/util-utf8": "3.303.0",
56
+ "@aws-sdk/util-waiter": "3.306.0",
57
57
  "fast-xml-parser": "4.1.2",
58
58
  "tslib": "^2.5.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@aws-sdk/service-client-documentation-generator": "3.295.0",
61
+ "@aws-sdk/service-client-documentation-generator": "3.303.0",
62
62
  "@tsconfig/node14": "1.0.3",
63
63
  "@types/node": "^14.14.31",
64
64
  "concurrently": "7.0.0",