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
@@ -54,12 +54,6 @@ let S3ServiceException$1 = class S3ServiceException extends smithyClient.Service
54
54
  }
55
55
  };
56
56
 
57
- const RequestCharged = {
58
- requester: "requester",
59
- };
60
- const RequestPayer = {
61
- requester: "requester",
62
- };
63
57
  let NoSuchUpload$1 = class NoSuchUpload extends S3ServiceException$1 {
64
58
  name = "NoSuchUpload";
65
59
  $fault = "client";
@@ -72,81 +66,6 @@ let NoSuchUpload$1 = class NoSuchUpload extends S3ServiceException$1 {
72
66
  Object.setPrototypeOf(this, NoSuchUpload.prototype);
73
67
  }
74
68
  };
75
- const BucketAccelerateStatus = {
76
- Enabled: "Enabled",
77
- Suspended: "Suspended",
78
- };
79
- const Type = {
80
- AmazonCustomerByEmail: "AmazonCustomerByEmail",
81
- CanonicalUser: "CanonicalUser",
82
- Group: "Group",
83
- };
84
- const Permission = {
85
- FULL_CONTROL: "FULL_CONTROL",
86
- READ: "READ",
87
- READ_ACP: "READ_ACP",
88
- WRITE: "WRITE",
89
- WRITE_ACP: "WRITE_ACP",
90
- };
91
- const OwnerOverride = {
92
- Destination: "Destination",
93
- };
94
- const ChecksumType = {
95
- COMPOSITE: "COMPOSITE",
96
- FULL_OBJECT: "FULL_OBJECT",
97
- };
98
- const ServerSideEncryption = {
99
- AES256: "AES256",
100
- aws_fsx: "aws:fsx",
101
- aws_kms: "aws:kms",
102
- aws_kms_dsse: "aws:kms:dsse",
103
- };
104
- const ObjectCannedACL = {
105
- authenticated_read: "authenticated-read",
106
- aws_exec_read: "aws-exec-read",
107
- bucket_owner_full_control: "bucket-owner-full-control",
108
- bucket_owner_read: "bucket-owner-read",
109
- private: "private",
110
- public_read: "public-read",
111
- public_read_write: "public-read-write",
112
- };
113
- const ChecksumAlgorithm = {
114
- CRC32: "CRC32",
115
- CRC32C: "CRC32C",
116
- CRC64NVME: "CRC64NVME",
117
- SHA1: "SHA1",
118
- SHA256: "SHA256",
119
- };
120
- const MetadataDirective = {
121
- COPY: "COPY",
122
- REPLACE: "REPLACE",
123
- };
124
- const ObjectLockLegalHoldStatus = {
125
- OFF: "OFF",
126
- ON: "ON",
127
- };
128
- const ObjectLockMode = {
129
- COMPLIANCE: "COMPLIANCE",
130
- GOVERNANCE: "GOVERNANCE",
131
- };
132
- const StorageClass = {
133
- DEEP_ARCHIVE: "DEEP_ARCHIVE",
134
- EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
135
- FSX_OPENZFS: "FSX_OPENZFS",
136
- GLACIER: "GLACIER",
137
- GLACIER_IR: "GLACIER_IR",
138
- INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
139
- ONEZONE_IA: "ONEZONE_IA",
140
- OUTPOSTS: "OUTPOSTS",
141
- REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
142
- SNOW: "SNOW",
143
- STANDARD: "STANDARD",
144
- STANDARD_IA: "STANDARD_IA",
145
- };
146
- const TaggingDirective = {
147
- COPY: "COPY",
148
- REPLACE: "REPLACE",
149
- };
150
69
  let ObjectNotInActiveTierError$1 = class ObjectNotInActiveTierError extends S3ServiceException$1 {
151
70
  name = "ObjectNotInActiveTierError";
152
71
  $fault = "client";
@@ -183,79 +102,6 @@ let BucketAlreadyOwnedByYou$1 = class BucketAlreadyOwnedByYou extends S3ServiceE
183
102
  Object.setPrototypeOf(this, BucketAlreadyOwnedByYou.prototype);
184
103
  }
185
104
  };
186
- const BucketCannedACL = {
187
- authenticated_read: "authenticated-read",
188
- private: "private",
189
- public_read: "public-read",
190
- public_read_write: "public-read-write",
191
- };
192
- const DataRedundancy = {
193
- SingleAvailabilityZone: "SingleAvailabilityZone",
194
- SingleLocalZone: "SingleLocalZone",
195
- };
196
- const BucketType = {
197
- Directory: "Directory",
198
- };
199
- const LocationType = {
200
- AvailabilityZone: "AvailabilityZone",
201
- LocalZone: "LocalZone",
202
- };
203
- const BucketLocationConstraint = {
204
- EU: "EU",
205
- af_south_1: "af-south-1",
206
- ap_east_1: "ap-east-1",
207
- ap_northeast_1: "ap-northeast-1",
208
- ap_northeast_2: "ap-northeast-2",
209
- ap_northeast_3: "ap-northeast-3",
210
- ap_south_1: "ap-south-1",
211
- ap_south_2: "ap-south-2",
212
- ap_southeast_1: "ap-southeast-1",
213
- ap_southeast_2: "ap-southeast-2",
214
- ap_southeast_3: "ap-southeast-3",
215
- ap_southeast_4: "ap-southeast-4",
216
- ap_southeast_5: "ap-southeast-5",
217
- ca_central_1: "ca-central-1",
218
- cn_north_1: "cn-north-1",
219
- cn_northwest_1: "cn-northwest-1",
220
- eu_central_1: "eu-central-1",
221
- eu_central_2: "eu-central-2",
222
- eu_north_1: "eu-north-1",
223
- eu_south_1: "eu-south-1",
224
- eu_south_2: "eu-south-2",
225
- eu_west_1: "eu-west-1",
226
- eu_west_2: "eu-west-2",
227
- eu_west_3: "eu-west-3",
228
- il_central_1: "il-central-1",
229
- me_central_1: "me-central-1",
230
- me_south_1: "me-south-1",
231
- sa_east_1: "sa-east-1",
232
- us_east_2: "us-east-2",
233
- us_gov_east_1: "us-gov-east-1",
234
- us_gov_west_1: "us-gov-west-1",
235
- us_west_1: "us-west-1",
236
- us_west_2: "us-west-2",
237
- };
238
- const ObjectOwnership = {
239
- BucketOwnerEnforced: "BucketOwnerEnforced",
240
- BucketOwnerPreferred: "BucketOwnerPreferred",
241
- ObjectWriter: "ObjectWriter",
242
- };
243
- const InventoryConfigurationState = {
244
- DISABLED: "DISABLED",
245
- ENABLED: "ENABLED",
246
- };
247
- const TableSseAlgorithm = {
248
- AES256: "AES256",
249
- aws_kms: "aws:kms",
250
- };
251
- const ExpirationState = {
252
- DISABLED: "DISABLED",
253
- ENABLED: "ENABLED",
254
- };
255
- const SessionMode = {
256
- ReadOnly: "ReadOnly",
257
- ReadWrite: "ReadWrite",
258
- };
259
105
  let NoSuchBucket$1 = class NoSuchBucket extends S3ServiceException$1 {
260
106
  name = "NoSuchBucket";
261
107
  $fault = "client";
@@ -268,287 +114,81 @@ let NoSuchBucket$1 = class NoSuchBucket extends S3ServiceException$1 {
268
114
  Object.setPrototypeOf(this, NoSuchBucket.prototype);
269
115
  }
270
116
  };
