@aws-sdk/client-amplifyuibuilder 3.590.0 → 3.596.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/index.js +0 -28
- package/dist-types/commands/CreateComponentCommand.d.ts +2 -1
- package/dist-types/commands/CreateFormCommand.d.ts +2 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFormCommand.d.ts +2 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +2 -1
- package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +2 -1
- package/dist-types/commands/ExportComponentsCommand.d.ts +2 -1
- package/dist-types/commands/ExportFormsCommand.d.ts +2 -1
- package/dist-types/commands/ExportThemesCommand.d.ts +2 -1
- package/dist-types/commands/GetCodegenJobCommand.d.ts +2 -1
- package/dist-types/commands/GetComponentCommand.d.ts +2 -1
- package/dist-types/commands/GetFormCommand.d.ts +2 -1
- package/dist-types/commands/GetMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetThemeCommand.d.ts +2 -1
- package/dist-types/commands/ListCodegenJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
- package/dist-types/commands/ListFormsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListThemesCommand.d.ts +2 -1
- package/dist-types/commands/PutMetadataFlagCommand.d.ts +2 -1
- package/dist-types/commands/RefreshTokenCommand.d.ts +2 -1
- package/dist-types/commands/StartCodegenJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateComponentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFormCommand.d.ts +2 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/AmplifyUIBuilderServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFormCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/AmplifyUIBuilderServiceException.d.ts +2 -1
- 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) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateComponentRequest,
|
|
10
10
|
CreateComponentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class AmplifyUIBuilderServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.
|
|
4
|
+
"version": "3.596.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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.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.
|
|
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",
|