@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,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketEncryptionRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketEncryptionCommandInput
|
|
5
|
-
extends DeleteBucketEncryptionRequest {}
|
|
4
|
+
export interface DeleteBucketEncryptionCommandInput extends DeleteBucketEncryptionRequest {}
|
|
6
5
|
export interface DeleteBucketEncryptionCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteBucketEncryptionCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteBucketEncryptionCommandInput
|
|
8
|
+
input: DeleteBucketEncryptionCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteBucketEncryptionCommandInput,
|
|
12
11
|
DeleteBucketEncryptionCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteBucketEncryptionCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteBucketEncryptionCommandInput
|
|
17
|
+
input: DeleteBucketEncryptionCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteBucketEncryptionCommandInput,
|
|
21
20
|
DeleteBucketEncryptionCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketIntelligentTieringConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketIntelligentTieringConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteBucketIntelligentTieringConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteBucketIntelligentTieringConfigurationCommandInput extends DeleteBucketIntelligentTieringConfigurationRequest {}
|
|
5
|
+
export interface DeleteBucketIntelligentTieringConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteBucketIntelligentTieringConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteBucketIntelligentTieringConfigurationCommandInput
|
|
8
|
+
input: DeleteBucketIntelligentTieringConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteBucketIntelligentTieringConfigurationCommandInput,
|
|
13
11
|
DeleteBucketIntelligentTieringConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteBucketIntelligentTieringConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteBucketIntelligentTieringConfigurationCommandInput
|
|
17
|
+
input: DeleteBucketIntelligentTieringConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteBucketIntelligentTieringConfigurationCommandInput,
|
|
22
20
|
DeleteBucketIntelligentTieringConfigurationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketInventoryConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketInventoryConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteBucketInventoryConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteBucketInventoryConfigurationCommandInput extends DeleteBucketInventoryConfigurationRequest {}
|
|
5
|
+
export interface DeleteBucketInventoryConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteBucketInventoryConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteBucketInventoryConfigurationCommandInput
|
|
8
|
+
input: DeleteBucketInventoryConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteBucketInventoryConfigurationCommandInput,
|
|
13
11
|
DeleteBucketInventoryConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteBucketInventoryConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteBucketInventoryConfigurationCommandInput
|
|
17
|
+
input: DeleteBucketInventoryConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteBucketInventoryConfigurationCommandInput,
|
|
22
20
|
DeleteBucketInventoryConfigurationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketLifecycleRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketLifecycleCommandInput
|
|
5
|
-
extends DeleteBucketLifecycleRequest {}
|
|
4
|
+
export interface DeleteBucketLifecycleCommandInput extends DeleteBucketLifecycleRequest {}
|
|
6
5
|
export interface DeleteBucketLifecycleCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteBucketLifecycleCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteBucketLifecycleCommandInput
|
|
8
|
+
input: DeleteBucketLifecycleCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteBucketLifecycleCommandInput,
|
|
12
11
|
DeleteBucketLifecycleCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteBucketLifecycleCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteBucketLifecycleCommandInput
|
|
17
|
+
input: DeleteBucketLifecycleCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteBucketLifecycleCommandInput,
|
|
21
20
|
DeleteBucketLifecycleCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketMetadataConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketMetadataConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteBucketMetadataConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteBucketMetadataConfigurationCommandInput extends DeleteBucketMetadataConfigurationRequest {}
|
|
5
|
+
export interface DeleteBucketMetadataConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteBucketMetadataConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteBucketMetadataConfigurationCommandInput
|
|
8
|
+
input: DeleteBucketMetadataConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteBucketMetadataConfigurationCommandInput,
|
|
13
11
|
DeleteBucketMetadataConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteBucketMetadataConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteBucketMetadataConfigurationCommandInput
|
|
17
|
+
input: DeleteBucketMetadataConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteBucketMetadataConfigurationCommandInput,
|
|
22
20
|
DeleteBucketMetadataConfigurationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketMetadataTableConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketMetadataTableConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteBucketMetadataTableConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteBucketMetadataTableConfigurationCommandInput extends DeleteBucketMetadataTableConfigurationRequest {}
|
|
5
|
+
export interface DeleteBucketMetadataTableConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteBucketMetadataTableConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteBucketMetadataTableConfigurationCommandInput
|
|
8
|
+
input: DeleteBucketMetadataTableConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteBucketMetadataTableConfigurationCommandInput,
|
|
13
11
|
DeleteBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteBucketMetadataTableConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteBucketMetadataTableConfigurationCommandInput
|
|
17
|
+
input: DeleteBucketMetadataTableConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteBucketMetadataTableConfigurationCommandInput,
|
|
22
20
|
DeleteBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketMetricsConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketMetricsConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteBucketMetricsConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteBucketMetricsConfigurationCommandInput extends DeleteBucketMetricsConfigurationRequest {}
|
|
5
|
+
export interface DeleteBucketMetricsConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteBucketMetricsConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteBucketMetricsConfigurationCommandInput
|
|
8
|
+
input: DeleteBucketMetricsConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteBucketMetricsConfigurationCommandInput,
|
|
13
11
|
DeleteBucketMetricsConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteBucketMetricsConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteBucketMetricsConfigurationCommandInput
|
|
17
|
+
input: DeleteBucketMetricsConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteBucketMetricsConfigurationCommandInput,
|
|
22
20
|
DeleteBucketMetricsConfigurationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketOwnershipControlsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketOwnershipControlsCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteBucketOwnershipControlsCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteBucketOwnershipControlsCommandInput extends DeleteBucketOwnershipControlsRequest {}
|
|
5
|
+
export interface DeleteBucketOwnershipControlsCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteBucketOwnershipControlsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteBucketOwnershipControlsCommandInput
|
|
8
|
+
input: DeleteBucketOwnershipControlsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteBucketOwnershipControlsCommandInput,
|
|
13
11
|
DeleteBucketOwnershipControlsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteBucketOwnershipControlsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteBucketOwnershipControlsCommandInput
|
|
17
|
+
input: DeleteBucketOwnershipControlsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteBucketOwnershipControlsCommandInput,
|
|
22
20
|
DeleteBucketOwnershipControlsCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketPolicyRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketPolicyCommandInput
|
|
5
|
-
extends DeleteBucketPolicyRequest {}
|
|
4
|
+
export interface DeleteBucketPolicyCommandInput extends DeleteBucketPolicyRequest {}
|
|
6
5
|
export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteBucketPolicyCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteBucketPolicyCommandInput
|
|
8
|
+
input: DeleteBucketPolicyCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteBucketPolicyCommandInput,
|
|
12
11
|
DeleteBucketPolicyCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteBucketPolicyCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteBucketPolicyCommandInput
|
|
17
|
+
input: DeleteBucketPolicyCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteBucketPolicyCommandInput,
|
|
21
20
|
DeleteBucketPolicyCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketReplicationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketReplicationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteBucketReplicationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteBucketReplicationCommandInput extends DeleteBucketReplicationRequest {}
|
|
5
|
+
export interface DeleteBucketReplicationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteBucketReplicationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteBucketReplicationCommandInput
|
|
8
|
+
input: DeleteBucketReplicationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteBucketReplicationCommandInput,
|
|
13
11
|
DeleteBucketReplicationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteBucketReplicationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteBucketReplicationCommandInput
|
|
17
|
+
input: DeleteBucketReplicationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteBucketReplicationCommandInput,
|
|
22
20
|
DeleteBucketReplicationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketTaggingRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketTaggingCommandInput
|
|
5
|
-
extends DeleteBucketTaggingRequest {}
|
|
4
|
+
export interface DeleteBucketTaggingCommandInput extends DeleteBucketTaggingRequest {}
|
|
6
5
|
export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteBucketTaggingCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteBucketTaggingCommandInput
|
|
8
|
+
input: DeleteBucketTaggingCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteBucketTaggingCommandInput,
|
|
12
11
|
DeleteBucketTaggingCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteBucketTaggingCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteBucketTaggingCommandInput
|
|
17
|
+
input: DeleteBucketTaggingCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteBucketTaggingCommandInput,
|
|
21
20
|
DeleteBucketTaggingCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketWebsiteRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketWebsiteCommandInput
|
|
5
|
-
extends DeleteBucketWebsiteRequest {}
|
|
4
|
+
export interface DeleteBucketWebsiteCommandInput extends DeleteBucketWebsiteRequest {}
|
|
6
5
|
export interface DeleteBucketWebsiteCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteBucketWebsiteCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteBucketWebsiteCommandInput
|
|
8
|
+
input: DeleteBucketWebsiteCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteBucketWebsiteCommandInput,
|
|
12
11
|
DeleteBucketWebsiteCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteBucketWebsiteCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteBucketWebsiteCommandInput
|
|
17
|
+
input: DeleteBucketWebsiteCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteBucketWebsiteCommandInput,
|
|
21
20
|
DeleteBucketWebsiteCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteObjectAnnotationOutput,
|
|
4
|
-
DeleteObjectAnnotationRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteObjectAnnotationOutput, DeleteObjectAnnotationRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteObjectAnnotationCommandInput
|
|
8
|
-
extends DeleteObjectAnnotationRequest {}
|
|
4
|
+
export interface DeleteObjectAnnotationCommandInput extends DeleteObjectAnnotationRequest {}
|
|
9
5
|
export interface DeleteObjectAnnotationCommandOutput
|
|
10
|
-
extends DeleteObjectAnnotationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteObjectAnnotationOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteObjectAnnotationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteObjectAnnotationCommandInput
|
|
9
|
+
input: DeleteObjectAnnotationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteObjectAnnotationCommandInput,
|
|
17
12
|
DeleteObjectAnnotationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteObjectAnnotationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteObjectAnnotationCommandInput
|
|
18
|
+
input: DeleteObjectAnnotationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteObjectAnnotationCommandInput,
|
|
26
21
|
DeleteObjectAnnotationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteObjectOutput, DeleteObjectRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteObjectCommandInput extends DeleteObjectRequest {}
|
|
5
|
-
export interface DeleteObjectCommandOutput
|
|
6
|
-
extends DeleteObjectOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteObjectCommandOutput extends DeleteObjectOutput, __MetadataBearer {}
|
|
8
6
|
declare const DeleteObjectCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteObjectCommandInput
|
|
8
|
+
input: DeleteObjectCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteObjectCommandInput,
|
|
13
11
|
DeleteObjectCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteObjectCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteObjectCommandInput
|
|
17
|
+
input: DeleteObjectCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteObjectCommandInput,
|
|
22
20
|
DeleteObjectCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteObjectTaggingOutput,
|
|
4
|
-
DeleteObjectTaggingRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteObjectTaggingOutput, DeleteObjectTaggingRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteObjectTaggingCommandInput
|
|
8
|
-
extends DeleteObjectTaggingRequest {}
|
|
4
|
+
export interface DeleteObjectTaggingCommandInput extends DeleteObjectTaggingRequest {}
|
|
9
5
|
export interface DeleteObjectTaggingCommandOutput
|
|
10
|
-
extends DeleteObjectTaggingOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteObjectTaggingOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteObjectTaggingCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteObjectTaggingCommandInput
|
|
9
|
+
input: DeleteObjectTaggingCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteObjectTaggingCommandInput,
|
|
17
12
|
DeleteObjectTaggingCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteObjectTaggingCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteObjectTaggingCommandInput
|
|
18
|
+
input: DeleteObjectTaggingCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteObjectTaggingCommandInput,
|
|
26
21
|
DeleteObjectTaggingCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteObjectsOutput, DeleteObjectsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteObjectsCommandInput extends DeleteObjectsRequest {}
|
|
5
|
-
export interface DeleteObjectsCommandOutput
|
|
6
|
-
extends DeleteObjectsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteObjectsCommandOutput extends DeleteObjectsOutput, __MetadataBearer {}
|
|
8
6
|
declare const DeleteObjectsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteObjectsCommandInput
|
|
8
|
+
input: DeleteObjectsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteObjectsCommandInput,
|
|
13
11
|
DeleteObjectsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteObjectsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteObjectsCommandInput
|
|
17
|
+
input: DeleteObjectsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteObjectsCommandInput,
|
|
22
20
|
DeleteObjectsCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeletePublicAccessBlockRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeletePublicAccessBlockCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeletePublicAccessBlockCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeletePublicAccessBlockCommandInput extends DeletePublicAccessBlockRequest {}
|
|
5
|
+
export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeletePublicAccessBlockCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeletePublicAccessBlockCommandInput
|
|
8
|
+
input: DeletePublicAccessBlockCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeletePublicAccessBlockCommandInput,
|
|
13
11
|
DeletePublicAccessBlockCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeletePublicAccessBlockCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeletePublicAccessBlockCommandInput
|
|
17
|
+
input: DeletePublicAccessBlockCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeletePublicAccessBlockCommandInput,
|
|
22
20
|
DeletePublicAccessBlockCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetBucketAbacOutput, GetBucketAbacRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetBucketAbacCommandInput extends GetBucketAbacRequest {}
|
|
5
|
-
export interface GetBucketAbacCommandOutput
|
|
6
|
-
extends GetBucketAbacOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBucketAbacCommandOutput extends GetBucketAbacOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetBucketAbacCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetBucketAbacCommandInput
|
|
8
|
+
input: GetBucketAbacCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetBucketAbacCommandInput,
|
|
13
11
|
GetBucketAbacCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetBucketAbacCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetBucketAbacCommandInput
|
|
17
|
+
input: GetBucketAbacCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetBucketAbacCommandInput,
|
|
22
20
|
GetBucketAbacCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetBucketAccelerateConfigurationRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketAccelerateConfigurationCommandInput
|
|
8
|
-
extends GetBucketAccelerateConfigurationRequest {}
|
|
7
|
+
export interface GetBucketAccelerateConfigurationCommandInput extends GetBucketAccelerateConfigurationRequest {}
|
|
9
8
|
export interface GetBucketAccelerateConfigurationCommandOutput
|
|
10
|
-
extends GetBucketAccelerateConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetBucketAccelerateConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetBucketAccelerateConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBucketAccelerateConfigurationCommandInput
|
|
12
|
+
input: GetBucketAccelerateConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBucketAccelerateConfigurationCommandInput,
|
|
17
15
|
GetBucketAccelerateConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBucketAccelerateConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBucketAccelerateConfigurationCommandInput
|
|
21
|
+
input: GetBucketAccelerateConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBucketAccelerateConfigurationCommandInput,
|
|
26
24
|
GetBucketAccelerateConfigurationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetBucketAclOutput, GetBucketAclRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetBucketAclCommandInput extends GetBucketAclRequest {}
|
|
5
|
-
export interface GetBucketAclCommandOutput
|
|
6
|
-
extends GetBucketAclOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBucketAclCommandOutput extends GetBucketAclOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetBucketAclCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetBucketAclCommandInput
|
|
8
|
+
input: GetBucketAclCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetBucketAclCommandInput,
|
|
13
11
|
GetBucketAclCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetBucketAclCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetBucketAclCommandInput
|
|
17
|
+
input: GetBucketAclCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetBucketAclCommandInput,
|
|
22
20
|
GetBucketAclCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetBucketAnalyticsConfigurationRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketAnalyticsConfigurationCommandInput
|
|
8
|
-
extends GetBucketAnalyticsConfigurationRequest {}
|
|
7
|
+
export interface GetBucketAnalyticsConfigurationCommandInput extends GetBucketAnalyticsConfigurationRequest {}
|
|
9
8
|
export interface GetBucketAnalyticsConfigurationCommandOutput
|
|
10
|
-
extends GetBucketAnalyticsConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetBucketAnalyticsConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetBucketAnalyticsConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBucketAnalyticsConfigurationCommandInput
|
|
12
|
+
input: GetBucketAnalyticsConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBucketAnalyticsConfigurationCommandInput,
|
|
17
15
|
GetBucketAnalyticsConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBucketAnalyticsConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBucketAnalyticsConfigurationCommandInput
|
|
21
|
+
input: GetBucketAnalyticsConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBucketAnalyticsConfigurationCommandInput,
|
|
26
24
|
GetBucketAnalyticsConfigurationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetBucketCorsOutput, GetBucketCorsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetBucketCorsCommandInput extends GetBucketCorsRequest {}
|
|
5
|
-
export interface GetBucketCorsCommandOutput
|
|
6
|
-
extends GetBucketCorsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBucketCorsCommandOutput extends GetBucketCorsOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetBucketCorsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetBucketCorsCommandInput
|
|
8
|
+
input: GetBucketCorsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetBucketCorsCommandInput,
|
|
13
11
|
GetBucketCorsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetBucketCorsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetBucketCorsCommandInput
|
|
17
|
+
input: GetBucketCorsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetBucketCorsCommandInput,
|
|
22
20
|
GetBucketCorsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBucketEncryptionOutput,
|
|
4
|
-
GetBucketEncryptionRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBucketEncryptionOutput, GetBucketEncryptionRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketEncryptionCommandInput
|
|
8
|
-
extends GetBucketEncryptionRequest {}
|
|
4
|
+
export interface GetBucketEncryptionCommandInput extends GetBucketEncryptionRequest {}
|
|
9
5
|
export interface GetBucketEncryptionCommandOutput
|
|
10
|
-
extends GetBucketEncryptionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBucketEncryptionOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetBucketEncryptionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBucketEncryptionCommandInput
|
|
9
|
+
input: GetBucketEncryptionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBucketEncryptionCommandInput,
|
|
17
12
|
GetBucketEncryptionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetBucketEncryptionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetBucketEncryptionCommandInput
|
|
18
|
+
input: GetBucketEncryptionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetBucketEncryptionCommandInput,
|
|
26
21
|
GetBucketEncryptionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetBucketIntelligentTieringConfigurationRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBucketIntelligentTieringConfigurationCommandInput
|
|
8
|
-
extends GetBucketIntelligentTieringConfigurationRequest {}
|
|
7
|
+
export interface GetBucketIntelligentTieringConfigurationCommandInput extends GetBucketIntelligentTieringConfigurationRequest {}
|
|
9
8
|
export interface GetBucketIntelligentTieringConfigurationCommandOutput
|
|
10
|
-
extends GetBucketIntelligentTieringConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetBucketIntelligentTieringConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetBucketIntelligentTieringConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBucketIntelligentTieringConfigurationCommandInput
|
|
12
|
+
input: GetBucketIntelligentTieringConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBucketIntelligentTieringConfigurationCommandInput,
|
|
17
15
|
GetBucketIntelligentTieringConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBucketIntelligentTieringConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBucketIntelligentTieringConfigurationCommandInput
|
|
21
|
+
input: GetBucketIntelligentTieringConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBucketIntelligentTieringConfigurationCommandInput,
|
|
26
24
|
GetBucketIntelligentTieringConfigurationCommandOutput,
|