p6-cdk-s3-protector 0.0.48 → 0.0.50

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 (704) hide show
  1. package/.jsii +7 -7
  2. package/lib/p6cdks3protector.js +1 -1
  3. package/node_modules/@aws/lambda-invoke-store/README.md +35 -27
  4. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
  5. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
  6. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
  7. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
  8. package/node_modules/@aws/lambda-invoke-store/package.json +2 -2
  9. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +525 -491
  10. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -1
  11. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +392 -0
  12. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +173 -0
  13. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -436
  14. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -126
  15. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +62 -33
  16. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +8 -3
  18. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +5 -0
  19. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +7 -2
  20. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  24. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -2
  31. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -2
  42. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -1
  53. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -1
  54. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +960 -0
  55. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +207 -0
  56. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3701 -929
  57. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +3 -3889
  58. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +2 -0
  59. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  69. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  73. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  75. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
  90. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +514 -0
  92. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +87 -0
  93. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +607 -487
  94. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +11 -677
  95. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  96. package/node_modules/@aws-sdk/client-s3/package.json +27 -27
  97. package/node_modules/@aws-sdk/client-s3-control/dist-cjs/index.js +282 -282
  98. package/node_modules/@aws-sdk/client-s3-control/dist-es/index.js +2 -1
  99. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/enums.js +281 -0
  100. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/errors.js +165 -0
  101. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_0.js +1 -370
  102. package/node_modules/@aws-sdk/client-s3-control/dist-es/schemas/schemas_0.js +1 -1
  103. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -2
  104. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListJobsCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointScopeCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  118. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  119. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  123. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  126. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/TagResourceCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
  131. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
  132. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  133. package/node_modules/@aws-sdk/client-s3-control/dist-types/index.d.ts +3 -1
  134. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/enums.d.ts +689 -0
  135. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/errors.d.ts +160 -0
  136. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_0.d.ts +1165 -753
  137. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -2
  138. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  151. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  152. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  155. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  157. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  158. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  160. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  161. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  162. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  163. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  164. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
  165. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
  166. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  167. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/index.d.ts +3 -1
  168. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/enums.d.ts +371 -0
  169. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/errors.d.ts +95 -0
  170. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_0.d.ts +307 -412
  171. package/node_modules/@aws-sdk/client-s3-control/package.json +21 -21
  172. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  173. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  174. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  175. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  176. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  177. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  178. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  179. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  180. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  181. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  182. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  183. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  184. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +125 -0
  185. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  186. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js → client-sts/dist-es/commands/GetWebIdentityTokenCommand.js} +5 -5
  187. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  188. package/node_modules/@aws-sdk/client-sts/dist-es/index.js +1 -1
  189. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js → client-sts/dist-es/models/errors.js} +60 -0
  190. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +1 -109
  191. package/node_modules/@aws-sdk/client-sts/dist-es/schemas/schemas_0.js +74 -1
  192. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  193. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  194. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -3
  195. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -3
  196. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
  197. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +2 -3
  198. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetDelegatedAccessTokenCommand.d.ts +19 -5
  199. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -3
  200. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -3
  201. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetWebIdentityTokenCommand.d.ts +98 -0
  202. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  203. package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +2 -1
  204. package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +172 -0
  205. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +61 -137
  206. package/node_modules/@aws-sdk/client-sts/dist-types/schemas/schemas_0.d.ts +8 -0
  207. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  208. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +8 -2
  209. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetWebIdentityTokenCommand.d.ts +51 -0
  210. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  211. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +2 -1
  212. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts → client-sts/dist-types/ts3.4/models/errors.d.ts} +47 -59
  213. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +10 -71
  214. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  215. package/node_modules/@aws-sdk/client-sts/package.json +19 -19
  216. package/node_modules/@aws-sdk/core/package.json +4 -4
  217. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  218. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  219. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  220. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  221. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  222. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  223. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  224. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  225. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  226. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  227. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  228. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  229. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  230. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/LICENSE +201 -0
  231. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/README.md +10 -0
  232. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
  233. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  234. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
  235. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  236. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  237. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  238. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  239. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  240. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
  241. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  242. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
  243. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  244. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  245. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  246. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  247. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +31 -0
  248. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  249. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +31 -0
  250. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  251. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  252. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  253. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  254. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/package.json +61 -0
  255. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  256. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  257. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  258. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  259. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  260. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  261. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  262. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  263. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  264. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  265. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  266. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  267. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  268. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  269. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  270. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
  271. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
  272. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +3 -3
  273. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  274. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
  275. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  276. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
  277. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
  278. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  279. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  280. package/node_modules/@aws-sdk/middleware-sdk-s3-control/package.json +4 -4
  281. package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
  282. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  283. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/auth/httpAuthSchemeProvider.js +7 -7
  284. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  285. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  286. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.shared.js +4 -4
  287. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/index.js +10 -9
  288. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  289. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js → nested-clients/dist-es/submodules/signin/SigninClient.js} +3 -3
  290. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/auth/httpAuthSchemeProvider.js +4 -4
  291. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js → nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js} +5 -5
  292. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  293. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/endpoint/EndpointParameters.js +1 -1
  294. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  295. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  296. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js → nested-clients/dist-es/submodules/signin/models/SigninServiceException.js} +2 -2
  297. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  298. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  299. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeConfig.shared.js +5 -5
  300. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  301. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/index.js +2 -1
  302. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  303. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js → nested-clients/dist-es/submodules/sso-oidc/models/errors.js} +0 -9
  304. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  305. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/index.js +1 -1
  306. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  307. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  308. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts → nested-clients/dist-types/submodules/signin/SigninClient.d.ts} +15 -18
  309. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/signin}/auth/httpAuthExtensionConfiguration.d.ts +4 -4
  310. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/auth/httpAuthSchemeProvider.d.ts +8 -8
  311. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  312. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  313. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/signin}/extensionConfiguration.d.ts +1 -1
  314. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  315. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts → nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts} +2 -2
  316. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  317. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  318. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  319. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.browser.d.ts +4 -3
  320. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.d.ts +4 -3
  321. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.native.d.ts +4 -3
  322. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.shared.d.ts +3 -3
  323. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/signin}/runtimeExtensions.d.ts +2 -2
  324. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  325. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  326. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  327. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts → nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts} +1 -134
  328. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +109 -0
  329. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/index.d.ts +2 -1
  330. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  331. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  332. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  333. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  334. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts → nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts} +16 -14
  335. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/auth/httpAuthExtensionConfiguration.d.ts +4 -4
  336. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/auth/httpAuthSchemeProvider.d.ts +13 -13
  337. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  338. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  339. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/extensionConfiguration.d.ts +1 -1
  340. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  341. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts → nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts} +1 -1
  342. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  343. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  344. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  345. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.browser.d.ts +4 -8
  346. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.d.ts +6 -3
  347. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.native.d.ts +4 -8
  348. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.shared.d.ts +3 -3
  349. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeExtensions.d.ts +2 -2
  350. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  351. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  352. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  353. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts → nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts} +4 -31
  354. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +18 -0
  355. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  356. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts → nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts} +0 -59
  357. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +59 -0
  358. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/package.json +29 -18
  359. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/sts.d.ts → nested-clients/signin.d.ts} +2 -2
  360. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/sts.js → nested-clients/signin.js} +1 -1
  361. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  362. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  363. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  364. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  365. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  366. package/node_modules/@aws-sdk/types/package.json +1 -1
  367. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  368. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  369. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  370. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
  371. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  372. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
  373. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
  374. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  375. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
  376. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  377. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  378. package/node_modules/@smithy/core/package.json +2 -2
  379. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  380. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  381. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
  382. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  383. package/node_modules/@smithy/middleware-serde/package.json +1 -1
  384. package/node_modules/@smithy/smithy-client/package.json +3 -3
  385. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  386. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  387. package/node_modules/cdk-iam-floyd/README.md +4 -4
  388. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +8 -0
  389. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
  390. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
  391. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
  392. package/node_modules/cdk-iam-floyd/lib/generated/index.d.ts +3 -1
  393. package/node_modules/cdk-iam-floyd/lib/generated/index.js +15 -11
  394. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appstream2-0.d.ts +94 -0
  395. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appstream2-0.js +123 -2
  396. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/athena.d.ts +38 -0
  397. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/athena.js +47 -1
  398. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billing.d.ts +8 -0
  399. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billing.js +9 -1
  400. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudformation.d.ts +26 -0
  401. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudformation.js +32 -1
  402. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/eksmcpserver.d.ts +41 -0
  403. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/eksmcpserver.js +60 -0
  404. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/glue.d.ts +55 -0
  405. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/glue.js +61 -1
  406. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthlake.d.ts +56 -0
  407. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthlake.js +78 -1
  408. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lambda.d.ts +2 -0
  409. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lambda.js +3 -1
  410. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/mwaaserverless.d.ts +213 -0
  411. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/mwaaserverless.js +280 -0
  412. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/opensearchservice.d.ts +32 -0
  413. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/opensearchservice.js +45 -1
  414. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.d.ts +0 -8
  415. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.js +1 -12
  416. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/{sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.d.ts → sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue_athena.d.ts} +2 -2
  417. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/{sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.js → sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue_athena.js} +3 -3
  418. package/node_modules/cdk-iam-floyd/package.json +1 -1
  419. package/package.json +12 -12
  420. package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
  421. package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
  422. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
  423. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/index.js +0 -2
  424. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_1.js +0 -77
  425. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/index.d.ts +0 -2
  426. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_1.d.ts +0 -1263
  427. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/index.d.ts +0 -2
  428. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_1.d.ts +0 -330
  429. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  430. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  431. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  432. package/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  433. package/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  434. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  435. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  436. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +0 -211
  437. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +0 -6
  438. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  439. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  440. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -412
  441. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  442. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -696
  443. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +0 -8
  444. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  445. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  446. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +0 -116
  447. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/README.md +0 -13
  448. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -2
  449. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
  450. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +0 -560
  451. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  452. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -54
  453. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  454. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -62
  455. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  456. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  457. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
  458. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +0 -488
  459. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -68
  460. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  461. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -47
  462. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  463. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -9
  464. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -50
  465. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +0 -1
  466. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
  467. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +0 -5
  468. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -8
  469. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  470. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -190
  471. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -33
  472. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +0 -11
  473. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -38
  474. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -55
  475. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -16
  476. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +0 -2
  477. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +0 -22
  478. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -106
  479. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -15
  480. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -14
  481. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
  482. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  483. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +0 -63
  484. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -11
  485. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +0 -43
  486. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +0 -9
  487. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +0 -214
  488. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +0 -7
  489. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -55
  490. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -229
  491. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  492. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -176
  493. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -1
  494. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  495. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +0 -51
  496. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -14
  497. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  498. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -17
  499. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -23
  500. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +0 -27
  501. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -85
  502. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -271
  503. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -291
  504. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +0 -2
  505. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -23
  506. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -43
  507. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -44
  508. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -5
  509. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +0 -17
  510. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  511. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -60
  512. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +0 -58
  513. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -59
  514. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -33
  515. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +0 -26
  516. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -22
  517. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  518. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -43
  519. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -1
  520. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  521. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  522. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -9
  523. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  524. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -132
  525. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -116
  526. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -120
  527. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -11
  528. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -28
  529. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -39
  530. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -132
  531. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -57
  532. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -47
  533. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  534. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -2
  535. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -19
  536. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -33
  537. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -57
  538. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +0 -8
  539. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  540. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +0 -9
  541. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  542. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -107
  543. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -53
  544. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +0 -32
  545. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +0 -7
  546. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.js +0 -5
  547. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/index.js → credential-provider-login/dist-es/types.js} +0 -0
  548. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/README.md +0 -0
  549. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/index.js +0 -0
  550. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/endpoint/endpointResolver.js +0 -0
  551. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.browser.js +0 -0
  552. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.js +0 -0
  553. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.native.js +0 -0
  554. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -0
  555. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -0
  556. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -0
  557. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -0
  558. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -0
  559. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  560. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -0
  561. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/STSClient.js +0 -0
  562. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -0
  563. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -0
  564. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -0
  565. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -0
  566. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -0
  567. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/index.js +0 -0
  568. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -0
  569. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeConfig.js +0 -0
  570. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
  571. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -0
  572. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeExtensions.js +0 -0
  573. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/index.js +0 -0
  574. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/auth/httpAuthExtensionConfiguration.js +0 -0
  575. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/endpoint/endpointResolver.js +0 -0
  576. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/extensionConfiguration.js +0 -0
  577. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js → nested-clients/dist-es/submodules/signin/models/models_0.js} +0 -0
  578. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/signin}/runtimeConfig.browser.js +0 -0
  579. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeConfig.js +0 -0
  580. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeConfig.native.js +0 -0
  581. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeExtensions.js +0 -0
  582. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -0
  583. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -0
  584. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
  585. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -0
  586. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +0 -0
  587. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/commands/index.js +0 -0
  588. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +0 -0
  589. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +0 -0
  590. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -0
  591. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/extensionConfiguration.js +0 -0
  592. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -0
  593. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → nested-clients/dist-es/submodules/sso-oidc/models/models_0.js} +0 -0
  594. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -0
  595. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -0
  596. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  597. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +0 -0
  598. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
  599. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/STS.js +0 -0
  600. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/STSClient.js +0 -0
  601. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  602. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -0
  603. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/commands/AssumeRoleCommand.js +0 -0
  604. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
  605. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/commands/index.js +0 -0
  606. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/defaultRoleAssumers.js +0 -0
  607. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -0
  608. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -0
  609. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -0
  610. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/endpoint/ruleset.js +0 -0
  611. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/extensionConfiguration.js +0 -0
  612. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/models/STSServiceException.js +0 -0
  613. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js → nested-clients/dist-es/submodules/sts/models/errors.js} +0 -0
  614. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → nested-clients/dist-es/submodules/sts/models/models_0.js} +0 -0
  615. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/runtimeConfig.browser.js +0 -0
  616. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/runtimeConfig.js +0 -0
  617. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
  618. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/runtimeConfig.shared.js +0 -0
  619. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
  620. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/index.d.ts +0 -0
  621. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/endpoint/EndpointParameters.d.ts +2 -2
  622. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/endpoint/endpointResolver.d.ts +0 -0
  623. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/endpoint/ruleset.d.ts +0 -0
  624. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -0
  625. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -0
  626. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  627. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -0
  628. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -0
  629. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -0
  630. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -0
  631. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  632. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  633. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -0
  634. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -0
  635. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -0
  636. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +0 -0
  637. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -0
  638. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -0
  639. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -0
  640. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -0
  641. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/STS.d.ts +0 -0
  642. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/STSClient.d.ts +0 -0
  643. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  644. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -0
  645. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -0
  646. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
  647. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/commands/index.d.ts +0 -0
  648. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -0
  649. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -0
  650. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -0
  651. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  652. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  653. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/extensionConfiguration.d.ts +0 -0
  654. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/models/STSServiceException.d.ts +0 -0
  655. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -0
  656. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.d.ts +0 -0
  657. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -0
  658. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -0
  659. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeExtensions.d.ts +0 -0
  660. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/schemas/schemas_0.d.ts +0 -0
  661. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/endpoint/EndpointParameters.d.ts +2 -2
  662. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/endpoint/endpointResolver.d.ts +0 -0
  663. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/endpoint/ruleset.d.ts +0 -0
  664. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -0
  665. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -0
  666. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  667. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -0
  668. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -0
  669. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -0
  670. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -0
  671. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  672. /package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types → nested-clients/dist-types/ts3.4}/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -0
  673. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -0
  674. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -0
  675. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -0
  676. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +0 -0
  677. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -0
  678. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -0
  679. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -0
  680. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -0
  681. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -0
  682. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -0
  683. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  684. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -0
  685. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -0
  686. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
  687. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -0
  688. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -0
  689. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -0
  690. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -0
  691. /package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  692. /package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types → nested-clients/dist-types/ts3.4}/submodules/sts/endpoint/ruleset.d.ts +0 -0
  693. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +0 -0
  694. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +0 -0
  695. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +0 -0
  696. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -0
  697. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +0 -0
  698. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -0
  699. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +0 -0
  700. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +0 -0
  701. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sso-oidc.d.ts +0 -0
  702. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sso-oidc.js +0 -0
  703. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sts.d.ts +0 -0
  704. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sts.js +0 -0
