@alliander-opensource/aws-jwt-sts 0.3.3 → 0.3.4

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 (198) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.d.ts +1 -1
  4. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.js +1 -1
  5. package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.d.ts +1 -1
  6. package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.js +1 -1
  7. package/node_modules/@aws-lambda-powertools/commons/package.json +1 -1
  8. package/node_modules/@aws-lambda-powertools/logger/package.json +2 -2
  9. package/node_modules/@aws-sdk/client-kms/README.md +11 -9
  10. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +5 -0
  11. package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +5 -0
  12. package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +11 -9
  13. package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +11 -9
  14. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +16 -15
  15. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +3 -2
  18. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +1 -0
  21. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +2 -1
  22. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
  23. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ImportKeyMaterialCommand.d.ts +30 -27
  24. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeyRotationsCommand.d.ts +3 -3
  25. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +5 -1
  26. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
  27. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +11 -11
  28. package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +10 -10
  29. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +2 -1
  30. package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +3 -3
  31. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  32. package/node_modules/@aws-sdk/client-kms/dist-types/index.d.ts +11 -9
  33. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +164 -108
  34. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +2 -2
  36. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  37. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +5 -0
  38. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  39. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  40. package/node_modules/@aws-sdk/client-kms/package.json +12 -12
  41. package/node_modules/@aws-sdk/client-s3/README.md +8 -0
  42. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +144 -25
  43. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
  44. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +2 -0
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  47. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +3 -0
  48. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +12 -0
  49. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +89 -17
  50. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
  51. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +7 -0
  52. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -4
  53. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +12 -4
  55. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +16 -1
  56. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +12 -4
  57. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
  58. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  59. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +8 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +8 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +12 -0
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -2
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +3 -2
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +8 -1
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +9 -2
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +8 -1
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +9 -2
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +9 -2
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +13 -2
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +13 -2
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +4 -1
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +12 -4
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +144 -0
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -2
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -2
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  88. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +27 -27
  89. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +80 -20
  90. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +147 -9
  91. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +9 -0
  92. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +8 -8
  93. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +6 -6
  94. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +8 -8
  95. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +17 -0
  97. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -1
  98. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  99. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  100. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +36 -27
  101. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +7 -0
  102. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +23 -0
  103. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
  104. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +20 -8
  105. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +14 -6
  106. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  107. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -1
  108. package/node_modules/@aws-sdk/client-s3/package.json +20 -18
  109. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  110. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  111. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  112. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  113. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  114. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  115. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  116. package/node_modules/@aws-sdk/core/package.json +2 -2
  117. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  118. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  119. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  120. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  121. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  122. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  123. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  124. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +7 -36
  125. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/NodeUseArnRegionConfigOptions.js +1 -1
  126. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostname.js +1 -19
  127. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostnameUtils.js +2 -23
  128. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +1 -1
  129. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +2 -2
  130. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +12 -0
  131. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +8 -0
  132. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +59 -3
  133. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +13 -1
  134. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/NodeUseArnRegionConfigOptions.d.ts +3 -1
  135. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/configurations.d.ts +1 -1
  136. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +1 -1
  137. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  138. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +3 -3
  139. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +8 -8
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +10 -10
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -3
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  146. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -3
  147. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +11 -8
  148. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -2
  149. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -2
  150. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +13 -10
  151. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +8 -3
  152. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -1
  153. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +8 -3
  154. package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  155. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  156. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  157. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
  158. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  159. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  160. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  161. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  162. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  163. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  164. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  165. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  166. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  167. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  168. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  169. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  170. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  171. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  172. package/node_modules/@smithy/core/package.json +1 -1
  173. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +16 -1
  174. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  175. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  176. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  177. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  178. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  179. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  180. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  181. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  182. package/node_modules/@smithy/middleware-retry/package.json +4 -4
  183. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  184. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  185. package/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  186. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  187. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  188. package/node_modules/@smithy/service-error-classification/package.json +1 -1
  189. package/node_modules/@smithy/smithy-client/package.json +3 -3
  190. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  191. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  192. package/node_modules/@smithy/util-retry/package.json +2 -2
  193. package/node_modules/@types/uuid/LICENSE +21 -0
  194. package/node_modules/@types/uuid/README.md +15 -0
  195. package/node_modules/@types/uuid/index.d.mts +12 -0
  196. package/node_modules/@types/uuid/index.d.ts +86 -0
  197. package/node_modules/@types/uuid/package.json +54 -0
  198. package/package.json +24 -22
package/dist/index.js CHANGED
@@ -52,7 +52,7 @@ var WafUsage;
52
52
  WafUsage[WafUsage["PROVIDE_WEB_ACL_ARN"] = 1] = "PROVIDE_WEB_ACL_ARN";
53
53
  })(WafUsage || (exports.WafUsage = WafUsage = {}));
54
54
  class AwsJwtSts extends constructs_1.Construct {
55
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@alliander-opensource/aws-jwt-sts.AwsJwtSts", version: "0.3.3" };
55
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@alliander-opensource/aws-jwt-sts.AwsJwtSts", version: "0.3.4" };
56
56
  /**
57
57
  * SNS topic used to publish errors from the Step Function rotation flow
58
58
  */