@mavogel/awscdk-rootmail 0.0.313 → 0.0.314

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 (152) 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 +18 -18
  5. package/node_modules/@aws-sdk/client-route-53/package.json +20 -20
  6. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3 -0
  7. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +3 -0
  8. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  9. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +3 -3
  10. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
  11. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
  12. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  13. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  14. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -2
  16. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +2 -2
  17. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
  18. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +3 -3
  24. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +12 -10
  25. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -2
  26. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -2
  29. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +39 -11
  30. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +26 -11
  31. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +3 -0
  32. package/node_modules/@aws-sdk/client-s3/package.json +27 -27
  33. package/node_modules/@aws-sdk/client-ses/package.json +19 -19
  34. package/node_modules/@aws-sdk/client-ssm/README.md +2 -1
  35. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -7
  36. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -1
  37. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +4 -6
  38. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +8 -1
  39. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +1 -0
  40. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +2 -1
  41. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +2 -1
  42. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
  43. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -0
  44. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
  45. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  46. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
  47. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
  48. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +4 -2
  49. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -0
  50. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +2 -1
  51. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +19 -23
  52. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +33 -17
  53. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
  54. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -4
  55. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -4
  56. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +5 -7
  57. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -4
  58. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
  59. package/node_modules/@aws-sdk/client-ssm/package.json +19 -19
  60. package/node_modules/@aws-sdk/client-sso/package.json +17 -17
  61. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  62. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  63. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  64. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  65. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  66. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  67. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  68. package/node_modules/@aws-sdk/core/package.json +4 -4
  69. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  70. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  71. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  72. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  73. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  74. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  75. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  76. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
  77. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
  78. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +3 -3
  79. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  80. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
  81. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  82. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  83. package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +2 -2
  84. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  85. package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
  86. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  87. package/node_modules/@aws-sdk/nested-clients/package.json +17 -17
  88. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  89. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  90. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  91. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  92. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  93. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  94. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  95. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  96. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  97. package/node_modules/@aws-sdk/types/package.json +1 -1
  98. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  99. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  100. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  101. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  102. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  103. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  104. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  105. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  106. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  107. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  108. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  109. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  110. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  111. package/node_modules/@smithy/core/package.json +1 -1
  112. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  113. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  114. package/node_modules/@smithy/smithy-client/package.json +3 -3
  115. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  116. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  117. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  118. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  119. package/node_modules/@smithy/util-waiter/package.json +1 -1
  120. package/node_modules/cdk-nag/.jsii +2 -2
  121. package/node_modules/cdk-nag/lib/ignore-suppression-conditions.js +5 -5
  122. package/node_modules/cdk-nag/lib/nag-logger.js +2 -2
  123. package/node_modules/cdk-nag/lib/nag-pack.js +1 -1
  124. package/node_modules/cdk-nag/lib/nag-rules.js +1 -1
  125. package/node_modules/cdk-nag/lib/nag-suppressions.js +1 -1
  126. package/node_modules/cdk-nag/lib/packs/aws-solutions.js +1 -1
  127. package/node_modules/cdk-nag/lib/packs/hipaa-security.js +1 -1
  128. package/node_modules/cdk-nag/lib/packs/nist-800-53-r4.js +1 -1
  129. package/node_modules/cdk-nag/lib/packs/nist-800-53-r5.js +1 -1
  130. package/node_modules/cdk-nag/lib/packs/pci-dss-321.js +1 -1
  131. package/node_modules/cdk-nag/lib/packs/serverless.js +1 -1
  132. package/node_modules/cdk-nag/package.json +2 -2
  133. package/node_modules/libmime/CHANGELOG.md +8 -0
  134. package/node_modules/libmime/lib/libmime.js +36 -22
  135. package/node_modules/libmime/package.json +7 -3
  136. package/node_modules/mailparser/CHANGELOG.md +8 -0
  137. package/node_modules/mailparser/package.json +4 -4
  138. package/node_modules/mailsplit/package.json +2 -2
  139. package/node_modules/nodemailer/CHANGELOG.md +9 -0
  140. package/node_modules/nodemailer/lib/mailer/index.js +5 -0
  141. package/node_modules/nodemailer/lib/smtp-connection/index.js +1 -1
  142. package/node_modules/nodemailer/lib/smtp-pool/index.js +4 -0
  143. package/node_modules/nodemailer/lib/well-known/services.json +8 -2
  144. package/node_modules/nodemailer/package.json +4 -4
  145. package/package.json +1 -1
  146. package/node_modules/libmime/.eslintrc +0 -7
  147. package/node_modules/libmime/.gitattributes +0 -1
  148. package/node_modules/libmime/.github/FUNDING.yml +0 -4
  149. package/node_modules/libmime/.github/workflows/release.yaml +0 -37
  150. package/node_modules/libmime/.github/workflows/test.yml +0 -21
  151. package/node_modules/libmime/.ncurc.js +0 -9
  152. package/node_modules/libmime/.prettierrc.js +0 -8