271
- const AnalyticsS3ExportFileFormat = {
272
- CSV: "CSV",
117
+ let InvalidObjectState$1 = class InvalidObjectState extends S3ServiceException$1 {
118
+ name = "InvalidObjectState";
119
+ $fault = "client";
120
+ StorageClass;
121
+ AccessTier;
122
+ constructor(opts) {
123
+ super({
124
+ name: "InvalidObjectState",
125
+ $fault: "client",
126
+ ...opts,
127
+ });
128
+ Object.setPrototypeOf(this, InvalidObjectState.prototype);
129
+ this.StorageClass = opts.StorageClass;
130
+ this.AccessTier = opts.AccessTier;
131
+ }
273
132
  };
274
- const StorageClassAnalysisSchemaVersion = {
275
- V_1: "V_1",
133
+ let NoSuchKey$1 = class NoSuchKey extends S3ServiceException$1 {
134
+ name = "NoSuchKey";
135
+ $fault = "client";
136
+ constructor(opts) {
137
+ super({
138
+ name: "NoSuchKey",
139
+ $fault: "client",
140
+ ...opts,
141
+ });
142
+ Object.setPrototypeOf(this, NoSuchKey.prototype);
143
+ }
276
144
  };
277
- const IntelligentTieringStatus = {
278
- Disabled: "Disabled",
279
- Enabled: "Enabled",
145
+ let NotFound$1 = class NotFound extends S3ServiceException$1 {
146
+ name = "NotFound";
147
+ $fault = "client";
148
+ constructor(opts) {
149
+ super({
150
+ name: "NotFound",
151
+ $fault: "client",
152
+ ...opts,
153
+ });
154
+ Object.setPrototypeOf(this, NotFound.prototype);
155
+ }
280
156
  };
281
- const IntelligentTieringAccessTier = {
282
- ARCHIVE_ACCESS: "ARCHIVE_ACCESS",
283
- DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS",
157
+ let EncryptionTypeMismatch$1 = class EncryptionTypeMismatch extends S3ServiceException$1 {
158
+ name = "EncryptionTypeMismatch";
159
+ $fault = "client";
160
+ constructor(opts) {
161
+ super({
162
+ name: "EncryptionTypeMismatch",
163
+ $fault: "client",
164
+ ...opts,
165
+ });
166
+ Object.setPrototypeOf(this, EncryptionTypeMismatch.prototype);
167
+ }
284
168
  };
285
- const InventoryFormat = {
286
- CSV: "CSV",
287
- ORC: "ORC",
288
- Parquet: "Parquet",
169
+ let InvalidRequest$1 = class InvalidRequest extends S3ServiceException$1 {
170
+ name = "InvalidRequest";
171
+ $fault = "client";
172
+ constructor(opts) {
173
+ super({
174
+ name: "InvalidRequest",
175
+ $fault: "client",
176
+ ...opts,
177
+ });
178
+ Object.setPrototypeOf(this, InvalidRequest.prototype);
179
+ }
289
180
  };
290
- const InventoryIncludedObjectVersions = {
291
- All: "All",
292
- Current: "Current",
293
- };
294
- const InventoryOptionalField = {
295
- BucketKeyStatus: "BucketKeyStatus",
296
- ChecksumAlgorithm: "ChecksumAlgorithm",
297
- ETag: "ETag",
298
- EncryptionStatus: "EncryptionStatus",
299
- IntelligentTieringAccessTier: "IntelligentTieringAccessTier",
300
- IsMultipartUploaded: "IsMultipartUploaded",
301
- LastModifiedDate: "LastModifiedDate",
302
- ObjectAccessControlList: "ObjectAccessControlList",
303
- ObjectLockLegalHoldStatus: "ObjectLockLegalHoldStatus",
304
- ObjectLockMode: "ObjectLockMode",
305
- ObjectLockRetainUntilDate: "ObjectLockRetainUntilDate",
306
- ObjectOwner: "ObjectOwner",
307
- ReplicationStatus: "ReplicationStatus",
308
- Size: "Size",
309
- StorageClass: "StorageClass",
310
- };
311
- const InventoryFrequency = {
312
- Daily: "Daily",
313
- Weekly: "Weekly",
314
- };
315
- const TransitionStorageClass = {
316
- DEEP_ARCHIVE: "DEEP_ARCHIVE",
317
- GLACIER: "GLACIER",
318
- GLACIER_IR: "GLACIER_IR",
319
- INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
320
- ONEZONE_IA: "ONEZONE_IA",
321
- STANDARD_IA: "STANDARD_IA",
322
- };
323
- const ExpirationStatus = {
324
- Disabled: "Disabled",
325
- Enabled: "Enabled",
326
- };
327
- const TransitionDefaultMinimumObjectSize = {
328
- all_storage_classes_128K: "all_storage_classes_128K",
329
- varies_by_storage_class: "varies_by_storage_class",
330
- };
331
- const BucketLogsPermission = {
332
- FULL_CONTROL: "FULL_CONTROL",
333
- READ: "READ",
334
- WRITE: "WRITE",
335
- };
336
- const PartitionDateSource = {
337
- DeliveryTime: "DeliveryTime",
338
- EventTime: "EventTime",
339
- };
340
- const S3TablesBucketType = {
341
- aws: "aws",
342
- customer: "customer",
343
- };
344
- const Event = {
345
- s3_IntelligentTiering: "s3:IntelligentTiering",
346
- s3_LifecycleExpiration_: "s3:LifecycleExpiration:*",
347
- s3_LifecycleExpiration_Delete: "s3:LifecycleExpiration:Delete",
348
- s3_LifecycleExpiration_DeleteMarkerCreated: "s3:LifecycleExpiration:DeleteMarkerCreated",
349
- s3_LifecycleTransition: "s3:LifecycleTransition",
350
- s3_ObjectAcl_Put: "s3:ObjectAcl:Put",
351
- s3_ObjectCreated_: "s3:ObjectCreated:*",
352
- s3_ObjectCreated_CompleteMultipartUpload: "s3:ObjectCreated:CompleteMultipartUpload",
353
- s3_ObjectCreated_Copy: "s3:ObjectCreated:Copy",
354
- s3_ObjectCreated_Post: "s3:ObjectCreated:Post",
355
- s3_ObjectCreated_Put: "s3:ObjectCreated:Put",
356
- s3_ObjectRemoved_: "s3:ObjectRemoved:*",
357
- s3_ObjectRemoved_Delete: "s3:ObjectRemoved:Delete",
358
- s3_ObjectRemoved_DeleteMarkerCreated: "s3:ObjectRemoved:DeleteMarkerCreated",
359
- s3_ObjectRestore_: "s3:ObjectRestore:*",
360
- s3_ObjectRestore_Completed: "s3:ObjectRestore:Completed",
361
- s3_ObjectRestore_Delete: "s3:ObjectRestore:Delete",
362
- s3_ObjectRestore_Post: "s3:ObjectRestore:Post",
363
- s3_ObjectTagging_: "s3:ObjectTagging:*",
364
- s3_ObjectTagging_Delete: "s3:ObjectTagging:Delete",
365
- s3_ObjectTagging_Put: "s3:ObjectTagging:Put",
366
- s3_ReducedRedundancyLostObject: "s3:ReducedRedundancyLostObject",
367
- s3_Replication_: "s3:Replication:*",
368
- s3_Replication_OperationFailedReplication: "s3:Replication:OperationFailedReplication",
369
- s3_Replication_OperationMissedThreshold: "s3:Replication:OperationMissedThreshold",
370
- s3_Replication_OperationNotTracked: "s3:Replication:OperationNotTracked",
371
- s3_Replication_OperationReplicatedAfterThreshold: "s3:Replication:OperationReplicatedAfterThreshold",
372
- };
373
- const FilterRuleName = {
374
- prefix: "prefix",
375
- suffix: "suffix",
376
- };
377
- const DeleteMarkerReplicationStatus = {
378
- Disabled: "Disabled",
379
- Enabled: "Enabled",
380
- };
381
- const MetricsStatus = {
382
- Disabled: "Disabled",
383
- Enabled: "Enabled",
384
- };
385
- const ReplicationTimeStatus = {
386
- Disabled: "Disabled",
387
- Enabled: "Enabled",
388
- };
389
- const ExistingObjectReplicationStatus = {
390
- Disabled: "Disabled",
391
- Enabled: "Enabled",
392
- };
393
- const ReplicaModificationsStatus = {
394
- Disabled: "Disabled",
395
- Enabled: "Enabled",
396
- };
397
- const SseKmsEncryptedObjectsStatus = {
398
- Disabled: "Disabled",
399
- Enabled: "Enabled",
400
- };
401
- const ReplicationRuleStatus = {
402
- Disabled: "Disabled",
403
- Enabled: "Enabled",
404
- };
405
- const Payer = {
406
- BucketOwner: "BucketOwner",
407
- Requester: "Requester",
408
- };
409
- const MFADeleteStatus = {
410
- Disabled: "Disabled",
411
- Enabled: "Enabled",
412
- };
413
- const BucketVersioningStatus = {
414
- Enabled: "Enabled",
415
- Suspended: "Suspended",
416
- };
417
- const Protocol = {
418
- http: "http",
419
- https: "https",
420
- };
421
- const ReplicationStatus = {
422
- COMPLETE: "COMPLETE",
423
- COMPLETED: "COMPLETED",
424
- FAILED: "FAILED",
425
- PENDING: "PENDING",
426
- REPLICA: "REPLICA",
427
- };
428
- const ChecksumMode = {
429
- ENABLED: "ENABLED",
430
- };
431
- let InvalidObjectState$1 = class InvalidObjectState extends S3ServiceException$1 {
432
- name = "InvalidObjectState";
433
- $fault = "client";
434
- StorageClass;
435
- AccessTier;
436
- constructor(opts) {
437
- super({
438
- name: "InvalidObjectState",
439
- $fault: "client",
440
- ...opts,
441
- });
442
- Object.setPrototypeOf(this, InvalidObjectState.prototype);
443
- this.StorageClass = opts.StorageClass;
444
- this.AccessTier = opts.AccessTier;
445
- }
446
- };
447
- let NoSuchKey$1 = class NoSuchKey extends S3ServiceException$1 {
448
- name = "NoSuchKey";
449
- $fault = "client";
450
- constructor(opts) {
451
- super({
452
- name: "NoSuchKey",
453
- $fault: "client",
454
- ...opts,
455
- });
456
- Object.setPrototypeOf(this, NoSuchKey.prototype);
457
- }
458
- };
459
- const ObjectAttributes = {
460
- CHECKSUM: "Checksum",
461
- ETAG: "ETag",
462
- OBJECT_PARTS: "ObjectParts",
463
- OBJECT_SIZE: "ObjectSize",
464
- STORAGE_CLASS: "StorageClass",
465
- };
466
- const ObjectLockEnabled = {
467
- Enabled: "Enabled",
468
- };
469
- const ObjectLockRetentionMode = {
470
- COMPLIANCE: "COMPLIANCE",
471
- GOVERNANCE: "GOVERNANCE",
472
- };
473
- let NotFound$1 = class NotFound extends S3ServiceException$1 {
474
- name = "NotFound";
475
- $fault = "client";
476
- constructor(opts) {
477
- super({
478
- name: "NotFound",
479
- $fault: "client",
480
- ...opts,
481
- });
482
- Object.setPrototypeOf(this, NotFound.prototype);
483
- }
484
- };
485
- const ArchiveStatus = {
486
- ARCHIVE_ACCESS: "ARCHIVE_ACCESS",
487
- DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS",
488
- };
489
- const EncodingType = {
490
- url: "url",
491
- };
492
-
493
- const ObjectStorageClass = {
494
- DEEP_ARCHIVE: "DEEP_ARCHIVE",
495
- EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
496
- FSX_OPENZFS: "FSX_OPENZFS",
497
- GLACIER: "GLACIER",
498
- GLACIER_IR: "GLACIER_IR",
499
- INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
500
- ONEZONE_IA: "ONEZONE_IA",
501
- OUTPOSTS: "OUTPOSTS",
502
- REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
503
- SNOW: "SNOW",
504
- STANDARD: "STANDARD",
505
- STANDARD_IA: "STANDARD_IA",
506
- };
507
- const OptionalObjectAttributes = {
508
- RESTORE_STATUS: "RestoreStatus",
509
- };
510
- const ObjectVersionStorageClass = {
511
- STANDARD: "STANDARD",
512
- };
513
- const MFADelete = {
514
- Disabled: "Disabled",
515
- Enabled: "Enabled",
516
- };
517
- let EncryptionTypeMismatch$1 = class EncryptionTypeMismatch extends S3ServiceException$1 {
518
- name = "EncryptionTypeMismatch";
519
- $fault = "client";
520
- constructor(opts) {
521
- super({
522
- name: "EncryptionTypeMismatch",
523
- $fault: "client",
524
- ...opts,
525
- });
526
- Object.setPrototypeOf(this, EncryptionTypeMismatch.prototype);
527
- }
528
- };
529
- let InvalidRequest$1 = class InvalidRequest extends S3ServiceException$1 {
530
- name = "InvalidRequest";
531
- $fault = "client";
532
- constructor(opts) {
533
- super({
534
- name: "InvalidRequest",
535
- $fault: "client",
536
- ...opts,
537
- });
538
- Object.setPrototypeOf(this, InvalidRequest.prototype);
539
- }
540
- };
541
- let InvalidWriteOffset$1 = class InvalidWriteOffset extends S3ServiceException$1 {
542
- name = "InvalidWriteOffset";
543
- $fault = "client";
544
- constructor(opts) {
545
- super({
546
- name: "InvalidWriteOffset",
547
- $fault: "client",
548
- ...opts,
549
- });
550
- Object.setPrototypeOf(this, InvalidWriteOffset.prototype);
551
- }
181
+ let InvalidWriteOffset$1 = class InvalidWriteOffset extends S3ServiceException$1 {
182
+ name = "InvalidWriteOffset";
183
+ $fault = "client";
184
+ constructor(opts) {
185
+ super({
186
+ name: "InvalidWriteOffset",
187
+ $fault: "client",
188
+ ...opts,
189
+ });
190
+ Object.setPrototypeOf(this, InvalidWriteOffset.prototype);
191
+ }
552
192
  };
553
193
  let TooManyParts$1 = class TooManyParts extends S3ServiceException$1 {
554
194
  name = "TooManyParts";
@@ -586,35 +226,6 @@ let ObjectAlreadyInActiveTierError$1 = class ObjectAlreadyInActiveTierError exte
586
226
  Object.setPrototypeOf(this, ObjectAlreadyInActiveTierError.prototype);
587
227
  }
588
228
  };
589
- const Tier = {
590
- Bulk: "Bulk",
591
- Expedited: "Expedited",
592
- Standard: "Standard",
593
- };
594
- const ExpressionType = {
595
- SQL: "SQL",
596
- };
597
- const CompressionType = {
598
- BZIP2: "BZIP2",
599
- GZIP: "GZIP",
600
- NONE: "NONE",
601
- };
602
- const FileHeaderInfo = {
603
- IGNORE: "IGNORE",
604
- NONE: "NONE",
605
- USE: "USE",
606
- };
607
- const JSONType = {
608
- DOCUMENT: "DOCUMENT",
609
- LINES: "LINES",
610
- };
611
- const QuoteFields = {
612
- ALWAYS: "ALWAYS",
613
- ASNEEDED: "ASNEEDED",
614
- };
615
- const RestoreRequestType = {
616
- SELECT: "SELECT",
617
- };
618
229
 
619
230
  const _A = "Account";
620
231
  const _AAO = "AnalyticsAndOperator";
@@ -655,6 +266,7 @@ const _BA = "BucketArn";
655
266
  const _BAE = "BucketAlreadyExists";
656
267
  const _BAI = "BucketAccountId";
657
268
  const _BAOBY = "BucketAlreadyOwnedByYou";
269
+ const _BET = "BlockedEncryptionTypes";
658
270
  const _BGR = "BypassGovernanceRetention";
659
271
  const _BI = "BucketInfo";
660
272
  const _BKE = "BucketKeyEnabled";
@@ -841,10 +453,11 @@ const _EODM = "ExpiredObjectDeleteMarker";
841
453
  const _EOR = "ExistingObjectReplication";
842
454
  const _ES = "ExpiresString";
843
455
  const _ESBO = "ExpectedSourceBucketOwner";
844
- const _ET = "ETag";
456
+ const _ET = "EncryptionType";
457
+ const _ETL = "EncryptionTypeList";
845
458
  const _ETM = "EncryptionTypeMismatch";
846
- const _ETn = "EncryptionType";
847
- const _ETnc = "EncodingType";
459
+ const _ETa = "ETag";
460
+ const _ETn = "EncodingType";
848
461
  const _ETv = "EventThreshold";
849
462
  const _ETx = "ExpressionType";
850
463
  const _En = "Encryption";
@@ -1730,6 +1343,21 @@ var AnalyticsExportDestination = [
1730
1343
  [() => AnalyticsS3BucketDestination],
1731
1344
  ];
1732
1345
  var AnalyticsS3BucketDestination = [3, n0, _ASBD, 0, [_Fo, _BAI, _B, _P], [0, 0, 0, 0]];
1346
+ var BlockedEncryptionTypes = [
1347
+ 3,
1348
+ n0,
1349
+ _BET,
1350
+ 0,
1351
+ [_ET],
1352
+ [
1353
+ [
1354
+ () => EncryptionTypeList,
1355
+ {
1356
+ [_xF]: 1,
1357
+ },
1358
+ ],
1359
+ ],
1360
+ ];
1733
1361
  var Bucket = [3, n0, _B, 0, [_N, _CD, _BR, _BA], [0, 4, 0, 0]];
1734
1362
  var BucketAlreadyExists = [
1735
1363
  -3,
@@ -1803,7 +1431,7 @@ var CompletedPart = [
1803
1431
  n0,
1804
1432
  _CPo,
1805
1433
  0,
1806
- [_ET, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _PN],
1434
+ [_ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _PN],
1807
1435
  [0, 0, 0, 0, 0, 0, 1],
1808
1436
  ];
1809
1437
  var CompleteMultipartUploadOutput = [
@@ -1813,7 +1441,7 @@ var CompleteMultipartUploadOutput = [
1813
1441
  {
1814
1442
  [_xN]: _CMUR,
1815
1443
  },
1816
- [_L, _B, _K, _E, _ET, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _SSE, _VI, _SSEKMSKI, _BKE, _RC],
1444
+ [_L, _B, _K, _E, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _SSE, _VI, _SSEKMSKI, _BKE, _RC],
1817
1445
  [
1818
1446
  0,
1819
1447
  0,
@@ -2368,7 +1996,7 @@ var CopyObjectResult = [
2368
1996
  n0,
2369
1997
  _COR,
2370
1998
  0,
2371
- [_ET, _LM, _CT, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
1999
+ [_ETa, _LM, _CT, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
2372
2000
  [0, 4, 0, 0, 0, 0, 0, 0],
2373
2001
  ];
2374
2002
  var CopyPartResult = [
@@ -2376,7 +2004,7 @@ var CopyPartResult = [
2376
2004
  n0,
2377
2005
  _CPR,
2378
2006
  0,
2379
- [_ET, _LM, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
2007
+ [_ETa, _LM, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
2380
2008
  [0, 4, 0, 0, 0, 0, 0],
2381
2009
  ];
2382
2010
  var CORSConfiguration = [
@@ -3508,7 +3136,7 @@ var Destination = [
3508
3136
  [0, 0, 0, () => AccessControlTranslation, () => EncryptionConfiguration, () => ReplicationTime, () => Metrics],
3509
3137
  ];
3510
3138
  var DestinationResult = [3, n0, _DRes, 0, [_TBT, _TBA, _TN], [0, 0, 0]];
3511
- var Encryption = [3, n0, _En, 0, [_ETn, _KMSKI, _KMSC], [0, [() => SSEKMSKeyId, 0], 0]];
3139
+ var Encryption = [3, n0, _En, 0, [_ET, _KMSKI, _KMSC], [0, [() => SSEKMSKeyId, 0], 0]];
3512
3140
  var EncryptionConfiguration = [3, n0, _EC, 0, [_RKKID], [0]];
3513
3141
  var EncryptionTypeMismatch = [
3514
3142
  -3,
@@ -4207,7 +3835,7 @@ var GetObjectAttributesOutput = [
4207
3835
  {
4208
3836
  [_xN]: _GOARe,
4209
3837
  },
4210
- [_DM, _LM, _VI, _RC, _ET, _C, _OP, _SC, _OS],
3838
+ [_DM, _LM, _VI, _RC, _ETa, _C, _OP, _SC, _OS],
4211
3839
  [
4212
3840
  [
4213
3841
  2,
@@ -4413,7 +4041,7 @@ var GetObjectOutput = [
4413
4041
  _Re,
4414
4042
  _LM,
4415
4043
  _CLo,
4416
- _ET,
4044
+ _ETa,
4417
4045
  _CCRC,
4418
4046
  _CCRCC,
4419
4047
  _CCRCNVME,
@@ -4487,7 +4115,7 @@ var GetObjectOutput = [
4487
4115
  [
4488
4116
  0,
4489
4117
  {
4490
- [_hH]: _ET,
4118
+ [_hH]: _ETa,
4491
4119
  },
4492
4120
  ],
4493
4121
  [
@@ -5091,7 +4719,7 @@ var HeadObjectOutput = [
5091
4719
  _CSHA,
5092
4720
  _CSHAh,
5093
4721
  _CT,
5094
- _ET,
4722
+ _ETa,
5095
4723
  _MM,
5096
4724
  _VI,
5097
4725
  _CC,
@@ -5200,7 +4828,7 @@ var HeadObjectOutput = [
5200
4828
  [
5201
4829
  0,
5202
4830
  {
5203
- [_hH]: _ET,
4831
+ [_hH]: _ETa,
5204
4832
  },
5205
4833
  ],
5206
4834
  [
@@ -6042,7 +5670,7 @@ var ListMultipartUploadsOutput = [
6042
5670
  {
6043
5671
  [_xN]: _LMUR,
6044
5672
  },
6045
- [_B, _KM, _UIM, _NKM, _P, _Deli, _NUIM, _MUa, _IT, _U, _CPom, _ETnc, _RC],
5673
+ [_B, _KM, _UIM, _NKM, _P, _Deli, _NUIM, _MUa, _IT, _U, _CPom, _ETn, _RC],
6046
5674
  [
6047
5675
  0,
6048
5676
  0,
@@ -6080,7 +5708,7 @@ var ListMultipartUploadsRequest = [
6080
5708
  n0,
6081
5709
  _LMURi,
6082
5710
  0,
6083
- [_B, _Deli, _ETnc, _KM, _MUa, _P, _UIM, _EBO, _RP],
5711
+ [_B, _Deli, _ETn, _KM, _MUa, _P, _UIM, _EBO, _RP],
6084
5712
  [
6085
5713
  [0, 1],
6086
5714
  [
@@ -6140,7 +5768,7 @@ var ListObjectsOutput = [
6140
5768
  {
6141
5769
  [_xN]: _LBRi,
6142
5770
  },
6143
- [_IT, _Ma, _NM, _Con, _N, _P, _Deli, _MK, _CPom, _ETnc, _RC],
5771
+ [_IT, _Ma, _NM, _Con, _N, _P, _Deli, _MK, _CPom, _ETn, _RC],
6144
5772
  [
6145
5773
  2,
6146
5774
  0,
@@ -6175,7 +5803,7 @@ var ListObjectsRequest = [
6175
5803
  n0,
6176
5804
  _LOR,
6177
5805
  0,
6178
- [_B, _Deli, _ETnc, _Ma, _MK, _P, _RP, _EBO, _OOA],
5806
+ [_B, _Deli, _ETn, _Ma, _MK, _P, _RP, _EBO, _OOA],
6179
5807
  [
6180
5808
  [0, 1],
6181
5809
  [
@@ -6235,7 +5863,7 @@ var ListObjectsV2Output = [
6235
5863
  {
6236
5864
  [_xN]: _LBRi,
6237
5865
  },
6238
- [_IT, _Con, _N, _P, _Deli, _MK, _CPom, _ETnc, _KC, _CTon, _NCT, _SA, _RC],
5866
+ [_IT, _Con, _N, _P, _Deli, _MK, _CPom, _ETn, _KC, _CTon, _NCT, _SA, _RC],
6239
5867
  [
6240
5868
  2,
6241
5869
  [
@@ -6272,7 +5900,7 @@ var ListObjectsV2Request = [
6272
5900
  n0,
6273
5901
  _LOVR,
6274
5902
  0,
6275
- [_B, _Deli, _ETnc, _MK, _P, _CTon, _FO, _SA, _RP, _EBO, _OOA],
5903
+ [_B, _Deli, _ETn, _MK, _P, _CTon, _FO, _SA, _RP, _EBO, _OOA],
6276
5904
  [
6277
5905
  [0, 1],
6278
5906
  [
@@ -6344,7 +5972,7 @@ var ListObjectVersionsOutput = [
6344
5972
  {
6345
5973
  [_xN]: _LVR,
6346
5974
  },
6347
- [_IT, _KM, _VIM, _NKM, _NVIM, _Ve, _DMe, _N, _P, _Deli, _MK, _CPom, _ETnc, _RC],
5975
+ [_IT, _KM, _VIM, _NKM, _NVIM, _Ve, _DMe, _N, _P, _Deli, _MK, _CPom, _ETn, _RC],
6348
5976
  [
6349
5977
  2,
6350
5978
  0,
@@ -6389,7 +6017,7 @@ var ListObjectVersionsRequest = [
6389
6017
  n0,
6390
6018
  _LOVRi,
6391
6019
  0,
6392
- [_B, _Deli, _ETnc, _KM, _MK, _P, _VIM, _EBO, _RP, _OOA],
6020
+ [_B, _Deli, _ETn, _KM, _MK, _P, _VIM, _EBO, _RP, _OOA],
6393
6021
  [
6394
6022
  [0, 1],
6395
6023
  [
@@ -6719,7 +6347,7 @@ var _Object = [
6719
6347
  n0,
6720
6348
  _Obj,
6721
6349
  0,
6722
- [_K, _LM, _ET, _CA, _CT, _Si, _SC, _O, _RSe],
6350
+ [_K, _LM, _ETa, _CA, _CT, _Si, _SC, _O, _RSe],
6723
6351
  [
6724
6352
  0,
6725
6353
  4,
@@ -6749,7 +6377,7 @@ var ObjectAlreadyInActiveTierError = [
6749
6377
  [],
6750
6378
  ];
6751
6379
  schema.TypeRegistry.for(n0).registerError(ObjectAlreadyInActiveTierError, ObjectAlreadyInActiveTierError$1);
6752
- var ObjectIdentifier = [3, n0, _OI, 0, [_K, _VI, _ET, _LMT, _Si], [0, 0, 0, 6, 1]];
6380
+ var ObjectIdentifier = [3, n0, _OI, 0, [_K, _VI, _ETa, _LMT, _Si], [0, 0, 0, 6, 1]];
6753
6381
  var ObjectLockConfiguration = [3, n0, _OLC, 0, [_OLE, _Ru], [0, () => ObjectLockRule]];
6754
6382
  var ObjectLockLegalHold = [3, n0, _OLLH, 0, [_S], [0]];
6755
6383
  var ObjectLockRetention = [3, n0, _OLR, 0, [_Mo, _RUD], [0, 5]];
@@ -6779,7 +6407,7 @@ var ObjectVersion = [
6779
6407
  n0,
6780
6408
  _OV,
6781
6409
  0,
6782
- [_ET, _CA, _CT, _Si, _SC, _K, _VI, _IL, _LM, _O, _RSe],
6410
+ [_ETa, _CA, _CT, _Si, _SC, _K, _VI, _IL, _LM, _O, _RSe],
6783
6411
  [
6784
6412
  0,
6785
6413
  [
@@ -6832,7 +6460,7 @@ var Part = [
6832
6460
  n0,
6833
6461
  _Par,
6834
6462
  0,
6835
- [_PN, _LM, _ET, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
6463
+ [_PN, _LM, _ETa, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
6836
6464
  [1, 4, 0, 1, 0, 0, 0, 0, 0],
6837
6465
  ];
6838
6466
  var PartitionedPrefix = [
@@ -7797,7 +7425,7 @@ var PutObjectOutput = [
7797
7425
  0,
7798
7426
  [
7799
7427
  _E,
7800
- _ET,
7428
+ _ETa,
7801
7429
  _CCRC,
7802
7430
  _CCRCC,
7803
7431
  _CCRCNVME,
@@ -7824,7 +7452,7 @@ var PutObjectOutput = [
7824
7452
  [
7825
7453
  0,
7826
7454
  {
7827
- [_hH]: _ET,
7455
+ [_hH]: _ETa,
7828
7456
  },
7829
7457
  ],
7830
7458
  [
@@ -8734,8 +8362,8 @@ var ServerSideEncryptionRule = [
8734
8362
  n0,
8735
8363
  _SSER,
8736
8364
  0,
8737
- [_ASSEBD, _BKE],
8738
- [[() => ServerSideEncryptionByDefault, 0], 2],
8365
+ [_ASSEBD, _BKE, _BET],
8366
+ [[() => ServerSideEncryptionByDefault, 0], 2, [() => BlockedEncryptionTypes, 0]],
8739
8367
  ];
8740
8368
  var SessionCredentials = [
8741
8369
  3,
@@ -9178,7 +8806,7 @@ var UploadPartOutput = [
9178
8806
  n0,
9179
8807
  _UPO,
9180
8808
  0,
9181
- [_SSE, _ET, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _RC],
8809
+ [_SSE, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _RC],
9182
8810
  [
9183
8811
  [
9184
8812
  0,
@@ -9189,7 +8817,7 @@ var UploadPartOutput = [
9189
8817
  [
9190
8818
  0,
9191
8819
  {
9192
- [_hH]: _ET,
8820
+ [_hH]: _ETa,
9193
8821
  },
9194
8822
  ],
9195
8823
  [
@@ -9425,7 +9053,7 @@ var WriteGetObjectResponseRequest = [
9425
9053
  _CSHA,
9426
9054
  _CSHAh,
9427
9055
  _DM,
9428
- _ET,
9056
+ _ETa,
9429
9057
  _Ex,
9430
9058
  _E,
9431
9059
  _LM,
@@ -9713,6 +9341,18 @@ var CompletedPartList = [1, n0, _CPLo, 0, () => CompletedPart];
9713
9341
  var CORSRules = [1, n0, _CORSR, 0, [() => CORSRule, 0]];
9714
9342
  var DeletedObjects = [1, n0, _DOe, 0, () => DeletedObject];
9715
9343
  var DeleteMarkers = [1, n0, _DMe, 0, () => DeleteMarkerEntry];
9344
+ var EncryptionTypeList = [
9345
+ 1,
9346
+ n0,
9347
+ _ETL,
9348
+ 0,
9349
+ [
9350
+ 0,
9351
+ {
9352
+ [_xN]: _ET,
9353
+ },
9354
+ ],
9355
+ ];
9716
9356
  var Errors = [1, n0, _Er, 0, () => _Error];
9717
9357
  var FilterRuleList = [1, n0, _FRL, 0, () => FilterRule];
9718
9358
  var Grants = [
@@ -13061,6 +12701,399 @@ const waitUntilObjectNotExists = async (params, input) => {
13061
12701
  return utilWaiter.checkExceptions(result);
13062
12702
  };
13063
12703
 
12704
+ const RequestCharged = {
12705
+ requester: "requester",
12706
+ };
12707
+ const RequestPayer = {
12708
+ requester: "requester",
12709
+ };
12710
+ const BucketAccelerateStatus = {
12711
+ Enabled: "Enabled",
12712
+ Suspended: "Suspended",
12713
+ };
12714
+ const Type = {
12715
+ AmazonCustomerByEmail: "AmazonCustomerByEmail",
12716
+ CanonicalUser: "CanonicalUser",
12717
+ Group: "Group",
12718
+ };
12719
+ const Permission = {
12720
+ FULL_CONTROL: "FULL_CONTROL",
12721
+ READ: "READ",
12722
+ READ_ACP: "READ_ACP",
12723
+ WRITE: "WRITE",
12724
+ WRITE_ACP: "WRITE_ACP",
12725
+ };
12726
+ const OwnerOverride = {
12727
+ Destination: "Destination",
12728
+ };
12729
+ const ChecksumType = {
12730
+ COMPOSITE: "COMPOSITE",
12731
+ FULL_OBJECT: "FULL_OBJECT",
12732
+ };
12733
+ const ServerSideEncryption = {
12734
+ AES256: "AES256",
12735
+ aws_fsx: "aws:fsx",
12736
+ aws_kms: "aws:kms",
12737
+ aws_kms_dsse: "aws:kms:dsse",
12738
+ };
12739
+ const ObjectCannedACL = {
12740
+ authenticated_read: "authenticated-read",
12741
+ aws_exec_read: "aws-exec-read",
12742
+ bucket_owner_full_control: "bucket-owner-full-control",
12743
+ bucket_owner_read: "bucket-owner-read",
12744
+ private: "private",
12745
+ public_read: "public-read",
12746
+ public_read_write: "public-read-write",
12747
+ };
12748
+ const ChecksumAlgorithm = {
12749
+ CRC32: "CRC32",
12750
+ CRC32C: "CRC32C",
12751
+ CRC64NVME: "CRC64NVME",
12752
+ SHA1: "SHA1",
12753
+ SHA256: "SHA256",
12754
+ };
12755
+ const MetadataDirective = {
12756
+ COPY: "COPY",
12757
+ REPLACE: "REPLACE",
12758
+ };
12759
+ const ObjectLockLegalHoldStatus = {
12760
+ OFF: "OFF",
12761
+ ON: "ON",
12762
+ };
12763
+ const ObjectLockMode = {
12764
+ COMPLIANCE: "COMPLIANCE",
12765
+ GOVERNANCE: "GOVERNANCE",
12766
+ };
12767
+ const StorageClass = {
12768
+ DEEP_ARCHIVE: "DEEP_ARCHIVE",
12769
+ EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
12770
+ FSX_OPENZFS: "FSX_OPENZFS",
12771
+ GLACIER: "GLACIER",
12772
+ GLACIER_IR: "GLACIER_IR",
12773
+ INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
12774
+ ONEZONE_IA: "ONEZONE_IA",
12775
+ OUTPOSTS: "OUTPOSTS",
12776
+ REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
12777
+ SNOW: "SNOW",
12778
+ STANDARD: "STANDARD",
12779
+ STANDARD_IA: "STANDARD_IA",
12780
+ };
12781
+ const TaggingDirective = {
12782
+ COPY: "COPY",
12783
+ REPLACE: "REPLACE",
12784
+ };
12785
+ const BucketCannedACL = {
12786
+ authenticated_read: "authenticated-read",
12787
+ private: "private",
12788
+ public_read: "public-read",
12789
+ public_read_write: "public-read-write",
12790
+ };
12791
+ const DataRedundancy = {
12792
+ SingleAvailabilityZone: "SingleAvailabilityZone",
12793
+ SingleLocalZone: "SingleLocalZone",
12794
+ };
12795
+ const BucketType = {
12796
+ Directory: "Directory",
12797
+ };
12798
+ const LocationType = {
12799
+ AvailabilityZone: "AvailabilityZone",
12800
+ LocalZone: "LocalZone",
12801
+ };
12802
+ const BucketLocationConstraint = {
12803
+ EU: "EU",
12804
+ af_south_1: "af-south-1",
12805
+ ap_east_1: "ap-east-1",
12806
+ ap_northeast_1: "ap-northeast-1",
12807
+ ap_northeast_2: "ap-northeast-2",
12808
+ ap_northeast_3: "ap-northeast-3",
12809
+ ap_south_1: "ap-south-1",
12810
+ ap_south_2: "ap-south-2",
12811
+ ap_southeast_1: "ap-southeast-1",
12812
+ ap_southeast_2: "ap-southeast-2",
12813
+ ap_southeast_3: "ap-southeast-3",
12814
+ ap_southeast_4: "ap-southeast-4",
12815
+ ap_southeast_5: "ap-southeast-5",
12816
+ ca_central_1: "ca-central-1",
12817
+ cn_north_1: "cn-north-1",
12818
+ cn_northwest_1: "cn-northwest-1",
12819
+ eu_central_1: "eu-central-1",
12820
+ eu_central_2: "eu-central-2",
12821
+ eu_north_1: "eu-north-1",
12822
+ eu_south_1: "eu-south-1",
12823
+ eu_south_2: "eu-south-2",
12824
+ eu_west_1: "eu-west-1",
12825
+ eu_west_2: "eu-west-2",
12826
+ eu_west_3: "eu-west-3",
12827
+ il_central_1: "il-central-1",
12828
+ me_central_1: "me-central-1",
12829
+ me_south_1: "me-south-1",
12830
+ sa_east_1: "sa-east-1",
12831
+ us_east_2: "us-east-2",
12832
+ us_gov_east_1: "us-gov-east-1",
12833
+ us_gov_west_1: "us-gov-west-1",
12834
+ us_west_1: "us-west-1",
12835
+ us_west_2: "us-west-2",
12836
+ };
12837
+ const ObjectOwnership = {
12838
+ BucketOwnerEnforced: "BucketOwnerEnforced",
12839
+ BucketOwnerPreferred: "BucketOwnerPreferred",
12840
+ ObjectWriter: "ObjectWriter",
12841
+ };
12842
+ const InventoryConfigurationState = {
12843
+ DISABLED: "DISABLED",
12844
+ ENABLED: "ENABLED",
12845
+ };
12846
+ const TableSseAlgorithm = {
12847
+ AES256: "AES256",
12848
+ aws_kms: "aws:kms",
12849
+ };
12850
+ const ExpirationState = {
12851
+ DISABLED: "DISABLED",
12852
+ ENABLED: "ENABLED",
12853
+ };
12854
+ const SessionMode = {
12855
+ ReadOnly: "ReadOnly",
12856
+ ReadWrite: "ReadWrite",
12857
+ };
12858
+ const AnalyticsS3ExportFileFormat = {
12859
+ CSV: "CSV",
12860
+ };
12861
+ const StorageClassAnalysisSchemaVersion = {
12862
+ V_1: "V_1",
12863
+ };
12864
+ const EncryptionType = {
12865
+ NONE: "NONE",
12866
+ SSE_C: "SSE-C",
12867
+ };
12868
+ const IntelligentTieringStatus = {
12869
+ Disabled: "Disabled",
12870
+ Enabled: "Enabled",
12871
+ };
12872
+ const IntelligentTieringAccessTier = {
12873
+ ARCHIVE_ACCESS: "ARCHIVE_ACCESS",
12874
+ DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS",
12875
+ };
12876
+ const InventoryFormat = {
12877
+ CSV: "CSV",
12878
+ ORC: "ORC",
12879
+ Parquet: "Parquet",
12880
+ };
12881
+ const InventoryIncludedObjectVersions = {
12882
+ All: "All",
12883
+ Current: "Current",
12884
+ };
12885
+ const InventoryOptionalField = {
12886
+ BucketKeyStatus: "BucketKeyStatus",
12887
+ ChecksumAlgorithm: "ChecksumAlgorithm",
12888
+ ETag: "ETag",
12889
+ EncryptionStatus: "EncryptionStatus",
12890
+ IntelligentTieringAccessTier: "IntelligentTieringAccessTier",
12891
+ IsMultipartUploaded: "IsMultipartUploaded",
12892
+ LastModifiedDate: "LastModifiedDate",
12893
+ ObjectAccessControlList: "ObjectAccessControlList",
12894
+ ObjectLockLegalHoldStatus: "ObjectLockLegalHoldStatus",
12895
+ ObjectLockMode: "ObjectLockMode",
12896
+ ObjectLockRetainUntilDate: "ObjectLockRetainUntilDate",
12897
+ ObjectOwner: "ObjectOwner",
12898
+ ReplicationStatus: "ReplicationStatus",
12899
+ Size: "Size",
12900
+ StorageClass: "StorageClass",
12901
+ };
12902
+ const InventoryFrequency = {
12903
+ Daily: "Daily",
12904
+ Weekly: "Weekly",
12905
+ };
12906
+ const TransitionStorageClass = {
12907
+ DEEP_ARCHIVE: "DEEP_ARCHIVE",
12908
+ GLACIER: "GLACIER",
12909
+ GLACIER_IR: "GLACIER_IR",
12910
+ INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
12911
+ ONEZONE_IA: "ONEZONE_IA",
12912
+ STANDARD_IA: "STANDARD_IA",
12913
+ };
12914
+ const ExpirationStatus = {
12915
+ Disabled: "Disabled",
12916
+ Enabled: "Enabled",
12917
+ };
12918
+ const TransitionDefaultMinimumObjectSize = {
12919
+ all_storage_classes_128K: "all_storage_classes_128K",
12920
+ varies_by_storage_class: "varies_by_storage_class",
12921
+ };
12922
+ const BucketLogsPermission = {
12923
+ FULL_CONTROL: "FULL_CONTROL",
12924
+ READ: "READ",
12925
+ WRITE: "WRITE",
12926
+ };
12927
+ const PartitionDateSource = {
12928
+ DeliveryTime: "DeliveryTime",
12929
+ EventTime: "EventTime",
12930
+ };
12931
+ const S3TablesBucketType = {
12932
+ aws: "aws",
12933
+ customer: "customer",
12934
+ };
12935
+ const Event = {
12936
+ s3_IntelligentTiering: "s3:IntelligentTiering",
12937
+ s3_LifecycleExpiration_: "s3:LifecycleExpiration:*",
12938
+ s3_LifecycleExpiration_Delete: "s3:LifecycleExpiration:Delete",
12939
+ s3_LifecycleExpiration_DeleteMarkerCreated: "s3:LifecycleExpiration:DeleteMarkerCreated",
12940
+ s3_LifecycleTransition: "s3:LifecycleTransition",
12941
+ s3_ObjectAcl_Put: "s3:ObjectAcl:Put",
12942
+ s3_ObjectCreated_: "s3:ObjectCreated:*",
12943
+ s3_ObjectCreated_CompleteMultipartUpload: "s3:ObjectCreated:CompleteMultipartUpload",
12944
+ s3_ObjectCreated_Copy: "s3:ObjectCreated:Copy",
12945
+ s3_ObjectCreated_Post: "s3:ObjectCreated:Post",
12946
+ s3_ObjectCreated_Put: "s3:ObjectCreated:Put",
12947
+ s3_ObjectRemoved_: "s3:ObjectRemoved:*",
12948
+ s3_ObjectRemoved_Delete: "s3:ObjectRemoved:Delete",
12949
+ s3_ObjectRemoved_DeleteMarkerCreated: "s3:ObjectRemoved:DeleteMarkerCreated",
12950
+ s3_ObjectRestore_: "s3:ObjectRestore:*",
12951
+ s3_ObjectRestore_Completed: "s3:ObjectRestore:Completed",
12952
+ s3_ObjectRestore_Delete: "s3:ObjectRestore:Delete",
12953
+ s3_ObjectRestore_Post: "s3:ObjectRestore:Post",
12954
+ s3_ObjectTagging_: "s3:ObjectTagging:*",
12955
+ s3_ObjectTagging_Delete: "s3:ObjectTagging:Delete",
12956
+ s3_ObjectTagging_Put: "s3:ObjectTagging:Put",
12957
+ s3_ReducedRedundancyLostObject: "s3:ReducedRedundancyLostObject",
12958
+ s3_Replication_: "s3:Replication:*",
12959
+ s3_Replication_OperationFailedReplication: "s3:Replication:OperationFailedReplication",
12960
+ s3_Replication_OperationMissedThreshold: "s3:Replication:OperationMissedThreshold",
12961
+ s3_Replication_OperationNotTracked: "s3:Replication:OperationNotTracked",
12962
+ s3_Replication_OperationReplicatedAfterThreshold: "s3:Replication:OperationReplicatedAfterThreshold",
12963
+ };
12964
+ const FilterRuleName = {
12965
+ prefix: "prefix",
12966
+ suffix: "suffix",
12967
+ };
12968
+ const DeleteMarkerReplicationStatus = {
12969
+ Disabled: "Disabled",
12970
+ Enabled: "Enabled",
12971
+ };
12972
+ const MetricsStatus = {
12973
+ Disabled: "Disabled",
12974
+ Enabled: "Enabled",
12975
+ };
12976
+ const ReplicationTimeStatus = {
12977
+ Disabled: "Disabled",
12978
+ Enabled: "Enabled",
12979
+ };
12980
+ const ExistingObjectReplicationStatus = {
12981
+ Disabled: "Disabled",
12982
+ Enabled: "Enabled",
12983
+ };
12984
+ const ReplicaModificationsStatus = {
12985
+ Disabled: "Disabled",
12986
+ Enabled: "Enabled",
12987
+ };
12988
+ const SseKmsEncryptedObjectsStatus = {
12989
+ Disabled: "Disabled",
12990
+ Enabled: "Enabled",
12991
+ };
12992
+ const ReplicationRuleStatus = {
12993
+ Disabled: "Disabled",
12994
+ Enabled: "Enabled",
12995
+ };
12996
+ const Payer = {
12997
+ BucketOwner: "BucketOwner",
12998
+ Requester: "Requester",
12999
+ };
13000
+ const MFADeleteStatus = {
13001
+ Disabled: "Disabled",
13002
+ Enabled: "Enabled",
13003
+ };
13004
+ const BucketVersioningStatus = {
13005
+ Enabled: "Enabled",
13006
+ Suspended: "Suspended",
13007
+ };
13008
+ const Protocol = {
13009
+ http: "http",
13010
+ https: "https",
13011
+ };
13012
+ const ReplicationStatus = {
13013
+ COMPLETE: "COMPLETE",
13014
+ COMPLETED: "COMPLETED",
13015
+ FAILED: "FAILED",
13016
+ PENDING: "PENDING",
13017
+ REPLICA: "REPLICA",
13018
+ };
13019
+ const ChecksumMode = {
13020
+ ENABLED: "ENABLED",
13021
+ };
13022
+ const ObjectAttributes = {
13023
+ CHECKSUM: "Checksum",
13024
+ ETAG: "ETag",
13025
+ OBJECT_PARTS: "ObjectParts",
13026
+ OBJECT_SIZE: "ObjectSize",
13027
+ STORAGE_CLASS: "StorageClass",
13028
+ };
13029
+ const ObjectLockEnabled = {
13030
+ Enabled: "Enabled",
13031
+ };
13032
+ const ObjectLockRetentionMode = {
13033
+ COMPLIANCE: "COMPLIANCE",
13034
+ GOVERNANCE: "GOVERNANCE",
13035
+ };
13036
+ const ArchiveStatus = {
13037
+ ARCHIVE_ACCESS: "ARCHIVE_ACCESS",
13038
+ DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS",
13039
+ };
13040
+ const EncodingType = {
13041
+ url: "url",
13042
+ };
13043
+ const ObjectStorageClass = {
13044
+ DEEP_ARCHIVE: "DEEP_ARCHIVE",
13045
+ EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
13046
+ FSX_OPENZFS: "FSX_OPENZFS",
13047
+ GLACIER: "GLACIER",
13048
+ GLACIER_IR: "GLACIER_IR",
13049
+ INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
13050
+ ONEZONE_IA: "ONEZONE_IA",
13051
+ OUTPOSTS: "OUTPOSTS",
13052
+ REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
13053
+ SNOW: "SNOW",
13054
+ STANDARD: "STANDARD",
13055
+ STANDARD_IA: "STANDARD_IA",
13056
+ };
13057
+ const OptionalObjectAttributes = {
13058
+ RESTORE_STATUS: "RestoreStatus",
13059
+ };
13060
+ const ObjectVersionStorageClass = {
13061
+ STANDARD: "STANDARD",
13062
+ };
13063
+ const MFADelete = {
13064
+ Disabled: "Disabled",
13065
+ Enabled: "Enabled",
13066
+ };
13067
+ const Tier = {
13068
+ Bulk: "Bulk",
13069
+ Expedited: "Expedited",
13070
+ Standard: "Standard",
13071
+ };
13072
+ const ExpressionType = {
13073
+ SQL: "SQL",
13074
+ };
13075
+ const CompressionType = {
13076
+ BZIP2: "BZIP2",
13077
+ GZIP: "GZIP",
13078
+ NONE: "NONE",
13079
+ };
13080
+ const FileHeaderInfo = {
13081
+ IGNORE: "IGNORE",
13082
+ NONE: "NONE",
13083
+ USE: "USE",
13084
+ };
13085
+ const JSONType = {
13086
+ DOCUMENT: "DOCUMENT",
13087
+ LINES: "LINES",
13088
+ };
13089
+ const QuoteFields = {
13090
+ ALWAYS: "ALWAYS",
13091
+ ASNEEDED: "ASNEEDED",
13092
+ };
13093
+ const RestoreRequestType = {
13094
+ SELECT: "SELECT",
13095
+ };
13096
+
13064
13097
  Object.defineProperty(exports, "$Command", {
13065
13098
  enumerable: true,
13066
13099
  get: function () { return smithyClient.Command; }
@@ -13113,6 +13146,7 @@ exports.DeleteObjectTaggingCommand = DeleteObjectTaggingCommand;
13113
13146
  exports.DeleteObjectsCommand = DeleteObjectsCommand;
13114
13147
  exports.DeletePublicAccessBlockCommand = DeletePublicAccessBlockCommand;
13115
13148
  exports.EncodingType = EncodingType;
13149
+ exports.EncryptionType = EncryptionType;
13116
13150
  exports.EncryptionTypeMismatch = EncryptionTypeMismatch$1;
13117
13151
  exports.Event = Event;
13118
13152
  exports.ExistingObjectReplicationStatus = ExistingObjectReplicationStatus;