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,1263 +0,0 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { BucketVersioningStatus, JobProgressSummary, JobStatus, LifecycleRule, MultiRegionAccessPointReport, MultiRegionAccessPointRoute, ObjectLambdaAccessPoint, ObjectLambdaConfiguration, Permission, PublicAccessBlockConfiguration, PutMultiRegionAccessPointPolicyInput, ReplicationConfiguration, S3Tag, Scope, StorageLensConfiguration, StorageLensGroup, StorageLensTag, Tag } from "./models_0";
3
- import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
4
- /**
5
- * @public
6
- */
7
- export interface ListAccessPointsForObjectLambdaResult {
8
- /**
9
- * <p>Returns list of Object Lambda Access Points.</p>
10
- * @public
11
- */
12
- ObjectLambdaAccessPointList?: ObjectLambdaAccessPoint[] | undefined;
13
- /**
14
- * <p>If the list has more access points than can be returned in one call to this API, this field
15
- * contains a continuation token that you can provide in subsequent calls to this API to
16
- * retrieve additional access points.</p>
17
- * @public
18
- */
19
- NextToken?: string | undefined;
20
- }
21
- /**
22
- * @public
23
- */
24
- export interface ListCallerAccessGrantsRequest {
25
- /**
26
- * <p>The Amazon Web Services account ID of the S3 Access Grants instance.</p>
27
- * @public
28
- */
29
- AccountId?: string | undefined;
30
- /**
31
- * <p>The S3 path of the data that you would like to access. Must start with
32
- * <code>s3://</code>. You can optionally pass only the beginning characters of a path, and
33
- * S3 Access Grants will search for all applicable grants for the path fragment. </p>
34
- * @public
35
- */
36
- GrantScope?: string | undefined;
37
- /**
38
- * <p>A pagination token to request the next page of results. Pass this value into a
39
- * subsequent <code>List Caller Access Grants</code> request in order to retrieve the next
40
- * page of results.</p>
41
- * @public
42
- */
43
- NextToken?: string | undefined;
44
- /**
45
- * <p>The maximum number of access grants that you would like returned in the <code>List
46
- * Caller Access Grants</code> response. If the results include the pagination token
47
- * <code>NextToken</code>, make another call using the <code>NextToken</code> to determine
48
- * if there are more results.</p>
49
- * @public
50
- */
51
- MaxResults?: number | undefined;
52
- /**
53
- * <p>If this optional parameter is passed in the request, a filter is applied to the results.
54
- * The results will include only the access grants for the caller's Identity Center
55
- * application or for any other applications (<code>ALL</code>).</p>
56
- * @public
57
- */
58
- AllowedByApplication?: boolean | undefined;
59
- }
60
- /**
61
- * <p>Part of <code>ListCallerAccessGrantsResult</code>. Each entry includes the permission
62
- * level (READ, WRITE, or READWRITE) and the grant scope of the access grant. If the grant
63
- * also includes an application ARN, the grantee can only access the S3 data through this
64
- * application.</p>
65
- * @public
66
- */
67
- export interface ListCallerAccessGrantsEntry {
68
- /**
69
- * <p>The type of permission granted, which can be one of the following values:</p>
70
- * <ul>
71
- * <li>
72
- * <p>
73
- * <code>READ</code> - Grants read-only access to the S3 data.</p>
74
- * </li>
75
- * <li>
76
- * <p>
77
- * <code>WRITE</code> - Grants write-only access to the S3 data.</p>
78
- * </li>
79
- * <li>
80
- * <p>
81
- * <code>READWRITE</code> - Grants both read and write access to the S3 data.</p>
82
- * </li>
83
- * </ul>
84
- * @public
85
- */
86
- Permission?: Permission | undefined;
87
- /**
88
- * <p>The S3 path of the data to which you have been granted access. </p>
89
- * @public
90
- */
91
- GrantScope?: string | undefined;
92
- /**
93
- * <p>The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated
94
- * with your Identity Center instance. If the grant includes an application ARN, the grantee
95
- * can only access the S3 data through this application. </p>
96
- * @public
97
- */
98
- ApplicationArn?: string | undefined;
99
- }
100
- /**
101
- * @public
102
- */
103
- export interface ListCallerAccessGrantsResult {
104
- /**
105
- * <p>A pagination token that you can use to request the next page of results. Pass this value
106
- * into a subsequent <code>List Caller Access Grants</code> request in order to retrieve the
107
- * next page of results.</p>
108
- * @public
109
- */
110
- NextToken?: string | undefined;
111
- /**
112
- * <p>A list of the caller's access grants that were created using S3 Access Grants and that grant the
113
- * caller access to the S3 data of the Amazon Web Services account ID that was specified in the request.
114
- * </p>
115
- * @public
116
- */
117
- CallerAccessGrantsList?: ListCallerAccessGrantsEntry[] | undefined;
118
- }
119
- /**
120
- * <p></p>
121
- * @public
122
- */
123
- export declare class InvalidNextTokenException extends __BaseException {
124
- readonly name: "InvalidNextTokenException";
125
- readonly $fault: "client";
126
- Message?: string | undefined;
127
- /**
128
- * @internal
129
- */
130
- constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
131
- }
132
- /**
133
- * <p></p>
134
- * @public
135
- */
136
- export declare class InvalidRequestException extends __BaseException {
137
- readonly name: "InvalidRequestException";
138
- readonly $fault: "client";
139
- Message?: string | undefined;
140
- /**
141
- * @internal
142
- */
143
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
144
- }
145
- /**
146
- * @public
147
- */
148
- export interface ListJobsRequest {
149
- /**
150
- * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
151
- * @public
152
- */
153
- AccountId?: string | undefined;
154
- /**
155
- * <p>The <code>List Jobs</code> request returns jobs that match the statuses listed in this
156
- * element.</p>
157
- * @public
158
- */
159
- JobStatuses?: JobStatus[] | undefined;
160
- /**
161
- * <p>A pagination token to request the next page of results. Use the token that Amazon S3 returned
162
- * in the <code>NextToken</code> element of the <code>ListJobsResult</code> from the previous
163
- * <code>List Jobs</code> request.</p>
164
- * @public
165
- */
166
- NextToken?: string | undefined;
167
- /**
168
- * <p>The maximum number of jobs that Amazon S3 will include in the <code>List Jobs</code>
169
- * response. If there are more jobs than this number, the response will include a pagination
170
- * token in the <code>NextToken</code> field to enable you to retrieve the next page of
171
- * results.</p>
172
- * @public
173
- */
174
- MaxResults?: number | undefined;
175
- }
176
- /**
177
- * @public
178
- * @enum
179
- */
180
- export declare const OperationName: {
181
- readonly LambdaInvoke: "LambdaInvoke";
182
- readonly S3ComputeObjectChecksum: "S3ComputeObjectChecksum";
183
- readonly S3DeleteObjectTagging: "S3DeleteObjectTagging";
184
- readonly S3InitiateRestoreObject: "S3InitiateRestoreObject";
185
- readonly S3PutObjectAcl: "S3PutObjectAcl";
186
- readonly S3PutObjectCopy: "S3PutObjectCopy";
187
- readonly S3PutObjectLegalHold: "S3PutObjectLegalHold";
188
- readonly S3PutObjectRetention: "S3PutObjectRetention";
189
- readonly S3PutObjectTagging: "S3PutObjectTagging";
190
- readonly S3ReplicateObject: "S3ReplicateObject";
191
- };
192
- /**
193
- * @public
194
- */
195
- export type OperationName = (typeof OperationName)[keyof typeof OperationName];
196
- /**
197
- * <p>Contains the configuration and status information for a single job retrieved as part of
198
- * a job list.</p>
199
- * @public
200
- */
201
- export interface JobListDescriptor {
202
- /**
203
- * <p>The ID for the specified job.</p>
204
- * @public
205
- */
206
- JobId?: string | undefined;
207
- /**
208
- * <p>The user-specified description that was included in the specified job's <code>Create
209
- * Job</code> request.</p>
210
- * @public
211
- */
212
- Description?: string | undefined;
213
- /**
214
- * <p>The operation that the specified job is configured to run on every object listed in the
215
- * manifest.</p>
216
- * @public
217
- */
218
- Operation?: OperationName | undefined;
219
- /**
220
- * <p>The current priority for the specified job.</p>
221
- * @public
222
- */
223
- Priority?: number | undefined;
224
- /**
225
- * <p>The specified job's current status.</p>
226
- * @public
227
- */
228
- Status?: JobStatus | undefined;
229
- /**
230
- * <p>A timestamp indicating when the specified job was created.</p>
231
- * @public
232
- */
233
- CreationTime?: Date | undefined;
234
- /**
235
- * <p>A timestamp indicating when the specified job terminated. A job's termination date is
236
- * the date and time when it succeeded, failed, or was canceled.</p>
237
- * @public
238
- */
239
- TerminationDate?: Date | undefined;
240
- /**
241
- * <p>Describes the total number of tasks that the specified job has run, the number of tasks
242
- * that succeeded, and the number of tasks that failed.</p>
243
- * @public
244
- */
245
- ProgressSummary?: JobProgressSummary | undefined;
246
- }
247
- /**
248
- * @public
249
- */
250
- export interface ListJobsResult {
251
- /**
252
- * <p>If the <code>List Jobs</code> request produced more than the maximum number of results,
253
- * you can pass this value into a subsequent <code>List Jobs</code> request in order to
254
- * retrieve the next page of results.</p>
255
- * @public
256
- */
257
- NextToken?: string | undefined;
258
- /**
259
- * <p>The list of current jobs and jobs that have ended within the last 30 days.</p>
260
- * @public
261
- */
262
- Jobs?: JobListDescriptor[] | undefined;
263
- }
264
- /**
265
- * @public
266
- */
267
- export interface ListMultiRegionAccessPointsRequest {
268
- /**
269
- * <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
270
- * @public
271
- */
272
- AccountId?: string | undefined;
273
- /**
274
- * <p>Not currently used. Do not use this parameter.</p>
275
- * @public
276
- */
277
- NextToken?: string | undefined;
278
- /**
279
- * <p>Not currently used. Do not use this parameter.</p>
280
- * @public
281
- */
282
- MaxResults?: number | undefined;
283
- }
284
- /**
285
- * @public
286
- */
287
- export interface ListMultiRegionAccessPointsResult {
288
- /**
289
- * <p>The list of Multi-Region Access Points associated with the user.</p>
290
- * @public
291
- */
292
- AccessPoints?: MultiRegionAccessPointReport[] | undefined;
293
- /**
294
- * <p>If the specified bucket has more Multi-Region Access Points than can be returned in one call to this
295
- * action, this field contains a continuation token. You can use this token tin subsequent
296
- * calls to this action to retrieve additional Multi-Region Access Points.</p>
297
- * @public
298
- */
299
- NextToken?: string | undefined;
300
- }
301
- /**
302
- * @public
303
- */
304
- export interface ListRegionalBucketsRequest {
305
- /**
306
- * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
307
- * @public
308
- */
309
- AccountId?: string | undefined;
310
- /**
311
- * <p></p>
312
- * @public
313
- */
314
- NextToken?: string | undefined;
315
- /**
316
- * <p></p>
317
- * @public
318
- */
319
- MaxResults?: number | undefined;
320
- /**
321
- * <p>The ID of the Outposts resource.</p>
322
- * <note>
323
- * <p>This ID is required by Amazon S3 on Outposts buckets.</p>
324
- * </note>
325
- * @public
326
- */
327
- OutpostId?: string | undefined;
328
- }
329
- /**
330
- * <p>The container for the regional bucket.</p>
331
- * @public
332
- */
333
- export interface RegionalBucket {
334
- /**
335
- * <p></p>
336
- * @public
337
- */
338
- Bucket: string | undefined;
339
- /**
340
- * <p>The Amazon Resource Name (ARN) for the regional bucket.</p>
341
- * @public
342
- */
343
- BucketArn?: string | undefined;
344
- /**
345
- * <p></p>
346
- * @public
347
- */
348
- PublicAccessBlockEnabled: boolean | undefined;
349
- /**
350
- * <p>The creation date of the regional bucket</p>
351
- * @public
352
- */
353
- CreationDate: Date | undefined;
354
- /**
355
- * <p>The Outposts ID of the regional bucket.</p>
356
- * @public
357
- */
358
- OutpostId?: string | undefined;
359
- }
360
- /**
361
- * @public
362
- */
363
- export interface ListRegionalBucketsResult {
364
- /**
365
- * <p></p>
366
- * @public
367
- */
368
- RegionalBucketList?: RegionalBucket[] | undefined;
369
- /**
370
- * <p>
371
- * <code>NextToken</code> is sent when <code>isTruncated</code> is true, which means there
372
- * are more buckets that can be listed. The next list requests to Amazon S3 can be continued with
373
- * this <code>NextToken</code>. <code>NextToken</code> is obfuscated and is not a real
374
- * key.</p>
375
- * @public
376
- */
377
- NextToken?: string | undefined;
378
- }
379
- /**
380
- * @public
381
- */
382
- export interface ListStorageLensConfigurationsRequest {
383
- /**
384
- * <p>The account ID of the requester.</p>
385
- * @public
386
- */
387
- AccountId?: string | undefined;
388
- /**
389
- * <p>A pagination token to request the next page of results.</p>
390
- * @public
391
- */
392
- NextToken?: string | undefined;
393
- }
394
- /**
395
- * <p>Part of <code>ListStorageLensConfigurationResult</code>. Each entry includes the
396
- * description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its
397
- * Amazon Resource Name (ARN), and config ID.</p>
398
- * @public
399
- */
400
- export interface ListStorageLensConfigurationEntry {
401
- /**
402
- * <p>A container for the S3 Storage Lens configuration ID.</p>
403
- * @public
404
- */
405
- Id: string | undefined;
406
- /**
407
- * <p>The ARN of the S3 Storage Lens configuration. This property is read-only.</p>
408
- * @public
409
- */
410
- StorageLensArn: string | undefined;
411
- /**
412
- * <p>A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in
413
- * your designated S3 Storage Lens home Region.</p>
414
- * @public
415
- */
416
- HomeRegion: string | undefined;
417
- /**
418
- * <p>A container for whether the S3 Storage Lens configuration is enabled. This property is
419
- * required.</p>
420
- * @public
421
- */
422
- IsEnabled?: boolean | undefined;
423
- }
424
- /**
425
- * @public
426
- */
427
- export interface ListStorageLensConfigurationsResult {
428
- /**
429
- * <p>If the request produced more than the maximum number of S3 Storage Lens configuration results,
430
- * you can pass this value into a subsequent request to retrieve the next page of
431
- * results.</p>
432
- * @public
433
- */
434
- NextToken?: string | undefined;
435
- /**
436
- * <p>A list of S3 Storage Lens configurations.</p>
437
- * @public
438
- */
439
- StorageLensConfigurationList?: ListStorageLensConfigurationEntry[] | undefined;
440
- }
441
- /**
442
- * @public
443
- */
444
- export interface ListStorageLensGroupsRequest {
445
- /**
446
- * <p>
447
- * The Amazon Web Services account ID that owns the Storage Lens groups.
448
- * </p>
449
- * @public
450
- */
451
- AccountId?: string | undefined;
452
- /**
453
- * <p>The token for the next set of results, or <code>null</code> if there are no more results.
454
- * </p>
455
- * @public
456
- */
457
- NextToken?: string | undefined;
458
- }
459
- /**
460
- * <p>
461
- * Each entry contains a Storage Lens group that exists in the specified home Region.
462
- * </p>
463
- * @public
464
- */
465
- export interface ListStorageLensGroupEntry {
466
- /**
467
- * <p>
468
- * Contains the name of the Storage Lens group that exists in the specified home Region.
469
- * </p>
470
- * @public
471
- */
472
- Name: string | undefined;
473
- /**
474
- * <p>
475
- * Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
476
- * </p>
477
- * @public
478
- */
479
- StorageLensGroupArn: string | undefined;
480
- /**
481
- * <p>
482
- * Contains the Amazon Web Services Region where the Storage Lens group was created.
483
- * </p>
484
- * @public
485
- */
486
- HomeRegion: string | undefined;
487
- }
488
- /**
489
- * @public
490
- */
491
- export interface ListStorageLensGroupsResult {
492
- /**
493
- * <p>
494
- * If <code>NextToken</code> is returned, there are more Storage Lens groups results available. The value of <code>NextToken</code> is a
495
- * unique pagination token for each page. Make the call again using the returned token to
496
- * retrieve the next page. Keep all other arguments unchanged. Each pagination token expires
497
- * after 24 hours.
498
- * </p>
499
- * @public
500
- */
501
- NextToken?: string | undefined;
502
- /**
503
- * <p>
504
- * The list of Storage Lens groups that exist in the specified home Region.
505
- * </p>
506
- * @public
507
- */
508
- StorageLensGroupList?: ListStorageLensGroupEntry[] | undefined;
509
- }
510
- /**
511
- * @public
512
- */
513
- export interface ListTagsForResourceRequest {
514
- /**
515
- * <p> The Amazon Web Services account ID of the resource owner. </p>
516
- * @public
517
- */
518
- AccountId?: string | undefined;
519
- /**
520
- * <p> The Amazon Resource Name (ARN) of the S3 resource that you want to list tags for. The
521
- * tagged resource can be a directory bucket, S3 Storage Lens group or S3 Access Grants instance,
522
- * registered location, or grant. </p>
523
- * @public
524
- */
525
- ResourceArn: string | undefined;
526
- }
527
- /**
528
- * @public
529
- */
530
- export interface ListTagsForResourceResult {
531
- /**
532
- * <p> The Amazon Web Services resource tags that are associated with the resource. </p>
533
- * @public
534
- */
535
- Tags?: Tag[] | undefined;
536
- }
537
- /**
538
- * @public
539
- */
540
- export interface PutAccessGrantsInstanceResourcePolicyRequest {
541
- /**
542
- * <p>The Amazon Web Services account ID of the S3 Access Grants instance.</p>
543
- * @public
544
- */
545
- AccountId?: string | undefined;
546
- /**
547
- * <p>The resource policy of the S3 Access Grants instance that you are updating.</p>
548
- * @public
549
- */
550
- Policy: string | undefined;
551
- /**
552
- * <p>The Organization of the resource policy of the S3 Access Grants instance.</p>
553
- * @public
554
- */
555
- Organization?: string | undefined;
556
- }
557
- /**
558
- * @public
559
- */
560
- export interface PutAccessGrantsInstanceResourcePolicyResult {
561
- /**
562
- * <p>The updated resource policy of the S3 Access Grants instance.</p>
563
- * @public
564
- */
565
- Policy?: string | undefined;
566
- /**
567
- * <p>The Organization of the resource policy of the S3 Access Grants instance.</p>
568
- * @public
569
- */
570
- Organization?: string | undefined;
571
- /**
572
- * <p>The date and time when you created the S3 Access Grants instance resource policy. </p>
573
- * @public
574
- */
575
- CreatedAt?: Date | undefined;
576
- }
577
- /**
578
- * @public
579
- */
580
- export interface PutAccessPointConfigurationForObjectLambdaRequest {
581
- /**
582
- * <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
583
- * @public
584
- */
585
- AccountId?: string | undefined;
586
- /**
587
- * <p>The name of the Object Lambda Access Point.</p>
588
- * @public
589
- */
590
- Name: string | undefined;
591
- /**
592
- * <p>Object Lambda Access Point configuration document.</p>
593
- * @public
594
- */
595
- Configuration: ObjectLambdaConfiguration | undefined;
596
- }
597
- /**
598
- * @public
599
- */
600
- export interface PutAccessPointPolicyRequest {
601
- /**
602
- * <p>The Amazon Web Services account ID for owner of the bucket associated with the specified access point.</p>
603
- * @public
604
- */
605
- AccountId?: string | undefined;
606
- /**
607
- * <p>The name of the access point that you want to associate with the specified policy.</p>
608
- * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
609
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
610
- * @public
611
- */
612
- Name: string | undefined;
613
- /**
614
- * <p>The policy that you want to apply to the specified access point. For more information about access point
615
- * policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing data access with Amazon S3
616
- * access points</a> or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets.html">Managing access to
617
- * shared datasets in directory buckets with access points</a> in the
618
- * <i>Amazon S3 User Guide</i>.</p>
619
- * @public
620
- */
621
- Policy: string | undefined;
622
- }
623
- /**
624
- * @public
625
- */
626
- export interface PutAccessPointPolicyForObjectLambdaRequest {
627
- /**
628
- * <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
629
- * @public
630
- */
631
- AccountId?: string | undefined;
632
- /**
633
- * <p>The name of the Object Lambda Access Point.</p>
634
- * @public
635
- */
636
- Name: string | undefined;
637
- /**
638
- * <p>Object Lambda Access Point resource policy document.</p>
639
- * @public
640
- */
641
- Policy: string | undefined;
642
- }
643
- /**
644
- * @public
645
- */
646
- export interface PutAccessPointScopeRequest {
647
- /**
648
- * <p> The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.
649
- * </p>
650
- * @public
651
- */
652
- AccountId?: string | undefined;
653
- /**
654
- * <p>The name of the access point with the scope that you want to create or replace.</p>
655
- * @public
656
- */
657
- Name: string | undefined;
658
- /**
659
- * <p>Object prefixes, API operations, or a combination of both.</p>
660
- * @public
661
- */
662
- Scope: Scope | undefined;
663
- }
664
- /**
665
- * <p>The container for the Outposts bucket lifecycle configuration.</p>
666
- * @public
667
- */
668
- export interface LifecycleConfiguration {
669
- /**
670
- * <p>A lifecycle rule for individual objects in an Outposts bucket. </p>
671
- * @public
672
- */
673
- Rules?: LifecycleRule[] | undefined;
674
- }
675
- /**
676
- * @public
677
- */
678
- export interface PutBucketLifecycleConfigurationRequest {
679
- /**
680
- * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
681
- * @public
682
- */
683
- AccountId?: string | undefined;
684
- /**
685
- * <p>The name of the bucket for which to set the configuration.</p>
686
- * @public
687
- */
688
- Bucket: string | undefined;
689
- /**
690
- * <p>Container for lifecycle rules. You can add as many as 1,000 rules.</p>
691
- * @public
692
- */
693
- LifecycleConfiguration?: LifecycleConfiguration | undefined;
694
- }
695
- /**
696
- * @public
697
- */
698
- export interface PutBucketPolicyRequest {
699
- /**
700
- * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
701
- * @public
702
- */
703
- AccountId?: string | undefined;
704
- /**
705
- * <p>Specifies the bucket.</p>
706
- * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
707
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
708
- * @public
709
- */
710
- Bucket: string | undefined;
711
- /**
712
- * <p>Set this parameter to true to confirm that you want to remove your permissions to change
713
- * this bucket policy in the future.</p>
714
- * <note>
715
- * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
716
- * </note>
717
- * @public
718
- */
719
- ConfirmRemoveSelfBucketAccess?: boolean | undefined;
720
- /**
721
- * <p>The bucket policy as a JSON document.</p>
722
- * @public
723
- */
724
- Policy: string | undefined;
725
- }
726
- /**
727
- * @public
728
- */
729
- export interface PutBucketReplicationRequest {
730
- /**
731
- * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
732
- * @public
733
- */
734
- AccountId?: string | undefined;
735
- /**
736
- * <p>Specifies the S3 on Outposts bucket to set the configuration for.</p>
737
- * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
738
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
739
- * @public
740
- */
741
- Bucket: string | undefined;
742
- /**
743
- * <p></p>
744
- * @public
745
- */
746
- ReplicationConfiguration: ReplicationConfiguration | undefined;
747
- }
748
- /**
749
- * <p></p>
750
- * @public
751
- */
752
- export interface Tagging {
753
- /**
754
- * <p>A collection for a set of tags.</p>
755
- * @public
756
- */
757
- TagSet: S3Tag[] | undefined;
758
- }
759
- /**
760
- * @public
761
- */
762
- export interface PutBucketTaggingRequest {
763
- /**
764
- * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
765
- * @public
766
- */
767
- AccountId?: string | undefined;
768
- /**
769
- * <p>The Amazon Resource Name (ARN) of the bucket.</p>
770
- * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
771
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
772
- * @public
773
- */
774
- Bucket: string | undefined;
775
- /**
776
- * <p></p>
777
- * @public
778
- */
779
- Tagging: Tagging | undefined;
780
- }
781
- /**
782
- * @public
783
- * @enum
784
- */
785
- export declare const MFADelete: {
786
- readonly Disabled: "Disabled";
787
- readonly Enabled: "Enabled";
788
- };
789
- /**
790
- * @public
791
- */
792
- export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
793
- /**
794
- * <p>Describes the versioning state of an Amazon S3 on Outposts bucket. For more information, see
795
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketVersioning.html">PutBucketVersioning</a>.</p>
796
- * @public
797
- */
798
- export interface VersioningConfiguration {
799
- /**
800
- * <p>Specifies whether MFA delete is enabled or disabled in the bucket versioning
801
- * configuration for the S3 on Outposts bucket.</p>
802
- * @public
803
- */
804
- MFADelete?: MFADelete | undefined;
805
- /**
806
- * <p>Sets the versioning state of the S3 on Outposts bucket.</p>
807
- * @public
808
- */
809
- Status?: BucketVersioningStatus | undefined;
810
- }
811
- /**
812
- * @public
813
- */
814
- export interface PutBucketVersioningRequest {
815
- /**
816
- * <p>The Amazon Web Services account ID of the S3 on Outposts bucket.</p>
817
- * @public
818
- */
819
- AccountId?: string | undefined;
820
- /**
821
- * <p>The S3 on Outposts bucket to set the versioning state for.</p>
822
- * @public
823
- */
824
- Bucket: string | undefined;
825
- /**
826
- * <p>The concatenation of the authentication device's serial number, a space, and the value
827
- * that is displayed on your authentication device.</p>
828
- * @public
829
- */
830
- MFA?: string | undefined;
831
- /**
832
- * <p>The root-level tag for the <code>VersioningConfiguration</code> parameters.</p>
833
- * @public
834
- */
835
- VersioningConfiguration: VersioningConfiguration | undefined;
836
- }
837
- /**
838
- * @public
839
- */
840
- export interface PutJobTaggingRequest {
841
- /**
842
- * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
843
- * @public
844
- */
845
- AccountId?: string | undefined;
846
- /**
847
- * <p>The ID for the S3 Batch Operations job whose tags you want to replace.</p>
848
- * @public
849
- */
850
- JobId: string | undefined;
851
- /**
852
- * <p>The set of tags to associate with the S3 Batch Operations job.</p>
853
- * @public
854
- */
855
- Tags: S3Tag[] | undefined;
856
- }
857
- /**
858
- * @public
859
- */
860
- export interface PutJobTaggingResult {
861
- }
862
- /**
863
- * <p>Amazon S3 throws this exception if you have too many tags in your tag set.</p>
864
- * @public
865
- */
866
- export declare class TooManyTagsException extends __BaseException {
867
- readonly name: "TooManyTagsException";
868
- readonly $fault: "client";
869
- Message?: string | undefined;
870
- /**
871
- * @internal
872
- */
873
- constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
874
- }
875
- /**
876
- * @public
877
- */
878
- export interface PutMultiRegionAccessPointPolicyRequest {
879
- /**
880
- * <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
881
- * @public
882
- */
883
- AccountId?: string | undefined;
884
- /**
885
- * <p>An idempotency token used to identify the request and guarantee that requests are
886
- * unique.</p>
887
- * @public
888
- */
889
- ClientToken?: string | undefined;
890
- /**
891
- * <p>A container element containing the details of the policy for the Multi-Region Access Point.</p>
892
- * @public
893
- */
894
- Details: PutMultiRegionAccessPointPolicyInput | undefined;
895
- }
896
- /**
897
- * @public
898
- */
899
- export interface PutMultiRegionAccessPointPolicyResult {
900
- /**
901
- * <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of asynchronous
902
- * requests.</p>
903
- * @public
904
- */
905
- RequestTokenARN?: string | undefined;
906
- }
907
- /**
908
- * @public
909
- */
910
- export interface PutPublicAccessBlockRequest {
911
- /**
912
- * <p>The <code>PublicAccessBlock</code> configuration that you want to apply to the specified
913
- * Amazon Web Services account.</p>
914
- * @public
915
- */
916
- PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
917
- /**
918
- * <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration
919
- * you want to set.</p>
920
- * @public
921
- */
922
- AccountId?: string | undefined;
923
- }
924
- /**
925
- * @public
926
- */
927
- export interface PutStorageLensConfigurationRequest {
928
- /**
929
- * <p>The ID of the S3 Storage Lens configuration.</p>
930
- * @public
931
- */
932
- ConfigId: string | undefined;
933
- /**
934
- * <p>The account ID of the requester.</p>
935
- * @public
936
- */
937
- AccountId?: string | undefined;
938
- /**
939
- * <p>The S3 Storage Lens configuration.</p>
940
- * @public
941
- */
942
- StorageLensConfiguration: StorageLensConfiguration | undefined;
943
- /**
944
- * <p>The tag set of the S3 Storage Lens configuration.</p>
945
- * <note>
946
- * <p>You can set up to a maximum of 50 tags.</p>
947
- * </note>
948
- * @public
949
- */
950
- Tags?: StorageLensTag[] | undefined;
951
- }
952
- /**
953
- * @public
954
- */
955
- export interface PutStorageLensConfigurationTaggingRequest {
956
- /**
957
- * <p>The ID of the S3 Storage Lens configuration.</p>
958
- * @public
959
- */
960
- ConfigId: string | undefined;
961
- /**
962
- * <p>The account ID of the requester.</p>
963
- * @public
964
- */
965
- AccountId?: string | undefined;
966
- /**
967
- * <p>The tag set of the S3 Storage Lens configuration.</p>
968
- * <note>
969
- * <p>You can set up to a maximum of 50 tags.</p>
970
- * </note>
971
- * @public
972
- */
973
- Tags: StorageLensTag[] | undefined;
974
- }
975
- /**
976
- * @public
977
- */
978
- export interface PutStorageLensConfigurationTaggingResult {
979
- }
980
- /**
981
- * @public
982
- */
983
- export interface SubmitMultiRegionAccessPointRoutesRequest {
984
- /**
985
- * <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
986
- * @public
987
- */
988
- AccountId?: string | undefined;
989
- /**
990
- * <p>The Multi-Region Access Point ARN.</p>
991
- * @public
992
- */
993
- Mrap: string | undefined;
994
- /**
995
- * <p>The different routes that make up the new route configuration. Active routes return a
996
- * value of <code>100</code>, and passive routes return a value of <code>0</code>.</p>
997
- * @public
998
- */
999
- RouteUpdates: MultiRegionAccessPointRoute[] | undefined;
1000
- }
1001
- /**
1002
- * @public
1003
- */
1004
- export interface SubmitMultiRegionAccessPointRoutesResult {
1005
- }
1006
- /**
1007
- * @public
1008
- */
1009
- export interface TagResourceRequest {
1010
- /**
1011
- * <p>
1012
- * The Amazon Web Services account ID that created the S3 resource that you're trying to add tags to or the requester's account ID.
1013
- * </p>
1014
- * @public
1015
- */
1016
- AccountId?: string | undefined;
1017
- /**
1018
- * <p>The Amazon Resource Name (ARN) of the S3 resource that you're applying tags to. The
1019
- * tagged resource can be a directory bucket, S3 Storage Lens group or S3 Access Grants instance,
1020
- * registered location, or grant.</p>
1021
- * @public
1022
- */
1023
- ResourceArn: string | undefined;
1024
- /**
1025
- * <p> The Amazon Web Services resource tags that you want to add to the specified S3 resource. </p>
1026
- * @public
1027
- */
1028
- Tags: Tag[] | undefined;
1029
- }
1030
- /**
1031
- * @public
1032
- */
1033
- export interface TagResourceResult {
1034
- }
1035
- /**
1036
- * @public
1037
- */
1038
- export interface UntagResourceRequest {
1039
- /**
1040
- * <p> The Amazon Web Services account ID that owns the resource that you're trying to remove the tags from.
1041
- * </p>
1042
- * @public
1043
- */
1044
- AccountId?: string | undefined;
1045
- /**
1046
- * <p>The Amazon Resource Name (ARN) of the S3 resource that you're removing tags from. The
1047
- * tagged resource can be a directory bucket, S3 Storage Lens group or S3 Access Grants instance,
1048
- * registered location, or grant.</p>
1049
- * @public
1050
- */
1051
- ResourceArn: string | undefined;
1052
- /**
1053
- * <p> The array of tag key-value pairs that you're trying to remove from of the S3 resource.
1054
- * </p>
1055
- * @public
1056
- */
1057
- TagKeys: string[] | undefined;
1058
- }
1059
- /**
1060
- * @public
1061
- */
1062
- export interface UntagResourceResult {
1063
- }
1064
- /**
1065
- * @public
1066
- */
1067
- export interface UpdateAccessGrantsLocationRequest {
1068
- /**
1069
- * <p>The Amazon Web Services account ID of the S3 Access Grants instance.</p>
1070
- * @public
1071
- */
1072
- AccountId?: string | undefined;
1073
- /**
1074
- * <p>The ID of the registered location that you are updating. S3 Access Grants assigns this ID when you
1075
- * register the location. S3 Access Grants assigns the ID <code>default</code> to the default location
1076
- * <code>s3://</code> and assigns an auto-generated ID to other locations that you
1077
- * register. </p>
1078
- * <p>The ID of the registered location to which you are granting access. S3 Access Grants assigned this
1079
- * ID when you registered the location. S3 Access Grants assigns the ID <code>default</code> to the
1080
- * default location <code>s3://</code> and assigns an auto-generated ID to other locations
1081
- * that you register. </p>
1082
- * <p>If you are passing the <code>default</code> location, you cannot create an access grant
1083
- * for the entire default location. You must also specify a bucket or a bucket and prefix in
1084
- * the <code>Subprefix</code> field. </p>
1085
- * @public
1086
- */
1087
- AccessGrantsLocationId: string | undefined;
1088
- /**
1089
- * <p>The Amazon Resource Name (ARN) of the IAM role for the registered location. S3 Access Grants
1090
- * assumes this role to manage access to the registered location. </p>
1091
- * @public
1092
- */
1093
- IAMRoleArn: string | undefined;
1094
- }
1095
- /**
1096
- * @public
1097
- */
1098
- export interface UpdateAccessGrantsLocationResult {
1099
- /**
1100
- * <p>The date and time when you registered the location. </p>
1101
- * @public
1102
- */
1103
- CreatedAt?: Date | undefined;
1104
- /**
1105
- * <p>The ID of the registered location to which you are granting access. S3 Access Grants assigned this
1106
- * ID when you registered the location. S3 Access Grants assigns the ID <code>default</code> to the
1107
- * default location <code>s3://</code> and assigns an auto-generated ID to other locations
1108
- * that you register. </p>
1109
- * @public
1110
- */
1111
- AccessGrantsLocationId?: string | undefined;
1112
- /**
1113
- * <p>The Amazon Resource Name (ARN) of the registered location that you are updating. </p>
1114
- * @public
1115
- */
1116
- AccessGrantsLocationArn?: string | undefined;
1117
- /**
1118
- * <p>The S3 URI path of the location that you are updating. You cannot update the scope of
1119
- * the registered location. The location scope can be the default S3 location
1120
- * <code>s3://</code>, the S3 path to a bucket <code>s3://<bucket></code>, or the S3
1121
- * path to a bucket and prefix <code>s3://<bucket>/<prefix></code>. </p>
1122
- * @public
1123
- */
1124
- LocationScope?: string | undefined;
1125
- /**
1126
- * <p>The Amazon Resource Name (ARN) of the IAM role of the registered location. S3 Access Grants
1127
- * assumes this role to manage access to the registered location. </p>
1128
- * @public
1129
- */
1130
- IAMRoleArn?: string | undefined;
1131
- }
1132
- /**
1133
- * @public
1134
- */
1135
- export interface UpdateJobPriorityRequest {
1136
- /**
1137
- * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
1138
- * @public
1139
- */
1140
- AccountId?: string | undefined;
1141
- /**
1142
- * <p>The ID for the job whose priority you want to update.</p>
1143
- * @public
1144
- */
1145
- JobId: string | undefined;
1146
- /**
1147
- * <p>The priority you want to assign to this job.</p>
1148
- * @public
1149
- */
1150
- Priority: number | undefined;
1151
- }
1152
- /**
1153
- * @public
1154
- */
1155
- export interface UpdateJobPriorityResult {
1156
- /**
1157
- * <p>The ID for the job whose priority Amazon S3 updated.</p>
1158
- * @public
1159
- */
1160
- JobId: string | undefined;
1161
- /**
1162
- * <p>The new priority assigned to the specified job.</p>
1163
- * @public
1164
- */
1165
- Priority: number | undefined;
1166
- }
1167
- /**
1168
- * <p></p>
1169
- * @public
1170
- */
1171
- export declare class JobStatusException extends __BaseException {
1172
- readonly name: "JobStatusException";
1173
- readonly $fault: "client";
1174
- Message?: string | undefined;
1175
- /**
1176
- * @internal
1177
- */
1178
- constructor(opts: __ExceptionOptionType<JobStatusException, __BaseException>);
1179
- }
1180
- /**
1181
- * @public
1182
- * @enum
1183
- */
1184
- export declare const RequestedJobStatus: {
1185
- readonly Cancelled: "Cancelled";
1186
- readonly Ready: "Ready";
1187
- };
1188
- /**
1189
- * @public
1190
- */
1191
- export type RequestedJobStatus = (typeof RequestedJobStatus)[keyof typeof RequestedJobStatus];
1192
- /**
1193
- * @public
1194
- */
1195
- export interface UpdateJobStatusRequest {
1196
- /**
1197
- * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
1198
- * @public
1199
- */
1200
- AccountId?: string | undefined;
1201
- /**
1202
- * <p>The ID of the job whose status you want to update.</p>
1203
- * @public
1204
- */
1205
- JobId: string | undefined;
1206
- /**
1207
- * <p>The status that you want to move the specified job to.</p>
1208
- * @public
1209
- */
1210
- RequestedJobStatus: RequestedJobStatus | undefined;
1211
- /**
1212
- * <p>A description of the reason why you want to change the specified job's status. This
1213
- * field can be any string up to the maximum length.</p>
1214
- * @public
1215
- */
1216
- StatusUpdateReason?: string | undefined;
1217
- }
1218
- /**
1219
- * @public
1220
- */
1221
- export interface UpdateJobStatusResult {
1222
- /**
1223
- * <p>The ID for the job whose status was updated.</p>
1224
- * @public
1225
- */
1226
- JobId?: string | undefined;
1227
- /**
1228
- * <p>The current status for the specified job.</p>
1229
- * @public
1230
- */
1231
- Status?: JobStatus | undefined;
1232
- /**
1233
- * <p>The reason that the specified job's status was updated.</p>
1234
- * @public
1235
- */
1236
- StatusUpdateReason?: string | undefined;
1237
- }
1238
- /**
1239
- * @public
1240
- */
1241
- export interface UpdateStorageLensGroupRequest {
1242
- /**
1243
- * <p>
1244
- * The name of the Storage Lens group that you want to update.
1245
- * </p>
1246
- * @public
1247
- */
1248
- Name: string | undefined;
1249
- /**
1250
- * <p>
1251
- * The Amazon Web Services account ID of the Storage Lens group owner.
1252
- * </p>
1253
- * @public
1254
- */
1255
- AccountId?: string | undefined;
1256
- /**
1257
- * <p>
1258
- * The JSON file that contains the Storage Lens group configuration.
1259
- * </p>
1260
- * @public
1261
- */
1262
- StorageLensGroup: StorageLensGroup | undefined;
1263
- }