@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,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCodegenJobsRequest,
|
|
10
4
|
ListCodegenJobsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCodegenJobsCommandInput extends ListCodegenJobsRequest {}
|
|
15
8
|
export interface ListCodegenJobsCommandOutput
|
|
16
9
|
extends ListCodegenJobsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListCodegenJobsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListCodegenJobsCommandInput,
|
|
23
16
|
ListCodegenJobsCommandOutput,
|
|
24
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListCodegenJobsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListCodegenJobsCommandInput,
|
|
32
25
|
ListCodegenJobsCommandOutput,
|
|
33
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListCodegenJobsCommand extends ListCodegenJobsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import {
|
|
9
3
|
ListComponentsRequest,
|
|
10
4
|
ListComponentsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListComponentsCommandInput extends ListComponentsRequest {}
|
|
15
8
|
export interface ListComponentsCommandOutput
|
|
16
9
|
extends ListComponentsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListComponentsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListComponentsCommandInput,
|
|
23
16
|
ListComponentsCommandOutput,
|
|
24
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListComponentsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListComponentsCommandInput,
|
|
32
25
|
ListComponentsCommandOutput,
|
|
33
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import { ListFormsRequest, ListFormsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListFormsCommandInput extends ListFormsRequest {}
|
|
12
5
|
export interface ListFormsCommandOutput
|
|
13
6
|
extends ListFormsResponse,
|
|
@@ -16,20 +9,18 @@ declare const ListFormsCommand_base: {
|
|
|
16
9
|
new (input: ListFormsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ListFormsCommandInput,
|
|
18
11
|
ListFormsCommandOutput,
|
|
19
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: ListFormsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
ListFormsCommandInput,
|
|
25
18
|
ListFormsCommandOutput,
|
|
26
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class ListFormsCommand extends ListFormsCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import { ListThemesRequest, ListThemesResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListThemesCommandInput extends ListThemesRequest {}
|
|
12
5
|
export interface ListThemesCommandOutput
|
|
13
6
|
extends ListThemesResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListThemesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListThemesCommandInput,
|
|
20
13
|
ListThemesCommandOutput,
|
|
21
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListThemesCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListThemesCommandInput,
|
|
29
22
|
ListThemesCommandOutput,
|
|
30
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListThemesCommand extends ListThemesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import { PutMetadataFlagRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PutMetadataFlagCommandInput extends PutMetadataFlagRequest {}
|
|
12
5
|
export interface PutMetadataFlagCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const PutMetadataFlagCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const PutMetadataFlagCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
PutMetadataFlagCommandInput,
|
|
18
11
|
PutMetadataFlagCommandOutput,
|
|
19
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: PutMetadataFlagCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
PutMetadataFlagCommandInput,
|
|
27
20
|
PutMetadataFlagCommandOutput,
|
|
28
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class PutMetadataFlagCommand extends PutMetadataFlagCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import { RefreshTokenRequest, RefreshTokenResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RefreshTokenCommandInput extends RefreshTokenRequest {}
|
|
12
5
|
export interface RefreshTokenCommandOutput
|
|
13
6
|
extends RefreshTokenResponse,
|
|
@@ -18,22 +11,20 @@ declare const RefreshTokenCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RefreshTokenCommandInput,
|
|
20
13
|
RefreshTokenCommandOutput,
|
|
21
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RefreshTokenCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RefreshTokenCommandInput,
|
|
29
22
|
RefreshTokenCommandOutput,
|
|
30
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class RefreshTokenCommand extends RefreshTokenCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import {
|
|
9
3
|
StartCodegenJobRequest,
|
|
10
4
|
StartCodegenJobResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartCodegenJobCommandInput extends StartCodegenJobRequest {}
|
|
15
8
|
export interface StartCodegenJobCommandOutput
|
|
16
9
|
extends StartCodegenJobResponse,
|
|
@@ -21,22 +14,20 @@ declare const StartCodegenJobCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
StartCodegenJobCommandInput,
|
|
23
16
|
StartCodegenJobCommandOutput,
|
|
24
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: StartCodegenJobCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
StartCodegenJobCommandInput,
|
|
32
25
|
StartCodegenJobCommandOutput,
|
|
33
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class StartCodegenJobCommand extends StartCodegenJobCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import {
|
|
9
3
|
UntagResourceRequest,
|
|
10
4
|
UntagResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
8
|
export interface UntagResourceCommandOutput
|
|
16
9
|
extends UntagResourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UntagResourceCommandInput,
|
|
23
16
|
UntagResourceCommandOutput,
|
|
24
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UntagResourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UntagResourceCommandInput,
|
|
32
25
|
UntagResourceCommandOutput,
|
|
33
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateComponentRequest,
|
|
10
4
|
UpdateComponentResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateComponentCommandInput extends UpdateComponentRequest {}
|
|
15
8
|
export interface UpdateComponentCommandOutput
|
|
16
9
|
extends UpdateComponentResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateComponentCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateComponentCommandInput,
|
|
23
16
|
UpdateComponentCommandOutput,
|
|
24
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateComponentCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateComponentCommandInput,
|
|
32
25
|
UpdateComponentCommandOutput,
|
|
33
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UpdateComponentCommand extends UpdateComponentCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import { UpdateFormRequest, UpdateFormResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateFormCommandInput extends UpdateFormRequest {}
|
|
12
5
|
export interface UpdateFormCommandOutput
|
|
13
6
|
extends UpdateFormResponse,
|
|
@@ -18,22 +11,20 @@ declare const UpdateFormCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateFormCommandInput,
|
|
20
13
|
UpdateFormCommandOutput,
|
|
21
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateFormCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateFormCommandInput,
|
|
29
22
|
UpdateFormCommandOutput,
|
|
30
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateFormCommand extends UpdateFormCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyUIBuilderClient";
|
|
8
2
|
import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateThemeCommandInput extends UpdateThemeRequest {}
|
|
12
5
|
export interface UpdateThemeCommandOutput
|
|
13
6
|
extends UpdateThemeResponse,
|
|
@@ -18,22 +11,20 @@ declare const UpdateThemeCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateThemeCommandInput,
|
|
20
13
|
UpdateThemeCommandOutput,
|
|
21
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateThemeCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateThemeCommandInput,
|
|
29
22
|
UpdateThemeCommandOutput,
|
|
30
|
-
AmplifyUIBuilderClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AmplifyUIBuilderClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateThemeCommand extends UpdateThemeCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { AmplifyUIBuilderExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amplifyuibuilder",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|