@aws-sdk/client-amplifybackend 3.478.0 → 3.481.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/dist-cjs/commands/CloneBackendCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendAPICommand.js +18 -41
- package/dist-cjs/commands/CreateBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendConfigCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/CreateTokenCommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendAPICommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendCommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/DeleteTokenCommand.js +18 -41
- package/dist-cjs/commands/GenerateBackendAPIModelsCommand.js +18 -41
- package/dist-cjs/commands/GetBackendAPICommand.js +18 -41
- package/dist-cjs/commands/GetBackendAPIModelsCommand.js +18 -41
- package/dist-cjs/commands/GetBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/GetBackendCommand.js +18 -41
- package/dist-cjs/commands/GetBackendJobCommand.js +18 -41
- package/dist-cjs/commands/GetBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/GetTokenCommand.js +18 -41
- package/dist-cjs/commands/ImportBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/ImportBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/ListBackendJobsCommand.js +18 -41
- package/dist-cjs/commands/ListS3BucketsCommand.js +18 -41
- package/dist-cjs/commands/RemoveAllBackendsCommand.js +18 -41
- package/dist-cjs/commands/RemoveBackendConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendAPICommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendJobCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendStorageCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CloneBackendCommand.js +18 -41
- package/dist-es/commands/CreateBackendAPICommand.js +18 -41
- package/dist-es/commands/CreateBackendAuthCommand.js +18 -41
- package/dist-es/commands/CreateBackendCommand.js +18 -41
- package/dist-es/commands/CreateBackendConfigCommand.js +18 -41
- package/dist-es/commands/CreateBackendStorageCommand.js +18 -41
- package/dist-es/commands/CreateTokenCommand.js +18 -41
- package/dist-es/commands/DeleteBackendAPICommand.js +18 -41
- package/dist-es/commands/DeleteBackendAuthCommand.js +18 -41
- package/dist-es/commands/DeleteBackendCommand.js +18 -41
- package/dist-es/commands/DeleteBackendStorageCommand.js +18 -41
- package/dist-es/commands/DeleteTokenCommand.js +18 -41
- package/dist-es/commands/GenerateBackendAPIModelsCommand.js +18 -41
- package/dist-es/commands/GetBackendAPICommand.js +18 -41
- package/dist-es/commands/GetBackendAPIModelsCommand.js +18 -41
- package/dist-es/commands/GetBackendAuthCommand.js +18 -41
- package/dist-es/commands/GetBackendCommand.js +18 -41
- package/dist-es/commands/GetBackendJobCommand.js +18 -41
- package/dist-es/commands/GetBackendStorageCommand.js +18 -41
- package/dist-es/commands/GetTokenCommand.js +18 -41
- package/dist-es/commands/ImportBackendAuthCommand.js +18 -41
- package/dist-es/commands/ImportBackendStorageCommand.js +18 -41
- package/dist-es/commands/ListBackendJobsCommand.js +18 -41
- package/dist-es/commands/ListS3BucketsCommand.js +18 -41
- package/dist-es/commands/RemoveAllBackendsCommand.js +18 -41
- package/dist-es/commands/RemoveBackendConfigCommand.js +18 -41
- package/dist-es/commands/UpdateBackendAPICommand.js +18 -41
- package/dist-es/commands/UpdateBackendAuthCommand.js +18 -41
- package/dist-es/commands/UpdateBackendConfigCommand.js +18 -41
- package/dist-es/commands/UpdateBackendJobCommand.js +18 -41
- package/dist-es/commands/UpdateBackendStorageCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CloneBackendCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/CreateTokenCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTokenCommand.d.ts +6 -21
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendJobCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/GetTokenCommand.d.ts +6 -21
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/ListBackendJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListS3BucketsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteBackendCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyBackendClient";
|
|
29
|
-
const commandName = "DeleteBackendCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmplifyBackend",
|
|
38
|
-
operation: "DeleteBackend",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteBackendCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteBackendCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteBackendCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmplifyBackend", "DeleteBackend", {})
|
|
22
|
+
.n("AmplifyBackendClient", "DeleteBackendCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteBackendCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteBackendCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteBackendCommand = DeleteBackendCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteBackendStorageCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyBackendClient";
|
|
29
|
-
const commandName = "DeleteBackendStorageCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmplifyBackend",
|
|
38
|
-
operation: "DeleteBackendStorage",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteBackendStorageCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteBackendStorageCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteBackendStorageCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmplifyBackend", "DeleteBackendStorage", {})
|
|
22
|
+
.n("AmplifyBackendClient", "DeleteBackendStorageCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteBackendStorageCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteBackendStorageCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteBackendStorageCommand = DeleteBackendStorageCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteTokenCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyBackendClient";
|
|
29
|
-
const commandName = "DeleteTokenCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmplifyBackend",
|
|
38
|
-
operation: "DeleteToken",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteTokenCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteTokenCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteTokenCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmplifyBackend", "DeleteToken", {})
|
|
22
|
+
.n("AmplifyBackendClient", "DeleteTokenCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteTokenCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteTokenCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteTokenCommand = DeleteTokenCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GenerateBackendAPIModelsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyBackendClient";
|
|
29
|
-
const commandName = "GenerateBackendAPIModelsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmplifyBackend",
|
|
38
|
-
operation: "GenerateBackendAPIModels",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GenerateBackendAPIModelsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GenerateBackendAPIModelsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GenerateBackendAPIModelsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmplifyBackend", "GenerateBackendAPIModels", {})
|
|
22
|
+
.n("AmplifyBackendClient", "GenerateBackendAPIModelsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GenerateBackendAPIModelsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GenerateBackendAPIModelsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GenerateBackendAPIModelsCommand = GenerateBackendAPIModelsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetBackendAPICommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyBackendClient";
|
|
29
|
-
const commandName = "GetBackendAPICommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmplifyBackend",
|
|
38
|
-
operation: "GetBackendAPI",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetBackendAPICommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetBackendAPICommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetBackendAPICommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmplifyBackend", "GetBackendAPI", {})
|
|
22
|
+
.n("AmplifyBackendClient", "GetBackendAPICommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GetBackendAPICommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GetBackendAPICommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetBackendAPICommand = GetBackendAPICommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetBackendAPIModelsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyBackendClient";
|
|
29
|
-
const commandName = "GetBackendAPIModelsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmplifyBackend",
|
|
38
|
-
operation: "GetBackendAPIModels",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetBackendAPIModelsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetBackendAPIModelsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetBackendAPIModelsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmplifyBackend", "GetBackendAPIModels", {})
|
|
22
|
+
.n("AmplifyBackendClient", "GetBackendAPIModelsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GetBackendAPIModelsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GetBackendAPIModelsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetBackendAPIModelsCommand = GetBackendAPIModelsCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetBackendAuthCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "AmplifyBackendClient";
|
|
30
|
-
const commandName = "GetBackendAuthCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetBackendAuthResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AmplifyBackend",
|
|
39
|
-
operation: "GetBackendAuth",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_GetBackendAuthCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetBackendAuthCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class GetBackendAuthCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AmplifyBackend", "GetBackendAuth", {})
|
|
23
|
+
.n("AmplifyBackendClient", "GetBackendAuthCommand")
|
|
24
|
+
.f(void 0, models_0_1.GetBackendAuthResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_GetBackendAuthCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_GetBackendAuthCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetBackendAuthCommand = GetBackendAuthCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetBackendCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyBackendClient";
|
|
29
|
-
const commandName = "GetBackendCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmplifyBackend",
|
|
38
|
-
operation: "GetBackend",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetBackendCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetBackendCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetBackendCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmplifyBackend", "GetBackend", {})
|
|
22
|
+
.n("AmplifyBackendClient", "GetBackendCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GetBackendCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GetBackendCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetBackendCommand = GetBackendCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetBackendJobCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyBackendClient";
|
|
29
|
-
const commandName = "GetBackendJobCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmplifyBackend",
|
|
38
|
-
operation: "GetBackendJob",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetBackendJobCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetBackendJobCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetBackendJobCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmplifyBackend", "GetBackendJob", {})
|
|
22
|
+
.n("AmplifyBackendClient", "GetBackendJobCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GetBackendJobCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GetBackendJobCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetBackendJobCommand = GetBackendJobCommand;
|