@aws-sdk/client-s3 3.296.0 → 3.297.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 (107) hide show
  1. package/dist-cjs/protocols/Aws_restXml.js +88 -436
  2. package/dist-es/protocols/Aws_restXml.js +88 -436
  3. package/dist-types/S3.d.ts +94 -0
  4. package/dist-types/S3Client.d.ts +24 -4
  5. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -0
  6. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +16 -0
  7. package/dist-types/commands/CopyObjectCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateBucketCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteBucketCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteObjectCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteObjectsCommand.d.ts +16 -0
  26. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +16 -0
  27. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +16 -0
  28. package/dist-types/commands/GetBucketAclCommand.d.ts +16 -0
  29. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +16 -0
  30. package/dist-types/commands/GetBucketCorsCommand.d.ts +16 -0
  31. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +16 -0
  32. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  33. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +16 -0
  34. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +16 -0
  35. package/dist-types/commands/GetBucketLocationCommand.d.ts +16 -0
  36. package/dist-types/commands/GetBucketLoggingCommand.d.ts +16 -0
  37. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +16 -0
  38. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +16 -0
  39. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +16 -0
  40. package/dist-types/commands/GetBucketPolicyCommand.d.ts +16 -0
  41. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +16 -0
  42. package/dist-types/commands/GetBucketReplicationCommand.d.ts +16 -0
  43. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +16 -0
  44. package/dist-types/commands/GetBucketTaggingCommand.d.ts +16 -0
  45. package/dist-types/commands/GetBucketVersioningCommand.d.ts +16 -0
  46. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +16 -0
  47. package/dist-types/commands/GetObjectAclCommand.d.ts +16 -0
  48. package/dist-types/commands/GetObjectAttributesCommand.d.ts +16 -0
  49. package/dist-types/commands/GetObjectCommand.d.ts +16 -0
  50. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +16 -0
  51. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +16 -0
  52. package/dist-types/commands/GetObjectRetentionCommand.d.ts +16 -0
  53. package/dist-types/commands/GetObjectTaggingCommand.d.ts +16 -0
  54. package/dist-types/commands/GetObjectTorrentCommand.d.ts +16 -0
  55. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +16 -0
  56. package/dist-types/commands/HeadBucketCommand.d.ts +16 -0
  57. package/dist-types/commands/HeadObjectCommand.d.ts +16 -0
  58. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListBucketsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +16 -0
  64. package/dist-types/commands/ListObjectVersionsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListObjectsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListObjectsV2Command.d.ts +16 -0
  67. package/dist-types/commands/ListPartsCommand.d.ts +16 -0
  68. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +16 -0
  69. package/dist-types/commands/PutBucketAclCommand.d.ts +16 -0
  70. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +16 -0
  71. package/dist-types/commands/PutBucketCorsCommand.d.ts +16 -0
  72. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +16 -0
  73. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  74. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +16 -0
  75. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +16 -0
  76. package/dist-types/commands/PutBucketLoggingCommand.d.ts +16 -0
  77. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +16 -0
  78. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +16 -0
  79. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +16 -0
  80. package/dist-types/commands/PutBucketPolicyCommand.d.ts +16 -0
  81. package/dist-types/commands/PutBucketReplicationCommand.d.ts +16 -0
  82. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +16 -0
  83. package/dist-types/commands/PutBucketTaggingCommand.d.ts +16 -0
  84. package/dist-types/commands/PutBucketVersioningCommand.d.ts +16 -0
  85. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +16 -0
  86. package/dist-types/commands/PutObjectAclCommand.d.ts +16 -0
  87. package/dist-types/commands/PutObjectCommand.d.ts +17 -2
  88. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +16 -0
  89. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +16 -0
  90. package/dist-types/commands/PutObjectRetentionCommand.d.ts +16 -0
  91. package/dist-types/commands/PutObjectTaggingCommand.d.ts +16 -0
  92. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +16 -0
  93. package/dist-types/commands/RestoreObjectCommand.d.ts +16 -0
  94. package/dist-types/commands/SelectObjectContentCommand.d.ts +16 -0
  95. package/dist-types/commands/UploadPartCommand.d.ts +17 -2
  96. package/dist-types/commands/UploadPartCopyCommand.d.ts +16 -0
  97. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +17 -2
  98. package/dist-types/models/S3ServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +684 -0
  100. package/dist-types/models/models_1.d.ts +90 -0
  101. package/dist-types/pagination/Interfaces.d.ts +3 -0
  102. package/dist-types/pagination/ListObjectsV2Paginator.d.ts +3 -0
  103. package/dist-types/pagination/ListPartsPaginator.d.ts +3 -0
  104. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -2
  105. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -2
  106. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -2
  107. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetObjectRetentionOutput, GetObjectRetentionRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetObjectRetentionCommand}.
