@aws-sdk/client-amplifyuibuilder 3.296.0 → 3.298.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 (77) hide show
  1. package/dist-cjs/commands/CreateComponentCommand.js +2 -3
  2. package/dist-cjs/commands/CreateFormCommand.js +2 -3
  3. package/dist-cjs/commands/CreateThemeCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteComponentCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteFormCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteThemeCommand.js +2 -3
  7. package/dist-cjs/commands/ExportComponentsCommand.js +2 -3
  8. package/dist-cjs/commands/ExportFormsCommand.js +2 -3
  9. package/dist-cjs/commands/ExportThemesCommand.js +2 -3
  10. package/dist-cjs/commands/GetComponentCommand.js +2 -3
  11. package/dist-cjs/commands/GetFormCommand.js +2 -3
  12. package/dist-cjs/commands/GetMetadataCommand.js +2 -3
  13. package/dist-cjs/commands/GetThemeCommand.js +2 -3
  14. package/dist-cjs/commands/ListComponentsCommand.js +2 -3
  15. package/dist-cjs/commands/ListFormsCommand.js +2 -3
  16. package/dist-cjs/commands/ListThemesCommand.js +2 -3
  17. package/dist-cjs/commands/PutMetadataFlagCommand.js +2 -3
  18. package/dist-cjs/commands/UpdateComponentCommand.js +2 -3
  19. package/dist-cjs/commands/UpdateFormCommand.js +2 -3
  20. package/dist-cjs/commands/UpdateThemeCommand.js +2 -3
  21. package/dist-cjs/models/models_0.js +1 -365
  22. package/dist-es/commands/CreateComponentCommand.js +2 -3
  23. package/dist-es/commands/CreateFormCommand.js +2 -3
  24. package/dist-es/commands/CreateThemeCommand.js +2 -3
  25. package/dist-es/commands/DeleteComponentCommand.js +2 -3
  26. package/dist-es/commands/DeleteFormCommand.js +2 -3
  27. package/dist-es/commands/DeleteThemeCommand.js +2 -3
  28. package/dist-es/commands/ExportComponentsCommand.js +2 -3
  29. package/dist-es/commands/ExportFormsCommand.js +2 -3
  30. package/dist-es/commands/ExportThemesCommand.js +2 -3
  31. package/dist-es/commands/GetComponentCommand.js +2 -3
  32. package/dist-es/commands/GetFormCommand.js +2 -3
  33. package/dist-es/commands/GetMetadataCommand.js +2 -3
  34. package/dist-es/commands/GetThemeCommand.js +2 -3
  35. package/dist-es/commands/ListComponentsCommand.js +2 -3
  36. package/dist-es/commands/ListFormsCommand.js +2 -3
  37. package/dist-es/commands/ListThemesCommand.js +2 -3
  38. package/dist-es/commands/PutMetadataFlagCommand.js +2 -3
  39. package/dist-es/commands/UpdateComponentCommand.js +2 -3
  40. package/dist-es/commands/UpdateFormCommand.js +2 -3
  41. package/dist-es/commands/UpdateThemeCommand.js +2 -3
  42. package/dist-es/models/models_0.js +0 -285
  43. package/dist-types/AmplifyUIBuilder.d.ts +23 -0
  44. package/dist-types/AmplifyUIBuilderClient.d.ts +24 -4
  45. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  46. package/dist-types/commands/CreateFormCommand.d.ts +16 -0
  47. package/dist-types/commands/CreateThemeCommand.d.ts +16 -0
  48. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  49. package/dist-types/commands/DeleteFormCommand.d.ts +16 -0
  50. package/dist-types/commands/DeleteThemeCommand.d.ts +16 -0
  51. package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +16 -0
  52. package/dist-types/commands/ExportComponentsCommand.d.ts +16 -0
  53. package/dist-types/commands/ExportFormsCommand.d.ts +16 -0
  54. package/dist-types/commands/ExportThemesCommand.d.ts +16 -0
  55. package/dist-types/commands/GetComponentCommand.d.ts +16 -0
  56. package/dist-types/commands/GetFormCommand.d.ts +16 -0
  57. package/dist-types/commands/GetMetadataCommand.d.ts +16 -0
  58. package/dist-types/commands/GetThemeCommand.d.ts +16 -0
  59. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListFormsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListThemesCommand.d.ts +16 -0
  62. package/dist-types/commands/PutMetadataFlagCommand.d.ts +16 -0
  63. package/dist-types/commands/RefreshTokenCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateComponentCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateFormCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateThemeCommand.d.ts +16 -0
  67. package/dist-types/models/AmplifyUIBuilderServiceException.d.ts +2 -0
  68. package/dist-types/models/models_0.d.ts +194 -312
  69. package/dist-types/pagination/ExportComponentsPaginator.d.ts +3 -0
  70. package/dist-types/pagination/ExportFormsPaginator.d.ts +3 -0
  71. package/dist-types/pagination/ExportThemesPaginator.d.ts +3 -0
  72. package/dist-types/pagination/Interfaces.d.ts +3 -0
  73. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListFormsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListThemesPaginator.d.ts +3 -0
  76. package/dist-types/ts3.4/models/models_0.d.ts +0 -206
  77. package/package.json +4 -3
