@aws-sdk/client-s3 3.1087.0 → 3.1089.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.
- package/README.md +17 -1
- package/dist-cjs/index.js +1 -1
- package/dist-types/S3.d.ts +17 -1
- package/dist-types/S3Client.d.ts +17 -1
- package/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +0 -5
- package/dist-types/index.d.ts +17 -1
- package/dist-types/models/models_0.d.ts +6 -6
- package/dist-types/ts3.4/S3.d.ts +354 -501
- package/dist-types/ts3.4/S3Client.d.ts +25 -59
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -16
- package/dist-types/ts3.4/commandBuilder.d.ts +21 -31
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteObjectAnnotationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetObjectAnnotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +8 -8
- package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -14
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectAnnotationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutObjectAnnotationCommand.d.ts +9 -17
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -11
- package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +8 -11
- package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -11
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -13
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +32 -64
- package/dist-types/ts3.4/models/errors.d.ts +10 -30
- package/dist-types/ts3.4/models/models_0.d.ts +12 -36
- package/dist-types/ts3.4/models/models_1.d.ts +2 -9
- package/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -36
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -32
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -36
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -6
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +3 -6
- package/package.json +43 -43
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SelectObjectContentOutput,
|
|
4
|
-
SelectObjectContentRequest,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { SelectObjectContentOutput, SelectObjectContentRequest } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SelectObjectContentCommandInput
|
|
8
|
-
extends SelectObjectContentRequest {}
|
|
4
|
+
export interface SelectObjectContentCommandInput extends SelectObjectContentRequest {}
|
|
9
5
|
export interface SelectObjectContentCommandOutput
|
|
10
|
-
extends SelectObjectContentOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SelectObjectContentOutput, __MetadataBearer {}
|
|
12
7
|
declare const SelectObjectContentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SelectObjectContentCommandInput
|
|
9
|
+
input: SelectObjectContentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SelectObjectContentCommandInput,
|
|
17
12
|
SelectObjectContentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const SelectObjectContentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: SelectObjectContentCommandInput
|
|
18
|
+
input: SelectObjectContentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
SelectObjectContentCommandInput,
|
|
26
21
|
SelectObjectContentCommandOutput,
|
package/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateBucketMetadataAnnotationTableConfigurationRequest } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateBucketMetadataAnnotationTableConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateBucketMetadataAnnotationTableConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateBucketMetadataAnnotationTableConfigurationCommandInput extends UpdateBucketMetadataAnnotationTableConfigurationRequest {}
|
|
5
|
+
export interface UpdateBucketMetadataAnnotationTableConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateBucketMetadataAnnotationTableConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateBucketMetadataAnnotationTableConfigurationCommandInput
|
|
8
|
+
input: UpdateBucketMetadataAnnotationTableConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateBucketMetadataAnnotationTableConfigurationCommandInput,
|
|
13
11
|
UpdateBucketMetadataAnnotationTableConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateBucketMetadataAnnotationTableConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateBucketMetadataAnnotationTableConfigurationCommandInput
|
|
17
|
+
input: UpdateBucketMetadataAnnotationTableConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateBucketMetadataAnnotationTableConfigurationCommandInput,
|
|
22
20
|
UpdateBucketMetadataAnnotationTableConfigurationCommandOutput,
|
package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateBucketMetadataInventoryTableConfigurationRequest } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateBucketMetadataInventoryTableConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateBucketMetadataInventoryTableConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateBucketMetadataInventoryTableConfigurationCommandInput extends UpdateBucketMetadataInventoryTableConfigurationRequest {}
|
|
5
|
+
export interface UpdateBucketMetadataInventoryTableConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateBucketMetadataInventoryTableConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateBucketMetadataInventoryTableConfigurationCommandInput
|
|
8
|
+
input: UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
13
11
|
UpdateBucketMetadataInventoryTableConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateBucketMetadataInventoryTableConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateBucketMetadataInventoryTableConfigurationCommandInput
|
|
17
|
+
input: UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
22
20
|
UpdateBucketMetadataInventoryTableConfigurationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateBucketMetadataJournalTableConfigurationRequest } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateBucketMetadataJournalTableConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateBucketMetadataJournalTableConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateBucketMetadataJournalTableConfigurationCommandInput extends UpdateBucketMetadataJournalTableConfigurationRequest {}
|
|
5
|
+
export interface UpdateBucketMetadataJournalTableConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateBucketMetadataJournalTableConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateBucketMetadataJournalTableConfigurationCommandInput
|
|
8
|
+
input: UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
13
11
|
UpdateBucketMetadataJournalTableConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateBucketMetadataJournalTableConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateBucketMetadataJournalTableConfigurationCommandInput
|
|
17
|
+
input: UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
22
20
|
UpdateBucketMetadataJournalTableConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateObjectEncryptionRequest,
|
|
4
|
-
UpdateObjectEncryptionResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateObjectEncryptionRequest, UpdateObjectEncryptionResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateObjectEncryptionCommandInput
|
|
8
|
-
extends UpdateObjectEncryptionRequest {}
|
|
4
|
+
export interface UpdateObjectEncryptionCommandInput extends UpdateObjectEncryptionRequest {}
|
|
9
5
|
export interface UpdateObjectEncryptionCommandOutput
|
|
10
|
-
extends UpdateObjectEncryptionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateObjectEncryptionResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateObjectEncryptionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateObjectEncryptionCommandInput
|
|
9
|
+
input: UpdateObjectEncryptionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateObjectEncryptionCommandInput,
|
|
17
12
|
UpdateObjectEncryptionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateObjectEncryptionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateObjectEncryptionCommandInput
|
|
18
|
+
input: UpdateObjectEncryptionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateObjectEncryptionCommandInput,
|
|
26
21
|
UpdateObjectEncryptionCommandOutput,
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
MetadataBearer as __MetadataBearer,
|
|
3
|
-
StreamingBlobPayloadInputTypes,
|
|
4
|
-
} from "@smithy/types";
|
|
1
|
+
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
5
2
|
import { UploadPartOutput, UploadPartRequest } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UploadPartCommandInput
|
|
8
|
-
|
|
4
|
+
export interface UploadPartCommandInput extends Pick<
|
|
5
|
+
UploadPartRequest,
|
|
6
|
+
Exclude<keyof UploadPartRequest, "Body">
|
|
7
|
+
> {
|
|
9
8
|
Body?: StreamingBlobPayloadInputTypes;
|
|
10
9
|
}
|
|
11
|
-
export interface UploadPartCommandOutput
|
|
12
|
-
extends UploadPartOutput,
|
|
13
|
-
__MetadataBearer {}
|
|
10
|
+
export interface UploadPartCommandOutput extends UploadPartOutput, __MetadataBearer {}
|
|
14
11
|
declare const UploadPartCommand_base: {
|
|
15
12
|
new (
|
|
16
|
-
input: UploadPartCommandInput
|
|
13
|
+
input: UploadPartCommandInput,
|
|
17
14
|
): import("@smithy/core/client").CommandImpl<
|
|
18
15
|
UploadPartCommandInput,
|
|
19
16
|
UploadPartCommandOutput,
|
|
@@ -22,7 +19,7 @@ declare const UploadPartCommand_base: {
|
|
|
22
19
|
import("..").ServiceOutputTypes
|
|
23
20
|
>;
|
|
24
21
|
new (
|
|
25
|
-
input: UploadPartCommandInput
|
|
22
|
+
input: UploadPartCommandInput,
|
|
26
23
|
): import("@smithy/core/client").CommandImpl<
|
|
27
24
|
UploadPartCommandInput,
|
|
28
25
|
UploadPartCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UploadPartCopyOutput,
|
|
4
|
-
UploadPartCopyRequest,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UploadPartCopyOutput, UploadPartCopyRequest } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UploadPartCopyCommandInput extends UploadPartCopyRequest {}
|
|
8
|
-
export interface UploadPartCopyCommandOutput
|
|
9
|
-
extends UploadPartCopyOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __MetadataBearer {}
|
|
11
6
|
declare const UploadPartCopyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UploadPartCopyCommandInput
|
|
8
|
+
input: UploadPartCopyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UploadPartCopyCommandInput,
|
|
16
11
|
UploadPartCopyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UploadPartCopyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UploadPartCopyCommandInput
|
|
17
|
+
input: UploadPartCopyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UploadPartCopyCommandInput,
|
|
25
20
|
UploadPartCopyCommandOutput,
|
|
@@ -1,20 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
MetadataBearer as __MetadataBearer,
|
|
3
|
-
StreamingBlobPayloadInputTypes,
|
|
4
|
-
} from "@smithy/types";
|
|
1
|
+
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
5
2
|
import { WriteGetObjectResponseRequest } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface WriteGetObjectResponseCommandInput
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
> {
|
|
4
|
+
export interface WriteGetObjectResponseCommandInput extends Pick<
|
|
5
|
+
WriteGetObjectResponseRequest,
|
|
6
|
+
Exclude<keyof WriteGetObjectResponseRequest, "Body">
|
|
7
|
+
> {
|
|
12
8
|
Body?: StreamingBlobPayloadInputTypes;
|
|
13
9
|
}
|
|
14
10
|
export interface WriteGetObjectResponseCommandOutput extends __MetadataBearer {}
|
|
15
11
|
declare const WriteGetObjectResponseCommand_base: {
|
|
16
12
|
new (
|
|
17
|
-
input: WriteGetObjectResponseCommandInput
|
|
13
|
+
input: WriteGetObjectResponseCommandInput,
|
|
18
14
|
): import("@smithy/core/client").CommandImpl<
|
|
19
15
|
WriteGetObjectResponseCommandInput,
|
|
20
16
|
WriteGetObjectResponseCommandOutput,
|
|
@@ -23,7 +19,7 @@ declare const WriteGetObjectResponseCommand_base: {
|
|
|
23
19
|
import("..").ServiceOutputTypes
|
|
24
20
|
>;
|
|
25
21
|
new (
|
|
26
|
-
input: WriteGetObjectResponseCommandInput
|
|
22
|
+
input: WriteGetObjectResponseCommandInput,
|
|
27
23
|
): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
WriteGetObjectResponseCommandInput,
|
|
29
25
|
WriteGetObjectResponseCommandOutput,
|
|
@@ -6,10 +6,7 @@ import {
|
|
|
6
6
|
} from "@smithy/types";
|
|
7
7
|
export interface ClientInputEndpointParameters {
|
|
8
8
|
clientContextParams?: {
|
|
9
|
-
disableS3ExpressSessionAuth?:
|
|
10
|
-
| boolean
|
|
11
|
-
| undefined
|
|
12
|
-
| Provider<boolean | undefined>;
|
|
9
|
+
disableS3ExpressSessionAuth?: boolean | undefined | Provider<boolean | undefined>;
|
|
13
10
|
};
|
|
14
11
|
region?: string | undefined | Provider<string | undefined>;
|
|
15
12
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
@@ -24,15 +21,9 @@ export interface ClientInputEndpointParameters {
|
|
|
24
21
|
forcePathStyle?: boolean | undefined | Provider<boolean | undefined>;
|
|
25
22
|
useAccelerateEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
26
23
|
useGlobalEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
27
|
-
disableMultiregionAccessPoints?:
|
|
28
|
-
| boolean
|
|
29
|
-
| undefined
|
|
30
|
-
| Provider<boolean | undefined>;
|
|
24
|
+
disableMultiregionAccessPoints?: boolean | undefined | Provider<boolean | undefined>;
|
|
31
25
|
useArnRegion?: boolean | undefined | Provider<boolean | undefined>;
|
|
32
|
-
disableS3ExpressSessionAuth?:
|
|
33
|
-
| boolean
|
|
34
|
-
| undefined
|
|
35
|
-
| Provider<boolean | undefined>;
|
|
26
|
+
disableS3ExpressSessionAuth?: boolean | undefined | Provider<boolean | undefined>;
|
|
36
27
|
}
|
|
37
28
|
export type ClientResolvedEndpointParameters = Pick<
|
|
38
29
|
ClientInputEndpointParameters,
|
|
@@ -41,7 +32,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
41
32
|
defaultSigningName: string;
|
|
42
33
|
};
|
|
43
34
|
export declare const resolveClientEndpointParameters: <T>(
|
|
44
|
-
options: T & ClientInputEndpointParameters
|
|
35
|
+
options: T & ClientInputEndpointParameters,
|
|
45
36
|
) => T & ClientResolvedEndpointParameters;
|
|
46
37
|
export declare const commonParams: {
|
|
47
38
|
readonly ForcePathStyle: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface S3ExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -2,13 +2,11 @@ export declare const BucketAbacStatus: {
|
|
|
2
2
|
readonly Disabled: "Disabled";
|
|
3
3
|
readonly Enabled: "Enabled";
|
|
4
4
|
};
|
|
5
|
-
export type BucketAbacStatus =
|
|
6
|
-
(typeof BucketAbacStatus)[keyof typeof BucketAbacStatus];
|
|
5
|
+
export type BucketAbacStatus = (typeof BucketAbacStatus)[keyof typeof BucketAbacStatus];
|
|
7
6
|
export declare const RequestCharged: {
|
|
8
7
|
readonly requester: "requester";
|
|
9
8
|
};
|
|
10
|
-
export type RequestCharged =
|
|
11
|
-
(typeof RequestCharged)[keyof typeof RequestCharged];
|
|
9
|
+
export type RequestCharged = (typeof RequestCharged)[keyof typeof RequestCharged];
|
|
12
10
|
export declare const RequestPayer: {
|
|
13
11
|
readonly requester: "requester";
|
|
14
12
|
};
|
|
@@ -48,8 +46,7 @@ export declare const ServerSideEncryption: {
|
|
|
48
46
|
readonly aws_kms: "aws:kms";
|
|
49
47
|
readonly aws_kms_dsse: "aws:kms:dsse";
|
|
50
48
|
};
|
|
51
|
-
export type ServerSideEncryption =
|
|
52
|
-
(typeof ServerSideEncryption)[keyof typeof ServerSideEncryption];
|
|
49
|
+
export type ServerSideEncryption = (typeof ServerSideEncryption)[keyof typeof ServerSideEncryption];
|
|
53
50
|
export declare const ObjectCannedACL: {
|
|
54
51
|
readonly authenticated_read: "authenticated-read";
|
|
55
52
|
readonly aws_exec_read: "aws-exec-read";
|
|
@@ -59,14 +56,12 @@ export declare const ObjectCannedACL: {
|
|
|
59
56
|
readonly public_read: "public-read";
|
|
60
57
|
readonly public_read_write: "public-read-write";
|
|
61
58
|
};
|
|
62
|
-
export type ObjectCannedACL =
|
|
63
|
-
(typeof ObjectCannedACL)[keyof typeof ObjectCannedACL];
|
|
59
|
+
export type ObjectCannedACL = (typeof ObjectCannedACL)[keyof typeof ObjectCannedACL];
|
|
64
60
|
export declare const AnnotationDirective: {
|
|
65
61
|
readonly COPY: "COPY";
|
|
66
62
|
readonly EXCLUDE: "EXCLUDE";
|
|
67
63
|
};
|
|
68
|
-
export type AnnotationDirective =
|
|
69
|
-
(typeof AnnotationDirective)[keyof typeof AnnotationDirective];
|
|
64
|
+
export type AnnotationDirective = (typeof AnnotationDirective)[keyof typeof AnnotationDirective];
|
|
70
65
|
export declare const ChecksumAlgorithm: {
|
|
71
66
|
readonly CRC32: "CRC32";
|
|
72
67
|
readonly CRC32C: "CRC32C";
|
|
@@ -79,14 +74,12 @@ export declare const ChecksumAlgorithm: {
|
|
|
79
74
|
readonly XXHASH3: "XXHASH3";
|
|
80
75
|
readonly XXHASH64: "XXHASH64";
|
|
81
76
|
};
|
|
82
|
-
export type ChecksumAlgorithm =
|
|
83
|
-
(typeof ChecksumAlgorithm)[keyof typeof ChecksumAlgorithm];
|
|
77
|
+
export type ChecksumAlgorithm = (typeof ChecksumAlgorithm)[keyof typeof ChecksumAlgorithm];
|
|
84
78
|
export declare const MetadataDirective: {
|
|
85
79
|
readonly COPY: "COPY";
|
|
86
80
|
readonly REPLACE: "REPLACE";
|
|
87
81
|
};
|
|
88
|
-
export type MetadataDirective =
|
|
89
|
-
(typeof MetadataDirective)[keyof typeof MetadataDirective];
|
|
82
|
+
export type MetadataDirective = (typeof MetadataDirective)[keyof typeof MetadataDirective];
|
|
90
83
|
export declare const ObjectLockLegalHoldStatus: {
|
|
91
84
|
readonly OFF: "OFF";
|
|
92
85
|
readonly ON: "ON";
|
|
@@ -97,8 +90,7 @@ export declare const ObjectLockMode: {
|
|
|
97
90
|
readonly COMPLIANCE: "COMPLIANCE";
|
|
98
91
|
readonly GOVERNANCE: "GOVERNANCE";
|
|
99
92
|
};
|
|
100
|
-
export type ObjectLockMode =
|
|
101
|
-
(typeof ObjectLockMode)[keyof typeof ObjectLockMode];
|
|
93
|
+
export type ObjectLockMode = (typeof ObjectLockMode)[keyof typeof ObjectLockMode];
|
|
102
94
|
export declare const StorageClass: {
|
|
103
95
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
104
96
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
@@ -119,28 +111,24 @@ export declare const TaggingDirective: {
|
|
|
119
111
|
readonly COPY: "COPY";
|
|
120
112
|
readonly REPLACE: "REPLACE";
|
|
121
113
|
};
|
|
122
|
-
export type TaggingDirective =
|
|
123
|
-
(typeof TaggingDirective)[keyof typeof TaggingDirective];
|
|
114
|
+
export type TaggingDirective = (typeof TaggingDirective)[keyof typeof TaggingDirective];
|
|
124
115
|
export declare const BucketCannedACL: {
|
|
125
116
|
readonly authenticated_read: "authenticated-read";
|
|
126
117
|
readonly private: "private";
|
|
127
118
|
readonly public_read: "public-read";
|
|
128
119
|
readonly public_read_write: "public-read-write";
|
|
129
120
|
};
|
|
130
|
-
export type BucketCannedACL =
|
|
131
|
-
(typeof BucketCannedACL)[keyof typeof BucketCannedACL];
|
|
121
|
+
export type BucketCannedACL = (typeof BucketCannedACL)[keyof typeof BucketCannedACL];
|
|
132
122
|
export declare const BucketNamespace: {
|
|
133
123
|
readonly ACCOUNT_REGIONAL: "account-regional";
|
|
134
124
|
readonly GLOBAL: "global";
|
|
135
125
|
};
|
|
136
|
-
export type BucketNamespace =
|
|
137
|
-
(typeof BucketNamespace)[keyof typeof BucketNamespace];
|
|
126
|
+
export type BucketNamespace = (typeof BucketNamespace)[keyof typeof BucketNamespace];
|
|
138
127
|
export declare const DataRedundancy: {
|
|
139
128
|
readonly SingleAvailabilityZone: "SingleAvailabilityZone";
|
|
140
129
|
readonly SingleLocalZone: "SingleLocalZone";
|
|
141
130
|
};
|
|
142
|
-
export type DataRedundancy =
|
|
143
|
-
(typeof DataRedundancy)[keyof typeof DataRedundancy];
|
|
131
|
+
export type DataRedundancy = (typeof DataRedundancy)[keyof typeof DataRedundancy];
|
|
144
132
|
export declare const BucketType: {
|
|
145
133
|
readonly Directory: "Directory";
|
|
146
134
|
};
|
|
@@ -197,8 +185,7 @@ export declare const ObjectOwnership: {
|
|
|
197
185
|
readonly BucketOwnerPreferred: "BucketOwnerPreferred";
|
|
198
186
|
readonly ObjectWriter: "ObjectWriter";
|
|
199
187
|
};
|
|
200
|
-
export type ObjectOwnership =
|
|
201
|
-
(typeof ObjectOwnership)[keyof typeof ObjectOwnership];
|
|
188
|
+
export type ObjectOwnership = (typeof ObjectOwnership)[keyof typeof ObjectOwnership];
|
|
202
189
|
export declare const AnnotationConfigurationState: {
|
|
203
190
|
readonly DISABLED: "DISABLED";
|
|
204
191
|
readonly ENABLED: "ENABLED";
|
|
@@ -209,8 +196,7 @@ export declare const TableSseAlgorithm: {
|
|
|
209
196
|
readonly AES256: "AES256";
|
|
210
197
|
readonly aws_kms: "aws:kms";
|
|
211
198
|
};
|
|
212
|
-
export type TableSseAlgorithm =
|
|
213
|
-
(typeof TableSseAlgorithm)[keyof typeof TableSseAlgorithm];
|
|
199
|
+
export type TableSseAlgorithm = (typeof TableSseAlgorithm)[keyof typeof TableSseAlgorithm];
|
|
214
200
|
export declare const InventoryConfigurationState: {
|
|
215
201
|
readonly DISABLED: "DISABLED";
|
|
216
202
|
readonly ENABLED: "ENABLED";
|
|
@@ -221,8 +207,7 @@ export declare const ExpirationState: {
|
|
|
221
207
|
readonly DISABLED: "DISABLED";
|
|
222
208
|
readonly ENABLED: "ENABLED";
|
|
223
209
|
};
|
|
224
|
-
export type ExpirationState =
|
|
225
|
-
(typeof ExpirationState)[keyof typeof ExpirationState];
|
|
210
|
+
export type ExpirationState = (typeof ExpirationState)[keyof typeof ExpirationState];
|
|
226
211
|
export declare const SessionMode: {
|
|
227
212
|
readonly ReadOnly: "ReadOnly";
|
|
228
213
|
readonly ReadWrite: "ReadWrite";
|
|
@@ -242,8 +227,7 @@ export declare const EncryptionType: {
|
|
|
242
227
|
readonly NONE: "NONE";
|
|
243
228
|
readonly SSE_C: "SSE-C";
|
|
244
229
|
};
|
|
245
|
-
export type EncryptionType =
|
|
246
|
-
(typeof EncryptionType)[keyof typeof EncryptionType];
|
|
230
|
+
export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType];
|
|
247
231
|
export declare const IntelligentTieringStatus: {
|
|
248
232
|
readonly Disabled: "Disabled";
|
|
249
233
|
readonly Enabled: "Enabled";
|
|
@@ -261,8 +245,7 @@ export declare const InventoryFormat: {
|
|
|
261
245
|
readonly ORC: "ORC";
|
|
262
246
|
readonly Parquet: "Parquet";
|
|
263
247
|
};
|
|
264
|
-
export type InventoryFormat =
|
|
265
|
-
(typeof InventoryFormat)[keyof typeof InventoryFormat];
|
|
248
|
+
export type InventoryFormat = (typeof InventoryFormat)[keyof typeof InventoryFormat];
|
|
266
249
|
export declare const InventoryIncludedObjectVersions: {
|
|
267
250
|
readonly All: "All";
|
|
268
251
|
readonly Current: "Current";
|
|
@@ -293,8 +276,7 @@ export declare const InventoryFrequency: {
|
|
|
293
276
|
readonly Daily: "Daily";
|
|
294
277
|
readonly Weekly: "Weekly";
|
|
295
278
|
};
|
|
296
|
-
export type InventoryFrequency =
|
|
297
|
-
(typeof InventoryFrequency)[keyof typeof InventoryFrequency];
|
|
279
|
+
export type InventoryFrequency = (typeof InventoryFrequency)[keyof typeof InventoryFrequency];
|
|
298
280
|
export declare const TransitionStorageClass: {
|
|
299
281
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
300
282
|
readonly GLACIER: "GLACIER";
|
|
@@ -309,8 +291,7 @@ export declare const ExpirationStatus: {
|
|
|
309
291
|
readonly Disabled: "Disabled";
|
|
310
292
|
readonly Enabled: "Enabled";
|
|
311
293
|
};
|
|
312
|
-
export type ExpirationStatus =
|
|
313
|
-
(typeof ExpirationStatus)[keyof typeof ExpirationStatus];
|
|
294
|
+
export type ExpirationStatus = (typeof ExpirationStatus)[keyof typeof ExpirationStatus];
|
|
314
295
|
export declare const TransitionDefaultMinimumObjectSize: {
|
|
315
296
|
readonly all_storage_classes_128K: "all_storage_classes_128K";
|
|
316
297
|
readonly varies_by_storage_class: "varies_by_storage_class";
|
|
@@ -322,20 +303,17 @@ export declare const BucketLogsPermission: {
|
|
|
322
303
|
readonly READ: "READ";
|
|
323
304
|
readonly WRITE: "WRITE";
|
|
324
305
|
};
|
|
325
|
-
export type BucketLogsPermission =
|
|
326
|
-
(typeof BucketLogsPermission)[keyof typeof BucketLogsPermission];
|
|
306
|
+
export type BucketLogsPermission = (typeof BucketLogsPermission)[keyof typeof BucketLogsPermission];
|
|
327
307
|
export declare const PartitionDateSource: {
|
|
328
308
|
readonly DeliveryTime: "DeliveryTime";
|
|
329
309
|
readonly EventTime: "EventTime";
|
|
330
310
|
};
|
|
331
|
-
export type PartitionDateSource =
|
|
332
|
-
(typeof PartitionDateSource)[keyof typeof PartitionDateSource];
|
|
311
|
+
export type PartitionDateSource = (typeof PartitionDateSource)[keyof typeof PartitionDateSource];
|
|
333
312
|
export declare const S3TablesBucketType: {
|
|
334
313
|
readonly aws: "aws";
|
|
335
314
|
readonly customer: "customer";
|
|
336
315
|
};
|
|
337
|
-
export type S3TablesBucketType =
|
|
338
|
-
(typeof S3TablesBucketType)[keyof typeof S3TablesBucketType];
|
|
316
|
+
export type S3TablesBucketType = (typeof S3TablesBucketType)[keyof typeof S3TablesBucketType];
|
|
339
317
|
export declare const Event: {
|
|
340
318
|
readonly s3_IntelligentTiering: "s3:IntelligentTiering";
|
|
341
319
|
readonly s3_LifecycleExpiration_: "s3:LifecycleExpiration:*";
|
|
@@ -373,8 +351,7 @@ export declare const FilterRuleName: {
|
|
|
373
351
|
readonly prefix: "prefix";
|
|
374
352
|
readonly suffix: "suffix";
|
|
375
353
|
};
|
|
376
|
-
export type FilterRuleName =
|
|
377
|
-
(typeof FilterRuleName)[keyof typeof FilterRuleName];
|
|
354
|
+
export type FilterRuleName = (typeof FilterRuleName)[keyof typeof FilterRuleName];
|
|
378
355
|
export declare const DeleteMarkerReplicationStatus: {
|
|
379
356
|
readonly Disabled: "Disabled";
|
|
380
357
|
readonly Enabled: "Enabled";
|
|
@@ -425,8 +402,7 @@ export declare const MFADeleteStatus: {
|
|
|
425
402
|
readonly Disabled: "Disabled";
|
|
426
403
|
readonly Enabled: "Enabled";
|
|
427
404
|
};
|
|
428
|
-
export type MFADeleteStatus =
|
|
429
|
-
(typeof MFADeleteStatus)[keyof typeof MFADeleteStatus];
|
|
405
|
+
export type MFADeleteStatus = (typeof MFADeleteStatus)[keyof typeof MFADeleteStatus];
|
|
430
406
|
export declare const BucketVersioningStatus: {
|
|
431
407
|
readonly Enabled: "Enabled";
|
|
432
408
|
readonly Suspended: "Suspended";
|
|
@@ -445,8 +421,7 @@ export declare const ReplicationStatus: {
|
|
|
445
421
|
readonly PENDING: "PENDING";
|
|
446
422
|
readonly REPLICA: "REPLICA";
|
|
447
423
|
};
|
|
448
|
-
export type ReplicationStatus =
|
|
449
|
-
(typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
|
424
|
+
export type ReplicationStatus = (typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
|
450
425
|
export declare const ChecksumMode: {
|
|
451
426
|
readonly ENABLED: "ENABLED";
|
|
452
427
|
};
|
|
@@ -458,13 +433,11 @@ export declare const ObjectAttributes: {
|
|
|
458
433
|
readonly OBJECT_SIZE: "ObjectSize";
|
|
459
434
|
readonly STORAGE_CLASS: "StorageClass";
|
|
460
435
|
};
|
|
461
|
-
export type ObjectAttributes =
|
|
462
|
-
(typeof ObjectAttributes)[keyof typeof ObjectAttributes];
|
|
436
|
+
export type ObjectAttributes = (typeof ObjectAttributes)[keyof typeof ObjectAttributes];
|
|
463
437
|
export declare const ObjectLockEnabled: {
|
|
464
438
|
readonly Enabled: "Enabled";
|
|
465
439
|
};
|
|
466
|
-
export type ObjectLockEnabled =
|
|
467
|
-
(typeof ObjectLockEnabled)[keyof typeof ObjectLockEnabled];
|
|
440
|
+
export type ObjectLockEnabled = (typeof ObjectLockEnabled)[keyof typeof ObjectLockEnabled];
|
|
468
441
|
export declare const ObjectLockRetentionMode: {
|
|
469
442
|
readonly COMPLIANCE: "COMPLIANCE";
|
|
470
443
|
readonly GOVERNANCE: "GOVERNANCE";
|
|
@@ -495,8 +468,7 @@ export declare const ObjectStorageClass: {
|
|
|
495
468
|
readonly STANDARD: "STANDARD";
|
|
496
469
|
readonly STANDARD_IA: "STANDARD_IA";
|
|
497
470
|
};
|
|
498
|
-
export type ObjectStorageClass =
|
|
499
|
-
(typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
|
|
471
|
+
export type ObjectStorageClass = (typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
|
|
500
472
|
export declare const OptionalObjectAttributes: {
|
|
501
473
|
readonly RESTORE_STATUS: "RestoreStatus";
|
|
502
474
|
};
|
|
@@ -521,22 +493,19 @@ export type Tier = (typeof Tier)[keyof typeof Tier];
|
|
|
521
493
|
export declare const ExpressionType: {
|
|
522
494
|
readonly SQL: "SQL";
|
|
523
495
|
};
|
|
524
|
-
export type ExpressionType =
|
|
525
|
-
(typeof ExpressionType)[keyof typeof ExpressionType];
|
|
496
|
+
export type ExpressionType = (typeof ExpressionType)[keyof typeof ExpressionType];
|
|
526
497
|
export declare const CompressionType: {
|
|
527
498
|
readonly BZIP2: "BZIP2";
|
|
528
499
|
readonly GZIP: "GZIP";
|
|
529
500
|
readonly NONE: "NONE";
|
|
530
501
|
};
|
|
531
|
-
export type CompressionType =
|
|
532
|
-
(typeof CompressionType)[keyof typeof CompressionType];
|
|
502
|
+
export type CompressionType = (typeof CompressionType)[keyof typeof CompressionType];
|
|
533
503
|
export declare const FileHeaderInfo: {
|
|
534
504
|
readonly IGNORE: "IGNORE";
|
|
535
505
|
readonly NONE: "NONE";
|
|
536
506
|
readonly USE: "USE";
|
|
537
507
|
};
|
|
538
|
-
export type FileHeaderInfo =
|
|
539
|
-
(typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
|
|
508
|
+
export type FileHeaderInfo = (typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
|
|
540
509
|
export declare const JSONType: {
|
|
541
510
|
readonly DOCUMENT: "DOCUMENT";
|
|
542
511
|
readonly LINES: "LINES";
|
|
@@ -550,5 +519,4 @@ export type QuoteFields = (typeof QuoteFields)[keyof typeof QuoteFields];
|
|
|
550
519
|
export declare const RestoreRequestType: {
|
|
551
520
|
readonly SELECT: "SELECT";
|
|
552
521
|
};
|
|
553
|
-
export type RestoreRequestType =
|
|
554
|
-
(typeof RestoreRequestType)[keyof typeof RestoreRequestType];
|
|
522
|
+
export type RestoreRequestType = (typeof RestoreRequestType)[keyof typeof RestoreRequestType];
|