@aws-sdk/client-amplifybackend 3.590.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.
- package/dist-cjs/index.js +0 -31
- package/dist-types/commands/CloneBackendCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/CreateTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTokenCommand.d.ts +2 -1
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendJobCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/GetTokenCommand.d.ts +2 -1
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/ListBackendJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListS3BucketsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/AmplifyBackendServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/AmplifyBackendServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -247,7 +247,6 @@ var AmplifyBackendClient = _AmplifyBackendClient;
|
|
|
247
247
|
|
|
248
248
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
249
249
|
|
|
250
|
-
var import_types = require("@smithy/types");
|
|
251
250
|
|
|
252
251
|
// src/protocols/Aws_restJson1.ts
|
|
253
252
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -2110,7 +2109,6 @@ var CloneBackendCommand = _CloneBackendCommand;
|
|
|
2110
2109
|
|
|
2111
2110
|
|
|
2112
2111
|
|
|
2113
|
-
|
|
2114
2112
|
var _CreateBackendAPICommand = class _CreateBackendAPICommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2115
2113
|
...commonParams
|
|
2116
2114
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2127,7 +2125,6 @@ var CreateBackendAPICommand = _CreateBackendAPICommand;
|
|
|
2127
2125
|
|
|
2128
2126
|
|
|
2129
2127
|
|
|
2130
|
-
|
|
2131
2128
|
var _CreateBackendAuthCommand = class _CreateBackendAuthCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2132
2129
|
...commonParams
|
|
2133
2130
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2144,7 +2141,6 @@ var CreateBackendAuthCommand = _CreateBackendAuthCommand;
|
|
|
2144
2141
|
|
|
2145
2142
|
|
|
2146
2143
|
|
|
2147
|
-
|
|
2148
2144
|
var _CreateBackendCommand = class _CreateBackendCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2149
2145
|
...commonParams
|
|
2150
2146
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2161,7 +2157,6 @@ var CreateBackendCommand = _CreateBackendCommand;
|
|
|
2161
2157
|
|
|
2162
2158
|
|
|
2163
2159
|
|
|
2164
|
-
|
|
2165
2160
|
var _CreateBackendConfigCommand = class _CreateBackendConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2166
2161
|
...commonParams
|
|
2167
2162
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2178,7 +2173,6 @@ var CreateBackendConfigCommand = _CreateBackendConfigCommand;
|
|
|
2178
2173
|
|
|
2179
2174
|
|
|
2180
2175
|
|
|
2181
|
-
|
|
2182
2176
|
var _CreateBackendStorageCommand = class _CreateBackendStorageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2183
2177
|
...commonParams
|
|
2184
2178
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2195,7 +2189,6 @@ var CreateBackendStorageCommand = _CreateBackendStorageCommand;
|
|
|
2195
2189
|
|
|
2196
2190
|
|
|
2197
2191
|
|
|
2198
|
-
|
|
2199
2192
|
var _CreateTokenCommand = class _CreateTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2200
2193
|
...commonParams
|
|
2201
2194
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2212,7 +2205,6 @@ var CreateTokenCommand = _CreateTokenCommand;
|
|
|
2212
2205
|
|
|
2213
2206
|
|
|
2214
2207
|
|
|
2215
|
-
|
|
2216
2208
|
var _DeleteBackendAPICommand = class _DeleteBackendAPICommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2217
2209
|
...commonParams
|
|
2218
2210
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2229,7 +2221,6 @@ var DeleteBackendAPICommand = _DeleteBackendAPICommand;
|
|
|
2229
2221
|
|
|
2230
2222
|
|
|
2231
2223
|
|
|
2232
|
-
|
|
2233
2224
|
var _DeleteBackendAuthCommand = class _DeleteBackendAuthCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2234
2225
|
...commonParams
|
|
2235
2226
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2246,7 +2237,6 @@ var DeleteBackendAuthCommand = _DeleteBackendAuthCommand;
|
|
|
2246
2237
|
|
|
2247
2238
|
|
|
2248
2239
|
|
|
2249
|
-
|
|
2250
2240
|
var _DeleteBackendCommand = class _DeleteBackendCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2251
2241
|
...commonParams
|
|
2252
2242
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2263,7 +2253,6 @@ var DeleteBackendCommand = _DeleteBackendCommand;
|
|
|
2263
2253
|
|
|
2264
2254
|
|
|
2265
2255
|
|
|
2266
|
-
|
|
2267
2256
|
var _DeleteBackendStorageCommand = class _DeleteBackendStorageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2268
2257
|
...commonParams
|
|
2269
2258
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2280,7 +2269,6 @@ var DeleteBackendStorageCommand = _DeleteBackendStorageCommand;
|
|
|
2280
2269
|
|
|
2281
2270
|
|
|
2282
2271
|
|
|
2283
|
-
|
|
2284
2272
|
var _DeleteTokenCommand = class _DeleteTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2285
2273
|
...commonParams
|
|
2286
2274
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2297,7 +2285,6 @@ var DeleteTokenCommand = _DeleteTokenCommand;
|
|
|
2297
2285
|
|
|
2298
2286
|
|
|
2299
2287
|
|
|
2300
|
-
|
|
2301
2288
|
var _GenerateBackendAPIModelsCommand = class _GenerateBackendAPIModelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2302
2289
|
...commonParams
|
|
2303
2290
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2314,7 +2301,6 @@ var GenerateBackendAPIModelsCommand = _GenerateBackendAPIModelsCommand;
|
|
|
2314
2301
|
|
|
2315
2302
|
|
|
2316
2303
|
|
|
2317
|
-
|
|
2318
2304
|
var _GetBackendAPICommand = class _GetBackendAPICommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2319
2305
|
...commonParams
|
|
2320
2306
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2331,7 +2317,6 @@ var GetBackendAPICommand = _GetBackendAPICommand;
|
|
|
2331
2317
|
|
|
2332
2318
|
|
|
2333
2319
|
|
|
2334
|
-
|
|
2335
2320
|
var _GetBackendAPIModelsCommand = class _GetBackendAPIModelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2336
2321
|
...commonParams
|
|
2337
2322
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2348,7 +2333,6 @@ var GetBackendAPIModelsCommand = _GetBackendAPIModelsCommand;
|
|
|
2348
2333
|
|
|
2349
2334
|
|
|
2350
2335
|
|
|
2351
|
-
|
|
2352
2336
|
var _GetBackendAuthCommand = class _GetBackendAuthCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2353
2337
|
...commonParams
|
|
2354
2338
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2365,7 +2349,6 @@ var GetBackendAuthCommand = _GetBackendAuthCommand;
|
|
|
2365
2349
|
|
|
2366
2350
|
|
|
2367
2351
|
|
|
2368
|
-
|
|
2369
2352
|
var _GetBackendCommand = class _GetBackendCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2370
2353
|
...commonParams
|
|
2371
2354
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2382,7 +2365,6 @@ var GetBackendCommand = _GetBackendCommand;
|
|
|
2382
2365
|
|
|
2383
2366
|
|
|
2384
2367
|
|
|
2385
|
-
|
|
2386
2368
|
var _GetBackendJobCommand = class _GetBackendJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2387
2369
|
...commonParams
|
|
2388
2370
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2399,7 +2381,6 @@ var GetBackendJobCommand = _GetBackendJobCommand;
|
|
|
2399
2381
|
|
|
2400
2382
|
|
|
2401
2383
|
|
|
2402
|
-
|
|
2403
2384
|
var _GetBackendStorageCommand = class _GetBackendStorageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2404
2385
|
...commonParams
|
|
2405
2386
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2416,7 +2397,6 @@ var GetBackendStorageCommand = _GetBackendStorageCommand;
|
|
|
2416
2397
|
|
|
2417
2398
|
|
|
2418
2399
|
|
|
2419
|
-
|
|
2420
2400
|
var _GetTokenCommand = class _GetTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2421
2401
|
...commonParams
|
|
2422
2402
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2433,7 +2413,6 @@ var GetTokenCommand = _GetTokenCommand;
|
|
|
2433
2413
|
|
|
2434
2414
|
|
|
2435
2415
|
|
|
2436
|
-
|
|
2437
2416
|
var _ImportBackendAuthCommand = class _ImportBackendAuthCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2438
2417
|
...commonParams
|
|
2439
2418
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2450,7 +2429,6 @@ var ImportBackendAuthCommand = _ImportBackendAuthCommand;
|
|
|
2450
2429
|
|
|
2451
2430
|
|
|
2452
2431
|
|
|
2453
|
-
|
|
2454
2432
|
var _ImportBackendStorageCommand = class _ImportBackendStorageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2455
2433
|
...commonParams
|
|
2456
2434
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2467,7 +2445,6 @@ var ImportBackendStorageCommand = _ImportBackendStorageCommand;
|
|
|
2467
2445
|
|
|
2468
2446
|
|
|
2469
2447
|
|
|
2470
|
-
|
|
2471
2448
|
var _ListBackendJobsCommand = class _ListBackendJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2472
2449
|
...commonParams
|
|
2473
2450
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2484,7 +2461,6 @@ var ListBackendJobsCommand = _ListBackendJobsCommand;
|
|
|
2484
2461
|
|
|
2485
2462
|
|
|
2486
2463
|
|
|
2487
|
-
|
|
2488
2464
|
var _ListS3BucketsCommand = class _ListS3BucketsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2489
2465
|
...commonParams
|
|
2490
2466
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2501,7 +2477,6 @@ var ListS3BucketsCommand = _ListS3BucketsCommand;
|
|
|
2501
2477
|
|
|
2502
2478
|
|
|
2503
2479
|
|
|
2504
|
-
|
|
2505
2480
|
var _RemoveAllBackendsCommand = class _RemoveAllBackendsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2506
2481
|
...commonParams
|
|
2507
2482
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2518,7 +2493,6 @@ var RemoveAllBackendsCommand = _RemoveAllBackendsCommand;
|
|
|
2518
2493
|
|
|
2519
2494
|
|
|
2520
2495
|
|
|
2521
|
-
|
|
2522
2496
|
var _RemoveBackendConfigCommand = class _RemoveBackendConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2523
2497
|
...commonParams
|
|
2524
2498
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2535,7 +2509,6 @@ var RemoveBackendConfigCommand = _RemoveBackendConfigCommand;
|
|
|
2535
2509
|
|
|
2536
2510
|
|
|
2537
2511
|
|
|
2538
|
-
|
|
2539
2512
|
var _UpdateBackendAPICommand = class _UpdateBackendAPICommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2540
2513
|
...commonParams
|
|
2541
2514
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2552,7 +2525,6 @@ var UpdateBackendAPICommand = _UpdateBackendAPICommand;
|
|
|
2552
2525
|
|
|
2553
2526
|
|
|
2554
2527
|
|
|
2555
|
-
|
|
2556
2528
|
var _UpdateBackendAuthCommand = class _UpdateBackendAuthCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2557
2529
|
...commonParams
|
|
2558
2530
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2569,7 +2541,6 @@ var UpdateBackendAuthCommand = _UpdateBackendAuthCommand;
|
|
|
2569
2541
|
|
|
2570
2542
|
|
|
2571
2543
|
|
|
2572
|
-
|
|
2573
2544
|
var _UpdateBackendConfigCommand = class _UpdateBackendConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2574
2545
|
...commonParams
|
|
2575
2546
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2586,7 +2557,6 @@ var UpdateBackendConfigCommand = _UpdateBackendConfigCommand;
|
|
|
2586
2557
|
|
|
2587
2558
|
|
|
2588
2559
|
|
|
2589
|
-
|
|
2590
2560
|
var _UpdateBackendJobCommand = class _UpdateBackendJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2591
2561
|
...commonParams
|
|
2592
2562
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2603,7 +2573,6 @@ var UpdateBackendJobCommand = _UpdateBackendJobCommand;
|
|
|
2603
2573
|
|
|
2604
2574
|
|
|
2605
2575
|
|
|
2606
|
-
|
|
2607
2576
|
var _UpdateBackendStorageCommand = class _UpdateBackendStorageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2608
2577
|
...commonParams
|
|
2609
2578
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
export * from "./AmplifyBackendClient";
|
|
7
7
|
export * from "./AmplifyBackend";
|
|
8
8
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
-
export { AmplifyBackendExtensionConfiguration } from "./extensionConfiguration";
|
|
9
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
+
export type { AmplifyBackendExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./models";
|
|
13
13
|
export { AmplifyBackendServiceException } from "./models/AmplifyBackendServiceException";
|
|
@@ -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
|
*
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AmplifyBackendClient";
|
|
8
8
|
import { CloneBackendRequest, CloneBackendResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CloneBackendCommandInput extends CloneBackendRequest {}
|
|
11
12
|
export interface CloneBackendCommandOutput
|
|
12
13
|
extends CloneBackendResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateBackendAPIRequest,
|
|
10
10
|
CreateBackendAPIResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateBackendAPICommandInput extends CreateBackendAPIRequest {}
|
|
14
15
|
export interface CreateBackendAPICommandOutput
|
|
15
16
|
extends CreateBackendAPIResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateBackendAuthRequest,
|
|
10
10
|
CreateBackendAuthResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateBackendAuthCommandInput
|
|
14
15
|
extends CreateBackendAuthRequest {}
|
|
15
16
|
export interface CreateBackendAuthCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateBackendRequest,
|
|
10
10
|
CreateBackendResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateBackendCommandInput extends CreateBackendRequest {}
|
|
14
15
|
export interface CreateBackendCommandOutput
|
|
15
16
|
extends CreateBackendResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateBackendConfigRequest,
|
|
10
10
|
CreateBackendConfigResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateBackendConfigCommandInput
|
|
14
15
|
extends CreateBackendConfigRequest {}
|
|
15
16
|
export interface CreateBackendConfigCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateBackendStorageRequest,
|
|
10
10
|
CreateBackendStorageResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateBackendStorageCommandInput
|
|
14
15
|
extends CreateBackendStorageRequest {}
|
|
15
16
|
export interface CreateBackendStorageCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AmplifyBackendClient";
|
|
8
8
|
import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateTokenCommandInput extends CreateTokenRequest {}
|
|
11
12
|
export interface CreateTokenCommandOutput
|
|
12
13
|
extends CreateTokenResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteBackendAPIRequest,
|
|
10
10
|
DeleteBackendAPIResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteBackendAPICommandInput extends DeleteBackendAPIRequest {}
|
|
14
15
|
export interface DeleteBackendAPICommandOutput
|
|
15
16
|
extends DeleteBackendAPIResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteBackendAuthRequest,
|
|
10
10
|
DeleteBackendAuthResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteBackendAuthCommandInput
|
|
14
15
|
extends DeleteBackendAuthRequest {}
|
|
15
16
|
export interface DeleteBackendAuthCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteBackendRequest,
|
|
10
10
|
DeleteBackendResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteBackendCommandInput extends DeleteBackendRequest {}
|
|
14
15
|
export interface DeleteBackendCommandOutput
|
|
15
16
|
extends DeleteBackendResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteBackendStorageRequest,
|
|
10
10
|
DeleteBackendStorageResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteBackendStorageCommandInput
|
|
14
15
|
extends DeleteBackendStorageRequest {}
|
|
15
16
|
export interface DeleteBackendStorageCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AmplifyBackendClient";
|
|
8
8
|
import { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteTokenCommandInput extends DeleteTokenRequest {}
|
|
11
12
|
export interface DeleteTokenCommandOutput
|
|
12
13
|
extends DeleteTokenResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GenerateBackendAPIModelsRequest,
|
|
10
10
|
GenerateBackendAPIModelsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GenerateBackendAPIModelsCommandInput
|
|
14
15
|
extends GenerateBackendAPIModelsRequest {}
|
|
15
16
|
export interface GenerateBackendAPIModelsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetBackendAPIRequest,
|
|
10
10
|
GetBackendAPIResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetBackendAPICommandInput extends GetBackendAPIRequest {}
|
|
14
15
|
export interface GetBackendAPICommandOutput
|
|
15
16
|
extends GetBackendAPIResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetBackendAPIModelsRequest,
|
|
10
10
|
GetBackendAPIModelsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetBackendAPIModelsCommandInput
|
|
14
15
|
extends GetBackendAPIModelsRequest {}
|
|
15
16
|
export interface GetBackendAPIModelsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetBackendAuthRequest,
|
|
10
10
|
GetBackendAuthResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetBackendAuthCommandInput extends GetBackendAuthRequest {}
|
|
14
15
|
export interface GetBackendAuthCommandOutput
|
|
15
16
|
extends GetBackendAuthResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AmplifyBackendClient";
|
|
8
8
|
import { GetBackendRequest, GetBackendResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetBackendCommandInput extends GetBackendRequest {}
|
|
11
12
|
export interface GetBackendCommandOutput
|
|
12
13
|
extends GetBackendResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetBackendJobRequest,
|
|
10
10
|
GetBackendJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetBackendJobCommandInput extends GetBackendJobRequest {}
|
|
14
15
|
export interface GetBackendJobCommandOutput
|
|
15
16
|
extends GetBackendJobResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetBackendStorageRequest,
|
|
10
10
|
GetBackendStorageResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetBackendStorageCommandInput
|
|
14
15
|
extends GetBackendStorageRequest {}
|
|
15
16
|
export interface GetBackendStorageCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AmplifyBackendClient";
|
|
8
8
|
import { GetTokenRequest, GetTokenResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetTokenCommandInput extends GetTokenRequest {}
|
|
11
12
|
export interface GetTokenCommandOutput
|
|
12
13
|
extends GetTokenResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ImportBackendAuthRequest,
|
|
10
10
|
ImportBackendAuthResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ImportBackendAuthCommandInput
|
|
14
15
|
extends ImportBackendAuthRequest {}
|
|
15
16
|
export interface ImportBackendAuthCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ImportBackendStorageRequest,
|
|
10
10
|
ImportBackendStorageResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ImportBackendStorageCommandInput
|
|
14
15
|
extends ImportBackendStorageRequest {}
|
|
15
16
|
export interface ImportBackendStorageCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListBackendJobsRequest,
|
|
10
10
|
ListBackendJobsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListBackendJobsCommandInput extends ListBackendJobsRequest {}
|
|
14
15
|
export interface ListBackendJobsCommandOutput
|
|
15
16
|
extends ListBackendJobsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListS3BucketsRequest,
|
|
10
10
|
ListS3BucketsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListS3BucketsCommandInput extends ListS3BucketsRequest {}
|
|
14
15
|
export interface ListS3BucketsCommandOutput
|
|
15
16
|
extends ListS3BucketsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RemoveAllBackendsRequest,
|
|
10
10
|
RemoveAllBackendsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RemoveAllBackendsCommandInput
|
|
14
15
|
extends RemoveAllBackendsRequest {}
|
|
15
16
|
export interface RemoveAllBackendsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RemoveBackendConfigRequest,
|
|
10
10
|
RemoveBackendConfigResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RemoveBackendConfigCommandInput
|
|
14
15
|
extends RemoveBackendConfigRequest {}
|
|
15
16
|
export interface RemoveBackendConfigCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateBackendAPIRequest,
|
|
10
10
|
UpdateBackendAPIResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateBackendAPICommandInput extends UpdateBackendAPIRequest {}
|
|
14
15
|
export interface UpdateBackendAPICommandOutput
|
|
15
16
|
extends UpdateBackendAPIResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateBackendAuthRequest,
|
|
10
10
|
UpdateBackendAuthResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateBackendAuthCommandInput
|
|
14
15
|
extends UpdateBackendAuthRequest {}
|
|
15
16
|
export interface UpdateBackendAuthCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateBackendConfigRequest,
|
|
10
10
|
UpdateBackendConfigResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateBackendConfigCommandInput
|
|
14
15
|
extends UpdateBackendConfigRequest {}
|
|
15
16
|
export interface UpdateBackendConfigCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateBackendJobRequest,
|
|
10
10
|
UpdateBackendJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateBackendJobCommandInput extends UpdateBackendJobRequest {}
|
|
14
15
|
export interface UpdateBackendJobCommandOutput
|
|
15
16
|
extends UpdateBackendJobResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateBackendStorageRequest,
|
|
10
10
|
UpdateBackendStorageResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateBackendStorageCommandInput
|
|
14
15
|
extends UpdateBackendStorageRequest {}
|
|
15
16
|
export interface UpdateBackendStorageCommandOutput
|
|
@@ -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 AmplifyBackendServiceException 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-amplifybackend",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplifybackend Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-amplifybackend",
|
|
@@ -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.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.
|
|
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",
|