@aws-sdk/client-amplifyuibuilder 3.588.0 → 3.592.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 (65) hide show
  1. package/dist-cjs/index.js +0 -28
  2. package/dist-types/AmplifyUIBuilderClient.d.ts +4 -4
  3. package/dist-types/commands/CreateComponentCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateFormCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateThemeCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteFormCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteThemeCommand.d.ts +2 -1
  9. package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +2 -1
  10. package/dist-types/commands/ExportComponentsCommand.d.ts +2 -1
  11. package/dist-types/commands/ExportFormsCommand.d.ts +2 -1
  12. package/dist-types/commands/ExportThemesCommand.d.ts +2 -1
  13. package/dist-types/commands/GetCodegenJobCommand.d.ts +2 -1
  14. package/dist-types/commands/GetComponentCommand.d.ts +2 -1
  15. package/dist-types/commands/GetFormCommand.d.ts +2 -1
  16. package/dist-types/commands/GetMetadataCommand.d.ts +2 -1
  17. package/dist-types/commands/GetThemeCommand.d.ts +2 -1
  18. package/dist-types/commands/ListCodegenJobsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListFormsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/ListThemesCommand.d.ts +2 -1
  23. package/dist-types/commands/PutMetadataFlagCommand.d.ts +2 -1
  24. package/dist-types/commands/RefreshTokenCommand.d.ts +2 -1
  25. package/dist-types/commands/StartCodegenJobCommand.d.ts +2 -1
  26. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateComponentCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateFormCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateThemeCommand.d.ts +2 -1
  31. package/dist-types/index.d.ts +2 -2
  32. package/dist-types/models/AmplifyUIBuilderServiceException.d.ts +2 -1
  33. package/dist-types/runtimeConfig.native.d.ts +1 -1
  34. package/dist-types/ts3.4/AmplifyUIBuilderClient.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/GetFormCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/models/AmplifyUIBuilderServiceException.d.ts +2 -1
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  65. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -245,7 +245,6 @@ var AmplifyUIBuilderClient = _AmplifyUIBuilderClient;
245
245
 
246
246
  var import_middleware_serde = require("@smithy/middleware-serde");
247
247
 
248
- var import_types = require("@smithy/types");
249
248
 
250
249
  // src/protocols/Aws_restJson1.ts
251
250
  var import_core2 = require("@aws-sdk/core");
@@ -2150,7 +2149,6 @@ var CreateComponentCommand = _CreateComponentCommand;
2150
2149
 
2151
2150
 
2152
2151
 
