p6-cdk-s3-protector 0.0.42 → 0.0.44

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 (144) 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/dist-cjs/index.js +277 -270
  6. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  7. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -0
  8. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
  9. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
  10. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
  11. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
  12. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -26
  13. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  14. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +265 -0
  15. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -1
  16. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -24
  17. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
  21. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
  22. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -0
  23. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -18
  24. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  25. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  26. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  27. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  28. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
  29. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  30. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  31. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +107 -0
  32. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  33. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetDelegatedAccessTokenCommand.js +23 -0
  34. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  35. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +20 -0
  36. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +66 -1
  37. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  38. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  39. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -2
  40. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +5 -1
  41. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
  42. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +9 -2
  43. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetDelegatedAccessTokenCommand.d.ts +91 -0
  44. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -2
  45. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  47. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +62 -10
  48. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  49. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  50. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  51. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetDelegatedAccessTokenCommand.d.ts +51 -0
  52. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +21 -0
  54. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  55. package/node_modules/@aws-sdk/client-sts/package.json +5 -5
  56. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  57. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
  58. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
  59. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
  60. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
  61. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  62. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  63. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  64. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  65. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  66. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
  67. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  68. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
  69. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  70. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  71. package/node_modules/@aws-sdk/core/package.json +1 -1
  72. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  73. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  74. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  75. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  76. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  77. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  78. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +246 -310
  79. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  80. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -0
  81. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  82. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -13
  83. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  84. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
  85. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -1
  86. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -8
  87. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
  88. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  89. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
  90. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  91. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  92. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -2
  93. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
  94. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +8 -8
  95. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -0
  96. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -6
  97. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  98. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
  99. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  100. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
  101. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
  102. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  103. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  104. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  105. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  106. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  107. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  108. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +246 -310
  109. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  110. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -0
  111. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  112. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -13
  113. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  114. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
  115. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -1
  116. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -8
  117. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
  118. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  119. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
  120. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  121. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  122. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -2
  123. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
  124. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +8 -8
  125. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -0
  126. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -6
  127. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  128. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
  129. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  130. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
  131. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
  132. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  133. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  134. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  135. package/package.json +14 -14
  136. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  137. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  138. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  139. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
  140. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  141. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  142. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
  143. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  144. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
package/.jsii CHANGED
@@ -8,10 +8,10 @@
8
8
  ]
9
9
  },
10
10
  "bundled": {
11
- "@aws-sdk/client-s3": "^3.927.0",
12
- "@aws-sdk/client-s3-control": "^3.927.0",
13
- "@aws-sdk/client-sts": "^3.927.0",
14
- "@types/aws-lambda": "^8.10.157",
11
+ "@aws-sdk/client-s3": "^3.929.0",
12
+ "@aws-sdk/client-s3-control": "^3.929.0",
13
+ "@aws-sdk/client-sts": "^3.929.0",
14
+ "@types/aws-lambda": "^8.10.158",
15
15
  "aws-sdk": "^2.1692.0",
16
16
  "cdk-iam-floyd": "^0.729.0",
17
17
  "source-map-support": "^0.5.21",
@@ -3227,6 +3227,19 @@
3227
3227
  }
3228
3228
  }
3229
3229
  },
3230
+ "aws-cdk-lib.aws_rtbfabric": {
3231
+ "targets": {
3232
+ "dotnet": {
3233
+ "package": "Amazon.CDK.AWS.RTBFabric"
3234
+ },
3235
+ "java": {
3236
+ "package": "software.amazon.awscdk.services.rtbfabric"
3237
+ },
3238
+ "python": {
3239
+ "module": "aws_cdk.aws_rtbfabric"
3240
+ }
3241
+ }
3242
+ },
3230
3243
  "aws-cdk-lib.aws_rum": {
3231
3244
  "targets": {
3232
3245
  "dotnet": {
@@ -3344,6 +3357,19 @@
3344
3357
  }
3345
3358
  }
3346
3359
  },
3360
+ "aws-cdk-lib.aws_s3vectors": {
3361
+ "targets": {
3362
+ "dotnet": {
3363
+ "package": "Amazon.CDK.AWS.S3Vectors"
3364
+ },
3365
+ "java": {
3366
+ "package": "software.amazon.awscdk.services.s3vectors"
3367
+ },
3368
+ "python": {
3369
+ "module": "aws_cdk.aws_s3vectors"
3370
+ }
3371
+ }
3372
+ },
3347
3373
  "aws-cdk-lib.aws_sagemaker": {
3348
3374
  "targets": {
3349
3375
  "dotnet": {
@@ -4172,6 +4198,6 @@
4172
4198
  "symbolId": "src/p6cdks3protector:P6CDKS3Protector"
4173
4199
  }
4174
4200
  },
4175
- "version": "0.0.42",
4176
- "fingerprint": "5vc77y06o4TYrjCi75jivcuLT3fgW7jPiL6+CmUXbms="
4201
+ "version": "0.0.44",
4202
+ "fingerprint": "DNpZSfAo9GIVfCCyjBpTNsYHKgQEe/tfXRV3NEWwii8="
4177
4203
  }
