@aws-sdk/client-s3 3.40.0 → 3.43.0

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 (103) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +24 -0
  3. package/dist-cjs/models/models_0.js +8 -0
  4. package/dist-cjs/protocols/Aws_restXml.js +62 -0
  5. package/dist-es/endpoints.js +24 -0
  6. package/dist-es/models/models_0.js +8 -0
  7. package/dist-es/protocols/Aws_restXml.js +62 -0
  8. package/dist-types/S3.d.ts +11 -4
  9. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +1 -1
  10. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +5 -1
  11. package/dist-types/commands/CopyObjectCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateBucketCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteObjectCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteObjectsCommand.d.ts +1 -1
  30. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  31. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  32. package/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
  33. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  34. package/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
  35. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  36. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  37. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  38. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
  39. package/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  40. package/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
  41. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  42. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  43. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  44. package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
  45. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  46. package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  47. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  48. package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  49. package/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
  50. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
  51. package/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
  52. package/dist-types/commands/GetObjectCommand.d.ts +8 -5
  53. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  54. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  55. package/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
  56. package/dist-types/commands/GetObjectTaggingCommand.d.ts +1 -1
  57. package/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
  58. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  59. package/dist-types/commands/HeadBucketCommand.d.ts +1 -1
  60. package/dist-types/commands/HeadObjectCommand.d.ts +1 -1
  61. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListBucketsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
  67. package/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  68. package/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  69. package/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
  70. package/dist-types/commands/ListPartsCommand.d.ts +1 -1
  71. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  72. package/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  73. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  74. package/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  75. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
  76. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  77. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  78. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  79. package/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  80. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  81. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  82. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  83. package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  84. package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  85. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  86. package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  87. package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
  88. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  89. package/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  90. package/dist-types/commands/PutObjectCommand.d.ts +1 -1
  91. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  92. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  93. package/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  94. package/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  95. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  96. package/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  97. package/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
  98. package/dist-types/commands/UploadPartCommand.d.ts +1 -1
  99. package/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
  100. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  101. package/dist-types/models/models_0.d.ts +57 -1
  102. package/dist-types/ts3.4/models/models_0.d.ts +37 -1
  103. package/package.json +6 -6
@@ -38,7 +38,7 @@ export interface DeleteBucketOwnershipControlsCommandOutput extends __MetadataBe
38
38
  *
39
39
  * @see {@link DeleteBucketOwnershipControlsCommandInput} for command's `input` shape.
40
40
  * @see {@link DeleteBucketOwnershipControlsCommandOutput} for command's `response` shape.