@@ -30,15 +30,24 @@ import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "./com
30
30
  import { UpdateFormCommandInput, UpdateFormCommandOutput } from "./commands/UpdateFormCommand";
31
31
  import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "./commands/UpdateThemeCommand";
32
32
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
33
+ /**
34
+ * @public
35
+ */
33
36
  export type ServiceInputTypes = CreateComponentCommandInput | CreateFormCommandInput | CreateThemeCommandInput | DeleteComponentCommandInput | DeleteFormCommandInput | DeleteThemeCommandInput | ExchangeCodeForTokenCommandInput | ExportComponentsCommandInput | ExportFormsCommandInput | ExportThemesCommandInput | GetComponentCommandInput | GetFormCommandInput | GetMetadataCommandInput | GetThemeCommandInput | ListComponentsCommandInput | ListFormsCommandInput | ListThemesCommandInput | PutMetadataFlagCommandInput | RefreshTokenCommandInput | UpdateComponentCommandInput | UpdateFormCommandInput | UpdateThemeCommandInput;
37
+ /**
38
+ * @public
39
+ */
34
40
  export type ServiceOutputTypes = CreateComponentCommandOutput | CreateFormCommandOutput | CreateThemeCommandOutput | DeleteComponentCommandOutput | DeleteFormCommandOutput | DeleteThemeCommandOutput | ExchangeCodeForTokenCommandOutput | ExportComponentsCommandOutput | ExportFormsCommandOutput | ExportThemesCommandOutput | GetComponentCommandOutput | GetFormCommandOutput | GetMetadataCommandOutput | GetThemeCommandOutput | ListComponentsCommandOutput | ListFormsCommandOutput | ListThemesCommandOutput | PutMetadataFlagCommandOutput | RefreshTokenCommandOutput | UpdateComponentCommandOutput | UpdateFormCommandOutput | UpdateThemeCommandOutput;
41
+ /**
42
+ * @public
43
+ */
35
44
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
36
45
  /**
37
46
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
38
47
  */
39
48
  requestHandler?: __HttpHandler;
40
49
  /**
41
- * A constructor for a class implementing the {@link __Checksum} interface
50
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
42
51
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
43
52
  * @internal
44
53
  */
@@ -128,23 +137,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
128
137
  */
129
138
  logger?: __Logger;
130
139
  /**
131
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
140
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
132
141
  */
133
142
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
134
143
  }
144
+ /**
145
+ * @public
146
+ */
135
147
  type AmplifyUIBuilderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
136
148
  /**
137
- * The configuration interface of AmplifyUIBuilderClient class constructor that set the region, credentials and other options.
149
+ * @public
150
+ *
151
+ * The configuration interface of AmplifyUIBuilderClient class constructor that set the region, credentials and other options.
138
152
  */
139
153
  export interface AmplifyUIBuilderClientConfig extends AmplifyUIBuilderClientConfigType {
140
154
  }
155
+ /**
156
+ * @public
157
+ */
141
158
  type AmplifyUIBuilderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
142
159
  /**
143
- * The resolved configuration interface of AmplifyUIBuilderClient class. This is resolved and normalized from the {@link AmplifyUIBuilderClientConfig | constructor configuration interface}.
160
+ * @public
161
+ *
162
+ * The resolved configuration interface of AmplifyUIBuilderClient class. This is resolved and normalized from the {@link AmplifyUIBuilderClientConfig | constructor configuration interface}.
144
163
  */
145
164
  export interface AmplifyUIBuilderClientResolvedConfig extends AmplifyUIBuilderClientResolvedConfigType {
146
165
  }