@@ -0,0 +1,6 @@
1
+ import { AttributedTokenIdentity, AwsSdkTokenFeatures } from "@aws-sdk/types";
2
+ export declare function setTokenFeature<F extends keyof AwsSdkTokenFeatures>(
3
+ token: AttributedTokenIdentity,
4
+ feature: F,
5
+ value: AwsSdkTokenFeatures[F]
6
+ ): AttributedTokenIdentity;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.835.0",
3
+ "version": "3.840.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'",
@@ -81,14 +81,14 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@aws-sdk/types": "3.821.0",
84
+ "@aws-sdk/types": "3.840.0",
85
85
  "@aws-sdk/xml-builder": "3.821.0",
86
- "@smithy/core": "^3.5.3",
86
+ "@smithy/core": "^3.6.0",
87
87
  "@smithy/node-config-provider": "^4.1.3",
88
88
  "@smithy/property-provider": "^4.0.4",
89
89
  "@smithy/protocol-http": "^5.1.2",
90
90
  "@smithy/signature-v4": "^5.1.2",
91
- "@smithy/smithy-client": "^4.4.4",
91
+ "@smithy/smithy-client": "^4.4.5",
92
92
  "@smithy/types": "^4.3.1",
93
93
  "@smithy/util-base64": "^4.0.0",
94
94
  "@smithy/util-body-length-browser": "^4.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.835.0",
3
+ "version": "3.840.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,8 +25,8 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.835.0",
29
- "@aws-sdk/types": "3.821.0",
28
+ "@aws-sdk/core": "3.840.0",
29
+ "@aws-sdk/types": "3.840.0",
30
30
  "@smithy/property-provider": "^4.0.4",
31
31
  "@smithy/types": "^4.3.1",
32
32
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.835.0",
3
+ "version": "3.840.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,13 +27,13 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.835.0",
31
- "@aws-sdk/types": "3.821.0",
30
+ "@aws-sdk/core": "3.840.0",
31
+ "@aws-sdk/types": "3.840.0",
32
32
  "@smithy/fetch-http-handler": "^5.0.4",
33
33
  "@smithy/node-http-handler": "^4.0.6",
34
34
  "@smithy/property-provider": "^4.0.4",
35
35
  "@smithy/protocol-http": "^5.1.2",
36
- "@smithy/smithy-client": "^4.4.4",
36
+ "@smithy/smithy-client": "^4.4.5",
37
37
  "@smithy/types": "^4.3.1",
38
38
  "@smithy/util-stream": "^4.2.2",
39
39
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.835.0",
3
+ "version": "3.840.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,14 +27,14 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.835.0",
31
- "@aws-sdk/credential-provider-env": "3.835.0",
32
- "@aws-sdk/credential-provider-http": "3.835.0",
33
- "@aws-sdk/credential-provider-process": "3.835.0",
34
- "@aws-sdk/credential-provider-sso": "3.835.0",
35
- "@aws-sdk/credential-provider-web-identity": "3.835.0",
36
- "@aws-sdk/nested-clients": "3.835.0",
37
- "@aws-sdk/types": "3.821.0",
30
+ "@aws-sdk/core": "3.840.0",
31
+ "@aws-sdk/credential-provider-env": "3.840.0",
32
+ "@aws-sdk/credential-provider-http": "3.840.0",
33
+ "@aws-sdk/credential-provider-process": "3.840.0",
34
+ "@aws-sdk/credential-provider-sso": "3.840.0",
35
+ "@aws-sdk/credential-provider-web-identity": "3.840.0",
36
+ "@aws-sdk/nested-clients": "3.840.0",
37
+ "@aws-sdk/types": "3.840.0",
38
38
  "@smithy/credential-provider-imds": "^4.0.6",
