@mavogel/awscdk-rootmail 0.0.295 → 0.0.296

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 (80) hide show
  1. package/.jsii +3 -3
  2. package/lib/rootmail.js +1 -1
  3. package/lib/ses-receive.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +12 -12
  5. package/node_modules/@aws-sdk/client-route-53/package.json +12 -12
  6. package/node_modules/@aws-sdk/client-s3/package.json +17 -17
  7. package/node_modules/@aws-sdk/client-ses/package.json +12 -12
  8. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +5 -0
  9. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +7 -3
  10. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +5 -0
  11. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +5 -0
  12. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
  13. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +1 -1
  14. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +5 -0
  15. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +24 -11
  16. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +12 -11
  17. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +23 -17
  18. package/node_modules/@aws-sdk/client-ssm/package.json +12 -12
  19. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  20. package/node_modules/@aws-sdk/core/package.json +3 -3
  21. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  22. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  23. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  24. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  25. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  26. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  27. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  28. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
  29. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  30. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  31. package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  32. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  33. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  34. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  35. package/node_modules/@smithy/core/package.json +2 -2
  36. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  37. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  38. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -1
  39. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
  40. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +1 -0
  41. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  42. package/node_modules/@smithy/smithy-client/package.json +4 -4
  43. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  44. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  45. package/node_modules/@smithy/util-stream/package.json +2 -2
  46. package/node_modules/axios/CHANGELOG.md +61 -0
  47. package/node_modules/axios/README.md +30 -14
  48. package/node_modules/axios/dist/axios.js +13 -24
  49. package/node_modules/axios/dist/axios.js.map +1 -1
  50. package/node_modules/axios/dist/axios.min.js +2 -1
  51. package/node_modules/axios/dist/axios.min.js.map +1 -1
  52. package/node_modules/axios/dist/browser/axios.cjs +13 -27
  53. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  54. package/node_modules/axios/dist/esm/axios.js +13 -27
  55. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  56. package/node_modules/axios/dist/esm/axios.min.js +2 -1
  57. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  58. package/node_modules/axios/dist/node/axios.cjs +42 -29
  59. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  60. package/node_modules/axios/lib/core/Axios.js +10 -1
  61. package/node_modules/axios/lib/core/buildFullPath.js +3 -2
  62. package/node_modules/axios/lib/env/data.js +1 -1
  63. package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
  64. package/node_modules/axios/lib/platform/node/index.js +26 -0
  65. package/node_modules/axios/lib/utils.js +0 -22
  66. package/node_modules/axios/package.json +3 -3
  67. package/node_modules/cdk-nag/.jsii +3 -3
  68. package/node_modules/cdk-nag/lib/ignore-suppression-conditions.js +5 -5
  69. package/node_modules/cdk-nag/lib/nag-logger.js +2 -2
  70. package/node_modules/cdk-nag/lib/nag-pack.js +1 -1
  71. package/node_modules/cdk-nag/lib/nag-rules.js +1 -1
  72. package/node_modules/cdk-nag/lib/nag-suppressions.js +1 -1
  73. package/node_modules/cdk-nag/lib/packs/aws-solutions.js +1 -1
  74. package/node_modules/cdk-nag/lib/packs/hipaa-security.js +1 -1
  75. package/node_modules/cdk-nag/lib/packs/nist-800-53-r4.js +1 -1
  76. package/node_modules/cdk-nag/lib/packs/nist-800-53-r5.js +1 -1
  77. package/node_modules/cdk-nag/lib/packs/pci-dss-321.js +1 -1
  78. package/node_modules/cdk-nag/package.json +3 -3
  79. package/package.json +1 -1
  80. package/node_modules/axios/SECURITY.md +0 -6
@@ -1156,20 +1156,25 @@ export interface UpdateAssociationRequest {
1156
1156
  SyncCompliance?: AssociationSyncCompliance | undefined;
1157
1157
  /**
1158
1158
  * <p>By default, when you update an association, the system runs it immediately after it is
1159
- * updated and then according to the schedule you specified. Specify this option if you don't want
1160
- * an association to run immediately after you update it. This parameter isn't supported for rate
1161
- * expressions.</p>
1159
+ * updated and then according to the schedule you specified. Specify <code>true</code> for
1160
+ * <code>ApplyOnlyAtCronInterval</code> if you want the association to run only according to the
1161
+ * schedule you specified.</p>
1162
1162
  * <p>If you chose this option when you created an association and later you edit that association
1163
- * or you make changes to the SSM document on which that association is based (by using the
1164
- * Documents page in the console), State Manager applies the association at the next specified cron
1165
- * interval. For example, if you chose the <code>Latest</code> version of an SSM document when you
1166
- * created an association and you edit the association by choosing a different document version on
1167
- * the Documents page, State Manager applies the association at the next specified cron interval if
1168
- * you previously selected this option. If this option wasn't selected, State Manager immediately
1169
- * runs the association.</p>
1170
- * <p>You can reset this option. To do so, specify the <code>no-apply-only-at-cron-interval</code>
1171
- * parameter when you update the association from the command line. This parameter forces the
1172
- * association to run immediately after updating it and according to the interval specified.</p>
1163
+ * or you make changes to the Automation runbook or SSM document on which that association is based,
1164
+ * State Manager applies the association at the next specified cron interval. For example, if you
1165
+ * chose the <code>Latest</code> version of an SSM document when you created an association and you
1166
+ * edit the association by choosing a different document version on the Documents page, State
1167
+ * Manager applies the association at the next specified cron interval if you previously set
1168
+ * <code>ApplyOnlyAtCronInterval</code> to <code>true</code>. If this option wasn't selected, State
1169
+ * Manager immediately runs the association.</p>
1170
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#state-manager-about-scheduling">Understanding when associations are applied to resources</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#runbook-target-updates">About
1171
+ * target updates with Automation runbooks</a> in the
1172
+ * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1173
+ * <p>This parameter isn't supported for rate expressions.</p>
1174
+ * <p>You can reset this parameter. To do so, specify the
1175
+ * <code>no-apply-only-at-cron-interval</code> parameter when you update the association from the
1176
+ * command line. This parameter forces the association to run immediately after updating it and
1177
+ * according to the interval specified.</p>
1173
1178
  * @public
1174
1179
  */
1175
1180
  ApplyOnlyAtCronInterval?: boolean | undefined;
@@ -1177,7 +1182,7 @@ export interface UpdateAssociationRequest {
1177
1182
  * <p>The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to
1178
1183
  * gate your associations under. The associations only run when that change calendar is open. For
1179
1184
  * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar">Amazon Web Services Systems Manager Change
1180
- * Calendar</a>.</p>
1185
+ * Calendar</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1181
1186
  * @public
1182
1187
  */
1183
1188
  CalendarNames?: string[] | undefined;
@@ -2720,9 +2725,10 @@ export interface GetOpsSummaryRequest {
2720
2725
  */
2721
2726
  export interface ListNodesSummaryRequest {
2722
2727
  /**
2723
- * <p>The name of the resource data sync to retrieve information about. Required for
2724
- * cross-account/cross-Region configuration. Optional for single account/single-Region
2725
- * configurations.</p>
2728
+ * <p>The name of the Amazon Web Services managed resource data sync to retrieve information about.</p>
2729
+ * <p>For cross-account/cross-Region configurations, this parameter is required, and the name of
2730
+ * the supported resource data sync is <code>AWS-QuickSetup-ManagedNode</code>.</p>
2731
+ * <p>For single account/single-Region configurations, the parameter is not required.</p>
2726
2732
  * @public
2727
2733
  */
2728
2734
  SyncName?: string | undefined;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.750.0",
4
+ "version": "3.759.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.750.0",
24
- "@aws-sdk/credential-provider-node": "3.750.0",
23
+ "@aws-sdk/core": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.758.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.750.0",
28
+ "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.750.0",
33
+ "@aws-sdk/util-user-agent-node": "3.758.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.4",
35
+ "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.5",
41
- "@smithy/middleware-retry": "^4.0.6",
40
+ "@smithy/middleware-endpoint": "^4.0.6",
41
+ "@smithy/middleware-retry": "^4.0.7",
42
42
  "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.3",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.5",
47
+ "@smithy/smithy-client": "^4.1.6",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.6",
54
- "@smithy/util-defaults-mode-node": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.7",
54
+ "@smithy/util-defaults-mode-node": "^4.0.7",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.750.0",
4
+ "version": "3.758.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.750.0",
23
+ "@aws-sdk/core": "3.758.0",
24
24
  "@aws-sdk/middleware-host-header": "3.734.0",
25
25
  "@aws-sdk/middleware-logger": "3.734.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
- "@aws-sdk/middleware-user-agent": "3.750.0",
27
+ "@aws-sdk/middleware-user-agent": "3.758.0",
28
28
  "@aws-sdk/region-config-resolver": "3.734.0",
29
29
  "@aws-sdk/types": "3.734.0",
30
30
  "@aws-sdk/util-endpoints": "3.743.0",
31
31
  "@aws-sdk/util-user-agent-browser": "3.734.0",
32
- "@aws-sdk/util-user-agent-node": "3.750.0",
32
+ "@aws-sdk/util-user-agent-node": "3.758.0",
33
33
  "@smithy/config-resolver": "^4.0.1",
34
- "@smithy/core": "^3.1.4",
34
+ "@smithy/core": "^3.1.5",
35
35
  "@smithy/fetch-http-handler": "^5.0.1",
36
36
  "@smithy/hash-node": "^4.0.1",
37
37
  "@smithy/invalid-dependency": "^4.0.1",
38
38
  "@smithy/middleware-content-length": "^4.0.1",
39
- "@smithy/middleware-endpoint": "^4.0.5",
40
- "@smithy/middleware-retry": "^4.0.6",
39
+ "@smithy/middleware-endpoint": "^4.0.6",
40
+ "@smithy/middleware-retry": "^4.0.7",
41
41
  "@smithy/middleware-serde": "^4.0.2",
42
42
  "@smithy/middleware-stack": "^4.0.1",
43
43
  "@smithy/node-config-provider": "^4.0.1",
44
- "@smithy/node-http-handler": "^4.0.2",
44
+ "@smithy/node-http-handler": "^4.0.3",
45
45
  "@smithy/protocol-http": "^5.0.1",
46
- "@smithy/smithy-client": "^4.1.5",
46
+ "@smithy/smithy-client": "^4.1.6",
47
47
  "@smithy/types": "^4.1.0",
48
48
  "@smithy/url-parser": "^4.0.1",
49
49
  "@smithy/util-base64": "^4.0.0",
50
50
  "@smithy/util-body-length-browser": "^4.0.0",
51
51
  "@smithy/util-body-length-node": "^4.0.0",
52
- "@smithy/util-defaults-mode-browser": "^4.0.6",
53
- "@smithy/util-defaults-mode-node": "^4.0.6",
52
+ "@smithy/util-defaults-mode-browser": "^4.0.7",
53
+ "@smithy/util-defaults-mode-node": "^4.0.7",
54
54
  "@smithy/util-endpoints": "^3.0.1",
55
55
  "@smithy/util-middleware": "^4.0.1",
56
56
  "@smithy/util-retry": "^4.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -82,12 +82,12 @@
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
84
  "@aws-sdk/types": "3.734.0",
85
- "@smithy/core": "^3.1.4",
85
+ "@smithy/core": "^3.1.5",
86
86
  "@smithy/node-config-provider": "^4.0.1",
87
87
  "@smithy/property-provider": "^4.0.1",
88
88
  "@smithy/protocol-http": "^5.0.1",
89
89
  "@smithy/signature-v4": "^5.0.1",
90
- "@smithy/smithy-client": "^4.1.5",
90
+ "@smithy/smithy-client": "^4.1.6",
91
91
  "@smithy/types": "^4.1.0",
92
92
  "@smithy/util-middleware": "^4.0.1",
93
93
  "fast-xml-parser": "4.4.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.750.0",
28
+ "@aws-sdk/core": "3.758.0",
29
29
  "@aws-sdk/types": "3.734.0",
30
30
  "@smithy/property-provider": "^4.0.1",
31
31
  "@smithy/types": "^4.1.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,15 +27,15 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.750.0",
30
+ "@aws-sdk/core": "3.758.0",
31
31
  "@aws-sdk/types": "3.734.0",
32
32
  "@smithy/fetch-http-handler": "^5.0.1",
33
- "@smithy/node-http-handler": "^4.0.2",
33
+ "@smithy/node-http-handler": "^4.0.3",
34
34
  "@smithy/property-provider": "^4.0.1",
35
35
  "@smithy/protocol-http": "^5.0.1",
36
- "@smithy/smithy-client": "^4.1.5",
36
+ "@smithy/smithy-client": "^4.1.6",
37
37
  "@smithy/types": "^4.1.0",
38
- "@smithy/util-stream": "^4.1.1",
38
+ "@smithy/util-stream": "^4.1.2",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.750.0",
31
- "@aws-sdk/credential-provider-env": "3.750.0",
32
- "@aws-sdk/credential-provider-http": "3.750.0",
33
- "@aws-sdk/credential-provider-process": "3.750.0",
34
- "@aws-sdk/credential-provider-sso": "3.750.0",
35
- "@aws-sdk/credential-provider-web-identity": "3.750.0",
36
- "@aws-sdk/nested-clients": "3.750.0",
30
+ "@aws-sdk/core": "3.758.0",
31
+ "@aws-sdk/credential-provider-env": "3.758.0",
32
+ "@aws-sdk/credential-provider-http": "3.758.0",
33
+ "@aws-sdk/credential-provider-process": "3.758.0",
34
+ "@aws-sdk/credential-provider-sso": "3.758.0",
35
+ "@aws-sdk/credential-provider-web-identity": "3.758.0",
36
+ "@aws-sdk/nested-clients": "3.758.0",
37
37
  "@aws-sdk/types": "3.734.0",
38
38
  "@smithy/credential-provider-imds": "^4.0.1",
39
39
  "@smithy/property-provider": "^4.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/credential-provider-env": "3.750.0",
33
- "@aws-sdk/credential-provider-http": "3.750.0",
34
- "@aws-sdk/credential-provider-ini": "3.750.0",
35
- "@aws-sdk/credential-provider-process": "3.750.0",
36
- "@aws-sdk/credential-provider-sso": "3.750.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.750.0",
32
+ "@aws-sdk/credential-provider-env": "3.758.0",
33
+ "@aws-sdk/credential-provider-http": "3.758.0",
34
+ "@aws-sdk/credential-provider-ini": "3.758.0",
35
+ "@aws-sdk/credential-provider-process": "3.758.0",
36
+ "@aws-sdk/credential-provider-sso": "3.758.0",
37
+ "@aws-sdk/credential-provider-web-identity": "3.758.0",
38
38
  "@aws-sdk/types": "3.734.0",
39
39
  "@smithy/credential-provider-imds": "^4.0.1",
40
40
  "@smithy/property-provider": "^4.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.750.0",
28
+ "@aws-sdk/core": "3.758.0",
29
29
  "@aws-sdk/types": "3.734.0",
30
30
  "@smithy/property-provider": "^4.0.1",
31
31
  "@smithy/shared-ini-file-loader": "^4.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso": "3.750.0",
29
- "@aws-sdk/core": "3.750.0",
30
- "@aws-sdk/token-providers": "3.750.0",
28
+ "@aws-sdk/client-sso": "3.758.0",
29
+ "@aws-sdk/core": "3.758.0",
30
+ "@aws-sdk/token-providers": "3.758.0",
31
31
  "@aws-sdk/types": "3.734.0",
32
32
  "@smithy/property-provider": "^4.0.1",
33
33
  "@smithy/shared-ini-file-loader": "^4.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@aws-sdk/core": "3.750.0",
37
- "@aws-sdk/nested-clients": "3.750.0",
36
+ "@aws-sdk/core": "3.758.0",
37
+ "@aws-sdk/nested-clients": "3.758.0",
38
38
  "@aws-sdk/types": "3.734.0",
39
39
  "@smithy/property-provider": "^4.0.1",
40
40
  "@smithy/types": "^4.1.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-flexible-checksums",
@@ -35,19 +35,19 @@
35
35
  "@aws-crypto/crc32": "5.2.0",
36
36
  "@aws-crypto/crc32c": "5.2.0",
37
37
  "@aws-crypto/util": "5.2.0",
38
- "@aws-sdk/core": "3.750.0",
38
+ "@aws-sdk/core": "3.758.0",
39
39
  "@aws-sdk/types": "3.734.0",
40
40
  "@smithy/is-array-buffer": "^4.0.0",
41
41
  "@smithy/node-config-provider": "^4.0.1",
42
42
  "@smithy/protocol-http": "^5.0.1",
43
43
  "@smithy/types": "^4.1.0",
44
44
  "@smithy/util-middleware": "^4.0.1",
45
- "@smithy/util-stream": "^4.1.1",
45
+ "@smithy/util-stream": "^4.1.2",
46
46
  "@smithy/util-utf8": "^4.0.0",
47
47
  "tslib": "^2.6.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@smithy/node-http-handler": "^4.0.2",
50
+ "@smithy/node-http-handler": "^4.0.3",
51
51
  "concurrently": "7.0.0",
52
52
  "downlevel-dts": "0.10.1",
53
53
  "rimraf": "3.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",
@@ -27,18 +27,18 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.750.0",
30
+ "@aws-sdk/core": "3.758.0",
31
31
  "@aws-sdk/types": "3.734.0",
32
32
  "@aws-sdk/util-arn-parser": "3.723.0",
33
- "@smithy/core": "^3.1.4",
33
+ "@smithy/core": "^3.1.5",
34
34
  "@smithy/node-config-provider": "^4.0.1",
35
35
  "@smithy/protocol-http": "^5.0.1",
36
36
  "@smithy/signature-v4": "^5.0.1",
37
- "@smithy/smithy-client": "^4.1.5",
37
+ "@smithy/smithy-client": "^4.1.6",
38
38
  "@smithy/types": "^4.1.0",
39
39
  "@smithy/util-config-provider": "^4.0.0",
40
40
  "@smithy/util-middleware": "^4.0.1",
41
- "@smithy/util-stream": "^4.1.1",
41
+ "@smithy/util-stream": "^4.1.2",
42
42
  "@smithy/util-utf8": "^4.0.0",
43
43
  "tslib": "^2.6.2"
44
44
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/core": "3.750.0",
27
+ "@aws-sdk/core": "3.758.0",
28
28
  "@aws-sdk/types": "3.734.0",
29
29
  "@aws-sdk/util-endpoints": "3.743.0",
30
- "@smithy/core": "^3.1.4",
30
+ "@smithy/core": "^3.1.5",
31
31
  "@smithy/protocol-http": "^5.0.1",
32
32
  "@smithy/types": "^4.1.0",
33
33
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,37 +28,37 @@
28
28
  "dependencies": {
29
29
  "@aws-crypto/sha256-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-js": "5.2.0",
31
- "@aws-sdk/core": "3.750.0",
31
+ "@aws-sdk/core": "3.758.0",
32
32
  "@aws-sdk/middleware-host-header": "3.734.0",
33
33
  "@aws-sdk/middleware-logger": "3.734.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
35
- "@aws-sdk/middleware-user-agent": "3.750.0",
35
+ "@aws-sdk/middleware-user-agent": "3.758.0",
36
36
  "@aws-sdk/region-config-resolver": "3.734.0",
37
37
  "@aws-sdk/types": "3.734.0",
38
38
  "@aws-sdk/util-endpoints": "3.743.0",
39
39
  "@aws-sdk/util-user-agent-browser": "3.734.0",
40
- "@aws-sdk/util-user-agent-node": "3.750.0",
40
+ "@aws-sdk/util-user-agent-node": "3.758.0",
41
41
  "@smithy/config-resolver": "^4.0.1",
42
- "@smithy/core": "^3.1.4",
42
+ "@smithy/core": "^3.1.5",
43
43
  "@smithy/fetch-http-handler": "^5.0.1",
44
44
  "@smithy/hash-node": "^4.0.1",
45
45
  "@smithy/invalid-dependency": "^4.0.1",
46
46
  "@smithy/middleware-content-length": "^4.0.1",
47
- "@smithy/middleware-endpoint": "^4.0.5",
48
- "@smithy/middleware-retry": "^4.0.6",
47
+ "@smithy/middleware-endpoint": "^4.0.6",
48
+ "@smithy/middleware-retry": "^4.0.7",
49
49
  "@smithy/middleware-serde": "^4.0.2",
50
50
  "@smithy/middleware-stack": "^4.0.1",
51
51
  "@smithy/node-config-provider": "^4.0.1",
52
- "@smithy/node-http-handler": "^4.0.2",
52
+ "@smithy/node-http-handler": "^4.0.3",
53
53
  "@smithy/protocol-http": "^5.0.1",
54
- "@smithy/smithy-client": "^4.1.5",
54
+ "@smithy/smithy-client": "^4.1.6",
55
55
  "@smithy/types": "^4.1.0",
56
56
  "@smithy/url-parser": "^4.0.1",
57
57
  "@smithy/util-base64": "^4.0.0",
58
58
  "@smithy/util-body-length-browser": "^4.0.0",
59
59
  "@smithy/util-body-length-node": "^4.0.0",
60
- "@smithy/util-defaults-mode-browser": "^4.0.6",
61
- "@smithy/util-defaults-mode-node": "^4.0.6",
60
+ "@smithy/util-defaults-mode-browser": "^4.0.7",
61
+ "@smithy/util-defaults-mode-node": "^4.0.7",
62
62
  "@smithy/util-endpoints": "^3.0.1",
63
63
  "@smithy/util-middleware": "^4.0.1",
64
64
  "@smithy/util-retry": "^4.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline signature-v4-multi-region",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-sdk-s3": "3.750.0",
24
+ "@aws-sdk/middleware-sdk-s3": "3.758.0",
25
25
  "@aws-sdk/types": "3.734.0",
26
26
  "@smithy/protocol-http": "^5.0.1",
27
27
  "@smithy/signature-v4": "^5.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/nested-clients": "3.750.0",
30
+ "@aws-sdk/nested-clients": "3.758.0",
31
31
  "@aws-sdk/types": "3.734.0",
32
32
  "@smithy/property-provider": "^4.0.1",
33
33
  "@smithy/shared-ini-file-loader": "^4.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.750.0",
3
+ "version": "3.758.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-user-agent": "3.750.0",
24
+ "@aws-sdk/middleware-user-agent": "3.758.0",
25
25
  "@aws-sdk/types": "3.734.0",
26
26
  "@smithy/node-config-provider": "^4.0.1",
27
27
  "@smithy/types": "^4.1.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "scripts": {
5
5
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline core",
@@ -59,7 +59,7 @@
59
59
  "@smithy/types": "^4.1.0",
60
60
  "@smithy/util-body-length-browser": "^4.0.0",
61
61
  "@smithy/util-middleware": "^4.0.1",
62
- "@smithy/util-stream": "^4.1.1",
62
+ "@smithy/util-stream": "^4.1.2",
63
63
  "@smithy/util-utf8": "^4.0.0",
64
64
  "tslib": "^2.6.2"
65
65
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-endpoint",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline middleware-endpoint",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/core": "^3.1.4",
27
+ "@smithy/core": "^3.1.5",
28
28
  "@smithy/middleware-serde": "^4.0.2",
29
29
  "@smithy/node-config-provider": "^4.0.1",
30
30
  "@smithy/shared-ini-file-loader": "^4.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-retry",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline middleware-retry",
@@ -36,7 +36,7 @@
36
36
  "@smithy/node-config-provider": "^4.0.1",
37
37
  "@smithy/protocol-http": "^5.0.1",
38
38
  "@smithy/service-error-classification": "^4.0.1",
39
- "@smithy/smithy-client": "^4.1.5",
39
+ "@smithy/smithy-client": "^4.1.6",
40
40
  "@smithy/types": "^4.1.0",
41
41
  "@smithy/util-middleware": "^4.0.1",
42
42
  "@smithy/util-retry": "^4.0.1",