147
166
  /**
167
+ * @public
148
168
  * <p>The Amplify UI Builder API provides a programmatic interface for creating
149
169
  * and configuring user interface (UI) component libraries and themes for use in your Amplify applications. You can then connect these UI components to an application's
150
170
  * backend Amazon Web Services resources.</p>
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
5
  import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateComponentCommand}.
8
10
  */
9
11
  export interface CreateComponentCommandInput extends CreateComponentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateComponentCommand}.
13
17
  */
14
18
  export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new component for an Amplify app.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateComponentCommandInput - {@link CreateComponentCommandInput}
34
+ * @returns {@link CreateComponentCommandOutput}
28
35
  * @see {@link CreateComponentCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateComponentCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
@@ -47,11 +54,20 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
47
54
  export declare class CreateComponentCommand extends $Command<CreateComponentCommandInput, CreateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
48
55
  readonly input: CreateComponentCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: CreateComponentCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
5
  import { CreateFormRequest, CreateFormResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFormCommand}.
8
10
  */
9
11
  export interface CreateFormCommandInput extends CreateFormRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFormCommand}.
13
17
  */
14
18
  export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new form for an Amplify app.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateFormCommandInput - {@link CreateFormCommandInput}
34
+ * @returns {@link CreateFormCommandOutput}
28
35
  * @see {@link CreateFormCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateFormCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
@@ -47,11 +54,20 @@ export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataB
47
54
  export declare class CreateFormCommand extends $Command<CreateFormCommandInput, CreateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
48
55
  readonly input: CreateFormCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: CreateFormCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFormCommandInput, CreateFormCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
5
  import { CreateThemeRequest, CreateThemeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateThemeCommand}.
8
10
  */
9
11
  export interface CreateThemeCommandInput extends CreateThemeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateThemeCommand}.
13
17
  */
14
18
  export interface CreateThemeCommandOutput extends CreateThemeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a theme to apply to the components in an Amplify app.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateThemeCommandInput - {@link CreateThemeCommandInput}
34
+ * @returns {@link CreateThemeCommandOutput}
28
35
  * @see {@link CreateThemeCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateThemeCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
@@ -47,11 +54,20 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
47
54
  export declare class CreateThemeCommand extends $Command<CreateThemeCommandInput, CreateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
48
55
  readonly input: CreateThemeCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: CreateThemeCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateThemeCommandInput, CreateThemeCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
5
  import { DeleteComponentRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteComponentCommand}.
8
10
  */
9
11
  export interface DeleteComponentCommandInput extends DeleteComponentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteComponentCommand}.
13
17
  */
14
18
  export interface DeleteComponentCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a component from an Amplify app.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteComponentCommandInput - {@link DeleteComponentCommandInput}