@@ -1,5 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
1
+ import { AsyncOperationName, BucketCannedACL, BucketLocationConstraint, BucketVersioningStatus, ComputeObjectChecksumAlgorithm, ComputeObjectChecksumType, DeleteMarkerReplicationStatus, ExistingObjectReplicationStatus, ExpirationStatus, Format, GeneratedManifestFormat, GranteeType, JobManifestFieldName, JobManifestFormat, JobReportFormat, JobReportScope, JobStatus, MetricsStatus, MFADelete, MFADeleteStatus, MultiRegionAccessPointStatus, NetworkOrigin, ObjectLambdaAccessPointAliasStatus, ObjectLambdaAllowedFeature, ObjectLambdaTransformationConfigurationAction, OperationName, OutputSchemaVersion, OwnerOverride, Permission, Privilege, ReplicaModificationsStatus, ReplicationRuleStatus, ReplicationStatus, ReplicationStorageClass, ReplicationTimeStatus, RequestedJobStatus, S3CannedAccessControlList, S3ChecksumAlgorithm, S3GlacierJobTier, S3GranteeTypeIdentifier, S3MetadataDirective, S3ObjectLockLegalHoldStatus, S3ObjectLockMode, S3ObjectLockRetentionMode, S3Permission, S3PrefixType, S3SSEAlgorithm, S3StorageClass, ScopePermission, SseKmsEncryptedObjectsStatus, TransitionStorageClass } from "./enums";
3
2
  /**
4
3
  * <p>The container for abort incomplete multipart upload</p>
5
4
  * @public
@@ -12,17 +11,6 @@ export interface AbortIncompleteMultipartUpload {
12
11
  */
13
12
  DaysAfterInitiation?: number | undefined;
14
13
  }
15
- /**
16
- * @public
17
- * @enum
18
- */
19
- export declare const OwnerOverride: {
20
- readonly Destination: "Destination";
21
- };
22
- /**
23
- * @public
24
- */
25
- export type OwnerOverride = (typeof OwnerOverride)[keyof typeof OwnerOverride];
26
14
  /**
27
15
  * <p>A container for information about access control for replicas.</p>
28
16
  * <note>
@@ -110,19 +98,6 @@ export interface AccessGrantsLocationConfiguration {
110
98
  */
111
99
  S3SubPrefix?: string | undefined;
112
100
  }
113
- /**
114
- * @public
115
- * @enum
116
- */
117
- export declare const GranteeType: {
118
- readonly DIRECTORY_GROUP: "DIRECTORY_GROUP";
119
- readonly DIRECTORY_USER: "DIRECTORY_USER";
120
- readonly IAM: "IAM";
121
- };
122
- /**
123
- * @public
124
- */
125
- export type GranteeType = (typeof GranteeType)[keyof typeof GranteeType];
126
101
  /**
127
102
  * <p>The user, group, or role to which you are granting access. You can grant access to an
128
103
  * IAM user or role. If you have added your corporate directory to Amazon Web Services IAM Identity
@@ -168,19 +143,6 @@ export interface Grantee {
168
143
  */
169
144
  GranteeIdentifier?: string | undefined;
170
145
  }
171
- /**
172
- * @public
173
- * @enum
174
- */
175
- export declare const Permission: {
176
- readonly READ: "READ";
177
- readonly READWRITE: "READWRITE";
178
- readonly WRITE: "WRITE";
179
- };
180
- /**
181
- * @public
182
- */
183
- export type Permission = (typeof Permission)[keyof typeof Permission];
184
146
  /**
185
147
  * <p>Information about the access grant.</p>
186
148
  * @public
@@ -300,18 +262,6 @@ export interface ListAccessGrantsLocationsEntry {
300
262
  */
301
263
  IAMRoleArn?: string | undefined;
302
264
  }
303
- /**
304
- * @public
305
- * @enum
306
- */
307
- export declare const NetworkOrigin: {
308
- readonly Internet: "Internet";
309
- readonly VPC: "VPC";
310
- };
311
- /**
312
- * @public
313
- */
314
- export type NetworkOrigin = (typeof NetworkOrigin)[keyof typeof NetworkOrigin];
315
265
  /**
316
266
  * <p>The virtual private cloud (VPC) configuration for an access point.</p>
317
267
  * @public
@@ -642,19 +592,6 @@ export interface AsyncErrorDetails {
642
592
  */
643
593
  RequestId?: string | undefined;
644
594
  }
645
- /**
646
- * @public
647
- * @enum
648
- */
649
- export declare const AsyncOperationName: {
650
- readonly CreateMultiRegionAccessPoint: "CreateMultiRegionAccessPoint";
651
- readonly DeleteMultiRegionAccessPoint: "DeleteMultiRegionAccessPoint";
652
- readonly PutMultiRegionAccessPointPolicy: "PutMultiRegionAccessPointPolicy";
653
- };
654
- /**
655
- * @public
656
- */
657
- export type AsyncOperationName = (typeof AsyncOperationName)[keyof typeof AsyncOperationName];
658
595
  /**
659
596
  * <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
660
597
  * account. You can enable the configuration options in any combination. For more information
@@ -904,17 +841,6 @@ export interface AwsLambdaTransformation {
904
841
  */
905
842
  FunctionPayload?: string | undefined;
906
843
  }
907
- /**
908
- * @public
909
- * @enum
910
- */
911
- export declare const S3PrefixType: {
912
- readonly Object: "Object";
913
- };
914
- /**
915
- * @public
916
- */
917
- export type S3PrefixType = (typeof S3PrefixType)[keyof typeof S3PrefixType];
918
844
  /**
919
845
  * <p> A key-value pair that you use to label your resources. You can add tags to new
920
846
  * resources when you create them, or you can add tags to existing resources. Tags can help
@@ -1242,24 +1168,6 @@ export interface CreateAccessGrantsLocationResult {
1242
1168
  */
1243
1169
  IAMRoleArn?: string | undefined;
1244
1170
  }
1245
- /**
1246
- * @public
1247
- * @enum
1248
- */
1249
- export declare const ScopePermission: {
1250
- readonly AbortMultipartUpload: "AbortMultipartUpload";
1251
- readonly DeleteObject: "DeleteObject";
1252
- readonly GetObject: "GetObject";
1253
- readonly GetObjectAttributes: "GetObjectAttributes";
1254
- readonly ListBucket: "ListBucket";
1255
- readonly ListBucketMultipartUploads: "ListBucketMultipartUploads";
1256
- readonly ListMultipartUploadParts: "ListMultipartUploadParts";
1257
- readonly PutObject: "PutObject";
1258
- };
1259
- /**
1260
- * @public
1261
- */
1262
- export type ScopePermission = (typeof ScopePermission)[keyof typeof ScopePermission];
1263
1171
  /**
1264
1172
  * <p>You can use the access point scope to restrict access to specific prefixes, API operations, or a
1265
1173
  * combination of both.</p>
@@ -1372,34 +1280,6 @@ export interface CreateAccessPointResult {
1372
1280
  */
1373
1281
  Alias?: string | undefined;
1374
1282
  }
1375
- /**
1376
- * @public
1377
- * @enum
1378
- */
1379
- export declare const ObjectLambdaAllowedFeature: {
1380
- readonly GetObjectPartNumber: "GetObject-PartNumber";
1381
- readonly GetObjectRange: "GetObject-Range";
1382
- readonly HeadObjectPartNumber: "HeadObject-PartNumber";
1383
- readonly HeadObjectRange: "HeadObject-Range";
1384
- };
1385
- /**
1386
- * @public
1387
- */
1388
- export type ObjectLambdaAllowedFeature = (typeof ObjectLambdaAllowedFeature)[keyof typeof ObjectLambdaAllowedFeature];
1389
- /**
1390
- * @public
1391
- * @enum
1392
- */
1393
- export declare const ObjectLambdaTransformationConfigurationAction: {
1394
- readonly GetObject: "GetObject";
1395
- readonly HeadObject: "HeadObject";
1396
- readonly ListObjects: "ListObjects";
1397
- readonly ListObjectsV2: "ListObjectsV2";
1398
- };
1399
- /**
1400
- * @public
1401
- */
1402
- export type ObjectLambdaTransformationConfigurationAction = (typeof ObjectLambdaTransformationConfigurationAction)[keyof typeof ObjectLambdaTransformationConfigurationAction];
1403
1283
  /**
1404
1284
  * <p>A container for AwsLambdaTransformation.</p>
1405
1285
  * @public
@@ -1499,18 +1379,6 @@ export interface CreateAccessPointForObjectLambdaRequest {
1499
1379
  */
1500
1380
  Configuration: ObjectLambdaConfiguration | undefined;
1501
1381
  }
