@aws-sdk/client-amplifyuibuilder 3.1077.0 → 3.1079.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.
Files changed (92) hide show
  1. package/dist-cjs/index.js +36 -283
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateComponentCommand.js +2 -14
  4. package/dist-es/commands/CreateFormCommand.js +2 -14
  5. package/dist-es/commands/CreateThemeCommand.js +2 -14
  6. package/dist-es/commands/DeleteComponentCommand.js +2 -14
  7. package/dist-es/commands/DeleteFormCommand.js +2 -14
  8. package/dist-es/commands/DeleteThemeCommand.js +2 -14
  9. package/dist-es/commands/ExchangeCodeForTokenCommand.js +2 -14
  10. package/dist-es/commands/ExportComponentsCommand.js +2 -14
  11. package/dist-es/commands/ExportFormsCommand.js +2 -14
  12. package/dist-es/commands/ExportThemesCommand.js +2 -14
  13. package/dist-es/commands/GetCodegenJobCommand.js +2 -14
  14. package/dist-es/commands/GetComponentCommand.js +2 -14
  15. package/dist-es/commands/GetFormCommand.js +2 -14
  16. package/dist-es/commands/GetMetadataCommand.js +2 -14
  17. package/dist-es/commands/GetThemeCommand.js +2 -14
  18. package/dist-es/commands/ListCodegenJobsCommand.js +2 -14
  19. package/dist-es/commands/ListComponentsCommand.js +2 -14
  20. package/dist-es/commands/ListFormsCommand.js +2 -14
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  22. package/dist-es/commands/ListThemesCommand.js +2 -14
  23. package/dist-es/commands/PutMetadataFlagCommand.js +2 -14
  24. package/dist-es/commands/RefreshTokenCommand.js +2 -14
  25. package/dist-es/commands/StartCodegenJobCommand.js +2 -14
  26. package/dist-es/commands/TagResourceCommand.js +2 -14
  27. package/dist-es/commands/UntagResourceCommand.js +2 -14
  28. package/dist-es/commands/UpdateComponentCommand.js +2 -14
  29. package/dist-es/commands/UpdateFormCommand.js +2 -14
  30. package/dist-es/commands/UpdateThemeCommand.js +2 -14
  31. package/dist-es/index.js +1 -0
  32. package/dist-types/commandBuilder.d.ts +18 -0
  33. package/dist-types/commands/CreateComponentCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateFormCommand.d.ts +3 -8
  35. package/dist-types/commands/CreateThemeCommand.d.ts +3 -8
  36. package/dist-types/commands/DeleteComponentCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteFormCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteThemeCommand.d.ts +3 -8
  39. package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +3 -8
  40. package/dist-types/commands/ExportComponentsCommand.d.ts +3 -8
  41. package/dist-types/commands/ExportFormsCommand.d.ts +3 -8
  42. package/dist-types/commands/ExportThemesCommand.d.ts +3 -8
  43. package/dist-types/commands/GetCodegenJobCommand.d.ts +3 -8
  44. package/dist-types/commands/GetComponentCommand.d.ts +3 -8
  45. package/dist-types/commands/GetFormCommand.d.ts +3 -8
  46. package/dist-types/commands/GetMetadataCommand.d.ts +3 -8
  47. package/dist-types/commands/GetThemeCommand.d.ts +3 -8
  48. package/dist-types/commands/ListCodegenJobsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListComponentsCommand.d.ts +3 -8
  50. package/dist-types/commands/ListFormsCommand.d.ts +3 -8
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  52. package/dist-types/commands/ListThemesCommand.d.ts +3 -8
  53. package/dist-types/commands/PutMetadataFlagCommand.d.ts +3 -8
  54. package/dist-types/commands/RefreshTokenCommand.d.ts +3 -8
  55. package/dist-types/commands/StartCodegenJobCommand.d.ts +3 -8
  56. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  57. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  58. package/dist-types/commands/UpdateComponentCommand.d.ts +3 -8
  59. package/dist-types/commands/UpdateFormCommand.d.ts +3 -8
  60. package/dist-types/commands/UpdateThemeCommand.d.ts +3 -8
  61. package/dist-types/index.d.ts +1 -0
  62. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  63. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/GetFormCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/index.d.ts +1 -0
  92. package/package.json +8 -8