34
+ * @returns {@link DeleteComponentCommandOutput}
28
35
  * @see {@link DeleteComponentCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteComponentCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {
43
50
  export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
44
51
  readonly input: DeleteComponentCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteComponentCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
5
  import { DeleteFormRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFormCommand}.
8
10
  */
9
11
  export interface DeleteFormCommandInput extends DeleteFormRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFormCommand}.
13
17
  */
14
18
  export interface DeleteFormCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a form from an Amplify app.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteFormCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFormCommandInput - {@link DeleteFormCommandInput}
34
+ * @returns {@link DeleteFormCommandOutput}
28
35
  * @see {@link DeleteFormCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFormCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteFormCommandOutput extends __MetadataBearer {
43
50
  export declare class DeleteFormCommand extends $Command<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
44
51
  readonly input: DeleteFormCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteFormCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFormCommandInput, DeleteFormCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
5
  import { DeleteThemeRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteThemeCommand}.
8
10
  */
9
11
  export interface DeleteThemeCommandInput extends DeleteThemeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteThemeCommand}.
13
17
  */
14
18
  export interface DeleteThemeCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a theme from an Amplify app.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteThemeCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteThemeCommandInput - {@link DeleteThemeCommandInput}
34
+ * @returns {@link DeleteThemeCommandOutput}
28
35
  * @see {@link DeleteThemeCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteThemeCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteThemeCommandOutput extends __MetadataBearer {
43
50
  export declare class DeleteThemeCommand extends $Command<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
44
51
  readonly input: DeleteThemeCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteThemeCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteThemeCommandInput, DeleteThemeCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
5
  import { ExchangeCodeForTokenRequest, ExchangeCodeForTokenResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ExchangeCodeForTokenCommand}.
8
10
  */
9
11
  export interface ExchangeCodeForTokenCommandInput extends ExchangeCodeForTokenRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ExchangeCodeForTokenCommand}.
13
17
  */
14
18
  export interface ExchangeCodeForTokenCommandOutput extends ExchangeCodeForTokenResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Exchanges an access code for a token.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ExchangeCodeForTokenCommandOutput extends ExchangeCodeForTokenR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ExchangeCodeForTokenCommandInput - {@link ExchangeCodeForTokenCommandInput}
34
+ * @returns {@link ExchangeCodeForTokenCommandOutput}
28
35
  * @see {@link ExchangeCodeForTokenCommandInput} for command's `input` shape.
29
36
  * @see {@link ExchangeCodeForTokenCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ExchangeCodeForTokenCommandOutput extends ExchangeCodeForTokenR
37
44
  export declare class ExchangeCodeForTokenCommand extends $Command<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
38
45
  readonly input: ExchangeCodeForTokenCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ExchangeCodeForTokenCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
5
  import { ExportComponentsRequest, ExportComponentsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ExportComponentsCommand}.
8
10
  */
9
11
  export interface ExportComponentsCommandInput extends ExportComponentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ExportComponentsCommand}.
13
17
  */
14
18
  export interface ExportComponentsCommandOutput extends ExportComponentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Exports component configurations to code that is ready to integrate into an Amplify app.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ExportComponentsCommandOutput extends ExportComponentsResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ExportComponentsCommandInput - {@link ExportComponentsCommandInput}
34
+ * @returns {@link ExportComponentsCommandOutput}
28
35
  * @see {@link ExportComponentsCommandInput} for command's `input` shape.
29
36
  * @see {@link ExportComponentsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ExportComponentsCommandOutput extends ExportComponentsResponse,
40
47
  export declare class ExportComponentsCommand extends $Command<ExportComponentsCommandInput, ExportComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
41
48
  readonly input: ExportComponentsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ExportComponentsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportComponentsCommandInput, ExportComponentsCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
5
  import { ExportFormsRequest, ExportFormsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ExportFormsCommand}.
8
10
  */
9
11
  export interface ExportFormsCommandInput extends ExportFormsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ExportFormsCommand}.
13
17
  */
14
18
  export interface ExportFormsCommandOutput extends ExportFormsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Exports form configurations to code that is ready to integrate into an Amplify app.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ExportFormsCommandOutput extends ExportFormsResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ExportFormsCommandInput - {@link ExportFormsCommandInput}
34
+ * @returns {@link ExportFormsCommandOutput}
28
35
  * @see {@link ExportFormsCommandInput} for command's `input` shape.
29
36
  * @see {@link ExportFormsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ExportFormsCommandOutput extends ExportFormsResponse, __Metadat
40
47
  export declare class ExportFormsCommand extends $Command<ExportFormsCommandInput, ExportFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
41
48
  readonly input: ExportFormsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ExportFormsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportFormsCommandInput, ExportFormsCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
5
  import { ExportThemesRequest, ExportThemesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ExportThemesCommand}.
8
10
  */
9
11
  export interface ExportThemesCommandInput extends ExportThemesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ExportThemesCommand}.
13
17
  */
14
18
  export interface ExportThemesCommandOutput extends ExportThemesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Exports theme configurations to code that is ready to integrate into an Amplify app.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ExportThemesCommandOutput extends ExportThemesResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ExportThemesCommandInput - {@link ExportThemesCommandInput}
34
+ * @returns {@link ExportThemesCommandOutput}
28
35
  * @see {@link ExportThemesCommandInput} for command's `input` shape.
29
36
  * @see {@link ExportThemesCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ExportThemesCommandOutput extends ExportThemesResponse, __Metad
40
47
  export declare class ExportThemesCommand extends $Command<ExportThemesCommandInput, ExportThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
41
48
  readonly input: ExportThemesCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ExportThemesCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportThemesCommandInput, ExportThemesCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
5
  import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetComponentCommand}.
8
10
  */
9
11
  export interface GetComponentCommandInput extends GetComponentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetComponentCommand}.
13
17
  */
14
18
  export interface GetComponentCommandOutput extends GetComponentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns an existing component for an Amplify app.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetComponentCommandInput - {@link GetComponentCommandInput}
34
+ * @returns {@link GetComponentCommandOutput}
28
35
  * @see {@link GetComponentCommandInput} for command's `input` shape.
29
36
  * @see {@link GetComponentCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
@@ -43,11 +50,20 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
43
50
  export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
44
51
  readonly input: GetComponentCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetComponentCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }