@aws-sdk/client-amplifyuibuilder 3.1077.0 → 3.1078.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/index.js +36 -283
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateComponentCommand.js +2 -14
- package/dist-es/commands/CreateFormCommand.js +2 -14
- package/dist-es/commands/CreateThemeCommand.js +2 -14
- package/dist-es/commands/DeleteComponentCommand.js +2 -14
- package/dist-es/commands/DeleteFormCommand.js +2 -14
- package/dist-es/commands/DeleteThemeCommand.js +2 -14
- package/dist-es/commands/ExchangeCodeForTokenCommand.js +2 -14
- package/dist-es/commands/ExportComponentsCommand.js +2 -14
- package/dist-es/commands/ExportFormsCommand.js +2 -14
- package/dist-es/commands/ExportThemesCommand.js +2 -14
- package/dist-es/commands/GetCodegenJobCommand.js +2 -14
- package/dist-es/commands/GetComponentCommand.js +2 -14
- package/dist-es/commands/GetFormCommand.js +2 -14
- package/dist-es/commands/GetMetadataCommand.js +2 -14
- package/dist-es/commands/GetThemeCommand.js +2 -14
- package/dist-es/commands/ListCodegenJobsCommand.js +2 -14
- package/dist-es/commands/ListComponentsCommand.js +2 -14
- package/dist-es/commands/ListFormsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListThemesCommand.js +2 -14
- package/dist-es/commands/PutMetadataFlagCommand.js +2 -14
- package/dist-es/commands/RefreshTokenCommand.js +2 -14
- package/dist-es/commands/StartCodegenJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateComponentCommand.js +2 -14
- package/dist-es/commands/UpdateFormCommand.js +2 -14
- package/dist-es/commands/UpdateThemeCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +3 -8
- package/dist-types/commands/CreateFormCommand.d.ts +3 -8
- package/dist-types/commands/CreateThemeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteComponentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFormCommand.d.ts +3 -8
- package/dist-types/commands/DeleteThemeCommand.d.ts +3 -8
- package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +3 -8
- package/dist-types/commands/ExportComponentsCommand.d.ts +3 -8
- package/dist-types/commands/ExportFormsCommand.d.ts +3 -8
- package/dist-types/commands/ExportThemesCommand.d.ts +3 -8
- package/dist-types/commands/GetCodegenJobCommand.d.ts +3 -8
- package/dist-types/commands/GetComponentCommand.d.ts +3 -8
- package/dist-types/commands/GetFormCommand.d.ts +3 -8
- package/dist-types/commands/GetMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetThemeCommand.d.ts +3 -8
- package/dist-types/commands/ListCodegenJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListComponentsCommand.d.ts +3 -8
- package/dist-types/commands/ListFormsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListThemesCommand.d.ts +3 -8
- package/dist-types/commands/PutMetadataFlagCommand.d.ts +3 -8
- package/dist-types/commands/RefreshTokenCommand.d.ts +3 -8
- package/dist-types/commands/StartCodegenJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateComponentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFormCommand.d.ts +3 -8
- package/dist-types/commands/UpdateThemeCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFormCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMetadata$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMetadataCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "GetMetadata", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "GetMetadataCommand")
|
|
14
|
-
.sc(GetMetadata$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMetadataCommand extends command(_ep0, _mw0, "GetMetadata", GetMetadata$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTheme$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetThemeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "GetTheme", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "GetThemeCommand")
|
|
14
|
-
.sc(GetTheme$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetThemeCommand extends command(_ep0, _mw0, "GetTheme", GetTheme$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCodegenJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCodegenJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "ListCodegenJobs", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "ListCodegenJobsCommand")
|
|
14
|
-
.sc(ListCodegenJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCodegenJobsCommand extends command(_ep0, _mw0, "ListCodegenJobs", ListCodegenJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListComponents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListComponentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "ListComponents", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "ListComponentsCommand")
|
|
14
|
-
.sc(ListComponents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListComponentsCommand extends command(_ep0, _mw0, "ListComponents", ListComponents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListForms$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFormsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "ListForms", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "ListFormsCommand")
|
|
14
|
-
.sc(ListForms$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFormsCommand extends command(_ep0, _mw0, "ListForms", ListForms$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "ListTagsForResource", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListThemes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListThemesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "ListThemes", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "ListThemesCommand")
|
|
14
|
-
.sc(ListThemes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListThemesCommand extends command(_ep0, _mw0, "ListThemes", ListThemes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutMetadataFlag$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutMetadataFlagCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "PutMetadataFlag", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "PutMetadataFlagCommand")
|
|
14
|
-
.sc(PutMetadataFlag$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutMetadataFlagCommand extends command(_ep0, _mw0, "PutMetadataFlag", PutMetadataFlag$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RefreshToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RefreshTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "RefreshToken", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "RefreshTokenCommand")
|
|
14
|
-
.sc(RefreshToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RefreshTokenCommand extends command(_ep0, _mw0, "RefreshToken", RefreshToken$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartCodegenJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartCodegenJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "StartCodegenJob", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "StartCodegenJobCommand")
|
|
14
|
-
.sc(StartCodegenJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartCodegenJobCommand extends command(_ep0, _mw0, "StartCodegenJob", StartCodegenJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "TagResource", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "UntagResource", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateComponent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateComponentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "UpdateComponent", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "UpdateComponentCommand")
|
|
14
|
-
.sc(UpdateComponent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateComponentCommand extends command(_ep0, _mw0, "UpdateComponent", UpdateComponent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateForm$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateFormCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "UpdateForm", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "UpdateFormCommand")
|
|
14
|
-
.sc(UpdateForm$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateFormCommand extends command(_ep0, _mw0, "UpdateForm", UpdateForm$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateTheme$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateThemeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "UpdateTheme", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "UpdateThemeCommand")
|
|
14
|
-
.sc(UpdateTheme$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateThemeCommand extends command(_ep0, _mw0, "UpdateTheme", UpdateTheme$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./AmplifyUIBuilderClient";
|
|
2
2
|
export * from "./AmplifyUIBuilder";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./AmplifyUIBuilderClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
2
|
import type { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateComponentCommandInput extends CreateComponentRequest {
|
|
|
22
19
|
export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateComponentCommand_base: {
|
|
25
|
-
new (input: CreateComponentCommandInput): import("@smithy/core/client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateComponentCommandInput): import("@smithy/core/client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateComponentCommandInput): import("@smithy/core/client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateComponentCommandInput): import("@smithy/core/client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new component for an Amplify app.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
2
|
import type { CreateFormRequest, CreateFormResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateFormCommandInput extends CreateFormRequest {
|
|
|
22
19
|
export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFormCommand_base: {
|
|
25
|
-
new (input: CreateFormCommandInput): import("@smithy/core/client").CommandImpl<CreateFormCommandInput, CreateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFormCommandInput): import("@smithy/core/client").CommandImpl<CreateFormCommandInput, CreateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFormCommandInput): import("@smithy/core/client").CommandImpl<CreateFormCommandInput, CreateFormCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFormCommandInput): import("@smithy/core/client").CommandImpl<CreateFormCommandInput, CreateFormCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new form for an Amplify app.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
2
|
import type { CreateThemeRequest, CreateThemeResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateThemeCommandInput extends CreateThemeRequest {
|
|
|
22
19
|
export interface CreateThemeCommandOutput extends CreateThemeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateThemeCommand_base: {
|
|
25
|
-
new (input: CreateThemeCommandInput): import("@smithy/core/client").CommandImpl<CreateThemeCommandInput, CreateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateThemeCommandInput): import("@smithy/core/client").CommandImpl<CreateThemeCommandInput, CreateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateThemeCommandInput): import("@smithy/core/client").CommandImpl<CreateThemeCommandInput, CreateThemeCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateThemeCommandInput): import("@smithy/core/client").CommandImpl<CreateThemeCommandInput, CreateThemeCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a theme to apply to the components in an Amplify app.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
2
|
import type { DeleteComponentRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {
|
|
|
22
19
|
export interface DeleteComponentCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteComponentCommand_base: {
|
|
25
|
-
new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a component from an Amplify app.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
2
|
import type { DeleteFormRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteFormCommandInput extends DeleteFormRequest {
|
|
|
22
19
|
export interface DeleteFormCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFormCommand_base: {
|
|
25
|
-
new (input: DeleteFormCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFormCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFormCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFormCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a form from an Amplify app.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
2
|
import type { DeleteThemeRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteThemeCommandInput extends DeleteThemeRequest {
|
|
|
22
19
|
export interface DeleteThemeCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteThemeCommand_base: {
|
|
25
|
-
new (input: DeleteThemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteThemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteThemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteThemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a theme from an Amplify app.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
2
|
import type { ExchangeCodeForTokenRequest, ExchangeCodeForTokenResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ExchangeCodeForTokenCommandInput extends ExchangeCodeForTokenRe
|
|
|
22
19
|
export interface ExchangeCodeForTokenCommandOutput extends ExchangeCodeForTokenResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ExchangeCodeForTokenCommand_base: {
|
|
25
|
-
new (input: ExchangeCodeForTokenCommandInput): import("@smithy/core/client").CommandImpl<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ExchangeCodeForTokenCommandInput): import("@smithy/core/client").CommandImpl<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ExchangeCodeForTokenCommandInput): import("@smithy/core/client").CommandImpl<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ExchangeCodeForTokenCommandInput): import("@smithy/core/client").CommandImpl<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
2
|
import type { ExportComponentsRequest, ExportComponentsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ExportComponentsCommandInput extends ExportComponentsRequest {
|
|
|
22
19
|
export interface ExportComponentsCommandOutput extends ExportComponentsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ExportComponentsCommand_base: {
|
|
25
|
-
new (input: ExportComponentsCommandInput): import("@smithy/core/client").CommandImpl<ExportComponentsCommandInput, ExportComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ExportComponentsCommandInput): import("@smithy/core/client").CommandImpl<ExportComponentsCommandInput, ExportComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ExportComponentsCommandInput): import("@smithy/core/client").CommandImpl<ExportComponentsCommandInput, ExportComponentsCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ExportComponentsCommandInput): import("@smithy/core/client").CommandImpl<ExportComponentsCommandInput, ExportComponentsCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Exports component configurations to code that is ready to integrate into an Amplify app.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
2
|
import type { ExportFormsRequest, ExportFormsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ExportFormsCommandInput extends ExportFormsRequest {
|
|
|
22
19
|
export interface ExportFormsCommandOutput extends ExportFormsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ExportFormsCommand_base: {
|
|
25
|
-
new (input: ExportFormsCommandInput): import("@smithy/core/client").CommandImpl<ExportFormsCommandInput, ExportFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ExportFormsCommandInput): import("@smithy/core/client").CommandImpl<ExportFormsCommandInput, ExportFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ExportFormsCommandInput): import("@smithy/core/client").CommandImpl<ExportFormsCommandInput, ExportFormsCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ExportFormsCommandInput): import("@smithy/core/client").CommandImpl<ExportFormsCommandInput, ExportFormsCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Exports form configurations to code that is ready to integrate into an Amplify app.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
2
|
import type { ExportThemesRequest, ExportThemesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ExportThemesCommandInput extends ExportThemesRequest {
|
|
|
22
19
|
export interface ExportThemesCommandOutput extends ExportThemesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ExportThemesCommand_base: {
|
|
25
|
-
new (input: ExportThemesCommandInput): import("@smithy/core/client").CommandImpl<ExportThemesCommandInput, ExportThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ExportThemesCommandInput): import("@smithy/core/client").CommandImpl<ExportThemesCommandInput, ExportThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ExportThemesCommandInput): import("@smithy/core/client").CommandImpl<ExportThemesCommandInput, ExportThemesCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ExportThemesCommandInput): import("@smithy/core/client").CommandImpl<ExportThemesCommandInput, ExportThemesCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Exports theme configurations to code that is ready to integrate into an Amplify app.</p>
|