@aws-sdk/client-sesv2 3.325.0 → 3.326.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 (87) hide show
  1. package/dist-types/commands/BatchGetMetricDataCommand.d.ts +23 -0
  2. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +4 -0
  3. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -0
  4. package/dist-types/commands/CreateContactCommand.d.ts +4 -0
  5. package/dist-types/commands/CreateContactListCommand.d.ts +4 -0
  6. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -0
  7. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +4 -0
  8. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +7 -0
  9. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +18 -0
  10. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +4 -0
  11. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +4 -0
  12. package/dist-types/commands/CreateImportJobCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteContactCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteContactListCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +4 -0
  23. package/dist-types/commands/GetAccountCommand.d.ts +41 -0
  24. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +14 -0
  25. package/dist-types/commands/GetConfigurationSetCommand.d.ts +39 -0
  26. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +33 -0
  27. package/dist-types/commands/GetContactCommand.d.ts +23 -0
  28. package/dist-types/commands/GetContactListCommand.d.ts +23 -0
  29. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +11 -0
  30. package/dist-types/commands/GetDedicatedIpCommand.d.ts +11 -0
  31. package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +9 -0
  32. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +14 -0
  33. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +32 -0
  34. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +39 -0
  35. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +25 -0
  36. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +43 -0
  37. package/dist-types/commands/GetEmailIdentityCommand.d.ts +35 -0
  38. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +8 -0
  39. package/dist-types/commands/GetEmailTemplateCommand.d.ts +11 -0
  40. package/dist-types/commands/GetImportJobCommand.d.ts +28 -0
  41. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +14 -0
  42. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +9 -0
  43. package/dist-types/commands/ListContactListsCommand.d.ts +12 -0
  44. package/dist-types/commands/ListContactsCommand.d.ts +25 -0
  45. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +15 -0
  46. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +9 -0
  47. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +28 -0
  49. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +14 -0
  50. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +12 -0
  51. package/dist-types/commands/ListImportJobsCommand.d.ts +24 -0
  52. package/dist-types/commands/ListRecommendationsCommand.d.ts +17 -0
  53. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +13 -0
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  55. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +4 -0
  56. package/dist-types/commands/PutAccountDetailsCommand.d.ts +4 -0
  57. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +4 -0
  58. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +4 -0
  59. package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +4 -0
  60. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -0
  61. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +4 -0
  62. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +4 -0
  63. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +4 -0
  64. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +4 -0
  65. package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +4 -0
  66. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +4 -0
  67. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +4 -0
  68. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +4 -0
  69. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +4 -0
  70. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +4 -0
  71. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +9 -0
  72. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +4 -0
  73. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +4 -0
  74. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +4 -0
  75. package/dist-types/commands/SendBulkEmailCommand.d.ts +12 -0
  76. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +6 -0
  77. package/dist-types/commands/SendEmailCommand.d.ts +6 -0
  78. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  79. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +6 -0
  80. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  81. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -0
  82. package/dist-types/commands/UpdateContactCommand.d.ts +4 -0
  83. package/dist-types/commands/UpdateContactListCommand.d.ts +4 -0
  84. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -0
  85. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +4 -0
  86. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +4 -0
  87. package/package.json +3 -3
@@ -34,6 +34,8 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
34
34
  * };
35
35
  * const command = new PutEmailIdentityMailFromAttributesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param PutEmailIdentityMailFromAttributesCommandInput - {@link PutEmailIdentityMailFromAttributesCommandInput}
@@ -51,6 +53,8 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
51
53
  * @throws {@link TooManyRequestsException} (client fault)
52
54
  * <p>Too many requests have been made to the operation.</p>
53
55
  *
56
+ * @throws {@link SESv2ServiceException}
57
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
54
58
  *
55
59
  */
56
60
  export declare class PutEmailIdentityMailFromAttributesCommand extends $Command<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDest
32
32
  * };
33
33
  * const command = new PutSuppressedDestinationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param PutSuppressedDestinationCommandInput - {@link PutSuppressedDestinationCommandInput}
@@ -46,6 +48,8 @@ export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDest
46
48
  * @throws {@link TooManyRequestsException} (client fault)
47
49
  * <p>Too many requests have been made to the operation.</p>
48
50
  *
51
+ * @throws {@link SESv2ServiceException}
52
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
49
53
  *
50
54
  */
51
55
  export declare class PutSuppressedDestinationCommand extends $Command<PutSuppressedDestinationCommandInput, PutSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
@@ -77,6 +77,16 @@ export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __Met
77
77
  * };
78
78
  * const command = new SendBulkEmailCommand(input);
79
79
  * const response = await client.send(command);
