初始化环境文件
This commit is contained in:
19
node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js
generated
vendored
Normal file
19
node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
||||
import { Command as $Command } from "@smithy/smithy-client";
|
||||
import { commonParams } from "../endpoint/EndpointParameters";
|
||||
import { WriteGetObjectResponse$ } from "../schemas/schemas_0";
|
||||
export { $Command };
|
||||
export class WriteGetObjectResponseCommand extends $Command
|
||||
.classBuilder()
|
||||
.ep({
|
||||
...commonParams,
|
||||
UseObjectLambdaEndpoint: { type: "staticContextParams", value: true },
|
||||
})
|
||||
.m(function (Command, cs, config, o) {
|
||||
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
||||
})
|
||||
.s("AmazonS3", "WriteGetObjectResponse", {})
|
||||
.n("S3Client", "WriteGetObjectResponseCommand")
|
||||
.sc(WriteGetObjectResponse$)
|
||||
.build() {
|
||||
}
|
||||
Reference in New Issue
Block a user