@aws-sdk/client-amplifyuibuilder 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateComponentCommand.js +18 -41
- package/dist-cjs/commands/CreateFormCommand.js +18 -41
- package/dist-cjs/commands/CreateThemeCommand.js +18 -41
- package/dist-cjs/commands/DeleteComponentCommand.js +18 -41
- package/dist-cjs/commands/DeleteFormCommand.js +18 -41
- package/dist-cjs/commands/DeleteThemeCommand.js +18 -41
- package/dist-cjs/commands/ExchangeCodeForTokenCommand.js +18 -41
- package/dist-cjs/commands/ExportComponentsCommand.js +18 -41
- package/dist-cjs/commands/ExportFormsCommand.js +18 -41
- package/dist-cjs/commands/ExportThemesCommand.js +18 -41
- package/dist-cjs/commands/GetCodegenJobCommand.js +18 -41
- package/dist-cjs/commands/GetComponentCommand.js +18 -41
- package/dist-cjs/commands/GetFormCommand.js +18 -41
- package/dist-cjs/commands/GetMetadataCommand.js +18 -41
- package/dist-cjs/commands/GetThemeCommand.js +18 -41
- package/dist-cjs/commands/ListCodegenJobsCommand.js +18 -41
- package/dist-cjs/commands/ListComponentsCommand.js +18 -41
- package/dist-cjs/commands/ListFormsCommand.js +18 -41
- package/dist-cjs/commands/ListThemesCommand.js +18 -41
- package/dist-cjs/commands/PutMetadataFlagCommand.js +18 -41
- package/dist-cjs/commands/RefreshTokenCommand.js +18 -41
- package/dist-cjs/commands/StartCodegenJobCommand.js +18 -41
- package/dist-cjs/commands/UpdateComponentCommand.js +18 -41
- package/dist-cjs/commands/UpdateFormCommand.js +18 -41
- package/dist-cjs/commands/UpdateThemeCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ExportComponentsPaginator.js +2 -23
- package/dist-cjs/pagination/ExportFormsPaginator.js +2 -23
- package/dist-cjs/pagination/ExportThemesPaginator.js +2 -23
- package/dist-cjs/pagination/ListCodegenJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListComponentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFormsPaginator.js +2 -24
- package/dist-cjs/pagination/ListThemesPaginator.js +2 -24
- package/dist-es/commands/CreateComponentCommand.js +18 -41
- package/dist-es/commands/CreateFormCommand.js +18 -41
- package/dist-es/commands/CreateThemeCommand.js +18 -41
- package/dist-es/commands/DeleteComponentCommand.js +18 -41
- package/dist-es/commands/DeleteFormCommand.js +18 -41
- package/dist-es/commands/DeleteThemeCommand.js +18 -41
- package/dist-es/commands/ExchangeCodeForTokenCommand.js +18 -41
- package/dist-es/commands/ExportComponentsCommand.js +18 -41
- package/dist-es/commands/ExportFormsCommand.js +18 -41
- package/dist-es/commands/ExportThemesCommand.js +18 -41
- package/dist-es/commands/GetCodegenJobCommand.js +18 -41
- package/dist-es/commands/GetComponentCommand.js +18 -41
- package/dist-es/commands/GetFormCommand.js +18 -41
- package/dist-es/commands/GetMetadataCommand.js +18 -41
- package/dist-es/commands/GetThemeCommand.js +18 -41
- package/dist-es/commands/ListCodegenJobsCommand.js +18 -41
- package/dist-es/commands/ListComponentsCommand.js +18 -41
- package/dist-es/commands/ListFormsCommand.js +18 -41
- package/dist-es/commands/ListThemesCommand.js +18 -41
- package/dist-es/commands/PutMetadataFlagCommand.js +18 -41
- package/dist-es/commands/RefreshTokenCommand.js +18 -41
- package/dist-es/commands/StartCodegenJobCommand.js +18 -41
- package/dist-es/commands/UpdateComponentCommand.js +18 -41
- package/dist-es/commands/UpdateFormCommand.js +18 -41
- package/dist-es/commands/UpdateThemeCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ExportComponentsPaginator.js +2 -22
- package/dist-es/pagination/ExportFormsPaginator.js +2 -22
- package/dist-es/pagination/ExportThemesPaginator.js +2 -22
- package/dist-es/pagination/ListCodegenJobsPaginator.js +2 -23
- package/dist-es/pagination/ListComponentsPaginator.js +2 -23
- package/dist-es/pagination/ListFormsPaginator.js +2 -23
- package/dist-es/pagination/ListThemesPaginator.js +2 -23
- package/dist-types/commands/CreateComponentCommand.d.ts +6 -21
- package/dist-types/commands/CreateFormCommand.d.ts +6 -21
- package/dist-types/commands/CreateThemeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteComponentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFormCommand.d.ts +6 -21
- package/dist-types/commands/DeleteThemeCommand.d.ts +6 -21
- package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +6 -21
- package/dist-types/commands/ExportComponentsCommand.d.ts +6 -21
- package/dist-types/commands/ExportFormsCommand.d.ts +6 -21
- package/dist-types/commands/ExportThemesCommand.d.ts +6 -21
- package/dist-types/commands/GetCodegenJobCommand.d.ts +6 -21
- package/dist-types/commands/GetComponentCommand.d.ts +6 -21
- package/dist-types/commands/GetFormCommand.d.ts +6 -21
- package/dist-types/commands/GetMetadataCommand.d.ts +6 -21
- package/dist-types/commands/GetThemeCommand.d.ts +6 -21
- package/dist-types/commands/ListCodegenJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
- package/dist-types/commands/ListFormsCommand.d.ts +6 -21
- package/dist-types/commands/ListThemesCommand.d.ts +6 -21
- package/dist-types/commands/PutMetadataFlagCommand.d.ts +6 -21
- package/dist-types/commands/RefreshTokenCommand.d.ts +6 -21
- package/dist-types/commands/StartCodegenJobCommand.d.ts +6 -21
- package/dist-types/commands/UpdateComponentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFormCommand.d.ts +6 -21
- package/dist-types/commands/UpdateThemeCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ExportComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ExportFormsPaginator.d.ts +1 -1
- package/dist-types/pagination/ExportThemesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCodegenJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFormsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThemesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFormCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ExportComponentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ExportFormsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ExportThemesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCodegenJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFormsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { GetFormRequest, GetFormResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFormCommandInput extends GetFormRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFormCommandOutput extends GetFormResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFormCommand_base: {
|
|
24
|
+
new (input: GetFormCommandInput): import("@smithy/smithy-client").CommandImpl<GetFormCommandInput, GetFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns an existing form for an Amplify app.</p>
|
|
@@ -218,23 +221,5 @@ export interface GetFormCommandOutput extends GetFormResponse, __MetadataBearer
|
|
|
218
221
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
219
222
|
*
|
|
220
223
|
*/
|
|
221
|
-
export declare class GetFormCommand extends
|
|
222
|
-
readonly input: GetFormCommandInput;
|
|
223
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
224
|
-
/**
|
|
225
|
-
* @public
|
|
226
|
-
*/
|
|
227
|
-
constructor(input: GetFormCommandInput);
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFormCommandInput, GetFormCommandOutput>;
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
private serialize;
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
private deserialize;
|
|
224
|
+
export declare class GetFormCommand extends GetFormCommand_base {
|
|
240
225
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { GetMetadataRequest, GetMetadataResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetMetadataCommandInput extends GetMetadataRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetMetadataCommandOutput extends GetMetadataResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetMetadataCommand_base: {
|
|
24
|
+
new (input: GetMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetadataCommandInput, GetMetadataCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns existing metadata for an Amplify app.</p>
|
|
@@ -60,23 +63,5 @@ export interface GetMetadataCommandOutput extends GetMetadataResponse, __Metadat
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class GetMetadataCommand extends
|
|
64
|
-
readonly input: GetMetadataCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: GetMetadataCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMetadataCommandInput, GetMetadataCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class GetMetadataCommand extends GetMetadataCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { GetThemeRequest, GetThemeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetThemeCommandInput extends GetThemeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetThemeCommandOutput extends GetThemeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetThemeCommand_base: {
|
|
24
|
+
new (input: GetThemeCommandInput): import("@smithy/smithy-client").CommandImpl<GetThemeCommandInput, GetThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns an existing theme for an Amplify app.</p>
|
|
@@ -90,23 +93,5 @@ export interface GetThemeCommandOutput extends GetThemeResponse, __MetadataBeare
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class GetThemeCommand extends
|
|
94
|
-
readonly input: GetThemeCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: GetThemeCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetThemeCommandInput, GetThemeCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class GetThemeCommand extends GetThemeCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { ListCodegenJobsRequest, ListCodegenJobsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCodegenJobsCommandInput extends ListCodegenJobsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCodegenJobsCommandOutput extends ListCodegenJobsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCodegenJobsCommand_base: {
|
|
24
|
+
new (input: ListCodegenJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCodegenJobsCommandInput, ListCodegenJobsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of code generation jobs for a specified Amplify app and backend environment.</p>
|
|
@@ -72,23 +75,5 @@ export interface ListCodegenJobsCommandOutput extends ListCodegenJobsResponse, _
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class ListCodegenJobsCommand extends
|
|
76
|
-
readonly input: ListCodegenJobsCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: ListCodegenJobsCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCodegenJobsCommandInput, ListCodegenJobsCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class ListCodegenJobsCommand extends ListCodegenJobsCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListComponentsCommand_base: {
|
|
24
|
+
new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of components for a specified Amplify app and backend
|
|
@@ -70,23 +73,5 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class ListComponentsCommand extends
|
|
74
|
-
readonly input: ListComponentsCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: ListComponentsCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { ListFormsRequest, ListFormsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFormsCommandInput extends ListFormsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFormsCommandOutput extends ListFormsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFormsCommand_base: {
|
|
24
|
+
new (input: ListFormsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFormsCommandInput, ListFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of forms for a specified Amplify app and backend environment.</p>
|
|
@@ -73,23 +76,5 @@ export interface ListFormsCommandOutput extends ListFormsResponse, __MetadataBea
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class ListFormsCommand extends
|
|
77
|
-
readonly input: ListFormsCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: ListFormsCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFormsCommandInput, ListFormsCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class ListFormsCommand extends ListFormsCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { ListThemesRequest, ListThemesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListThemesCommandInput extends ListThemesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListThemesCommand_base: {
|
|
24
|
+
new (input: ListThemesCommandInput): import("@smithy/smithy-client").CommandImpl<ListThemesCommandInput, ListThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of themes for a specified Amplify app and backend
|
|
@@ -69,23 +72,5 @@ export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataB
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class ListThemesCommand extends
|
|
73
|
-
readonly input: ListThemesCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: ListThemesCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListThemesCommandInput, ListThemesCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class ListThemesCommand extends ListThemesCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { PutMetadataFlagRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutMetadataFlagCommandInput extends PutMetadataFlagRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutMetadataFlagCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutMetadataFlagCommand_base: {
|
|
24
|
+
new (input: PutMetadataFlagCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetadataFlagCommandInput, PutMetadataFlagCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stores the metadata information about a feature on a form.</p>
|
|
@@ -60,23 +63,5 @@ export interface PutMetadataFlagCommandOutput extends __MetadataBearer {
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class PutMetadataFlagCommand extends
|
|
64
|
-
readonly input: PutMetadataFlagCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: PutMetadataFlagCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetadataFlagCommandInput, PutMetadataFlagCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class PutMetadataFlagCommand extends PutMetadataFlagCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { RefreshTokenRequest, RefreshTokenResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RefreshTokenCommandInput extends RefreshTokenRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RefreshTokenCommandOutput extends RefreshTokenResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RefreshTokenCommand_base: {
|
|
24
|
+
new (input: RefreshTokenCommandInput): import("@smithy/smithy-client").CommandImpl<RefreshTokenCommandInput, RefreshTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <note>
|
|
@@ -62,23 +65,5 @@ export interface RefreshTokenCommandOutput extends RefreshTokenResponse, __Metad
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class RefreshTokenCommand extends
|
|
66
|
-
readonly input: RefreshTokenCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: RefreshTokenCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RefreshTokenCommandInput, RefreshTokenCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class RefreshTokenCommand extends RefreshTokenCommand_base {
|
|
84
69
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { StartCodegenJobRequest, StartCodegenJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartCodegenJobCommandInput extends StartCodegenJobRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartCodegenJobCommandOutput extends StartCodegenJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartCodegenJobCommand_base: {
|
|
24
|
+
new (input: StartCodegenJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartCodegenJobCommandInput, StartCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts a code generation job for a specified Amplify app and backend environment.</p>
|
|
@@ -285,23 +288,5 @@ export interface StartCodegenJobCommandOutput extends StartCodegenJobResponse, _
|
|
|
285
288
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
286
289
|
*
|
|
287
290
|
*/
|
|
288
|
-
export declare class StartCodegenJobCommand extends
|
|
289
|
-
readonly input: StartCodegenJobCommandInput;
|
|
290
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
291
|
-
/**
|
|
292
|
-
* @public
|
|
293
|
-
*/
|
|
294
|
-
constructor(input: StartCodegenJobCommandInput);
|
|
295
|
-
/**
|
|
296
|
-
* @internal
|
|
297
|
-
*/
|
|
298
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartCodegenJobCommandInput, StartCodegenJobCommandOutput>;
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
|
-
private serialize;
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
|
-
private deserialize;
|
|
291
|
+
export declare class StartCodegenJobCommand extends StartCodegenJobCommand_base {
|
|
307
292
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateComponentCommandInput extends UpdateComponentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateComponentCommandOutput extends UpdateComponentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateComponentCommand_base: {
|
|
24
|
+
new (input: UpdateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an existing component.</p>
|
|
@@ -493,23 +496,5 @@ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, _
|
|
|
493
496
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
494
497
|
*
|
|
495
498
|
*/
|
|
496
|
-
export declare class UpdateComponentCommand extends
|
|
497
|
-
readonly input: UpdateComponentCommandInput;
|
|
498
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
499
|
-
/**
|
|
500
|
-
* @public
|
|
501
|
-
*/
|
|
502
|
-
constructor(input: UpdateComponentCommandInput);
|
|
503
|
-
/**
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateComponentCommandInput, UpdateComponentCommandOutput>;
|
|
507
|
-
/**
|
|
508
|
-
* @internal
|
|
509
|
-
*/
|
|
510
|
-
private serialize;
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
|
-
private deserialize;
|
|
499
|
+
export declare class UpdateComponentCommand extends UpdateComponentCommand_base {
|
|
515
500
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { UpdateFormRequest, UpdateFormResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFormCommandInput extends UpdateFormRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFormCommandOutput extends UpdateFormResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFormCommand_base: {
|
|
24
|
+
new (input: UpdateFormCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFormCommandInput, UpdateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an existing form.</p>
|
|
@@ -370,23 +373,5 @@ export interface UpdateFormCommandOutput extends UpdateFormResponse, __MetadataB
|
|
|
370
373
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
371
374
|
*
|
|
372
375
|
*/
|
|
373
|
-
export declare class UpdateFormCommand extends
|
|
374
|
-
readonly input: UpdateFormCommandInput;
|
|
375
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
376
|
-
/**
|
|
377
|
-
* @public
|
|
378
|
-
*/
|
|
379
|
-
constructor(input: UpdateFormCommandInput);
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFormCommandInput, UpdateFormCommandOutput>;
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
|
-
private serialize;
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
|
-
private deserialize;
|
|
376
|
+
export declare class UpdateFormCommand extends UpdateFormCommand_base {
|
|
392
377
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
4
|
import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateThemeCommandInput extends UpdateThemeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateThemeCommand_base: {
|
|
24
|
+
new (input: UpdateThemeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateThemeCommandInput, UpdateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an existing theme.</p>
|
|
@@ -113,23 +116,5 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
|
|
|
113
116
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
114
117
|
*
|
|
115
118
|
*/
|
|
116
|
-
export declare class UpdateThemeCommand extends
|
|
117
|
-
readonly input: UpdateThemeCommandInput;
|
|
118
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
119
|
-
/**
|
|
120
|
-
* @public
|
|
121
|
-
*/
|
|
122
|
-
constructor(input: UpdateThemeCommandInput);
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateThemeCommandInput, UpdateThemeCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private serialize;
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
private deserialize;
|
|
119
|
+
export declare class UpdateThemeCommand extends UpdateThemeCommand_base {
|
|
135
120
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateExportComponents: (config: AmplifyUIBuilderPaginationConfiguration, input: ExportComponentsCommandInput, ...rest: any[]) => Paginator<ExportComponentsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateExportForms: (config: AmplifyUIBuilderPaginationConfiguration, input: ExportFormsCommandInput, ...rest: any[]) => Paginator<ExportFormsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateExportThemes: (config: AmplifyUIBuilderPaginationConfiguration, input: ExportThemesCommandInput, ...rest: any[]) => Paginator<ExportThemesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCodegenJobs: (config: AmplifyUIBuilderPaginationConfiguration, input: ListCodegenJobsCommandInput, ...rest: any[]) => Paginator<ListCodegenJobsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListComponents: (config: AmplifyUIBuilderPaginationConfiguration, input: ListComponentsCommandInput, ...rest: any[]) => Paginator<ListComponentsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListForms: (config: AmplifyUIBuilderPaginationConfiguration, input: ListFormsCommandInput, ...rest: any[]) => Paginator<ListFormsCommandOutput>;
|