8
10
  */
9
11
  export interface GetObjectRetentionCommandInput extends GetObjectRetentionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetObjectRetentionCommand}.
13
17
  */
14
18
  export interface GetObjectRetentionCommandOutput extends GetObjectRetentionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves an object's retention settings. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.</p>
18
23
  * <p>This action is not supported by Amazon S3 on Outposts.</p>
19
24
  * <p>The following action is related to <code>GetObjectRetention</code>:</p>
@@ -34,6 +39,8 @@ export interface GetObjectRetentionCommandOutput extends GetObjectRetentionOutpu
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param GetObjectRetentionCommandInput - {@link GetObjectRetentionCommandInput}
43
+ * @returns {@link GetObjectRetentionCommandOutput}
37
44
  * @see {@link GetObjectRetentionCommandInput} for command's `input` shape.
38
45
  * @see {@link GetObjectRetentionCommandOutput} for command's `response` shape.
39
46
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -43,11 +50,20 @@ export interface GetObjectRetentionCommandOutput extends GetObjectRetentionOutpu
43
50
  export declare class GetObjectRetentionCommand extends $Command<GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput, S3ClientResolvedConfig> {
44
51
  readonly input: GetObjectRetentionCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetObjectRetentionCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetObjectTaggingOutput, GetObjectTaggingRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetObjectTaggingCommand}.
8
10
  */
9
11
  export interface GetObjectTaggingCommandInput extends GetObjectTaggingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetObjectTaggingCommand}.
13
17
  */
14
18
  export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the tag-set of an object. You send the GET request against the tagging
18
23
  * subresource associated with the object.</p>
19
24
  * <p>To use this operation, you must have permission to perform the
@@ -53,6 +58,8 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _
53
58
  * const response = await client.send(command);
54
59
  * ```
55
60
  *
61
+ * @param GetObjectTaggingCommandInput - {@link GetObjectTaggingCommandInput}
62
+ * @returns {@link GetObjectTaggingCommandOutput}
56
63
  * @see {@link GetObjectTaggingCommandInput} for command's `input` shape.
57
64
  * @see {@link GetObjectTaggingCommandOutput} for command's `response` shape.
58
65
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -113,11 +120,20 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _
113
120
  export declare class GetObjectTaggingCommand extends $Command<GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput, S3ClientResolvedConfig> {
114
121
  readonly input: GetObjectTaggingCommandInput;
115
122
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
123
+ /**
124
+ * @public
125
+ */
116
126
  constructor(input: GetObjectTaggingCommandInput);
117
127
  /**
118
128
  * @internal
119
129
  */
120
130
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput>;
131
+ /**
132
+ * @internal
133
+ */
121
134
  private serialize;
135
+ /**
136
+ * @internal
137
+ */
122
138
  private deserialize;
123
139
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetObjectTorrentOutput, GetObjectTorrentRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetObjectTorrentCommand}.
8
10
  */
9
11
  export interface GetObjectTorrentCommandInput extends GetObjectTorrentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetObjectTorrentCommand}.
13
17
  */
14
18
  export interface GetObjectTorrentCommandOutput extends __WithSdkStreamMixin<GetObjectTorrentOutput, "Body">, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns torrent files from a bucket. BitTorrent can save you bandwidth when you're
18
23
  * distributing large files. For more information about BitTorrent, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3Torrent.html">Using BitTorrent with Amazon S3</a>.</p>
19
24
  * <note>
@@ -41,6 +46,8 @@ export interface GetObjectTorrentCommandOutput extends __WithSdkStreamMixin<GetO
41
46
  * const response = await client.send(command);
42
47
  * ```
43
48
  *
49
+ * @param GetObjectTorrentCommandInput - {@link GetObjectTorrentCommandInput}
50
+ * @returns {@link GetObjectTorrentCommandOutput}
44
51
  * @see {@link GetObjectTorrentCommandInput} for command's `input` shape.
45
52
  * @see {@link GetObjectTorrentCommandOutput} for command's `response` shape.
46
53
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -62,11 +69,20 @@ export interface GetObjectTorrentCommandOutput extends __WithSdkStreamMixin<GetO
62
69
  export declare class GetObjectTorrentCommand extends $Command<GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput, S3ClientResolvedConfig> {
63
70
  readonly input: GetObjectTorrentCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: GetObjectTorrentCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetPublicAccessBlockOutput, GetPublicAccessBlockRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetPublicAccessBlockCommand}.
