@aws-sdk/client-amplifyuibuilder 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/CreateComponentCommand.js +18 -41
- package/dist-cjs/commands/CreateFormCommand.js +18 -41
- package/dist-cjs/commands/CreateThemeCommand.js +18 -41
- package/dist-cjs/commands/DeleteComponentCommand.js +18 -41
- package/dist-cjs/commands/DeleteFormCommand.js +18 -41
- package/dist-cjs/commands/DeleteThemeCommand.js +18 -41
- package/dist-cjs/commands/ExchangeCodeForTokenCommand.js +18 -41
- package/dist-cjs/commands/ExportComponentsCommand.js +18 -41
- package/dist-cjs/commands/ExportFormsCommand.js +18 -41
- package/dist-cjs/commands/ExportThemesCommand.js +18 -41
- package/dist-cjs/commands/GetCodegenJobCommand.js +18 -41
- package/dist-cjs/commands/GetComponentCommand.js +18 -41
- package/dist-cjs/commands/GetFormCommand.js +18 -41
- package/dist-cjs/commands/GetMetadataCommand.js +18 -41
- package/dist-cjs/commands/GetThemeCommand.js +18 -41
- package/dist-cjs/commands/ListCodegenJobsCommand.js +18 -41
- package/dist-cjs/commands/ListComponentsCommand.js +18 -41
- package/dist-cjs/commands/ListFormsCommand.js +18 -41
- package/dist-cjs/commands/ListThemesCommand.js +18 -41
- package/dist-cjs/commands/PutMetadataFlagCommand.js +18 -41
- package/dist-cjs/commands/RefreshTokenCommand.js +18 -41
- package/dist-cjs/commands/StartCodegenJobCommand.js +18 -41
- package/dist-cjs/commands/UpdateComponentCommand.js +18 -41
- package/dist-cjs/commands/UpdateFormCommand.js +18 -41
- package/dist-cjs/commands/UpdateThemeCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateComponentCommand.js +18 -41
- package/dist-es/commands/CreateFormCommand.js +18 -41
- package/dist-es/commands/CreateThemeCommand.js +18 -41
- package/dist-es/commands/DeleteComponentCommand.js +18 -41
- package/dist-es/commands/DeleteFormCommand.js +18 -41
- package/dist-es/commands/DeleteThemeCommand.js +18 -41
- package/dist-es/commands/ExchangeCodeForTokenCommand.js +18 -41
- package/dist-es/commands/ExportComponentsCommand.js +18 -41
- package/dist-es/commands/ExportFormsCommand.js +18 -41
- package/dist-es/commands/ExportThemesCommand.js +18 -41
- package/dist-es/commands/GetCodegenJobCommand.js +18 -41
- package/dist-es/commands/GetComponentCommand.js +18 -41
- package/dist-es/commands/GetFormCommand.js +18 -41
- package/dist-es/commands/GetMetadataCommand.js +18 -41
- package/dist-es/commands/GetThemeCommand.js +18 -41
- package/dist-es/commands/ListCodegenJobsCommand.js +18 -41
- package/dist-es/commands/ListComponentsCommand.js +18 -41
- package/dist-es/commands/ListFormsCommand.js +18 -41
- package/dist-es/commands/ListThemesCommand.js +18 -41
- package/dist-es/commands/PutMetadataFlagCommand.js +18 -41
- package/dist-es/commands/RefreshTokenCommand.js +18 -41
- package/dist-es/commands/StartCodegenJobCommand.js +18 -41
- package/dist-es/commands/UpdateComponentCommand.js +18 -41
- package/dist-es/commands/UpdateFormCommand.js +18 -41
- package/dist-es/commands/UpdateThemeCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +6 -21
- package/dist-types/commands/CreateFormCommand.d.ts +6 -21
- package/dist-types/commands/CreateThemeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteComponentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFormCommand.d.ts +6 -21
- package/dist-types/commands/DeleteThemeCommand.d.ts +6 -21
- package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +6 -21
- package/dist-types/commands/ExportComponentsCommand.d.ts +6 -21
- package/dist-types/commands/ExportFormsCommand.d.ts +6 -21
- package/dist-types/commands/ExportThemesCommand.d.ts +6 -21
- package/dist-types/commands/GetCodegenJobCommand.d.ts +6 -21
- package/dist-types/commands/GetComponentCommand.d.ts +6 -21
- package/dist-types/commands/GetFormCommand.d.ts +6 -21
- package/dist-types/commands/GetMetadataCommand.d.ts +6 -21
- package/dist-types/commands/GetThemeCommand.d.ts +6 -21
- package/dist-types/commands/ListCodegenJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
- package/dist-types/commands/ListFormsCommand.d.ts +6 -21
- package/dist-types/commands/ListThemesCommand.d.ts +6 -21
- package/dist-types/commands/PutMetadataFlagCommand.d.ts +6 -21
- package/dist-types/commands/RefreshTokenCommand.d.ts +6 -21
- package/dist-types/commands/StartCodegenJobCommand.d.ts +6 -21
- package/dist-types/commands/UpdateComponentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFormCommand.d.ts +6 -21
- package/dist-types/commands/UpdateThemeCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFormCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -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 { RefreshTokenRequestFilterSensitiveLog, RefreshTokenResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_RefreshTokenCommand, se_RefreshTokenCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class RefreshTokenCommand 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 = "AmplifyUIBuilderClient";
|
|
27
|
-
const commandName = "RefreshTokenCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: RefreshTokenRequestFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: RefreshTokenResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AmplifyUIBuilder",
|
|
36
|
-
operation: "RefreshToken",
|
|
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_RefreshTokenCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_RefreshTokenCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class RefreshTokenCommand 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("AmplifyUIBuilder", "RefreshToken", {})
|
|
20
|
+
.n("AmplifyUIBuilderClient", "RefreshTokenCommand")
|
|
21
|
+
.f(RefreshTokenRequestFilterSensitiveLog, RefreshTokenResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_RefreshTokenCommand)
|
|
23
|
+
.de(de_RefreshTokenCommand)
|
|
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_StartCodegenJobCommand, se_StartCodegenJobCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class StartCodegenJobCommand 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 = "AmplifyUIBuilderClient";
|
|
26
|
-
const commandName = "StartCodegenJobCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyUIBuilder",
|
|
35
|
-
operation: "StartCodegenJob",
|
|
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_StartCodegenJobCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_StartCodegenJobCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class StartCodegenJobCommand 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("AmplifyUIBuilder", "StartCodegenJob", {})
|
|
19
|
+
.n("AmplifyUIBuilderClient", "StartCodegenJobCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_StartCodegenJobCommand)
|
|
22
|
+
.de(de_StartCodegenJobCommand)
|
|
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_UpdateComponentCommand, se_UpdateComponentCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateComponentCommand 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 = "AmplifyUIBuilderClient";
|
|
26
|
-
const commandName = "UpdateComponentCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyUIBuilder",
|
|
35
|
-
operation: "UpdateComponent",
|
|
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_UpdateComponentCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateComponentCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateComponentCommand 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("AmplifyUIBuilder", "UpdateComponent", {})
|
|
19
|
+
.n("AmplifyUIBuilderClient", "UpdateComponentCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateComponentCommand)
|
|
22
|
+
.de(de_UpdateComponentCommand)
|
|
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_UpdateFormCommand, se_UpdateFormCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateFormCommand 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 = "AmplifyUIBuilderClient";
|
|
26
|
-
const commandName = "UpdateFormCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyUIBuilder",
|
|
35
|
-
operation: "UpdateForm",
|
|
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_UpdateFormCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateFormCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateFormCommand 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("AmplifyUIBuilder", "UpdateForm", {})
|
|
19
|
+
.n("AmplifyUIBuilderClient", "UpdateFormCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateFormCommand)
|
|
22
|
+
.de(de_UpdateFormCommand)
|
|
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_UpdateThemeCommand, se_UpdateThemeCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateThemeCommand 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 = "AmplifyUIBuilderClient";
|
|
26
|
-
const commandName = "UpdateThemeCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmplifyUIBuilder",
|
|
35
|
-
operation: "UpdateTheme",
|
|
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_UpdateThemeCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateThemeCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateThemeCommand 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("AmplifyUIBuilder", "UpdateTheme", {})
|
|
19
|
+
.n("AmplifyUIBuilderClient", "UpdateThemeCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateThemeCommand)
|
|
22
|
+
.de(de_UpdateThemeCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "amplifyuibuilder",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateComponentCommandInput extends CreateComponentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateComponentCommand_base: {
|
|
24
|
+
new (input: CreateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new component for an Amplify app.</p>
|
|
@@ -498,23 +501,5 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
|
|
|
498
501
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
499
502
|
*
|
|
500
503
|
*/
|
|
501
|
-
export declare class CreateComponentCommand extends
|
|
502
|
-
readonly input: CreateComponentCommandInput;
|
|
503
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
504
|
-
/**
|
|
505
|
-
* @public
|
|
506
|
-
*/
|
|
507
|
-
constructor(input: CreateComponentCommandInput);
|
|
508
|
-
/**
|
|
509
|
-
* @internal
|
|
510
|
-
*/
|
|
511
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
|
-
private serialize;
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
*/
|
|
519
|
-
private deserialize;
|
|
504
|
+
export declare class CreateComponentCommand extends CreateComponentCommand_base {
|
|
520
505
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { CreateFormRequest, CreateFormResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateFormCommandInput extends CreateFormRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateFormCommand_base: {
|
|
24
|
+
new (input: CreateFormCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFormCommandInput, CreateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new form for an Amplify app.</p>
|
|
@@ -376,23 +379,5 @@ export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataB
|
|
|
376
379
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
377
380
|
*
|
|
378
381
|
*/
|
|
379
|
-
export declare class CreateFormCommand extends
|
|
380
|
-
readonly input: CreateFormCommandInput;
|
|
381
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
382
|
-
/**
|
|
383
|
-
* @public
|
|
384
|
-
*/
|
|
385
|
-
constructor(input: CreateFormCommandInput);
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFormCommandInput, CreateFormCommandOutput>;
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
|
-
private serialize;
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
|
-
private deserialize;
|
|
382
|
+
export declare class CreateFormCommand extends CreateFormCommand_base {
|
|
398
383
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { CreateThemeRequest, CreateThemeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateThemeCommandInput extends CreateThemeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateThemeCommandOutput extends CreateThemeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateThemeCommand_base: {
|
|
24
|
+
new (input: CreateThemeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateThemeCommandInput, CreateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a theme to apply to the components in an Amplify app.</p>
|
|
@@ -118,23 +121,5 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
|
|
|
118
121
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
119
122
|
*
|
|
120
123
|
*/
|
|
121
|
-
export declare class CreateThemeCommand extends
|
|
122
|
-
readonly input: CreateThemeCommandInput;
|
|
123
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
124
|
-
/**
|
|
125
|
-
* @public
|
|
126
|
-
*/
|
|
127
|
-
constructor(input: CreateThemeCommandInput);
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateThemeCommandInput, CreateThemeCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private serialize;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private deserialize;
|
|
124
|
+
export declare class CreateThemeCommand extends CreateThemeCommand_base {
|
|
140
125
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { DeleteComponentRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteComponentCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteComponentCommand_base: {
|
|
24
|
+
new (input: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a component from an Amplify app.</p>
|
|
@@ -60,23 +63,5 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DeleteComponentCommand extends
|
|
64
|
-
readonly input: DeleteComponentCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DeleteComponentCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { DeleteFormRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteFormCommandInput extends DeleteFormRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteFormCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteFormCommand_base: {
|
|
24
|
+
new (input: DeleteFormCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a form from an Amplify app.</p>
|
|
@@ -60,23 +63,5 @@ export interface DeleteFormCommandOutput extends __MetadataBearer {
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DeleteFormCommand extends
|
|
64
|
-
readonly input: DeleteFormCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DeleteFormCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFormCommandInput, DeleteFormCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DeleteFormCommand extends DeleteFormCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { DeleteThemeRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteThemeCommandInput extends DeleteThemeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteThemeCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteThemeCommand_base: {
|
|
24
|
+
new (input: DeleteThemeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a theme from an Amplify app.</p>
|
|
@@ -60,23 +63,5 @@ export interface DeleteThemeCommandOutput extends __MetadataBearer {
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DeleteThemeCommand extends
|
|
64
|
-
readonly input: DeleteThemeCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DeleteThemeCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteThemeCommandInput, DeleteThemeCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DeleteThemeCommand extends DeleteThemeCommand_base {
|
|
82
67
|
}
|