@aws-sdk/client-amplifyuibuilder 3.1087.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/AmplifyUIBuilder.d.ts +105 -155
  3. package/dist-types/ts3.4/AmplifyUIBuilderClient.d.ts +18 -67
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -2
  11. package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +2 -2
  12. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +2 -2
  13. package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/GetFormCommand.d.ts +7 -5
  20. package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +7 -5
  22. package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +7 -5
  25. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +2 -2
  28. package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  36. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  37. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  38. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  39. package/dist-types/ts3.4/models/errors.d.ts +7 -21
  40. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  41. package/dist-types/ts3.4/pagination/ExportFormsPaginator.d.ts +1 -4
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  43. package/dist-types/ts3.4/pagination/ListFormsPaginator.d.ts +1 -4
  44. package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +1 -4
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  49. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  50. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -8,26 +8,14 @@ import {
8
8
  CreateComponentCommandInput,
9
9
  CreateComponentCommandOutput,
10
10
  } from "./commands/CreateComponentCommand";
11
- import {
12
- CreateFormCommandInput,
13
- CreateFormCommandOutput,
14
- } from "./commands/CreateFormCommand";
15
- import {
16
- CreateThemeCommandInput,
17
- CreateThemeCommandOutput,
18
- } from "./commands/CreateThemeCommand";
11
+ import { CreateFormCommandInput, CreateFormCommandOutput } from "./commands/CreateFormCommand";
12
+ import { CreateThemeCommandInput, CreateThemeCommandOutput } from "./commands/CreateThemeCommand";
19
13
  import {
20
14
  DeleteComponentCommandInput,
21
15
  DeleteComponentCommandOutput,
22
16
  } from "./commands/DeleteComponentCommand";
