@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
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetBackendAPIModelsCommand, se_GetBackendAPIModelsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetBackendAPIModelsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "AmplifyBackendClient";
|
|
26
|
-
const commandName = "GetBackendAPIModelsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyBackend",
|
|
35
|
-
operation: "GetBackendAPIModels",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetBackendAPIModelsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetBackendAPIModelsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetBackendAPIModelsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmplifyBackend", "GetBackendAPIModels", {})
|
|
19
|
+
.n("AmplifyBackendClient", "GetBackendAPIModelsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetBackendAPIModelsCommand)
|
|
22
|
+
.de(de_GetBackendAPIModelsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetBackendAuthResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetBackendAuthCommand, se_GetBackendAuthCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetBackendAuthCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "AmplifyBackendClient";
|
|
27
|
-
const commandName = "GetBackendAuthCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetBackendAuthResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AmplifyBackend",
|
|
36
|
-
operation: "GetBackendAuth",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetBackendAuthCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetBackendAuthCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetBackendAuthCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AmplifyBackend", "GetBackendAuth", {})
|
|
20
|
+
.n("AmplifyBackendClient", "GetBackendAuthCommand")
|
|
21
|
+
.f(void 0, GetBackendAuthResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetBackendAuthCommand)
|
|
23
|
+
.de(de_GetBackendAuthCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetBackendCommand, se_GetBackendCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetBackendCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "AmplifyBackendClient";
|
|
26
|
-
const commandName = "GetBackendCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyBackend",
|
|
35
|
-
operation: "GetBackend",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetBackendCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetBackendCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetBackendCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmplifyBackend", "GetBackend", {})
|
|
19
|
+
.n("AmplifyBackendClient", "GetBackendCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetBackendCommand)
|
|
22
|
+
.de(de_GetBackendCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetBackendJobCommand, se_GetBackendJobCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetBackendJobCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "AmplifyBackendClient";
|
|
26
|
-
const commandName = "GetBackendJobCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyBackend",
|
|
35
|
-
operation: "GetBackendJob",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetBackendJobCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetBackendJobCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetBackendJobCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmplifyBackend", "GetBackendJob", {})
|
|
19
|
+
.n("AmplifyBackendClient", "GetBackendJobCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetBackendJobCommand)
|
|
22
|
+
.de(de_GetBackendJobCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetBackendStorageCommand, se_GetBackendStorageCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetBackendStorageCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "AmplifyBackendClient";
|
|
26
|
-
const commandName = "GetBackendStorageCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyBackend",
|
|
35
|
-
operation: "GetBackendStorage",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetBackendStorageCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetBackendStorageCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetBackendStorageCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmplifyBackend", "GetBackendStorage", {})
|
|
19
|
+
.n("AmplifyBackendClient", "GetBackendStorageCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetBackendStorageCommand)
|
|
22
|
+
.de(de_GetBackendStorageCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetTokenCommand, se_GetTokenCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetTokenCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "AmplifyBackendClient";
|
|
26
|
-
const commandName = "GetTokenCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyBackend",
|
|
35
|
-
operation: "GetToken",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetTokenCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetTokenCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetTokenCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmplifyBackend", "GetToken", {})
|
|
19
|
+
.n("AmplifyBackendClient", "GetTokenCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetTokenCommand)
|
|
22
|
+
.de(de_GetTokenCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ImportBackendAuthCommand, se_ImportBackendAuthCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ImportBackendAuthCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "AmplifyBackendClient";
|
|
26
|
-
const commandName = "ImportBackendAuthCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyBackend",
|
|
35
|
-
operation: "ImportBackendAuth",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ImportBackendAuthCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ImportBackendAuthCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ImportBackendAuthCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmplifyBackend", "ImportBackendAuth", {})
|
|
19
|
+
.n("AmplifyBackendClient", "ImportBackendAuthCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ImportBackendAuthCommand)
|
|
22
|
+
.de(de_ImportBackendAuthCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ImportBackendStorageCommand, se_ImportBackendStorageCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ImportBackendStorageCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "AmplifyBackendClient";
|
|
26
|
-
const commandName = "ImportBackendStorageCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyBackend",
|
|
35
|
-
operation: "ImportBackendStorage",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ImportBackendStorageCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ImportBackendStorageCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ImportBackendStorageCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmplifyBackend", "ImportBackendStorage", {})
|
|
19
|
+
.n("AmplifyBackendClient", "ImportBackendStorageCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ImportBackendStorageCommand)
|
|
22
|
+
.de(de_ImportBackendStorageCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListBackendJobsCommand, se_ListBackendJobsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListBackendJobsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "AmplifyBackendClient";
|
|
26
|
-
const commandName = "ListBackendJobsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyBackend",
|
|
35
|
-
operation: "ListBackendJobs",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListBackendJobsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListBackendJobsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListBackendJobsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmplifyBackend", "ListBackendJobs", {})
|
|
19
|
+
.n("AmplifyBackendClient", "ListBackendJobsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListBackendJobsCommand)
|
|
22
|
+
.de(de_ListBackendJobsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|