p6-cdk-s3-protector 0.0.38 → 0.0.39

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 (66) hide show
  1. package/.jsii +6 -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/package.json +5 -5
  7. package/node_modules/@aws-sdk/core/dist-cjs/index.js +8 -1
  8. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +8 -1
  9. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
  10. package/node_modules/@aws-sdk/core/package.json +1 -1
  11. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  12. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  13. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  14. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  15. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  16. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  17. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  18. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  19. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  20. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  21. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  22. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  23. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  24. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  25. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  26. package/node_modules/cdk-iam-floyd/README.md +3 -3
  27. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +8 -0
  28. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
  29. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
  30. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
  31. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrock.d.ts +18 -0
  32. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrock.js +24 -1
  33. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrockagentcore.d.ts +0 -40
  34. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrockagentcore.js +1 -45
  35. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudfront.d.ts +39 -7
  36. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudfront.js +52 -8
  37. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cognitouserpools.d.ts +40 -0
  38. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cognitouserpools.js +56 -1
  39. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.d.ts +29 -1
  40. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.js +36 -2
  41. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2.d.ts +265 -79
  42. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2.js +304 -86
  43. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.d.ts +10 -0
  44. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.js +14 -1
  45. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticloadbalancingv2.d.ts +9 -1
  46. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticloadbalancingv2.js +18 -3
  47. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconnect.d.ts +98 -1
  48. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconnect.js +104 -1
  49. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emroneksemrcontainers.d.ts +8 -0
  50. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emroneksemrcontainers.js +12 -1
  51. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotmanagedintegrations.d.ts +8 -0
  52. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotmanagedintegrations.js +12 -1
  53. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keymanagementservice.d.ts +4 -0
  54. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keymanagementservice.js +5 -1
  55. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/kinesisdatastreams.d.ts +34 -0
  56. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/kinesisdatastreams.js +48 -2
  57. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lambda.d.ts +12 -0
  58. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lambda.js +15 -1
  59. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedserviceforprometheus.d.ts +130 -0
  60. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedserviceforprometheus.js +160 -1
  61. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/rtbfabric.d.ts +41 -9
  62. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/rtbfabric.js +42 -10
  63. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.d.ts +8 -0
  64. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.js +12 -1
  65. package/node_modules/cdk-iam-floyd/package.json +5 -5
  66. package/package.json +8 -8
package/.jsii CHANGED
@@ -8,12 +8,12 @@
8
8
  ]
9
9
  },
10
10
  "bundled": {
11
- "@aws-sdk/client-s3": "^3.925.0",
12
- "@aws-sdk/client-s3-control": "^3.925.0",
13
- "@aws-sdk/client-sts": "^3.925.0",
11
+ "@aws-sdk/client-s3": "^3.926.0",
12
+ "@aws-sdk/client-s3-control": "^3.926.0",
13
+ "@aws-sdk/client-sts": "^3.926.0",
14
14
  "@types/aws-lambda": "^8.10.157",
15
15
  "aws-sdk": "^2.1692.0",
16
- "cdk-iam-floyd": "^0.728.0",
16
+ "cdk-iam-floyd": "^0.729.0",
17
17
  "source-map-support": "^0.5.21",
18
18
  "winston": "^3.18.3"
19
19
  },
@@ -4172,6 +4172,6 @@
4172
4172
  "symbolId": "src/p6cdks3protector:P6CDKS3Protector"
4173
4173
  }
4174
4174
  },
4175
- "version": "0.0.38",
4176
- "fingerprint": "kKr/pGNe2IfEGgTIhcIxc8pTqV4NOPQAY9lnn9edPKc="
4175
+ "version": "0.0.39",
4176
+ "fingerprint": "RJJzW214Oyz+U/2ZWTuW5mb269GhS51uQ8/G4FKWks8="
4177
4177
  }
