@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
|
GetBucketInventoryConfigurationRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketInventoryConfigurationCommandInput
|
|
8
|
-
extends GetBucketInventoryConfigurationRequest {}
|
|
7
|
+
export interface GetBucketInventoryConfigurationCommandInput extends GetBucketInventoryConfigurationRequest {}
|
|
9
8
|
export interface GetBucketInventoryConfigurationCommandOutput
|
|
10
|
-
extends GetBucketInventoryConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetBucketInventoryConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetBucketInventoryConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBucketInventoryConfigurationCommandInput
|
|
12
|
+
input: GetBucketInventoryConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBucketInventoryConfigurationCommandInput,
|
|
17
15
|
GetBucketInventoryConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBucketInventoryConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBucketInventoryConfigurationCommandInput
|
|
21
|
+
input: GetBucketInventoryConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBucketInventoryConfigurationCommandInput,
|
|
26
24
|
GetBucketInventoryConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetBucketLifecycleConfigurationRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketLifecycleConfigurationCommandInput
|
|
8
|
-
extends GetBucketLifecycleConfigurationRequest {}
|
|
7
|
+
export interface GetBucketLifecycleConfigurationCommandInput extends GetBucketLifecycleConfigurationRequest {}
|
|
9
8
|
export interface GetBucketLifecycleConfigurationCommandOutput
|
|
10
|
-
extends GetBucketLifecycleConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetBucketLifecycleConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetBucketLifecycleConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBucketLifecycleConfigurationCommandInput
|
|
12
|
+
input: GetBucketLifecycleConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBucketLifecycleConfigurationCommandInput,
|
|
17
15
|
GetBucketLifecycleConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBucketLifecycleConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBucketLifecycleConfigurationCommandInput
|
|
21
|
+
input: GetBucketLifecycleConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBucketLifecycleConfigurationCommandInput,
|
|
26
24
|
GetBucketLifecycleConfigurationCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBucketLocationOutput,
|
|
4
|
-
GetBucketLocationRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBucketLocationOutput, GetBucketLocationRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketLocationCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetBucketLocationCommandOutput
|
|
10
|
-
extends GetBucketLocationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetBucketLocationCommandInput extends GetBucketLocationRequest {}
|
|
5
|
+
export interface GetBucketLocationCommandOutput extends GetBucketLocationOutput, __MetadataBearer {}
|
|
12
6
|
declare const GetBucketLocationCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetBucketLocationCommandInput
|
|
8
|
+
input: GetBucketLocationCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetBucketLocationCommandInput,
|
|
17
11
|
GetBucketLocationCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetBucketLocationCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetBucketLocationCommandInput
|
|
17
|
+
input: GetBucketLocationCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetBucketLocationCommandInput,
|
|
26
20
|
GetBucketLocationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBucketLoggingOutput,
|
|
4
|
-
GetBucketLoggingRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBucketLoggingOutput, GetBucketLoggingRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetBucketLoggingCommandInput extends GetBucketLoggingRequest {}
|
|
8
|
-
export interface GetBucketLoggingCommandOutput
|
|
9
|
-
extends GetBucketLoggingOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBucketLoggingCommandOutput extends GetBucketLoggingOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetBucketLoggingCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetBucketLoggingCommandInput
|
|
8
|
+
input: GetBucketLoggingCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetBucketLoggingCommandInput,
|
|
16
11
|
GetBucketLoggingCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetBucketLoggingCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetBucketLoggingCommandInput
|
|
17
|
+
input: GetBucketLoggingCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetBucketLoggingCommandInput,
|
|
25
20
|
GetBucketLoggingCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetBucketMetadataConfigurationRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketMetadataConfigurationCommandInput
|
|
8
|
-
extends GetBucketMetadataConfigurationRequest {}
|
|
7
|
+
export interface GetBucketMetadataConfigurationCommandInput extends GetBucketMetadataConfigurationRequest {}
|
|
9
8
|
export interface GetBucketMetadataConfigurationCommandOutput
|
|
10
|
-
extends GetBucketMetadataConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetBucketMetadataConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetBucketMetadataConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBucketMetadataConfigurationCommandInput
|
|
12
|
+
input: GetBucketMetadataConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBucketMetadataConfigurationCommandInput,
|
|
17
15
|
GetBucketMetadataConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBucketMetadataConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBucketMetadataConfigurationCommandInput
|
|
21
|
+
input: GetBucketMetadataConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBucketMetadataConfigurationCommandInput,
|
|
26
24
|
GetBucketMetadataConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetBucketMetadataTableConfigurationRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketMetadataTableConfigurationCommandInput
|
|
8
|
-
extends GetBucketMetadataTableConfigurationRequest {}
|
|
7
|
+
export interface GetBucketMetadataTableConfigurationCommandInput extends GetBucketMetadataTableConfigurationRequest {}
|
|
9
8
|
export interface GetBucketMetadataTableConfigurationCommandOutput
|
|
10
|
-
extends GetBucketMetadataTableConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetBucketMetadataTableConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetBucketMetadataTableConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBucketMetadataTableConfigurationCommandInput
|
|
12
|
+
input: GetBucketMetadataTableConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBucketMetadataTableConfigurationCommandInput,
|
|
17
15
|
GetBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBucketMetadataTableConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBucketMetadataTableConfigurationCommandInput
|
|
21
|
+
input: GetBucketMetadataTableConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBucketMetadataTableConfigurationCommandInput,
|
|
26
24
|
GetBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetBucketMetricsConfigurationRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketMetricsConfigurationCommandInput
|
|
8
|
-
extends GetBucketMetricsConfigurationRequest {}
|
|
7
|
+
export interface GetBucketMetricsConfigurationCommandInput extends GetBucketMetricsConfigurationRequest {}
|
|
9
8
|
export interface GetBucketMetricsConfigurationCommandOutput
|
|
10
|
-
extends GetBucketMetricsConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetBucketMetricsConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetBucketMetricsConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBucketMetricsConfigurationCommandInput
|
|
12
|
+
input: GetBucketMetricsConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBucketMetricsConfigurationCommandInput,
|
|
17
15
|
GetBucketMetricsConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBucketMetricsConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBucketMetricsConfigurationCommandInput
|
|
21
|
+
input: GetBucketMetricsConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBucketMetricsConfigurationCommandInput,
|
|
26
24
|
GetBucketMetricsConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
NotificationConfiguration,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketNotificationConfigurationCommandInput
|
|
8
|
-
extends GetBucketNotificationConfigurationRequest {}
|
|
7
|
+
export interface GetBucketNotificationConfigurationCommandInput extends GetBucketNotificationConfigurationRequest {}
|
|
9
8
|
export interface GetBucketNotificationConfigurationCommandOutput
|
|
10
|
-
extends NotificationConfiguration,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends NotificationConfiguration, __MetadataBearer {}
|
|
12
10
|
declare const GetBucketNotificationConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBucketNotificationConfigurationCommandInput
|
|
12
|
+
input: GetBucketNotificationConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBucketNotificationConfigurationCommandInput,
|
|
17
15
|
GetBucketNotificationConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBucketNotificationConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBucketNotificationConfigurationCommandInput
|
|
21
|
+
input: GetBucketNotificationConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBucketNotificationConfigurationCommandInput,
|
|
26
24
|
GetBucketNotificationConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetBucketOwnershipControlsRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketOwnershipControlsCommandInput
|
|
8
|
-
extends GetBucketOwnershipControlsRequest {}
|
|
7
|
+
export interface GetBucketOwnershipControlsCommandInput extends GetBucketOwnershipControlsRequest {}
|
|
9
8
|
export interface GetBucketOwnershipControlsCommandOutput
|
|
10
|
-
extends GetBucketOwnershipControlsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetBucketOwnershipControlsOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetBucketOwnershipControlsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBucketOwnershipControlsCommandInput
|
|
12
|
+
input: GetBucketOwnershipControlsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBucketOwnershipControlsCommandInput,
|
|
17
15
|
GetBucketOwnershipControlsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBucketOwnershipControlsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBucketOwnershipControlsCommandInput
|
|
21
|
+
input: GetBucketOwnershipControlsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBucketOwnershipControlsCommandInput,
|
|
26
24
|
GetBucketOwnershipControlsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBucketPolicyOutput,
|
|
4
|
-
GetBucketPolicyRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBucketPolicyOutput, GetBucketPolicyRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetBucketPolicyCommandInput extends GetBucketPolicyRequest {}
|
|
8
|
-
export interface GetBucketPolicyCommandOutput
|
|
9
|
-
extends GetBucketPolicyOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBucketPolicyCommandOutput extends GetBucketPolicyOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetBucketPolicyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetBucketPolicyCommandInput
|
|
8
|
+
input: GetBucketPolicyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetBucketPolicyCommandInput,
|
|
16
11
|
GetBucketPolicyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetBucketPolicyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetBucketPolicyCommandInput
|
|
17
|
+
input: GetBucketPolicyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetBucketPolicyCommandInput,
|
|
25
20
|
GetBucketPolicyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBucketPolicyStatusOutput,
|
|
4
|
-
GetBucketPolicyStatusRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBucketPolicyStatusOutput, GetBucketPolicyStatusRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketPolicyStatusCommandInput
|
|
8
|
-
extends GetBucketPolicyStatusRequest {}
|
|
4
|
+
export interface GetBucketPolicyStatusCommandInput extends GetBucketPolicyStatusRequest {}
|
|
9
5
|
export interface GetBucketPolicyStatusCommandOutput
|
|
10
|
-
extends GetBucketPolicyStatusOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBucketPolicyStatusOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetBucketPolicyStatusCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBucketPolicyStatusCommandInput
|
|
9
|
+
input: GetBucketPolicyStatusCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBucketPolicyStatusCommandInput,
|
|
17
12
|
GetBucketPolicyStatusCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetBucketPolicyStatusCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetBucketPolicyStatusCommandInput
|
|
18
|
+
input: GetBucketPolicyStatusCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetBucketPolicyStatusCommandInput,
|
|
26
21
|
GetBucketPolicyStatusCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBucketReplicationOutput,
|
|
4
|
-
GetBucketReplicationRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBucketReplicationOutput, GetBucketReplicationRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketReplicationCommandInput
|
|
8
|
-
extends GetBucketReplicationRequest {}
|
|
4
|
+
export interface GetBucketReplicationCommandInput extends GetBucketReplicationRequest {}
|
|
9
5
|
export interface GetBucketReplicationCommandOutput
|
|
10
|
-
extends GetBucketReplicationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBucketReplicationOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetBucketReplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBucketReplicationCommandInput
|
|
9
|
+
input: GetBucketReplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBucketReplicationCommandInput,
|
|
17
12
|
GetBucketReplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetBucketReplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetBucketReplicationCommandInput
|
|
18
|
+
input: GetBucketReplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetBucketReplicationCommandInput,
|
|
26
21
|
GetBucketReplicationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBucketRequestPaymentOutput,
|
|
4
|
-
GetBucketRequestPaymentRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBucketRequestPaymentOutput, GetBucketRequestPaymentRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketRequestPaymentCommandInput
|
|
8
|
-
extends GetBucketRequestPaymentRequest {}
|
|
4
|
+
export interface GetBucketRequestPaymentCommandInput extends GetBucketRequestPaymentRequest {}
|
|
9
5
|
export interface GetBucketRequestPaymentCommandOutput
|
|
10
|
-
extends GetBucketRequestPaymentOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBucketRequestPaymentOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetBucketRequestPaymentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBucketRequestPaymentCommandInput
|
|
9
|
+
input: GetBucketRequestPaymentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBucketRequestPaymentCommandInput,
|
|
17
12
|
GetBucketRequestPaymentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetBucketRequestPaymentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetBucketRequestPaymentCommandInput
|
|
18
|
+
input: GetBucketRequestPaymentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetBucketRequestPaymentCommandInput,
|
|
26
21
|
GetBucketRequestPaymentCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBucketTaggingOutput,
|
|
4
|
-
GetBucketTaggingRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBucketTaggingOutput, GetBucketTaggingRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetBucketTaggingCommandInput extends GetBucketTaggingRequest {}
|
|
8
|
-
export interface GetBucketTaggingCommandOutput
|
|
9
|
-
extends GetBucketTaggingOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBucketTaggingCommandOutput extends GetBucketTaggingOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetBucketTaggingCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetBucketTaggingCommandInput
|
|
8
|
+
input: GetBucketTaggingCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetBucketTaggingCommandInput,
|
|
16
11
|
GetBucketTaggingCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetBucketTaggingCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetBucketTaggingCommandInput
|
|
17
|
+
input: GetBucketTaggingCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetBucketTaggingCommandInput,
|
|
25
20
|
GetBucketTaggingCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBucketVersioningOutput,
|
|
4
|
-
GetBucketVersioningRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBucketVersioningOutput, GetBucketVersioningRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketVersioningCommandInput
|
|
8
|
-
extends GetBucketVersioningRequest {}
|
|
4
|
+
export interface GetBucketVersioningCommandInput extends GetBucketVersioningRequest {}
|
|
9
5
|
export interface GetBucketVersioningCommandOutput
|
|
10
|
-
extends GetBucketVersioningOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBucketVersioningOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetBucketVersioningCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBucketVersioningCommandInput
|
|
9
|
+
input: GetBucketVersioningCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBucketVersioningCommandInput,
|
|
17
12
|
GetBucketVersioningCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetBucketVersioningCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetBucketVersioningCommandInput
|
|
18
|
+
input: GetBucketVersioningCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetBucketVersioningCommandInput,
|
|
26
21
|
GetBucketVersioningCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBucketWebsiteOutput,
|
|
4
|
-
GetBucketWebsiteRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBucketWebsiteOutput, GetBucketWebsiteRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetBucketWebsiteCommandInput extends GetBucketWebsiteRequest {}
|
|
8
|
-
export interface GetBucketWebsiteCommandOutput
|
|
9
|
-
extends GetBucketWebsiteOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBucketWebsiteCommandOutput extends GetBucketWebsiteOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetBucketWebsiteCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetBucketWebsiteCommandInput
|
|
8
|
+
input: GetBucketWebsiteCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetBucketWebsiteCommandInput,
|
|
16
11
|
GetBucketWebsiteCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetBucketWebsiteCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetBucketWebsiteCommandInput
|
|
17
|
+
input: GetBucketWebsiteCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetBucketWebsiteCommandInput,
|
|
25
20
|
GetBucketWebsiteCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetObjectAclOutput, GetObjectAclRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetObjectAclCommandInput extends GetObjectAclRequest {}
|
|
5
|
-
export interface GetObjectAclCommandOutput
|
|
6
|
-
extends GetObjectAclOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetObjectAclCommandOutput extends GetObjectAclOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetObjectAclCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetObjectAclCommandInput
|
|
8
|
+
input: GetObjectAclCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetObjectAclCommandInput,
|
|
13
11
|
GetObjectAclCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetObjectAclCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetObjectAclCommandInput
|
|
17
|
+
input: GetObjectAclCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetObjectAclCommandInput,
|
|
22
20
|
GetObjectAclCommandOutput,
|
|
@@ -1,25 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
StreamingBlobPayloadOutputTypes,
|
|
4
|
-
} from "@smithy/types";
|
|
5
|
-
import {
|
|
6
|
-
GetObjectAnnotationOutput,
|
|
7
|
-
GetObjectAnnotationRequest,
|
|
8
|
-
} from "../models/models_0";
|
|
1
|
+
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
2
|
+
import { GetObjectAnnotationOutput, GetObjectAnnotationRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export interface GetObjectAnnotationCommandInput
|
|
11
|
-
extends GetObjectAnnotationRequest {}
|
|
4
|
+
export interface GetObjectAnnotationCommandInput extends GetObjectAnnotationRequest {}
|
|
12
5
|
export interface GetObjectAnnotationCommandOutput
|
|
13
|
-
extends
|
|
14
|
-
|
|
15
|
-
Exclude<keyof GetObjectAnnotationOutput, "AnnotationPayload">
|
|
16
|
-
>,
|
|
6
|
+
extends
|
|
7
|
+
Pick<GetObjectAnnotationOutput, Exclude<keyof GetObjectAnnotationOutput, "AnnotationPayload">>,
|
|
17
8
|
__MetadataBearer {
|
|
18
9
|
AnnotationPayload?: StreamingBlobPayloadOutputTypes;
|
|
19
10
|
}
|
|
20
11
|
declare const GetObjectAnnotationCommand_base: {
|
|
21
12
|
new (
|
|
22
|
-
input: GetObjectAnnotationCommandInput
|
|
13
|
+
input: GetObjectAnnotationCommandInput,
|
|
23
14
|
): import("@smithy/core/client").CommandImpl<
|
|
24
15
|
GetObjectAnnotationCommandInput,
|
|
25
16
|
GetObjectAnnotationCommandOutput,
|
|
@@ -28,7 +19,7 @@ declare const GetObjectAnnotationCommand_base: {
|
|
|
28
19
|
import("..").ServiceOutputTypes
|
|
29
20
|
>;
|
|
30
21
|
new (
|
|
31
|
-
input: GetObjectAnnotationCommandInput
|
|
22
|
+
input: GetObjectAnnotationCommandInput,
|
|
32
23
|
): import("@smithy/core/client").CommandImpl<
|
|
33
24
|
GetObjectAnnotationCommandInput,
|
|
34
25
|
GetObjectAnnotationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetObjectAttributesOutput,
|
|
4
|
-
GetObjectAttributesRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetObjectAttributesOutput, GetObjectAttributesRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetObjectAttributesCommandInput
|
|
8
|
-
extends GetObjectAttributesRequest {}
|
|
4
|
+
export interface GetObjectAttributesCommandInput extends GetObjectAttributesRequest {}
|
|
9
5
|
export interface GetObjectAttributesCommandOutput
|
|
10
|
-
extends GetObjectAttributesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetObjectAttributesOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetObjectAttributesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetObjectAttributesCommandInput
|
|
9
|
+
input: GetObjectAttributesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetObjectAttributesCommandInput,
|
|
17
12
|
GetObjectAttributesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetObjectAttributesCommandInput
|
|
18
|
+
input: GetObjectAttributesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetObjectAttributesCommandInput,
|
|
26
21
|
GetObjectAttributesCommandOutput,
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
MetadataBearer as __MetadataBearer,
|
|
3
|
-
StreamingBlobPayloadOutputTypes,
|
|
4
|
-
} from "@smithy/types";
|
|
1
|
+
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
5
2
|
import { GetObjectOutput, GetObjectRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetObjectCommandInput extends GetObjectRequest {}
|
|
8
5
|
export interface GetObjectCommandOutput
|
|
9
|
-
extends Pick<GetObjectOutput, Exclude<keyof GetObjectOutput, "Body">>,
|
|
10
|
-
__MetadataBearer {
|
|
6
|
+
extends Pick<GetObjectOutput, Exclude<keyof GetObjectOutput, "Body">>, __MetadataBearer {
|
|
11
7
|
Body?: StreamingBlobPayloadOutputTypes;
|
|
12
8
|
}
|
|
13
9
|
declare const GetObjectCommand_base: {
|
|
14
|
-
new (
|
|
10
|
+
new (
|
|
11
|
+
input: GetObjectCommandInput,
|
|
12
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
13
|
GetObjectCommandInput,
|
|
16
14
|
GetObjectCommandOutput,
|
|
17
15
|
import("..").S3ClientResolvedConfig,
|
|
18
16
|
import("..").ServiceInputTypes,
|
|
19
17
|
import("..").ServiceOutputTypes
|
|
20
18
|
>;
|
|
21
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: GetObjectCommandInput,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetObjectCommandInput,
|
|
23
23
|
GetObjectCommandOutput,
|
|
24
24
|
import("..").S3ClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetObjectLegalHoldOutput,
|
|
4
|
-
GetObjectLegalHoldRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetObjectLegalHoldOutput, GetObjectLegalHoldRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetObjectLegalHoldCommandInput
|
|
8
|
-
extends GetObjectLegalHoldRequest {}
|
|
4
|
+
export interface GetObjectLegalHoldCommandInput extends GetObjectLegalHoldRequest {}
|
|
9
5
|
export interface GetObjectLegalHoldCommandOutput
|
|
10
|
-
extends GetObjectLegalHoldOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetObjectLegalHoldOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetObjectLegalHoldCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetObjectLegalHoldCommandInput
|
|
9
|
+
input: GetObjectLegalHoldCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetObjectLegalHoldCommandInput,
|
|
17
12
|
GetObjectLegalHoldCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetObjectLegalHoldCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetObjectLegalHoldCommandInput
|
|
18
|
+
input: GetObjectLegalHoldCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetObjectLegalHoldCommandInput,
|
|
26
21
|
GetObjectLegalHoldCommandOutput,
|