1502
- /**
1503
- * @public
1504
- * @enum
1505
- */
1506
- export declare const ObjectLambdaAccessPointAliasStatus: {
1507
- readonly PROVISIONING: "PROVISIONING";
1508
- readonly READY: "READY";
1509
- };
1510
- /**
1511
- * @public
1512
- */
1513
- export type ObjectLambdaAccessPointAliasStatus = (typeof ObjectLambdaAccessPointAliasStatus)[keyof typeof ObjectLambdaAccessPointAliasStatus];
1514
1382
  /**
1515
1383
  * <p>The alias of an Object Lambda Access Point. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-use.html#ol-access-points-alias">How to use a
1516
1384
  * bucket-style alias for your S3 bucket Object Lambda Access Point</a>.</p>
@@ -1546,67 +1414,6 @@ export interface CreateAccessPointForObjectLambdaResult {
1546
1414
  */
1547
1415
  Alias?: ObjectLambdaAccessPointAlias | undefined;
1548
1416
  }
1549
- /**
1550
- * <p>The requested Outposts bucket name is not available. The bucket namespace is shared by
1551
- * all users of the Outposts in this Region. Select a different name and try
1552
- * again.</p>
1553
- * @public
1554
- */
1555
- export declare class BucketAlreadyExists extends __BaseException {
1556
- readonly name: "BucketAlreadyExists";
1557
- readonly $fault: "client";
1558
- /**
1559
- * @internal
1560
- */
1561
- constructor(opts: __ExceptionOptionType<BucketAlreadyExists, __BaseException>);
1562
- }
1563
- /**
1564
- * <p>The Outposts bucket you tried to create already exists, and you own it. </p>
1565
- * @public
1566
- */
1567
- export declare class BucketAlreadyOwnedByYou extends __BaseException {
1568
- readonly name: "BucketAlreadyOwnedByYou";
1569
- readonly $fault: "client";
1570
- /**
1571
- * @internal
1572
- */
1573
- constructor(opts: __ExceptionOptionType<BucketAlreadyOwnedByYou, __BaseException>);
1574
- }
1575
- /**
1576
- * @public
1577
- * @enum
1578
- */
1579
- export declare const BucketCannedACL: {
1580
- readonly authenticated_read: "authenticated-read";
1581
- readonly private: "private";
1582
- readonly public_read: "public-read";
1583
- readonly public_read_write: "public-read-write";
1584
- };
1585
- /**
1586
- * @public
1587
- */
1588
- export type BucketCannedACL = (typeof BucketCannedACL)[keyof typeof BucketCannedACL];
1589
- /**
1590
- * @public
1591
- * @enum
1592
- */
1593
- export declare const BucketLocationConstraint: {
1594
- readonly EU: "EU";
1595
- readonly ap_northeast_1: "ap-northeast-1";
1596
- readonly ap_south_1: "ap-south-1";
1597
- readonly ap_southeast_1: "ap-southeast-1";
1598
- readonly ap_southeast_2: "ap-southeast-2";
1599
- readonly cn_north_1: "cn-north-1";
1600
- readonly eu_central_1: "eu-central-1";
1601
- readonly eu_west_1: "eu-west-1";
1602
- readonly sa_east_1: "sa-east-1";
1603
- readonly us_west_1: "us-west-1";
1604
- readonly us_west_2: "us-west-2";
1605
- };
1606
- /**
1607
- * @public
1608
- */
1609
- export type BucketLocationConstraint = (typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
1610
1417
  /**
1611
1418
  * <p>The container for the bucket configuration.</p>
1612
1419
  * <note>
@@ -1725,19 +1532,6 @@ export interface CreateBucketResult {
1725
1532
  */
1726
1533
  BucketArn?: string | undefined;
1727
1534
  }
1728
- /**
1729
- * <p></p>
1730
- * @public
1731
- */
1732
- export declare class BadRequestException extends __BaseException {
1733
- readonly name: "BadRequestException";
1734
- readonly $fault: "client";
1735
- Message?: string | undefined;
1736
- /**
1737
- * @internal
1738
- */
1739
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
1740
- }
1741
1535
  /**
1742
1536
  * <p>Contains the information required to locate a manifest object. Manifests can't be
1743
1537
  * imported from directory buckets. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Directory
@@ -1767,32 +1561,6 @@ export interface JobManifestLocation {
1767
1561
  */
1768
1562
  ETag: string | undefined;
1769
1563
  }
1770
- /**
1771
- * @public
1772
- * @enum
1773
- */
1774
- export declare const JobManifestFieldName: {
1775
- readonly Bucket: "Bucket";
1776
- readonly Ignore: "Ignore";
1777
- readonly Key: "Key";
1778
- readonly VersionId: "VersionId";
1779
- };
1780
- /**
1781
- * @public
1782
- */
1783
- export type JobManifestFieldName = (typeof JobManifestFieldName)[keyof typeof JobManifestFieldName];
1784
- /**
1785
- * @public
1786
- * @enum
1787
- */
1788
- export declare const JobManifestFormat: {
1789
- readonly S3BatchOperations_CSV_20180820: "S3BatchOperations_CSV_20180820";
1790
- readonly S3InventoryReport_CSV_20161130: "S3InventoryReport_CSV_20161130";
1791
- };
1792
- /**
1793
- * @public
1794
- */
1795
- export type JobManifestFormat = (typeof JobManifestFormat)[keyof typeof JobManifestFormat];
1796
1564
  /**
1797
1565
  * <p>Describes the format of a manifest. If the manifest is in CSV format, also describes the
1798
1566
  * columns contained within the manifest.</p>
@@ -2021,37 +1789,6 @@ export declare namespace ObjectEncryptionFilter {
2021
1789
  _: (name: string, value: any) => T;
2022
1790
  }
2023
1791
  }
2024
- /**
2025
- * @public
2026
- * @enum
2027
- */
2028
- export declare const S3StorageClass: {
2029
- readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
2030
- readonly GLACIER: "GLACIER";
2031
- readonly GLACIER_IR: "GLACIER_IR";
2032
- readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
2033
- readonly ONEZONE_IA: "ONEZONE_IA";
2034
- readonly STANDARD: "STANDARD";
2035
- readonly STANDARD_IA: "STANDARD_IA";
2036
- };
2037
- /**
2038
- * @public
2039
- */
2040
- export type S3StorageClass = (typeof S3StorageClass)[keyof typeof S3StorageClass];
2041
- /**
2042
- * @public
2043
- * @enum
2044
- */
2045
- export declare const ReplicationStatus: {
2046
- readonly COMPLETED: "COMPLETED";
2047
- readonly FAILED: "FAILED";
2048
- readonly NONE: "NONE";
2049
- readonly REPLICA: "REPLICA";
2050
- };
2051
- /**
2052
- * @public
2053
- */
2054
- export type ReplicationStatus = (typeof ReplicationStatus)[keyof typeof ReplicationStatus];
2055
1792
  /**
2056
1793
  * <p>The filter used to describe a set of objects for the job's manifest.</p>
2057
1794
  * @public
@@ -2150,17 +1887,6 @@ export interface GeneratedManifestEncryption {
2150
1887
  */
2151
1888
  SSEKMS?: SSEKMSEncryption | undefined;
2152
1889
  }
2153
- /**
2154
- * @public
2155
- * @enum
2156
- */
2157
- export declare const GeneratedManifestFormat: {
2158
- readonly S3InventoryReport_CSV_20211130: "S3InventoryReport_CSV_20211130";
2159
- };
2160
- /**
2161
- * @public
2162
- */
2163
- export type GeneratedManifestFormat = (typeof GeneratedManifestFormat)[keyof typeof GeneratedManifestFormat];
2164
1890
  /**
2165
1891
  * <p>Location details for where the generated manifest should be written.</p>
2166
1892
  * @public
@@ -2316,34 +2042,6 @@ export interface LambdaInvokeOperation {
2316
2042
  */
2317
2043
  UserArguments?: Record<string, string> | undefined;
2318
2044
  }
2319
- /**
2320
- * @public
2321
- * @enum
2322
- */
2323
- export declare const ComputeObjectChecksumAlgorithm: {
2324
- readonly CRC32: "CRC32";
2325
- readonly CRC32C: "CRC32C";
2326
- readonly CRC64NVME: "CRC64NVME";
2327
- readonly MD5: "MD5";
2328
- readonly SHA1: "SHA1";
2329
- readonly SHA256: "SHA256";
2330
- };
2331
- /**
2332
- * @public
2333
- */
2334
- export type ComputeObjectChecksumAlgorithm = (typeof ComputeObjectChecksumAlgorithm)[keyof typeof ComputeObjectChecksumAlgorithm];
2335
- /**
2336
- * @public
2337
- * @enum
2338
- */
2339
- export declare const ComputeObjectChecksumType: {
2340
- readonly COMPOSITE: "COMPOSITE";
2341
- readonly FULL_OBJECT: "FULL_OBJECT";
2342
- };
2343
- /**
2344
- * @public
2345
- */
2346
- export type ComputeObjectChecksumType = (typeof ComputeObjectChecksumType)[keyof typeof ComputeObjectChecksumType];
2347
2045
  /**
2348
2046
  * <p>Directs the specified job to invoke the <code>ComputeObjectChecksum</code> operation on every object listed in the job's manifest.</p>
2349
2047
  * @public
@@ -2377,18 +2075,6 @@ export interface S3ComputeObjectChecksumOperation {
2377
2075
  */
2378
2076
  export interface S3DeleteObjectTaggingOperation {
2379
2077
  }
2380
- /**
2381
- * @public
2382
- * @enum
2383
- */
2384
- export declare const S3GlacierJobTier: {
2385
- readonly BULK: "BULK";
2386
- readonly STANDARD: "STANDARD";
2387
- };
2388
- /**
2389
- * @public
2390
- */
2391
- export type S3GlacierJobTier = (typeof S3GlacierJobTier)[keyof typeof S3GlacierJobTier];
2392
2078
  /**
2393
2079
  * <p>Contains the configuration parameters for
2394
2080
  * a
@@ -2424,19 +2110,6 @@ export interface S3InitiateRestoreObjectOperation {
2424
2110
  */
2425
2111
  GlacierJobTier?: S3GlacierJobTier | undefined;
2426
2112
  }
2427
- /**
2428
- * @public
2429
- * @enum
2430
- */
2431
- export declare const S3GranteeTypeIdentifier: {
2432
- readonly CANONICAL: "id";
2433
- readonly EMAIL_ADDRESS: "emailAddress";
2434
- readonly GROUP: "uri";
2435
- };
2436
- /**
2437
- * @public
2438
- */
2439
- export type S3GranteeTypeIdentifier = (typeof S3GranteeTypeIdentifier)[keyof typeof S3GranteeTypeIdentifier];
2440
2113
  /**
2441
2114
  * <p></p>
2442
2115
  * @public
@@ -2458,21 +2131,6 @@ export interface S3Grantee {
2458
2131
  */
2459
2132
  DisplayName?: string | undefined;
2460
2133
  }
2461
- /**
2462
- * @public
2463
- * @enum
2464
- */
2465
- export declare const S3Permission: {
2466
- readonly FULL_CONTROL: "FULL_CONTROL";
2467
- readonly READ: "READ";
2468
- readonly READ_ACP: "READ_ACP";
2469
- readonly WRITE: "WRITE";
2470
- readonly WRITE_ACP: "WRITE_ACP";
2471
- };
2472
- /**
2473
- * @public
2474
- */
2475
- export type S3Permission = (typeof S3Permission)[keyof typeof S3Permission];
2476
2134
  /**
2477
2135
  * <p></p>
2478
2136
  * @public
@@ -2521,23 +2179,6 @@ export interface S3AccessControlList {
2521
2179
  */
2522
2180
  Grants?: S3Grant[] | undefined;
2523
2181
  }
2524
- /**
2525
- * @public
2526
- * @enum
2527
- */
2528
- export declare const S3CannedAccessControlList: {
2529
- readonly AUTHENTICATED_READ: "authenticated-read";
2530
- readonly AWS_EXEC_READ: "aws-exec-read";
2531
- readonly BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control";
2532
- readonly BUCKET_OWNER_READ: "bucket-owner-read";
2533
- readonly PRIVATE: "private";
2534
- readonly PUBLIC_READ: "public-read";
2535
- readonly PUBLIC_READ_WRITE: "public-read-write";
2536
- };
2537
- /**
2538
- * @public
2539
- */
2540
- export type S3CannedAccessControlList = (typeof S3CannedAccessControlList)[keyof typeof S3CannedAccessControlList];
2541
2182
  /**
2542
2183
  * <p></p>
2543
2184
  * @public
@@ -2571,45 +2212,6 @@ export interface S3SetObjectAclOperation {
2571
2212
  */