@@ -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.38" };
44
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-s3-protector.P6CDKS3Protector", version: "0.0.39" };
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.925.0",
4
+ "version": "3.926.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.922.0",
33
- "@aws-sdk/credential-provider-node": "3.925.0",
32
+ "@aws-sdk/core": "3.926.0",
33
+ "@aws-sdk/credential-provider-node": "3.926.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.922.0",
36
+ "@aws-sdk/middleware-flexible-checksums": "3.926.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.922.0",
41
+ "@aws-sdk/middleware-sdk-s3": "3.926.0",
42
42
  "@aws-sdk/middleware-ssec": "3.922.0",
43
- "@aws-sdk/middleware-user-agent": "3.922.0",
43
+ "@aws-sdk/middleware-user-agent": "3.926.0",
44
44
  "@aws-sdk/region-config-resolver": "3.925.0",
45
- "@aws-sdk/signature-v4-multi-region": "3.922.0",
45
+ "@aws-sdk/signature-v4-multi-region": "3.926.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.922.0",
49
+ "@aws-sdk/util-user-agent-node": "3.926.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.922.0",
88
+ "@aws-sdk/signature-v4-crt": "3.926.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.925.0",
4
+ "version": "3.926.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.922.0",
26
- "@aws-sdk/credential-provider-node": "3.925.0",
25
+ "@aws-sdk/core": "3.926.0",
26
+ "@aws-sdk/credential-provider-node": "3.926.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.922.0",
32
+ "@aws-sdk/middleware-user-agent": "3.926.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.922.0",
37
+ "@aws-sdk/util-user-agent-node": "3.926.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",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.925.0",
4
+ "version": "3.926.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,16 +20,16 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.922.0",
23
+ "@aws-sdk/core": "3.926.0",
24
24
  "@aws-sdk/middleware-host-header": "3.922.0",
25
25
  "@aws-sdk/middleware-logger": "3.922.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
27
- "@aws-sdk/middleware-user-agent": "3.922.0",
27
+ "@aws-sdk/middleware-user-agent": "3.926.0",
28
28
  "@aws-sdk/region-config-resolver": "3.925.0",
29
29
  "@aws-sdk/types": "3.922.0",
30
30
  "@aws-sdk/util-endpoints": "3.922.0",
31
31
  "@aws-sdk/util-user-agent-browser": "3.922.0",
32
- "@aws-sdk/util-user-agent-node": "3.922.0",
32
+ "@aws-sdk/util-user-agent-node": "3.926.0",
33
33
  "@smithy/config-resolver": "^4.4.2",
34
34
  "@smithy/core": "^3.17.2",
35
35
  "@smithy/fetch-http-handler": "^5.3.5",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.925.0",
4
+ "version": "3.926.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-sts",
@@ -22,17 +22,17 @@
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.922.0",
26
- "@aws-sdk/credential-provider-node": "3.925.0",
25
+ "@aws-sdk/core": "3.926.0",
26
+ "@aws-sdk/credential-provider-node": "3.926.0",
27
27
  "@aws-sdk/middleware-host-header": "3.922.0",
28
28
  "@aws-sdk/middleware-logger": "3.922.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
30
- "@aws-sdk/middleware-user-agent": "3.922.0",
30
+ "@aws-sdk/middleware-user-agent": "3.926.0",
31
31
  "@aws-sdk/region-config-resolver": "3.925.0",
32
32
  "@aws-sdk/types": "3.922.0",
33
33
  "@aws-sdk/util-endpoints": "3.922.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.922.0",
35
- "@aws-sdk/util-user-agent-node": "3.922.0",
35
+ "@aws-sdk/util-user-agent-node": "3.926.0",
36
36
  "@smithy/config-resolver": "^4.4.2",
37
37
  "@smithy/core": "^3.17.2",
38
38
  "@smithy/fetch-http-handler": "^5.3.5",
@@ -1469,7 +1469,14 @@ class AwsQueryProtocol extends protocols.RpcProtocol {
1469
1469
  Code: errorData.Code,
1470
1470
  Message: message,
1471
1471
  };