2153
-
2154
2152
  var _CreateFormCommand = class _CreateFormCommand extends import_smithy_client.Command.classBuilder().ep({
2155
2153
  ...commonParams
2156
2154
  }).m(function(Command, cs, config, o) {
@@ -2167,7 +2165,6 @@ var CreateFormCommand = _CreateFormCommand;
2167
2165
 
2168
2166
 
2169
2167
 
2170
-
2171
2168
  var _CreateThemeCommand = class _CreateThemeCommand extends import_smithy_client.Command.classBuilder().ep({
2172
2169
  ...commonParams
2173
2170
  }).m(function(Command, cs, config, o) {
@@ -2184,7 +2181,6 @@ var CreateThemeCommand = _CreateThemeCommand;
2184
2181
 
2185
2182
 
2186
2183
 
2187
-
2188
2184
  var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep({
2189
2185
  ...commonParams
2190
2186
  }).m(function(Command, cs, config, o) {
@@ -2201,7 +2197,6 @@ var DeleteComponentCommand = _DeleteComponentCommand;
2201
2197
 
2202
2198
 
2203
2199
 
2204
-
2205
2200
  var _DeleteFormCommand = class _DeleteFormCommand extends import_smithy_client.Command.classBuilder().ep({
2206
2201
  ...commonParams
2207
2202
  }).m(function(Command, cs, config, o) {
@@ -2218,7 +2213,6 @@ var DeleteFormCommand = _DeleteFormCommand;
2218
2213
 
2219
2214
 
2220
2215
 
2221
-
2222
2216
  var _DeleteThemeCommand = class _DeleteThemeCommand extends import_smithy_client.Command.classBuilder().ep({
2223
2217
  ...commonParams
2224
2218
  }).m(function(Command, cs, config, o) {
@@ -2235,7 +2229,6 @@ var DeleteThemeCommand = _DeleteThemeCommand;
2235
2229
 
2236
2230
 
2237
2231
 
2238
-
2239
2232
  var _ExchangeCodeForTokenCommand = class _ExchangeCodeForTokenCommand extends import_smithy_client.Command.classBuilder().ep({
2240
2233
  ...commonParams
2241
2234
  }).m(function(Command, cs, config, o) {
@@ -2252,7 +2245,6 @@ var ExchangeCodeForTokenCommand = _ExchangeCodeForTokenCommand;
2252
2245
 
2253
2246
 
2254
2247
 
2255
-
2256
2248
  var _ExportComponentsCommand = class _ExportComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
2257
2249
  ...commonParams
2258
2250
  }).m(function(Command, cs, config, o) {
@@ -2269,7 +2261,6 @@ var ExportComponentsCommand = _ExportComponentsCommand;
2269
2261
 
2270
2262
 
2271
2263
 
2272
-
2273
2264
  var _ExportFormsCommand = class _ExportFormsCommand extends import_smithy_client.Command.classBuilder().ep({
2274
2265
  ...commonParams
2275
2266
  }).m(function(Command, cs, config, o) {
@@ -2286,7 +2277,6 @@ var ExportFormsCommand = _ExportFormsCommand;
2286
2277
 
2287
2278
 
2288
2279
 
2289
-
2290
2280
  var _ExportThemesCommand = class _ExportThemesCommand extends import_smithy_client.Command.classBuilder().ep({
2291
2281
  ...commonParams
2292
2282
  }).m(function(Command, cs, config, o) {
@@ -2303,7 +2293,6 @@ var ExportThemesCommand = _ExportThemesCommand;
2303
2293
 
2304
2294
 
2305
2295
 
2306
-
2307
2296
  var _GetCodegenJobCommand = class _GetCodegenJobCommand extends import_smithy_client.Command.classBuilder().ep({
2308
2297
  ...commonParams
2309
2298
  }).m(function(Command, cs, config, o) {
@@ -2320,7 +2309,6 @@ var GetCodegenJobCommand = _GetCodegenJobCommand;
2320
2309
 
2321
2310
 
2322
2311
 
2323
-
2324
2312
  var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep({
2325
2313
  ...commonParams
2326
2314
  }).m(function(Command, cs, config, o) {
@@ -2337,7 +2325,6 @@ var GetComponentCommand = _GetComponentCommand;
2337
2325
 
2338
2326
 
2339
2327
 
2340
-
2341
2328
  var _GetFormCommand = class _GetFormCommand extends import_smithy_client.Command.classBuilder().ep({
2342
2329
  ...commonParams
2343
2330
  }).m(function(Command, cs, config, o) {
@@ -2354,7 +2341,6 @@ var GetFormCommand = _GetFormCommand;
2354
2341
 
2355
2342
 
2356
2343
 
2357
-
2358
2344
  var _GetMetadataCommand = class _GetMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
2359
2345
  ...commonParams
2360
2346
  }).m(function(Command, cs, config, o) {
@@ -2371,7 +2357,6 @@ var GetMetadataCommand = _GetMetadataCommand;
2371
2357
 
2372
2358
 
2373
2359
 
2374
-
2375
2360
  var _GetThemeCommand = class _GetThemeCommand extends import_smithy_client.Command.classBuilder().ep({
2376
2361
  ...commonParams
2377
2362
  }).m(function(Command, cs, config, o) {
@@ -2388,7 +2373,6 @@ var GetThemeCommand = _GetThemeCommand;
2388
2373
 
2389
2374
 
2390
2375
 
2391
-
2392
2376
  var _ListCodegenJobsCommand = class _ListCodegenJobsCommand extends import_smithy_client.Command.classBuilder().ep({
2393
2377
  ...commonParams
2394
2378
  }).m(function(Command, cs, config, o) {
@@ -2405,7 +2389,6 @@ var ListCodegenJobsCommand = _ListCodegenJobsCommand;
2405
2389
 
2406
2390
 
2407
2391
 
2408
-
2409
2392
  var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
2410
2393
  ...commonParams
2411
2394
  }).m(function(Command, cs, config, o) {
@@ -2422,7 +2405,6 @@ var ListComponentsCommand = _ListComponentsCommand;
2422
2405
 
2423
2406
 
2424
2407
 
2425
-
2426
2408
  var _ListFormsCommand = class _ListFormsCommand extends import_smithy_client.Command.classBuilder().ep({
2427
2409
  ...commonParams
2428
2410
  }).m(function(Command, cs, config, o) {
@@ -2439,7 +2421,6 @@ var ListFormsCommand = _ListFormsCommand;
2439
2421
 
2440
2422
 
2441
2423
 
2442
-
2443
2424
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2444
2425
  ...commonParams
2445
2426
  }).m(function(Command, cs, config, o) {
@@ -2456,7 +2437,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2456
2437
 
2457
2438
 
2458
2439
 
2459
-
2460
2440
  var _ListThemesCommand = class _ListThemesCommand extends import_smithy_client.Command.classBuilder().ep({
2461
2441
  ...commonParams
2462
2442
  }).m(function(Command, cs, config, o) {
@@ -2473,7 +2453,6 @@ var ListThemesCommand = _ListThemesCommand;
2473
2453
 
2474
2454
 
2475
2455
 
2476
-
2477
2456
  var _PutMetadataFlagCommand = class _PutMetadataFlagCommand extends import_smithy_client.Command.classBuilder().ep({
2478
2457
  ...commonParams
2479
2458
  }).m(function(Command, cs, config, o) {
@@ -2490,7 +2469,6 @@ var PutMetadataFlagCommand = _PutMetadataFlagCommand;
2490
2469
 
2491
2470
 
2492
2471
 
2493
-
2494
2472
  var _RefreshTokenCommand = class _RefreshTokenCommand extends import_smithy_client.Command.classBuilder().ep({
2495
2473
  ...commonParams
2496
2474
  }).m(function(Command, cs, config, o) {
@@ -2507,7 +2485,6 @@ var RefreshTokenCommand = _RefreshTokenCommand;
2507
2485
 
2508
2486
 
2509
2487
 
2510
-
2511
2488
  var _StartCodegenJobCommand = class _StartCodegenJobCommand extends import_smithy_client.Command.classBuilder().ep({
2512
2489
  ...commonParams
2513
2490
  }).m(function(Command, cs, config, o) {
@@ -2524,7 +2501,6 @@ var StartCodegenJobCommand = _StartCodegenJobCommand;
2524
2501
 
2525
2502
 
2526
2503
 
2527
-
2528
2504
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2529
2505
  ...commonParams
2530
2506
  }).m(function(Command, cs, config, o) {
@@ -2541,7 +2517,6 @@ var TagResourceCommand = _TagResourceCommand;
2541
2517
 
2542
2518
 
2543
2519
 
2544
-
2545
2520
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2546
2521
  ...commonParams
2547
2522
  }).m(function(Command, cs, config, o) {
@@ -2558,7 +2533,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2558
2533
 
2559
2534
 
2560
2535
 
2561
-
2562
2536
  var _UpdateComponentCommand = class _UpdateComponentCommand extends import_smithy_client.Command.classBuilder().ep({
2563
2537
  ...commonParams
2564
2538
  }).m(function(Command, cs, config, o) {
@@ -2575,7 +2549,6 @@ var UpdateComponentCommand = _UpdateComponentCommand;
2575
2549
 
2576
2550
 
2577
2551
 
2578
-
2579
2552
  var _UpdateFormCommand = class _UpdateFormCommand extends import_smithy_client.Command.classBuilder().ep({
2580
2553
  ...commonParams
2581
2554
  }).m(function(Command, cs, config, o) {
@@ -2592,7 +2565,6 @@ var UpdateFormCommand = _UpdateFormCommand;
2592
2565
 
2593
2566
 
2594
2567
 
2595
-
2596
2568
  var _UpdateThemeCommand = class _UpdateThemeCommand extends import_smithy_client.Command.classBuilder().ep({
2597
2569
  ...commonParams
2598
2570
  }).m(function(Command, cs, config, o) {
@@ -118,15 +118,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
118
118
  * Enables FIPS compatible endpoints.
119
119
  */
120
120
  useFipsEndpoint?: boolean | __Provider<boolean>;
121
+ /**
122
+ * The AWS region to which this client will send requests
123
+ */
124
+ region?: string | __Provider<string>;
121
125
  /**
122
126
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
123
127
  * @internal
124
128
  */
125
129
  defaultUserAgentProvider?: Provider<__UserAgent>;
126
- /**
127
- * The AWS region to which this client will send requests
128
- */
129
- region?: string | __Provider<string>;
130
130
  /**
131
131
  * Default credentials provider; Not available in browser runtime.
132
132
  * @deprecated
@@ -5,7 +5,8 @@ import { CreateComponentRequest, CreateComponentResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateFormRequest, CreateFormResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateThemeRequest, CreateThemeResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteComponentRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteFormRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteThemeRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ExchangeCodeForTokenRequest, ExchangeCodeForTokenResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ExportComponentsRequest, ExportComponentsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ExportFormsRequest, ExportFormsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ExportThemesRequest, ExportThemesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetCodegenJobRequest, GetCodegenJobResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetFormRequest, GetFormResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetMetadataRequest, GetMetadataResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetThemeRequest, GetThemeResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListCodegenJobsRequest, ListCodegenJobsResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListComponentsRequest, ListComponentsResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListFormsRequest, ListFormsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListThemesRequest, ListThemesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutMetadataFlagRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RefreshTokenRequest, RefreshTokenResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartCodegenJobRequest, StartCodegenJobResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateComponentRequest, UpdateComponentResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateFormRequest, UpdateFormResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -14,8 +14,8 @@
14
14
  export * from "./AmplifyUIBuilderClient";
15
15
  export * from "./AmplifyUIBuilder";
16
16
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
17
- export { RuntimeExtension } from "./runtimeExtensions";
18
- export { AmplifyUIBuilderExtensionConfiguration } from "./extensionConfiguration";
17
+ export type { RuntimeExtension } from "./runtimeExtensions";
18
+ export type { AmplifyUIBuilderExtensionConfiguration } from "./extensionConfiguration";
19
19
  export * from "./commands";
20
20
  export * from "./pagination";
21
21
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) =>
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -238,8 +238,8 @@ export interface ClientDefaults
238
238
  serviceId?: string;
239
239
  useDualstackEndpoint?: boolean | __Provider<boolean>;
240
240
  useFipsEndpoint?: boolean | __Provider<boolean>;
241
- defaultUserAgentProvider?: Provider<__UserAgent>;
242
241
  region?: string | __Provider<string>;
242
+ defaultUserAgentProvider?: Provider<__UserAgent>;
243
243
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
244
244
  maxAttempts?: number | __Provider<number>;
245
245
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  CreateComponentRequest,
10
10
  CreateComponentResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateComponentCommandInput extends CreateComponentRequest {}
14
15
  export interface CreateComponentCommandOutput
15
16
  extends CreateComponentResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { CreateFormRequest, CreateFormResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateFormCommandInput extends CreateFormRequest {}
11
12
  export interface CreateFormCommandOutput
12
13
  extends CreateFormResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { CreateThemeRequest, CreateThemeResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateThemeCommandInput extends CreateThemeRequest {}
11
12
  export interface CreateThemeCommandOutput
12
13
  extends CreateThemeResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { DeleteComponentRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
11
12
  export interface DeleteComponentCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteComponentCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { DeleteFormRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteFormCommandInput extends DeleteFormRequest {}
11
12
  export interface DeleteFormCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteFormCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { DeleteThemeRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteThemeCommandInput extends DeleteThemeRequest {}
11
12
  export interface DeleteThemeCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteThemeCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ExchangeCodeForTokenRequest,
10
10
  ExchangeCodeForTokenResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ExchangeCodeForTokenCommandInput
14
15
  extends ExchangeCodeForTokenRequest {}
15
16
  export interface ExchangeCodeForTokenCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ExportComponentsRequest,
10
10
  ExportComponentsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ExportComponentsCommandInput extends ExportComponentsRequest {}
14
15
  export interface ExportComponentsCommandOutput
15
16
  extends ExportComponentsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { ExportFormsRequest, ExportFormsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ExportFormsCommandInput extends ExportFormsRequest {}
11
12
  export interface ExportFormsCommandOutput
12
13
  extends ExportFormsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { ExportThemesRequest, ExportThemesResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ExportThemesCommandInput extends ExportThemesRequest {}
11
12
  export interface ExportThemesCommandOutput
12
13
  extends ExportThemesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetCodegenJobRequest,
10
10
  GetCodegenJobResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCodegenJobCommandInput extends GetCodegenJobRequest {}
14
15
  export interface GetCodegenJobCommandOutput
15
16
  extends GetCodegenJobResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetComponentCommandInput extends GetComponentRequest {}
11
12
  export interface GetComponentCommandOutput
12
13
  extends GetComponentResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { GetFormRequest, GetFormResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetFormCommandInput extends GetFormRequest {}
11
12
  export interface GetFormCommandOutput
12
13
  extends GetFormResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { GetMetadataRequest, GetMetadataResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetMetadataCommandInput extends GetMetadataRequest {}
11
12
  export interface GetMetadataCommandOutput
12
13
  extends GetMetadataResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { GetThemeRequest, GetThemeResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetThemeCommandInput extends GetThemeRequest {}
11
12
  export interface GetThemeCommandOutput
12
13
  extends GetThemeResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListCodegenJobsRequest,
10
10
  ListCodegenJobsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListCodegenJobsCommandInput extends ListCodegenJobsRequest {}
14
15
  export interface ListCodegenJobsCommandOutput
15
16
  extends ListCodegenJobsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListComponentsRequest,
10
10
  ListComponentsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListComponentsCommandInput extends ListComponentsRequest {}
14
15
  export interface ListComponentsCommandOutput
15
16
  extends ListComponentsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { ListFormsRequest, ListFormsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListFormsCommandInput extends ListFormsRequest {}
11
12
  export interface ListFormsCommandOutput
12
13
  extends ListFormsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { ListThemesRequest, ListThemesResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListThemesCommandInput extends ListThemesRequest {}
11
12
  export interface ListThemesCommandOutput
12
13
  extends ListThemesResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { PutMetadataFlagRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PutMetadataFlagCommandInput extends PutMetadataFlagRequest {}
11
12
  export interface PutMetadataFlagCommandOutput extends __MetadataBearer {}
12
13
  declare const PutMetadataFlagCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { RefreshTokenRequest, RefreshTokenResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RefreshTokenCommandInput extends RefreshTokenRequest {}
11
12
  export interface RefreshTokenCommandOutput
12
13
  extends RefreshTokenResponse,
@@ -9,7 +9,8 @@ import {
9
9
  StartCodegenJobRequest,
10
10
  StartCodegenJobResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartCodegenJobCommandInput extends StartCodegenJobRequest {}
14
15
  export interface StartCodegenJobCommandOutput
15
16
  extends StartCodegenJobResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateComponentRequest,
10
10
  UpdateComponentResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateComponentCommandInput extends UpdateComponentRequest {}
14
15
  export interface UpdateComponentCommandOutput
15
16
  extends UpdateComponentResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { UpdateFormRequest, UpdateFormResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateFormCommandInput extends UpdateFormRequest {}
11
12
  export interface UpdateFormCommandOutput
12
13
  extends UpdateFormResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AmplifyUIBuilderClient";
8
8
  import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateThemeCommandInput extends UpdateThemeRequest {}
11
12
  export interface UpdateThemeCommandOutput
12
13
  extends UpdateThemeResponse,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class AmplifyUIBuilderServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
25
26
  defaultUserAgentProvider: import("@smithy/types").Provider<
26
27
  import("@smithy/types").UserAgent
27
28
  >;
28
- region: string | import("@smithy/types").Provider<any>;
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amplifyuibuilder",
3
3
  "description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-amplifyuibuilder",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",