2572
2213
  AccessControlPolicy?: S3AccessControlPolicy | undefined;
2573
2214
  }
2574
- /**
2575
- * @public
2576
- * @enum
2577
- */
2578
- export declare const S3ChecksumAlgorithm: {
2579
- readonly CRC32: "CRC32";
2580
- readonly CRC32C: "CRC32C";
2581
- readonly CRC64NVME: "CRC64NVME";
2582
- readonly SHA1: "SHA1";
2583
- readonly SHA256: "SHA256";
2584
- };
2585
- /**
2586
- * @public
2587
- */
2588
- export type S3ChecksumAlgorithm = (typeof S3ChecksumAlgorithm)[keyof typeof S3ChecksumAlgorithm];
2589
- /**
2590
- * @public
2591
- * @enum
2592
- */
2593
- export declare const S3MetadataDirective: {
2594
- readonly COPY: "COPY";
2595
- readonly REPLACE: "REPLACE";
2596
- };
2597
- /**
2598
- * @public
2599
- */
2600
- export type S3MetadataDirective = (typeof S3MetadataDirective)[keyof typeof S3MetadataDirective];
2601
- /**
2602
- * @public
2603
- * @enum
2604
- */
2605
- export declare const S3SSEAlgorithm: {
2606
- readonly AES256: "AES256";
2607
- readonly KMS: "KMS";
2608
- };
2609
- /**
2610
- * @public
2611
- */
2612
- export type S3SSEAlgorithm = (typeof S3SSEAlgorithm)[keyof typeof S3SSEAlgorithm];
2613
2215
  /**
2614
2216
  * <p></p>
2615
2217
  * @public
@@ -2701,30 +2303,6 @@ export interface S3Tag {
2701
2303
  */
2702
2304
  Value: string | undefined;
2703
2305
  }
2704
- /**
2705
- * @public
2706
- * @enum
2707
- */
2708
- export declare const S3ObjectLockLegalHoldStatus: {
2709
- readonly OFF: "OFF";
2710
- readonly ON: "ON";
2711
- };
2712
- /**
2713
- * @public
2714
- */
2715
- export type S3ObjectLockLegalHoldStatus = (typeof S3ObjectLockLegalHoldStatus)[keyof typeof S3ObjectLockLegalHoldStatus];
2716
- /**
2717
- * @public
2718
- * @enum
2719
- */
2720
- export declare const S3ObjectLockMode: {
2721
- readonly COMPLIANCE: "COMPLIANCE";
2722
- readonly GOVERNANCE: "GOVERNANCE";
2723
- };
2724
- /**
2725
- * @public
2726
- */
2727
- export type S3ObjectLockMode = (typeof S3ObjectLockMode)[keyof typeof S3ObjectLockMode];
2728
2306
  /**
2729
2307
  * <p>Contains
2730
2308
  * the configuration parameters for a PUT Copy object operation. S3 Batch Operations passes every
@@ -2965,18 +2543,6 @@ export interface S3SetObjectLegalHoldOperation {
2965
2543
  */
2966
2544
  LegalHold: S3ObjectLockLegalHold | undefined;
2967
2545
  }
2968
- /**
2969
- * @public
2970
- * @enum
2971
- */
2972
- export declare const S3ObjectLockRetentionMode: {
2973
- readonly COMPLIANCE: "COMPLIANCE";
2974
- readonly GOVERNANCE: "GOVERNANCE";
2975
- };
2976
- /**
2977
- * @public
2978
- */
2979
- export type S3ObjectLockRetentionMode = (typeof S3ObjectLockRetentionMode)[keyof typeof S3ObjectLockRetentionMode];
2980
2546
  /**
2981
2547
  * <p>Contains the S3 Object Lock retention mode to be applied to all objects in the
2982
2548
  * S3 Batch Operations job. If you don't provide <code>Mode</code> and <code>RetainUntilDate</code>
@@ -3149,29 +2715,6 @@ export interface JobOperation {
3149
2715
  */
3150
2716
  S3ComputeObjectChecksum?: S3ComputeObjectChecksumOperation | undefined;
3151
2717
  }
3152
- /**
3153
- * @public
3154
- * @enum
3155
- */
3156
- export declare const JobReportFormat: {
3157
- readonly Report_CSV_20180820: "Report_CSV_20180820";
3158
- };
3159
- /**
3160
- * @public
3161
- */
3162
- export type JobReportFormat = (typeof JobReportFormat)[keyof typeof JobReportFormat];
3163
- /**
3164
- * @public
3165
- * @enum
3166
- */
3167
- export declare const JobReportScope: {
3168
- readonly AllTasks: "AllTasks";
3169
- readonly FailedTasksOnly: "FailedTasksOnly";
3170
- };
3171
- /**
3172
- * @public
3173
- */
3174
- export type JobReportScope = (typeof JobReportScope)[keyof typeof JobReportScope];
3175
2718
  /**
3176
2719
  * <p>Contains the configuration parameters for a job-completion report.</p>
3177
2720
  * @public
@@ -3296,45 +2839,6 @@ export interface CreateJobResult {
3296
2839
  */
3297
2840
  JobId?: string | undefined;
3298
2841
  }
3299
- /**
3300
- * <p></p>
3301
- * @public
3302
- */
3303
- export declare class IdempotencyException extends __BaseException {
3304
- readonly name: "IdempotencyException";
3305
- readonly $fault: "client";
3306
- Message?: string | undefined;
3307
- /**
3308
- * @internal
3309
- */
3310
- constructor(opts: __ExceptionOptionType<IdempotencyException, __BaseException>);
3311
- }
3312
- /**
3313
- * <p></p>
3314
- * @public
3315
- */
3316
- export declare class InternalServiceException extends __BaseException {
3317
- readonly name: "InternalServiceException";
3318
- readonly $fault: "server";
3319
- Message?: string | undefined;
3320
- /**
3321
- * @internal
3322
- */
3323
- constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
3324
- }
3325
- /**
3326
- * <p></p>
3327
- * @public
3328
- */
3329
- export declare class TooManyRequestsException extends __BaseException {
3330
- readonly name: "TooManyRequestsException";
3331
- readonly $fault: "client";
3332
- Message?: string | undefined;
3333
- /**
3334
- * @internal
3335
- */
3336
- constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
3337
- }
3338
2842
  /**
3339
2843
  * @public
3340
2844
  */
@@ -3827,19 +3331,6 @@ export interface DeleteJobTaggingRequest {
3827
3331
  */
3828
3332
  export interface DeleteJobTaggingResult {
3829
3333
  }
3830
- /**
3831
- * <p></p>
3832
- * @public
3833
- */
3834
- export declare class NotFoundException extends __BaseException {
3835
- readonly name: "NotFoundException";
3836
- readonly $fault: "client";
3837
- Message?: string | undefined;
3838
- /**
3839
- * @internal
3840
- */
3841
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
3842
- }
3843
3334
  /**
3844
3335
  * @public
3845
3336
  */
@@ -4026,29 +3517,6 @@ export interface JobProgressSummary {
4026
3517
  */
4027
3518
  Timers?: JobTimers | undefined;
4028
3519
  }
4029
- /**
4030
- * @public
4031
- * @enum
4032
- */
4033
- export declare const JobStatus: {
4034
- readonly Active: "Active";
4035
- readonly Cancelled: "Cancelled";
4036
- readonly Cancelling: "Cancelling";
4037
- readonly Complete: "Complete";
4038
- readonly Completing: "Completing";
4039
- readonly Failed: "Failed";
4040
- readonly Failing: "Failing";
4041
- readonly New: "New";
4042
- readonly Paused: "Paused";
4043
- readonly Pausing: "Pausing";
4044
- readonly Preparing: "Preparing";
4045
- readonly Ready: "Ready";
4046
- readonly Suspended: "Suspended";
4047
- };
4048
- /**
4049
- * @public
4050
- */
4051
- export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
4052
3520
  /**
4053
3521
  * <p>A container element for the job configuration and status information returned by a
4054
3522
  * <code>Describe Job</code> request.</p>
@@ -4949,21 +4417,6 @@ export interface NoncurrentVersionExpiration {
4949
4417
  */
4950
4418
  NewerNoncurrentVersions?: number | undefined;
4951
4419
  }
4952
- /**
4953
- * @public
4954
- * @enum
4955
- */
4956
- export declare const TransitionStorageClass: {
4957
- readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
4958
- readonly GLACIER: "GLACIER";
4959
- readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
4960
- readonly ONEZONE_IA: "ONEZONE_IA";
4961
- readonly STANDARD_IA: "STANDARD_IA";
4962
- };
4963
- /**
4964
- * @public
4965
- */
4966
- export type TransitionStorageClass = (typeof TransitionStorageClass)[keyof typeof TransitionStorageClass];
4967
4420
  /**
4968
4421
  * <p>The container for the noncurrent version transition.</p>
4969
4422
  * @public
@@ -4983,18 +4436,6 @@ export interface NoncurrentVersionTransition {
4983
4436
  */
4984
4437
  StorageClass?: TransitionStorageClass | undefined;
4985
4438
  }
4986
- /**
4987
- * @public
4988
- * @enum
4989
- */
4990
- export declare const ExpirationStatus: {
4991
- readonly Disabled: "Disabled";
4992
- readonly Enabled: "Enabled";
4993
- };
4994
- /**
4995
- * @public
4996
- */
4997
- export type ExpirationStatus = (typeof ExpirationStatus)[keyof typeof ExpirationStatus];
4998
4439
  /**
4999
4440
  * <p>Specifies when an object transitions to a specified storage class. For more information
5000
4441
  * about Amazon S3 Lifecycle configuration rules, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html">
@@ -5136,18 +4577,6 @@ export interface GetBucketReplicationRequest {
5136
4577
  */
5137
4578
  Bucket: string | undefined;
5138
4579
  }
5139
- /**
5140
- * @public
5141
- * @enum
5142
- */
5143
- export declare const DeleteMarkerReplicationStatus: {
5144
- readonly Disabled: "Disabled";
5145
- readonly Enabled: "Enabled";
5146
- };
5147
- /**
5148
- * @public
5149
- */
5150
- export type DeleteMarkerReplicationStatus = (typeof DeleteMarkerReplicationStatus)[keyof typeof DeleteMarkerReplicationStatus];
5151
4580
  /**
5152
4581
  * <p>Specifies whether S3 on Outposts replicates delete markers. If you specify a
5153
4582
  * <code>Filter</code> element in your replication configuration, you must also include a
@@ -5206,18 +4635,6 @@ export interface ReplicationTimeValue {
5206
4635
  */
5207
4636
  Minutes?: number | undefined;
5208
4637
  }
5209
- /**
5210
- * @public
5211
- * @enum
5212
- */
5213
- export declare const MetricsStatus: {
5214
- readonly Disabled: "Disabled";
5215
- readonly Enabled: "Enabled";
5216
- };
5217
- /**
5218
- * @public
5219
- */
5220
- export type MetricsStatus = (typeof MetricsStatus)[keyof typeof MetricsStatus];
5221
4638
  /**
5222
4639
  * <p>A container that specifies replication metrics-related settings.</p>
5223
4640
  * @public
@@ -5238,18 +4655,6 @@ export interface Metrics {
5238
4655
  */
5239
4656
  EventThreshold?: ReplicationTimeValue | undefined;
5240
4657
  }
5241
- /**
5242
- * @public
5243
- * @enum
5244
- */
5245
- export declare const ReplicationTimeStatus: {
5246
- readonly Disabled: "Disabled";
5247
- readonly Enabled: "Enabled";
5248
- };
5249
- /**
5250
- * @public
5251
- */
5252
- export type ReplicationTimeStatus = (typeof ReplicationTimeStatus)[keyof typeof ReplicationTimeStatus];
5253
4658
  /**
5254
4659
  * <p>A container that specifies S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC
5255
4660
  * is enabled and the time when all objects and operations on objects must be
@@ -5272,25 +4677,6 @@ export interface ReplicationTime {
5272
4677
  */
5273
4678
  Time: ReplicationTimeValue | undefined;
5274
4679
  }
5275
- /**
5276
- * @public
5277
- * @enum
5278
- */
5279
- export declare const ReplicationStorageClass: {
5280
- readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
5281
- readonly GLACIER: "GLACIER";
5282
- readonly GLACIER_IR: "GLACIER_IR";
5283
- readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
5284
- readonly ONEZONE_IA: "ONEZONE_IA";
5285
- readonly OUTPOSTS: "OUTPOSTS";
5286
- readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
5287
- readonly STANDARD: "STANDARD";
5288
- readonly STANDARD_IA: "STANDARD_IA";
5289
- };
5290
- /**
5291
- * @public
5292
- */
5293
- export type ReplicationStorageClass = (typeof ReplicationStorageClass)[keyof typeof ReplicationStorageClass];
5294
4680
  /**
5295
4681
  * <p>Specifies information about the replication destination bucket and its settings for an
5296
4682
  * S3 on Outposts replication configuration.</p>
@@ -5355,18 +4741,6 @@ export interface Destination {
5355
4741
  */