1472
- const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, errorData, metadata, (registry, errorName) => registry.find((schema$1) => schema.NormalizedSchema.of(schema$1).getMergedTraits().awsQueryError?.[0] === errorName));
1472
+ const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, errorData, metadata, (registry, errorName) => {
1473
+ try {
1474
+ return registry.getSchema(errorName);
1475
+ }
1476
+ catch (e) {
1477
+ return registry.find((schema$1) => schema.NormalizedSchema.of(schema$1).getMergedTraits().awsQueryError?.[0] === errorName);
1478
+ }
1479
+ });
1473
1480
  const ns = schema.NormalizedSchema.of(errorSchema);
1474
1481
  const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
1475
1482
  const exception = new ErrorCtor(message);
@@ -1139,7 +1139,14 @@ class AwsQueryProtocol extends protocols.RpcProtocol {
1139
1139
  Code: errorData.Code,
1140
1140
  Message: message,
1141
1141
  };
1142
- const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, errorData, metadata, (registry, errorName) => registry.find((schema$1) => schema.NormalizedSchema.of(schema$1).getMergedTraits().awsQueryError?.[0] === errorName));
1142
+ const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, errorData, metadata, (registry, errorName) => {
1143
+ try {
1144
+ return registry.getSchema(errorName);
1145
+ }
1146
+ catch (e) {
1147
+ return registry.find((schema$1) => schema.NormalizedSchema.of(schema$1).getMergedTraits().awsQueryError?.[0] === errorName);
1148
+ }
1149
+ });
1143
1150
  const ns = schema.NormalizedSchema.of(errorSchema);
1144
1151
  const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
1145
1152
  const exception = new ErrorCtor(message);
@@ -95,7 +95,14 @@ export class AwsQueryProtocol extends RpcProtocol {
95
95
  Code: errorData.Code,
96
96
  Message: message,
97
97
  };
98
- const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, errorData, metadata, (registry, errorName) => registry.find((schema) => NormalizedSchema.of(schema).getMergedTraits().awsQueryError?.[0] === errorName));
98
+ const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, errorData, metadata, (registry, errorName) => {
99
+ try {
100
+ return registry.getSchema(errorName);
101
+ }
102
+ catch (e) {
103
+ return registry.find((schema) => NormalizedSchema.of(schema).getMergedTraits().awsQueryError?.[0] === errorName);
104
+ }
105
+ });
99
106
  const ns = NormalizedSchema.of(errorSchema);
100
107
  const ErrorCtor = TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
101
108
  const exception = new ErrorCtor(message);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.922.0",