@@ -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 { CreateFormRequest, CreateFormResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateFormCommandInput extends CreateFormRequest {}
12
5
  export interface CreateFormCommandOutput
13
6
  extends CreateFormResponse,
@@ -18,22 +11,20 @@ declare const CreateFormCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateFormCommandInput,
20
13
  CreateFormCommandOutput,
21
- AmplifyUIBuilderClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AmplifyUIBuilderClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateFormCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateFormCommandInput,
29
22
  CreateFormCommandOutput,
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 CreateFormCommand extends CreateFormCommand_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 { CreateThemeRequest, CreateThemeResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateThemeCommandInput extends CreateThemeRequest {}
12
5
  export interface CreateThemeCommandOutput
13
6
  extends CreateThemeResponse,
@@ -18,22 +11,20 @@ declare const CreateThemeCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateThemeCommandInput,
20
13
  CreateThemeCommandOutput,
21
- AmplifyUIBuilderClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AmplifyUIBuilderClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateThemeCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateThemeCommandInput,
29
22
  CreateThemeCommandOutput,
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 CreateThemeCommand extends CreateThemeCommand_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 { DeleteComponentRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
12
5
  export interface DeleteComponentCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteComponentCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteComponentCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteComponentCommandInput,
18
11
  DeleteComponentCommandOutput,
19
- AmplifyUIBuilderClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").AmplifyUIBuilderClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteComponentCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteComponentCommandInput,
27
20
  DeleteComponentCommandOutput,
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 DeleteComponentCommand extends DeleteComponentCommand_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 { DeleteFormRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteFormCommandInput extends DeleteFormRequest {}
12
5
  export interface DeleteFormCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteFormCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteFormCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteFormCommandInput,
18
11
  DeleteFormCommandOutput,
19
- AmplifyUIBuilderClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").AmplifyUIBuilderClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteFormCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteFormCommandInput,
27
20
  DeleteFormCommandOutput,
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 DeleteFormCommand extends DeleteFormCommand_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 { DeleteThemeRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteThemeCommandInput extends DeleteThemeRequest {}
12
5
  export interface DeleteThemeCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteThemeCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteThemeCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteThemeCommandInput,
18
11
  DeleteThemeCommandOutput,
19
- AmplifyUIBuilderClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").AmplifyUIBuilderClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteThemeCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteThemeCommandInput,
27
20
  DeleteThemeCommandOutput,
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 DeleteThemeCommand extends DeleteThemeCommand_base {
37
28
  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
  ExchangeCodeForTokenRequest,
10
4
  ExchangeCodeForTokenResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ExchangeCodeForTokenCommandInput
15
8
  extends ExchangeCodeForTokenRequest {}
16
9
  export interface ExchangeCodeForTokenCommandOutput
@@ -22,22 +15,20 @@ declare const ExchangeCodeForTokenCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ExchangeCodeForTokenCommandInput,
24
17
  ExchangeCodeForTokenCommandOutput,
25
- AmplifyUIBuilderClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AmplifyUIBuilderClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ExchangeCodeForTokenCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ExchangeCodeForTokenCommandInput,
33
26
  ExchangeCodeForTokenCommandOutput,
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 ExchangeCodeForTokenCommand extends ExchangeCodeForTokenCommand_base {
43
34
  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
  ExportComponentsRequest,
10
4
  ExportComponentsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ExportComponentsCommandInput extends ExportComponentsRequest {}
15
8
  export interface ExportComponentsCommandOutput
16
9
  extends ExportComponentsResponse,
@@ -21,22 +14,20 @@ declare const ExportComponentsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ExportComponentsCommandInput,
23
16
  ExportComponentsCommandOutput,
24
- AmplifyUIBuilderClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AmplifyUIBuilderClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ExportComponentsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ExportComponentsCommandInput,
32
25
  ExportComponentsCommandOutput,
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 ExportComponentsCommand extends ExportComponentsCommand_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 { ExportFormsRequest, ExportFormsResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ExportFormsCommandInput extends ExportFormsRequest {}
12
5
  export interface ExportFormsCommandOutput
13
6
  extends ExportFormsResponse,
@@ -18,22 +11,20 @@ declare const ExportFormsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ExportFormsCommandInput,
20
13
  ExportFormsCommandOutput,
21
- AmplifyUIBuilderClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AmplifyUIBuilderClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ExportFormsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ExportFormsCommandInput,
29
22
  ExportFormsCommandOutput,
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 ExportFormsCommand extends ExportFormsCommand_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 { ExportThemesRequest, ExportThemesResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ExportThemesCommandInput extends ExportThemesRequest {}
12
5
  export interface ExportThemesCommandOutput
13
6
  extends ExportThemesResponse,
@@ -18,22 +11,20 @@ declare const ExportThemesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ExportThemesCommandInput,
20
13
  ExportThemesCommandOutput,
21
- AmplifyUIBuilderClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AmplifyUIBuilderClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ExportThemesCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ExportThemesCommandInput,
29
22
  ExportThemesCommandOutput,
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 ExportThemesCommand extends ExportThemesCommand_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
  GetCodegenJobRequest,
10
4
  GetCodegenJobResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetCodegenJobCommandInput extends GetCodegenJobRequest {}
15
8
  export interface GetCodegenJobCommandOutput
16
9
  extends GetCodegenJobResponse,
@@ -21,22 +14,20 @@ declare const GetCodegenJobCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetCodegenJobCommandInput,
23
16
  GetCodegenJobCommandOutput,
24
- AmplifyUIBuilderClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AmplifyUIBuilderClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetCodegenJobCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetCodegenJobCommandInput,
32
25
  GetCodegenJobCommandOutput,
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 GetCodegenJobCommand extends GetCodegenJobCommand_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 { GetComponentRequest, GetComponentResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetComponentCommandInput extends GetComponentRequest {}
12
5
  export interface GetComponentCommandOutput
13
6
  extends GetComponentResponse,
@@ -18,22 +11,20 @@ declare const GetComponentCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetComponentCommandInput,
20
13
  GetComponentCommandOutput,
21
- AmplifyUIBuilderClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AmplifyUIBuilderClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetComponentCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetComponentCommandInput,
29
22
  GetComponentCommandOutput,
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 GetComponentCommand extends GetComponentCommand_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 { GetFormRequest, GetFormResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetFormCommandInput extends GetFormRequest {}
12
5
  export interface GetFormCommandOutput
13
6
  extends GetFormResponse,
@@ -16,20 +9,18 @@ declare const GetFormCommand_base: {
16
9
  new (input: GetFormCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetFormCommandInput,
18
11
  GetFormCommandOutput,
19
- AmplifyUIBuilderClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").AmplifyUIBuilderClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetFormCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetFormCommandInput,
25
18
  GetFormCommandOutput,
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 GetFormCommand extends GetFormCommand_base {
35
26
  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 { GetMetadataRequest, GetMetadataResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetMetadataCommandInput extends GetMetadataRequest {}
12
5
  export interface GetMetadataCommandOutput
13
6
  extends GetMetadataResponse,
@@ -18,22 +11,20 @@ declare const GetMetadataCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetMetadataCommandInput,
20
13
  GetMetadataCommandOutput,
21
- AmplifyUIBuilderClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AmplifyUIBuilderClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetMetadataCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetMetadataCommandInput,
29
22
  GetMetadataCommandOutput,
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 GetMetadataCommand extends GetMetadataCommand_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 { GetThemeRequest, GetThemeResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetThemeCommandInput extends GetThemeRequest {}
12
5
  export interface GetThemeCommandOutput
13
6
  extends GetThemeResponse,
@@ -16,20 +9,18 @@ declare const GetThemeCommand_base: {
16
9
  new (input: GetThemeCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetThemeCommandInput,
18
11
  GetThemeCommandOutput,
19
- AmplifyUIBuilderClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").AmplifyUIBuilderClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetThemeCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetThemeCommandInput,
25
18
  GetThemeCommandOutput,
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 GetThemeCommand extends GetThemeCommand_base {
35
26
  protected static __types: {