8
10
  */
9
11
  export interface GetPublicAccessBlockCommandInput extends GetPublicAccessBlockRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetPublicAccessBlockCommand}.
13
17
  */
14
18
  export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket. To use
18
23
  * this operation, you must have the <code>s3:GetBucketPublicAccessBlock</code> permission.
19
24
  * For more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a
@@ -61,6 +66,8 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
61
66
  * const response = await client.send(command);
62
67
  * ```
63
68
  *
69
+ * @param GetPublicAccessBlockCommandInput - {@link GetPublicAccessBlockCommandInput}
70
+ * @returns {@link GetPublicAccessBlockCommandOutput}
64
71
  * @see {@link GetPublicAccessBlockCommandInput} for command's `input` shape.
65
72
  * @see {@link GetPublicAccessBlockCommandOutput} for command's `response` shape.
66
73
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -70,11 +77,20 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
70
77
  export declare class GetPublicAccessBlockCommand extends $Command<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ClientResolvedConfig> {
71
78
  readonly input: GetPublicAccessBlockCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: GetPublicAccessBlockCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { HeadBucketRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link HeadBucketCommand}.
8
10
  */
9
11
  export interface HeadBucketCommandInput extends HeadBucketRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link HeadBucketCommand}.
13
17
  */
14
18
  export interface HeadBucketCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action is useful to determine if a bucket exists and you have permission to
18
23
  * access it. The action returns a <code>200 OK</code> if the bucket exists and you have
19
24
  * permission to access it.</p>
@@ -35,6 +40,8 @@ export interface HeadBucketCommandOutput extends __MetadataBearer {
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param HeadBucketCommandInput - {@link HeadBucketCommandInput}
44
+ * @returns {@link HeadBucketCommandOutput}
38
45
  * @see {@link HeadBucketCommandInput} for command's `input` shape.
39
46
  * @see {@link HeadBucketCommandOutput} for command's `response` shape.
40
47
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -58,11 +65,20 @@ export interface HeadBucketCommandOutput extends __MetadataBearer {
58
65
  export declare class HeadBucketCommand extends $Command<HeadBucketCommandInput, HeadBucketCommandOutput, S3ClientResolvedConfig> {
59
66
  readonly input: HeadBucketCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: HeadBucketCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<HeadBucketCommandInput, HeadBucketCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { HeadObjectOutput, HeadObjectRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link HeadObjectCommand}.
8
10
  */
9
11
  export interface HeadObjectCommandInput extends HeadObjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link HeadObjectCommand}.
13
17
  */
14
18
  export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>The HEAD action retrieves metadata from an object without returning the object
18
23
  * itself. This action is useful if you're only interested in an object's metadata. To use
19
24
  * HEAD, you must have READ access to the object.</p>
@@ -134,6 +139,8 @@ export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBea
134
139
  * const response = await client.send(command);
135
140
  * ```
136
141
  *
142
+ * @param HeadObjectCommandInput - {@link HeadObjectCommandInput}
143
+ * @returns {@link HeadObjectCommandOutput}
137
144
  * @see {@link HeadObjectCommandInput} for command's `input` shape.
138
145
  * @see {@link HeadObjectCommandOutput} for command's `response` shape.
139
146
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -169,11 +176,20 @@ export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBea
169
176
  export declare class HeadObjectCommand extends $Command<HeadObjectCommandInput, HeadObjectCommandOutput, S3ClientResolvedConfig> {
170
177
  readonly input: HeadObjectCommandInput;
171
178
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
179
+ /**
180
+ * @public
181
+ */
172
182
  constructor(input: HeadObjectCommandInput);
173
183
  /**
174
184
  * @internal
175
185
  */
176
186
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<HeadObjectCommandInput, HeadObjectCommandOutput>;
187
+ /**
188
+ * @internal
189
+ */
177
190
  private serialize;
191
+ /**
192
+ * @internal
193
+ */
178
194
  private deserialize;
179
195
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListBucketAnalyticsConfigurationsOutput, ListBucketAnalyticsConfigurationsRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBucketAnalyticsConfigurationsCommand}.
8
10
  */
9
11
  export interface ListBucketAnalyticsConfigurationsCommandInput extends ListBucketAnalyticsConfigurationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBucketAnalyticsConfigurationsCommand}.
13
17
  */
14
18
  export interface ListBucketAnalyticsConfigurationsCommandOutput extends ListBucketAnalyticsConfigurationsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the analytics configurations for the bucket. You can have up to 1,000 analytics
18
23
  * configurations per bucket.</p>
19
24
  * <p>This action supports list pagination and does not return more than 100 configurations