23
- import {
24
- DeleteFormCommandInput,
25
- DeleteFormCommandOutput,
26
- } from "./commands/DeleteFormCommand";
27
- import {
28
- DeleteThemeCommandInput,
29
- DeleteThemeCommandOutput,
30
- } from "./commands/DeleteThemeCommand";
17
+ import { DeleteFormCommandInput, DeleteFormCommandOutput } from "./commands/DeleteFormCommand";
18
+ import { DeleteThemeCommandInput, DeleteThemeCommandOutput } from "./commands/DeleteThemeCommand";
31
19
  import {
32
20
  ExchangeCodeForTokenCommandInput,
33
21
  ExchangeCodeForTokenCommandOutput,
@@ -36,10 +24,7 @@ import {
36
24
  ExportComponentsCommandInput,
37
25
  ExportComponentsCommandOutput,
38
26
  } from "./commands/ExportComponentsCommand";
39
- import {
40
- ExportFormsCommandInput,
41
- ExportFormsCommandOutput,
42
- } from "./commands/ExportFormsCommand";
27
+ import { ExportFormsCommandInput, ExportFormsCommandOutput } from "./commands/ExportFormsCommand";
43
28
  import {
44
29
  ExportThemesCommandInput,
45
30
  ExportThemesCommandOutput,
@@ -52,18 +37,9 @@ import {
52
37
  GetComponentCommandInput,
53
38
  GetComponentCommandOutput,
54
39
  } from "./commands/GetComponentCommand";
55
- import {
56
- GetFormCommandInput,
57
- GetFormCommandOutput,
58
- } from "./commands/GetFormCommand";
59
- import {
60
- GetMetadataCommandInput,
61
- GetMetadataCommandOutput,
62
- } from "./commands/GetMetadataCommand";
63
- import {
64
- GetThemeCommandInput,
65
- GetThemeCommandOutput,
66
- } from "./commands/GetThemeCommand";
40
+ import { GetFormCommandInput, GetFormCommandOutput } from "./commands/GetFormCommand";
41
+ import { GetMetadataCommandInput, GetMetadataCommandOutput } from "./commands/GetMetadataCommand";
42
+ import { GetThemeCommandInput, GetThemeCommandOutput } from "./commands/GetThemeCommand";
67
43
  import {
68
44
  ListCodegenJobsCommandInput,
69
45
  ListCodegenJobsCommandOutput,
@@ -72,18 +48,12 @@ import {
72
48
  ListComponentsCommandInput,
73
49
  ListComponentsCommandOutput,
74
50
  } from "./commands/ListComponentsCommand";
75
- import {
76
- ListFormsCommandInput,
77
- ListFormsCommandOutput,
78
- } from "./commands/ListFormsCommand";
51
+ import { ListFormsCommandInput, ListFormsCommandOutput } from "./commands/ListFormsCommand";
79
52
  import {
80
53
  ListTagsForResourceCommandInput,
81
54
  ListTagsForResourceCommandOutput,
82
55
  } from "./commands/ListTagsForResourceCommand";
83
- import {
84
- ListThemesCommandInput,
85
- ListThemesCommandOutput,
86
- } from "./commands/ListThemesCommand";
56
+ import { ListThemesCommandInput, ListThemesCommandOutput } from "./commands/ListThemesCommand";
87
57
  import {
88
58
  PutMetadataFlagCommandInput,
89
59
  PutMetadataFlagCommandOutput,
@@ -96,10 +66,7 @@ import {
96
66
  StartCodegenJobCommandInput,
97
67
  StartCodegenJobCommandOutput,
98
68
  } from "./commands/StartCodegenJobCommand";
99
- import {
100
- TagResourceCommandInput,
101
- TagResourceCommandOutput,
102
- } from "./commands/TagResourceCommand";
69
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
103
70
  import {
104
71
  UntagResourceCommandInput,
105
72
  UntagResourceCommandOutput,
@@ -108,429 +75,412 @@ import {
108
75
  UpdateComponentCommandInput,
109
76
  UpdateComponentCommandOutput,
110
77
  } from "./commands/UpdateComponentCommand";
111
- import {
112
- UpdateFormCommandInput,
113
- UpdateFormCommandOutput,
114
- } from "./commands/UpdateFormCommand";
115
- import {
116
- UpdateThemeCommandInput,
117
- UpdateThemeCommandOutput,
118
- } from "./commands/UpdateThemeCommand";
78
+ import { UpdateFormCommandInput, UpdateFormCommandOutput } from "./commands/UpdateFormCommand";
79
+ import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "./commands/UpdateThemeCommand";
119
80
  export interface AmplifyUIBuilder {
120
81
  createComponent(
121
82
  args: CreateComponentCommandInput,
122
- options?: __HttpHandlerOptions
83
+ options?: __HttpHandlerOptions,
123
84
  ): Promise<CreateComponentCommandOutput>;
124
85
  createComponent(
125
86
  args: CreateComponentCommandInput,
126
- cb: (err: any, data?: CreateComponentCommandOutput) => void
87
+ cb: (err: any, data?: CreateComponentCommandOutput) => void,
127
88
  ): void;
128
89
  createComponent(
129
90
  args: CreateComponentCommandInput,
130
91
  options: __HttpHandlerOptions,
131
- cb: (err: any, data?: CreateComponentCommandOutput) => void
92
+ cb: (err: any, data?: CreateComponentCommandOutput) => void,
132
93
  ): void;
133
94
  createForm(
134
95
  args: CreateFormCommandInput,
135
- options?: __HttpHandlerOptions
96
+ options?: __HttpHandlerOptions,
136
97
  ): Promise<CreateFormCommandOutput>;
137
98
  createForm(
138
99
  args: CreateFormCommandInput,
139
- cb: (err: any, data?: CreateFormCommandOutput) => void
100
+ cb: (err: any, data?: CreateFormCommandOutput) => void,
140
101
  ): void;
141
102
  createForm(
142
103
  args: CreateFormCommandInput,
143
104
  options: __HttpHandlerOptions,
144
- cb: (err: any, data?: CreateFormCommandOutput) => void
105
+ cb: (err: any, data?: CreateFormCommandOutput) => void,
145
106
  ): void;
146
107
  createTheme(
147
108
  args: CreateThemeCommandInput,
148
- options?: __HttpHandlerOptions
109
+ options?: __HttpHandlerOptions,
149
110
  ): Promise<CreateThemeCommandOutput>;
150
111
  createTheme(
151
112
  args: CreateThemeCommandInput,
152
- cb: (err: any, data?: CreateThemeCommandOutput) => void
113
+ cb: (err: any, data?: CreateThemeCommandOutput) => void,
153
114
  ): void;
154
115
  createTheme(
155
116
  args: CreateThemeCommandInput,
156
117
  options: __HttpHandlerOptions,
157
- cb: (err: any, data?: CreateThemeCommandOutput) => void
118
+ cb: (err: any, data?: CreateThemeCommandOutput) => void,
158
119
  ): void;
159
120
  deleteComponent(
160
121
  args: DeleteComponentCommandInput,
161
- options?: __HttpHandlerOptions
122
+ options?: __HttpHandlerOptions,
162
123
  ): Promise<DeleteComponentCommandOutput>;
163
124
  deleteComponent(
164
125
  args: DeleteComponentCommandInput,
165
- cb: (err: any, data?: DeleteComponentCommandOutput) => void
126
+ cb: (err: any, data?: DeleteComponentCommandOutput) => void,
166
127
  ): void;
167
128
  deleteComponent(
168
129
  args: DeleteComponentCommandInput,
169
130
  options: __HttpHandlerOptions,
170
- cb: (err: any, data?: DeleteComponentCommandOutput) => void
131
+ cb: (err: any, data?: DeleteComponentCommandOutput) => void,
171
132
  ): void;
172
133
  deleteForm(
173
134
  args: DeleteFormCommandInput,
174
- options?: __HttpHandlerOptions
135
+ options?: __HttpHandlerOptions,
175
136
  ): Promise<DeleteFormCommandOutput>;
176
137
  deleteForm(
177
138
  args: DeleteFormCommandInput,
178
- cb: (err: any, data?: DeleteFormCommandOutput) => void
139
+ cb: (err: any, data?: DeleteFormCommandOutput) => void,
179
140
  ): void;
180
141
  deleteForm(
181
142
  args: DeleteFormCommandInput,
182
143
  options: __HttpHandlerOptions,
183
- cb: (err: any, data?: DeleteFormCommandOutput) => void
144
+ cb: (err: any, data?: DeleteFormCommandOutput) => void,
184
145
  ): void;
185
146
  deleteTheme(
186
147
  args: DeleteThemeCommandInput,
187
- options?: __HttpHandlerOptions
148
+ options?: __HttpHandlerOptions,
188
149
  ): Promise<DeleteThemeCommandOutput>;
189
150
  deleteTheme(
190
151
  args: DeleteThemeCommandInput,
191
- cb: (err: any, data?: DeleteThemeCommandOutput) => void
152
+ cb: (err: any, data?: DeleteThemeCommandOutput) => void,
192
153
  ): void;
193
154
  deleteTheme(
194
155
  args: DeleteThemeCommandInput,
195
156
  options: __HttpHandlerOptions,
196
- cb: (err: any, data?: DeleteThemeCommandOutput) => void
157
+ cb: (err: any, data?: DeleteThemeCommandOutput) => void,
197
158
  ): void;
198
159
  exchangeCodeForToken(
199
160
  args: ExchangeCodeForTokenCommandInput,
200
- options?: __HttpHandlerOptions
161
+ options?: __HttpHandlerOptions,
201
162
  ): Promise<ExchangeCodeForTokenCommandOutput>;
202
163
  exchangeCodeForToken(
203
164
  args: ExchangeCodeForTokenCommandInput,
204
- cb: (err: any, data?: ExchangeCodeForTokenCommandOutput) => void
165
+ cb: (err: any, data?: ExchangeCodeForTokenCommandOutput) => void,
205
166
  ): void;
206
167
  exchangeCodeForToken(
207
168
  args: ExchangeCodeForTokenCommandInput,
208
169
  options: __HttpHandlerOptions,
209
- cb: (err: any, data?: ExchangeCodeForTokenCommandOutput) => void
170
+ cb: (err: any, data?: ExchangeCodeForTokenCommandOutput) => void,
210
171
  ): void;
211
172
  exportComponents(
212
173
  args: ExportComponentsCommandInput,
213
- options?: __HttpHandlerOptions
174
+ options?: __HttpHandlerOptions,
214
175
  ): Promise<ExportComponentsCommandOutput>;
215
176
  exportComponents(
216
177
  args: ExportComponentsCommandInput,
217
- cb: (err: any, data?: ExportComponentsCommandOutput) => void
178
+ cb: (err: any, data?: ExportComponentsCommandOutput) => void,
218
179
  ): void;
219
180
  exportComponents(
220
181
  args: ExportComponentsCommandInput,
221
182
  options: __HttpHandlerOptions,
222
- cb: (err: any, data?: ExportComponentsCommandOutput) => void
183
+ cb: (err: any, data?: ExportComponentsCommandOutput) => void,
223
184
  ): void;
224
185
  exportForms(
225
186
  args: ExportFormsCommandInput,
226
- options?: __HttpHandlerOptions
187
+ options?: __HttpHandlerOptions,
227
188
  ): Promise<ExportFormsCommandOutput>;
228
189
  exportForms(
229
190
  args: ExportFormsCommandInput,
230
- cb: (err: any, data?: ExportFormsCommandOutput) => void
191
+ cb: (err: any, data?: ExportFormsCommandOutput) => void,
231
192
  ): void;
232
193
  exportForms(
233
194
  args: ExportFormsCommandInput,
234
195
  options: __HttpHandlerOptions,
235
- cb: (err: any, data?: ExportFormsCommandOutput) => void
196
+ cb: (err: any, data?: ExportFormsCommandOutput) => void,
236
197
  ): void;
237
198
  exportThemes(
238
199
  args: ExportThemesCommandInput,
239
- options?: __HttpHandlerOptions
200
+ options?: __HttpHandlerOptions,
240
201
  ): Promise<ExportThemesCommandOutput>;
241
202
  exportThemes(
242
203
  args: ExportThemesCommandInput,
243
- cb: (err: any, data?: ExportThemesCommandOutput) => void
204
+ cb: (err: any, data?: ExportThemesCommandOutput) => void,
244
205
  ): void;
245
206
  exportThemes(
246
207
  args: ExportThemesCommandInput,
247
208
  options: __HttpHandlerOptions,
248
- cb: (err: any, data?: ExportThemesCommandOutput) => void
209
+ cb: (err: any, data?: ExportThemesCommandOutput) => void,
249
210
  ): void;
250
211
  getCodegenJob(
251
212
  args: GetCodegenJobCommandInput,
252
- options?: __HttpHandlerOptions
213
+ options?: __HttpHandlerOptions,
253
214
  ): Promise<GetCodegenJobCommandOutput>;
254
215
  getCodegenJob(
255
216
  args: GetCodegenJobCommandInput,
256
- cb: (err: any, data?: GetCodegenJobCommandOutput) => void
217
+ cb: (err: any, data?: GetCodegenJobCommandOutput) => void,
257
218
  ): void;
258
219
  getCodegenJob(
259
220
  args: GetCodegenJobCommandInput,
260
221
  options: __HttpHandlerOptions,
261
- cb: (err: any, data?: GetCodegenJobCommandOutput) => void
222
+ cb: (err: any, data?: GetCodegenJobCommandOutput) => void,
262
223
  ): void;
263
224
  getComponent(
264
225
  args: GetComponentCommandInput,
265
- options?: __HttpHandlerOptions
226
+ options?: __HttpHandlerOptions,
266
227
  ): Promise<GetComponentCommandOutput>;
267
228
  getComponent(
268
229
  args: GetComponentCommandInput,
269
- cb: (err: any, data?: GetComponentCommandOutput) => void
230
+ cb: (err: any, data?: GetComponentCommandOutput) => void,
270
231
  ): void;
271
232
  getComponent(
272
233
  args: GetComponentCommandInput,
273
234
  options: __HttpHandlerOptions,
274
- cb: (err: any, data?: GetComponentCommandOutput) => void
275
- ): void;
276
- getForm(
277
- args: GetFormCommandInput,
278
- options?: __HttpHandlerOptions
279
- ): Promise<GetFormCommandOutput>;
280
- getForm(
281
- args: GetFormCommandInput,
282
- cb: (err: any, data?: GetFormCommandOutput) => void
235
+ cb: (err: any, data?: GetComponentCommandOutput) => void,
283
236
  ): void;
237
+ getForm(args: GetFormCommandInput, options?: __HttpHandlerOptions): Promise<GetFormCommandOutput>;
238
+ getForm(args: GetFormCommandInput, cb: (err: any, data?: GetFormCommandOutput) => void): void;
284
239
  getForm(
285
240
  args: GetFormCommandInput,
286
241
  options: __HttpHandlerOptions,
287
- cb: (err: any, data?: GetFormCommandOutput) => void
242
+ cb: (err: any, data?: GetFormCommandOutput) => void,
288
243
  ): void;
289
244
  getMetadata(
290
245
  args: GetMetadataCommandInput,
291
- options?: __HttpHandlerOptions
246
+ options?: __HttpHandlerOptions,
292
247
  ): Promise<GetMetadataCommandOutput>;
293
248
  getMetadata(
294
249
  args: GetMetadataCommandInput,
295
- cb: (err: any, data?: GetMetadataCommandOutput) => void
250
+ cb: (err: any, data?: GetMetadataCommandOutput) => void,
296
251
  ): void;
297
252
  getMetadata(
298
253
  args: GetMetadataCommandInput,
299
254
  options: __HttpHandlerOptions,
300
- cb: (err: any, data?: GetMetadataCommandOutput) => void
255
+ cb: (err: any, data?: GetMetadataCommandOutput) => void,
301
256
  ): void;
302
257
  getTheme(
303
258
  args: GetThemeCommandInput,
304
- options?: __HttpHandlerOptions
259
+ options?: __HttpHandlerOptions,
305
260
  ): Promise<GetThemeCommandOutput>;
306
- getTheme(
307
- args: GetThemeCommandInput,
308
- cb: (err: any, data?: GetThemeCommandOutput) => void
309
- ): void;
261
+ getTheme(args: GetThemeCommandInput, cb: (err: any, data?: GetThemeCommandOutput) => void): void;
310
262
  getTheme(
311
263
  args: GetThemeCommandInput,
312
264
  options: __HttpHandlerOptions,
313
- cb: (err: any, data?: GetThemeCommandOutput) => void
265
+ cb: (err: any, data?: GetThemeCommandOutput) => void,
314
266
  ): void;
315
267
  listCodegenJobs(
316
268
  args: ListCodegenJobsCommandInput,
317
- options?: __HttpHandlerOptions
269
+ options?: __HttpHandlerOptions,
318
270
  ): Promise<ListCodegenJobsCommandOutput>;
319
271
  listCodegenJobs(
320
272
  args: ListCodegenJobsCommandInput,
321
- cb: (err: any, data?: ListCodegenJobsCommandOutput) => void
273
+ cb: (err: any, data?: ListCodegenJobsCommandOutput) => void,
322
274
  ): void;
323
275
  listCodegenJobs(
324
276
  args: ListCodegenJobsCommandInput,
325
277
  options: __HttpHandlerOptions,
326
- cb: (err: any, data?: ListCodegenJobsCommandOutput) => void
278
+ cb: (err: any, data?: ListCodegenJobsCommandOutput) => void,
327
279
  ): void;
328
280
  listComponents(
329
281
  args: ListComponentsCommandInput,
330
- options?: __HttpHandlerOptions
282
+ options?: __HttpHandlerOptions,
331
283
  ): Promise<ListComponentsCommandOutput>;
332
284
  listComponents(
333
285
  args: ListComponentsCommandInput,
334
- cb: (err: any, data?: ListComponentsCommandOutput) => void
286
+ cb: (err: any, data?: ListComponentsCommandOutput) => void,
335
287
  ): void;
336
288
  listComponents(
337
289
  args: ListComponentsCommandInput,
338
290
  options: __HttpHandlerOptions,
339
- cb: (err: any, data?: ListComponentsCommandOutput) => void
291
+ cb: (err: any, data?: ListComponentsCommandOutput) => void,
340
292
  ): void;
341
293
  listForms(
342
294
  args: ListFormsCommandInput,
343
- options?: __HttpHandlerOptions
295
+ options?: __HttpHandlerOptions,
344
296
  ): Promise<ListFormsCommandOutput>;
345
297
  listForms(
346
298
  args: ListFormsCommandInput,
347
- cb: (err: any, data?: ListFormsCommandOutput) => void
299
+ cb: (err: any, data?: ListFormsCommandOutput) => void,
348
300
  ): void;
349
301
  listForms(
350
302
  args: ListFormsCommandInput,
351
303
  options: __HttpHandlerOptions,
352
- cb: (err: any, data?: ListFormsCommandOutput) => void
304
+ cb: (err: any, data?: ListFormsCommandOutput) => void,
353
305
  ): void;
354
306
  listTagsForResource(
355
307
  args: ListTagsForResourceCommandInput,
356
- options?: __HttpHandlerOptions
308
+ options?: __HttpHandlerOptions,
357
309
  ): Promise<ListTagsForResourceCommandOutput>;
358
310
  listTagsForResource(
359
311
  args: ListTagsForResourceCommandInput,
360
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
312
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
361
313
  ): void;
362
314
  listTagsForResource(
363
315
  args: ListTagsForResourceCommandInput,
364
316
  options: __HttpHandlerOptions,
365
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
317
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
366
318
  ): void;
367
319
  listThemes(
368
320
  args: ListThemesCommandInput,
369
- options?: __HttpHandlerOptions
321
+ options?: __HttpHandlerOptions,
370
322
  ): Promise<ListThemesCommandOutput>;
371
323
  listThemes(
372
324
  args: ListThemesCommandInput,
373
- cb: (err: any, data?: ListThemesCommandOutput) => void
325
+ cb: (err: any, data?: ListThemesCommandOutput) => void,
374
326
  ): void;
375
327
  listThemes(
376
328
  args: ListThemesCommandInput,
377
329
  options: __HttpHandlerOptions,
378
- cb: (err: any, data?: ListThemesCommandOutput) => void
330
+ cb: (err: any, data?: ListThemesCommandOutput) => void,
379
331
  ): void;
380
332
  putMetadataFlag(
381
333
  args: PutMetadataFlagCommandInput,
382
- options?: __HttpHandlerOptions
334
+ options?: __HttpHandlerOptions,
383
335
  ): Promise<PutMetadataFlagCommandOutput>;
384
336
  putMetadataFlag(
385
337
  args: PutMetadataFlagCommandInput,
386
- cb: (err: any, data?: PutMetadataFlagCommandOutput) => void
338
+ cb: (err: any, data?: PutMetadataFlagCommandOutput) => void,
387
339
  ): void;
388
340
  putMetadataFlag(
389
341
  args: PutMetadataFlagCommandInput,
390
342
  options: __HttpHandlerOptions,
391
- cb: (err: any, data?: PutMetadataFlagCommandOutput) => void
343
+ cb: (err: any, data?: PutMetadataFlagCommandOutput) => void,
392
344
  ): void;
393
345
  refreshToken(
394
346
  args: RefreshTokenCommandInput,
395
- options?: __HttpHandlerOptions
347
+ options?: __HttpHandlerOptions,
396
348
  ): Promise<RefreshTokenCommandOutput>;
397
349
  refreshToken(
398
350
  args: RefreshTokenCommandInput,
399
- cb: (err: any, data?: RefreshTokenCommandOutput) => void
351
+ cb: (err: any, data?: RefreshTokenCommandOutput) => void,
400
352
  ): void;
401
353
  refreshToken(
402
354
  args: RefreshTokenCommandInput,
403
355
  options: __HttpHandlerOptions,
404
- cb: (err: any, data?: RefreshTokenCommandOutput) => void
356
+ cb: (err: any, data?: RefreshTokenCommandOutput) => void,
405
357
  ): void;
406
358
  startCodegenJob(
407
359
  args: StartCodegenJobCommandInput,
408
- options?: __HttpHandlerOptions
360
+ options?: __HttpHandlerOptions,
409
361
  ): Promise<StartCodegenJobCommandOutput>;
410
362
  startCodegenJob(
411
363
  args: StartCodegenJobCommandInput,
412
- cb: (err: any, data?: StartCodegenJobCommandOutput) => void
364
+ cb: (err: any, data?: StartCodegenJobCommandOutput) => void,
413
365
  ): void;
414
366
  startCodegenJob(
415
367
  args: StartCodegenJobCommandInput,
416
368
  options: __HttpHandlerOptions,
417
- cb: (err: any, data?: StartCodegenJobCommandOutput) => void
369
+ cb: (err: any, data?: StartCodegenJobCommandOutput) => void,
418
370
  ): void;
419
371
  tagResource(
420
372
  args: TagResourceCommandInput,
421
- options?: __HttpHandlerOptions
373
+ options?: __HttpHandlerOptions,
422
374
  ): Promise<TagResourceCommandOutput>;
423
375
  tagResource(
424
376
  args: TagResourceCommandInput,
425
- cb: (err: any, data?: TagResourceCommandOutput) => void
377
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
426
378
  ): void;
427
379
  tagResource(
428
380
  args: TagResourceCommandInput,
429
381
  options: __HttpHandlerOptions,
430
- cb: (err: any, data?: TagResourceCommandOutput) => void
382
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
431
383
  ): void;
432
384
  untagResource(
433
385
  args: UntagResourceCommandInput,
434
- options?: __HttpHandlerOptions
386
+ options?: __HttpHandlerOptions,
435
387
  ): Promise<UntagResourceCommandOutput>;
436
388
  untagResource(
437
389
  args: UntagResourceCommandInput,
438
- cb: (err: any, data?: UntagResourceCommandOutput) => void
390
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
439
391
  ): void;
440
392
  untagResource(
441
393
  args: UntagResourceCommandInput,
442
394
  options: __HttpHandlerOptions,
443
- cb: (err: any, data?: UntagResourceCommandOutput) => void
395
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
444
396
  ): void;
445
397
  updateComponent(
446
398
  args: UpdateComponentCommandInput,
447
- options?: __HttpHandlerOptions
399
+ options?: __HttpHandlerOptions,
448
400
  ): Promise<UpdateComponentCommandOutput>;
449
401
  updateComponent(
450
402
  args: UpdateComponentCommandInput,
451
- cb: (err: any, data?: UpdateComponentCommandOutput) => void
403
+ cb: (err: any, data?: UpdateComponentCommandOutput) => void,
452
404
  ): void;
453
405
  updateComponent(
454
406
  args: UpdateComponentCommandInput,
455
407
  options: __HttpHandlerOptions,
456
- cb: (err: any, data?: UpdateComponentCommandOutput) => void
408
+ cb: (err: any, data?: UpdateComponentCommandOutput) => void,
457
409
  ): void;
458
410
  updateForm(
459
411
  args: UpdateFormCommandInput,
460
- options?: __HttpHandlerOptions
412
+ options?: __HttpHandlerOptions,
461
413
  ): Promise<UpdateFormCommandOutput>;
462
414
  updateForm(
463
415
  args: UpdateFormCommandInput,
464
- cb: (err: any, data?: UpdateFormCommandOutput) => void
416
+ cb: (err: any, data?: UpdateFormCommandOutput) => void,
465
417
  ): void;
466
418
  updateForm(
467
419
  args: UpdateFormCommandInput,
468
420
  options: __HttpHandlerOptions,
469
- cb: (err: any, data?: UpdateFormCommandOutput) => void
421
+ cb: (err: any, data?: UpdateFormCommandOutput) => void,
470
422
  ): void;
471
423
  updateTheme(
472
424
  args: UpdateThemeCommandInput,
473
- options?: __HttpHandlerOptions
425
+ options?: __HttpHandlerOptions,
474
426
  ): Promise<UpdateThemeCommandOutput>;
475
427
  updateTheme(
476
428
  args: UpdateThemeCommandInput,
477
- cb: (err: any, data?: UpdateThemeCommandOutput) => void
429
+ cb: (err: any, data?: UpdateThemeCommandOutput) => void,
478
430
  ): void;
479
431
  updateTheme(
480
432
  args: UpdateThemeCommandInput,
481
433
  options: __HttpHandlerOptions,
482
- cb: (err: any, data?: UpdateThemeCommandOutput) => void
434
+ cb: (err: any, data?: UpdateThemeCommandOutput) => void,
483
435
  ): void;
484
436
  paginateExportComponents(
485
437
  args: ExportComponentsCommandInput,
486
438
  paginationConfig?: Pick<
487
439
  PaginationConfiguration,
488
440
  Exclude<keyof PaginationConfiguration, "client">
489
- >
441
+ >,
490
442
  ): Paginator<ExportComponentsCommandOutput>;
491
443
  paginateExportForms(
492
444
  args: ExportFormsCommandInput,
493
445
  paginationConfig?: Pick<
494
446
  PaginationConfiguration,
495
447
  Exclude<keyof PaginationConfiguration, "client">
496
- >
448
+ >,
497
449
  ): Paginator<ExportFormsCommandOutput>;
498
450
  paginateExportThemes(
499
451
  args: ExportThemesCommandInput,
500
452
  paginationConfig?: Pick<
501
453
  PaginationConfiguration,
502
454
  Exclude<keyof PaginationConfiguration, "client">
503
- >
455
+ >,
504
456
  ): Paginator<ExportThemesCommandOutput>;
505
457
  paginateListCodegenJobs(
506
458
  args: ListCodegenJobsCommandInput,
507
459
  paginationConfig?: Pick<
508
460
  PaginationConfiguration,
509
461
  Exclude<keyof PaginationConfiguration, "client">
510
- >
462
+ >,
511
463
  ): Paginator<ListCodegenJobsCommandOutput>;
512
464
  paginateListComponents(
513
465
  args: ListComponentsCommandInput,
514
466
  paginationConfig?: Pick<
515
467
  PaginationConfiguration,
516
468
  Exclude<keyof PaginationConfiguration, "client">
517
- >
469
+ >,
518
470
  ): Paginator<ListComponentsCommandOutput>;
519
471
  paginateListForms(
520
472
  args: ListFormsCommandInput,
521
473
  paginationConfig?: Pick<
522
474
  PaginationConfiguration,
523
475
  Exclude<keyof PaginationConfiguration, "client">
524
- >
476
+ >,
525
477
  ): Paginator<ListFormsCommandOutput>;
526
478
  paginateListThemes(
527
479
  args: ListThemesCommandInput,
528
480
  paginationConfig?: Pick<
529
481
  PaginationConfiguration,
530
482
  Exclude<keyof PaginationConfiguration, "client">
531
- >
483
+ >,
532
484
  ): Paginator<ListThemesCommandOutput>;
533
485
  }
534
- export declare class AmplifyUIBuilder
535
- extends AmplifyUIBuilderClient
536
- implements AmplifyUIBuilder {}
486
+ export declare class AmplifyUIBuilder extends AmplifyUIBuilderClient implements AmplifyUIBuilder {}