@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
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetObjectLockConfigurationRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetObjectLockConfigurationCommandInput
|
|
8
|
-
extends GetObjectLockConfigurationRequest {}
|
|
7
|
+
export interface GetObjectLockConfigurationCommandInput extends GetObjectLockConfigurationRequest {}
|
|
9
8
|
export interface GetObjectLockConfigurationCommandOutput
|
|
10
|
-
extends GetObjectLockConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetObjectLockConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetObjectLockConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetObjectLockConfigurationCommandInput
|
|
12
|
+
input: GetObjectLockConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetObjectLockConfigurationCommandInput,
|
|
17
15
|
GetObjectLockConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetObjectLockConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetObjectLockConfigurationCommandInput
|
|
21
|
+
input: GetObjectLockConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetObjectLockConfigurationCommandInput,
|
|
26
24
|
GetObjectLockConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetObjectRetentionOutput,
|
|
4
|
-
GetObjectRetentionRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetObjectRetentionOutput, GetObjectRetentionRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetObjectRetentionCommandInput
|
|
8
|
-
extends GetObjectRetentionRequest {}
|
|
4
|
+
export interface GetObjectRetentionCommandInput extends GetObjectRetentionRequest {}
|
|
9
5
|
export interface GetObjectRetentionCommandOutput
|
|
10
|
-
extends GetObjectRetentionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetObjectRetentionOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetObjectRetentionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetObjectRetentionCommandInput
|
|
9
|
+
input: GetObjectRetentionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetObjectRetentionCommandInput,
|
|
17
12
|
GetObjectRetentionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetObjectRetentionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetObjectRetentionCommandInput
|
|
18
|
+
input: GetObjectRetentionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetObjectRetentionCommandInput,
|
|
26
21
|
GetObjectRetentionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetObjectTaggingOutput,
|
|
4
|
-
GetObjectTaggingRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetObjectTaggingOutput, GetObjectTaggingRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetObjectTaggingCommandInput extends GetObjectTaggingRequest {}
|
|
8
|
-
export interface GetObjectTaggingCommandOutput
|
|
9
|
-
extends GetObjectTaggingOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetObjectTaggingCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetObjectTaggingCommandInput
|
|
8
|
+
input: GetObjectTaggingCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetObjectTaggingCommandInput,
|
|
16
11
|
GetObjectTaggingCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetObjectTaggingCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetObjectTaggingCommandInput
|
|
17
|
+
input: GetObjectTaggingCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetObjectTaggingCommandInput,
|
|
25
20
|
GetObjectTaggingCommandOutput,
|
|
@@ -1,24 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
StreamingBlobPayloadOutputTypes,
|
|
4
|
-
} from "@smithy/types";
|
|
5
|
-
import {
|
|
6
|
-
GetObjectTorrentOutput,
|
|
7
|
-
GetObjectTorrentRequest,
|
|
8
|
-
} from "../models/models_0";
|
|
1
|
+
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
2
|
+
import { GetObjectTorrentOutput, GetObjectTorrentRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
4
|
export interface GetObjectTorrentCommandInput extends GetObjectTorrentRequest {}
|
|
11
5
|
export interface GetObjectTorrentCommandOutput
|
|
12
|
-
extends
|
|
13
|
-
|
|
14
|
-
Exclude<keyof GetObjectTorrentOutput, "Body">
|
|
15
|
-
>,
|
|
6
|
+
extends
|
|
7
|
+
Pick<GetObjectTorrentOutput, Exclude<keyof GetObjectTorrentOutput, "Body">>,
|
|
16
8
|
__MetadataBearer {
|
|
17
9
|
Body?: StreamingBlobPayloadOutputTypes;
|
|
18
10
|
}
|
|
19
11
|
declare const GetObjectTorrentCommand_base: {
|
|
20
12
|
new (
|
|
21
|
-
input: GetObjectTorrentCommandInput
|
|
13
|
+
input: GetObjectTorrentCommandInput,
|
|
22
14
|
): import("@smithy/core/client").CommandImpl<
|
|
23
15
|
GetObjectTorrentCommandInput,
|
|
24
16
|
GetObjectTorrentCommandOutput,
|
|
@@ -27,7 +19,7 @@ declare const GetObjectTorrentCommand_base: {
|
|
|
27
19
|
import("..").ServiceOutputTypes
|
|
28
20
|
>;
|
|
29
21
|
new (
|
|
30
|
-
input: GetObjectTorrentCommandInput
|
|
22
|
+
input: GetObjectTorrentCommandInput,
|
|
31
23
|
): import("@smithy/core/client").CommandImpl<
|
|
32
24
|
GetObjectTorrentCommandInput,
|
|
33
25
|
GetObjectTorrentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetPublicAccessBlockOutput,
|
|
4
|
-
GetPublicAccessBlockRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetPublicAccessBlockOutput, GetPublicAccessBlockRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPublicAccessBlockCommandInput
|
|
8
|
-
extends GetPublicAccessBlockRequest {}
|
|
4
|
+
export interface GetPublicAccessBlockCommandInput extends GetPublicAccessBlockRequest {}
|
|
9
5
|
export interface GetPublicAccessBlockCommandOutput
|
|
10
|
-
extends GetPublicAccessBlockOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetPublicAccessBlockOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetPublicAccessBlockCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetPublicAccessBlockCommandInput
|
|
9
|
+
input: GetPublicAccessBlockCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetPublicAccessBlockCommandInput,
|
|
17
12
|
GetPublicAccessBlockCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetPublicAccessBlockCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetPublicAccessBlockCommandInput
|
|
18
|
+
input: GetPublicAccessBlockCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetPublicAccessBlockCommandInput,
|
|
26
21
|
GetPublicAccessBlockCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { HeadBucketOutput, HeadBucketRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface HeadBucketCommandInput extends HeadBucketRequest {}
|
|
5
|
-
export interface HeadBucketCommandOutput
|
|
6
|
-
extends HeadBucketOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface HeadBucketCommandOutput extends HeadBucketOutput, __MetadataBearer {}
|
|
8
6
|
declare const HeadBucketCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: HeadBucketCommandInput
|
|
8
|
+
input: HeadBucketCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
HeadBucketCommandInput,
|
|
13
11
|
HeadBucketCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const HeadBucketCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: HeadBucketCommandInput
|
|
17
|
+
input: HeadBucketCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
HeadBucketCommandInput,
|
|
22
20
|
HeadBucketCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { HeadObjectOutput, HeadObjectRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface HeadObjectCommandInput extends HeadObjectRequest {}
|
|
5
|
-
export interface HeadObjectCommandOutput
|
|
6
|
-
extends HeadObjectOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBearer {}
|
|
8
6
|
declare const HeadObjectCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: HeadObjectCommandInput
|
|
8
|
+
input: HeadObjectCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
HeadObjectCommandInput,
|
|
13
11
|
HeadObjectCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const HeadObjectCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: HeadObjectCommandInput
|
|
17
|
+
input: HeadObjectCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
HeadObjectCommandInput,
|
|
22
20
|
HeadObjectCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListBucketAnalyticsConfigurationsRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBucketAnalyticsConfigurationsCommandInput
|
|
8
|
-
extends ListBucketAnalyticsConfigurationsRequest {}
|
|
7
|
+
export interface ListBucketAnalyticsConfigurationsCommandInput extends ListBucketAnalyticsConfigurationsRequest {}
|
|
9
8
|
export interface ListBucketAnalyticsConfigurationsCommandOutput
|
|
10
|
-
extends ListBucketAnalyticsConfigurationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListBucketAnalyticsConfigurationsOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListBucketAnalyticsConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListBucketAnalyticsConfigurationsCommandInput
|
|
12
|
+
input: ListBucketAnalyticsConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListBucketAnalyticsConfigurationsCommandInput,
|
|
17
15
|
ListBucketAnalyticsConfigurationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListBucketAnalyticsConfigurationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListBucketAnalyticsConfigurationsCommandInput
|
|
21
|
+
input: ListBucketAnalyticsConfigurationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListBucketAnalyticsConfigurationsCommandInput,
|
|
26
24
|
ListBucketAnalyticsConfigurationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListBucketIntelligentTieringConfigurationsRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBucketIntelligentTieringConfigurationsCommandInput
|
|
8
|
-
extends ListBucketIntelligentTieringConfigurationsRequest {}
|
|
7
|
+
export interface ListBucketIntelligentTieringConfigurationsCommandInput extends ListBucketIntelligentTieringConfigurationsRequest {}
|
|
9
8
|
export interface ListBucketIntelligentTieringConfigurationsCommandOutput
|
|
10
|
-
extends ListBucketIntelligentTieringConfigurationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListBucketIntelligentTieringConfigurationsOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListBucketIntelligentTieringConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListBucketIntelligentTieringConfigurationsCommandInput
|
|
12
|
+
input: ListBucketIntelligentTieringConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListBucketIntelligentTieringConfigurationsCommandInput,
|
|
17
15
|
ListBucketIntelligentTieringConfigurationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListBucketIntelligentTieringConfigurationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListBucketIntelligentTieringConfigurationsCommandInput
|
|
21
|
+
input: ListBucketIntelligentTieringConfigurationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListBucketIntelligentTieringConfigurationsCommandInput,
|
|
26
24
|
ListBucketIntelligentTieringConfigurationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListBucketInventoryConfigurationsRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBucketInventoryConfigurationsCommandInput
|
|
8
|
-
extends ListBucketInventoryConfigurationsRequest {}
|
|
7
|
+
export interface ListBucketInventoryConfigurationsCommandInput extends ListBucketInventoryConfigurationsRequest {}
|
|
9
8
|
export interface ListBucketInventoryConfigurationsCommandOutput
|
|
10
|
-
extends ListBucketInventoryConfigurationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListBucketInventoryConfigurationsOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListBucketInventoryConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListBucketInventoryConfigurationsCommandInput
|
|
12
|
+
input: ListBucketInventoryConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListBucketInventoryConfigurationsCommandInput,
|
|
17
15
|
ListBucketInventoryConfigurationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListBucketInventoryConfigurationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListBucketInventoryConfigurationsCommandInput
|
|
21
|
+
input: ListBucketInventoryConfigurationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListBucketInventoryConfigurationsCommandInput,
|
|
26
24
|
ListBucketInventoryConfigurationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListBucketMetricsConfigurationsRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBucketMetricsConfigurationsCommandInput
|
|
8
|
-
extends ListBucketMetricsConfigurationsRequest {}
|
|
7
|
+
export interface ListBucketMetricsConfigurationsCommandInput extends ListBucketMetricsConfigurationsRequest {}
|
|
9
8
|
export interface ListBucketMetricsConfigurationsCommandOutput
|
|
10
|
-
extends ListBucketMetricsConfigurationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListBucketMetricsConfigurationsOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListBucketMetricsConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListBucketMetricsConfigurationsCommandInput
|
|
12
|
+
input: ListBucketMetricsConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListBucketMetricsConfigurationsCommandInput,
|
|
17
15
|
ListBucketMetricsConfigurationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListBucketMetricsConfigurationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListBucketMetricsConfigurationsCommandInput
|
|
21
|
+
input: ListBucketMetricsConfigurationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListBucketMetricsConfigurationsCommandInput,
|
|
26
24
|
ListBucketMetricsConfigurationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListBucketsOutput, ListBucketsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListBucketsCommandInput extends ListBucketsRequest {}
|
|
5
|
-
export interface ListBucketsCommandOutput
|
|
6
|
-
extends ListBucketsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListBucketsCommandOutput extends ListBucketsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListBucketsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListBucketsCommandInput
|
|
8
|
+
input: ListBucketsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListBucketsCommandInput,
|
|
13
11
|
ListBucketsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDirectoryBucketsOutput,
|
|
4
|
-
ListDirectoryBucketsRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDirectoryBucketsOutput, ListDirectoryBucketsRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDirectoryBucketsCommandInput
|
|
8
|
-
extends ListDirectoryBucketsRequest {}
|
|
4
|
+
export interface ListDirectoryBucketsCommandInput extends ListDirectoryBucketsRequest {}
|
|
9
5
|
export interface ListDirectoryBucketsCommandOutput
|
|
10
|
-
extends ListDirectoryBucketsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDirectoryBucketsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListDirectoryBucketsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDirectoryBucketsCommandInput
|
|
9
|
+
input: ListDirectoryBucketsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDirectoryBucketsCommandInput,
|
|
17
12
|
ListDirectoryBucketsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListMultipartUploadsOutput,
|
|
4
|
-
ListMultipartUploadsRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListMultipartUploadsOutput, ListMultipartUploadsRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListMultipartUploadsCommandInput
|
|
8
|
-
extends ListMultipartUploadsRequest {}
|
|
4
|
+
export interface ListMultipartUploadsCommandInput extends ListMultipartUploadsRequest {}
|
|
9
5
|
export interface ListMultipartUploadsCommandOutput
|
|
10
|
-
extends ListMultipartUploadsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListMultipartUploadsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListMultipartUploadsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListMultipartUploadsCommandInput
|
|
9
|
+
input: ListMultipartUploadsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListMultipartUploadsCommandInput,
|
|
17
12
|
ListMultipartUploadsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListMultipartUploadsCommandInput
|
|
18
|
+
input: ListMultipartUploadsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListMultipartUploadsCommandInput,
|
|
26
21
|
ListMultipartUploadsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListObjectAnnotationsOutput,
|
|
4
|
-
ListObjectAnnotationsRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListObjectAnnotationsOutput, ListObjectAnnotationsRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListObjectAnnotationsCommandInput
|
|
8
|
-
extends ListObjectAnnotationsRequest {}
|
|
4
|
+
export interface ListObjectAnnotationsCommandInput extends ListObjectAnnotationsRequest {}
|
|
9
5
|
export interface ListObjectAnnotationsCommandOutput
|
|
10
|
-
extends ListObjectAnnotationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListObjectAnnotationsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListObjectAnnotationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListObjectAnnotationsCommandInput
|
|
9
|
+
input: ListObjectAnnotationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListObjectAnnotationsCommandInput,
|
|
17
12
|
ListObjectAnnotationsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListObjectAnnotationsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListObjectAnnotationsCommandInput
|
|
18
|
+
input: ListObjectAnnotationsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListObjectAnnotationsCommandInput,
|
|
26
21
|
ListObjectAnnotationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListObjectVersionsOutput,
|
|
4
|
-
ListObjectVersionsRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListObjectVersionsOutput, ListObjectVersionsRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListObjectVersionsCommandInput
|
|
8
|
-
extends ListObjectVersionsRequest {}
|
|
4
|
+
export interface ListObjectVersionsCommandInput extends ListObjectVersionsRequest {}
|
|
9
5
|
export interface ListObjectVersionsCommandOutput
|
|
10
|
-
extends ListObjectVersionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListObjectVersionsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListObjectVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListObjectVersionsCommandInput
|
|
9
|
+
input: ListObjectVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListObjectVersionsCommandInput,
|
|
17
12
|
ListObjectVersionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListObjectVersionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListObjectVersionsCommandInput
|
|
18
|
+
input: ListObjectVersionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListObjectVersionsCommandInput,
|
|
26
21
|
ListObjectVersionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListObjectsOutput, ListObjectsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListObjectsCommandInput extends ListObjectsRequest {}
|
|
5
|
-
export interface ListObjectsCommandOutput
|
|
6
|
-
extends ListObjectsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListObjectsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListObjectsCommandInput
|
|
8
|
+
input: ListObjectsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListObjectsCommandInput,
|
|
13
11
|
ListObjectsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListObjectsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListObjectsCommandInput
|
|
17
|
+
input: ListObjectsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListObjectsCommandInput,
|
|
22
20
|
ListObjectsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListObjectsV2Output, ListObjectsV2Request } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListObjectsV2CommandInput extends ListObjectsV2Request {}
|
|
5
|
-
export interface ListObjectsV2CommandOutput
|
|
6
|
-
extends ListObjectsV2Output,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __MetadataBearer {}
|
|
8
6
|
declare const ListObjectsV2Command_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListObjectsV2CommandInput
|
|
8
|
+
input: ListObjectsV2CommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListObjectsV2CommandInput,
|
|
13
11
|
ListObjectsV2CommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListObjectsV2Command_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListObjectsV2CommandInput
|
|
17
|
+
input: ListObjectsV2CommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListObjectsV2CommandInput,
|
|
22
20
|
ListObjectsV2CommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListPartsOutput, ListPartsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListPartsCommandInput extends ListPartsRequest {}
|
|
5
|
-
export interface ListPartsCommandOutput
|
|
6
|
-
extends ListPartsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListPartsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListPartsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListPartsCommandInput,
|
|
11
11
|
ListPartsCommandOutput,
|
|
12
12
|
import("..").S3ClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListPartsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListPartsCommandInput,
|
|
18
20
|
ListPartsCommandOutput,
|
|
19
21
|
import("..").S3ClientResolvedConfig,
|
|
@@ -5,7 +5,7 @@ export interface PutBucketAbacCommandInput extends PutBucketAbacRequest {}
|
|
|
5
5
|
export interface PutBucketAbacCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const PutBucketAbacCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: PutBucketAbacCommandInput
|
|
8
|
+
input: PutBucketAbacCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutBucketAbacCommandInput,
|
|
11
11
|
PutBucketAbacCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const PutBucketAbacCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: PutBucketAbacCommandInput
|
|
17
|
+
input: PutBucketAbacCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutBucketAbacCommandInput,
|
|
20
20
|
PutBucketAbacCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { PutBucketAccelerateConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutBucketAccelerateConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface PutBucketAccelerateConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface PutBucketAccelerateConfigurationCommandInput extends PutBucketAccelerateConfigurationRequest {}
|
|
5
|
+
export interface PutBucketAccelerateConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const PutBucketAccelerateConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutBucketAccelerateConfigurationCommandInput
|
|
8
|
+
input: PutBucketAccelerateConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutBucketAccelerateConfigurationCommandInput,
|
|
13
11
|
PutBucketAccelerateConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutBucketAccelerateConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutBucketAccelerateConfigurationCommandInput
|
|
17
|
+
input: PutBucketAccelerateConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutBucketAccelerateConfigurationCommandInput,
|
|
22
20
|
PutBucketAccelerateConfigurationCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface PutBucketAclCommandInput extends PutBucketAclRequest {}
|
|
|
5
5
|
export interface PutBucketAclCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const PutBucketAclCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: PutBucketAclCommandInput
|
|
8
|
+
input: PutBucketAclCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutBucketAclCommandInput,
|
|
11
11
|
PutBucketAclCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const PutBucketAclCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: PutBucketAclCommandInput
|
|
17
|
+
input: PutBucketAclCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutBucketAclCommandInput,
|
|
20
20
|
PutBucketAclCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { PutBucketAnalyticsConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutBucketAnalyticsConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface PutBucketAnalyticsConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface PutBucketAnalyticsConfigurationCommandInput extends PutBucketAnalyticsConfigurationRequest {}
|
|
5
|
+
export interface PutBucketAnalyticsConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const PutBucketAnalyticsConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutBucketAnalyticsConfigurationCommandInput
|
|
8
|
+
input: PutBucketAnalyticsConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutBucketAnalyticsConfigurationCommandInput,
|
|
13
11
|
PutBucketAnalyticsConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutBucketAnalyticsConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutBucketAnalyticsConfigurationCommandInput
|
|
17
|
+
input: PutBucketAnalyticsConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutBucketAnalyticsConfigurationCommandInput,
|
|
22
20
|
PutBucketAnalyticsConfigurationCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface PutBucketCorsCommandInput extends PutBucketCorsRequest {}
|
|
|
5
5
|
export interface PutBucketCorsCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const PutBucketCorsCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: PutBucketCorsCommandInput
|
|
8
|
+
input: PutBucketCorsCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutBucketCorsCommandInput,
|
|
11
11
|
PutBucketCorsCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const PutBucketCorsCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: PutBucketCorsCommandInput
|
|
17
|
+
input: PutBucketCorsCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutBucketCorsCommandInput,
|
|
20
20
|
PutBucketCorsCommandOutput,
|