@@ -60,6 +65,8 @@ export interface ListBucketAnalyticsConfigurationsCommandOutput extends ListBuck
60
65
  * const response = await client.send(command);
61
66
  * ```
62
67
  *
68
+ * @param ListBucketAnalyticsConfigurationsCommandInput - {@link ListBucketAnalyticsConfigurationsCommandInput}
69
+ * @returns {@link ListBucketAnalyticsConfigurationsCommandOutput}
63
70
  * @see {@link ListBucketAnalyticsConfigurationsCommandInput} for command's `input` shape.
64
71
  * @see {@link ListBucketAnalyticsConfigurationsCommandOutput} for command's `response` shape.
65
72
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -69,11 +76,20 @@ export interface ListBucketAnalyticsConfigurationsCommandOutput extends ListBuck
69
76
  export declare class ListBucketAnalyticsConfigurationsCommand extends $Command<ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput, S3ClientResolvedConfig> {
70
77
  readonly input: ListBucketAnalyticsConfigurationsCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: ListBucketAnalyticsConfigurationsCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListBucketIntelligentTieringConfigurationsOutput, ListBucketIntelligentTieringConfigurationsRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBucketIntelligentTieringConfigurationsCommand}.
8
10
  */
9
11
  export interface ListBucketIntelligentTieringConfigurationsCommandInput extends ListBucketIntelligentTieringConfigurationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBucketIntelligentTieringConfigurationsCommand}.
13
17
  */
14
18
  export interface ListBucketIntelligentTieringConfigurationsCommandOutput extends ListBucketIntelligentTieringConfigurationsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the S3 Intelligent-Tiering configuration from the specified bucket.</p>
18
23
  * <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in three low latency and high throughput access tiers. To get the lowest storage cost on data that can be accessed in minutes to hours, you can choose to activate additional archiving capabilities.</p>
19
24
  * <p>The S3 Intelligent-Tiering storage class is the ideal storage class for data with unknown, changing, or unpredictable access patterns, independent of object size or retention period. If the size of an object is less than 128 KB, it is not monitored and not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the Frequent Access tier rates in the S3 Intelligent-Tiering storage class.</p>
@@ -47,6 +52,8 @@ export interface ListBucketIntelligentTieringConfigurationsCommandOutput extends
47
52
  * const response = await client.send(command);
48
53
  * ```
49
54
  *
55
+ * @param ListBucketIntelligentTieringConfigurationsCommandInput - {@link ListBucketIntelligentTieringConfigurationsCommandInput}
56
+ * @returns {@link ListBucketIntelligentTieringConfigurationsCommandOutput}
50
57
  * @see {@link ListBucketIntelligentTieringConfigurationsCommandInput} for command's `input` shape.
51
58
  * @see {@link ListBucketIntelligentTieringConfigurationsCommandOutput} for command's `response` shape.
52
59
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -56,11 +63,20 @@ export interface ListBucketIntelligentTieringConfigurationsCommandOutput extends
56
63
  export declare class ListBucketIntelligentTieringConfigurationsCommand extends $Command<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, S3ClientResolvedConfig> {
57
64
  readonly input: ListBucketIntelligentTieringConfigurationsCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: ListBucketIntelligentTieringConfigurationsCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListBucketInventoryConfigurationsOutput, ListBucketInventoryConfigurationsRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBucketInventoryConfigurationsCommand}.
8
10
  */
9
11
  export interface ListBucketInventoryConfigurationsCommandInput extends ListBucketInventoryConfigurationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBucketInventoryConfigurationsCommand}.
13
17
  */
14
18
  export interface ListBucketInventoryConfigurationsCommandOutput extends ListBucketInventoryConfigurationsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of inventory configurations for the bucket. You can have up to 1,000
18
23
  * analytics configurations per bucket.</p>
19
24
  * <p>This action supports list pagination and does not return more than 100 configurations
@@ -59,6 +64,8 @@ export interface ListBucketInventoryConfigurationsCommandOutput extends ListBuck
59
64
  * const response = await client.send(command);