3
+ "version": "3.926.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.922.0",
3
+ "version": "3.926.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.922.0",
29
+ "@aws-sdk/core": "3.926.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.922.0",
3
+ "version": "3.926.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.922.0",
31
+ "@aws-sdk/core": "3.926.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.925.0",
3
+ "version": "3.926.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.922.0",
32
- "@aws-sdk/credential-provider-env": "3.922.0",
33
- "@aws-sdk/credential-provider-http": "3.922.0",
34
- "@aws-sdk/credential-provider-process": "3.922.0",
35
- "@aws-sdk/credential-provider-sso": "3.925.0",
36
- "@aws-sdk/credential-provider-web-identity": "3.925.0",
37
- "@aws-sdk/nested-clients": "3.925.0",
31
+ "@aws-sdk/core": "3.926.0",
32
+ "@aws-sdk/credential-provider-env": "3.926.0",
33
+ "@aws-sdk/credential-provider-http": "3.926.0",
34
+ "@aws-sdk/credential-provider-process": "3.926.0",
35
+ "@aws-sdk/credential-provider-sso": "3.926.0",
36
+ "@aws-sdk/credential-provider-web-identity": "3.926.0",
37
+ "@aws-sdk/nested-clients": "3.926.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.922.0",
3
+ "version": "3.926.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.922.0",
29
+ "@aws-sdk/core": "3.926.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.925.0",
3
+ "version": "3.926.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.925.0",
30
- "@aws-sdk/core": "3.922.0",
31
- "@aws-sdk/token-providers": "3.925.0",
29
+ "@aws-sdk/client-sso": "3.926.0",
30
+ "@aws-sdk/core": "3.926.0",
31
+ "@aws-sdk/token-providers": "3.926.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.925.0",
3
+ "version": "3.926.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.922.0",
38
- "@aws-sdk/nested-clients": "3.925.0",
37
+ "@aws-sdk/core": "3.926.0",
38
+ "@aws-sdk/nested-clients": "3.926.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.925.0",
3
+ "version": "3.926.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.922.0",
32
+ "@aws-sdk/core": "3.926.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.922.0",
36
+ "@aws-sdk/middleware-user-agent": "3.926.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.922.0",
41
+ "@aws-sdk/util-user-agent-node": "3.926.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.925.0",
3
+ "version": "3.926.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.922.0",
35
- "@aws-sdk/credential-provider-http": "3.922.0",
36
- "@aws-sdk/credential-provider-ini": "3.925.0",
37
- "@aws-sdk/credential-provider-process": "3.922.0",
38
- "@aws-sdk/credential-provider-sso": "3.925.0",
39
- "@aws-sdk/credential-provider-web-identity": "3.925.0",
34
+ "@aws-sdk/credential-provider-env": "3.926.0",
35
+ "@aws-sdk/credential-provider-http": "3.926.0",
36
+ "@aws-sdk/credential-provider-ini": "3.926.0",
37
+ "@aws-sdk/credential-provider-process": "3.926.0",
38
+ "@aws-sdk/credential-provider-sso": "3.926.0",
39
+ "@aws-sdk/credential-provider-web-identity": "3.926.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.922.0",
3
+ "version": "3.926.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.922.0",
40
+ "@aws-sdk/core": "3.926.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.922.0",
3
+ "version": "3.926.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.922.0",
31
+ "@aws-sdk/core": "3.926.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.922.0",
3
+ "version": "3.926.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.922.0",
28
+ "@aws-sdk/core": "3.926.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.922.0",
3
+ "version": "3.926.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.922.0",
28
+ "@aws-sdk/middleware-sdk-s3": "3.926.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.925.0",
3
+ "version": "3.926.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.922.0",
32
+ "@aws-sdk/core": "3.926.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.922.0",
36
+ "@aws-sdk/middleware-user-agent": "3.926.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.922.0",
41
+ "@aws-sdk/util-user-agent-node": "3.926.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.925.0",
3
+ "version": "3.926.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.922.0",
33
- "@aws-sdk/nested-clients": "3.925.0",
32
+ "@aws-sdk/core": "3.926.0",
33
+ "@aws-sdk/nested-clients": "3.926.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.922.0",
3
+ "version": "3.926.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.922.0",
25
+ "@aws-sdk/middleware-user-agent": "3.926.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",
@@ -17,9 +17,9 @@
17
17
  Support for:
18
18
 
19
19
  - 430 Services
20
- - 19302 Actions
21
- - 2062 Resource Types
22
- - 2172 Condition keys
20
+ - 19341 Actions
21
+ - 2065 Resource Types
22
+ - 2174 Condition keys
23
23
  <!-- /stats -->
24
24
 