39
39
  "@smithy/property-provider": "^4.0.4",
40
40
  "@smithy/shared-ini-file-loader": "^4.0.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.835.0",
3
+ "version": "3.840.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,13 +29,13 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/credential-provider-env": "3.835.0",
33
- "@aws-sdk/credential-provider-http": "3.835.0",
34
- "@aws-sdk/credential-provider-ini": "3.835.0",
35
- "@aws-sdk/credential-provider-process": "3.835.0",
36
- "@aws-sdk/credential-provider-sso": "3.835.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.835.0",
38
- "@aws-sdk/types": "3.821.0",
32
+ "@aws-sdk/credential-provider-env": "3.840.0",
33
+ "@aws-sdk/credential-provider-http": "3.840.0",
34
+ "@aws-sdk/credential-provider-ini": "3.840.0",
35
+ "@aws-sdk/credential-provider-process": "3.840.0",
36
+ "@aws-sdk/credential-provider-sso": "3.840.0",
37
+ "@aws-sdk/credential-provider-web-identity": "3.840.0",
38
+ "@aws-sdk/types": "3.840.0",
39
39
  "@smithy/credential-provider-imds": "^4.0.6",
40
40
  "@smithy/property-provider": "^4.0.4",
41
41
  "@smithy/shared-ini-file-loader": "^4.0.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.835.0",
3
+ "version": "3.840.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,8 +25,8 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.835.0",
29
- "@aws-sdk/types": "3.821.0",
28
+ "@aws-sdk/core": "3.840.0",
29
+ "@aws-sdk/types": "3.840.0",
30
30
  "@smithy/property-provider": "^4.0.4",
31
31
  "@smithy/shared-ini-file-loader": "^4.0.4",
32
32
  "@smithy/types": "^4.3.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.835.0",
3
+ "version": "3.840.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,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso": "3.835.0",
29
- "@aws-sdk/core": "3.835.0",
30
- "@aws-sdk/token-providers": "3.835.0",
31
- "@aws-sdk/types": "3.821.0",
28
+ "@aws-sdk/client-sso": "3.840.0",
29
+ "@aws-sdk/core": "3.840.0",
30
+ "@aws-sdk/token-providers": "3.840.0",
31
+ "@aws-sdk/types": "3.840.0",
32
32
  "@smithy/property-provider": "^4.0.4",
33
33
  "@smithy/shared-ini-file-loader": "^4.0.4",
34
34
  "@smithy/types": "^4.3.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.835.0",
3
+ "version": "3.840.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,9 +33,9 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@aws-sdk/core": "3.835.0",
37
- "@aws-sdk/nested-clients": "3.835.0",
38
- "@aws-sdk/types": "3.821.0",
36
+ "@aws-sdk/core": "3.840.0",
37
+ "@aws-sdk/nested-clients": "3.840.0",
38
+ "@aws-sdk/types": "3.840.0",
39
39
  "@smithy/property-provider": "^4.0.4",
40
40
  "@smithy/types": "^4.3.1",
41
41
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-bucket-endpoint",
3
- "version": "3.830.0",
3
+ "version": "3.840.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-bucket-endpoint",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.821.0",
25
+ "@aws-sdk/types": "3.840.0",
26
26
  "@aws-sdk/util-arn-parser": "3.804.0",
27
27
  "@smithy/node-config-provider": "^4.1.3",
28
28
  "@smithy/protocol-http": "^5.1.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-expect-continue",
3
- "version": "3.821.0",
3
+ "version": "3.840.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-expect-continue",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.821.0",
26
+ "@aws-sdk/types": "3.840.0",
27
27
  "@smithy/protocol-http": "^5.1.2",
28
28
  "@smithy/types": "^4.3.1",
29
29
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.835.0",
3
+ "version": "3.840.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",
@@ -36,8 +36,8 @@
36
36
  "@aws-crypto/crc32": "5.2.0",
37
37
  "@aws-crypto/crc32c": "5.2.0",
38
38
  "@aws-crypto/util": "5.2.0",
39
- "@aws-sdk/core": "3.835.0",
40
- "@aws-sdk/types": "3.821.0",
39
+ "@aws-sdk/core": "3.840.0",
40
+ "@aws-sdk/types": "3.840.0",
41
41
  "@smithy/is-array-buffer": "^4.0.0",
42
42
  "@smithy/node-config-provider": "^4.1.3",
