@aws-sdk/client-amplifyuibuilder 3.478.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-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-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/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/package.json +9 -9
|
@@ -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 { ExchangeCodeForTokenRequest, ExchangeCodeForTokenResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ExchangeCodeForTokenCommandInput extends ExchangeCodeForTokenRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ExchangeCodeForTokenCommandOutput extends ExchangeCodeForTokenResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ExchangeCodeForTokenCommand_base: {
|
|
24
|
+
new (input: ExchangeCodeForTokenCommandInput): import("@smithy/smithy-client").CommandImpl<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <note>
|
|
@@ -64,23 +67,5 @@ export interface ExchangeCodeForTokenCommandOutput extends ExchangeCodeForTokenR
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class ExchangeCodeForTokenCommand extends
|
|
68
|
-
readonly input: ExchangeCodeForTokenCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: ExchangeCodeForTokenCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class ExchangeCodeForTokenCommand extends ExchangeCodeForTokenCommand_base {
|
|
86
71
|
}
|
|
@@ -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 { ExportComponentsRequest, ExportComponentsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ExportComponentsCommandInput extends ExportComponentsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ExportComponentsCommandOutput extends ExportComponentsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ExportComponentsCommand_base: {
|
|
24
|
+
new (input: ExportComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportComponentsCommandInput, ExportComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Exports component configurations to code that is ready to integrate into an Amplify app.</p>
|
|
@@ -280,23 +283,5 @@ export interface ExportComponentsCommandOutput extends ExportComponentsResponse,
|
|
|
280
283
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
281
284
|
*
|
|
282
285
|
*/
|
|
283
|
-
export declare class ExportComponentsCommand extends
|
|
284
|
-
readonly input: ExportComponentsCommandInput;
|
|
285
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
286
|
-
/**
|
|
287
|
-
* @public
|
|
288
|
-
*/
|
|
289
|
-
constructor(input: ExportComponentsCommandInput);
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportComponentsCommandInput, ExportComponentsCommandOutput>;
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
|
-
private serialize;
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
|
-
private deserialize;
|
|
286
|
+
export declare class ExportComponentsCommand extends ExportComponentsCommand_base {
|
|
302
287
|
}
|
|
@@ -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 { ExportFormsRequest, ExportFormsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ExportFormsCommandInput extends ExportFormsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ExportFormsCommandOutput extends ExportFormsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ExportFormsCommand_base: {
|
|
24
|
+
new (input: ExportFormsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportFormsCommandInput, ExportFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Exports form configurations to code that is ready to integrate into an Amplify app.</p>
|
|
@@ -218,23 +221,5 @@ export interface ExportFormsCommandOutput extends ExportFormsResponse, __Metadat
|
|
|
218
221
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
219
222
|
*
|
|
220
223
|
*/
|
|
221
|
-
export declare class ExportFormsCommand extends
|
|
222
|
-
readonly input: ExportFormsCommandInput;
|
|
223
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
224
|
-
/**
|
|
225
|
-
* @public
|
|
226
|
-
*/
|
|
227
|
-
constructor(input: ExportFormsCommandInput);
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportFormsCommandInput, ExportFormsCommandOutput>;
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
private serialize;
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
private deserialize;
|
|
224
|
+
export declare class ExportFormsCommand extends ExportFormsCommand_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 { ExportThemesRequest, ExportThemesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ExportThemesCommandInput extends ExportThemesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ExportThemesCommandOutput extends ExportThemesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ExportThemesCommand_base: {
|
|
24
|
+
new (input: ExportThemesCommandInput): import("@smithy/smithy-client").CommandImpl<ExportThemesCommandInput, ExportThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Exports theme configurations to code that is ready to integrate into an Amplify app.</p>
|
|
@@ -90,23 +93,5 @@ export interface ExportThemesCommandOutput extends ExportThemesResponse, __Metad
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class ExportThemesCommand extends
|
|
94
|
-
readonly input: ExportThemesCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: ExportThemesCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportThemesCommandInput, ExportThemesCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class ExportThemesCommand extends ExportThemesCommand_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 { GetCodegenJobRequest, GetCodegenJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCodegenJobCommandInput extends GetCodegenJobRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCodegenJobCommandOutput extends GetCodegenJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCodegenJobCommand_base: {
|
|
24
|
+
new (input: GetCodegenJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodegenJobCommandInput, GetCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns an existing code generation job.</p>
|
|
@@ -185,23 +188,5 @@ export interface GetCodegenJobCommandOutput extends GetCodegenJobResponse, __Met
|
|
|
185
188
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
186
189
|
*
|
|
187
190
|
*/
|
|
188
|
-
export declare class GetCodegenJobCommand extends
|
|
189
|
-
readonly input: GetCodegenJobCommandInput;
|
|
190
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
191
|
-
/**
|
|
192
|
-
* @public
|
|
193
|
-
*/
|
|
194
|
-
constructor(input: GetCodegenJobCommandInput);
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCodegenJobCommandInput, GetCodegenJobCommandOutput>;
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
|
-
private serialize;
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
|
-
private deserialize;
|
|
191
|
+
export declare class GetCodegenJobCommand extends GetCodegenJobCommand_base {
|
|
207
192
|
}
|
|
@@ -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 { GetComponentRequest, GetComponentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetComponentCommandInput extends GetComponentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetComponentCommandOutput extends GetComponentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetComponentCommand_base: {
|
|
24
|
+
new (input: GetComponentCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns an existing component for an Amplify app.</p>
|
|
@@ -280,23 +283,5 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
|
|
|
280
283
|
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
281
284
|
*
|
|
282
285
|
*/
|
|
283
|
-
export declare class GetComponentCommand extends
|
|
284
|
-
readonly input: GetComponentCommandInput;
|
|
285
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
286
|
-
/**
|
|
287
|
-
* @public
|
|
288
|
-
*/
|
|
289
|
-
constructor(input: GetComponentCommandInput);
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
|
-
private serialize;
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
|
-
private deserialize;
|
|
286
|
+
export declare class GetComponentCommand extends GetComponentCommand_base {
|
|
302
287
|
}
|
|
@@ -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
|
}
|