@aws-sdk/client-ses 3.300.0 → 3.303.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/models/models_0.js +77 -89
- package/dist-es/models/models_0.js +77 -89
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -2
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +8 -8
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -2
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +3 -3
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +12 -12
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -2
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +2 -2
- package/dist-types/commands/SendBounceCommand.d.ts +7 -7
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +7 -7
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendEmailCommand.d.ts +8 -8
- package/dist-types/commands/SendRawEmailCommand.d.ts +5 -5
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +5 -5
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +1 -1
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +1 -1
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +8 -8
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +12 -12
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -2
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +1 -1
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +1 -1
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +137 -77
- package/dist-types/ts3.4/models/models_0.d.ts +96 -77
- package/package.json +35 -35
|
@@ -19,10 +19,12 @@ export declare class AlreadyExistsException extends __BaseException {
|
|
|
19
19
|
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
20
20
|
);
|
|
21
21
|
}
|
|
22
|
-
export declare
|
|
23
|
-
RejectMessage
|
|
24
|
-
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
|
|
42
|
-
ContentRejected
|
|
43
|
-
DoesNotExist
|
|
44
|
-
ExceededQuota
|
|
45
|
-
MessageTooLarge
|
|
46
|
-
TemporaryFailure
|
|
47
|
-
Undefined
|
|
48
|
-
}
|
|
49
|
-
export
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
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
|
|
90
|
-
AccountDailyQuotaExceeded
|
|
91
|
-
AccountSendingPaused
|
|
92
|
-
AccountSuspended
|
|
93
|
-
AccountThrottled
|
|
94
|
-
ConfigurationSetDoesNotExist
|
|
95
|
-
ConfigurationSetSendingPaused
|
|
96
|
-
Failed
|
|
97
|
-
InvalidParameterValue
|
|
98
|
-
InvalidSendingPoolName
|
|
99
|
-
MailFromDomainNotVerified
|
|
100
|
-
MessageRejected
|
|
101
|
-
Success
|
|
102
|
-
TemplateDoesNotExist
|
|
103
|
-
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
|
|
139
|
-
EMAIL_HEADER
|
|
140
|
-
LINK_TAG
|
|
141
|
-
MESSAGE_TAG
|
|
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
|
|
166
|
-
DELIVERY_OPTIONS
|
|
167
|
-
EVENT_DESTINATIONS
|
|
168
|
-
REPUTATION_OPTIONS
|
|
169
|
-
TRACKING_OPTIONS
|
|
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
|
|
212
|
-
BOUNCE
|
|
213
|
-
CLICK
|
|
214
|
-
COMPLAINT
|
|
215
|
-
DELIVERY
|
|
216
|
-
OPEN
|
|
217
|
-
REJECT
|
|
218
|
-
RENDERING_FAILURE
|
|
219
|
-
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
|
|
352
|
-
Allow
|
|
353
|
-
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
|
|
380
|
-
Base64
|
|
381
|
-
UTF8
|
|
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
|
|
388
|
-
RULE_SET
|
|
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
|
|
408
|
-
Optional
|
|
409
|
-
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
|
|
483
|
-
Failed
|
|
484
|
-
Pending
|
|
485
|
-
Success
|
|
486
|
-
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.
|
|
4
|
+
"version": "3.303.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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
56
|
-
"@aws-sdk/util-waiter": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.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.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
|
+
"@aws-sdk/util-waiter": "3.303.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.
|
|
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",
|