80
+ * // { // SendBulkEmailResponse
81
+ * // BulkEmailEntryResults: [ // BulkEmailEntryResultList // required
82
+ * // { // BulkEmailEntryResult
83
+ * // Status: "SUCCESS" || "MESSAGE_REJECTED" || "MAIL_FROM_DOMAIN_NOT_VERIFIED" || "CONFIGURATION_SET_NOT_FOUND" || "TEMPLATE_NOT_FOUND" || "ACCOUNT_SUSPENDED" || "ACCOUNT_THROTTLED" || "ACCOUNT_DAILY_QUOTA_EXCEEDED" || "INVALID_SENDING_POOL_NAME" || "ACCOUNT_SENDING_PAUSED" || "CONFIGURATION_SET_SENDING_PAUSED" || "INVALID_PARAMETER" || "TRANSIENT_FAILURE" || "FAILED",
84
+ * // Error: "STRING_VALUE",
85
+ * // MessageId: "STRING_VALUE",
86
+ * // },
87
+ * // ],
88
+ * // };
89
+ *
80
90
  * ```
81
91
  *
82
92
  * @param SendBulkEmailCommandInput - {@link SendBulkEmailCommandInput}
@@ -111,6 +121,8 @@ export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __Met
111
121
  * @throws {@link TooManyRequestsException} (client fault)
112
122
  * <p>Too many requests have been made to the operation.</p>
113
123
  *
124
+ * @throws {@link SESv2ServiceException}
125
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
114
126
  *
115
127
  */
116
128
  export declare class SendBulkEmailCommand extends $Command<SendBulkEmailCommandInput, SendBulkEmailCommandOutput, SESv2ClientResolvedConfig> {
@@ -41,6 +41,10 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
41
41
  * };
42
42
  * const command = new SendCustomVerificationEmailCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // SendCustomVerificationEmailResponse
45
+ * // MessageId: "STRING_VALUE",
46
+ * // };
47
+ *
44
48
  * ```
45
49
  *
46
50
  * @param SendCustomVerificationEmailCommandInput - {@link SendCustomVerificationEmailCommandInput}
@@ -71,6 +75,8 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
71
75
  * @throws {@link TooManyRequestsException} (client fault)
72
76
  * <p>Too many requests have been made to the operation.</p>
73
77
  *
78
+ * @throws {@link SESv2ServiceException}
79
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
74
80
  *
75
81
  */
76
82
  export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESv2ClientResolvedConfig> {
@@ -108,6 +108,10 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
108
108
  * };
109
109
  * const command = new SendEmailCommand(input);
110
110
  * const response = await client.send(command);
111
+ * // { // SendEmailResponse
112
+ * // MessageId: "STRING_VALUE",
113
+ * // };
114
+ *
111
115
  * ```
112
116
  *
113
117
  * @param SendEmailCommandInput - {@link SendEmailCommandInput}
@@ -142,6 +146,8 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
142
146
  * @throws {@link TooManyRequestsException} (client fault)
143
147
  * <p>Too many requests have been made to the operation.</p>
144
148
  *
149
+ * @throws {@link SESv2ServiceException}
150
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
145
151
  *
146
152
  */
147
153
  export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, SESv2ClientResolvedConfig> {
@@ -45,6 +45,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
45
45
  * };
46
46
  * const command = new TagResourceCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // {};
49
+ *
48
50
  * ```
49
51
  *
50
52
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -65,6 +67,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
65
67
  * @throws {@link TooManyRequestsException} (client fault)
66
68
  * <p>Too many requests have been made to the operation.</p>
67
69
  *
70
+ * @throws {@link SESv2ServiceException}
71
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
68
72
  *
69
73
  */
70
74
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SESv2ClientResolvedConfig> {
@@ -34,6 +34,10 @@ export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTem
34
34
  * };
35
35
  * const command = new TestRenderEmailTemplateCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // TestRenderEmailTemplateResponse
38
+ * // RenderedTemplate: "STRING_VALUE", // required
39
+ * // };
40
+ *
37
41
  * ```
38
42
  *
39
43
  * @param TestRenderEmailTemplateCommandInput - {@link TestRenderEmailTemplateCommandInput}
@@ -51,6 +55,8 @@ export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTem
51
55
  * @throws {@link TooManyRequestsException} (client fault)
52
56
  * <p>Too many requests have been made to the operation.</p>
53
57
  *
58
+ * @throws {@link SESv2ServiceException}
59
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
54
60
  *
55
61
  */
56
62
  export declare class TestRenderEmailTemplateCommand extends $Command<TestRenderEmailTemplateCommandInput, TestRenderEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -54,6 +56,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
54
56
  * @throws {@link TooManyRequestsException} (client fault)
55
57
  * <p>Too many requests have been made to the operation.</p>
56
58
  *
59
+ * @throws {@link SESv2ServiceException}
60
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
57
61
  *
58
62
  */
59
63
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SESv2ClientResolvedConfig> {
@@ -63,6 +63,8 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
63
63
  * };
64
64
  * const command = new UpdateConfigurationSetEventDestinationCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // {};
67
+ *
66
68
  * ```