5356
4742
  StorageClass?: ReplicationStorageClass | undefined;
5357
4743
  }
5358
- /**
5359
- * @public
5360
- * @enum
5361
- */
5362
- export declare const ExistingObjectReplicationStatus: {
5363
- readonly Disabled: "Disabled";
5364
- readonly Enabled: "Enabled";
5365
- };
5366
- /**
5367
- * @public
5368
- */
5369
- export type ExistingObjectReplicationStatus = (typeof ExistingObjectReplicationStatus)[keyof typeof ExistingObjectReplicationStatus];
5370
4744
  /**
5371
4745
  * <p>An optional configuration to replicate existing source bucket objects. </p>
5372
4746
  * <note>
@@ -5452,18 +4826,6 @@ export interface ReplicationRuleFilter {
5452
4826
  */
5453
4827
  And?: ReplicationRuleAndOperator | undefined;
5454
4828
  }
5455
- /**
5456
- * @public
5457
- * @enum
5458
- */
5459
- export declare const ReplicaModificationsStatus: {
5460
- readonly Disabled: "Disabled";
5461
- readonly Enabled: "Enabled";
5462
- };
5463
- /**
5464
- * @public
5465
- */
5466
- export type ReplicaModificationsStatus = (typeof ReplicaModificationsStatus)[keyof typeof ReplicaModificationsStatus];
5467
4829
  /**
5468
4830
  * <p>A filter that you can use to specify whether replica modification sync is enabled.
5469
4831
  * S3 on Outposts replica modification sync can help you keep object metadata synchronized
@@ -5487,18 +4849,6 @@ export interface ReplicaModifications {
5487
4849
  */
5488
4850
  Status: ReplicaModificationsStatus | undefined;
5489
4851
  }
5490
- /**
5491
- * @public
5492
- * @enum
5493
- */
5494
- export declare const SseKmsEncryptedObjectsStatus: {
5495
- readonly Disabled: "Disabled";
5496
- readonly Enabled: "Enabled";
5497
- };
5498
- /**
5499
- * @public
5500
- */
5501
- export type SseKmsEncryptedObjectsStatus = (typeof SseKmsEncryptedObjectsStatus)[keyof typeof SseKmsEncryptedObjectsStatus];
5502
4852
  /**
5503
4853
  * <p>A container for filter information that you can use to select S3 objects that are
5504
4854
  * encrypted with Key Management Service (KMS).</p>
@@ -5550,18 +4900,6 @@ export interface SourceSelectionCriteria {
5550
4900
  */
5551
4901
  ReplicaModifications?: ReplicaModifications | undefined;
5552
4902
  }
5553
- /**
5554
- * @public
5555
- * @enum
5556
- */
5557
- export declare const ReplicationRuleStatus: {
5558
- readonly Disabled: "Disabled";
5559
- readonly Enabled: "Enabled";
5560
- };
5561
- /**
5562
- * @public
5563
- */
5564
- export type ReplicationRuleStatus = (typeof ReplicationRuleStatus)[keyof typeof ReplicationRuleStatus];
5565
4903
  /**
5566
4904
  * <p>Specifies which S3 on Outposts objects to replicate and where to store the
5567
4905
  * replicas.</p>
@@ -5727,30 +5065,6 @@ export interface GetBucketVersioningRequest {
5727
5065
  */
5728
5066
  Bucket: string | undefined;
5729
5067
  }
5730
- /**
5731
- * @public
5732
- * @enum
5733
- */
5734
- export declare const MFADeleteStatus: {
5735
- readonly Disabled: "Disabled";
5736
- readonly Enabled: "Enabled";
5737
- };
5738
- /**
5739
- * @public
5740
- */
5741
- export type MFADeleteStatus = (typeof MFADeleteStatus)[keyof typeof MFADeleteStatus];
5742
- /**
5743
- * @public
5744
- * @enum
5745
- */
5746
- export declare const BucketVersioningStatus: {
5747
- readonly Enabled: "Enabled";
5748
- readonly Suspended: "Suspended";
5749
- };
5750
- /**
5751
- * @public
5752
- */
5753
- export type BucketVersioningStatus = (typeof BucketVersioningStatus)[keyof typeof BucketVersioningStatus];
5754
5068
  /**
5755
5069
  * @public
5756
5070
  */
@@ -5768,18 +5082,6 @@ export interface GetBucketVersioningResult {
5768
5082
  */
5769
5083
  MFADelete?: MFADeleteStatus | undefined;
5770
5084
  }
5771
- /**
5772
- * @public
5773
- * @enum
5774
- */
5775
- export declare const Privilege: {
5776
- readonly Default: "Default";
5777
- readonly Minimal: "Minimal";
5778
- };
5779
- /**
5780
- * @public
5781
- */
5782
- export type Privilege = (typeof Privilege)[keyof typeof Privilege];
5783
5085
  /**
5784
5086
  * @public
5785
5087
  */
@@ -5970,22 +5272,6 @@ export interface RegionReport {
5970
5272
  */
5971
5273
  BucketAccountId?: string | undefined;
5972
5274
  }
5973
- /**
5974
- * @public
5975
- * @enum
5976
- */
5977
- export declare const MultiRegionAccessPointStatus: {
5978
- readonly CREATING: "CREATING";
5979
- readonly DELETING: "DELETING";
5980
- readonly INCONSISTENT_ACROSS_REGIONS: "INCONSISTENT_ACROSS_REGIONS";
5981
- readonly PARTIALLY_CREATED: "PARTIALLY_CREATED";
5982
- readonly PARTIALLY_DELETED: "PARTIALLY_DELETED";
5983
- readonly READY: "READY";
5984
- };
5985
- /**
5986
- * @public
5987
- */
5988
- export type MultiRegionAccessPointStatus = (typeof MultiRegionAccessPointStatus)[keyof typeof MultiRegionAccessPointStatus];
5989
5275
  /**
5990
5276
  * <p>A collection of statuses for a Multi-Region Access Point in the various Regions it supports.</p>
5991
5277
  * @public
@@ -6240,21 +5526,6 @@ export interface GetPublicAccessBlockRequest {
6240
5526
  */
6241
5527
  AccountId?: string | undefined;
6242
5528
  }
6243
- /**
6244
- * <p>Amazon S3 throws this exception if you make a <code>GetPublicAccessBlock</code> request
6245
- * against an account that doesn't have a <code>PublicAccessBlockConfiguration</code>
6246
- * set.</p>
6247
- * @public
6248
- */
6249
- export declare class NoSuchPublicAccessBlockConfiguration extends __BaseException {
6250
- readonly name: "NoSuchPublicAccessBlockConfiguration";
6251
- readonly $fault: "client";
6252
- Message?: string | undefined;
6253
- /**
6254
- * @internal
6255
- */
6256
- constructor(opts: __ExceptionOptionType<NoSuchPublicAccessBlockConfiguration, __BaseException>);
6257
- }
6258
5529
  /**
6259
5530
  * @public
6260
5531
  */
@@ -6337,29 +5608,6 @@ export interface StorageLensDataExportEncryption {
6337
5608
  */
6338
5609
  SSEKMS?: SSEKMS | undefined;
6339
5610
  }
6340
- /**
6341
- * @public
6342
- * @enum
6343
- */
6344
- export declare const Format: {
6345
- readonly CSV: "CSV";
6346
- readonly Parquet: "Parquet";
6347
- };
6348
- /**
6349
- * @public
6350
- */
6351
- export type Format = (typeof Format)[keyof typeof Format];
6352
- /**
6353
- * @public
6354
- * @enum
6355
- */
6356
- export declare const OutputSchemaVersion: {
6357
- readonly V_1: "V_1";
6358
- };
6359
- /**
6360
- * @public
6361
- */
6362
- export type OutputSchemaVersion = (typeof OutputSchemaVersion)[keyof typeof OutputSchemaVersion];
6363
5611
  /**
6364
5612
  * <p>A container for the bucket where the Amazon S3 Storage Lens metrics export files are
6365
5613
  * located.</p>
@@ -6959,3 +6207,1167 @@ export interface ObjectLambdaAccessPoint {
6959
6207
  */
6960
6208
  Alias?: ObjectLambdaAccessPointAlias | undefined;
6961
6209
  }
