p6-cdk-s3-protector 0.0.49 → 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 (664) hide show
  1. package/.jsii +5 -5
  2. package/lib/p6cdks3protector.js +1 -1
  3. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +525 -491
  4. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -1
  5. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +392 -0
  6. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +173 -0
  7. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -436
  8. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -126
  9. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +62 -33
  10. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  11. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +8 -3
  12. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +5 -0
  13. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +7 -2
  14. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  18. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  24. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -2
  25. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -2
  36. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +960 -0
  49. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +207 -0
  50. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3701 -929
  51. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +3 -3889
  52. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +2 -0
  53. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  69. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  73. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  75. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
  84. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -1
  85. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +514 -0
  86. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +87 -0
  87. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +607 -487
  88. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +11 -677
  89. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  90. package/node_modules/@aws-sdk/client-s3/package.json +27 -27
  91. package/node_modules/@aws-sdk/client-s3-control/dist-cjs/index.js +282 -282
  92. package/node_modules/@aws-sdk/client-s3-control/dist-es/index.js +2 -1
  93. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/enums.js +281 -0
  94. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/errors.js +165 -0
  95. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_0.js +1 -370
  96. package/node_modules/@aws-sdk/client-s3-control/dist-es/schemas/schemas_0.js +1 -1
  97. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -2
  98. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListJobsCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointScopeCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  118. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  119. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/TagResourceCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  123. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
  126. package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-s3-control/dist-types/index.d.ts +3 -1
  128. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/enums.d.ts +689 -0
  129. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/errors.d.ts +160 -0
  130. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_0.d.ts +1165 -753
  131. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -2
  132. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  133. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  134. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  135. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  138. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  151. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  152. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  155. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  157. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  158. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
  160. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  161. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/index.d.ts +3 -1
  162. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/enums.d.ts +371 -0
  163. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/errors.d.ts +95 -0
  164. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_0.d.ts +307 -412
  165. package/node_modules/@aws-sdk/client-s3-control/package.json +21 -21
  166. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  167. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  168. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  169. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  170. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  171. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  172. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  173. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  174. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  175. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  176. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  177. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  178. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +125 -0
  179. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  180. 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
  181. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  182. package/node_modules/@aws-sdk/client-sts/dist-es/index.js +1 -1
  183. 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
  184. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +1 -109
  185. package/node_modules/@aws-sdk/client-sts/dist-es/schemas/schemas_0.js +74 -1
  186. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  187. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  188. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -3
  189. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -3
  190. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
  191. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +2 -3
  192. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetDelegatedAccessTokenCommand.d.ts +19 -5
  193. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -3
  194. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -3
  195. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetWebIdentityTokenCommand.d.ts +98 -0
  196. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  197. package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +2 -1
  198. package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +172 -0
  199. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +61 -137
  200. package/node_modules/@aws-sdk/client-sts/dist-types/schemas/schemas_0.d.ts +8 -0
  201. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  202. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +8 -2
  203. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetWebIdentityTokenCommand.d.ts +51 -0
  204. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  205. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +2 -1
  206. 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
  207. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +10 -71
  208. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  209. package/node_modules/@aws-sdk/client-sts/package.json +19 -19
  210. package/node_modules/@aws-sdk/core/package.json +4 -4
  211. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  212. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  213. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  214. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  215. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  216. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  217. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  218. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  219. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  220. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  221. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  222. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  223. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  224. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/LICENSE +201 -0
  225. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/README.md +10 -0
  226. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
  227. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  228. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
  229. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  230. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  231. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  232. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  233. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  234. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
  235. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  236. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
  237. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  238. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  239. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  240. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  241. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +31 -0
  242. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  243. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +31 -0
  244. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  245. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  246. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  247. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  248. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/package.json +61 -0
  249. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  250. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  251. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  252. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  253. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  254. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  255. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  256. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  257. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  258. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  259. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  260. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  261. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  262. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  263. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  264. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
  265. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
  266. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +3 -3
  267. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  268. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
  269. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  270. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  271. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  272. package/node_modules/@aws-sdk/middleware-sdk-s3-control/package.json +4 -4
  273. package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
  274. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  275. 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
  276. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  277. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  278. 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
  279. 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
  280. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  281. 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
  282. 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
  283. 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
  284. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  285. 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
  286. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  287. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  288. 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
  289. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  290. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  291. 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
  292. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  293. 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
  294. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  295. 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
  296. 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
  297. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/index.js +1 -1
  298. 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
  299. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  300. 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
  301. 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
  302. 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
  303. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  304. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  305. 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
  306. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  307. 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
  308. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  309. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  310. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  311. 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
  312. 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
  313. 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
  314. 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
  315. 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
  316. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  317. 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
  318. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  319. 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
  320. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +109 -0
  321. 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
  322. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  323. 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
  324. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  325. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  326. 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
  327. 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
  328. 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
  329. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  330. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  331. 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
  332. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  333. 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
  334. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  335. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  336. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  337. 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
  338. 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
  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}/runtimeConfig.native.d.ts +4 -8
  340. 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
  341. 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
  342. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  343. 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
  344. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  345. 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
  346. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +18 -0
  347. 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
  348. 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
  349. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +59 -0
  350. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/package.json +29 -18
  351. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/sts.d.ts → nested-clients/signin.d.ts} +2 -2
  352. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/sts.js → nested-clients/signin.js} +1 -1
  353. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  354. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  355. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  356. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  357. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  358. package/node_modules/@aws-sdk/types/package.json +1 -1
  359. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  360. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  361. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  362. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
  363. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  364. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
  365. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
  366. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  367. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
  368. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  369. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  370. package/node_modules/@smithy/core/package.json +2 -2
  371. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  372. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  373. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
  374. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  375. package/node_modules/@smithy/middleware-serde/package.json +1 -1
  376. package/node_modules/@smithy/smithy-client/package.json +3 -3
  377. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  378. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  379. package/package.json +4 -4
  380. package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
  381. package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
  382. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
  383. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/index.js +0 -2
  384. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_1.js +0 -77
  385. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/index.d.ts +0 -2
  386. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_1.d.ts +0 -1263
  387. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/index.d.ts +0 -2
  388. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_1.d.ts +0 -330
  389. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  390. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  391. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  392. package/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  393. package/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  394. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  395. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  396. 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
  397. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +0 -6
  398. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  399. 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
  400. 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
  401. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  402. 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
  403. 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
  404. 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
  405. 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
  406. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +0 -116
  407. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/README.md +0 -13
  408. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -2
  409. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
  410. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +0 -560
  411. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  412. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -54
  413. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  414. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -62
  415. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  416. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  417. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
  418. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +0 -488
  419. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -68
  420. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  421. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -47
  422. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  423. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -9
  424. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -50
  425. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +0 -1
  426. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
  427. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +0 -5
  428. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -8
  429. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  430. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -190
  431. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -33
  432. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +0 -11
  433. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -38
  434. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -55
  435. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -16
  436. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +0 -2
  437. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +0 -22
  438. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -106
  439. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -15
  440. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -14
  441. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
  442. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  443. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +0 -63
  444. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -11
  445. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +0 -43
  446. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +0 -9
  447. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +0 -214
  448. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +0 -7
  449. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -55
  450. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -229
  451. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  452. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -176
  453. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -1
  454. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  455. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +0 -51
  456. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -14
  457. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  458. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -17
  459. 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
  460. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +0 -27
  461. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -85
  462. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -271
  463. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -291
  464. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +0 -2
  465. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -23
  466. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -43
  467. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -44
  468. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -5
  469. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +0 -17
  470. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  471. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -60
  472. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +0 -58
  473. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -59
  474. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -33
  475. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +0 -26
  476. 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
  477. 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
  478. 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
  479. 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
  480. 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
  481. 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
  482. 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
  483. 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
  484. 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
  485. 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
  486. 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
  487. 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
  488. 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
  489. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -39
  490. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -132
  491. 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
  492. 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
  493. 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
  494. 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
  495. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -19
  496. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -33
  497. 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
  498. 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
  499. 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
  500. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +0 -9
  501. 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
  502. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -107
  503. 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
  504. 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
  505. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +0 -7
  506. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.js +0 -5
  507. 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
  508. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/README.md +0 -0
  509. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/index.js +0 -0
  510. 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
  511. 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
  512. 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
  513. 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
  514. 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
  515. 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
  516. 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
  517. 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
  518. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -0
  519. 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
  520. 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
  521. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/STSClient.js +0 -0
  522. 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
  523. 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
  524. 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
  525. 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
  526. 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
  527. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/index.js +0 -0
  528. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -0
  529. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeConfig.js +0 -0
  530. 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
  531. 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
  532. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeExtensions.js +0 -0
  533. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/index.js +0 -0
  534. 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
  535. 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
  536. 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
  537. 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
  538. 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
  539. 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
  540. 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
  541. 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
  542. 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
  543. 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
  544. 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
  545. 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
  546. 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
  547. 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
  548. 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
  549. 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
  550. 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
  551. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/extensionConfiguration.js +0 -0
  552. 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
  553. 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
  554. 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
  555. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -0
  556. 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
  557. 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
  558. 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
  559. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/STS.js +0 -0
  560. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/STSClient.js +0 -0
  561. 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
  562. 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
  563. 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
  564. 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
  565. 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
  566. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/defaultRoleAssumers.js +0 -0
  567. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -0
  568. 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
  569. 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
  570. 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
  571. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/extensionConfiguration.js +0 -0
  572. 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
  573. 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
  574. 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
  575. package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/runtimeConfig.browser.js +0 -0
  576. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/runtimeConfig.js +0 -0
  577. 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
  578. 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
  579. 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
  580. package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/index.d.ts +0 -0
  581. 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
  582. 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
  583. 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
  584. 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
  585. 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
  586. 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
  587. 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
  588. 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
  589. 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
  590. 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
  591. 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
  592. 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
  593. 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
  594. 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
  595. 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
  596. 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
  597. 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
  598. 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
  599. 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
  600. 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
  601. 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
  602. 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
  603. 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
  604. 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
  605. 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
  606. 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
  607. 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
  608. 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
  609. 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
  610. 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
  611. 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
  612. 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
  613. 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
  614. 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
  615. 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
  616. 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
  617. 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
  618. 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
  619. 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
  620. 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
  621. 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
  622. /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
  623. /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
  624. /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
  625. /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
  626. /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
  627. /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
  628. /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
  629. /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
  630. /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
  631. /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
  632. /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
  633. /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
  634. /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
  635. /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
  636. /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
  637. /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
  638. /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
  639. /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
  640. /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
  641. /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
  642. /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
  643. /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
  644. /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
  645. /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
  646. /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
  647. /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
  648. /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
  649. /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
  650. /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
  651. /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
  652. /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
  653. /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
  654. /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
  655. /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
  656. /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
  657. /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
  658. /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
  659. /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
  660. /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
  661. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sso-oidc.d.ts +0 -0
  662. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sso-oidc.js +0 -0
  663. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sts.d.ts +0 -0
  664. /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sts.js +0 -0