41
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class DeleteBucketOwnershipControlsCommand extends $Command<DeleteBucketOwnershipControlsCommandInput, DeleteBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig> {
@@ -52,7 +52,7 @@ export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {
52
52
  *
53
53
  * @see {@link DeleteBucketPolicyCommandInput} for command's `input` shape.
54
54
  * @see {@link DeleteBucketPolicyCommandOutput} for command's `response` shape.
55
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
55
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
56
56
  *
57
57
  */
58
58
  export declare class DeleteBucketPolicyCommand extends $Command<DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput, S3ClientResolvedConfig> {
@@ -45,7 +45,7 @@ export interface DeleteBucketReplicationCommandOutput extends __MetadataBearer {
45
45
  *
46
46
  * @see {@link DeleteBucketReplicationCommandInput} for command's `input` shape.
47
47
  * @see {@link DeleteBucketReplicationCommandOutput} for command's `response` shape.
48
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
48
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
49
49
  *
50
50
  */
51
51
  export declare class DeleteBucketReplicationCommand extends $Command<DeleteBucketReplicationCommandInput, DeleteBucketReplicationCommandOutput, S3ClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {
37
37
  *
38
38
  * @see {@link DeleteBucketTaggingCommandInput} for command's `input` shape.
39
39
  * @see {@link DeleteBucketTaggingCommandOutput} for command's `response` shape.
40
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class DeleteBucketTaggingCommand extends $Command<DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput, S3ClientResolvedConfig> {
@@ -46,7 +46,7 @@ export interface DeleteBucketWebsiteCommandOutput extends __MetadataBearer {
46
46
  *
47
47
  * @see {@link DeleteBucketWebsiteCommandInput} for command's `input` shape.
48
48
  * @see {@link DeleteBucketWebsiteCommandOutput} for command's `response` shape.
49
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
49
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
50
50
  *
51
51
  */
52
52
  export declare class DeleteBucketWebsiteCommand extends $Command<DeleteBucketWebsiteCommandInput, DeleteBucketWebsiteCommandOutput, S3ClientResolvedConfig> {
@@ -50,7 +50,7 @@ export interface DeleteObjectCommandOutput extends DeleteObjectOutput, __Metadat
50
50
  *
51
51
  * @see {@link DeleteObjectCommandInput} for command's `input` shape.
52
52
  * @see {@link DeleteObjectCommandOutput} for command's `response` shape.
53
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
53
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
54
54
  *
55
55
  */
56
56
  export declare class DeleteObjectCommand extends $Command<DeleteObjectCommandInput, DeleteObjectCommandOutput, S3ClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface DeleteObjectTaggingCommandOutput extends DeleteObjectTaggingOut
44
44
  *
45
45
  * @see {@link DeleteObjectTaggingCommandInput} for command's `input` shape.
46
46
  * @see {@link DeleteObjectTaggingCommandOutput} for command's `response` shape.
47
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class DeleteObjectTaggingCommand extends $Command<DeleteObjectTaggingCommandInput, DeleteObjectTaggingCommandOutput, S3ClientResolvedConfig> {
@@ -76,7 +76,7 @@ export interface DeleteObjectsCommandOutput extends DeleteObjectsOutput, __Metad
76
76
  *
77
77
  * @see {@link DeleteObjectsCommandInput} for command's `input` shape.
78
78
  * @see {@link DeleteObjectsCommandOutput} for command's `response` shape.
79
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
79
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
80
80
  *
81
81
  */
82
82
  export declare class DeleteObjectsCommand extends $Command<DeleteObjectsCommandInput, DeleteObjectsCommandOutput, S3ClientResolvedConfig> {
@@ -48,7 +48,7 @@ export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer {
48
48
  *
49
49
  * @see {@link DeletePublicAccessBlockCommandInput} for command's `input` shape.
50
50
  * @see {@link DeletePublicAccessBlockCommandOutput} for command's `response` shape.
51
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
51
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
52
52
  *
53
53
  */
54
54
  export declare class DeletePublicAccessBlockCommand extends $Command<DeletePublicAccessBlockCommandInput, DeletePublicAccessBlockCommandOutput, S3ClientResolvedConfig> {
@@ -46,7 +46,7 @@ export interface GetBucketAccelerateConfigurationCommandOutput extends GetBucket
46
46
  *
47
47
  * @see {@link GetBucketAccelerateConfigurationCommandInput} for command's `input` shape.
48
48
  * @see {@link GetBucketAccelerateConfigurationCommandOutput} for command's `response` shape.
49
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
49
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
50
50
  *
51
51
  */
52
52
  export declare class GetBucketAccelerateConfigurationCommand extends $Command<GetBucketAccelerateConfigurationCommandInput, GetBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface GetBucketAclCommandOutput extends GetBucketAclOutput, __Metadat
35
35
  *
36
36
  * @see {@link GetBucketAclCommandInput} for command's `input` shape.
37
37
  * @see {@link GetBucketAclCommandOutput} for command's `response` shape.
38
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class GetBucketAclCommand extends $Command<GetBucketAclCommandInput, GetBucketAclCommandOutput, S3ClientResolvedConfig> {
@@ -49,7 +49,7 @@ export interface GetBucketAnalyticsConfigurationCommandOutput extends GetBucketA
49
49
  *
50
50
  * @see {@link GetBucketAnalyticsConfigurationCommandInput} for command's `input` shape.
51
51
  * @see {@link GetBucketAnalyticsConfigurationCommandOutput} for command's `response` shape.
52
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
52
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
53
53
  *
54
54
  */
55
55
  export declare class GetBucketAnalyticsConfigurationCommand extends $Command<GetBucketAnalyticsConfigurationCommandInput, GetBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface GetBucketCorsCommandOutput extends GetBucketCorsOutput, __Metad
40
40
  *
41
41
  * @see {@link GetBucketCorsCommandInput} for command's `input` shape.
42
42
  * @see {@link GetBucketCorsCommandOutput} for command's `response` shape.
43
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class GetBucketCorsCommand extends $Command<GetBucketCorsCommandInput, GetBucketCorsCommandOutput, S3ClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface GetBucketEncryptionCommandOutput extends GetBucketEncryptionOut
41
41
  *
42
42
  * @see {@link GetBucketEncryptionCommandInput} for command's `input` shape.
43
43
  * @see {@link GetBucketEncryptionCommandOutput} for command's `response` shape.
44
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class GetBucketEncryptionCommand extends $Command<GetBucketEncryptionCommandInput, GetBucketEncryptionCommandOutput, S3ClientResolvedConfig> {
@@ -42,7 +42,7 @@ export interface GetBucketIntelligentTieringConfigurationCommandOutput extends G
42
42
  *
43
43
  * @see {@link GetBucketIntelligentTieringConfigurationCommandInput} for command's `input` shape.
44
44
  * @see {@link GetBucketIntelligentTieringConfigurationCommandOutput} for command's `response` shape.
45
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class GetBucketIntelligentTieringConfigurationCommand extends $Command<GetBucketIntelligentTieringConfigurationCommandInput, GetBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig> {
@@ -49,7 +49,7 @@ export interface GetBucketInventoryConfigurationCommandOutput extends GetBucketI
49
49
  *
50
50
  * @see {@link GetBucketInventoryConfigurationCommandInput} for command's `input` shape.
51
51
  * @see {@link GetBucketInventoryConfigurationCommandOutput} for command's `response` shape.
52
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
52
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
53
53
  *
54
54
  */
55
55
  export declare class GetBucketInventoryConfigurationCommand extends $Command<GetBucketInventoryConfigurationCommandInput, GetBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig> {
@@ -75,7 +75,7 @@ export interface GetBucketLifecycleConfigurationCommandOutput extends GetBucketL
75
75
  *
76
76
  * @see {@link GetBucketLifecycleConfigurationCommandInput} for command's `input` shape.
77
77
  * @see {@link GetBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
78
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
78
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
79
79
  *
80
80
  */
81
81
  export declare class GetBucketLifecycleConfigurationCommand extends $Command<GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface GetBucketLocationCommandOutput extends GetBucketLocationOutput,
40
40
  *
41
41
  * @see {@link GetBucketLocationCommandInput} for command's `input` shape.
42
42
  * @see {@link GetBucketLocationCommandOutput} for command's `response` shape.
43
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class GetBucketLocationCommand extends $Command<GetBucketLocationCommandInput, GetBucketLocationCommandOutput, S3ClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface GetBucketLoggingCommandOutput extends GetBucketLoggingOutput, _
35
35
  *
36
36
  * @see {@link GetBucketLoggingCommandInput} for command's `input` shape.
37
37
  * @see {@link GetBucketLoggingCommandOutput} for command's `response` shape.
38
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class GetBucketLoggingCommand extends $Command<GetBucketLoggingCommandInput, GetBucketLoggingCommandOutput, S3ClientResolvedConfig> {
@@ -56,7 +56,7 @@ export interface GetBucketMetricsConfigurationCommandOutput extends GetBucketMet
56
56
  *
57
57
  * @see {@link GetBucketMetricsConfigurationCommandInput} for command's `input` shape.
58
58
  * @see {@link GetBucketMetricsConfigurationCommandOutput} for command's `response` shape.
59
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
59
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
60
60
  *
61
61
  */
62
62
  export declare class GetBucketMetricsConfigurationCommand extends $Command<GetBucketMetricsConfigurationCommandInput, GetBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface GetBucketNotificationConfigurationCommandOutput extends Notific
40
40
  *
41
41
  * @see {@link GetBucketNotificationConfigurationCommandInput} for command's `input` shape.
42
42
  * @see {@link GetBucketNotificationConfigurationCommandOutput} for command's `response` shape.
43
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class GetBucketNotificationConfigurationCommand extends $Command<GetBucketNotificationConfigurationCommandInput, GetBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface GetBucketOwnershipControlsCommandOutput extends GetBucketOwners
37
37
  *
38
38
  * @see {@link GetBucketOwnershipControlsCommandInput} for command's `input` shape.
39
39
  * @see {@link GetBucketOwnershipControlsCommandOutput} for command's `response` shape.
40
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class GetBucketOwnershipControlsCommand extends $Command<GetBucketOwnershipControlsCommandInput, GetBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig> {
@@ -46,7 +46,7 @@ export interface GetBucketPolicyCommandOutput extends GetBucketPolicyOutput, __M
46
46
  *
47
47
  * @see {@link GetBucketPolicyCommandInput} for command's `input` shape.
48
48
  * @see {@link GetBucketPolicyCommandOutput} for command's `response` shape.
49
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
49
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
50
50
  *
51
51
  */
52
52
  export declare class GetBucketPolicyCommand extends $Command<GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput, S3ClientResolvedConfig> {
@@ -50,7 +50,7 @@ export interface GetBucketPolicyStatusCommandOutput extends GetBucketPolicyStatu
50
50
  *
51
51
  * @see {@link GetBucketPolicyStatusCommandInput} for command's `input` shape.
52
52
  * @see {@link GetBucketPolicyStatusCommandOutput} for command's `response` shape.
53
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
53
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
54
54
  *
55
55
  */
56
56
  export declare class GetBucketPolicyStatusCommand extends $Command<GetBucketPolicyStatusCommandInput, GetBucketPolicyStatusCommandOutput, S3ClientResolvedConfig> {
@@ -54,7 +54,7 @@ export interface GetBucketReplicationCommandOutput extends GetBucketReplicationO
54
54
  *
55
55
  * @see {@link GetBucketReplicationCommandInput} for command's `input` shape.
56
56
  * @see {@link GetBucketReplicationCommandOutput} for command's `response` shape.
57
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
57
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
58
58
  *
59
59
  */
60
60
  export declare class GetBucketReplicationCommand extends $Command<GetBucketReplicationCommandInput, GetBucketReplicationCommandOutput, S3ClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface GetBucketRequestPaymentCommandOutput extends GetBucketRequestPa
30
30
  *
31
31
  * @see {@link GetBucketRequestPaymentCommandInput} for command's `input` shape.
32
32
  * @see {@link GetBucketRequestPaymentCommandOutput} for command's `response` shape.
33
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class GetBucketRequestPaymentCommand extends $Command<GetBucketRequestPaymentCommandInput, GetBucketRequestPaymentCommandOutput, S3ClientResolvedConfig> {
@@ -51,7 +51,7 @@ export interface GetBucketTaggingCommandOutput extends GetBucketTaggingOutput, _
51
51
  *
52
52
  * @see {@link GetBucketTaggingCommandInput} for command's `input` shape.
53
53
  * @see {@link GetBucketTaggingCommandOutput} for command's `response` shape.
54
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
54
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
55
55
  *
56
56
  */
57
57
  export declare class GetBucketTaggingCommand extends $Command<GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput, S3ClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface GetBucketVersioningCommandOutput extends GetBucketVersioningOut
44
44
  *
45
45
  * @see {@link GetBucketVersioningCommandInput} for command's `input` shape.
46
46
  * @see {@link GetBucketVersioningCommandOutput} for command's `response` shape.
47
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class GetBucketVersioningCommand extends $Command<GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput, S3ClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface GetBucketWebsiteCommandOutput extends GetBucketWebsiteOutput, _
40
40
  *
41
41
  * @see {@link GetBucketWebsiteCommandInput} for command's `input` shape.
42
42
  * @see {@link GetBucketWebsiteCommandOutput} for command's `response` shape.
43
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class GetBucketWebsiteCommand extends $Command<GetBucketWebsiteCommandInput, GetBucketWebsiteCommandOutput, S3ClientResolvedConfig> {
@@ -46,7 +46,7 @@ export interface GetObjectAclCommandOutput extends GetObjectAclOutput, __Metadat
46
46
  *
47
47
  * @see {@link GetObjectAclCommandInput} for command's `input` shape.
48
48
  * @see {@link GetObjectAclCommandOutput} for command's `response` shape.
49
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
49
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
50
50
  *
51
51
  */
52
52
  export declare class GetObjectAclCommand extends $Command<GetObjectAclCommandInput, GetObjectAclCommandOutput, S3ClientResolvedConfig> {
@@ -91,13 +91,16 @@ export interface GetObjectCommandOutput extends GetObjectOutput, __MetadataBeare
91
91
  * <note>
92
92
  * <ul>
93
93
  * <li>
94
- * <p>You need the <code>s3:GetObjectVersion</code> permission to access a specific version of an object.
95
- * </p>
94
+ * <p>
95
+ * If you supply a <code>versionId</code>, you need the <code>s3:GetObjectVersion</code> permission to
96
+ * access a specific version of an object. If you request a specific version, you do not need to have
97
+ * the <code>s3:GetObject</code> permission.
98
+ * </p>
96
99
  * </li>
97
100
  * <li>
98
101
  * <p>If the current version of the object is a delete marker, Amazon S3 behaves as if the
99
- * object was deleted and includes <code>x-amz-delete-marker: true</code> in the
100
- * response.</p>
102
+ * object was deleted and includes <code>x-amz-delete-marker: true</code> in the
103
+ * response.</p>
101
104
  * </li>
102
105
  * </ul>
103
106
  * </note>
@@ -200,7 +203,7 @@ export interface GetObjectCommandOutput extends GetObjectOutput, __MetadataBeare
200
203
  *
201
204
  * @see {@link GetObjectCommandInput} for command's `input` shape.
202
205
  * @see {@link GetObjectCommandOutput} for command's `response` shape.
203
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
206
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
204
207
  *
205
208
  */
206
209
  export declare class GetObjectCommand extends $Command<GetObjectCommandInput, GetObjectCommandOutput, S3ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetObjectLegalHoldCommandOutput extends GetObjectLegalHoldOutpu
21
21
  *
22
22
  * @see {@link GetObjectLegalHoldCommandInput} for command's `input` shape.
23
23
  * @see {@link GetObjectLegalHoldCommandOutput} for command's `response` shape.
24
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetObjectLegalHoldCommand extends $Command<GetObjectLegalHoldCommandInput, GetObjectLegalHoldCommandOutput, S3ClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetObjectLockConfigurationCommandOutput extends GetObjectLockCo
23
23
  *
24
24
  * @see {@link GetObjectLockConfigurationCommandInput} for command's `input` shape.
25
25
  * @see {@link GetObjectLockConfigurationCommandOutput} for command's `response` shape.
26
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetObjectLockConfigurationCommand extends $Command<GetObjectLockConfigurationCommandInput, GetObjectLockConfigurationCommandOutput, S3ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetObjectRetentionCommandOutput extends GetObjectRetentionOutpu
21
21
  *
22
22
  * @see {@link GetObjectRetentionCommandInput} for command's `input` shape.
23
23
  * @see {@link GetObjectRetentionCommandOutput} for command's `response` shape.
24
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetObjectRetentionCommand extends $Command<GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput, S3ClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _
47
47
  *
48
48
  * @see {@link GetObjectTaggingCommandInput} for command's `input` shape.
49
49
  * @see {@link GetObjectTaggingCommandOutput} for command's `response` shape.
50
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class GetObjectTaggingCommand extends $Command<GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput, S3ClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface GetObjectTorrentCommandOutput extends GetObjectTorrentOutput, _
36
36
  *
37
37
  * @see {@link GetObjectTorrentCommandInput} for command's `input` shape.
38
38
  * @see {@link GetObjectTorrentCommandOutput} for command's `response` shape.
39
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class GetObjectTorrentCommand extends $Command<GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput, S3ClientResolvedConfig> {
@@ -59,7 +59,7 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
59
59
  *
60
60
  * @see {@link GetPublicAccessBlockCommandInput} for command's `input` shape.
61
61
  * @see {@link GetPublicAccessBlockCommandOutput} for command's `response` shape.
62
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
62
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
63
63
  *
64
64
  */
65
65
  export declare class GetPublicAccessBlockCommand extends $Command<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface HeadBucketCommandOutput extends __MetadataBearer {
35
35
  *
36
36
  * @see {@link HeadBucketCommandInput} for command's `input` shape.
37
37
  * @see {@link HeadBucketCommandOutput} for command's `response` shape.
38
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class HeadBucketCommand extends $Command<HeadBucketCommandInput, HeadBucketCommandOutput, S3ClientResolvedConfig> {
@@ -131,7 +131,7 @@ export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBea
131
131
  *
132
132
  * @see {@link HeadObjectCommandInput} for command's `input` shape.
133
133
  * @see {@link HeadObjectCommandOutput} for command's `response` shape.
134
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
134
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
135
135
  *
136
136
  */
137
137
  export declare class HeadObjectCommand extends $Command<HeadObjectCommandInput, HeadObjectCommandOutput, S3ClientResolvedConfig> {
@@ -59,7 +59,7 @@ export interface ListBucketAnalyticsConfigurationsCommandOutput extends ListBuck
59
59
  *
60
60
  * @see {@link ListBucketAnalyticsConfigurationsCommandInput} for command's `input` shape.
61
61
  * @see {@link ListBucketAnalyticsConfigurationsCommandOutput} for command's `response` shape.
62
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
62
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
63
63
  *
64
64
  */
65
65
  export declare class ListBucketAnalyticsConfigurationsCommand extends $Command<ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput, S3ClientResolvedConfig> {
@@ -42,7 +42,7 @@ export interface ListBucketIntelligentTieringConfigurationsCommandOutput extends
42
42
  *
43
43
  * @see {@link ListBucketIntelligentTieringConfigurationsCommandInput} for command's `input` shape.
44
44
  * @see {@link ListBucketIntelligentTieringConfigurationsCommandOutput} for command's `response` shape.
45
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class ListBucketIntelligentTieringConfigurationsCommand extends $Command<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, S3ClientResolvedConfig> {
@@ -58,7 +58,7 @@ export interface ListBucketInventoryConfigurationsCommandOutput extends ListBuck
58
58
  *
59
59
  * @see {@link ListBucketInventoryConfigurationsCommandInput} for command's `input` shape.
60
60
  * @see {@link ListBucketInventoryConfigurationsCommandOutput} for command's `response` shape.
61
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class ListBucketInventoryConfigurationsCommand extends $Command<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, S3ClientResolvedConfig> {
@@ -60,7 +60,7 @@ export interface ListBucketMetricsConfigurationsCommandOutput extends ListBucket
60
60
  *
61
61
  * @see {@link ListBucketMetricsConfigurationsCommandInput} for command's `input` shape.
62
62
  * @see {@link ListBucketMetricsConfigurationsCommandOutput} for command's `response` shape.
63
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
63
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
64
64
  *
65
65
  */
66
66
  export declare class ListBucketMetricsConfigurationsCommand extends $Command<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, S3ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListBucketsCommandOutput extends ListBucketsOutput, __MetadataB
20
20
  *
21
21
  * @see {@link ListBucketsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListBucketsCommandOutput} for command's `response` shape.
23
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListBucketsCommand extends $Command<ListBucketsCommandInput, ListBucketsCommandOutput, S3ClientResolvedConfig> {
@@ -70,7 +70,7 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
70
70
  *
71
71
  * @see {@link ListMultipartUploadsCommandInput} for command's `input` shape.
72
72
  * @see {@link ListMultipartUploadsCommandOutput} for command's `response` shape.
73
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
73
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
74
74
  *
75
75
  */
76
76
  export declare class ListMultipartUploadsCommand extends $Command<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, S3ClientResolvedConfig> {
@@ -58,7 +58,7 @@ export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutpu
58
58
  *
59
59
  * @see {@link ListObjectVersionsCommandInput} for command's `input` shape.
60
60
  * @see {@link ListObjectVersionsCommandOutput} for command's `response` shape.
61
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class ListObjectVersionsCommand extends $Command<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig> {
@@ -57,7 +57,7 @@ export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataB
57
57
  *
58
58
  * @see {@link ListObjectsCommandInput} for command's `input` shape.
59
59
  * @see {@link ListObjectsCommandOutput} for command's `response` shape.
60
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
60
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
61
61
  *
62
62
  */
63
63
  export declare class ListObjectsCommand extends $Command<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig> {
@@ -61,7 +61,7 @@ export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __Metad
61
61
  *
62
62
  * @see {@link ListObjectsV2CommandInput} for command's `input` shape.
63
63
  * @see {@link ListObjectsV2CommandOutput} for command's `response` shape.
64
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
64
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
65
65
  *
66
66
  */
67
67
  export declare class ListObjectsV2Command extends $Command<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig> {
@@ -64,7 +64,7 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
64
64
  *
65
65
  * @see {@link ListPartsCommandInput} for command's `input` shape.
66
66
  * @see {@link ListPartsCommandOutput} for command's `response` shape.
67
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
67
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
68
68
  *
69
69
  */
70
70
  export declare class ListPartsCommand extends $Command<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig> {
@@ -65,7 +65,7 @@ export interface PutBucketAccelerateConfigurationCommandOutput extends __Metadat
65
65
  *
66
66
  * @see {@link PutBucketAccelerateConfigurationCommandInput} for command's `input` shape.
67
67
  * @see {@link PutBucketAccelerateConfigurationCommandOutput} for command's `response` shape.
68
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
68
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
69
69
  *
70
70
  */
71
71
  export declare class PutBucketAccelerateConfigurationCommand extends $Command<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig> {
@@ -209,7 +209,7 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
209
209
  *
210
210
  * @see {@link PutBucketAclCommandInput} for command's `input` shape.
211
211
  * @see {@link PutBucketAclCommandOutput} for command's `response` shape.
212
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
212
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
213
213
  *
214
214
  */
215
215
  export declare class PutBucketAclCommand extends $Command<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig> {
@@ -135,7 +135,7 @@ export interface PutBucketAnalyticsConfigurationCommandOutput extends __Metadata
135
135
  *
136
136
  * @see {@link PutBucketAnalyticsConfigurationCommandInput} for command's `input` shape.
137
137
  * @see {@link PutBucketAnalyticsConfigurationCommandOutput} for command's `response` shape.
138
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
138
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
139
139
  *
140
140
  */
141
141
  export declare class PutBucketAnalyticsConfigurationCommand extends $Command<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig> {
@@ -76,7 +76,7 @@ export interface PutBucketCorsCommandOutput extends __MetadataBearer {
76
76
  *
77
77
  * @see {@link PutBucketCorsCommandInput} for command's `input` shape.
78
78
  * @see {@link PutBucketCorsCommandOutput} for command's `response` shape.
79
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
79
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
80
80
  *
81
81
  */
82
82
  export declare class PutBucketCorsCommand extends $Command<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig> {
@@ -52,7 +52,7 @@ export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {
52
52
  *
53
53
  * @see {@link PutBucketEncryptionCommandInput} for command's `input` shape.
54
54
  * @see {@link PutBucketEncryptionCommandOutput} for command's `response` shape.
55
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
55
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
56
56
  *
57
57
  */
58
58
  export declare class PutBucketEncryptionCommand extends $Command<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig> {
@@ -102,7 +102,7 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _
102
102
  *
103
103
  * @see {@link PutBucketIntelligentTieringConfigurationCommandInput} for command's `input` shape.
104
104
  * @see {@link PutBucketIntelligentTieringConfigurationCommandOutput} for command's `response` shape.
105
- * @see {@link S3ClientResolvedConfig | config} for command's `input` shape.
105
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
106
106
  *
107
107
  */
108
108
  export declare class PutBucketIntelligentTieringConfigurationCommand extends $Command<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig> {