6210
+ /**
6211
+ * @public
6212
+ */
6213
+ export interface ListAccessPointsForObjectLambdaResult {
6214
+ /**
6215
+ * <p>Returns list of Object Lambda Access Points.</p>
6216
+ * @public
6217
+ */
6218
+ ObjectLambdaAccessPointList?: ObjectLambdaAccessPoint[] | undefined;
6219
+ /**
6220
+ * <p>If the list has more access points than can be returned in one call to this API, this field
6221
+ * contains a continuation token that you can provide in subsequent calls to this API to
6222
+ * retrieve additional access points.</p>
6223
+ * @public
6224
+ */
6225
+ NextToken?: string | undefined;
6226
+ }
6227
+ /**
6228
+ * @public
6229
+ */
6230
+ export interface ListCallerAccessGrantsRequest {
6231
+ /**
6232
+ * <p>The Amazon Web Services account ID of the S3 Access Grants instance.</p>
6233
+ * @public
6234
+ */
6235
+ AccountId?: string | undefined;
6236
+ /**
6237
+ * <p>The S3 path of the data that you would like to access. Must start with
6238
+ * <code>s3://</code>. You can optionally pass only the beginning characters of a path, and
6239
+ * S3 Access Grants will search for all applicable grants for the path fragment. </p>
6240
+ * @public
6241
+ */
6242
+ GrantScope?: string | undefined;
6243
+ /**
6244
+ * <p>A pagination token to request the next page of results. Pass this value into a
6245
+ * subsequent <code>List Caller Access Grants</code> request in order to retrieve the next
6246
+ * page of results.</p>
6247
+ * @public
6248
+ */
6249
+ NextToken?: string | undefined;
6250
+ /**
6251
+ * <p>The maximum number of access grants that you would like returned in the <code>List
6252
+ * Caller Access Grants</code> response. If the results include the pagination token
6253
+ * <code>NextToken</code>, make another call using the <code>NextToken</code> to determine
6254
+ * if there are more results.</p>
6255
+ * @public
6256
+ */
6257
+ MaxResults?: number | undefined;
6258
+ /**
6259
+ * <p>If this optional parameter is passed in the request, a filter is applied to the results.
6260
+ * The results will include only the access grants for the caller's Identity Center
6261
+ * application or for any other applications (<code>ALL</code>).</p>
6262
+ * @public
6263
+ */
6264
+ AllowedByApplication?: boolean | undefined;
6265
+ }
6266
+ /**
6267
+ * <p>Part of <code>ListCallerAccessGrantsResult</code>. Each entry includes the permission
6268
+ * level (READ, WRITE, or READWRITE) and the grant scope of the access grant. If the grant
6269
+ * also includes an application ARN, the grantee can only access the S3 data through this
6270
+ * application.</p>
6271
+ * @public
6272
+ */
6273
+ export interface ListCallerAccessGrantsEntry {
6274
+ /**
6275
+ * <p>The type of permission granted, which can be one of the following values:</p>
6276
+ * <ul>
6277
+ * <li>
6278
+ * <p>
6279
+ * <code>READ</code> - Grants read-only access to the S3 data.</p>
6280
+ * </li>
6281
+ * <li>
6282
+ * <p>
6283
+ * <code>WRITE</code> - Grants write-only access to the S3 data.</p>
6284
+ * </li>
6285
+ * <li>
6286
+ * <p>
6287
+ * <code>READWRITE</code> - Grants both read and write access to the S3 data.</p>
6288
+ * </li>
6289
+ * </ul>
6290
+ * @public
6291
+ */
6292
+ Permission?: Permission | undefined;
6293
+ /**
6294
+ * <p>The S3 path of the data to which you have been granted access. </p>
6295
+ * @public
6296
+ */
6297
+ GrantScope?: string | undefined;
6298
+ /**
6299
+ * <p>The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated
6300
+ * with your Identity Center instance. If the grant includes an application ARN, the grantee
6301
+ * can only access the S3 data through this application. </p>
6302
+ * @public
6303
+ */
6304
+ ApplicationArn?: string | undefined;
6305
+ }
6306
+ /**
6307
+ * @public
6308
+ */
6309
+ export interface ListCallerAccessGrantsResult {
6310
+ /**
6311
+ * <p>A pagination token that you can use to request the next page of results. Pass this value
6312
+ * into a subsequent <code>List Caller Access Grants</code> request in order to retrieve the
6313
+ * next page of results.</p>
6314
+ * @public
6315
+ */
6316
+ NextToken?: string | undefined;
6317
+ /**
6318
+ * <p>A list of the caller's access grants that were created using S3 Access Grants and that grant the
6319
+ * caller access to the S3 data of the Amazon Web Services account ID that was specified in the request.
6320
+ * </p>
6321
+ * @public
6322
+ */
6323
+ CallerAccessGrantsList?: ListCallerAccessGrantsEntry[] | undefined;
6324
+ }
6325
+ /**
6326
+ * @public
6327
+ */
6328
+ export interface ListJobsRequest {
6329
+ /**
6330
+ * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
6331
+ * @public
6332
+ */
6333
+ AccountId?: string | undefined;
6334
+ /**
6335
+ * <p>The <code>List Jobs</code> request returns jobs that match the statuses listed in this
6336
+ * element.</p>
6337
+ * @public
6338
+ */
6339
+ JobStatuses?: JobStatus[] | undefined;
6340
+ /**
6341
+ * <p>A pagination token to request the next page of results. Use the token that Amazon S3 returned
6342
+ * in the <code>NextToken</code> element of the <code>ListJobsResult</code> from the previous
6343
+ * <code>List Jobs</code> request.</p>
6344
+ * @public
6345
+ */
6346
+ NextToken?: string | undefined;
6347
+ /**
6348
+ * <p>The maximum number of jobs that Amazon S3 will include in the <code>List Jobs</code>
6349
+ * response. If there are more jobs than this number, the response will include a pagination
6350
+ * token in the <code>NextToken</code> field to enable you to retrieve the next page of
6351
+ * results.</p>
6352
+ * @public
6353
+ */
6354
+ MaxResults?: number | undefined;
6355
+ }
6356
+ /**
6357
+ * <p>Contains the configuration and status information for a single job retrieved as part of
6358
+ * a job list.</p>
6359
+ * @public
6360
+ */
6361
+ export interface JobListDescriptor {
6362
+ /**
6363
+ * <p>The ID for the specified job.</p>
6364
+ * @public
6365
+ */
6366
+ JobId?: string | undefined;
6367
+ /**
6368
+ * <p>The user-specified description that was included in the specified job's <code>Create
6369
+ * Job</code> request.</p>
6370
+ * @public
6371
+ */
6372
+ Description?: string | undefined;
6373
+ /**
6374
+ * <p>The operation that the specified job is configured to run on every object listed in the
6375
+ * manifest.</p>
6376
+ * @public
6377
+ */
6378
+ Operation?: OperationName | undefined;
6379
+ /**
6380
+ * <p>The current priority for the specified job.</p>
6381
+ * @public
6382
+ */
6383
+ Priority?: number | undefined;
6384
+ /**
6385
+ * <p>The specified job's current status.</p>
6386
+ * @public
6387
+ */
6388
+ Status?: JobStatus | undefined;
6389
+ /**
6390
+ * <p>A timestamp indicating when the specified job was created.</p>
6391
+ * @public
6392
+ */
6393
+ CreationTime?: Date | undefined;
6394
+ /**
6395
+ * <p>A timestamp indicating when the specified job terminated. A job's termination date is
6396
+ * the date and time when it succeeded, failed, or was canceled.</p>
6397
+ * @public
6398
+ */
6399
+ TerminationDate?: Date | undefined;
6400
+ /**
6401
+ * <p>Describes the total number of tasks that the specified job has run, the number of tasks
6402
+ * that succeeded, and the number of tasks that failed.</p>
6403
+ * @public
6404
+ */
6405
+ ProgressSummary?: JobProgressSummary | undefined;
6406
+ }
6407
+ /**
6408
+ * @public
6409
+ */
6410
+ export interface ListJobsResult {
6411
+ /**
6412
+ * <p>If the <code>List Jobs</code> request produced more than the maximum number of results,
6413
+ * you can pass this value into a subsequent <code>List Jobs</code> request in order to
6414
+ * retrieve the next page of results.</p>
6415
+ * @public
6416
+ */
6417
+ NextToken?: string | undefined;
6418
+ /**
6419
+ * <p>The list of current jobs and jobs that have ended within the last 30 days.</p>
6420
+ * @public
6421
+ */
6422
+ Jobs?: JobListDescriptor[] | undefined;
6423
+ }
6424
+ /**
6425
+ * @public
6426
+ */
6427
+ export interface ListMultiRegionAccessPointsRequest {
6428
+ /**
6429
+ * <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
6430
+ * @public
6431
+ */
6432
+ AccountId?: string | undefined;
6433
+ /**
6434
+ * <p>Not currently used. Do not use this parameter.</p>
6435
+ * @public
6436
+ */
6437
+ NextToken?: string | undefined;
6438
+ /**
6439
+ * <p>Not currently used. Do not use this parameter.</p>
6440
+ * @public
6441
+ */
6442
+ MaxResults?: number | undefined;
6443
+ }
6444
+ /**
6445
+ * @public
6446
+ */
6447
+ export interface ListMultiRegionAccessPointsResult {
6448
+ /**
6449
+ * <p>The list of Multi-Region Access Points associated with the user.</p>
6450
+ * @public
6451
+ */
6452
+ AccessPoints?: MultiRegionAccessPointReport[] | undefined;
6453
+ /**
6454
+ * <p>If the specified bucket has more Multi-Region Access Points than can be returned in one call to this
6455
+ * action, this field contains a continuation token. You can use this token tin subsequent
6456
+ * calls to this action to retrieve additional Multi-Region Access Points.</p>
6457
+ * @public
6458
+ */
6459
+ NextToken?: string | undefined;
6460
+ }
6461
+ /**
6462
+ * @public
6463
+ */
6464
+ export interface ListRegionalBucketsRequest {
6465
+ /**
6466
+ * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
6467
+ * @public
6468
+ */
6469
+ AccountId?: string | undefined;
6470
+ /**
6471
+ * <p></p>
6472
+ * @public
6473
+ */
6474
+ NextToken?: string | undefined;
6475
+ /**
6476
+ * <p></p>
6477
+ * @public
6478
+ */
6479
+ MaxResults?: number | undefined;
6480
+ /**
6481
+ * <p>The ID of the Outposts resource.</p>
6482
+ * <note>
6483
+ * <p>This ID is required by Amazon S3 on Outposts buckets.</p>
6484
+ * </note>
6485
+ * @public
6486
+ */
6487
+ OutpostId?: string | undefined;
6488
+ }
6489
+ /**
6490
+ * <p>The container for the regional bucket.</p>
6491
+ * @public
6492
+ */
6493
+ export interface RegionalBucket {
6494
+ /**
6495
+ * <p></p>
6496
+ * @public
6497
+ */
6498
+ Bucket: string | undefined;
6499
+ /**
6500
+ * <p>The Amazon Resource Name (ARN) for the regional bucket.</p>
6501
+ * @public
6502
+ */
6503
+ BucketArn?: string | undefined;
6504
+ /**
6505
+ * <p></p>
6506
+ * @public
6507
+ */
6508
+ PublicAccessBlockEnabled: boolean | undefined;
6509
+ /**
6510
+ * <p>The creation date of the regional bucket</p>
6511
+ * @public
6512
+ */
6513
+ CreationDate: Date | undefined;
6514
+ /**
6515
+ * <p>The Outposts ID of the regional bucket.</p>
6516
+ * @public
6517
+ */
6518
+ OutpostId?: string | undefined;
6519
+ }
6520
+ /**
6521
+ * @public
6522
+ */
6523
+ export interface ListRegionalBucketsResult {
6524
+ /**
6525
+ * <p></p>
6526
+ * @public
6527
+ */
6528
+ RegionalBucketList?: RegionalBucket[] | undefined;
6529
+ /**
6530
+ * <p>
6531
+ * <code>NextToken</code> is sent when <code>isTruncated</code> is true, which means there
6532
+ * are more buckets that can be listed. The next list requests to Amazon S3 can be continued with
6533
+ * this <code>NextToken</code>. <code>NextToken</code> is obfuscated and is not a real
6534
+ * key.</p>
6535
+ * @public
6536
+ */
6537
+ NextToken?: string | undefined;
6538
+ }
6539
+ /**
6540
+ * @public
6541
+ */
6542
+ export interface ListStorageLensConfigurationsRequest {
6543
+ /**
6544
+ * <p>The account ID of the requester.</p>
6545
+ * @public
6546
+ */
6547
+ AccountId?: string | undefined;
6548
+ /**
6549
+ * <p>A pagination token to request the next page of results.</p>
6550
+ * @public
6551
+ */
6552
+ NextToken?: string | undefined;
6553
+ }
6554
+ /**
6555
+ * <p>Part of <code>ListStorageLensConfigurationResult</code>. Each entry includes the
6556
+ * description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its
6557
+ * Amazon Resource Name (ARN), and config ID.</p>
6558
+ * @public
6559
+ */
6560
+ export interface ListStorageLensConfigurationEntry {
6561
+ /**
6562
+ * <p>A container for the S3 Storage Lens configuration ID.</p>
6563
+ * @public
6564
+ */
6565
+ Id: string | undefined;
6566
+ /**
6567
+ * <p>The ARN of the S3 Storage Lens configuration. This property is read-only.</p>
6568
+ * @public
6569
+ */
6570
+ StorageLensArn: string | undefined;
6571
+ /**
6572
+ * <p>A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in
6573
+ * your designated S3 Storage Lens home Region.</p>
6574
+ * @public
6575
+ */
6576
+ HomeRegion: string | undefined;
6577
+ /**
6578
+ * <p>A container for whether the S3 Storage Lens configuration is enabled. This property is
6579
+ * required.</p>
6580
+ * @public
6581
+ */
6582
+ IsEnabled?: boolean | undefined;
6583
+ }
6584
+ /**
6585
+ * @public
6586
+ */
6587
+ export interface ListStorageLensConfigurationsResult {
6588
+ /**
6589
+ * <p>If the request produced more than the maximum number of S3 Storage Lens configuration results,
6590
+ * you can pass this value into a subsequent request to retrieve the next page of
6591
+ * results.</p>
6592
+ * @public
6593
+ */
6594
+ NextToken?: string | undefined;
6595
+ /**
6596
+ * <p>A list of S3 Storage Lens configurations.</p>
6597
+ * @public
6598
+ */
6599
+ StorageLensConfigurationList?: ListStorageLensConfigurationEntry[] | undefined;
6600
+ }
6601
+ /**
6602
+ * @public
6603
+ */
6604
+ export interface ListStorageLensGroupsRequest {
6605
+ /**
6606
+ * <p>
6607
+ * The Amazon Web Services account ID that owns the Storage Lens groups.
6608
+ * </p>
6609
+ * @public
6610
+ */
6611
+ AccountId?: string | undefined;
6612
+ /**
6613
+ * <p>The token for the next set of results, or <code>null</code> if there are no more results.
6614
+ * </p>
6615
+ * @public
6616
+ */
6617
+ NextToken?: string | undefined;
6618
+ }
6619
+ /**
6620
+ * <p>
6621
+ * Each entry contains a Storage Lens group that exists in the specified home Region.
6622
+ * </p>
6623
+ * @public
6624
+ */
6625
+ export interface ListStorageLensGroupEntry {
6626
+ /**
6627
+ * <p>
6628
+ * Contains the name of the Storage Lens group that exists in the specified home Region.
6629
+ * </p>
6630
+ * @public
6631
+ */
6632
+ Name: string | undefined;
6633
+ /**
6634
+ * <p>
6635
+ * Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
6636
+ * </p>
6637
+ * @public
6638
+ */
6639
+ StorageLensGroupArn: string | undefined;
6640
+ /**
6641
+ * <p>
6642
+ * Contains the Amazon Web Services Region where the Storage Lens group was created.
6643
+ * </p>
6644
+ * @public
6645
+ */
6646
+ HomeRegion: string | undefined;
6647
+ }
6648
+ /**
6649
+ * @public
6650
+ */
6651
+ export interface ListStorageLensGroupsResult {
6652
+ /**
6653
+ * <p>
6654
+ * If <code>NextToken</code> is returned, there are more Storage Lens groups results available. The value of <code>NextToken</code> is a
6655
+ * unique pagination token for each page. Make the call again using the returned token to
6656
+ * retrieve the next page. Keep all other arguments unchanged. Each pagination token expires
6657
+ * after 24 hours.
6658
+ * </p>
6659
+ * @public
6660
+ */
6661
+ NextToken?: string | undefined;
6662
+ /**
6663
+ * <p>
6664
+ * The list of Storage Lens groups that exist in the specified home Region.
6665
+ * </p>
6666
+ * @public
6667
+ */
6668
+ StorageLensGroupList?: ListStorageLensGroupEntry[] | undefined;
6669
+ }
6670
+ /**
6671
+ * @public
6672
+ */
6673
+ export interface ListTagsForResourceRequest {
6674
+ /**
6675
+ * <p> The Amazon Web Services account ID of the resource owner. </p>
6676
+ * @public
6677
+ */
6678
+ AccountId?: string | undefined;
6679
+ /**
6680
+ * <p> The Amazon Resource Name (ARN) of the S3 resource that you want to list tags for. The
6681
+ * tagged resource can be a directory bucket, S3 Storage Lens group or S3 Access Grants instance,
6682
+ * registered location, or grant. </p>
6683
+ * @public
6684
+ */
6685
+ ResourceArn: string | undefined;
6686
+ }
6687
+ /**
6688
+ * @public
6689
+ */
6690
+ export interface ListTagsForResourceResult {
6691
+ /**
6692
+ * <p> The Amazon Web Services resource tags that are associated with the resource. </p>
6693
+ * @public
6694
+ */
6695
+ Tags?: Tag[] | undefined;
6696
+ }
6697
+ /**
6698
+ * @public
6699
+ */
6700
+ export interface PutAccessGrantsInstanceResourcePolicyRequest {
6701
+ /**
6702
+ * <p>The Amazon Web Services account ID of the S3 Access Grants instance.</p>
6703
+ * @public
6704
+ */
6705
+ AccountId?: string | undefined;
6706
+ /**
6707
+ * <p>The resource policy of the S3 Access Grants instance that you are updating.</p>
6708
+ * @public
6709
+ */
6710
+ Policy: string | undefined;
6711
+ /**
6712
+ * <p>The Organization of the resource policy of the S3 Access Grants instance.</p>
6713
+ * @public
6714
+ */
6715
+ Organization?: string | undefined;
6716
+ }
6717
+ /**
6718
+ * @public
6719
+ */
6720
+ export interface PutAccessGrantsInstanceResourcePolicyResult {
6721
+ /**
6722
+ * <p>The updated resource policy of the S3 Access Grants instance.</p>
6723
+ * @public
6724
+ */
6725
+ Policy?: string | undefined;
6726
+ /**
6727
+ * <p>The Organization of the resource policy of the S3 Access Grants instance.</p>
6728
+ * @public
6729
+ */
6730
+ Organization?: string | undefined;
6731
+ /**
6732
+ * <p>The date and time when you created the S3 Access Grants instance resource policy. </p>
6733
+ * @public
6734
+ */
6735
+ CreatedAt?: Date | undefined;
6736
+ }
6737
+ /**
6738
+ * @public
6739
+ */
6740
+ export interface PutAccessPointConfigurationForObjectLambdaRequest {
6741
+ /**
6742
+ * <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
6743
+ * @public
6744
+ */
6745
+ AccountId?: string | undefined;
6746
+ /**
6747
+ * <p>The name of the Object Lambda Access Point.</p>
6748
+ * @public
6749
+ */
6750
+ Name: string | undefined;
6751
+ /**
6752
+ * <p>Object Lambda Access Point configuration document.</p>
6753
+ * @public
6754
+ */
6755
+ Configuration: ObjectLambdaConfiguration | undefined;
6756
+ }
6757
+ /**
6758
+ * @public
6759
+ */
6760
+ export interface PutAccessPointPolicyRequest {
6761
+ /**
6762
+ * <p>The Amazon Web Services account ID for owner of the bucket associated with the specified access point.</p>
6763
+ * @public
6764
+ */
6765
+ AccountId?: string | undefined;
6766
+ /**
6767
+ * <p>The name of the access point that you want to associate with the specified policy.</p>
6768
+ * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
6769
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
6770
+ * @public
6771
+ */
6772
+ Name: string | undefined;
6773
+ /**
6774
+ * <p>The policy that you want to apply to the specified access point. For more information about access point
6775
+ * policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing data access with Amazon S3
6776
+ * access points</a> or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets.html">Managing access to
6777
+ * shared datasets in directory buckets with access points</a> in the
6778
+ * <i>Amazon S3 User Guide</i>.</p>
6779
+ * @public
6780
+ */
6781
+ Policy: string | undefined;
6782
+ }
6783
+ /**
6784
+ * @public
6785
+ */
6786
+ export interface PutAccessPointPolicyForObjectLambdaRequest {
6787
+ /**
6788
+ * <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
6789
+ * @public
6790
+ */
6791
+ AccountId?: string | undefined;
6792
+ /**
6793
+ * <p>The name of the Object Lambda Access Point.</p>
6794
+ * @public
6795
+ */
6796
+ Name: string | undefined;
6797
+ /**
6798
+ * <p>Object Lambda Access Point resource policy document.</p>
6799
+ * @public
6800
+ */
6801
+ Policy: string | undefined;
6802
+ }
6803
+ /**
6804
+ * @public
6805
+ */
6806
+ export interface PutAccessPointScopeRequest {
6807
+ /**
6808
+ * <p> The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.
6809
+ * </p>
6810
+ * @public
6811
+ */
6812
+ AccountId?: string | undefined;
6813
+ /**
6814
+ * <p>The name of the access point with the scope that you want to create or replace.</p>
6815
+ * @public
6816
+ */
6817
+ Name: string | undefined;
6818
+ /**
6819
+ * <p>Object prefixes, API operations, or a combination of both.</p>
6820
+ * @public
6821
+ */
6822
+ Scope: Scope | undefined;
6823
+ }
6824
+ /**
6825
+ * <p>The container for the Outposts bucket lifecycle configuration.</p>
6826
+ * @public
6827
+ */
6828
+ export interface LifecycleConfiguration {
6829
+ /**
6830
+ * <p>A lifecycle rule for individual objects in an Outposts bucket. </p>
6831
+ * @public
6832
+ */
6833
+ Rules?: LifecycleRule[] | undefined;
6834
+ }
6835
+ /**
6836
+ * @public
6837
+ */
6838
+ export interface PutBucketLifecycleConfigurationRequest {
6839
+ /**
6840
+ * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
6841
+ * @public
6842
+ */
6843
+ AccountId?: string | undefined;
6844
+ /**
6845
+ * <p>The name of the bucket for which to set the configuration.</p>
6846
+ * @public
6847
+ */
6848
+ Bucket: string | undefined;
6849
+ /**
6850
+ * <p>Container for lifecycle rules. You can add as many as 1,000 rules.</p>
6851
+ * @public
6852
+ */
6853
+ LifecycleConfiguration?: LifecycleConfiguration | undefined;
6854
+ }
6855
+ /**
6856
+ * @public
6857
+ */
6858
+ export interface PutBucketPolicyRequest {
6859
+ /**
6860
+ * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
6861
+ * @public
6862
+ */
6863
+ AccountId?: string | undefined;
6864
+ /**
6865
+ * <p>Specifies the bucket.</p>
6866
+ * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
6867
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
6868
+ * @public
6869
+ */
6870
+ Bucket: string | undefined;
6871
+ /**
6872
+ * <p>Set this parameter to true to confirm that you want to remove your permissions to change
6873
+ * this bucket policy in the future.</p>
6874
+ * <note>
6875
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
6876
+ * </note>
6877
+ * @public
6878
+ */
6879
+ ConfirmRemoveSelfBucketAccess?: boolean | undefined;
6880
+ /**
6881
+ * <p>The bucket policy as a JSON document.</p>
6882
+ * @public
6883
+ */
6884
+ Policy: string | undefined;
6885
+ }
6886
+ /**
6887
+ * @public
6888
+ */
6889
+ export interface PutBucketReplicationRequest {
6890
+ /**
6891
+ * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
6892
+ * @public
6893
+ */
6894
+ AccountId?: string | undefined;
6895
+ /**
6896
+ * <p>Specifies the S3 on Outposts bucket to set the configuration for.</p>
6897
+ * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
6898
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
6899
+ * @public
6900
+ */
6901
+ Bucket: string | undefined;
6902
+ /**
6903
+ * <p></p>
6904
+ * @public
6905
+ */
6906
+ ReplicationConfiguration: ReplicationConfiguration | undefined;
6907
+ }
6908
+ /**
6909
+ * <p></p>
6910
+ * @public
6911
+ */
6912
+ export interface Tagging {
6913
+ /**
6914
+ * <p>A collection for a set of tags.</p>
6915
+ * @public
6916
+ */
6917
+ TagSet: S3Tag[] | undefined;
6918
+ }
6919
+ /**
6920
+ * @public
6921
+ */
6922
+ export interface PutBucketTaggingRequest {
6923
+ /**
6924
+ * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
6925
+ * @public
6926
+ */
6927
+ AccountId?: string | undefined;
6928
+ /**
6929
+ * <p>The Amazon Resource Name (ARN) of the bucket.</p>
6930
+ * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
6931
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
6932
+ * @public
6933
+ */
6934
+ Bucket: string | undefined;
6935
+ /**
6936
+ * <p></p>
6937
+ * @public
6938
+ */
6939
+ Tagging: Tagging | undefined;
6940
+ }
6941
+ /**
6942
+ * <p>Describes the versioning state of an Amazon S3 on Outposts bucket. For more information, see
6943
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketVersioning.html">PutBucketVersioning</a>.</p>
6944
+ * @public
6945
+ */
6946
+ export interface VersioningConfiguration {
6947
+ /**
6948
+ * <p>Specifies whether MFA delete is enabled or disabled in the bucket versioning
6949
+ * configuration for the S3 on Outposts bucket.</p>
6950
+ * @public
6951
+ */
6952
+ MFADelete?: MFADelete | undefined;
6953
+ /**
6954
+ * <p>Sets the versioning state of the S3 on Outposts bucket.</p>
6955
+ * @public
6956
+ */
6957
+ Status?: BucketVersioningStatus | undefined;
6958
+ }
6959
+ /**
6960
+ * @public
6961
+ */
6962
+ export interface PutBucketVersioningRequest {
6963
+ /**
6964
+ * <p>The Amazon Web Services account ID of the S3 on Outposts bucket.</p>
6965
+ * @public
6966
+ */
6967
+ AccountId?: string | undefined;
6968
+ /**
6969
+ * <p>The S3 on Outposts bucket to set the versioning state for.</p>
6970
+ * @public
6971
+ */
6972
+ Bucket: string | undefined;
6973
+ /**
6974
+ * <p>The concatenation of the authentication device's serial number, a space, and the value
6975
+ * that is displayed on your authentication device.</p>
6976
+ * @public
6977
+ */
6978
+ MFA?: string | undefined;
6979
+ /**
6980
+ * <p>The root-level tag for the <code>VersioningConfiguration</code> parameters.</p>
6981
+ * @public
6982
+ */
6983
+ VersioningConfiguration: VersioningConfiguration | undefined;
6984
+ }
6985
+ /**
6986
+ * @public
6987
+ */
6988
+ export interface PutJobTaggingRequest {
6989
+ /**
6990
+ * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
6991
+ * @public
6992
+ */
6993
+ AccountId?: string | undefined;
6994
+ /**
6995
+ * <p>The ID for the S3 Batch Operations job whose tags you want to replace.</p>
6996
+ * @public
6997
+ */
6998
+ JobId: string | undefined;
6999
+ /**
7000
+ * <p>The set of tags to associate with the S3 Batch Operations job.</p>
7001
+ * @public
7002
+ */
7003
+ Tags: S3Tag[] | undefined;
7004
+ }
7005
+ /**
7006
+ * @public
7007
+ */
7008
+ export interface PutJobTaggingResult {
7009
+ }
7010
+ /**
7011
+ * @public
7012
+ */
7013
+ export interface PutMultiRegionAccessPointPolicyRequest {
7014
+ /**
7015
+ * <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
7016
+ * @public
7017
+ */
7018
+ AccountId?: string | undefined;
7019
+ /**
7020
+ * <p>An idempotency token used to identify the request and guarantee that requests are
7021
+ * unique.</p>
7022
+ * @public
7023
+ */
7024
+ ClientToken?: string | undefined;
7025
+ /**
7026
+ * <p>A container element containing the details of the policy for the Multi-Region Access Point.</p>
7027
+ * @public
7028
+ */
7029
+ Details: PutMultiRegionAccessPointPolicyInput | undefined;
7030
+ }
7031
+ /**
7032
+ * @public
7033
+ */
7034
+ export interface PutMultiRegionAccessPointPolicyResult {
7035
+ /**
7036
+ * <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of asynchronous
7037
+ * requests.</p>
7038
+ * @public
7039
+ */
7040
+ RequestTokenARN?: string | undefined;
7041
+ }
7042
+ /**
7043
+ * @public
7044
+ */
7045
+ export interface PutPublicAccessBlockRequest {
7046
+ /**
7047
+ * <p>The <code>PublicAccessBlock</code> configuration that you want to apply to the specified
7048
+ * Amazon Web Services account.</p>
7049
+ * @public
7050
+ */
7051
+ PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
7052
+ /**
7053
+ * <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration
7054
+ * you want to set.</p>
7055
+ * @public
7056
+ */
7057
+ AccountId?: string | undefined;
7058
+ }
7059
+ /**
7060
+ * @public
7061
+ */
7062
+ export interface PutStorageLensConfigurationRequest {
7063
+ /**
7064
+ * <p>The ID of the S3 Storage Lens configuration.</p>
7065
+ * @public
7066
+ */
7067
+ ConfigId: string | undefined;
7068
+ /**
7069
+ * <p>The account ID of the requester.</p>
7070
+ * @public
7071
+ */
7072
+ AccountId?: string | undefined;
7073
+ /**
7074
+ * <p>The S3 Storage Lens configuration.</p>
7075
+ * @public
7076
+ */
7077
+ StorageLensConfiguration: StorageLensConfiguration | undefined;
7078
+ /**
7079
+ * <p>The tag set of the S3 Storage Lens configuration.</p>
7080
+ * <note>
7081
+ * <p>You can set up to a maximum of 50 tags.</p>
7082
+ * </note>
7083
+ * @public
7084
+ */
7085
+ Tags?: StorageLensTag[] | undefined;
7086
+ }
7087
+ /**
7088
+ * @public
7089
+ */
7090
+ export interface PutStorageLensConfigurationTaggingRequest {
7091
+ /**
7092
+ * <p>The ID of the S3 Storage Lens configuration.</p>
7093
+ * @public
7094
+ */
7095
+ ConfigId: string | undefined;
7096
+ /**
7097
+ * <p>The account ID of the requester.</p>
7098
+ * @public
7099
+ */
7100
+ AccountId?: string | undefined;
7101
+ /**
7102
+ * <p>The tag set of the S3 Storage Lens configuration.</p>
7103
+ * <note>
7104
+ * <p>You can set up to a maximum of 50 tags.</p>
7105
+ * </note>
7106
+ * @public
7107
+ */
7108
+ Tags: StorageLensTag[] | undefined;
7109
+ }
7110
+ /**
7111
+ * @public
7112
+ */
7113
+ export interface PutStorageLensConfigurationTaggingResult {
7114
+ }
7115
+ /**
7116
+ * @public
7117
+ */
7118
+ export interface SubmitMultiRegionAccessPointRoutesRequest {
7119
+ /**
7120
+ * <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
7121
+ * @public
7122
+ */
7123
+ AccountId?: string | undefined;
7124
+ /**
7125
+ * <p>The Multi-Region Access Point ARN.</p>
7126
+ * @public
7127
+ */
7128
+ Mrap: string | undefined;
7129
+ /**
7130
+ * <p>The different routes that make up the new route configuration. Active routes return a
7131
+ * value of <code>100</code>, and passive routes return a value of <code>0</code>.</p>
7132
+ * @public
7133
+ */
7134
+ RouteUpdates: MultiRegionAccessPointRoute[] | undefined;
7135
+ }
7136
+ /**
7137
+ * @public
7138
+ */
7139
+ export interface SubmitMultiRegionAccessPointRoutesResult {
7140
+ }
7141
+ /**
7142
+ * @public
7143
+ */
7144
+ export interface TagResourceRequest {
7145
+ /**
7146
+ * <p>
7147
+ * The Amazon Web Services account ID that created the S3 resource that you're trying to add tags to or the requester's account ID.
7148
+ * </p>
7149
+ * @public
7150
+ */
7151
+ AccountId?: string | undefined;
7152
+ /**
7153
+ * <p>The Amazon Resource Name (ARN) of the S3 resource that you're applying tags to. The
7154
+ * tagged resource can be a directory bucket, S3 Storage Lens group or S3 Access Grants instance,
7155
+ * registered location, or grant.</p>
7156
+ * @public
7157
+ */
7158
+ ResourceArn: string | undefined;
7159
+ /**
7160
+ * <p> The Amazon Web Services resource tags that you want to add to the specified S3 resource. </p>
7161
+ * @public
7162
+ */
7163
+ Tags: Tag[] | undefined;
7164
+ }
7165
+ /**
7166
+ * @public
7167
+ */
7168
+ export interface TagResourceResult {
7169
+ }
7170
+ /**
7171
+ * @public
7172
+ */
7173
+ export interface UntagResourceRequest {
7174
+ /**
7175
+ * <p> The Amazon Web Services account ID that owns the resource that you're trying to remove the tags from.
7176
+ * </p>
7177
+ * @public
7178
+ */
7179
+ AccountId?: string | undefined;
7180
+ /**
7181
+ * <p>The Amazon Resource Name (ARN) of the S3 resource that you're removing tags from. The
7182
+ * tagged resource can be a directory bucket, S3 Storage Lens group or S3 Access Grants instance,
7183
+ * registered location, or grant.</p>
7184
+ * @public
7185
+ */
7186
+ ResourceArn: string | undefined;
7187
+ /**
7188
+ * <p> The array of tag key-value pairs that you're trying to remove from of the S3 resource.
7189
+ * </p>
7190
+ * @public
7191
+ */
7192
+ TagKeys: string[] | undefined;
7193
+ }
7194
+ /**
7195
+ * @public
7196
+ */
7197
+ export interface UntagResourceResult {
7198
+ }
7199
+ /**
7200
+ * @public
7201
+ */
7202
+ export interface UpdateAccessGrantsLocationRequest {
7203
+ /**
7204
+ * <p>The Amazon Web Services account ID of the S3 Access Grants instance.</p>
7205
+ * @public
7206
+ */
7207
+ AccountId?: string | undefined;
7208
+ /**
7209
+ * <p>The ID of the registered location that you are updating. S3 Access Grants assigns this ID when you
7210
+ * register the location. S3 Access Grants assigns the ID <code>default</code> to the default location
7211
+ * <code>s3://</code> and assigns an auto-generated ID to other locations that you
7212
+ * register. </p>
7213
+ * <p>The ID of the registered location to which you are granting access. S3 Access Grants assigned this
7214
+ * ID when you registered the location. S3 Access Grants assigns the ID <code>default</code> to the
7215
+ * default location <code>s3://</code> and assigns an auto-generated ID to other locations
7216
+ * that you register. </p>
7217
+ * <p>If you are passing the <code>default</code> location, you cannot create an access grant
7218
+ * for the entire default location. You must also specify a bucket or a bucket and prefix in
7219
+ * the <code>Subprefix</code> field. </p>
7220
+ * @public
7221
+ */
7222
+ AccessGrantsLocationId: string | undefined;
7223
+ /**
7224
+ * <p>The Amazon Resource Name (ARN) of the IAM role for the registered location. S3 Access Grants
7225
+ * assumes this role to manage access to the registered location. </p>
7226
+ * @public
7227
+ */
7228
+ IAMRoleArn: string | undefined;
7229
+ }
7230
+ /**
7231
+ * @public
7232
+ */
7233
+ export interface UpdateAccessGrantsLocationResult {
7234
+ /**
7235
+ * <p>The date and time when you registered the location. </p>
7236
+ * @public
7237
+ */
7238
+ CreatedAt?: Date | undefined;
7239
+ /**
7240
+ * <p>The ID of the registered location to which you are granting access. S3 Access Grants assigned this
7241
+ * ID when you registered the location. S3 Access Grants assigns the ID <code>default</code> to the
7242
+ * default location <code>s3://</code> and assigns an auto-generated ID to other locations
7243
+ * that you register. </p>
7244
+ * @public
7245
+ */
7246
+ AccessGrantsLocationId?: string | undefined;
7247
+ /**
7248
+ * <p>The Amazon Resource Name (ARN) of the registered location that you are updating. </p>
7249
+ * @public
7250
+ */
7251
+ AccessGrantsLocationArn?: string | undefined;
7252
+ /**
7253
+ * <p>The S3 URI path of the location that you are updating. You cannot update the scope of
7254
+ * the registered location. The location scope can be the default S3 location
7255
+ * <code>s3://</code>, the S3 path to a bucket <code>s3://<bucket></code>, or the S3
7256
+ * path to a bucket and prefix <code>s3://<bucket>/<prefix></code>. </p>
7257
+ * @public
7258
+ */
7259
+ LocationScope?: string | undefined;
7260
+ /**
7261
+ * <p>The Amazon Resource Name (ARN) of the IAM role of the registered location. S3 Access Grants
7262
+ * assumes this role to manage access to the registered location. </p>
7263
+ * @public
7264
+ */
7265
+ IAMRoleArn?: string | undefined;
7266
+ }
7267
+ /**
7268
+ * @public
7269
+ */
7270
+ export interface UpdateJobPriorityRequest {
7271
+ /**
7272
+ * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
7273
+ * @public
7274
+ */
7275
+ AccountId?: string | undefined;
7276
+ /**
7277
+ * <p>The ID for the job whose priority you want to update.</p>
7278
+ * @public
7279
+ */
7280
+ JobId: string | undefined;
7281
+ /**
7282
+ * <p>The priority you want to assign to this job.</p>
7283
+ * @public
7284
+ */
7285
+ Priority: number | undefined;
7286
+ }
7287
+ /**
7288
+ * @public
7289
+ */
7290
+ export interface UpdateJobPriorityResult {
7291
+ /**
7292
+ * <p>The ID for the job whose priority Amazon S3 updated.</p>
7293
+ * @public
7294
+ */
7295
+ JobId: string | undefined;
7296
+ /**
7297
+ * <p>The new priority assigned to the specified job.</p>
7298
+ * @public
7299
+ */
7300
+ Priority: number | undefined;
7301
+ }
7302
+ /**
7303
+ * @public
7304
+ */
7305
+ export interface UpdateJobStatusRequest {
7306
+ /**
7307
+ * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
7308
+ * @public
7309
+ */
7310
+ AccountId?: string | undefined;
7311
+ /**
7312
+ * <p>The ID of the job whose status you want to update.</p>
7313
+ * @public
7314
+ */
7315
+ JobId: string | undefined;
7316
+ /**
7317
+ * <p>The status that you want to move the specified job to.</p>
7318
+ * @public
7319
+ */
7320
+ RequestedJobStatus: RequestedJobStatus | undefined;
7321
+ /**
7322
+ * <p>A description of the reason why you want to change the specified job's status. This
7323
+ * field can be any string up to the maximum length.</p>
7324
+ * @public
7325
+ */
7326
+ StatusUpdateReason?: string | undefined;
7327
+ }
7328
+ /**
7329
+ * @public
7330
+ */
7331
+ export interface UpdateJobStatusResult {
7332
+ /**
7333
+ * <p>The ID for the job whose status was updated.</p>
7334
+ * @public
7335
+ */
7336
+ JobId?: string | undefined;
7337
+ /**
7338
+ * <p>The current status for the specified job.</p>
7339
+ * @public
7340
+ */
7341
+ Status?: JobStatus | undefined;
7342
+ /**
7343
+ * <p>The reason that the specified job's status was updated.</p>
7344
+ * @public
7345
+ */
7346
+ StatusUpdateReason?: string | undefined;
7347
+ }
7348
+ /**
7349
+ * @public
7350
+ */
7351
+ export interface UpdateStorageLensGroupRequest {
7352
+ /**
7353
+ * <p>
7354
+ * The name of the Storage Lens group that you want to update.
7355
+ * </p>
7356
+ * @public
7357
+ */
7358
+ Name: string | undefined;
7359
+ /**
7360
+ * <p>
7361
+ * The Amazon Web Services account ID of the Storage Lens group owner.
7362
+ * </p>
7363
+ * @public
7364
+ */
7365
+ AccountId?: string | undefined;
7366
+ /**
7367
+ * <p>
7368
+ * The JSON file that contains the Storage Lens group configuration.
7369
+ * </p>
7370
+ * @public
7371
+ */
7372
+ StorageLensGroup: StorageLensGroup | undefined;
7373
+ }