@@ -1,12 +1,59 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
1
+ import {
2
+ AsyncOperationName,
3
+ BucketCannedACL,
4
+ BucketLocationConstraint,
5
+ BucketVersioningStatus,
6
+ ComputeObjectChecksumAlgorithm,
7
+ ComputeObjectChecksumType,
8
+ DeleteMarkerReplicationStatus,
9
+ ExistingObjectReplicationStatus,
10
+ ExpirationStatus,
11
+ Format,
12
+ GeneratedManifestFormat,
13
+ GranteeType,
14
+ JobManifestFieldName,
15
+ JobManifestFormat,
16
+ JobReportFormat,
17
+ JobReportScope,
18
+ JobStatus,
19
+ MetricsStatus,
20
+ MFADelete,
21
+ MFADeleteStatus,
22
+ MultiRegionAccessPointStatus,
23
+ NetworkOrigin,
24
+ ObjectLambdaAccessPointAliasStatus,
25
+ ObjectLambdaAllowedFeature,
26
+ ObjectLambdaTransformationConfigurationAction,
27
+ OperationName,
28
+ OutputSchemaVersion,
29
+ OwnerOverride,
30
+ Permission,
31
+ Privilege,
32
+ ReplicaModificationsStatus,
33
+ ReplicationRuleStatus,
34
+ ReplicationStatus,
35
+ ReplicationStorageClass,
36
+ ReplicationTimeStatus,
37
+ RequestedJobStatus,
38
+ S3CannedAccessControlList,
39
+ S3ChecksumAlgorithm,
40
+ S3GlacierJobTier,
41
+ S3GranteeTypeIdentifier,
42
+ S3MetadataDirective,
43
+ S3ObjectLockLegalHoldStatus,
44
+ S3ObjectLockMode,
45
+ S3ObjectLockRetentionMode,
46
+ S3Permission,
47
+ S3PrefixType,
48
+ S3SSEAlgorithm,
49
+ S3StorageClass,
50
+ ScopePermission,
51
+ SseKmsEncryptedObjectsStatus,
52
+ TransitionStorageClass,
53
+ } from "./enums";
3
54
  export interface AbortIncompleteMultipartUpload {
4
55
  DaysAfterInitiation?: number | undefined;
5
56
  }
6
- export declare const OwnerOverride: {
7
- readonly Destination: "Destination";
8
- };
9
- export type OwnerOverride = (typeof OwnerOverride)[keyof typeof OwnerOverride];
10
57
  export interface AccessControlTranslation {
11
58
  Owner: OwnerOverride | undefined;
12
59
  }
