p6-cdk-s3-protector 0.0.41 → 0.0.43

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 (63) hide show
  1. package/.jsii +32 -6
  2. package/lib/p6cdks3protector.js +1 -1
  3. package/node_modules/@aws-sdk/client-s3/package.json +9 -9
  4. package/node_modules/@aws-sdk/client-s3-control/package.json +5 -5
  5. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  6. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  7. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +107 -0
  8. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  9. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetDelegatedAccessTokenCommand.js +23 -0
  10. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  11. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +20 -0
  12. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +66 -1
  13. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  14. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  15. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -2
  16. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +5 -1
  17. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
  18. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +9 -2
  19. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetDelegatedAccessTokenCommand.d.ts +91 -0
  20. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -2
  21. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +62 -10
  24. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  25. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  26. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  27. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetDelegatedAccessTokenCommand.d.ts +51 -0
  28. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  29. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +21 -0
  30. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  31. package/node_modules/@aws-sdk/client-sts/package.json +5 -5
  32. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  33. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
  34. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
  35. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
  36. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
  37. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  38. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  39. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  40. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  41. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  42. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
  43. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  44. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
  45. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  46. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  47. package/node_modules/@aws-sdk/core/package.json +1 -1
  48. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  49. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  50. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  51. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  52. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  53. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  54. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  55. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  56. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  57. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  58. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  59. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  60. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  61. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  62. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  63. package/package.json +14 -14
@@ -1,6 +1,6 @@
1
1
  import { AwsJsonRpcProtocol } from "./AwsJsonRpcProtocol";
2
2
  /**
3
- * @alpha
3
+ * @public
4
4
  * @see https://smithy.io/2.0/aws/protocols/aws-json-1_1-protocol.html#differences-between-awsjson1-0-and-awsjson1-1
5
5
  */
