@aws-sdk/client-amplifybackend 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +78 -79
- package/dist-cjs/models/AmplifyBackendServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/AmplifyBackend.js +1 -1
- package/dist-es/AmplifyBackendClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CloneBackendCommand.js +2 -2
- package/dist-es/commands/CreateBackendAPICommand.js +2 -2
- package/dist-es/commands/CreateBackendAuthCommand.js +2 -2
- package/dist-es/commands/CreateBackendCommand.js +2 -2
- package/dist-es/commands/CreateBackendConfigCommand.js +2 -2
- package/dist-es/commands/CreateBackendStorageCommand.js +2 -2
- package/dist-es/commands/CreateTokenCommand.js +2 -2
- package/dist-es/commands/DeleteBackendAPICommand.js +2 -2
- package/dist-es/commands/DeleteBackendAuthCommand.js +2 -2
- package/dist-es/commands/DeleteBackendCommand.js +2 -2
- package/dist-es/commands/DeleteBackendStorageCommand.js +2 -2
- package/dist-es/commands/DeleteTokenCommand.js +2 -2
- package/dist-es/commands/GenerateBackendAPIModelsCommand.js +2 -2
- package/dist-es/commands/GetBackendAPICommand.js +2 -2
- package/dist-es/commands/GetBackendAPIModelsCommand.js +2 -2
- package/dist-es/commands/GetBackendAuthCommand.js +2 -2
- package/dist-es/commands/GetBackendCommand.js +2 -2
- package/dist-es/commands/GetBackendJobCommand.js +2 -2
- package/dist-es/commands/GetBackendStorageCommand.js +2 -2
- package/dist-es/commands/GetTokenCommand.js +2 -2
- package/dist-es/commands/ImportBackendAuthCommand.js +2 -2
- package/dist-es/commands/ImportBackendStorageCommand.js +2 -2
- package/dist-es/commands/ListBackendJobsCommand.js +2 -2
- package/dist-es/commands/ListS3BucketsCommand.js +2 -2
- package/dist-es/commands/RemoveAllBackendsCommand.js +2 -2
- package/dist-es/commands/RemoveBackendConfigCommand.js +2 -2
- package/dist-es/commands/UpdateBackendAPICommand.js +2 -2
- package/dist-es/commands/UpdateBackendAuthCommand.js +2 -2
- package/dist-es/commands/UpdateBackendConfigCommand.js +2 -2
- package/dist-es/commands/UpdateBackendJobCommand.js +2 -2
- package/dist-es/commands/UpdateBackendStorageCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AmplifyBackendServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/AmplifyBackendClient.d.ts +5 -5
- package/dist-types/commands/CloneBackendCommand.d.ts +6 -4
- package/dist-types/commands/CreateBackendAPICommand.d.ts +6 -4
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +6 -4
- package/dist-types/commands/CreateBackendCommand.d.ts +6 -4
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +6 -4
- package/dist-types/commands/CreateTokenCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +6 -4
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBackendCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTokenCommand.d.ts +6 -4
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +6 -4
- package/dist-types/commands/GetBackendAPICommand.d.ts +6 -4
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +6 -4
- package/dist-types/commands/GetBackendAuthCommand.d.ts +6 -4
- package/dist-types/commands/GetBackendCommand.d.ts +6 -4
- package/dist-types/commands/GetBackendJobCommand.d.ts +6 -4
- package/dist-types/commands/GetBackendStorageCommand.d.ts +6 -4
- package/dist-types/commands/GetTokenCommand.d.ts +6 -4
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +6 -4
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +6 -4
- package/dist-types/commands/ListBackendJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListS3BucketsCommand.d.ts +6 -4
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +6 -4
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +6 -4
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AmplifyBackendServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AmplifyBackendClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AmplifyBackendServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetBackendAPICommandOutput
|
|
|
18
18
|
declare const GetBackendAPICommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetBackendAPICommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetBackendAPICommandInput,
|
|
23
23
|
GetBackendAPICommandOutput,
|
|
24
24
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetBackendAPICommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetBackendAPICommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetBackendAPICommandInput,
|
|
32
32
|
GetBackendAPICommandOutput,
|
|
33
33
|
AmplifyBackendClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetBackendAPICommand extends GetBackendAPICommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetBackendAPIModelsCommandOutput
|
|
|
19
19
|
declare const GetBackendAPIModelsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetBackendAPIModelsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetBackendAPIModelsCommandInput,
|
|
24
24
|
GetBackendAPIModelsCommandOutput,
|
|
25
25
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetBackendAPIModelsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetBackendAPIModelsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetBackendAPIModelsCommandInput,
|
|
33
33
|
GetBackendAPIModelsCommandOutput,
|
|
34
34
|
AmplifyBackendClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetBackendAPIModelsCommand extends GetBackendAPIModelsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetBackendAuthCommandOutput
|
|
|
18
18
|
declare const GetBackendAuthCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetBackendAuthCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetBackendAuthCommandInput,
|
|
23
23
|
GetBackendAuthCommandOutput,
|
|
24
24
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetBackendAuthCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetBackendAuthCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetBackendAuthCommandInput,
|
|
32
32
|
GetBackendAuthCommandOutput,
|
|
33
33
|
AmplifyBackendClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetBackendAuthCommand extends GetBackendAuthCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetBackendCommandOutput
|
|
|
15
15
|
declare const GetBackendCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetBackendCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetBackendCommandInput,
|
|
20
20
|
GetBackendCommandOutput,
|
|
21
21
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetBackendCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetBackendCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetBackendCommandInput,
|
|
29
29
|
GetBackendCommandOutput,
|
|
30
30
|
AmplifyBackendClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetBackendCommand extends GetBackendCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetBackendJobCommandOutput
|
|
|
18
18
|
declare const GetBackendJobCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetBackendJobCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetBackendJobCommandInput,
|
|
23
23
|
GetBackendJobCommandOutput,
|
|
24
24
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetBackendJobCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetBackendJobCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetBackendJobCommandInput,
|
|
32
32
|
GetBackendJobCommandOutput,
|
|
33
33
|
AmplifyBackendClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetBackendJobCommand extends GetBackendJobCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetBackendStorageCommandOutput
|
|
|
19
19
|
declare const GetBackendStorageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetBackendStorageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetBackendStorageCommandInput,
|
|
24
24
|
GetBackendStorageCommandOutput,
|
|
25
25
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetBackendStorageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetBackendStorageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetBackendStorageCommandInput,
|
|
33
33
|
GetBackendStorageCommandOutput,
|
|
34
34
|
AmplifyBackendClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetBackendStorageCommand extends GetBackendStorageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface GetTokenCommandOutput
|
|
|
13
13
|
extends GetTokenResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetTokenCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetTokenCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetTokenCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetTokenCommandInput,
|
|
20
18
|
GetTokenCommandOutput,
|
|
21
19
|
AmplifyBackendClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetTokenCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetTokenCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetTokenCommandInput,
|
|
29
25
|
GetTokenCommandOutput,
|
|
30
26
|
AmplifyBackendClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class GetTokenCommand extends GetTokenCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ImportBackendAuthCommandOutput
|
|
|
19
19
|
declare const ImportBackendAuthCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ImportBackendAuthCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ImportBackendAuthCommandInput,
|
|
24
24
|
ImportBackendAuthCommandOutput,
|
|
25
25
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ImportBackendAuthCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ImportBackendAuthCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ImportBackendAuthCommandInput,
|
|
33
33
|
ImportBackendAuthCommandOutput,
|
|
34
34
|
AmplifyBackendClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ImportBackendAuthCommand extends ImportBackendAuthCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ImportBackendStorageCommandOutput
|
|
|
19
19
|
declare const ImportBackendStorageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ImportBackendStorageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ImportBackendStorageCommandInput,
|
|
24
24
|
ImportBackendStorageCommandOutput,
|
|
25
25
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ImportBackendStorageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ImportBackendStorageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ImportBackendStorageCommandInput,
|
|
33
33
|
ImportBackendStorageCommandOutput,
|
|
34
34
|
AmplifyBackendClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ImportBackendStorageCommand extends ImportBackendStorageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListBackendJobsCommandOutput
|
|
|
18
18
|
declare const ListBackendJobsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListBackendJobsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListBackendJobsCommandInput,
|
|
23
23
|
ListBackendJobsCommandOutput,
|
|
24
24
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListBackendJobsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListBackendJobsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListBackendJobsCommandInput,
|
|
32
32
|
ListBackendJobsCommandOutput,
|
|
33
33
|
AmplifyBackendClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListBackendJobsCommand extends ListBackendJobsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListS3BucketsCommandOutput
|
|
|
18
18
|
declare const ListS3BucketsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListS3BucketsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListS3BucketsCommandInput,
|
|
23
23
|
ListS3BucketsCommandOutput,
|
|
24
24
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListS3BucketsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListS3BucketsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListS3BucketsCommandInput,
|
|
32
32
|
ListS3BucketsCommandOutput,
|
|
33
33
|
AmplifyBackendClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListS3BucketsCommand extends ListS3BucketsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface RemoveAllBackendsCommandOutput
|
|
|
19
19
|
declare const RemoveAllBackendsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RemoveAllBackendsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RemoveAllBackendsCommandInput,
|
|
24
24
|
RemoveAllBackendsCommandOutput,
|
|
25
25
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RemoveAllBackendsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RemoveAllBackendsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RemoveAllBackendsCommandInput,
|
|
33
33
|
RemoveAllBackendsCommandOutput,
|
|
34
34
|
AmplifyBackendClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RemoveAllBackendsCommand extends RemoveAllBackendsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface RemoveBackendConfigCommandOutput
|
|
|
19
19
|
declare const RemoveBackendConfigCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RemoveBackendConfigCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RemoveBackendConfigCommandInput,
|
|
24
24
|
RemoveBackendConfigCommandOutput,
|
|
25
25
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RemoveBackendConfigCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RemoveBackendConfigCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RemoveBackendConfigCommandInput,
|
|
33
33
|
RemoveBackendConfigCommandOutput,
|
|
34
34
|
AmplifyBackendClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RemoveBackendConfigCommand extends RemoveBackendConfigCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UpdateBackendAPICommandOutput
|
|
|
18
18
|
declare const UpdateBackendAPICommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateBackendAPICommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateBackendAPICommandInput,
|
|
23
23
|
UpdateBackendAPICommandOutput,
|
|
24
24
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateBackendAPICommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateBackendAPICommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateBackendAPICommandInput,
|
|
32
32
|
UpdateBackendAPICommandOutput,
|
|
33
33
|
AmplifyBackendClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateBackendAPICommand extends UpdateBackendAPICommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateBackendAuthCommandOutput
|
|
|
19
19
|
declare const UpdateBackendAuthCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateBackendAuthCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateBackendAuthCommandInput,
|
|
24
24
|
UpdateBackendAuthCommandOutput,
|
|
25
25
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateBackendAuthCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateBackendAuthCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateBackendAuthCommandInput,
|
|
33
33
|
UpdateBackendAuthCommandOutput,
|
|
34
34
|
AmplifyBackendClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateBackendAuthCommand extends UpdateBackendAuthCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateBackendConfigCommandOutput
|
|
|
19
19
|
declare const UpdateBackendConfigCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateBackendConfigCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateBackendConfigCommandInput,
|
|
24
24
|
UpdateBackendConfigCommandOutput,
|
|
25
25
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateBackendConfigCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateBackendConfigCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateBackendConfigCommandInput,
|
|
33
33
|
UpdateBackendConfigCommandOutput,
|
|
34
34
|
AmplifyBackendClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateBackendConfigCommand extends UpdateBackendConfigCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UpdateBackendJobCommandOutput
|
|
|
18
18
|
declare const UpdateBackendJobCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateBackendJobCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateBackendJobCommandInput,
|
|
23
23
|
UpdateBackendJobCommandOutput,
|
|
24
24
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateBackendJobCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateBackendJobCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateBackendJobCommandInput,
|
|
32
32
|
UpdateBackendJobCommandOutput,
|
|
33
33
|
AmplifyBackendClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateBackendJobCommand extends UpdateBackendJobCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateBackendStorageCommandOutput
|
|
|
19
19
|
declare const UpdateBackendStorageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateBackendStorageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateBackendStorageCommandInput,
|
|
24
24
|
UpdateBackendStorageCommandOutput,
|
|
25
25
|
AmplifyBackendClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateBackendStorageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateBackendStorageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateBackendStorageCommandInput,
|
|
33
33
|
UpdateBackendStorageCommandOutput,
|
|
34
34
|
AmplifyBackendClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateBackendStorageCommand extends UpdateBackendStorageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface AmplifyBackendExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class AmplifyBackendServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { AmplifyBackendServiceException as __BaseException } from "./AmplifyBackendServiceException";
|
|
3
3
|
export declare class BadRequestException extends __BaseException {
|
|
4
4
|
readonly name: "BadRequestException";
|