67
69
  *
68
70
  * @param UpdateConfigurationSetEventDestinationCommandInput - {@link UpdateConfigurationSetEventDestinationCommandInput}
@@ -80,6 +82,8 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
80
82
  * @throws {@link TooManyRequestsException} (client fault)
81
83
  * <p>Too many requests have been made to the operation.</p>
82
84
  *
85
+ * @throws {@link SESv2ServiceException}
86
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
83
87
  *
84
88
  */
85
89
  export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met
42
42
  * };
43
43
  * const command = new UpdateContactCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param UpdateContactCommandInput - {@link UpdateContactCommandInput}
@@ -62,6 +64,8 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met
62
64
  * @throws {@link TooManyRequestsException} (client fault)
63
65
  * <p>Too many requests have been made to the operation.</p>
64
66
  *
67
+ * @throws {@link SESv2ServiceException}
68
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
65
69
  *
66
70
  */
67
71
  export declare class UpdateContactCommand extends $Command<UpdateContactCommandInput, UpdateContactCommandOutput, SESv2ClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface UpdateContactListCommandOutput extends UpdateContactListRespons
40
40
  * };
41
41
  * const command = new UpdateContactListCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param UpdateContactListCommandInput - {@link UpdateContactListCommandInput}
@@ -60,6 +62,8 @@ export interface UpdateContactListCommandOutput extends UpdateContactListRespons
60
62
  * @throws {@link TooManyRequestsException} (client fault)
61
63
  * <p>Too many requests have been made to the operation.</p>
62
64
  *
65
+ * @throws {@link SESv2ServiceException}
66
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
63
67
  *
64
68
  */
65
69
  export declare class UpdateContactListCommand extends $Command<UpdateContactListCommandInput, UpdateContactListCommandOutput, SESv2ClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends Upda
40
40
  * };
41
41
  * const command = new UpdateCustomVerificationEmailTemplateCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param UpdateCustomVerificationEmailTemplateCommandInput - {@link UpdateCustomVerificationEmailTemplateCommandInput}
@@ -57,6 +59,8 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends Upda
57
59
  * @throws {@link TooManyRequestsException} (client fault)
58
60
  * <p>Too many requests have been made to the operation.</p>
59
61
  *
62
+ * @throws {@link SESv2ServiceException}
63
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
60
64
  *
61
65
  */
62
66
  export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
@@ -44,6 +44,8 @@ export interface UpdateEmailIdentityPolicyCommandOutput extends UpdateEmailIdent
44
44
  * };
45
45
  * const command = new UpdateEmailIdentityPolicyCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // {};
48
+ *
47
49
  * ```
48
50
  *
49
51
  * @param UpdateEmailIdentityPolicyCommandInput - {@link UpdateEmailIdentityPolicyCommandInput}
@@ -61,6 +63,8 @@ export interface UpdateEmailIdentityPolicyCommandOutput extends UpdateEmailIdent
61
63
  * @throws {@link TooManyRequestsException} (client fault)
62
64
  * <p>Too many requests have been made to the operation.</p>
63
65
  *
66
+ * @throws {@link SESv2ServiceException}
67
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
64
68
  *
65
69
  */
66
70
  export declare class UpdateEmailIdentityPolicyCommand extends $Command<UpdateEmailIdentityPolicyCommandInput, UpdateEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface UpdateEmailTemplateCommandOutput extends UpdateEmailTemplateRes
39
39
  * };
40
40
  * const command = new UpdateEmailTemplateCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param UpdateEmailTemplateCommandInput - {@link UpdateEmailTemplateCommandInput}
@@ -56,6 +58,8 @@ export interface UpdateEmailTemplateCommandOutput extends UpdateEmailTemplateRes
56
58
  * @throws {@link TooManyRequestsException} (client fault)
57
59
  * <p>Too many requests have been made to the operation.</p>
58
60
  *
61
+ * @throws {@link SESv2ServiceException}
62
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
59
63
  *
60
64
  */
61
65
  export declare class UpdateEmailTemplateCommand extends $Command<UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sesv2",
3
3
  "description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
4
- "version": "3.325.0",
4
+ "version": "3.326.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,9 +21,9 @@
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.325.0",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",