p6-cdk-s3-protector 0.0.30 → 0.0.31

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 (134) hide show
  1. package/.jsii +6 -6
  2. package/lib/p6cdks3protector.js +1 -1
  3. package/node_modules/@aws/lambda-invoke-store/README.md +8 -0
  4. package/node_modules/@aws/lambda-invoke-store/{dist → dist-cjs}/invoke-store.js +12 -36
  5. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +64 -0
  6. package/node_modules/@aws/lambda-invoke-store/{dist → dist-types}/invoke-store.d.ts +5 -0
  7. package/node_modules/@aws/lambda-invoke-store/package.json +26 -8
  8. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
  9. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +2 -0
  10. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
  11. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +2 -0
  12. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -0
  13. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -0
  14. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +10 -8
  15. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -13
  16. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -0
  17. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -0
  18. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +6 -6
  19. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -0
  20. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -0
  21. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +3 -0
  22. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -0
  23. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -0
  24. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  25. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -0
  26. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -0
  27. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -0
  28. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -0
  29. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -0
  30. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -0
  31. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -0
  32. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -0
  33. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -0
  34. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -0
  35. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +6 -0
  36. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -0
  37. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +3 -0
  38. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
  39. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -0
  40. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +4 -1
  41. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -0
  42. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +3 -0
  43. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -0
  44. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  45. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
  47. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +19 -5
  48. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -0
  50. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -0
  51. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -0
  52. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -0
  53. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -0
  54. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -0
  55. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -0
  56. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -0
  57. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -0
  58. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -0
  59. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -0
  60. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -0
  61. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +11 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -0
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +3 -0
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -0
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -0
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -0
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -0
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -0
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +12 -6
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +3 -0
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -0
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -0
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -0
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -0
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -1
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +4 -1
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +11 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +4 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -0
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +6 -6
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -0
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +3 -0
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -0
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -0
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -0
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +6 -6
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -0
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -0
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -0
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -0
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -0
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -0
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -0
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -0
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -0
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +9 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +6 -6
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -0
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -0
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -0
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -0
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -0
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +3 -0
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +3 -0
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +3 -0
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -0
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -0
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -0
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +3 -0
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -0
  116. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +57 -27
  117. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +10 -17
  118. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
  119. package/node_modules/@aws-sdk/client-s3/package.json +4 -4
  120. package/node_modules/@aws-sdk/client-s3-control/dist-cjs/endpoint/ruleset.js +1 -1
  121. package/node_modules/@aws-sdk/client-s3-control/dist-es/endpoint/ruleset.js +1 -1
  122. package/node_modules/@aws-sdk/client-s3-control/package.json +3 -3
  123. package/node_modules/@aws-sdk/client-sso/package.json +2 -2
  124. package/node_modules/@aws-sdk/client-sts/package.json +3 -3
  125. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  126. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  127. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  128. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  129. package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
  130. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +1 -1
  131. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  132. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  133. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  134. package/package.json +12 -12
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const ba = "required", bb = "type", bc = "conditions", bd = "fn", be = "argv", bf = "ref", bg = "assign", bh = "url", bi = "properties", bj = "authSchemes", bk = "disableDoubleEncoding", bl = "name", bm = "signingName", bn = "signingRegion", bo = "headers", bp = "x-amz-account-id", bq = "x-amz-outpost-id";
5
- const a = false, b = true, c = "isSet", d = "booleanEquals", e = "aws.partition", f = "stringEquals", g = "getAttr", h = "error", i = "not", j = "isValidHostLabel", k = "Invalid Configuration: DualStack and custom endpoint are not supported", l = "{url#scheme}://{url#authority}{url#path}", m = "s3-outposts", n = "{Region}", o = "endpoint", p = "tree", q = "aws.parseArn", r = "resourceArn", s = "service", t = "s3express", u = "arnPartition", v = "{url#scheme}://{url#authority}", w = "substring", x = "accessPointSuffix", y = "s3expressAvailabilityZoneId", z = "s3expressAvailabilityZoneDelim", A = "accessPointArn", B = "resourceId[0]", C = "arnType", D = "resourceId[1]", E = "outpostId", F = "{accessPointArn#accountId}", G = "resourceId[2]", H = "outpostType", I = "resourceId[3]", J = "bucketArn", K = "{bucketArn#accountId}", L = { [ba]: false, [bb]: "String" }, M = { [ba]: true, "default": false, [bb]: "Boolean" }, N = { [ba]: false, [bb]: "Boolean" }, O = { [bf]: "Region" }, P = { [bd]: d, [be]: [{ [bf]: "UseFIPS" }, true] }, Q = { [bd]: e, [be]: [O], [bg]: "partitionResult" }, R = { [bd]: g, [be]: [{ [bf]: "partitionResult" }, "name"] }, S = { [bf]: "OutpostId" }, T = { [bc]: [{ [bd]: c, [be]: [{ [bf]: "RequiresAccountId" }] }, { [bd]: d, [be]: [{ [bf]: "RequiresAccountId" }, true] }, { [bd]: i, [be]: [{ [bd]: c, [be]: [{ [bf]: "AccountId" }] }] }], [h]: "AccountId is required but not set", [bb]: h }, U = { [bd]: c, [be]: [{ [bf]: "RequiresAccountId" }] }, V = { [bd]: d, [be]: [{ [bf]: "RequiresAccountId" }, true] }, W = { [bd]: c, [be]: [{ [bf]: "AccountId" }] }, X = { [bf]: "AccountId" }, Y = { [bc]: [W, { [bd]: i, [be]: [{ [bd]: j, [be]: [X, false] }] }], [h]: "AccountId must only contain a-z, A-Z, 0-9 and `-`.", [bb]: h }, Z = { [bc]: [{ [bd]: c, [be]: [{ [bf]: "Endpoint" }] }, { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, true] }], [h]: k, [bb]: h }, aa = { [bd]: c, [be]: [{ [bf]: "Endpoint" }] }, ab = { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, true] }, ac = { [bd]: "parseURL", [be]: [{ [bf]: "Endpoint" }], [bg]: "url" }, ad = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: n }] }, ae = {}, af = { [h]: "Invalid region: region was not a valid DNS name.", [bb]: h }, ag = { [bf]: r }, ah = { [bd]: g, [be]: [ag, "region"] }, ai = { [bd]: c, [be]: [{ [bf]: "UseArnRegion" }] }, aj = { [bd]: d, [be]: [{ [bf]: "UseArnRegion" }, false] }, ak = { [bc]: [ab], [h]: "S3Express does not support Dual-stack.", [bb]: h }, al = { [bc]: [aa, ac], [o]: { [bh]: v, [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, am = { [bc]: [P], [o]: { [bh]: "https://s3express-control-fips.{Region}.{partitionResult#dnsSuffix}", [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, an = { [o]: { [bh]: "https://s3express-control.{Region}.{partitionResult#dnsSuffix}", [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, ao = { [h]: "Client was configured for partition `{partitionResult#name}` but ARN has `{arnPartition#name}`", [bb]: h }, ap = { [bd]: c, [be]: [{ [bf]: "AccessPointName" }] }, aq = { [bf]: "AccessPointName" }, ar = { [bd]: f, [be]: [{ [bf]: z }, "--"] }, as = { [bf]: "UseS3ExpressControlEndpoint" }, at = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: "s3", [bn]: n }] }, au = { [bf]: A }, av = { [bd]: i, [be]: [{ [bd]: f, [be]: [{ [bf]: C }, ""] }] }, aw = { [bd]: g, [be]: [au, "region"] }, ax = { [bd]: g, [be]: [au, "accountId"] }, ay = { [bf]: H }, az = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: "{accessPointArn#region}" }] }, aA = { [bp]: [F], [bq]: ["{outpostId}"] }, aB = { [h]: "Invalid ARN: Expected a 4-component resource", [bb]: h }, aC = { [h]: "Invalid ARN: missing account ID", [bb]: h }, aD = { [h]: "Invalid ARN: The outpost Id must only contain a-z, A-Z, 0-9 and `-`., found: `{outpostId}`", [bb]: h }, aE = { [h]: "Invalid ARN: The Outpost Id was not set", [bb]: h }, aF = { [h]: "Invalid ARN: No ARN type specified", [bb]: h }, aG = { [bf]: J }, aH = { [bd]: g, [be]: [aG, "region"] }, aI = { [bd]: g, [be]: [aG, "accountId"] }, aJ = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: "{bucketArn#region}" }] }, aK = { [bp]: [K], [bq]: ["{outpostId}"] }, aL = { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, false] }, aM = { [bd]: d, [be]: [{ [bf]: "UseFIPS" }, false] }, aN = [O], aO = [Q], aP = [{ [bd]: j, [be]: [O, true] }], aQ = [aa, ac], aR = [P, ab], aS = [P], aT = [ab], aU = [{ [bf]: "ResourceArn" }], aV = [{ [bd]: f, [be]: [{ [bd]: g, [be]: [{ [bf]: u }, "name"] }, R] }], aW = [aq], aX = [am, an], aY = [{ [bd]: j, [be]: [{ [bf]: E }, false] }], aZ = [{ [bf]: "Bucket" }];
5
+ const a = false, b = true, c = "isSet", d = "booleanEquals", e = "aws.partition", f = "stringEquals", g = "getAttr", h = "error", i = "not", j = "isValidHostLabel", k = "Invalid Configuration: DualStack and custom endpoint are not supported", l = "{url#scheme}://{url#authority}{url#path}", m = "s3-outposts", n = "{Region}", o = "endpoint", p = "tree", q = "aws.parseArn", r = "resourceArn", s = "service", t = "s3express", u = "arnPartition", v = "{url#scheme}://{url#authority}", w = "substring", x = "accessPointSuffix", y = "s3expressAvailabilityZoneId", z = "s3expressAvailabilityZoneDelim", A = "accessPointArn", B = "resourceId[0]", C = "arnType", D = "resourceId[1]", E = "outpostId", F = "{accessPointArn#accountId}", G = "resourceId[2]", H = "outpostType", I = "resourceId[3]", J = "bucketArn", K = "{bucketArn#accountId}", L = { [ba]: false, [bb]: "string" }, M = { [ba]: true, "default": false, [bb]: "boolean" }, N = { [ba]: false, [bb]: "boolean" }, O = { [bf]: "Region" }, P = { [bd]: d, [be]: [{ [bf]: "UseFIPS" }, true] }, Q = { [bd]: e, [be]: [O], [bg]: "partitionResult" }, R = { [bd]: g, [be]: [{ [bf]: "partitionResult" }, "name"] }, S = { [bf]: "OutpostId" }, T = { [bc]: [{ [bd]: c, [be]: [{ [bf]: "RequiresAccountId" }] }, { [bd]: d, [be]: [{ [bf]: "RequiresAccountId" }, true] }, { [bd]: i, [be]: [{ [bd]: c, [be]: [{ [bf]: "AccountId" }] }] }], [h]: "AccountId is required but not set", [bb]: h }, U = { [bd]: c, [be]: [{ [bf]: "RequiresAccountId" }] }, V = { [bd]: d, [be]: [{ [bf]: "RequiresAccountId" }, true] }, W = { [bd]: c, [be]: [{ [bf]: "AccountId" }] }, X = { [bf]: "AccountId" }, Y = { [bc]: [W, { [bd]: i, [be]: [{ [bd]: j, [be]: [X, false] }] }], [h]: "AccountId must only contain a-z, A-Z, 0-9 and `-`.", [bb]: h }, Z = { [bc]: [{ [bd]: c, [be]: [{ [bf]: "Endpoint" }] }, { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, true] }], [h]: k, [bb]: h }, aa = { [bd]: c, [be]: [{ [bf]: "Endpoint" }] }, ab = { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, true] }, ac = { [bd]: "parseURL", [be]: [{ [bf]: "Endpoint" }], [bg]: "url" }, ad = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: n }] }, ae = {}, af = { [h]: "Invalid region: region was not a valid DNS name.", [bb]: h }, ag = { [bf]: r }, ah = { [bd]: g, [be]: [ag, "region"] }, ai = { [bd]: c, [be]: [{ [bf]: "UseArnRegion" }] }, aj = { [bd]: d, [be]: [{ [bf]: "UseArnRegion" }, false] }, ak = { [bc]: [ab], [h]: "S3Express does not support Dual-stack.", [bb]: h }, al = { [bc]: [aa, ac], [o]: { [bh]: v, [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, am = { [bc]: [P], [o]: { [bh]: "https://s3express-control-fips.{Region}.{partitionResult#dnsSuffix}", [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, an = { [o]: { [bh]: "https://s3express-control.{Region}.{partitionResult#dnsSuffix}", [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, ao = { [h]: "Client was configured for partition `{partitionResult#name}` but ARN has `{arnPartition#name}`", [bb]: h }, ap = { [bd]: c, [be]: [{ [bf]: "AccessPointName" }] }, aq = { [bf]: "AccessPointName" }, ar = { [bd]: f, [be]: [{ [bf]: z }, "--"] }, as = { [bf]: "UseS3ExpressControlEndpoint" }, at = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: "s3", [bn]: n }] }, au = { [bf]: A }, av = { [bd]: i, [be]: [{ [bd]: f, [be]: [{ [bf]: C }, ""] }] }, aw = { [bd]: g, [be]: [au, "region"] }, ax = { [bd]: g, [be]: [au, "accountId"] }, ay = { [bf]: H }, az = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: "{accessPointArn#region}" }] }, aA = { [bp]: [F], [bq]: ["{outpostId}"] }, aB = { [h]: "Invalid ARN: Expected a 4-component resource", [bb]: h }, aC = { [h]: "Invalid ARN: missing account ID", [bb]: h }, aD = { [h]: "Invalid ARN: The outpost Id must only contain a-z, A-Z, 0-9 and `-`., found: `{outpostId}`", [bb]: h }, aE = { [h]: "Invalid ARN: The Outpost Id was not set", [bb]: h }, aF = { [h]: "Invalid ARN: No ARN type specified", [bb]: h }, aG = { [bf]: J }, aH = { [bd]: g, [be]: [aG, "region"] }, aI = { [bd]: g, [be]: [aG, "accountId"] }, aJ = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: "{bucketArn#region}" }] }, aK = { [bp]: [K], [bq]: ["{outpostId}"] }, aL = { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, false] }, aM = { [bd]: d, [be]: [{ [bf]: "UseFIPS" }, false] }, aN = [O], aO = [Q], aP = [{ [bd]: j, [be]: [O, true] }], aQ = [aa, ac], aR = [P, ab], aS = [P], aT = [ab], aU = [{ [bf]: "ResourceArn" }], aV = [{ [bd]: f, [be]: [{ [bd]: g, [be]: [{ [bf]: u }, "name"] }, R] }], aW = [aq], aX = [am, an], aY = [{ [bd]: j, [be]: [{ [bf]: E }, false] }], aZ = [{ [bf]: "Bucket" }];
6
6
  const _data = { version: "1.0", parameters: { Region: L, UseFIPS: M, UseDualStack: M, Endpoint: L, AccountId: L, RequiresAccountId: N, OutpostId: L, Bucket: L, AccessPointName: L, UseArnRegion: N, ResourceArn: L, UseS3ExpressControlEndpoint: N }, rules: [{ [bc]: [{ [bd]: c, [be]: aN }], rules: [{ [bc]: [P, Q, { [bd]: f, [be]: [R, "aws-cn"] }], error: "Partition does not support FIPS", [bb]: h }, { [bc]: [{ [bd]: c, [be]: [S] }], rules: [{ [bc]: aO, rules: [T, Y, { [bc]: [{ [bd]: i, [be]: [{ [bd]: j, [be]: [S, a] }] }], error: "OutpostId must only contain a-z, A-Z, 0-9 and `-`.", [bb]: h }, Z, { [bc]: aP, rules: [{ [bc]: aQ, endpoint: { [bh]: l, [bi]: ad, [bo]: ae }, [bb]: o }, { [bc]: aR, endpoint: { [bh]: "https://s3-outposts-fips.{Region}.{partitionResult#dualStackDnsSuffix}", [bi]: ad, [bo]: ae }, [bb]: o }, { [bc]: aS, endpoint: { [bh]: "https://s3-outposts-fips.{Region}.{partitionResult#dnsSuffix}", [bi]: ad, [bo]: ae }, [bb]: o }, { [bc]: aT, endpoint: { [bh]: "https://s3-outposts.{Region}.{partitionResult#dualStackDnsSuffix}", [bi]: ad, [bo]: ae }, [bb]: o }, { endpoint: { [bh]: "https://s3-outposts.{Region}.{partitionResult#dnsSuffix}", [bi]: ad, [bo]: ae }, [bb]: o }], [bb]: p }, af], [bb]: p }], [bb]: p }, { [bc]: [{ [bd]: c, [be]: aU }, { [bd]: q, [be]: aU, [bg]: r }, { [bd]: f, [be]: [{ [bd]: g, [be]: [ag, s] }, t] }], rules: [{ [bc]: aO, rules: [{ [bc]: [{ [bd]: e, [be]: [ah], [bg]: u }], rules: [{ [bc]: aV, rules: [{ [bc]: [ai, aj, { [bd]: i, [be]: [{ [bd]: f, [be]: [ah, n] }] }], error: "Invalid configuration: region from ARN `{resourceArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [bb]: h }, Z, ak, al, am, an], [bb]: p }, ao], [bb]: p }], [bb]: p }], [bb]: p }, { [bc]: [ap, { [bd]: w, [be]: [aq, 0, 7, b], [bg]: x }, { [bd]: f, [be]: [{ [bf]: x }, "--xa-s3"] }], rules: [{ [bc]: aO, rules: [Z, ak, al, { [bc]: [{ [bd]: w, [be]: [aq, 7, 15, b], [bg]: y }, { [bd]: w, [be]: [aq, 15, 17, b], [bg]: z }, ar], rules: aX, [bb]: p }, { [bc]: [{ [bd]: w, [be]: [aq, 7, 16, b], [bg]: y }, { [bd]: w, [be]: [aq, 16, 18, b], [bg]: z }, ar], rules: aX, [bb]: p }, { [bc]: [{ [bd]: w, [be]: [aq, 7, 20, b], [bg]: y }, { [bd]: w, [be]: [aq, 20, 22, b], [bg]: z }, ar], rules: aX, [bb]: p }, { [bc]: [{ [bd]: w, [be]: [aq, 7, 21, b], [bg]: y }, { [bd]: w, [be]: [aq, 21, 23, b], [bg]: z }, ar], rules: aX, [bb]: p }, { [bc]: [{ [bd]: w, [be]: [aq, 7, 27, b], [bg]: y }, { [bd]: w, [be]: [aq, 27, 29, b], [bg]: z }, ar], rules: aX, [bb]: p }, { error: "Unrecognized S3Express Access Point name format.", [bb]: h }], [bb]: p }], [bb]: p }, { [bc]: [{ [bd]: c, [be]: [as] }, { [bd]: d, [be]: [as, b] }], rules: [{ [bc]: aO, rules: [Z, ak, al, am, an], [bb]: p }], [bb]: p }, { [bc]: [{ [bd]: f, [be]: [O, "snow"] }, aa, ac], rules: [{ [bc]: aO, rules: [{ [bc]: aT, error: "S3 Snow does not support DualStack", [bb]: h }, { [bc]: aS, error: "S3 Snow does not support FIPS", [bb]: h }, { endpoint: { [bh]: v, [bi]: at, [bo]: ae }, [bb]: o }], [bb]: p }], [bb]: p }, { [bc]: [ap, { [bd]: q, [be]: aW, [bg]: A }], rules: [{ [bc]: [{ [bd]: g, [be]: [au, B], [bg]: C }, av], rules: [{ [bc]: [{ [bd]: f, [be]: [{ [bd]: g, [be]: [au, s] }, m] }], rules: [{ [bc]: [{ [bd]: g, [be]: [au, D], [bg]: E }], rules: [{ [bc]: aY, rules: [Z, { [bc]: [ai, aj, { [bd]: i, [be]: [{ [bd]: f, [be]: [aw, n] }] }], error: "Invalid configuration: region from ARN `{accessPointArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [bb]: h }, { [bc]: aO, rules: [{ [bc]: [{ [bd]: e, [be]: [aw], [bg]: u }], rules: [{ [bc]: aV, rules: [{ [bc]: [{ [bd]: j, [be]: [aw, b] }], rules: [{ [bc]: [{ [bd]: i, [be]: [{ [bd]: f, [be]: [ax, ""] }] }], rules: [{ [bc]: [{ [bd]: j, [be]: [ax, a] }], rules: [{ [bc]: [W, { [bd]: i, [be]: [{ [bd]: f, [be]: [X, F] }] }], error: "Invalid ARN: the accountId specified in the ARN (`{accessPointArn#accountId}`) does not match the parameter (`{AccountId}`)", [bb]: h }, { [bc]: [{ [bd]: g, [be]: [au, G], [bg]: H }], rules: [{ [bc]: [{ [bd]: g, [be]: [au, I], [bg]: "accessPointName" }], rules: [{ [bc]: [{ [bd]: f, [be]: [ay, "accesspoint"] }], rules: [{ [bc]: aR, endpoint: { [bh]: "https://s3-outposts-fips.{accessPointArn#region}.{arnPartition#dualStackDnsSuffix}", [bi]: az, [bo]: aA }, [bb]: o }, { [bc]: aS, endpoint: { [bh]: "https://s3-outposts-fips.{accessPointArn#region}.{arnPartition#dnsSuffix}", [bi]: az, [bo]: aA }, [bb]: o }, { [bc]: aT, endpoint: { [bh]: "https://s3-outposts.{accessPointArn#region}.{arnPartition#dualStackDnsSuffix}", [bi]: az, [bo]: aA }, [bb]: o }, { [bc]: aQ, endpoint: { [bh]: l, [bi]: az, [bo]: aA }, [bb]: o }, { endpoint: { [bh]: "https://s3-outposts.{accessPointArn#region}.{arnPartition#dnsSuffix}", [bi]: az, [bo]: aA }, [bb]: o }], [bb]: p }, { error: "Expected an outpost type `accesspoint`, found `{outpostType}`", [bb]: h }], [bb]: p }, { error: "Invalid ARN: expected an access point name", [bb]: h }], [bb]: p }, aB], [bb]: p }, { error: "Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{accessPointArn#accountId}`", [bb]: h }], [bb]: p }, aC], [bb]: p }, { error: "Invalid region in ARN: `{accessPointArn#region}` (invalid DNS name)", [bb]: h }], [bb]: p }, ao], [bb]: p }], [bb]: p }], [bb]: p }, aD], [bb]: p }, aE], [bb]: p }], [bb]: p }, aF], [bb]: p }, { [bc]: [{ [bd]: c, [be]: aZ }, { [bd]: q, [be]: aZ, [bg]: J }], rules: [{ [bc]: [{ [bd]: g, [be]: [aG, B], [bg]: C }, av], rules: [{ [bc]: [{ [bd]: f, [be]: [{ [bd]: g, [be]: [aG, s] }, m] }], rules: [{ [bc]: [{ [bd]: g, [be]: [aG, D], [bg]: E }], rules: [{ [bc]: aY, rules: [Z, { [bc]: [ai, aj, { [bd]: i, [be]: [{ [bd]: f, [be]: [aH, n] }] }], error: "Invalid configuration: region from ARN `{bucketArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [bb]: h }, { [bc]: [{ [bd]: e, [be]: [aH], [bg]: u }], rules: [{ [bc]: aO, rules: [{ [bc]: aV, rules: [{ [bc]: [{ [bd]: j, [be]: [aH, b] }], rules: [{ [bc]: [{ [bd]: i, [be]: [{ [bd]: f, [be]: [aI, ""] }] }], rules: [{ [bc]: [{ [bd]: j, [be]: [aI, a] }], rules: [{ [bc]: [W, { [bd]: i, [be]: [{ [bd]: f, [be]: [X, K] }] }], error: "Invalid ARN: the accountId specified in the ARN (`{bucketArn#accountId}`) does not match the parameter (`{AccountId}`)", [bb]: h }, { [bc]: [{ [bd]: g, [be]: [aG, G], [bg]: H }], rules: [{ [bc]: [{ [bd]: g, [be]: [aG, I], [bg]: "bucketName" }], rules: [{ [bc]: [{ [bd]: f, [be]: [ay, "bucket"] }], rules: [{ [bc]: aR, endpoint: { [bh]: "https://s3-outposts-fips.{bucketArn#region}.{arnPartition#dualStackDnsSuffix}", [bi]: aJ, [bo]: aK }, [bb]: o }, { [bc]: aS, endpoint: { [bh]: "https://s3-outposts-fips.{bucketArn#region}.{arnPartition#dnsSuffix}", [bi]: aJ, [bo]: aK }, [bb]: o }, { [bc]: aT, endpoint: { [bh]: "https://s3-outposts.{bucketArn#region}.{arnPartition#dualStackDnsSuffix}", [bi]: aJ, [bo]: aK }, [bb]: o }, { [bc]: aQ, endpoint: { [bh]: l, [bi]: aJ, [bo]: aK }, [bb]: o }, { endpoint: { [bh]: "https://s3-outposts.{bucketArn#region}.{arnPartition#dnsSuffix}", [bi]: aJ, [bo]: aK }, [bb]: o }], [bb]: p }, { error: "Invalid ARN: Expected an outpost type `bucket`, found `{outpostType}`", [bb]: h }], [bb]: p }, { error: "Invalid ARN: expected a bucket name", [bb]: h }], [bb]: p }, aB], [bb]: p }, { error: "Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{bucketArn#accountId}`", [bb]: h }], [bb]: p }, aC], [bb]: p }, { error: "Invalid region in ARN: `{bucketArn#region}` (invalid DNS name)", [bb]: h }], [bb]: p }, ao], [bb]: p }], [bb]: p }], [bb]: p }, aD], [bb]: p }, aE], [bb]: p }], [bb]: p }, aF], [bb]: p }, { [bc]: aO, rules: [{ [bc]: aP, rules: [T, Y, { [bc]: aQ, rules: [{ [bc]: aT, error: k, [bb]: h }, { [bc]: [U, V, W], endpoint: { [bh]: "{url#scheme}://{AccountId}.{url#authority}{url#path}", [bi]: at, [bo]: ae }, [bb]: o }, { endpoint: { [bh]: l, [bi]: at, [bo]: ae }, [bb]: o }], [bb]: p }, { [bc]: [P, ab, U, V, W], endpoint: { [bh]: "https://{AccountId}.s3-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: aR, endpoint: { [bh]: "https://s3-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [P, aL, U, V, W], endpoint: { [bh]: "https://{AccountId}.s3-control-fips.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [P, aL], endpoint: { [bh]: "https://s3-control-fips.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [aM, ab, U, V, W], endpoint: { [bh]: "https://{AccountId}.s3-control.dualstack.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [aM, ab], endpoint: { [bh]: "https://s3-control.dualstack.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [aM, aL, U, V, W], endpoint: { [bh]: "https://{AccountId}.s3-control.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [aM, aL], endpoint: { [bh]: "https://s3-control.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }], [bb]: p }, af], [bb]: p }], [bb]: p }, { error: "Region must be set", [bb]: h }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
1
  const ba = "required", bb = "type", bc = "conditions", bd = "fn", be = "argv", bf = "ref", bg = "assign", bh = "url", bi = "properties", bj = "authSchemes", bk = "disableDoubleEncoding", bl = "name", bm = "signingName", bn = "signingRegion", bo = "headers", bp = "x-amz-account-id", bq = "x-amz-outpost-id";
2
- const a = false, b = true, c = "isSet", d = "booleanEquals", e = "aws.partition", f = "stringEquals", g = "getAttr", h = "error", i = "not", j = "isValidHostLabel", k = "Invalid Configuration: DualStack and custom endpoint are not supported", l = "{url#scheme}://{url#authority}{url#path}", m = "s3-outposts", n = "{Region}", o = "endpoint", p = "tree", q = "aws.parseArn", r = "resourceArn", s = "service", t = "s3express", u = "arnPartition", v = "{url#scheme}://{url#authority}", w = "substring", x = "accessPointSuffix", y = "s3expressAvailabilityZoneId", z = "s3expressAvailabilityZoneDelim", A = "accessPointArn", B = "resourceId[0]", C = "arnType", D = "resourceId[1]", E = "outpostId", F = "{accessPointArn#accountId}", G = "resourceId[2]", H = "outpostType", I = "resourceId[3]", J = "bucketArn", K = "{bucketArn#accountId}", L = { [ba]: false, [bb]: "String" }, M = { [ba]: true, "default": false, [bb]: "Boolean" }, N = { [ba]: false, [bb]: "Boolean" }, O = { [bf]: "Region" }, P = { [bd]: d, [be]: [{ [bf]: "UseFIPS" }, true] }, Q = { [bd]: e, [be]: [O], [bg]: "partitionResult" }, R = { [bd]: g, [be]: [{ [bf]: "partitionResult" }, "name"] }, S = { [bf]: "OutpostId" }, T = { [bc]: [{ [bd]: c, [be]: [{ [bf]: "RequiresAccountId" }] }, { [bd]: d, [be]: [{ [bf]: "RequiresAccountId" }, true] }, { [bd]: i, [be]: [{ [bd]: c, [be]: [{ [bf]: "AccountId" }] }] }], [h]: "AccountId is required but not set", [bb]: h }, U = { [bd]: c, [be]: [{ [bf]: "RequiresAccountId" }] }, V = { [bd]: d, [be]: [{ [bf]: "RequiresAccountId" }, true] }, W = { [bd]: c, [be]: [{ [bf]: "AccountId" }] }, X = { [bf]: "AccountId" }, Y = { [bc]: [W, { [bd]: i, [be]: [{ [bd]: j, [be]: [X, false] }] }], [h]: "AccountId must only contain a-z, A-Z, 0-9 and `-`.", [bb]: h }, Z = { [bc]: [{ [bd]: c, [be]: [{ [bf]: "Endpoint" }] }, { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, true] }], [h]: k, [bb]: h }, aa = { [bd]: c, [be]: [{ [bf]: "Endpoint" }] }, ab = { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, true] }, ac = { [bd]: "parseURL", [be]: [{ [bf]: "Endpoint" }], [bg]: "url" }, ad = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: n }] }, ae = {}, af = { [h]: "Invalid region: region was not a valid DNS name.", [bb]: h }, ag = { [bf]: r }, ah = { [bd]: g, [be]: [ag, "region"] }, ai = { [bd]: c, [be]: [{ [bf]: "UseArnRegion" }] }, aj = { [bd]: d, [be]: [{ [bf]: "UseArnRegion" }, false] }, ak = { [bc]: [ab], [h]: "S3Express does not support Dual-stack.", [bb]: h }, al = { [bc]: [aa, ac], [o]: { [bh]: v, [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, am = { [bc]: [P], [o]: { [bh]: "https://s3express-control-fips.{Region}.{partitionResult#dnsSuffix}", [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, an = { [o]: { [bh]: "https://s3express-control.{Region}.{partitionResult#dnsSuffix}", [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, ao = { [h]: "Client was configured for partition `{partitionResult#name}` but ARN has `{arnPartition#name}`", [bb]: h }, ap = { [bd]: c, [be]: [{ [bf]: "AccessPointName" }] }, aq = { [bf]: "AccessPointName" }, ar = { [bd]: f, [be]: [{ [bf]: z }, "--"] }, as = { [bf]: "UseS3ExpressControlEndpoint" }, at = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: "s3", [bn]: n }] }, au = { [bf]: A }, av = { [bd]: i, [be]: [{ [bd]: f, [be]: [{ [bf]: C }, ""] }] }, aw = { [bd]: g, [be]: [au, "region"] }, ax = { [bd]: g, [be]: [au, "accountId"] }, ay = { [bf]: H }, az = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: "{accessPointArn#region}" }] }, aA = { [bp]: [F], [bq]: ["{outpostId}"] }, aB = { [h]: "Invalid ARN: Expected a 4-component resource", [bb]: h }, aC = { [h]: "Invalid ARN: missing account ID", [bb]: h }, aD = { [h]: "Invalid ARN: The outpost Id must only contain a-z, A-Z, 0-9 and `-`., found: `{outpostId}`", [bb]: h }, aE = { [h]: "Invalid ARN: The Outpost Id was not set", [bb]: h }, aF = { [h]: "Invalid ARN: No ARN type specified", [bb]: h }, aG = { [bf]: J }, aH = { [bd]: g, [be]: [aG, "region"] }, aI = { [bd]: g, [be]: [aG, "accountId"] }, aJ = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: "{bucketArn#region}" }] }, aK = { [bp]: [K], [bq]: ["{outpostId}"] }, aL = { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, false] }, aM = { [bd]: d, [be]: [{ [bf]: "UseFIPS" }, false] }, aN = [O], aO = [Q], aP = [{ [bd]: j, [be]: [O, true] }], aQ = [aa, ac], aR = [P, ab], aS = [P], aT = [ab], aU = [{ [bf]: "ResourceArn" }], aV = [{ [bd]: f, [be]: [{ [bd]: g, [be]: [{ [bf]: u }, "name"] }, R] }], aW = [aq], aX = [am, an], aY = [{ [bd]: j, [be]: [{ [bf]: E }, false] }], aZ = [{ [bf]: "Bucket" }];
2
+ const a = false, b = true, c = "isSet", d = "booleanEquals", e = "aws.partition", f = "stringEquals", g = "getAttr", h = "error", i = "not", j = "isValidHostLabel", k = "Invalid Configuration: DualStack and custom endpoint are not supported", l = "{url#scheme}://{url#authority}{url#path}", m = "s3-outposts", n = "{Region}", o = "endpoint", p = "tree", q = "aws.parseArn", r = "resourceArn", s = "service", t = "s3express", u = "arnPartition", v = "{url#scheme}://{url#authority}", w = "substring", x = "accessPointSuffix", y = "s3expressAvailabilityZoneId", z = "s3expressAvailabilityZoneDelim", A = "accessPointArn", B = "resourceId[0]", C = "arnType", D = "resourceId[1]", E = "outpostId", F = "{accessPointArn#accountId}", G = "resourceId[2]", H = "outpostType", I = "resourceId[3]", J = "bucketArn", K = "{bucketArn#accountId}", L = { [ba]: false, [bb]: "string" }, M = { [ba]: true, "default": false, [bb]: "boolean" }, N = { [ba]: false, [bb]: "boolean" }, O = { [bf]: "Region" }, P = { [bd]: d, [be]: [{ [bf]: "UseFIPS" }, true] }, Q = { [bd]: e, [be]: [O], [bg]: "partitionResult" }, R = { [bd]: g, [be]: [{ [bf]: "partitionResult" }, "name"] }, S = { [bf]: "OutpostId" }, T = { [bc]: [{ [bd]: c, [be]: [{ [bf]: "RequiresAccountId" }] }, { [bd]: d, [be]: [{ [bf]: "RequiresAccountId" }, true] }, { [bd]: i, [be]: [{ [bd]: c, [be]: [{ [bf]: "AccountId" }] }] }], [h]: "AccountId is required but not set", [bb]: h }, U = { [bd]: c, [be]: [{ [bf]: "RequiresAccountId" }] }, V = { [bd]: d, [be]: [{ [bf]: "RequiresAccountId" }, true] }, W = { [bd]: c, [be]: [{ [bf]: "AccountId" }] }, X = { [bf]: "AccountId" }, Y = { [bc]: [W, { [bd]: i, [be]: [{ [bd]: j, [be]: [X, false] }] }], [h]: "AccountId must only contain a-z, A-Z, 0-9 and `-`.", [bb]: h }, Z = { [bc]: [{ [bd]: c, [be]: [{ [bf]: "Endpoint" }] }, { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, true] }], [h]: k, [bb]: h }, aa = { [bd]: c, [be]: [{ [bf]: "Endpoint" }] }, ab = { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, true] }, ac = { [bd]: "parseURL", [be]: [{ [bf]: "Endpoint" }], [bg]: "url" }, ad = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: n }] }, ae = {}, af = { [h]: "Invalid region: region was not a valid DNS name.", [bb]: h }, ag = { [bf]: r }, ah = { [bd]: g, [be]: [ag, "region"] }, ai = { [bd]: c, [be]: [{ [bf]: "UseArnRegion" }] }, aj = { [bd]: d, [be]: [{ [bf]: "UseArnRegion" }, false] }, ak = { [bc]: [ab], [h]: "S3Express does not support Dual-stack.", [bb]: h }, al = { [bc]: [aa, ac], [o]: { [bh]: v, [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, am = { [bc]: [P], [o]: { [bh]: "https://s3express-control-fips.{Region}.{partitionResult#dnsSuffix}", [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, an = { [o]: { [bh]: "https://s3express-control.{Region}.{partitionResult#dnsSuffix}", [bi]: { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: t, [bn]: n }] }, [bo]: {} }, [bb]: o }, ao = { [h]: "Client was configured for partition `{partitionResult#name}` but ARN has `{arnPartition#name}`", [bb]: h }, ap = { [bd]: c, [be]: [{ [bf]: "AccessPointName" }] }, aq = { [bf]: "AccessPointName" }, ar = { [bd]: f, [be]: [{ [bf]: z }, "--"] }, as = { [bf]: "UseS3ExpressControlEndpoint" }, at = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: "s3", [bn]: n }] }, au = { [bf]: A }, av = { [bd]: i, [be]: [{ [bd]: f, [be]: [{ [bf]: C }, ""] }] }, aw = { [bd]: g, [be]: [au, "region"] }, ax = { [bd]: g, [be]: [au, "accountId"] }, ay = { [bf]: H }, az = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: "{accessPointArn#region}" }] }, aA = { [bp]: [F], [bq]: ["{outpostId}"] }, aB = { [h]: "Invalid ARN: Expected a 4-component resource", [bb]: h }, aC = { [h]: "Invalid ARN: missing account ID", [bb]: h }, aD = { [h]: "Invalid ARN: The outpost Id must only contain a-z, A-Z, 0-9 and `-`., found: `{outpostId}`", [bb]: h }, aE = { [h]: "Invalid ARN: The Outpost Id was not set", [bb]: h }, aF = { [h]: "Invalid ARN: No ARN type specified", [bb]: h }, aG = { [bf]: J }, aH = { [bd]: g, [be]: [aG, "region"] }, aI = { [bd]: g, [be]: [aG, "accountId"] }, aJ = { [bj]: [{ [bk]: true, [bl]: "sigv4", [bm]: m, [bn]: "{bucketArn#region}" }] }, aK = { [bp]: [K], [bq]: ["{outpostId}"] }, aL = { [bd]: d, [be]: [{ [bf]: "UseDualStack" }, false] }, aM = { [bd]: d, [be]: [{ [bf]: "UseFIPS" }, false] }, aN = [O], aO = [Q], aP = [{ [bd]: j, [be]: [O, true] }], aQ = [aa, ac], aR = [P, ab], aS = [P], aT = [ab], aU = [{ [bf]: "ResourceArn" }], aV = [{ [bd]: f, [be]: [{ [bd]: g, [be]: [{ [bf]: u }, "name"] }, R] }], aW = [aq], aX = [am, an], aY = [{ [bd]: j, [be]: [{ [bf]: E }, false] }], aZ = [{ [bf]: "Bucket" }];
3
3
  const _data = { version: "1.0", parameters: { Region: L, UseFIPS: M, UseDualStack: M, Endpoint: L, AccountId: L, RequiresAccountId: N, OutpostId: L, Bucket: L, AccessPointName: L, UseArnRegion: N, ResourceArn: L, UseS3ExpressControlEndpoint: N }, rules: [{ [bc]: [{ [bd]: c, [be]: aN }], rules: [{ [bc]: [P, Q, { [bd]: f, [be]: [R, "aws-cn"] }], error: "Partition does not support FIPS", [bb]: h }, { [bc]: [{ [bd]: c, [be]: [S] }], rules: [{ [bc]: aO, rules: [T, Y, { [bc]: [{ [bd]: i, [be]: [{ [bd]: j, [be]: [S, a] }] }], error: "OutpostId must only contain a-z, A-Z, 0-9 and `-`.", [bb]: h }, Z, { [bc]: aP, rules: [{ [bc]: aQ, endpoint: { [bh]: l, [bi]: ad, [bo]: ae }, [bb]: o }, { [bc]: aR, endpoint: { [bh]: "https://s3-outposts-fips.{Region}.{partitionResult#dualStackDnsSuffix}", [bi]: ad, [bo]: ae }, [bb]: o }, { [bc]: aS, endpoint: { [bh]: "https://s3-outposts-fips.{Region}.{partitionResult#dnsSuffix}", [bi]: ad, [bo]: ae }, [bb]: o }, { [bc]: aT, endpoint: { [bh]: "https://s3-outposts.{Region}.{partitionResult#dualStackDnsSuffix}", [bi]: ad, [bo]: ae }, [bb]: o }, { endpoint: { [bh]: "https://s3-outposts.{Region}.{partitionResult#dnsSuffix}", [bi]: ad, [bo]: ae }, [bb]: o }], [bb]: p }, af], [bb]: p }], [bb]: p }, { [bc]: [{ [bd]: c, [be]: aU }, { [bd]: q, [be]: aU, [bg]: r }, { [bd]: f, [be]: [{ [bd]: g, [be]: [ag, s] }, t] }], rules: [{ [bc]: aO, rules: [{ [bc]: [{ [bd]: e, [be]: [ah], [bg]: u }], rules: [{ [bc]: aV, rules: [{ [bc]: [ai, aj, { [bd]: i, [be]: [{ [bd]: f, [be]: [ah, n] }] }], error: "Invalid configuration: region from ARN `{resourceArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [bb]: h }, Z, ak, al, am, an], [bb]: p }, ao], [bb]: p }], [bb]: p }], [bb]: p }, { [bc]: [ap, { [bd]: w, [be]: [aq, 0, 7, b], [bg]: x }, { [bd]: f, [be]: [{ [bf]: x }, "--xa-s3"] }], rules: [{ [bc]: aO, rules: [Z, ak, al, { [bc]: [{ [bd]: w, [be]: [aq, 7, 15, b], [bg]: y }, { [bd]: w, [be]: [aq, 15, 17, b], [bg]: z }, ar], rules: aX, [bb]: p }, { [bc]: [{ [bd]: w, [be]: [aq, 7, 16, b], [bg]: y }, { [bd]: w, [be]: [aq, 16, 18, b], [bg]: z }, ar], rules: aX, [bb]: p }, { [bc]: [{ [bd]: w, [be]: [aq, 7, 20, b], [bg]: y }, { [bd]: w, [be]: [aq, 20, 22, b], [bg]: z }, ar], rules: aX, [bb]: p }, { [bc]: [{ [bd]: w, [be]: [aq, 7, 21, b], [bg]: y }, { [bd]: w, [be]: [aq, 21, 23, b], [bg]: z }, ar], rules: aX, [bb]: p }, { [bc]: [{ [bd]: w, [be]: [aq, 7, 27, b], [bg]: y }, { [bd]: w, [be]: [aq, 27, 29, b], [bg]: z }, ar], rules: aX, [bb]: p }, { error: "Unrecognized S3Express Access Point name format.", [bb]: h }], [bb]: p }], [bb]: p }, { [bc]: [{ [bd]: c, [be]: [as] }, { [bd]: d, [be]: [as, b] }], rules: [{ [bc]: aO, rules: [Z, ak, al, am, an], [bb]: p }], [bb]: p }, { [bc]: [{ [bd]: f, [be]: [O, "snow"] }, aa, ac], rules: [{ [bc]: aO, rules: [{ [bc]: aT, error: "S3 Snow does not support DualStack", [bb]: h }, { [bc]: aS, error: "S3 Snow does not support FIPS", [bb]: h }, { endpoint: { [bh]: v, [bi]: at, [bo]: ae }, [bb]: o }], [bb]: p }], [bb]: p }, { [bc]: [ap, { [bd]: q, [be]: aW, [bg]: A }], rules: [{ [bc]: [{ [bd]: g, [be]: [au, B], [bg]: C }, av], rules: [{ [bc]: [{ [bd]: f, [be]: [{ [bd]: g, [be]: [au, s] }, m] }], rules: [{ [bc]: [{ [bd]: g, [be]: [au, D], [bg]: E }], rules: [{ [bc]: aY, rules: [Z, { [bc]: [ai, aj, { [bd]: i, [be]: [{ [bd]: f, [be]: [aw, n] }] }], error: "Invalid configuration: region from ARN `{accessPointArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [bb]: h }, { [bc]: aO, rules: [{ [bc]: [{ [bd]: e, [be]: [aw], [bg]: u }], rules: [{ [bc]: aV, rules: [{ [bc]: [{ [bd]: j, [be]: [aw, b] }], rules: [{ [bc]: [{ [bd]: i, [be]: [{ [bd]: f, [be]: [ax, ""] }] }], rules: [{ [bc]: [{ [bd]: j, [be]: [ax, a] }], rules: [{ [bc]: [W, { [bd]: i, [be]: [{ [bd]: f, [be]: [X, F] }] }], error: "Invalid ARN: the accountId specified in the ARN (`{accessPointArn#accountId}`) does not match the parameter (`{AccountId}`)", [bb]: h }, { [bc]: [{ [bd]: g, [be]: [au, G], [bg]: H }], rules: [{ [bc]: [{ [bd]: g, [be]: [au, I], [bg]: "accessPointName" }], rules: [{ [bc]: [{ [bd]: f, [be]: [ay, "accesspoint"] }], rules: [{ [bc]: aR, endpoint: { [bh]: "https://s3-outposts-fips.{accessPointArn#region}.{arnPartition#dualStackDnsSuffix}", [bi]: az, [bo]: aA }, [bb]: o }, { [bc]: aS, endpoint: { [bh]: "https://s3-outposts-fips.{accessPointArn#region}.{arnPartition#dnsSuffix}", [bi]: az, [bo]: aA }, [bb]: o }, { [bc]: aT, endpoint: { [bh]: "https://s3-outposts.{accessPointArn#region}.{arnPartition#dualStackDnsSuffix}", [bi]: az, [bo]: aA }, [bb]: o }, { [bc]: aQ, endpoint: { [bh]: l, [bi]: az, [bo]: aA }, [bb]: o }, { endpoint: { [bh]: "https://s3-outposts.{accessPointArn#region}.{arnPartition#dnsSuffix}", [bi]: az, [bo]: aA }, [bb]: o }], [bb]: p }, { error: "Expected an outpost type `accesspoint`, found `{outpostType}`", [bb]: h }], [bb]: p }, { error: "Invalid ARN: expected an access point name", [bb]: h }], [bb]: p }, aB], [bb]: p }, { error: "Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{accessPointArn#accountId}`", [bb]: h }], [bb]: p }, aC], [bb]: p }, { error: "Invalid region in ARN: `{accessPointArn#region}` (invalid DNS name)", [bb]: h }], [bb]: p }, ao], [bb]: p }], [bb]: p }], [bb]: p }, aD], [bb]: p }, aE], [bb]: p }], [bb]: p }, aF], [bb]: p }, { [bc]: [{ [bd]: c, [be]: aZ }, { [bd]: q, [be]: aZ, [bg]: J }], rules: [{ [bc]: [{ [bd]: g, [be]: [aG, B], [bg]: C }, av], rules: [{ [bc]: [{ [bd]: f, [be]: [{ [bd]: g, [be]: [aG, s] }, m] }], rules: [{ [bc]: [{ [bd]: g, [be]: [aG, D], [bg]: E }], rules: [{ [bc]: aY, rules: [Z, { [bc]: [ai, aj, { [bd]: i, [be]: [{ [bd]: f, [be]: [aH, n] }] }], error: "Invalid configuration: region from ARN `{bucketArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [bb]: h }, { [bc]: [{ [bd]: e, [be]: [aH], [bg]: u }], rules: [{ [bc]: aO, rules: [{ [bc]: aV, rules: [{ [bc]: [{ [bd]: j, [be]: [aH, b] }], rules: [{ [bc]: [{ [bd]: i, [be]: [{ [bd]: f, [be]: [aI, ""] }] }], rules: [{ [bc]: [{ [bd]: j, [be]: [aI, a] }], rules: [{ [bc]: [W, { [bd]: i, [be]: [{ [bd]: f, [be]: [X, K] }] }], error: "Invalid ARN: the accountId specified in the ARN (`{bucketArn#accountId}`) does not match the parameter (`{AccountId}`)", [bb]: h }, { [bc]: [{ [bd]: g, [be]: [aG, G], [bg]: H }], rules: [{ [bc]: [{ [bd]: g, [be]: [aG, I], [bg]: "bucketName" }], rules: [{ [bc]: [{ [bd]: f, [be]: [ay, "bucket"] }], rules: [{ [bc]: aR, endpoint: { [bh]: "https://s3-outposts-fips.{bucketArn#region}.{arnPartition#dualStackDnsSuffix}", [bi]: aJ, [bo]: aK }, [bb]: o }, { [bc]: aS, endpoint: { [bh]: "https://s3-outposts-fips.{bucketArn#region}.{arnPartition#dnsSuffix}", [bi]: aJ, [bo]: aK }, [bb]: o }, { [bc]: aT, endpoint: { [bh]: "https://s3-outposts.{bucketArn#region}.{arnPartition#dualStackDnsSuffix}", [bi]: aJ, [bo]: aK }, [bb]: o }, { [bc]: aQ, endpoint: { [bh]: l, [bi]: aJ, [bo]: aK }, [bb]: o }, { endpoint: { [bh]: "https://s3-outposts.{bucketArn#region}.{arnPartition#dnsSuffix}", [bi]: aJ, [bo]: aK }, [bb]: o }], [bb]: p }, { error: "Invalid ARN: Expected an outpost type `bucket`, found `{outpostType}`", [bb]: h }], [bb]: p }, { error: "Invalid ARN: expected a bucket name", [bb]: h }], [bb]: p }, aB], [bb]: p }, { error: "Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{bucketArn#accountId}`", [bb]: h }], [bb]: p }, aC], [bb]: p }, { error: "Invalid region in ARN: `{bucketArn#region}` (invalid DNS name)", [bb]: h }], [bb]: p }, ao], [bb]: p }], [bb]: p }], [bb]: p }, aD], [bb]: p }, aE], [bb]: p }], [bb]: p }, aF], [bb]: p }, { [bc]: aO, rules: [{ [bc]: aP, rules: [T, Y, { [bc]: aQ, rules: [{ [bc]: aT, error: k, [bb]: h }, { [bc]: [U, V, W], endpoint: { [bh]: "{url#scheme}://{AccountId}.{url#authority}{url#path}", [bi]: at, [bo]: ae }, [bb]: o }, { endpoint: { [bh]: l, [bi]: at, [bo]: ae }, [bb]: o }], [bb]: p }, { [bc]: [P, ab, U, V, W], endpoint: { [bh]: "https://{AccountId}.s3-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: aR, endpoint: { [bh]: "https://s3-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [P, aL, U, V, W], endpoint: { [bh]: "https://{AccountId}.s3-control-fips.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [P, aL], endpoint: { [bh]: "https://s3-control-fips.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [aM, ab, U, V, W], endpoint: { [bh]: "https://{AccountId}.s3-control.dualstack.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [aM, ab], endpoint: { [bh]: "https://s3-control.dualstack.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [aM, aL, U, V, W], endpoint: { [bh]: "https://{AccountId}.s3-control.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }, { [bc]: [aM, aL], endpoint: { [bh]: "https://s3-control.{Region}.{partitionResult#dnsSuffix}", [bi]: at, [bo]: ae }, [bb]: o }], [bb]: p }, af], [bb]: p }], [bb]: p }, { error: "Region must be set", [bb]: h }] };
4
4
  export const ruleSet = _data;
@@ -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.918.0",
4
+ "version": "3.919.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",
@@ -23,11 +23,11 @@
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
25
  "@aws-sdk/core": "3.916.0",
26
- "@aws-sdk/credential-provider-node": "3.918.0",
26
+ "@aws-sdk/credential-provider-node": "3.919.0",
27
27
  "@aws-sdk/middleware-bucket-endpoint": "3.914.0",
28
28
  "@aws-sdk/middleware-host-header": "3.914.0",
29
29
  "@aws-sdk/middleware-logger": "3.914.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.914.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.919.0",
31
31
  "@aws-sdk/middleware-sdk-s3-control": "3.916.0",
32
32
  "@aws-sdk/middleware-user-agent": "3.916.0",
33
33
  "@aws-sdk/region-config-resolver": "3.914.0",
@@ -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.916.0",
4
+ "version": "3.919.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",
@@ -23,7 +23,7 @@
23
23
  "@aws-sdk/core": "3.916.0",
24
24
  "@aws-sdk/middleware-host-header": "3.914.0",
25
25
  "@aws-sdk/middleware-logger": "3.914.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.914.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.919.0",
27
27
  "@aws-sdk/middleware-user-agent": "3.916.0",
28
28
  "@aws-sdk/region-config-resolver": "3.914.0",
29
29
  "@aws-sdk/types": "3.914.0",
@@ -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.918.0",
4
+ "version": "3.919.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",
@@ -23,10 +23,10 @@
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
25
  "@aws-sdk/core": "3.916.0",
26
- "@aws-sdk/credential-provider-node": "3.918.0",
26
+ "@aws-sdk/credential-provider-node": "3.919.0",
27
27
  "@aws-sdk/middleware-host-header": "3.914.0",
28
28
  "@aws-sdk/middleware-logger": "3.914.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.914.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.919.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.916.0",
31
31
  "@aws-sdk/region-config-resolver": "3.914.0",
32
32
  "@aws-sdk/types": "3.914.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.918.0",
3
+ "version": "3.919.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",
@@ -32,9 +32,9 @@
32
32
  "@aws-sdk/credential-provider-env": "3.916.0",
33
33
  "@aws-sdk/credential-provider-http": "3.916.0",
34
34
  "@aws-sdk/credential-provider-process": "3.916.0",
35
- "@aws-sdk/credential-provider-sso": "3.916.0",
36
- "@aws-sdk/credential-provider-web-identity": "3.918.0",
37
- "@aws-sdk/nested-clients": "3.916.0",
35
+ "@aws-sdk/credential-provider-sso": "3.919.0",
36
+ "@aws-sdk/credential-provider-web-identity": "3.919.0",
37
+ "@aws-sdk/nested-clients": "3.919.0",
38
38
  "@aws-sdk/types": "3.914.0",
39
39
  "@smithy/credential-provider-imds": "^4.2.3",
40
40
  "@smithy/property-provider": "^4.2.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.916.0",
3
+ "version": "3.919.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.916.0",
29
+ "@aws-sdk/client-sso": "3.919.0",
30
30
  "@aws-sdk/core": "3.916.0",
31
- "@aws-sdk/token-providers": "3.916.0",
31
+ "@aws-sdk/token-providers": "3.919.0",
32
32
  "@aws-sdk/types": "3.914.0",
33
33
  "@smithy/property-provider": "^4.2.3",
34
34
  "@smithy/shared-ini-file-loader": "^4.3.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.918.0",
3
+ "version": "3.919.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",
@@ -35,7 +35,7 @@
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
37
  "@aws-sdk/core": "3.916.0",
38
- "@aws-sdk/nested-clients": "3.916.0",
38
+ "@aws-sdk/nested-clients": "3.919.0",
39
39
  "@aws-sdk/types": "3.914.0",
40
40
  "@smithy/property-provider": "^4.2.3",
41
41
  "@smithy/shared-ini-file-loader": "^4.3.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.916.0",
3
+ "version": "3.919.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -32,7 +32,7 @@
32
32
  "@aws-sdk/core": "3.916.0",
33
33
  "@aws-sdk/middleware-host-header": "3.914.0",
34
34
  "@aws-sdk/middleware-logger": "3.914.0",
35
- "@aws-sdk/middleware-recursion-detection": "3.914.0",
35
+ "@aws-sdk/middleware-recursion-detection": "3.919.0",
36
36
  "@aws-sdk/middleware-user-agent": "3.916.0",
37
37
  "@aws-sdk/region-config-resolver": "3.914.0",
38
38
  "@aws-sdk/types": "3.914.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.918.0",
3
+ "version": "3.919.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -33,10 +33,10 @@
33
33
  "dependencies": {
34
34
  "@aws-sdk/credential-provider-env": "3.916.0",
35
35
  "@aws-sdk/credential-provider-http": "3.916.0",
36
- "@aws-sdk/credential-provider-ini": "3.918.0",
36
+ "@aws-sdk/credential-provider-ini": "3.919.0",
37
37
  "@aws-sdk/credential-provider-process": "3.916.0",
38
- "@aws-sdk/credential-provider-sso": "3.916.0",
39
- "@aws-sdk/credential-provider-web-identity": "3.918.0",
38
+ "@aws-sdk/credential-provider-sso": "3.919.0",
39
+ "@aws-sdk/credential-provider-web-identity": "3.919.0",
40
40
  "@aws-sdk/types": "3.914.0",
41
41
  "@smithy/credential-provider-imds": "^4.2.3",
42
42
  "@smithy/property-provider": "^4.2.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.916.0",
3
+ "version": "3.919.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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.914.0",
3
+ "version": "3.919.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@aws-sdk/types": "3.914.0",
28
- "@aws/lambda-invoke-store": "^0.0.1",
28
+ "@aws/lambda-invoke-store": "^0.1.1",
29
29
  "@smithy/protocol-http": "^5.3.3",
30
30
  "@smithy/types": "^4.8.0",
31
31
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.916.0",
3
+ "version": "3.919.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -32,7 +32,7 @@
32
32
  "@aws-sdk/core": "3.916.0",
33
33
  "@aws-sdk/middleware-host-header": "3.914.0",
34
34
  "@aws-sdk/middleware-logger": "3.914.0",
35
- "@aws-sdk/middleware-recursion-detection": "3.914.0",
35
+ "@aws-sdk/middleware-recursion-detection": "3.919.0",
36
36
  "@aws-sdk/middleware-user-agent": "3.916.0",
37
37
  "@aws-sdk/region-config-resolver": "3.914.0",
38
38
  "@aws-sdk/types": "3.914.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.916.0",
3
+ "version": "3.919.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -30,7 +30,7 @@
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
32
  "@aws-sdk/core": "3.916.0",
33
- "@aws-sdk/nested-clients": "3.916.0",
33
+ "@aws-sdk/nested-clients": "3.919.0",
34
34
  "@aws-sdk/types": "3.914.0",
35
35
  "@smithy/property-provider": "^4.2.3",
36
36
  "@smithy/shared-ini-file-loader": "^4.3.3",
package/package.json CHANGED
@@ -52,13 +52,13 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@antfu/eslint-config": "^6.1.0",
55
- "@types/aws-lambda": "^8.10.156",
55
+ "@types/aws-lambda": "^8.10.157",
56
56
  "@types/jest": "^30.0.0",
57
- "@types/node": "^24.9.1",
57
+ "@types/node": "^24.9.2",
58
58
  "@typescript-eslint/eslint-plugin": "^8.46.2",
59
59
  "@typescript-eslint/parser": "^8.46.2",
60
60
  "aws-cdk": "^2.1031.0",
61
- "aws-cdk-lib": "^2.221.0",
61
+ "aws-cdk-lib": "^2.221.1",
62
62
  "cdk-dia": "^0.12.1",
63
63
  "constructs": "^10.4.2",
64
64
  "esbuild": "^0.25.11",
@@ -67,9 +67,9 @@
67
67
  "http-server": "^14.1.1",
68
68
  "jest": "^30.2.0",
69
69
  "jsii": "^5.9.10",
70
- "jsii-diff": "^1.117.0",
71
- "jsii-docgen": "^10.11.0",
72
- "jsii-pacmak": "^1.117.0",
70
+ "jsii-diff": "^1.118.0",
71
+ "jsii-docgen": "^10.11.1",
72
+ "jsii-pacmak": "^1.118.0",
73
73
  "jsii-rosetta": "^5.9.12",
74
74
  "publib": "^0.2.1025",
75
75
  "ts-jest": "^29.4.5",
@@ -81,11 +81,11 @@
81
81
  "constructs": "^10.4.2"
82
82
  },
83
83
  "dependencies": {
84
- "@aws-sdk/client-s3": "^3.918.0",
85
- "@aws-sdk/client-s3-control": "^3.918.0",
86
- "@aws-sdk/client-sts": "^3.918.0",
87
- "@types/aws-lambda": "^8.10.156",
88
- "aws-cdk-lib": "^2.221.0",
84
+ "@aws-sdk/client-s3": "^3.919.0",
85
+ "@aws-sdk/client-s3-control": "^3.919.0",
86
+ "@aws-sdk/client-sts": "^3.919.0",
87
+ "@types/aws-lambda": "^8.10.157",
88
+ "aws-cdk-lib": "^2.221.1",
89
89
  "aws-sdk": "^2.1692.0",
90
90
  "cdk-iam-floyd": "^0.728.0",
91
91
  "constructs": "^10.4.2",
@@ -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.30",
115
+ "version": "0.0.31",
116
116
  "jsii": {
117
117
  "outdir": "dist",
118
118
  "tsc": {