60
65
  * ```
61
66
  *
67
+ * @param ListBucketInventoryConfigurationsCommandInput - {@link ListBucketInventoryConfigurationsCommandInput}
68
+ * @returns {@link ListBucketInventoryConfigurationsCommandOutput}
62
69
  * @see {@link ListBucketInventoryConfigurationsCommandInput} for command's `input` shape.
63
70
  * @see {@link ListBucketInventoryConfigurationsCommandOutput} for command's `response` shape.
64
71
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -68,11 +75,20 @@ export interface ListBucketInventoryConfigurationsCommandOutput extends ListBuck
68
75
  export declare class ListBucketInventoryConfigurationsCommand extends $Command<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, S3ClientResolvedConfig> {
69
76
  readonly input: ListBucketInventoryConfigurationsCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: ListBucketInventoryConfigurationsCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListBucketMetricsConfigurationsOutput, ListBucketMetricsConfigurationsRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBucketMetricsConfigurationsCommand}.
8
10
  */
9
11
  export interface ListBucketMetricsConfigurationsCommandInput extends ListBucketMetricsConfigurationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBucketMetricsConfigurationsCommand}.
13
17
  */
14
18
  export interface ListBucketMetricsConfigurationsCommandOutput extends ListBucketMetricsConfigurationsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the metrics configurations for the bucket. The metrics configurations are only for
18
23
  * the request metrics of the bucket and do not provide information on daily storage metrics.
19
24
  * You can have up to 1,000 configurations per bucket.</p>
@@ -61,6 +66,8 @@ export interface ListBucketMetricsConfigurationsCommandOutput extends ListBucket
61
66
  * const response = await client.send(command);
62
67
  * ```
63
68
  *
69
+ * @param ListBucketMetricsConfigurationsCommandInput - {@link ListBucketMetricsConfigurationsCommandInput}
70
+ * @returns {@link ListBucketMetricsConfigurationsCommandOutput}
64
71
  * @see {@link ListBucketMetricsConfigurationsCommandInput} for command's `input` shape.
65
72
  * @see {@link ListBucketMetricsConfigurationsCommandOutput} for command's `response` shape.
66
73
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -70,11 +77,20 @@ export interface ListBucketMetricsConfigurationsCommandOutput extends ListBucket
70
77
  export declare class ListBucketMetricsConfigurationsCommand extends $Command<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, S3ClientResolvedConfig> {
71
78
  readonly input: ListBucketMetricsConfigurationsCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: ListBucketMetricsConfigurationsCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListBucketsOutput } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBucketsCommand}.
8
10
  */
9
11
  export interface ListBucketsCommandInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBucketsCommand}.
13
17
  */
14
18
  export interface ListBucketsCommandOutput extends ListBucketsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of all buckets owned by the authenticated sender of the request. To use
18
23
  * this operation, you must have the <code>s3:ListAllMyBuckets</code> permission.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListBucketsCommandOutput extends ListBucketsOutput, __MetadataB
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListBucketsCommandInput - {@link ListBucketsCommandInput}
35
+ * @returns {@link ListBucketsCommandOutput}
29
36
  * @see {@link ListBucketsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListBucketsCommandOutput} for command's `response` shape.
31
38
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -66,11 +73,20 @@ export interface ListBucketsCommandOutput extends ListBucketsOutput, __MetadataB
66
73
  export declare class ListBucketsCommand extends $Command<ListBucketsCommandInput, ListBucketsCommandOutput, S3ClientResolvedConfig> {
67
74
  readonly input: ListBucketsCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: ListBucketsCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBucketsCommandInput, ListBucketsCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListMultipartUploadsOutput, ListMultipartUploadsRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListMultipartUploadsCommand}.
8
10
  */
9
11
  export interface ListMultipartUploadsCommandInput extends ListMultipartUploadsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListMultipartUploadsCommand}.
13
17
  */
14
18
  export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action lists in-progress multipart uploads. An in-progress multipart upload is a
18
23
  * multipart upload that has been initiated using the Initiate Multipart Upload request, but
19
24
  * has not yet been completed or aborted.</p>
@@ -70,6 +75,8 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
70
75
  * const response = await client.send(command);
71
76
  * ```
72
77
  *
78
+ * @param ListMultipartUploadsCommandInput - {@link ListMultipartUploadsCommandInput}
79
+ * @returns {@link ListMultipartUploadsCommandOutput}
73
80
  * @see {@link ListMultipartUploadsCommandInput} for command's `input` shape.
74
81
  * @see {@link ListMultipartUploadsCommandOutput} for command's `response` shape.
75
82
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -179,11 +186,20 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
179
186
  export declare class ListMultipartUploadsCommand extends $Command<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, S3ClientResolvedConfig> {
180
187
  readonly input: ListMultipartUploadsCommandInput;
181
188
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
189
+ /**
190
+ * @public
191
+ */
182
192
  constructor(input: ListMultipartUploadsCommandInput);
183
193
  /**
184
194
  * @internal
185
195
  */
186
196
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput>;
197
+ /**
198
+ * @internal
199
+ */
187
200
  private serialize;
201
+ /**
202
+ * @internal
203
+ */
188
204
  private deserialize;
189
205
  }