25
25
  ![EXPERIMENTAL](https://img.shields.io/badge/stability-experimantal-orange?style=for-the-badge)**<br>This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**
@@ -50,6 +50,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
50
50
  AmazonAppFlowFullAccess(): aws_iam.IManagedPolicy;
51
51
  /** Provides read only access to Amazon Appflow flows */
52
52
  AmazonAppFlowReadOnlyAccess(): aws_iam.IManagedPolicy;
53
+ /** Grants permissions to ARC Region switch for plan execution and plan evaluation. */
54
+ AmazonApplicationRecoveryControllerRegionSwitchPlanExecutionPolicy(): aws_iam.IManagedPolicy;
53
55
  /** Provides full access to Amazon AppStream via the AWS Management Console. */
54
56
  AmazonAppStreamFullAccess(): aws_iam.IManagedPolicy;
55
57
  /** Amazon AppStream 2.0 access to AWS Certificate Manager Private CA in customer accounts for certificate-based authentication */
@@ -1116,6 +1118,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
1116
1118
  AWSApplicationMigrationFullAccess(): aws_iam.IManagedPolicy;
1117
1119
  /** This policy allows AWS Application Migration Service (MGN) to send meta-data about the progress of servers being migrated using MGN to AWS Migration Hub (MGH). MGN automatically creates an IAM role with this policy attached, and assumes this role. We do not recommend that you attach this policy to your IAM users or roles. */
1118
1120
  AWSApplicationMigrationMGHAccess(): aws_iam.IManagedPolicy;
1121
+ /** Provides permissions for Network Migration custom resource */
1122
+ AWSApplicationMigrationNetworkMigrationCustomResource(): aws_iam.IManagedPolicy;
1119
1123
  /** This policy provides permissions to all read-only public APIs of Application Migration Service (MGN), as well as some read-only APIs of other AWS services that are required in order to make full read-only use of the MGN console. Attach this policy to your IAM users or roles. */
1120
1124
  AWSApplicationMigrationReadOnlyAccess(): aws_iam.IManagedPolicy;
1121
1125
  /** This policy allows the Application Migration Service (MGN) Replication Servers, which are EC2 instances launched by Application Migration Service - to communicate with the MGN service, and to create EBS snapshots in your AWS account. An IAM role with this policy is attached (as an EC2 Instance Profile) by Application Migration Service to the MGN Replication Servers which are automatically launched and terminated by MGN, as needed. MGN Replication Servers are used to facilitate data replication from your external servers to AWS, as part of the migration process managed using MGN. We do not recommend that you attach this policy to your IAM users or roles. */
@@ -1370,6 +1374,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
1370
1374
  AWSConnector(): aws_iam.IManagedPolicy;
1371
1375
  /** Allows AWS Control Tower to call AWS services that provide automated account configuration and centralized governance on your behalf. */
1372
1376
  AWSControlTowerAccountServiceRolePolicy(): aws_iam.IManagedPolicy;
1377
+ /** AWS Control Tower enables AWS CloudTrail as a best practice and provides this role to AWS CloudTrail. AWS CloudTrail assumes this role to create and publish CloudTrail logs */
1378
+ AWSControlTowerCloudTrailRolePolicy(): aws_iam.IManagedPolicy;
1373
1379
  /** Provides permissions to manage the IAM Identity Center (IdC) resources in the member accounts enrolled with AWS Control Tower. The policy is attached to the AWSControlTowerAdmin role only if the customer has opted-into IAM IdC integration in their AWS Control Tower Landing Zone. */
1374
1380
  AWSControlTowerIdentityCenterManagementPolicy(): aws_iam.IManagedPolicy;
1375
1381
  /** Provides access to AWS Resources managed or used by AWS Control Tower */
@@ -2108,6 +2114,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2108
2114
  AWSSavingsPlansFullAccess(): aws_iam.IManagedPolicy;
2109
2115
  /** Provides read only access to Savings Plans service */
2110
2116
  AWSSavingsPlansReadOnlyAccess(): aws_iam.IManagedPolicy;
2117
+ /** Provides access to retrieve and describe secrets from Secrets Manager. This policy also allows decrypting KMS keys for Secrets Manager secrets. */
2118
+ AWSSecretsManagerClientReadOnlyAccess(): aws_iam.IManagedPolicy;
2111
2119
  /** Provides full access to use AWS Security Hub. */
2112
2120
  AWSSecurityHubFullAccess(): aws_iam.IManagedPolicy;
2113
2121
  /** Grants permission to enable and manage AWS Security Hub within an organization. Includes enabling the service across the organization, and determining the delegated administrator account for the service. */