@@ -21,22 +68,10 @@ export interface ListAccessGrantsInstanceEntry {
21
68
  export interface AccessGrantsLocationConfiguration {
22
69
  S3SubPrefix?: string | undefined;
23
70
  }
24
- export declare const GranteeType: {
25
- readonly DIRECTORY_GROUP: "DIRECTORY_GROUP";
26
- readonly DIRECTORY_USER: "DIRECTORY_USER";
27
- readonly IAM: "IAM";
28
- };
29
- export type GranteeType = (typeof GranteeType)[keyof typeof GranteeType];
30
71
  export interface Grantee {
31
72
  GranteeType?: GranteeType | undefined;
32
73
  GranteeIdentifier?: string | undefined;
33
74
  }
34
- export declare const Permission: {
35
- readonly READ: "READ";
36
- readonly READWRITE: "READWRITE";
37
- readonly WRITE: "WRITE";
38
- };
39
- export type Permission = (typeof Permission)[keyof typeof Permission];
40
75
  export interface ListAccessGrantEntry {
41
76
  CreatedAt?: Date | undefined;
42
77
  AccessGrantId?: string | undefined;
@@ -57,11 +92,6 @@ export interface ListAccessGrantsLocationsEntry {
57
92
  LocationScope?: string | undefined;
58
93
  IAMRoleArn?: string | undefined;
59
94
  }
60
- export declare const NetworkOrigin: {
61
- readonly Internet: "Internet";
62
- readonly VPC: "VPC";
63
- };
64
- export type NetworkOrigin = (typeof NetworkOrigin)[keyof typeof NetworkOrigin];
65
95
  export interface VpcConfiguration {
66
96
  VpcId: string | undefined;
67
97
  }
@@ -132,13 +162,6 @@ export interface AsyncErrorDetails {
132
162
  Resource?: string | undefined;
133
163
  RequestId?: string | undefined;
134
164
  }
135
- export declare const AsyncOperationName: {
136
- readonly CreateMultiRegionAccessPoint: "CreateMultiRegionAccessPoint";
137
- readonly DeleteMultiRegionAccessPoint: "DeleteMultiRegionAccessPoint";
138
- readonly PutMultiRegionAccessPointPolicy: "PutMultiRegionAccessPointPolicy";
139
- };
140
- export type AsyncOperationName =
141
- (typeof AsyncOperationName)[keyof typeof AsyncOperationName];
142
165
  export interface PublicAccessBlockConfiguration {
143
166
  BlockPublicAcls?: boolean | undefined;
144
167
  IgnorePublicAcls?: boolean | undefined;
@@ -197,10 +220,6 @@ export interface AwsLambdaTransformation {
197
220
  FunctionArn: string | undefined;
198
221
  FunctionPayload?: string | undefined;
199
222
  }
200
- export declare const S3PrefixType: {
201
- readonly Object: "Object";
202
- };
203
- export type S3PrefixType = (typeof S3PrefixType)[keyof typeof S3PrefixType];
204
223
  export interface Tag {
205
224
  Key: string | undefined;
206
225
  Value: string | undefined;
@@ -256,18 +275,6 @@ export interface CreateAccessGrantsLocationResult {
256
275
  LocationScope?: string | undefined;
257
276
  IAMRoleArn?: string | undefined;
258
277
  }
259
- export declare const ScopePermission: {
260
- readonly AbortMultipartUpload: "AbortMultipartUpload";
261
- readonly DeleteObject: "DeleteObject";
262
- readonly GetObject: "GetObject";
263
- readonly GetObjectAttributes: "GetObjectAttributes";
264
- readonly ListBucket: "ListBucket";
265
- readonly ListBucketMultipartUploads: "ListBucketMultipartUploads";
266
- readonly ListMultipartUploadParts: "ListMultipartUploadParts";
267
- readonly PutObject: "PutObject";
268
- };
269
- export type ScopePermission =
270
- (typeof ScopePermission)[keyof typeof ScopePermission];
271
278
  export interface Scope {
272
279
  Prefixes?: string[] | undefined;
273
280
  Permissions?: ScopePermission[] | undefined;
@@ -286,22 +293,6 @@ export interface CreateAccessPointResult {
286
293
  AccessPointArn?: string | undefined;
287
294
  Alias?: string | undefined;
288
295
  }
289
- export declare const ObjectLambdaAllowedFeature: {
290
- readonly GetObjectPartNumber: "GetObject-PartNumber";
291
- readonly GetObjectRange: "GetObject-Range";
292
- readonly HeadObjectPartNumber: "HeadObject-PartNumber";
293
- readonly HeadObjectRange: "HeadObject-Range";
294
- };
295
- export type ObjectLambdaAllowedFeature =
296
- (typeof ObjectLambdaAllowedFeature)[keyof typeof ObjectLambdaAllowedFeature];
297
- export declare const ObjectLambdaTransformationConfigurationAction: {
298
- readonly GetObject: "GetObject";
299
- readonly HeadObject: "HeadObject";
300
- readonly ListObjects: "ListObjects";
301
- readonly ListObjectsV2: "ListObjectsV2";
302
- };
303
- export type ObjectLambdaTransformationConfigurationAction =
304
- (typeof ObjectLambdaTransformationConfigurationAction)[keyof typeof ObjectLambdaTransformationConfigurationAction];
305
296
  export type ObjectLambdaContentTransformation =
306
297
  | ObjectLambdaContentTransformation.AwsLambdaMember
307
298
  | ObjectLambdaContentTransformation.$UnknownMember;
@@ -336,12 +327,6 @@ export interface CreateAccessPointForObjectLambdaRequest {
336
327
  Name: string | undefined;
337
328
  Configuration: ObjectLambdaConfiguration | undefined;
338
329
  }
339
- export declare const ObjectLambdaAccessPointAliasStatus: {
340
- readonly PROVISIONING: "PROVISIONING";
341
- readonly READY: "READY";
342
- };
343
- export type ObjectLambdaAccessPointAliasStatus =
344
- (typeof ObjectLambdaAccessPointAliasStatus)[keyof typeof ObjectLambdaAccessPointAliasStatus];
345
330
  export interface ObjectLambdaAccessPointAlias {
346
331
  Value?: string | undefined;
347
332
  Status?: ObjectLambdaAccessPointAliasStatus | undefined;
@@ -350,43 +335,6 @@ export interface CreateAccessPointForObjectLambdaResult {
350
335
  ObjectLambdaAccessPointArn?: string | undefined;
351
336
  Alias?: ObjectLambdaAccessPointAlias | undefined;
352
337
  }
353
- export declare class BucketAlreadyExists extends __BaseException {
354
- readonly name: "BucketAlreadyExists";
355
- readonly $fault: "client";
356
- constructor(
357
- opts: __ExceptionOptionType<BucketAlreadyExists, __BaseException>
358
- );
359
- }
360
- export declare class BucketAlreadyOwnedByYou extends __BaseException {
361
- readonly name: "BucketAlreadyOwnedByYou";
362
- readonly $fault: "client";
363
- constructor(
364
- opts: __ExceptionOptionType<BucketAlreadyOwnedByYou, __BaseException>
365
- );
366
- }
367
- export declare const BucketCannedACL: {
368
- readonly authenticated_read: "authenticated-read";
369
- readonly private: "private";
370
- readonly public_read: "public-read";
371
- readonly public_read_write: "public-read-write";
372
- };
373
- export type BucketCannedACL =
374
- (typeof BucketCannedACL)[keyof typeof BucketCannedACL];
375
- export declare const BucketLocationConstraint: {
376
- readonly EU: "EU";
377
- readonly ap_northeast_1: "ap-northeast-1";
378
- readonly ap_south_1: "ap-south-1";
379
- readonly ap_southeast_1: "ap-southeast-1";
380
- readonly ap_southeast_2: "ap-southeast-2";
381
- readonly cn_north_1: "cn-north-1";
382
- readonly eu_central_1: "eu-central-1";
383
- readonly eu_west_1: "eu-west-1";
384
- readonly sa_east_1: "sa-east-1";
385
- readonly us_west_1: "us-west-1";
386
- readonly us_west_2: "us-west-2";
387
- };
388
- export type BucketLocationConstraint =
389
- (typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
390
338
  export interface CreateBucketConfiguration {
391
339
  LocationConstraint?: BucketLocationConstraint | undefined;
392
340
  }
@@ -406,33 +354,11 @@ export interface CreateBucketResult {
406
354
  Location?: string | undefined;
407
355
  BucketArn?: string | undefined;
408
356
  }
409
- export declare class BadRequestException extends __BaseException {
410
- readonly name: "BadRequestException";
411
- readonly $fault: "client";
412
- Message?: string | undefined;
413
- constructor(
414
- opts: __ExceptionOptionType<BadRequestException, __BaseException>
415
- );
416
- }
417
357
  export interface JobManifestLocation {
418
358
  ObjectArn: string | undefined;
419
359
  ObjectVersionId?: string | undefined;
420
360
  ETag: string | undefined;
421
361
  }
422
- export declare const JobManifestFieldName: {
423
- readonly Bucket: "Bucket";
424
- readonly Ignore: "Ignore";
425
- readonly Key: "Key";
426
- readonly VersionId: "VersionId";
427
- };
428
- export type JobManifestFieldName =
429
- (typeof JobManifestFieldName)[keyof typeof JobManifestFieldName];
430
- export declare const JobManifestFormat: {
431
- readonly S3BatchOperations_CSV_20180820: "S3BatchOperations_CSV_20180820";
432
- readonly S3InventoryReport_CSV_20161130: "S3InventoryReport_CSV_20161130";
433
- };
434
- export type JobManifestFormat =
435
- (typeof JobManifestFormat)[keyof typeof JobManifestFormat];
436
362
  export interface JobManifestSpec {
437
363
  Format: JobManifestFormat | undefined;
438
364
  Fields?: JobManifestFieldName[] | undefined;
@@ -521,25 +447,6 @@ export declare namespace ObjectEncryptionFilter {
521
447
  _: (name: string, value: any) => T;
522
448
  }
523
449
  }
524
- export declare const S3StorageClass: {
525
- readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
526
- readonly GLACIER: "GLACIER";
527
- readonly GLACIER_IR: "GLACIER_IR";
528
- readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
529
- readonly ONEZONE_IA: "ONEZONE_IA";
530
- readonly STANDARD: "STANDARD";
531
- readonly STANDARD_IA: "STANDARD_IA";
532
- };
533
- export type S3StorageClass =
534
- (typeof S3StorageClass)[keyof typeof S3StorageClass];
535
- export declare const ReplicationStatus: {
536
- readonly COMPLETED: "COMPLETED";
537
- readonly FAILED: "FAILED";
538
- readonly NONE: "NONE";
539
- readonly REPLICA: "REPLICA";
540
- };
541
- export type ReplicationStatus =
542
- (typeof ReplicationStatus)[keyof typeof ReplicationStatus];
543
450
  export interface JobManifestGeneratorFilter {
544
451
  EligibleForReplication?: boolean | undefined;
545
452
  CreatedAfter?: Date | undefined;
@@ -559,11 +466,6 @@ export interface GeneratedManifestEncryption {
559
466
  SSES3?: SSES3Encryption | undefined;
560
467
  SSEKMS?: SSEKMSEncryption | undefined;
561
468
  }
562
- export declare const GeneratedManifestFormat: {
563
- readonly S3InventoryReport_CSV_20211130: "S3InventoryReport_CSV_20211130";
564
- };
565
- export type GeneratedManifestFormat =
566
- (typeof GeneratedManifestFormat)[keyof typeof GeneratedManifestFormat];
567
469
  export interface S3ManifestOutputLocation {
568
470
  ExpectedManifestBucketOwner?: string | undefined;
569
471
  Bucket: string | undefined;
@@ -600,57 +502,20 @@ export interface LambdaInvokeOperation {
600
502
  InvocationSchemaVersion?: string | undefined;
601
503
  UserArguments?: Record<string, string> | undefined;
602
504
  }
603
- export declare const ComputeObjectChecksumAlgorithm: {
604
- readonly CRC32: "CRC32";
605
- readonly CRC32C: "CRC32C";
606
- readonly CRC64NVME: "CRC64NVME";
607
- readonly MD5: "MD5";
608
- readonly SHA1: "SHA1";
609
- readonly SHA256: "SHA256";
610
- };
611
- export type ComputeObjectChecksumAlgorithm =
612
- (typeof ComputeObjectChecksumAlgorithm)[keyof typeof ComputeObjectChecksumAlgorithm];
613
- export declare const ComputeObjectChecksumType: {
614
- readonly COMPOSITE: "COMPOSITE";
615
- readonly FULL_OBJECT: "FULL_OBJECT";
616
- };
617
- export type ComputeObjectChecksumType =
618
- (typeof ComputeObjectChecksumType)[keyof typeof ComputeObjectChecksumType];
619
505
  export interface S3ComputeObjectChecksumOperation {
620
506
  ChecksumAlgorithm?: ComputeObjectChecksumAlgorithm | undefined;
621
507
  ChecksumType?: ComputeObjectChecksumType | undefined;
622
508
  }
623
509
  export interface S3DeleteObjectTaggingOperation {}
624
- export declare const S3GlacierJobTier: {
625
- readonly BULK: "BULK";
626
- readonly STANDARD: "STANDARD";
627
- };
628
- export type S3GlacierJobTier =
629
- (typeof S3GlacierJobTier)[keyof typeof S3GlacierJobTier];
630
510
  export interface S3InitiateRestoreObjectOperation {
631
511
  ExpirationInDays?: number | undefined;
632
512
  GlacierJobTier?: S3GlacierJobTier | undefined;
633
513
  }
634
- export declare const S3GranteeTypeIdentifier: {
635
- readonly CANONICAL: "id";
636
- readonly EMAIL_ADDRESS: "emailAddress";
637
- readonly GROUP: "uri";
638
- };
639
- export type S3GranteeTypeIdentifier =
640
- (typeof S3GranteeTypeIdentifier)[keyof typeof S3GranteeTypeIdentifier];
641
514
  export interface S3Grantee {
642
515
  TypeIdentifier?: S3GranteeTypeIdentifier | undefined;
643
516
  Identifier?: string | undefined;
644
517
  DisplayName?: string | undefined;
645
518
  }
646
- export declare const S3Permission: {
647
- readonly FULL_CONTROL: "FULL_CONTROL";
648
- readonly READ: "READ";
649
- readonly READ_ACP: "READ_ACP";
650
- readonly WRITE: "WRITE";
651
- readonly WRITE_ACP: "WRITE_ACP";
652
- };
653
- export type S3Permission = (typeof S3Permission)[keyof typeof S3Permission];
654
519
  export interface S3Grant {
655
520
  Grantee?: S3Grantee | undefined;
656
521
  Permission?: S3Permission | undefined;
@@ -663,17 +528,6 @@ export interface S3AccessControlList {
663
528
  Owner: S3ObjectOwner | undefined;
664
529
  Grants?: S3Grant[] | undefined;
665
530
  }
666
- export declare const S3CannedAccessControlList: {
667
- readonly AUTHENTICATED_READ: "authenticated-read";
668
- readonly AWS_EXEC_READ: "aws-exec-read";
669
- readonly BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control";
670
- readonly BUCKET_OWNER_READ: "bucket-owner-read";
671
- readonly PRIVATE: "private";
672
- readonly PUBLIC_READ: "public-read";
673
- readonly PUBLIC_READ_WRITE: "public-read-write";
674
- };
675
- export type S3CannedAccessControlList =
676
- (typeof S3CannedAccessControlList)[keyof typeof S3CannedAccessControlList];
677
531
  export interface S3AccessControlPolicy {
678
532
  AccessControlList?: S3AccessControlList | undefined;
679
533
  CannedAccessControlList?: S3CannedAccessControlList | undefined;
@@ -681,27 +535,6 @@ export interface S3AccessControlPolicy {
681
535
  export interface S3SetObjectAclOperation {
682
536
  AccessControlPolicy?: S3AccessControlPolicy | undefined;
683
537
  }
684
- export declare const S3ChecksumAlgorithm: {
685
- readonly CRC32: "CRC32";
686
- readonly CRC32C: "CRC32C";
687
- readonly CRC64NVME: "CRC64NVME";
688
- readonly SHA1: "SHA1";
689
- readonly SHA256: "SHA256";
690
- };
691
- export type S3ChecksumAlgorithm =
692
- (typeof S3ChecksumAlgorithm)[keyof typeof S3ChecksumAlgorithm];
693
- export declare const S3MetadataDirective: {
694
- readonly COPY: "COPY";
695
- readonly REPLACE: "REPLACE";
696
- };
697
- export type S3MetadataDirective =
698
- (typeof S3MetadataDirective)[keyof typeof S3MetadataDirective];
699
- export declare const S3SSEAlgorithm: {
700
- readonly AES256: "AES256";
701
- readonly KMS: "KMS";
702
- };
703
- export type S3SSEAlgorithm =
704
- (typeof S3SSEAlgorithm)[keyof typeof S3SSEAlgorithm];
705
538
  export interface S3ObjectMetadata {
706
539
  CacheControl?: string | undefined;
707
540
  ContentDisposition?: string | undefined;
@@ -719,18 +552,6 @@ export interface S3Tag {
719
552
  Key: string | undefined;
720
553
  Value: string | undefined;
721
554
  }
722
- export declare const S3ObjectLockLegalHoldStatus: {
723
- readonly OFF: "OFF";
724
- readonly ON: "ON";
725
- };
726
- export type S3ObjectLockLegalHoldStatus =
727
- (typeof S3ObjectLockLegalHoldStatus)[keyof typeof S3ObjectLockLegalHoldStatus];
728
- export declare const S3ObjectLockMode: {
729
- readonly COMPLIANCE: "COMPLIANCE";
730
- readonly GOVERNANCE: "GOVERNANCE";
731
- };
732
- export type S3ObjectLockMode =
733
- (typeof S3ObjectLockMode)[keyof typeof S3ObjectLockMode];
734
555
  export interface S3CopyObjectOperation {
735
556
  TargetResource?: string | undefined;
736
557
  CannedAccessControlList?: S3CannedAccessControlList | undefined;
@@ -757,12 +578,6 @@ export interface S3ObjectLockLegalHold {
757
578
  export interface S3SetObjectLegalHoldOperation {
758
579
  LegalHold: S3ObjectLockLegalHold | undefined;
759
580
  }
760
- export declare const S3ObjectLockRetentionMode: {
761
- readonly COMPLIANCE: "COMPLIANCE";
762
- readonly GOVERNANCE: "GOVERNANCE";
763
- };
764
- export type S3ObjectLockRetentionMode =
765
- (typeof S3ObjectLockRetentionMode)[keyof typeof S3ObjectLockRetentionMode];
766
581
  export interface S3Retention {
767
582
  RetainUntilDate?: Date | undefined;
768
583
  Mode?: S3ObjectLockRetentionMode | undefined;
@@ -787,17 +602,6 @@ export interface JobOperation {
787
602
  S3ReplicateObject?: S3ReplicateObjectOperation | undefined;
788
603
  S3ComputeObjectChecksum?: S3ComputeObjectChecksumOperation | undefined;
789
604
  }
790
- export declare const JobReportFormat: {
791
- readonly Report_CSV_20180820: "Report_CSV_20180820";
792
- };
793
- export type JobReportFormat =
794
- (typeof JobReportFormat)[keyof typeof JobReportFormat];
795
- export declare const JobReportScope: {
796
- readonly AllTasks: "AllTasks";
797
- readonly FailedTasksOnly: "FailedTasksOnly";
798
- };
799
- export type JobReportScope =
800
- (typeof JobReportScope)[keyof typeof JobReportScope];
801
605
  export interface JobReport {
802
606
  Bucket?: string | undefined;
803
607
  Format?: JobReportFormat | undefined;
@@ -822,30 +626,6 @@ export interface CreateJobRequest {
822
626
  export interface CreateJobResult {
823
627
  JobId?: string | undefined;
824
628
  }
825
- export declare class IdempotencyException extends __BaseException {
826
- readonly name: "IdempotencyException";
827
- readonly $fault: "client";
828
- Message?: string | undefined;
829
- constructor(
830
- opts: __ExceptionOptionType<IdempotencyException, __BaseException>
831
- );
832
- }
833
- export declare class InternalServiceException extends __BaseException {
834
- readonly name: "InternalServiceException";
835
- readonly $fault: "server";
836
- Message?: string | undefined;
837
- constructor(
838
- opts: __ExceptionOptionType<InternalServiceException, __BaseException>
839
- );
840
- }
841
- export declare class TooManyRequestsException extends __BaseException {
842
- readonly name: "TooManyRequestsException";
843
- readonly $fault: "client";
844
- Message?: string | undefined;
845
- constructor(
846
- opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
847
- );
848
- }
849
629
  export interface CreateMultiRegionAccessPointRequest {
850
630
  AccountId?: string | undefined;
851
631
  ClientToken?: string | undefined;
@@ -954,12 +734,6 @@ export interface DeleteJobTaggingRequest {
954
734
  JobId: string | undefined;
955
735
  }
956
736
  export interface DeleteJobTaggingResult {}
957
- export declare class NotFoundException extends __BaseException {
958
- readonly name: "NotFoundException";
959
- readonly $fault: "client";
960
- Message?: string | undefined;
961
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
962
- }
963
737
  export interface DeleteMultiRegionAccessPointRequest {
964
738
  AccountId?: string | undefined;
965
739
  ClientToken?: string | undefined;
@@ -1005,22 +779,6 @@ export interface JobProgressSummary {
1005
779
  NumberOfTasksFailed?: number | undefined;
1006
780
  Timers?: JobTimers | undefined;
1007
781
  }
1008
- export declare const JobStatus: {
1009
- readonly Active: "Active";
1010
- readonly Cancelled: "Cancelled";
1011
- readonly Cancelling: "Cancelling";
1012
- readonly Complete: "Complete";
1013
- readonly Completing: "Completing";
1014
- readonly Failed: "Failed";
1015
- readonly Failing: "Failing";
1016
- readonly New: "New";
1017
- readonly Paused: "Paused";
1018
- readonly Pausing: "Pausing";
1019
- readonly Preparing: "Preparing";
1020
- readonly Ready: "Ready";
1021
- readonly Suspended: "Suspended";
1022
- };
1023
- export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
1024
782
  export interface JobDescriptor {
1025
783
  JobId?: string | undefined;
1026
784
  ConfirmationRequired?: boolean | undefined;
@@ -1218,25 +976,10 @@ export interface NoncurrentVersionExpiration {
1218
976
  NoncurrentDays?: number | undefined;
1219
977
  NewerNoncurrentVersions?: number | undefined;
1220
978
  }
1221
- export declare const TransitionStorageClass: {
1222
- readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
1223
- readonly GLACIER: "GLACIER";
1224
- readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
1225
- readonly ONEZONE_IA: "ONEZONE_IA";
1226
- readonly STANDARD_IA: "STANDARD_IA";
1227
- };
1228
- export type TransitionStorageClass =
1229
- (typeof TransitionStorageClass)[keyof typeof TransitionStorageClass];
1230
979
  export interface NoncurrentVersionTransition {
1231
980
  NoncurrentDays?: number | undefined;
1232
981
  StorageClass?: TransitionStorageClass | undefined;
1233
982
  }
1234
- export declare const ExpirationStatus: {
1235
- readonly Disabled: "Disabled";
1236
- readonly Enabled: "Enabled";
1237
- };
1238
- export type ExpirationStatus =
1239
- (typeof ExpirationStatus)[keyof typeof ExpirationStatus];
1240
983
  export interface Transition {
1241
984
  Date?: Date | undefined;
1242
985
  Days?: number | undefined;
@@ -1266,12 +1009,6 @@ export interface GetBucketReplicationRequest {
1266
1009
  AccountId?: string | undefined;
1267
1010
  Bucket: string | undefined;
1268
1011
  }
1269
- export declare const DeleteMarkerReplicationStatus: {
1270
- readonly Disabled: "Disabled";
1271
- readonly Enabled: "Enabled";
1272
- };
1273
- export type DeleteMarkerReplicationStatus =
1274
- (typeof DeleteMarkerReplicationStatus)[keyof typeof DeleteMarkerReplicationStatus];
1275
1012
  export interface DeleteMarkerReplication {
1276
1013
  Status: DeleteMarkerReplicationStatus | undefined;
1277
1014
  }
@@ -1281,38 +1018,14 @@ export interface EncryptionConfiguration {
1281
1018
  export interface ReplicationTimeValue {
1282
1019
  Minutes?: number | undefined;
1283
1020
  }
1284
- export declare const MetricsStatus: {
1285
- readonly Disabled: "Disabled";
1286
- readonly Enabled: "Enabled";
1287
- };
1288
- export type MetricsStatus = (typeof MetricsStatus)[keyof typeof MetricsStatus];
1289
1021
  export interface Metrics {
1290
1022
  Status: MetricsStatus | undefined;
1291
1023
  EventThreshold?: ReplicationTimeValue | undefined;
1292
1024
  }
1293
- export declare const ReplicationTimeStatus: {
1294
- readonly Disabled: "Disabled";
1295
- readonly Enabled: "Enabled";
1296
- };
1297
- export type ReplicationTimeStatus =
1298
- (typeof ReplicationTimeStatus)[keyof typeof ReplicationTimeStatus];
1299
1025
  export interface ReplicationTime {
1300
1026
  Status: ReplicationTimeStatus | undefined;
1301
1027
  Time: ReplicationTimeValue | undefined;
1302
1028
  }
1303
- export declare const ReplicationStorageClass: {
1304
- readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
1305
- readonly GLACIER: "GLACIER";
1306
- readonly GLACIER_IR: "GLACIER_IR";
1307
- readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
1308
- readonly ONEZONE_IA: "ONEZONE_IA";
1309
- readonly OUTPOSTS: "OUTPOSTS";
1310
- readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
1311
- readonly STANDARD: "STANDARD";
1312
- readonly STANDARD_IA: "STANDARD_IA";
1313
- };
1314
- export type ReplicationStorageClass =
1315
- (typeof ReplicationStorageClass)[keyof typeof ReplicationStorageClass];
1316
1029
  export interface Destination {
1317
1030
  Account?: string | undefined;
1318
1031
  Bucket: string | undefined;
@@ -1322,12 +1035,6 @@ export interface Destination {
1322
1035
  Metrics?: Metrics | undefined;
1323
1036
  StorageClass?: ReplicationStorageClass | undefined;
1324
1037
  }
1325
- export declare const ExistingObjectReplicationStatus: {
1326
- readonly Disabled: "Disabled";
1327
- readonly Enabled: "Enabled";
1328
- };
1329
- export type ExistingObjectReplicationStatus =
1330
- (typeof ExistingObjectReplicationStatus)[keyof typeof ExistingObjectReplicationStatus];
1331
1038
  export interface ExistingObjectReplication {
1332
1039
  Status: ExistingObjectReplicationStatus | undefined;
1333
1040
  }
@@ -1340,21 +1047,9 @@ export interface ReplicationRuleFilter {
1340
1047
  Tag?: S3Tag | undefined;
1341
1048
  And?: ReplicationRuleAndOperator | undefined;
1342
1049
  }
1343
- export declare const ReplicaModificationsStatus: {
1344
- readonly Disabled: "Disabled";
1345
- readonly Enabled: "Enabled";
1346
- };
1347
- export type ReplicaModificationsStatus =
1348
- (typeof ReplicaModificationsStatus)[keyof typeof ReplicaModificationsStatus];
1349
1050
  export interface ReplicaModifications {
1350
1051
  Status: ReplicaModificationsStatus | undefined;
1351
1052
  }
1352
- export declare const SseKmsEncryptedObjectsStatus: {
1353
- readonly Disabled: "Disabled";
1354
- readonly Enabled: "Enabled";
1355
- };
1356
- export type SseKmsEncryptedObjectsStatus =
1357
- (typeof SseKmsEncryptedObjectsStatus)[keyof typeof SseKmsEncryptedObjectsStatus];
1358
1053
  export interface SseKmsEncryptedObjects {
1359
1054
  Status: SseKmsEncryptedObjectsStatus | undefined;
1360
1055
  }
@@ -1362,12 +1057,6 @@ export interface SourceSelectionCriteria {
1362
1057
  SseKmsEncryptedObjects?: SseKmsEncryptedObjects | undefined;
1363
1058
  ReplicaModifications?: ReplicaModifications | undefined;
1364
1059
  }
1365
- export declare const ReplicationRuleStatus: {
1366
- readonly Disabled: "Disabled";
1367
- readonly Enabled: "Enabled";
1368
- };
1369
- export type ReplicationRuleStatus =
1370
- (typeof ReplicationRuleStatus)[keyof typeof ReplicationRuleStatus];
1371
1060
  export interface ReplicationRule {
1372
1061
  ID?: string | undefined;
1373
1062
  Priority?: number | undefined;
@@ -1398,27 +1087,10 @@ export interface GetBucketVersioningRequest {
1398
1087
  AccountId?: string | undefined;
1399
1088
  Bucket: string | undefined;
1400
1089
  }
1401
- export declare const MFADeleteStatus: {
1402
- readonly Disabled: "Disabled";
1403
- readonly Enabled: "Enabled";
1404
- };
1405
- export type MFADeleteStatus =
1406
- (typeof MFADeleteStatus)[keyof typeof MFADeleteStatus];
1407
- export declare const BucketVersioningStatus: {
1408
- readonly Enabled: "Enabled";
1409
- readonly Suspended: "Suspended";
1410
- };
1411
- export type BucketVersioningStatus =
1412
- (typeof BucketVersioningStatus)[keyof typeof BucketVersioningStatus];
1413
1090
  export interface GetBucketVersioningResult {
1414
1091
  Status?: BucketVersioningStatus | undefined;
1415
1092
  MFADelete?: MFADeleteStatus | undefined;
1416
1093
  }
1417
- export declare const Privilege: {
1418
- readonly Default: "Default";
1419
- readonly Minimal: "Minimal";
1420
- };
1421
- export type Privilege = (typeof Privilege)[keyof typeof Privilege];
1422
1094
  export interface GetDataAccessRequest {
1423
1095
  AccountId?: string | undefined;
1424
1096
  Target: string | undefined;
@@ -1454,16 +1126,6 @@ export interface RegionReport {
1454
1126
  Region?: string | undefined;
1455
1127
  BucketAccountId?: string | undefined;
1456
1128
  }
1457
- export declare const MultiRegionAccessPointStatus: {
1458
- readonly CREATING: "CREATING";
1459
- readonly DELETING: "DELETING";
1460
- readonly INCONSISTENT_ACROSS_REGIONS: "INCONSISTENT_ACROSS_REGIONS";
1461
- readonly PARTIALLY_CREATED: "PARTIALLY_CREATED";
1462
- readonly PARTIALLY_DELETED: "PARTIALLY_DELETED";
1463
- readonly READY: "READY";
1464
- };
1465
- export type MultiRegionAccessPointStatus =
1466
- (typeof MultiRegionAccessPointStatus)[keyof typeof MultiRegionAccessPointStatus];
1467
1129
  export interface MultiRegionAccessPointReport {
1468
1130
  Name?: string | undefined;
1469
1131
  Alias?: string | undefined;
@@ -1518,17 +1180,6 @@ export interface GetPublicAccessBlockOutput {
1518
1180
  export interface GetPublicAccessBlockRequest {
1519
1181
  AccountId?: string | undefined;
1520
1182
  }
1521
- export declare class NoSuchPublicAccessBlockConfiguration extends __BaseException {
1522
- readonly name: "NoSuchPublicAccessBlockConfiguration";
1523
- readonly $fault: "client";
1524
- Message?: string | undefined;
1525
- constructor(
1526
- opts: __ExceptionOptionType<
1527
- NoSuchPublicAccessBlockConfiguration,
1528
- __BaseException
1529
- >
1530
- );
1531
- }
1532
1183
  export interface GetStorageLensConfigurationRequest {
1533
1184
  ConfigId: string | undefined;
1534
1185
  AccountId?: string | undefined;
@@ -1547,16 +1198,6 @@ export interface StorageLensDataExportEncryption {
1547
1198
  SSES3?: SSES3 | undefined;
1548
1199
  SSEKMS?: SSEKMS | undefined;
1549
1200
  }
1550
- export declare const Format: {
1551
- readonly CSV: "CSV";
1552
- readonly Parquet: "Parquet";
1553
- };
1554
- export type Format = (typeof Format)[keyof typeof Format];
1555
- export declare const OutputSchemaVersion: {
1556
- readonly V_1: "V_1";
1557
- };
1558
- export type OutputSchemaVersion =
1559
- (typeof OutputSchemaVersion)[keyof typeof OutputSchemaVersion];
1560
1201
  export interface S3BucketDestination {
1561
1202
  Format: Format | undefined;
1562
1203
  OutputSchemaVersion: OutputSchemaVersion | undefined;
@@ -1673,3 +1314,257 @@ export interface ObjectLambdaAccessPoint {
1673
1314
  ObjectLambdaAccessPointArn?: string | undefined;
1674
1315
  Alias?: ObjectLambdaAccessPointAlias | undefined;
1675
1316
  }
1317
+ export interface ListAccessPointsForObjectLambdaResult {
1318
+ ObjectLambdaAccessPointList?: ObjectLambdaAccessPoint[] | undefined;
1319
+ NextToken?: string | undefined;
1320
+ }
1321
+ export interface ListCallerAccessGrantsRequest {
1322
+ AccountId?: string | undefined;
1323
+ GrantScope?: string | undefined;
1324
+ NextToken?: string | undefined;
1325
+ MaxResults?: number | undefined;
1326
+ AllowedByApplication?: boolean | undefined;
1327
+ }
1328
+ export interface ListCallerAccessGrantsEntry {
1329
+ Permission?: Permission | undefined;
1330
+ GrantScope?: string | undefined;
1331
+ ApplicationArn?: string | undefined;
1332
+ }
1333
+ export interface ListCallerAccessGrantsResult {
1334
+ NextToken?: string | undefined;
1335
+ CallerAccessGrantsList?: ListCallerAccessGrantsEntry[] | undefined;
1336
+ }
1337
+ export interface ListJobsRequest {
1338
+ AccountId?: string | undefined;
1339
+ JobStatuses?: JobStatus[] | undefined;
1340
+ NextToken?: string | undefined;
1341
+ MaxResults?: number | undefined;
1342
+ }
1343
+ export interface JobListDescriptor {
1344
+ JobId?: string | undefined;
1345
+ Description?: string | undefined;
1346
+ Operation?: OperationName | undefined;
1347
+ Priority?: number | undefined;
1348
+ Status?: JobStatus | undefined;
1349
+ CreationTime?: Date | undefined;
1350
+ TerminationDate?: Date | undefined;
1351
+ ProgressSummary?: JobProgressSummary | undefined;
1352
+ }
1353
+ export interface ListJobsResult {
1354
+ NextToken?: string | undefined;
1355
+ Jobs?: JobListDescriptor[] | undefined;
1356
+ }
1357
+ export interface ListMultiRegionAccessPointsRequest {
1358
+ AccountId?: string | undefined;
1359
+ NextToken?: string | undefined;
1360
+ MaxResults?: number | undefined;
1361
+ }
1362
+ export interface ListMultiRegionAccessPointsResult {
1363
+ AccessPoints?: MultiRegionAccessPointReport[] | undefined;
1364
+ NextToken?: string | undefined;
1365
+ }
1366
+ export interface ListRegionalBucketsRequest {
1367
+ AccountId?: string | undefined;
1368
+ NextToken?: string | undefined;
1369
+ MaxResults?: number | undefined;
1370
+ OutpostId?: string | undefined;
1371
+ }
1372
+ export interface RegionalBucket {
1373
+ Bucket: string | undefined;
1374
+ BucketArn?: string | undefined;
1375
+ PublicAccessBlockEnabled: boolean | undefined;
1376
+ CreationDate: Date | undefined;
1377
+ OutpostId?: string | undefined;
1378
+ }
1379
+ export interface ListRegionalBucketsResult {
1380
+ RegionalBucketList?: RegionalBucket[] | undefined;
1381
+ NextToken?: string | undefined;
1382
+ }
1383
+ export interface ListStorageLensConfigurationsRequest {
1384
+ AccountId?: string | undefined;
1385
+ NextToken?: string | undefined;
1386
+ }
1387
+ export interface ListStorageLensConfigurationEntry {
1388
+ Id: string | undefined;
1389
+ StorageLensArn: string | undefined;
1390
+ HomeRegion: string | undefined;
1391
+ IsEnabled?: boolean | undefined;
1392
+ }
1393
+ export interface ListStorageLensConfigurationsResult {
1394
+ NextToken?: string | undefined;
1395
+ StorageLensConfigurationList?:
1396
+ | ListStorageLensConfigurationEntry[]
1397
+ | undefined;
1398
+ }
1399
+ export interface ListStorageLensGroupsRequest {
1400
+ AccountId?: string | undefined;
1401
+ NextToken?: string | undefined;
1402
+ }
1403
+ export interface ListStorageLensGroupEntry {
1404
+ Name: string | undefined;
1405
+ StorageLensGroupArn: string | undefined;
1406
+ HomeRegion: string | undefined;
1407
+ }
1408
+ export interface ListStorageLensGroupsResult {
1409
+ NextToken?: string | undefined;
1410
+ StorageLensGroupList?: ListStorageLensGroupEntry[] | undefined;
1411
+ }
1412
+ export interface ListTagsForResourceRequest {
1413
+ AccountId?: string | undefined;
1414
+ ResourceArn: string | undefined;
1415
+ }
1416
+ export interface ListTagsForResourceResult {
1417
+ Tags?: Tag[] | undefined;
1418
+ }
1419
+ export interface PutAccessGrantsInstanceResourcePolicyRequest {
1420
+ AccountId?: string | undefined;
1421
+ Policy: string | undefined;
1422
+ Organization?: string | undefined;
1423
+ }
1424
+ export interface PutAccessGrantsInstanceResourcePolicyResult {
1425
+ Policy?: string | undefined;
1426
+ Organization?: string | undefined;
1427
+ CreatedAt?: Date | undefined;
1428
+ }
1429
+ export interface PutAccessPointConfigurationForObjectLambdaRequest {
1430
+ AccountId?: string | undefined;
1431
+ Name: string | undefined;
1432
+ Configuration: ObjectLambdaConfiguration | undefined;
1433
+ }
1434
+ export interface PutAccessPointPolicyRequest {
1435
+ AccountId?: string | undefined;
1436
+ Name: string | undefined;
1437
+ Policy: string | undefined;
1438
+ }
1439
+ export interface PutAccessPointPolicyForObjectLambdaRequest {
1440
+ AccountId?: string | undefined;
1441
+ Name: string | undefined;
1442
+ Policy: string | undefined;
1443
+ }
1444
+ export interface PutAccessPointScopeRequest {
1445
+ AccountId?: string | undefined;
1446
+ Name: string | undefined;
1447
+ Scope: Scope | undefined;
1448
+ }
1449
+ export interface LifecycleConfiguration {
1450
+ Rules?: LifecycleRule[] | undefined;
1451
+ }
1452
+ export interface PutBucketLifecycleConfigurationRequest {
1453
+ AccountId?: string | undefined;
1454
+ Bucket: string | undefined;
1455
+ LifecycleConfiguration?: LifecycleConfiguration | undefined;
1456
+ }
1457
+ export interface PutBucketPolicyRequest {
1458
+ AccountId?: string | undefined;
1459
+ Bucket: string | undefined;
1460
+ ConfirmRemoveSelfBucketAccess?: boolean | undefined;
1461
+ Policy: string | undefined;
1462
+ }
1463
+ export interface PutBucketReplicationRequest {
1464
+ AccountId?: string | undefined;
1465
+ Bucket: string | undefined;
1466
+ ReplicationConfiguration: ReplicationConfiguration | undefined;
1467
+ }
1468
+ export interface Tagging {
1469
+ TagSet: S3Tag[] | undefined;
1470
+ }
1471
+ export interface PutBucketTaggingRequest {
1472
+ AccountId?: string | undefined;
1473
+ Bucket: string | undefined;
1474
+ Tagging: Tagging | undefined;
1475
+ }
1476
+ export interface VersioningConfiguration {
1477
+ MFADelete?: MFADelete | undefined;
1478
+ Status?: BucketVersioningStatus | undefined;
1479
+ }
1480
+ export interface PutBucketVersioningRequest {
1481
+ AccountId?: string | undefined;
1482
+ Bucket: string | undefined;
1483
+ MFA?: string | undefined;
1484
+ VersioningConfiguration: VersioningConfiguration | undefined;
1485
+ }
1486
+ export interface PutJobTaggingRequest {
1487
+ AccountId?: string | undefined;
1488
+ JobId: string | undefined;
1489
+ Tags: S3Tag[] | undefined;
1490
+ }
1491
+ export interface PutJobTaggingResult {}
1492
+ export interface PutMultiRegionAccessPointPolicyRequest {
1493
+ AccountId?: string | undefined;
1494
+ ClientToken?: string | undefined;
1495
+ Details: PutMultiRegionAccessPointPolicyInput | undefined;
1496
+ }
1497
+ export interface PutMultiRegionAccessPointPolicyResult {
1498
+ RequestTokenARN?: string | undefined;
1499
+ }
1500
+ export interface PutPublicAccessBlockRequest {
1501
+ PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
1502
+ AccountId?: string | undefined;
1503
+ }
1504
+ export interface PutStorageLensConfigurationRequest {
1505
+ ConfigId: string | undefined;
1506
+ AccountId?: string | undefined;
1507
+ StorageLensConfiguration: StorageLensConfiguration | undefined;
1508
+ Tags?: StorageLensTag[] | undefined;
1509
+ }
1510
+ export interface PutStorageLensConfigurationTaggingRequest {
1511
+ ConfigId: string | undefined;
1512
+ AccountId?: string | undefined;
1513
+ Tags: StorageLensTag[] | undefined;
1514
+ }
1515
+ export interface PutStorageLensConfigurationTaggingResult {}
1516
+ export interface SubmitMultiRegionAccessPointRoutesRequest {
1517
+ AccountId?: string | undefined;
1518
+ Mrap: string | undefined;
1519
+ RouteUpdates: MultiRegionAccessPointRoute[] | undefined;
1520
+ }
1521
+ export interface SubmitMultiRegionAccessPointRoutesResult {}
1522
+ export interface TagResourceRequest {
1523
+ AccountId?: string | undefined;
1524
+ ResourceArn: string | undefined;
1525
+ Tags: Tag[] | undefined;
1526
+ }
1527
+ export interface TagResourceResult {}
1528
+ export interface UntagResourceRequest {
1529
+ AccountId?: string | undefined;
1530
+ ResourceArn: string | undefined;
1531
+ TagKeys: string[] | undefined;
1532
+ }
1533
+ export interface UntagResourceResult {}
1534
+ export interface UpdateAccessGrantsLocationRequest {
1535
+ AccountId?: string | undefined;
1536
+ AccessGrantsLocationId: string | undefined;
1537
+ IAMRoleArn: string | undefined;
1538
+ }
1539
+ export interface UpdateAccessGrantsLocationResult {
1540
+ CreatedAt?: Date | undefined;
1541
+ AccessGrantsLocationId?: string | undefined;
1542
+ AccessGrantsLocationArn?: string | undefined;
1543
+ LocationScope?: string | undefined;
1544
+ IAMRoleArn?: string | undefined;
1545
+ }
1546
+ export interface UpdateJobPriorityRequest {
1547
+ AccountId?: string | undefined;
1548
+ JobId: string | undefined;
1549
+ Priority: number | undefined;
1550
+ }
1551
+ export interface UpdateJobPriorityResult {
1552
+ JobId: string | undefined;
1553
+ Priority: number | undefined;
1554
+ }
1555
+ export interface UpdateJobStatusRequest {
1556
+ AccountId?: string | undefined;
1557
+ JobId: string | undefined;
1558
+ RequestedJobStatus: RequestedJobStatus | undefined;
1559
+ StatusUpdateReason?: string | undefined;
1560
+ }
1561
+ export interface UpdateJobStatusResult {
1562
+ JobId?: string | undefined;
1563
+ Status?: JobStatus | undefined;
1564
+ StatusUpdateReason?: string | undefined;
1565
+ }
1566
+ export interface UpdateStorageLensGroupRequest {
1567
+ Name: string | undefined;
1568
+ AccountId?: string | undefined;
1569
+ StorageLensGroup: StorageLensGroup | undefined;
1570
+ }