6
6
  export declare class AwsJson1_1Protocol extends AwsJsonRpcProtocol {
@@ -2,7 +2,7 @@ import { RpcProtocol } from "@smithy/core/protocols";
2
2
  import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
3
3
  import { JsonCodec } from "./JsonCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare abstract class AwsJsonRpcProtocol extends RpcProtocol {
8
8
  protected serializer: ShapeSerializer<string | Uint8Array>;
@@ -2,7 +2,7 @@ import { HttpBindingProtocol } from "@smithy/core/protocols";
2
2
  import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
3
3
  import { JsonCodec } from "./JsonCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class AwsRestJsonProtocol extends HttpBindingProtocol {
8
8
  protected serializer: ShapeSerializer<string | Uint8Array>;
@@ -3,7 +3,7 @@ import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import { JsonShapeDeserializer } from "./JsonShapeDeserializer";
4
4
  import { JsonShapeSerializer } from "./JsonShapeSerializer";
5
5
  /**
6
- * @alpha
6
+ * @public
7
7
  */
8
8
  export type JsonSettings = CodecSettings & {
9
9
  jsonName: boolean;
@@ -2,7 +2,7 @@ import type { DocumentType, Schema, ShapeDeserializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import { JsonSettings } from "./JsonCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class JsonShapeDeserializer extends SerdeContextConfig implements ShapeDeserializer<string> {
8
8
  readonly settings: JsonSettings;
@@ -2,7 +2,7 @@ import type { Schema, ShapeSerializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import type { JsonSettings } from "./JsonCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class JsonShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string> {
8
8
  readonly settings: JsonSettings;
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#browser_compatibility
8
8
  *
9
- * @alpha
9
+ * @internal
10
10
  *
11
11
  * @returns transformed value.
12
12
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsQueryProtocol } from "./AwsQueryProtocol";
2
2
  /**
3
- * @alpha
3
+ * @public
4
4
  */
5
5
  export declare class AwsEc2QueryProtocol extends AwsQueryProtocol {
6
6
  options: {
@@ -3,7 +3,7 @@ import type { Codec, EndpointBearer, HandlerExecutionContext, HttpRequest, HttpR
3
3
  import { XmlShapeDeserializer } from "../xml/XmlShapeDeserializer";
4
4
  import { QueryShapeSerializer } from "./QueryShapeSerializer";
5
5
  /**
6
- * @alpha
6
+ * @public
7
7
  */
8
8
  export declare class AwsQueryProtocol extends RpcProtocol {
9
9
  options: {
@@ -2,7 +2,7 @@ import type { Schema, ShapeSerializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import type { QuerySerializerSettings } from "./QuerySerializerSettings";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class QueryShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string | Uint8Array> {
8
8
  readonly settings: QuerySerializerSettings;
@@ -2,7 +2,7 @@ import { HttpBindingProtocol } from "@smithy/core/protocols";
2
2
  import type { EndpointBearer, HandlerExecutionContext, HttpRequest as IHttpRequest, HttpResponse as IHttpResponse, MetadataBearer, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
3
3
  import { XmlCodec } from "./XmlCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class AwsRestXmlProtocol extends HttpBindingProtocol {
8
8
  private readonly codec;
@@ -2,7 +2,7 @@ import type { Schema, SerdeFunctions, ShapeDeserializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import type { XmlSettings } from "./XmlCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class XmlShapeDeserializer extends SerdeContextConfig implements ShapeDeserializer<Uint8Array | string> {
8
8
  readonly settings: XmlSettings;
@@ -2,7 +2,7 @@ import type { Schema as ISchema, ShapeSerializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import { XmlSettings } from "./XmlCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class XmlShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string | Uint8Array> {
8
8
  readonly settings: XmlSettings;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.927.0",
3
+ "version": "3.928.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'",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.927.0",
3
+ "version": "3.928.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",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "3.927.0",
29
+ "@aws-sdk/core": "3.928.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@smithy/property-provider": "^4.2.4",
32
32
  "@smithy/types": "^4.8.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.927.0",
3
+ "version": "3.928.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",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.927.0",
31
+ "@aws-sdk/core": "3.928.0",
32
32
  "@aws-sdk/types": "3.922.0",
33
33
  "@smithy/fetch-http-handler": "^5.3.5",
34
34
  "@smithy/node-http-handler": "^4.4.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.927.0",
3
+ "version": "3.928.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",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.927.0",
32
- "@aws-sdk/credential-provider-env": "3.927.0",
33
- "@aws-sdk/credential-provider-http": "3.927.0",
34
- "@aws-sdk/credential-provider-process": "3.927.0",
35
- "@aws-sdk/credential-provider-sso": "3.927.0",
36
- "@aws-sdk/credential-provider-web-identity": "3.927.0",
37
- "@aws-sdk/nested-clients": "3.927.0",
31
+ "@aws-sdk/core": "3.928.0",
32
+ "@aws-sdk/credential-provider-env": "3.928.0",
33
+ "@aws-sdk/credential-provider-http": "3.928.0",
34
+ "@aws-sdk/credential-provider-process": "3.928.0",
35
+ "@aws-sdk/credential-provider-sso": "3.928.0",
36
+ "@aws-sdk/credential-provider-web-identity": "3.928.0",
37
+ "@aws-sdk/nested-clients": "3.928.0",
38
38
  "@aws-sdk/types": "3.922.0",
39
39
  "@smithy/credential-provider-imds": "^4.2.4",
40
40
  "@smithy/property-provider": "^4.2.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.927.0",
3
+ "version": "3.928.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",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "3.927.0",
29
+ "@aws-sdk/core": "3.928.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@smithy/property-provider": "^4.2.4",
32
32
  "@smithy/shared-ini-file-loader": "^4.3.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.927.0",
3
+ "version": "3.928.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",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/client-sso": "3.927.0",
30
- "@aws-sdk/core": "3.927.0",
31
- "@aws-sdk/token-providers": "3.927.0",
29
+ "@aws-sdk/client-sso": "3.928.0",
30
+ "@aws-sdk/core": "3.928.0",
31
+ "@aws-sdk/token-providers": "3.928.0",
32
32
  "@aws-sdk/types": "3.922.0",
33
33
  "@smithy/property-provider": "^4.2.4",
34
34
  "@smithy/shared-ini-file-loader": "^4.3.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.927.0",
3
+ "version": "3.928.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",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "3.927.0",
38
- "@aws-sdk/nested-clients": "3.927.0",
37
+ "@aws-sdk/core": "3.928.0",
38
+ "@aws-sdk/nested-clients": "3.928.0",
39
39
  "@aws-sdk/types": "3.922.0",
40
40
  "@smithy/property-provider": "^4.2.4",
41
41
  "@smithy/shared-ini-file-loader": "^4.3.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.927.0",
3
+ "version": "3.928.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,16 +29,16 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "3.927.0",
32
+ "@aws-sdk/core": "3.928.0",
33
33
  "@aws-sdk/middleware-host-header": "3.922.0",
34
34
  "@aws-sdk/middleware-logger": "3.922.0",
35
35
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
36
- "@aws-sdk/middleware-user-agent": "3.927.0",
36
+ "@aws-sdk/middleware-user-agent": "3.928.0",
37
37
  "@aws-sdk/region-config-resolver": "3.925.0",
38
38
  "@aws-sdk/types": "3.922.0",
39
39
  "@aws-sdk/util-endpoints": "3.922.0",
40
40
  "@aws-sdk/util-user-agent-browser": "3.922.0",
41
- "@aws-sdk/util-user-agent-node": "3.927.0",
41
+ "@aws-sdk/util-user-agent-node": "3.928.0",
42
42
  "@smithy/config-resolver": "^4.4.2",
43
43
  "@smithy/core": "^3.17.2",
44
44
  "@smithy/fetch-http-handler": "^5.3.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.927.0",
3
+ "version": "3.928.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "3.927.0",
35
- "@aws-sdk/credential-provider-http": "3.927.0",
36
- "@aws-sdk/credential-provider-ini": "3.927.0",
37
- "@aws-sdk/credential-provider-process": "3.927.0",
38
- "@aws-sdk/credential-provider-sso": "3.927.0",
39
- "@aws-sdk/credential-provider-web-identity": "3.927.0",
34
+ "@aws-sdk/credential-provider-env": "3.928.0",
35
+ "@aws-sdk/credential-provider-http": "3.928.0",
36
+ "@aws-sdk/credential-provider-ini": "3.928.0",
37
+ "@aws-sdk/credential-provider-process": "3.928.0",
38
+ "@aws-sdk/credential-provider-sso": "3.928.0",
39
+ "@aws-sdk/credential-provider-web-identity": "3.928.0",
40
40
  "@aws-sdk/types": "3.922.0",
41
41
  "@smithy/credential-provider-imds": "^4.2.4",
42
42
  "@smithy/property-provider": "^4.2.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.927.0",
3
+ "version": "3.928.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",
@@ -37,7 +37,7 @@
37
37
  "@aws-crypto/crc32": "5.2.0",
38
38
  "@aws-crypto/crc32c": "5.2.0",
39
39
  "@aws-crypto/util": "5.2.0",
40
- "@aws-sdk/core": "3.927.0",
40
+ "@aws-sdk/core": "3.928.0",
41
41
  "@aws-sdk/types": "3.922.0",
42
42
  "@smithy/is-array-buffer": "^4.2.0",
43
43
  "@smithy/node-config-provider": "^4.3.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3",
3
- "version": "3.927.0",
3
+ "version": "3.928.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",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.927.0",
31
+ "@aws-sdk/core": "3.928.0",
32
32
  "@aws-sdk/types": "3.922.0",
33
33
  "@aws-sdk/util-arn-parser": "3.893.0",
34
34
  "@smithy/core": "^3.17.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.927.0",
3
+ "version": "3.928.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",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.927.0",
28
+ "@aws-sdk/core": "3.928.0",
29
29
  "@aws-sdk/types": "3.922.0",
30
30
  "@aws-sdk/util-endpoints": "3.922.0",
31
31
  "@smithy/core": "^3.17.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.927.0",
3
+ "version": "3.928.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",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/middleware-sdk-s3": "3.927.0",
28
+ "@aws-sdk/middleware-sdk-s3": "3.928.0",
29
29
  "@aws-sdk/types": "3.922.0",
30
30
  "@smithy/protocol-http": "^5.3.4",
31
31
  "@smithy/signature-v4": "^5.3.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.927.0",
3
+ "version": "3.928.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,16 +29,16 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "3.927.0",
32
+ "@aws-sdk/core": "3.928.0",
33
33
  "@aws-sdk/middleware-host-header": "3.922.0",
34
34
  "@aws-sdk/middleware-logger": "3.922.0",
35
35
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
36
- "@aws-sdk/middleware-user-agent": "3.927.0",
36
+ "@aws-sdk/middleware-user-agent": "3.928.0",
37
37
  "@aws-sdk/region-config-resolver": "3.925.0",
38
38
  "@aws-sdk/types": "3.922.0",
39
39
  "@aws-sdk/util-endpoints": "3.922.0",
40
40
  "@aws-sdk/util-user-agent-browser": "3.922.0",
41
- "@aws-sdk/util-user-agent-node": "3.927.0",
41
+ "@aws-sdk/util-user-agent-node": "3.928.0",
42
42
  "@smithy/config-resolver": "^4.4.2",
43
43
  "@smithy/core": "^3.17.2",
44
44
  "@smithy/fetch-http-handler": "^5.3.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.927.0",
3
+ "version": "3.928.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "3.927.0",
33
- "@aws-sdk/nested-clients": "3.927.0",
32
+ "@aws-sdk/core": "3.928.0",
33
+ "@aws-sdk/nested-clients": "3.928.0",
34
34
  "@aws-sdk/types": "3.922.0",
35
35
  "@smithy/property-provider": "^4.2.4",
36
36
  "@smithy/shared-ini-file-loader": "^4.3.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.927.0",
3
+ "version": "3.928.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",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/middleware-user-agent": "3.927.0",
25
+ "@aws-sdk/middleware-user-agent": "3.928.0",
26
26
  "@aws-sdk/types": "3.922.0",
27
27
  "@smithy/node-config-provider": "^4.3.4",
28
28
  "@smithy/types": "^4.8.1",
package/package.json CHANGED
@@ -55,22 +55,22 @@
55
55
  "@types/aws-lambda": "^8.10.157",
56
56
  "@types/jest": "^30.0.0",
57
57
  "@types/node": "^24.10.0",
58
- "@typescript-eslint/eslint-plugin": "^8.46.3",
59
- "@typescript-eslint/parser": "^8.46.3",
58
+ "@typescript-eslint/eslint-plugin": "^8.46.4",
59
+ "@typescript-eslint/parser": "^8.46.4",
60
60
  "aws-cdk": "^2.1031.2",
61
- "aws-cdk-lib": "^2.222.0",
61
+ "aws-cdk-lib": "^2.223.0",
62
62
  "cdk-dia": "^0.12.1",
63
63
  "constructs": "^10.4.3",
64
- "esbuild": "^0.26.0",
64
+ "esbuild": "^0.27.0",
65
65
  "eslint": "^9.39.1",
66
66
  "eslint-plugin-import": "^2.32.0",
67
67
  "http-server": "^14.1.1",
68
68
  "jest": "^30.2.0",
69
- "jsii": "^5.9.11",
70
- "jsii-diff": "^1.118.0",
71
- "jsii-docgen": "^10.11.2",
72
- "jsii-pacmak": "^1.118.0",
73
- "jsii-rosetta": "^5.9.13",
69
+ "jsii": "^5.9.13",
70
+ "jsii-diff": "^1.119.0",
71
+ "jsii-docgen": "^10.11.3",
72
+ "jsii-pacmak": "^1.119.0",
73
+ "jsii-rosetta": "^5.9.14",
74
74
  "publib": "^0.2.1025",
75
75
  "ts-jest": "^29.4.5",
76
76
  "ts-node": "^10.9.2",
@@ -81,11 +81,11 @@
81
81
  "constructs": "^10.4.2"
82
82
  },
83
83
  "dependencies": {
84
- "@aws-sdk/client-s3": "^3.927.0",
85
- "@aws-sdk/client-s3-control": "^3.927.0",
86
- "@aws-sdk/client-sts": "^3.927.0",
84
+ "@aws-sdk/client-s3": "^3.928.0",
85
+ "@aws-sdk/client-s3-control": "^3.928.0",
86
+ "@aws-sdk/client-sts": "^3.928.0",
87
87
  "@types/aws-lambda": "^8.10.157",
88
- "aws-cdk-lib": "^2.222.0",
88
+ "aws-cdk-lib": "^2.223.0",
89
89
  "aws-sdk": "^2.1692.0",
90
90
  "cdk-iam-floyd": "^0.729.0",
91
91
  "constructs": "^10.4.3",
@@ -112,7 +112,7 @@
112
112
  "main": "lib/index.js",
113
113
  "types": "lib/index.d.ts",
114
114
  "license": "Apache-2.0",
115
- "version": "0.0.41",
115
+ "version": "0.0.43",
116
116
  "jsii": {
117
117
  "outdir": "dist",
118
118
  "tsc": {