backend v4 half
This commit is contained in:
Generated
Vendored
+31
@@ -0,0 +1,31 @@
|
||||
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
||||
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
||||
import { getSerdePlugin } from "@smithy/middleware-serde";
|
||||
import { Command as $Command } from "@smithy/smithy-client";
|
||||
import { commonParams } from "../endpoint/EndpointParameters";
|
||||
import { de_CreateBucketMetadataConfigurationCommand, se_CreateBucketMetadataConfigurationCommand, } from "../protocols/Aws_restXml";
|
||||
export { $Command };
|
||||
export class CreateBucketMetadataConfigurationCommand extends $Command
|
||||
.classBuilder()
|
||||
.ep({
|
||||
...commonParams,
|
||||
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
||||
Bucket: { type: "contextParams", name: "Bucket" },
|
||||
})
|
||||
.m(function (Command, cs, config, o) {
|
||||
return [
|
||||
getSerdePlugin(config, this.serialize, this.deserialize),
|
||||
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
||||
getFlexibleChecksumsPlugin(config, {
|
||||
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
||||
requestChecksumRequired: true,
|
||||
}),
|
||||
];
|
||||
})
|
||||
.s("AmazonS3", "CreateBucketMetadataConfiguration", {})
|
||||
.n("S3Client", "CreateBucketMetadataConfigurationCommand")
|
||||
.f(void 0, void 0)
|
||||
.ser(se_CreateBucketMetadataConfigurationCommand)
|
||||
.de(de_CreateBucketMetadataConfigurationCommand)
|
||||
.build() {
|
||||
}
|
||||
Generated
Vendored
+26
@@ -0,0 +1,26 @@
|
||||
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
||||
import { getSerdePlugin } from "@smithy/middleware-serde";
|
||||
import { Command as $Command } from "@smithy/smithy-client";
|
||||
import { commonParams } from "../endpoint/EndpointParameters";
|
||||
import { de_DeleteBucketMetadataConfigurationCommand, se_DeleteBucketMetadataConfigurationCommand, } from "../protocols/Aws_restXml";
|
||||
export { $Command };
|
||||
export class DeleteBucketMetadataConfigurationCommand extends $Command
|
||||
.classBuilder()
|
||||
.ep({
|
||||
...commonParams,
|
||||
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
||||
Bucket: { type: "contextParams", name: "Bucket" },
|
||||
})
|
||||
.m(function (Command, cs, config, o) {
|
||||
return [
|
||||
getSerdePlugin(config, this.serialize, this.deserialize),
|
||||
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
||||
];
|
||||
})
|
||||
.s("AmazonS3", "DeleteBucketMetadataConfiguration", {})
|
||||
.n("S3Client", "DeleteBucketMetadataConfigurationCommand")
|
||||
.f(void 0, void 0)
|
||||
.ser(se_DeleteBucketMetadataConfigurationCommand)
|
||||
.de(de_DeleteBucketMetadataConfigurationCommand)
|
||||
.build() {
|
||||
}
|
||||
Generated
Vendored
+28
@@ -0,0 +1,28 @@
|
||||
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
||||
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
||||
import { getSerdePlugin } from "@smithy/middleware-serde";
|
||||
import { Command as $Command } from "@smithy/smithy-client";
|
||||
import { commonParams } from "../endpoint/EndpointParameters";
|
||||
import { de_GetBucketMetadataConfigurationCommand, se_GetBucketMetadataConfigurationCommand, } from "../protocols/Aws_restXml";
|
||||
export { $Command };
|
||||
export class GetBucketMetadataConfigurationCommand extends $Command
|
||||
.classBuilder()
|
||||
.ep({
|
||||
...commonParams,
|
||||
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
||||
Bucket: { type: "contextParams", name: "Bucket" },
|
||||
})
|
||||
.m(function (Command, cs, config, o) {
|
||||
return [
|
||||
getSerdePlugin(config, this.serialize, this.deserialize),
|
||||
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
||||
getThrow200ExceptionsPlugin(config),
|
||||
];
|
||||
})
|
||||
.s("AmazonS3", "GetBucketMetadataConfiguration", {})
|
||||
.n("S3Client", "GetBucketMetadataConfigurationCommand")
|
||||
.f(void 0, void 0)
|
||||
.ser(se_GetBucketMetadataConfigurationCommand)
|
||||
.de(de_GetBucketMetadataConfigurationCommand)
|
||||
.build() {
|
||||
}
|
||||
Generated
Vendored
+1
-1
@@ -4,7 +4,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
||||
import { getSerdePlugin } from "@smithy/middleware-serde";
|
||||
import { Command as $Command } from "@smithy/smithy-client";
|
||||
import { commonParams } from "../endpoint/EndpointParameters";
|
||||
import { ListPartsRequestFilterSensitiveLog } from "../models/models_0";
|
||||
import { ListPartsRequestFilterSensitiveLog } from "../models/models_1";
|
||||
import { de_ListPartsCommand, se_ListPartsCommand } from "../protocols/Aws_restXml";
|
||||
export { $Command };
|
||||
export class ListPartsCommand extends $Command
|
||||
|
||||
Generated
Vendored
+31
@@ -0,0 +1,31 @@
|
||||
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
||||
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
||||
import { getSerdePlugin } from "@smithy/middleware-serde";
|
||||
import { Command as $Command } from "@smithy/smithy-client";
|
||||
import { commonParams } from "../endpoint/EndpointParameters";
|
||||
import { de_UpdateBucketMetadataInventoryTableConfigurationCommand, se_UpdateBucketMetadataInventoryTableConfigurationCommand, } from "../protocols/Aws_restXml";
|
||||
export { $Command };
|
||||
export class UpdateBucketMetadataInventoryTableConfigurationCommand extends $Command
|
||||
.classBuilder()
|
||||
.ep({
|
||||
...commonParams,
|
||||
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
||||
Bucket: { type: "contextParams", name: "Bucket" },
|
||||
})
|
||||
.m(function (Command, cs, config, o) {
|
||||
return [
|
||||
getSerdePlugin(config, this.serialize, this.deserialize),
|
||||
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
||||
getFlexibleChecksumsPlugin(config, {
|
||||
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
||||
requestChecksumRequired: true,
|
||||
}),
|
||||
];
|
||||
})
|
||||
.s("AmazonS3", "UpdateBucketMetadataInventoryTableConfiguration", {})
|
||||
.n("S3Client", "UpdateBucketMetadataInventoryTableConfigurationCommand")
|
||||
.f(void 0, void 0)
|
||||
.ser(se_UpdateBucketMetadataInventoryTableConfigurationCommand)
|
||||
.de(de_UpdateBucketMetadataInventoryTableConfigurationCommand)
|
||||
.build() {
|
||||
}
|
||||
Generated
Vendored
+31
@@ -0,0 +1,31 @@
|
||||
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
||||
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
||||
import { getSerdePlugin } from "@smithy/middleware-serde";
|
||||
import { Command as $Command } from "@smithy/smithy-client";
|
||||
import { commonParams } from "../endpoint/EndpointParameters";
|
||||
import { de_UpdateBucketMetadataJournalTableConfigurationCommand, se_UpdateBucketMetadataJournalTableConfigurationCommand, } from "../protocols/Aws_restXml";
|
||||
export { $Command };
|
||||
export class UpdateBucketMetadataJournalTableConfigurationCommand extends $Command
|
||||
.classBuilder()
|
||||
.ep({
|
||||
...commonParams,
|
||||
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
||||
Bucket: { type: "contextParams", name: "Bucket" },
|
||||
})
|
||||
.m(function (Command, cs, config, o) {
|
||||
return [
|
||||
getSerdePlugin(config, this.serialize, this.deserialize),
|
||||
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
||||
getFlexibleChecksumsPlugin(config, {
|
||||
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
||||
requestChecksumRequired: true,
|
||||
}),
|
||||
];
|
||||
})
|
||||
.s("AmazonS3", "UpdateBucketMetadataJournalTableConfiguration", {})
|
||||
.n("S3Client", "UpdateBucketMetadataJournalTableConfigurationCommand")
|
||||
.f(void 0, void 0)
|
||||
.ser(se_UpdateBucketMetadataJournalTableConfigurationCommand)
|
||||
.de(de_UpdateBucketMetadataJournalTableConfigurationCommand)
|
||||
.build() {
|
||||
}
|
||||
+5
@@ -2,6 +2,7 @@ export * from "./AbortMultipartUploadCommand";
|
||||
export * from "./CompleteMultipartUploadCommand";
|
||||
export * from "./CopyObjectCommand";
|
||||
export * from "./CreateBucketCommand";
|
||||
export * from "./CreateBucketMetadataConfigurationCommand";
|
||||
export * from "./CreateBucketMetadataTableConfigurationCommand";
|
||||
export * from "./CreateMultipartUploadCommand";
|
||||
export * from "./CreateSessionCommand";
|
||||
@@ -12,6 +13,7 @@ export * from "./DeleteBucketEncryptionCommand";
|
||||
export * from "./DeleteBucketIntelligentTieringConfigurationCommand";
|
||||
export * from "./DeleteBucketInventoryConfigurationCommand";
|
||||
export * from "./DeleteBucketLifecycleCommand";
|
||||
export * from "./DeleteBucketMetadataConfigurationCommand";
|
||||
export * from "./DeleteBucketMetadataTableConfigurationCommand";
|
||||
export * from "./DeleteBucketMetricsConfigurationCommand";
|
||||
export * from "./DeleteBucketOwnershipControlsCommand";
|
||||
@@ -33,6 +35,7 @@ export * from "./GetBucketInventoryConfigurationCommand";
|
||||
export * from "./GetBucketLifecycleConfigurationCommand";
|
||||
export * from "./GetBucketLocationCommand";
|
||||
export * from "./GetBucketLoggingCommand";
|
||||
export * from "./GetBucketMetadataConfigurationCommand";
|
||||
export * from "./GetBucketMetadataTableConfigurationCommand";
|
||||
export * from "./GetBucketMetricsConfigurationCommand";
|
||||
export * from "./GetBucketNotificationConfigurationCommand";
|
||||
@@ -94,6 +97,8 @@ export * from "./PutPublicAccessBlockCommand";
|
||||
export * from "./RenameObjectCommand";
|
||||
export * from "./RestoreObjectCommand";
|
||||
export * from "./SelectObjectContentCommand";
|
||||
export * from "./UpdateBucketMetadataInventoryTableConfigurationCommand";
|
||||
export * from "./UpdateBucketMetadataJournalTableConfigurationCommand";
|
||||
export * from "./UploadPartCommand";
|
||||
export * from "./UploadPartCopyCommand";
|
||||
export * from "./WriteGetObjectResponseCommand";
|
||||
|
||||
Reference in New Issue
Block a user