@@ -41,7 +41,7 @@ const lambdajs = __importStar(require("aws-cdk-lib/aws-lambda-nodejs"));
41
41
  const cr = __importStar(require("aws-cdk-lib/custom-resources"));
42
42
  const floyd = __importStar(require("cdk-iam-floyd"));
43
43
  class P6CDKS3Protector extends cdk.Resource {
44
- static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-s3-protector.P6CDKS3Protector", version: "0.0.42" };
44
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-s3-protector.P6CDKS3Protector", version: "0.0.44" };
45
45
  constructor(scope, id) {
46
46
  super(scope, id);
47
47
  const policy = new floyd.Statement.S3().allow().toPutObject().toPutObjectAcl();
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.927.0",
4
+ "version": "3.929.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-s3",
@@ -29,24 +29,24 @@
29
29
  "@aws-crypto/sha1-browser": "5.2.0",
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",
33
- "@aws-sdk/credential-provider-node": "3.927.0",
32
+ "@aws-sdk/core": "3.928.0",
33
+ "@aws-sdk/credential-provider-node": "3.929.0",
34
34
  "@aws-sdk/middleware-bucket-endpoint": "3.922.0",
35
35
  "@aws-sdk/middleware-expect-continue": "3.922.0",
36
- "@aws-sdk/middleware-flexible-checksums": "3.927.0",
36
+ "@aws-sdk/middleware-flexible-checksums": "3.928.0",
37
37
  "@aws-sdk/middleware-host-header": "3.922.0",
38
38
  "@aws-sdk/middleware-location-constraint": "3.922.0",
39
39
  "@aws-sdk/middleware-logger": "3.922.0",
40
40
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
41
- "@aws-sdk/middleware-sdk-s3": "3.927.0",
41
+ "@aws-sdk/middleware-sdk-s3": "3.928.0",
42
42
  "@aws-sdk/middleware-ssec": "3.922.0",
43
- "@aws-sdk/middleware-user-agent": "3.927.0",
43
+ "@aws-sdk/middleware-user-agent": "3.928.0",
44
44
  "@aws-sdk/region-config-resolver": "3.925.0",
45
- "@aws-sdk/signature-v4-multi-region": "3.927.0",
45
+ "@aws-sdk/signature-v4-multi-region": "3.928.0",
46
46
  "@aws-sdk/types": "3.922.0",
47
47
  "@aws-sdk/util-endpoints": "3.922.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.922.0",
49
- "@aws-sdk/util-user-agent-node": "3.927.0",
49
+ "@aws-sdk/util-user-agent-node": "3.928.0",
50
50
  "@aws-sdk/xml-builder": "3.921.0",
51
51
  "@smithy/config-resolver": "^4.4.2",
52
52
  "@smithy/core": "^3.17.2",
@@ -85,7 +85,7 @@
85
85
  "tslib": "^2.6.2"
86
86
  },
87
87
  "devDependencies": {
88
- "@aws-sdk/signature-v4-crt": "3.927.0",
88
+ "@aws-sdk/signature-v4-crt": "3.928.0",
89
89
  "@tsconfig/node18": "18.2.4",
90
90
  "@types/node": "^18.19.69",
91
91
  "concurrently": "7.0.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3-control",
3
3
  "description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
4
- "version": "3.927.0",
4
+ "version": "3.929.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-s3-control",
@@ -22,19 +22,19 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
- "@aws-sdk/core": "3.927.0",
26
- "@aws-sdk/credential-provider-node": "3.927.0",
25
+ "@aws-sdk/core": "3.928.0",
26
+ "@aws-sdk/credential-provider-node": "3.929.0",
27
27
  "@aws-sdk/middleware-bucket-endpoint": "3.922.0",
28
28
  "@aws-sdk/middleware-host-header": "3.922.0",
29
29
  "@aws-sdk/middleware-logger": "3.922.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
31
31
  "@aws-sdk/middleware-sdk-s3-control": "3.922.0",
32
- "@aws-sdk/middleware-user-agent": "3.927.0",
32
+ "@aws-sdk/middleware-user-agent": "3.928.0",
33
33
  "@aws-sdk/region-config-resolver": "3.925.0",
34
34
  "@aws-sdk/types": "3.922.0",
35
35
  "@aws-sdk/util-endpoints": "3.922.0",
36
36
  "@aws-sdk/util-user-agent-browser": "3.922.0",
37
- "@aws-sdk/util-user-agent-node": "3.927.0",
37
+ "@aws-sdk/util-user-agent-node": "3.928.0",
38
38
  "@aws-sdk/xml-builder": "3.921.0",
39
39
  "@smithy/config-resolver": "^4.4.2",
40
40
  "@smithy/core": "^3.17.2",