@aws-sdk/client-amplifyuibuilder 3.533.0 → 3.535.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-types/AmplifyUIBuilder.d.ts +1 -1
- package/dist-types/AmplifyUIBuilderClient.d.ts +1 -1
- package/dist-types/commands/CreateComponentCommand.d.ts +2 -1
- package/dist-types/commands/CreateFormCommand.d.ts +2 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFormCommand.d.ts +2 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +2 -1
- package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +2 -1
- package/dist-types/commands/ExportComponentsCommand.d.ts +2 -1
- package/dist-types/commands/ExportFormsCommand.d.ts +2 -1
- package/dist-types/commands/ExportThemesCommand.d.ts +2 -1
- package/dist-types/commands/GetCodegenJobCommand.d.ts +2 -1
- package/dist-types/commands/GetComponentCommand.d.ts +2 -1
- package/dist-types/commands/GetFormCommand.d.ts +2 -1
- package/dist-types/commands/GetMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetThemeCommand.d.ts +2 -1
- package/dist-types/commands/ListCodegenJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
- package/dist-types/commands/ListFormsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListThemesCommand.d.ts +2 -1
- package/dist-types/commands/PutMetadataFlagCommand.d.ts +2 -1
- package/dist-types/commands/RefreshTokenCommand.d.ts +2 -1
- package/dist-types/commands/StartCodegenJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateComponentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFormCommand.d.ts +2 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +521 -521
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFormCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -199,7 +199,6 @@ export interface AmplifyUIBuilder {
|
|
|
199
199
|
updateTheme(args: UpdateThemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThemeCommandOutput) => void): void;
|
|
200
200
|
}
|
|
201
201
|
/**
|
|
202
|
-
* @public
|
|
203
202
|
* <p>The Amplify UI Builder API provides a programmatic interface for creating
|
|
204
203
|
* 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
|
|
205
204
|
* backend Amazon Web Services resources.</p>
|
|
@@ -209,6 +208,7 @@ export interface AmplifyUIBuilder {
|
|
|
209
208
|
* <p>The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and
|
|
210
209
|
* documentation for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework</a>. For more information about
|
|
211
210
|
* deploying an Amplify application to Amazon Web Services, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify User Guide</a>.</p>
|
|
211
|
+
* @public
|
|
212
212
|
*/
|
|
213
213
|
export declare class AmplifyUIBuilder extends AmplifyUIBuilderClient implements AmplifyUIBuilder {
|
|
214
214
|
}
|
|
@@ -179,7 +179,6 @@ export type AmplifyUIBuilderClientResolvedConfigType = __SmithyResolvedConfigura
|
|
|
179
179
|
export interface AmplifyUIBuilderClientResolvedConfig extends AmplifyUIBuilderClientResolvedConfigType {
|
|
180
180
|
}
|
|
181
181
|
/**
|
|
182
|
-
* @public
|
|
183
182
|
* <p>The Amplify UI Builder API provides a programmatic interface for creating
|
|
184
183
|
* 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
|
|
185
184
|
* backend Amazon Web Services resources.</p>
|
|
@@ -189,6 +188,7 @@ export interface AmplifyUIBuilderClientResolvedConfig extends AmplifyUIBuilderCl
|
|
|
189
188
|
* <p>The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and
|
|
190
189
|
* documentation for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework</a>. For more information about
|
|
191
190
|
* deploying an Amplify application to Amazon Web Services, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify User Guide</a>.</p>
|
|
191
|
+
* @public
|
|
192
192
|
*/
|
|
193
193
|
export declare class AmplifyUIBuilderClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AmplifyUIBuilderClientResolvedConfig> {
|
|
194
194
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateComponentCommand_base: {
|
|
24
24
|
new (input: CreateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new component for an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -500,6 +500,7 @@ declare const CreateComponentCommand_base: {
|
|
|
500
500
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
501
501
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
502
502
|
*
|
|
503
|
+
* @public
|
|
503
504
|
*/
|
|
504
505
|
export declare class CreateComponentCommand extends CreateComponentCommand_base {
|
|
505
506
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFormCommand_base: {
|
|
24
24
|
new (input: CreateFormCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFormCommandInput, CreateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFormCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFormCommandInput, CreateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new form for an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -378,6 +378,7 @@ declare const CreateFormCommand_base: {
|
|
|
378
378
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
379
379
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
380
380
|
*
|
|
381
|
+
* @public
|
|
381
382
|
*/
|
|
382
383
|
export declare class CreateFormCommand extends CreateFormCommand_base {
|
|
383
384
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateThemeCommand_base: {
|
|
24
24
|
new (input: CreateThemeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateThemeCommandInput, CreateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateThemeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateThemeCommandInput, CreateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a theme to apply to the components in an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -120,6 +120,7 @@ declare const CreateThemeCommand_base: {
|
|
|
120
120
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
122
122
|
*
|
|
123
|
+
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class CreateThemeCommand extends CreateThemeCommand_base {
|
|
125
126
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteComponentCommand_base: {
|
|
24
24
|
new (input: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a component from an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteComponentCommand_base: {
|
|
|
62
62
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFormCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFormCommand_base: {
|
|
24
24
|
new (input: DeleteFormCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFormCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a form from an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteFormCommand_base: {
|
|
|
62
62
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteFormCommand extends DeleteFormCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteThemeCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteThemeCommand_base: {
|
|
24
24
|
new (input: DeleteThemeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteThemeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a theme from an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteThemeCommand_base: {
|
|
|
62
62
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteThemeCommand extends DeleteThemeCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface ExchangeCodeForTokenCommandOutput extends ExchangeCodeForTokenR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ExchangeCodeForTokenCommand_base: {
|
|
24
24
|
new (input: ExchangeCodeForTokenCommandInput): import("@smithy/smithy-client").CommandImpl<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ExchangeCodeForTokenCommandInput): import("@smithy/smithy-client").CommandImpl<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>This is for internal use.</p>
|
|
31
31
|
* </note>
|
|
@@ -66,6 +66,7 @@ declare const ExchangeCodeForTokenCommand_base: {
|
|
|
66
66
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ExchangeCodeForTokenCommand extends ExchangeCodeForTokenCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface ExportComponentsCommandOutput extends ExportComponentsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ExportComponentsCommand_base: {
|
|
24
24
|
new (input: ExportComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportComponentsCommandInput, ExportComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ExportComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportComponentsCommandInput, ExportComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Exports component configurations to code that is ready to integrate into an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -282,6 +282,7 @@ declare const ExportComponentsCommand_base: {
|
|
|
282
282
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
283
283
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
284
284
|
*
|
|
285
|
+
* @public
|
|
285
286
|
*/
|
|
286
287
|
export declare class ExportComponentsCommand extends ExportComponentsCommand_base {
|
|
287
288
|
}
|
|
@@ -22,10 +22,10 @@ export interface ExportFormsCommandOutput extends ExportFormsResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ExportFormsCommand_base: {
|
|
24
24
|
new (input: ExportFormsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportFormsCommandInput, ExportFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ExportFormsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportFormsCommandInput, ExportFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Exports form configurations to code that is ready to integrate into an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -220,6 +220,7 @@ declare const ExportFormsCommand_base: {
|
|
|
220
220
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
221
221
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
222
222
|
*
|
|
223
|
+
* @public
|
|
223
224
|
*/
|
|
224
225
|
export declare class ExportFormsCommand extends ExportFormsCommand_base {
|
|
225
226
|
}
|
|
@@ -22,10 +22,10 @@ export interface ExportThemesCommandOutput extends ExportThemesResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ExportThemesCommand_base: {
|
|
24
24
|
new (input: ExportThemesCommandInput): import("@smithy/smithy-client").CommandImpl<ExportThemesCommandInput, ExportThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ExportThemesCommandInput): import("@smithy/smithy-client").CommandImpl<ExportThemesCommandInput, ExportThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Exports theme configurations to code that is ready to integrate into an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -92,6 +92,7 @@ declare const ExportThemesCommand_base: {
|
|
|
92
92
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class ExportThemesCommand extends ExportThemesCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCodegenJobCommandOutput extends GetCodegenJobResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCodegenJobCommand_base: {
|
|
24
24
|
new (input: GetCodegenJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodegenJobCommandInput, GetCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCodegenJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodegenJobCommandInput, GetCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns an existing code generation job.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -187,6 +187,7 @@ declare const GetCodegenJobCommand_base: {
|
|
|
187
187
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
188
188
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
189
189
|
*
|
|
190
|
+
* @public
|
|
190
191
|
*/
|
|
191
192
|
export declare class GetCodegenJobCommand extends GetCodegenJobCommand_base {
|
|
192
193
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetComponentCommand_base: {
|
|
24
24
|
new (input: GetComponentCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetComponentCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns an existing component for an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -282,6 +282,7 @@ declare const GetComponentCommand_base: {
|
|
|
282
282
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
283
283
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
284
284
|
*
|
|
285
|
+
* @public
|
|
285
286
|
*/
|
|
286
287
|
export declare class GetComponentCommand extends GetComponentCommand_base {
|
|
287
288
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetFormCommandOutput extends GetFormResponse, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFormCommand_base: {
|
|
24
24
|
new (input: GetFormCommandInput): import("@smithy/smithy-client").CommandImpl<GetFormCommandInput, GetFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetFormCommandInput): import("@smithy/smithy-client").CommandImpl<GetFormCommandInput, GetFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns an existing form for an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -220,6 +220,7 @@ declare const GetFormCommand_base: {
|
|
|
220
220
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
221
221
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
222
222
|
*
|
|
223
|
+
* @public
|
|
223
224
|
*/
|
|
224
225
|
export declare class GetFormCommand extends GetFormCommand_base {
|
|
225
226
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetMetadataCommandOutput extends GetMetadataResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetMetadataCommand_base: {
|
|
24
24
|
new (input: GetMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetadataCommandInput, GetMetadataCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetadataCommandInput, GetMetadataCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns existing metadata for an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const GetMetadataCommand_base: {
|
|
|
62
62
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class GetMetadataCommand extends GetMetadataCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetThemeCommandOutput extends GetThemeResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetThemeCommand_base: {
|
|
24
24
|
new (input: GetThemeCommandInput): import("@smithy/smithy-client").CommandImpl<GetThemeCommandInput, GetThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetThemeCommandInput): import("@smithy/smithy-client").CommandImpl<GetThemeCommandInput, GetThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns an existing theme for an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -92,6 +92,7 @@ declare const GetThemeCommand_base: {
|
|
|
92
92
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class GetThemeCommand extends GetThemeCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCodegenJobsCommandOutput extends ListCodegenJobsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCodegenJobsCommand_base: {
|
|
24
24
|
new (input: ListCodegenJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCodegenJobsCommandInput, ListCodegenJobsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListCodegenJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCodegenJobsCommandInput, ListCodegenJobsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of code generation jobs for a specified Amplify app and backend environment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const ListCodegenJobsCommand_base: {
|
|
|
74
74
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListCodegenJobsCommand extends ListCodegenJobsCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListComponentsCommand_base: {
|
|
24
24
|
new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of components for a specified Amplify app and backend
|
|
30
30
|
* environment.</p>
|
|
31
31
|
* @example
|
|
@@ -72,6 +72,7 @@ declare const ListComponentsCommand_base: {
|
|
|
72
72
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListFormsCommandOutput extends ListFormsResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFormsCommand_base: {
|
|
24
24
|
new (input: ListFormsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFormsCommandInput, ListFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListFormsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFormsCommandInput, ListFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of forms for a specified Amplify app and backend environment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const ListFormsCommand_base: {
|
|
|
75
75
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListFormsCommand extends ListFormsCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of tags for a specified Amazon Resource Name (ARN).</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListThemesCommand_base: {
|
|
24
24
|
new (input: ListThemesCommandInput): import("@smithy/smithy-client").CommandImpl<ListThemesCommandInput, ListThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListThemesCommandInput): import("@smithy/smithy-client").CommandImpl<ListThemesCommandInput, ListThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of themes for a specified Amplify app and backend
|
|
30
30
|
* environment.</p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const ListThemesCommand_base: {
|
|
|
71
71
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListThemesCommand extends ListThemesCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutMetadataFlagCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutMetadataFlagCommand_base: {
|
|
24
24
|
new (input: PutMetadataFlagCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetadataFlagCommandInput, PutMetadataFlagCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutMetadataFlagCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetadataFlagCommandInput, PutMetadataFlagCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stores the metadata information about a feature on a form.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const PutMetadataFlagCommand_base: {
|
|
|
62
62
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class PutMetadataFlagCommand extends PutMetadataFlagCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface RefreshTokenCommandOutput extends RefreshTokenResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const RefreshTokenCommand_base: {
|
|
24
24
|
new (input: RefreshTokenCommandInput): import("@smithy/smithy-client").CommandImpl<RefreshTokenCommandInput, RefreshTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RefreshTokenCommandInput): import("@smithy/smithy-client").CommandImpl<RefreshTokenCommandInput, RefreshTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>This is for internal use.</p>
|
|
31
31
|
* </note>
|
|
@@ -64,6 +64,7 @@ declare const RefreshTokenCommand_base: {
|
|
|
64
64
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class RefreshTokenCommand extends RefreshTokenCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartCodegenJobCommandOutput extends StartCodegenJobResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartCodegenJobCommand_base: {
|
|
24
24
|
new (input: StartCodegenJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartCodegenJobCommandInput, StartCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartCodegenJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartCodegenJobCommandInput, StartCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a code generation job for a specified Amplify app and backend environment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -287,6 +287,7 @@ declare const StartCodegenJobCommand_base: {
|
|
|
287
287
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
288
288
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
289
289
|
*
|
|
290
|
+
* @public
|
|
290
291
|
*/
|
|
291
292
|
export declare class StartCodegenJobCommand extends StartCodegenJobCommand_base {
|
|
292
293
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Tags the resource with a tag key and value.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const TagResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Untags a resource with a specified Amazon Resource Name (ARN).</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const UntagResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateComponentCommand_base: {
|
|
24
24
|
new (input: UpdateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing component.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -495,6 +495,7 @@ declare const UpdateComponentCommand_base: {
|
|
|
495
495
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
496
496
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
497
497
|
*
|
|
498
|
+
* @public
|
|
498
499
|
*/
|
|
499
500
|
export declare class UpdateComponentCommand extends UpdateComponentCommand_base {
|
|
500
501
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFormCommandOutput extends UpdateFormResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFormCommand_base: {
|
|
24
24
|
new (input: UpdateFormCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFormCommandInput, UpdateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateFormCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFormCommandInput, UpdateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing form.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -372,6 +372,7 @@ declare const UpdateFormCommand_base: {
|
|
|
372
372
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
373
373
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
374
374
|
*
|
|
375
|
+
* @public
|
|
375
376
|
*/
|
|
376
377
|
export declare class UpdateFormCommand extends UpdateFormCommand_base {
|
|
377
378
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateThemeCommand_base: {
|
|
24
24
|
new (input: UpdateThemeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateThemeCommandInput, UpdateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateThemeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateThemeCommandInput, UpdateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing theme.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -115,6 +115,7 @@ declare const UpdateThemeCommand_base: {
|
|
|
115
115
|
* @throws {@link AmplifyUIBuilderServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class UpdateThemeCommand extends UpdateThemeCommand_base {
|
|
120
121
|
}
|