43
43
  "@smithy/protocol-http": "^5.1.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.821.0",
3
+ "version": "3.840.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-host-header",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.821.0",
27
+ "@aws-sdk/types": "3.840.0",
28
28
  "@smithy/protocol-http": "^5.1.2",
29
29
  "@smithy/types": "^4.3.1",
30
30
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-location-constraint",
3
- "version": "3.821.0",
3
+ "version": "3.840.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-location-constraint",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.821.0",
26
+ "@aws-sdk/types": "3.840.0",
27
27
  "@smithy/types": "^4.3.1",
28
28
  "tslib": "^2.6.2"
29
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.821.0",
3
+ "version": "3.840.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-logger",
@@ -24,7 +24,7 @@
24
24
  "module": "./dist-es/index.js",
25
25
  "types": "./dist-types/index.d.ts",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.821.0",
27
+ "@aws-sdk/types": "3.840.0",
28
28
  "@smithy/types": "^4.3.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.821.0",
3
+ "version": "3.840.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-recursion-detection",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.821.0",
26
+ "@aws-sdk/types": "3.840.0",
27
27
  "@smithy/protocol-http": "^5.1.2",
28
28
  "@smithy/types": "^4.3.1",
29
29
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-route53",
3
- "version": "3.821.0",
3
+ "version": "3.840.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-route53",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.821.0",
26
+ "@aws-sdk/types": "3.840.0",
27
27
  "@smithy/types": "^4.3.1",
28
28
  "tslib": "^2.6.2"
29
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3",
3
- "version": "3.835.0",
3
+ "version": "3.840.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,14 +27,14 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.835.0",
31
- "@aws-sdk/types": "3.821.0",
30
+ "@aws-sdk/core": "3.840.0",
31
+ "@aws-sdk/types": "3.840.0",
32
32
  "@aws-sdk/util-arn-parser": "3.804.0",
33
- "@smithy/core": "^3.5.3",
33
+ "@smithy/core": "^3.6.0",
34
34
  "@smithy/node-config-provider": "^4.1.3",
35
35
  "@smithy/protocol-http": "^5.1.2",
36
36
  "@smithy/signature-v4": "^5.1.2",
37
- "@smithy/smithy-client": "^4.4.4",
37
+ "@smithy/smithy-client": "^4.4.5",
38
38
  "@smithy/types": "^4.3.1",
39
39
  "@smithy/util-config-provider": "^4.0.0",
40
40
  "@smithy/util-middleware": "^4.0.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-ssec",
3
- "version": "3.821.0",
3
+ "version": "3.840.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-ssec",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.821.0",
26
+ "@aws-sdk/types": "3.840.0",
27
27
  "@smithy/types": "^4.3.1",
28
28
  "tslib": "^2.6.2"
29
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.835.0",
3
+ "version": "3.840.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.835.0",
28
- "@aws-sdk/types": "3.821.0",
29
- "@aws-sdk/util-endpoints": "3.828.0",
30
- "@smithy/core": "^3.5.3",
27
+ "@aws-sdk/core": "3.840.0",
28
+ "@aws-sdk/types": "3.840.0",
29
+ "@aws-sdk/util-endpoints": "3.840.0",
30
+ "@smithy/core": "^3.6.0",
31
31
  "@smithy/protocol-http": "^5.1.2",
32
32
  "@smithy/types": "^4.3.1",
33
33
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.835.0",
3
+ "version": "3.840.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.835.0",
32
- "@aws-sdk/middleware-host-header": "3.821.0",
33
- "@aws-sdk/middleware-logger": "3.821.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.821.0",
35
- "@aws-sdk/middleware-user-agent": "3.835.0",
36
- "@aws-sdk/region-config-resolver": "3.821.0",
37
- "@aws-sdk/types": "3.821.0",
38
- "@aws-sdk/util-endpoints": "3.828.0",
39
- "@aws-sdk/util-user-agent-browser": "3.821.0",
40
- "@aws-sdk/util-user-agent-node": "3.835.0",
31
+ "@aws-sdk/core": "3.840.0",
32
+ "@aws-sdk/middleware-host-header": "3.840.0",
33
+ "@aws-sdk/middleware-logger": "3.840.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.840.0",
35
+ "@aws-sdk/middleware-user-agent": "3.840.0",
36
+ "@aws-sdk/region-config-resolver": "3.840.0",
37
+ "@aws-sdk/types": "3.840.0",
38
+ "@aws-sdk/util-endpoints": "3.840.0",
39
+ "@aws-sdk/util-user-agent-browser": "3.840.0",
40
+ "@aws-sdk/util-user-agent-node": "3.840.0",
41
41
  "@smithy/config-resolver": "^4.1.4",
42
- "@smithy/core": "^3.5.3",
42
+ "@smithy/core": "^3.6.0",
43
43
  "@smithy/fetch-http-handler": "^5.0.4",
44
44
  "@smithy/hash-node": "^4.0.4",
45
45
  "@smithy/invalid-dependency": "^4.0.4",
46
46
  "@smithy/middleware-content-length": "^4.0.4",
47
- "@smithy/middleware-endpoint": "^4.1.12",
48
- "@smithy/middleware-retry": "^4.1.13",
47
+ "@smithy/middleware-endpoint": "^4.1.13",
48
+ "@smithy/middleware-retry": "^4.1.14",
49
49
  "@smithy/middleware-serde": "^4.0.8",
50
50
  "@smithy/middleware-stack": "^4.0.4",
51
51
  "@smithy/node-config-provider": "^4.1.3",
52
52
  "@smithy/node-http-handler": "^4.0.6",
53
53
  "@smithy/protocol-http": "^5.1.2",
54
- "@smithy/smithy-client": "^4.4.4",
54
+ "@smithy/smithy-client": "^4.4.5",
55
55
  "@smithy/types": "^4.3.1",
56
56
  "@smithy/url-parser": "^4.0.4",
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.20",
61
- "@smithy/util-defaults-mode-node": "^4.0.20",
60
+ "@smithy/util-defaults-mode-browser": "^4.0.21",
61
+ "@smithy/util-defaults-mode-node": "^4.0.21",
62
62
  "@smithy/util-endpoints": "^3.0.6",
63
63
  "@smithy/util-middleware": "^4.0.4",
64
64
  "@smithy/util-retry": "^4.0.6",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.821.0",
3
+ "version": "3.840.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 region-config-resolver",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.821.0",
25
+ "@aws-sdk/types": "3.840.0",
26
26
  "@smithy/node-config-provider": "^4.1.3",
27
27
  "@smithy/types": "^4.3.1",
28
28
  "@smithy/util-config-provider": "^4.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.835.0",
3
+ "version": "3.840.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",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/middleware-sdk-s3": "3.835.0",
28
- "@aws-sdk/types": "3.821.0",
27
+ "@aws-sdk/middleware-sdk-s3": "3.840.0",
28
+ "@aws-sdk/types": "3.840.0",
29
29
  "@smithy/protocol-http": "^5.1.2",
30
30
  "@smithy/signature-v4": "^5.1.2",
31
31
  "@smithy/types": "^4.3.1",
@@ -39,18 +39,21 @@ __export(index_exports, {
39
39
  module.exports = __toCommonJS(index_exports);
40
40
 
41
41
  // src/fromEnvSigningName.ts
42
- var import_core = require("@aws-sdk/core");
42
+ var import_client = require("@aws-sdk/core/client");
43
+ var import_httpAuthSchemes = require("@aws-sdk/core/httpAuthSchemes");
43
44
  var import_property_provider = require("@smithy/property-provider");
44
45
  var fromEnvSigningName = /* @__PURE__ */ __name(({ logger, signingName } = {}) => async () => {
45
46
  logger?.debug?.("@aws-sdk/token-providers - fromEnvSigningName");
46
47
  if (!signingName) {
47
48
  throw new import_property_provider.TokenProviderError("Please pass 'signingName' to compute environment variable key", { logger });
48
49
  }
49
- const bearerTokenKey = (0, import_core.getBearerTokenEnvKey)(signingName);
50
+ const bearerTokenKey = (0, import_httpAuthSchemes.getBearerTokenEnvKey)(signingName);
50
51
  if (!(bearerTokenKey in process.env)) {
51
52
  throw new import_property_provider.TokenProviderError(`Token not present in '${bearerTokenKey}' environment variable`, { logger });
52
53
  }
53
- return { token: process.env[bearerTokenKey] };
54
+ const token = { token: process.env[bearerTokenKey] };
55
+ (0, import_client.setTokenFeature)(token, "BEARER_SERVICE_ENV_VARS", "3");
56
+ return token;
54
57
  }, "fromEnvSigningName");
55
58
 
56
59
  // src/fromSso.ts
@@ -1,4 +1,5 @@
1
- import { getBearerTokenEnvKey } from "@aws-sdk/core";
1
+ import { setTokenFeature } from "@aws-sdk/core/client";
2
+ import { getBearerTokenEnvKey } from "@aws-sdk/core/httpAuthSchemes";
2
3
  import { TokenProviderError } from "@smithy/property-provider";
3
4
  export const fromEnvSigningName = ({ logger, signingName } = {}) => async () => {
4
5
  logger?.debug?.("@aws-sdk/token-providers - fromEnvSigningName");
@@ -9,5 +10,7 @@ export const fromEnvSigningName = ({ logger, signingName } = {}) => async () =>
9
10
  if (!(bearerTokenKey in process.env)) {
10
11
  throw new TokenProviderError(`Token not present in '${bearerTokenKey}' environment variable`, { logger });
11
12
  }
12
- return { token: process.env[bearerTokenKey] };
13
+ const token = { token: process.env[bearerTokenKey] };
14
+ setTokenFeature(token, "BEARER_SERVICE_ENV_VARS", "3");
15
+ return token;
13
16
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.835.0",
3
+ "version": "3.840.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.835.0",
31
- "@aws-sdk/nested-clients": "3.835.0",
32
- "@aws-sdk/types": "3.821.0",
30
+ "@aws-sdk/core": "3.840.0",
31
+ "@aws-sdk/nested-clients": "3.840.0",
32
+ "@aws-sdk/types": "3.840.0",
33
33
  "@smithy/property-provider": "^4.0.4",
34
34
  "@smithy/shared-ini-file-loader": "^4.0.4",
35
35
  "@smithy/types": "^4.3.1",
@@ -28,7 +28,7 @@ export type AwsSdkFeatures = Partial<{
28
28
  FLEXIBLE_CHECKSUMS_RES_WHEN_SUPPORTED: "b";
29
29
  FLEXIBLE_CHECKSUMS_RES_WHEN_REQUIRED: "c";
30
30
  DDB_MAPPER: "d";
31
- }> & AwsSdkCredentialsFeatures;
31
+ }> & AwsSdkCredentialsFeatures & AwsSdkTokenFeatures;
32
32
  /**
33
33
  * @internal
34
34
  */
@@ -57,3 +57,9 @@ export type AwsSdkCredentialsFeatures = Partial<{
57
57
  CREDENTIALS_HTTP: "z";
58
58
  CREDENTIALS_IMDS: "0";
59
59
  }>;
60
+ /**
61
+ * @internal
62
+ */
63
+ export type AwsSdkTokenFeatures = Partial<{
64
+ BEARER_SERVICE_ENV_VARS: "3";
65
+ }>;
@@ -1 +1,11 @@
1
+ import type { TokenIdentity } from "@smithy/types";
2
+ import type { AwsSdkTokenFeatures } from "../feature-ids";
1
3
  export { TokenIdentity, TokenIdentityProvider } from "@smithy/types";
4
+ /**
5
+ * @public
6
+ *
7
+ * TokenIdentity with source attribution metadata.
8
+ */
9
+ export type AttributedTokenIdentity = TokenIdentity & {
10
+ $source?: AwsSdkTokenFeatures;
11
+ };
@@ -26,7 +26,8 @@ export type AwsSdkFeatures = Partial<{
26
26
  FLEXIBLE_CHECKSUMS_RES_WHEN_REQUIRED: "c";
27
27
  DDB_MAPPER: "d";
28
28
  }> &
29
- AwsSdkCredentialsFeatures;
29
+ AwsSdkCredentialsFeatures &
30
+ AwsSdkTokenFeatures;
30
31
  export type AwsSdkCredentialsFeatures = Partial<{
31
32
  RESOLVED_ACCOUNT_ID: "T";
32
33
  CREDENTIALS_CODE: "e";
@@ -52,3 +53,6 @@ export type AwsSdkCredentialsFeatures = Partial<{
52
53
  CREDENTIALS_HTTP: "z";
53
54
  CREDENTIALS_IMDS: "0";
54
55
  }>;
56
+ export type AwsSdkTokenFeatures = Partial<{
57
+ BEARER_SERVICE_ENV_VARS: "3";
58
+ }>;