@aws-sdk/client-amplifybackend 3.1077.0 → 3.1078.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 +39 -313
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CloneBackendCommand.js +2 -14
- package/dist-es/commands/CreateBackendAPICommand.js +2 -14
- package/dist-es/commands/CreateBackendAuthCommand.js +2 -14
- package/dist-es/commands/CreateBackendCommand.js +2 -14
- package/dist-es/commands/CreateBackendConfigCommand.js +2 -14
- package/dist-es/commands/CreateBackendStorageCommand.js +2 -14
- package/dist-es/commands/CreateTokenCommand.js +2 -14
- package/dist-es/commands/DeleteBackendAPICommand.js +2 -14
- package/dist-es/commands/DeleteBackendAuthCommand.js +2 -14
- package/dist-es/commands/DeleteBackendCommand.js +2 -14
- package/dist-es/commands/DeleteBackendStorageCommand.js +2 -14
- package/dist-es/commands/DeleteTokenCommand.js +2 -14
- package/dist-es/commands/GenerateBackendAPIModelsCommand.js +2 -14
- package/dist-es/commands/GetBackendAPICommand.js +2 -14
- package/dist-es/commands/GetBackendAPIModelsCommand.js +2 -14
- package/dist-es/commands/GetBackendAuthCommand.js +2 -14
- package/dist-es/commands/GetBackendCommand.js +2 -14
- package/dist-es/commands/GetBackendJobCommand.js +2 -14
- package/dist-es/commands/GetBackendStorageCommand.js +2 -14
- package/dist-es/commands/GetTokenCommand.js +2 -14
- package/dist-es/commands/ImportBackendAuthCommand.js +2 -14
- package/dist-es/commands/ImportBackendStorageCommand.js +2 -14
- package/dist-es/commands/ListBackendJobsCommand.js +2 -14
- package/dist-es/commands/ListS3BucketsCommand.js +2 -14
- package/dist-es/commands/RemoveAllBackendsCommand.js +2 -14
- package/dist-es/commands/RemoveBackendConfigCommand.js +2 -14
- package/dist-es/commands/UpdateBackendAPICommand.js +2 -14
- package/dist-es/commands/UpdateBackendAuthCommand.js +2 -14
- package/dist-es/commands/UpdateBackendConfigCommand.js +2 -14
- package/dist-es/commands/UpdateBackendJobCommand.js +2 -14
- package/dist-es/commands/UpdateBackendStorageCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CloneBackendCommand.d.ts +3 -8
- package/dist-types/commands/CreateBackendAPICommand.d.ts +3 -8
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +3 -8
- package/dist-types/commands/CreateBackendCommand.d.ts +3 -8
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +3 -8
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +3 -8
- package/dist-types/commands/CreateTokenCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +3 -8
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBackendCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTokenCommand.d.ts +3 -8
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +3 -8
- package/dist-types/commands/GetBackendAPICommand.d.ts +3 -8
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +3 -8
- package/dist-types/commands/GetBackendAuthCommand.d.ts +3 -8
- package/dist-types/commands/GetBackendCommand.d.ts +3 -8
- package/dist-types/commands/GetBackendJobCommand.d.ts +3 -8
- package/dist-types/commands/GetBackendStorageCommand.d.ts +3 -8
- package/dist-types/commands/GetTokenCommand.d.ts +3 -8
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +3 -8
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +3 -8
- package/dist-types/commands/ListBackendJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListS3BucketsCommand.d.ts +3 -8
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +3 -8
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +3 -8
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateTokenCommandInput extends CreateTokenRequest {
|
|
|
22
19
|
export interface CreateTokenCommandOutput extends CreateTokenResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateTokenCommand_base: {
|
|
25
|
-
new (input: CreateTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateTokenCommandInput, CreateTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateTokenCommandInput, CreateTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateTokenCommandInput, CreateTokenCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateTokenCommandInput, CreateTokenCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { DeleteBackendAPIRequest, DeleteBackendAPIResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBackendAPICommandInput extends DeleteBackendAPIRequest {
|
|
|
22
19
|
export interface DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBackendAPICommand_base: {
|
|
25
|
-
new (input: DeleteBackendAPICommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBackendAPICommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBackendAPICommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBackendAPICommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an existing backend API resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { DeleteBackendAuthRequest, DeleteBackendAuthResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBackendAuthCommandInput extends DeleteBackendAuthRequest
|
|
|
22
19
|
export interface DeleteBackendAuthCommandOutput extends DeleteBackendAuthResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBackendAuthCommand_base: {
|
|
25
|
-
new (input: DeleteBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an existing backend authentication resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { DeleteBackendRequest, DeleteBackendResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBackendCommandInput extends DeleteBackendRequest {
|
|
|
22
19
|
export interface DeleteBackendCommandOutput extends DeleteBackendResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBackendCommand_base: {
|
|
25
|
-
new (input: DeleteBackendCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendCommandInput, DeleteBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBackendCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendCommandInput, DeleteBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBackendCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendCommandInput, DeleteBackendCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBackendCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendCommandInput, DeleteBackendCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes an existing environment from your Amplify project.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { DeleteBackendStorageRequest, DeleteBackendStorageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBackendStorageCommandInput extends DeleteBackendStorageRe
|
|
|
22
19
|
export interface DeleteBackendStorageCommandOutput extends DeleteBackendStorageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBackendStorageCommand_base: {
|
|
25
|
-
new (input: DeleteBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendStorageCommandInput, DeleteBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendStorageCommandInput, DeleteBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendStorageCommandInput, DeleteBackendStorageCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendStorageCommandInput, DeleteBackendStorageCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the specified backend storage resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteTokenCommandInput extends DeleteTokenRequest {
|
|
|
22
19
|
export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteTokenCommand_base: {
|
|
25
|
-
new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the challenge token based on the given appId and sessionId.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { GenerateBackendAPIModelsRequest, GenerateBackendAPIModelsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GenerateBackendAPIModelsCommandInput extends GenerateBackendAPI
|
|
|
22
19
|
export interface GenerateBackendAPIModelsCommandOutput extends GenerateBackendAPIModelsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GenerateBackendAPIModelsCommand_base: {
|
|
25
|
-
new (input: GenerateBackendAPIModelsCommandInput): import("@smithy/core/client").CommandImpl<GenerateBackendAPIModelsCommandInput, GenerateBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GenerateBackendAPIModelsCommandInput): import("@smithy/core/client").CommandImpl<GenerateBackendAPIModelsCommandInput, GenerateBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GenerateBackendAPIModelsCommandInput): import("@smithy/core/client").CommandImpl<GenerateBackendAPIModelsCommandInput, GenerateBackendAPIModelsCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GenerateBackendAPIModelsCommandInput): import("@smithy/core/client").CommandImpl<GenerateBackendAPIModelsCommandInput, GenerateBackendAPIModelsCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Generates a model schema for an existing backend API resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { GetBackendAPIRequest, GetBackendAPIResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBackendAPICommandInput extends GetBackendAPIRequest {
|
|
|
22
19
|
export interface GetBackendAPICommandOutput extends GetBackendAPIResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBackendAPICommand_base: {
|
|
25
|
-
new (input: GetBackendAPICommandInput): import("@smithy/core/client").CommandImpl<GetBackendAPICommandInput, GetBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBackendAPICommandInput): import("@smithy/core/client").CommandImpl<GetBackendAPICommandInput, GetBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBackendAPICommandInput): import("@smithy/core/client").CommandImpl<GetBackendAPICommandInput, GetBackendAPICommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBackendAPICommandInput): import("@smithy/core/client").CommandImpl<GetBackendAPICommandInput, GetBackendAPICommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the details for a backend API.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { GetBackendAPIModelsRequest, GetBackendAPIModelsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBackendAPIModelsCommandInput extends GetBackendAPIModelsRequ
|
|
|
22
19
|
export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBackendAPIModelsCommand_base: {
|
|
25
|
-
new (input: GetBackendAPIModelsCommandInput): import("@smithy/core/client").CommandImpl<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBackendAPIModelsCommandInput): import("@smithy/core/client").CommandImpl<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBackendAPIModelsCommandInput): import("@smithy/core/client").CommandImpl<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBackendAPIModelsCommandInput): import("@smithy/core/client").CommandImpl<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a model introspection schema for an existing backend API resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { GetBackendAuthRequest, GetBackendAuthResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBackendAuthCommandInput extends GetBackendAuthRequest {
|
|
|
22
19
|
export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBackendAuthCommand_base: {
|
|
25
|
-
new (input: GetBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<GetBackendAuthCommandInput, GetBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<GetBackendAuthCommandInput, GetBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<GetBackendAuthCommandInput, GetBackendAuthCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<GetBackendAuthCommandInput, GetBackendAuthCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a backend auth details.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { GetBackendRequest, GetBackendResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBackendCommandInput extends GetBackendRequest {
|
|
|
22
19
|
export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBackendCommand_base: {
|
|
25
|
-
new (input: GetBackendCommandInput): import("@smithy/core/client").CommandImpl<GetBackendCommandInput, GetBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBackendCommandInput): import("@smithy/core/client").CommandImpl<GetBackendCommandInput, GetBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBackendCommandInput): import("@smithy/core/client").CommandImpl<GetBackendCommandInput, GetBackendCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBackendCommandInput): import("@smithy/core/client").CommandImpl<GetBackendCommandInput, GetBackendCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides project-level details for your Amplify UI project.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { GetBackendJobRequest, GetBackendJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBackendJobCommandInput extends GetBackendJobRequest {
|
|
|
22
19
|
export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBackendJobCommand_base: {
|
|
25
|
-
new (input: GetBackendJobCommandInput): import("@smithy/core/client").CommandImpl<GetBackendJobCommandInput, GetBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBackendJobCommandInput): import("@smithy/core/client").CommandImpl<GetBackendJobCommandInput, GetBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBackendJobCommandInput): import("@smithy/core/client").CommandImpl<GetBackendJobCommandInput, GetBackendJobCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBackendJobCommandInput): import("@smithy/core/client").CommandImpl<GetBackendJobCommandInput, GetBackendJobCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a specific job.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { GetBackendStorageRequest, GetBackendStorageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBackendStorageCommandInput extends GetBackendStorageRequest
|
|
|
22
19
|
export interface GetBackendStorageCommandOutput extends GetBackendStorageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBackendStorageCommand_base: {
|
|
25
|
-
new (input: GetBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<GetBackendStorageCommandInput, GetBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<GetBackendStorageCommandInput, GetBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<GetBackendStorageCommandInput, GetBackendStorageCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<GetBackendStorageCommandInput, GetBackendStorageCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets details for a backend storage resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { GetTokenRequest, GetTokenResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTokenCommandInput extends GetTokenRequest {
|
|
|
22
19
|
export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTokenCommand_base: {
|
|
25
|
-
new (input: GetTokenCommandInput): import("@smithy/core/client").CommandImpl<GetTokenCommandInput, GetTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetTokenCommandInput): import("@smithy/core/client").CommandImpl<GetTokenCommandInput, GetTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTokenCommandInput): import("@smithy/core/client").CommandImpl<GetTokenCommandInput, GetTokenCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetTokenCommandInput): import("@smithy/core/client").CommandImpl<GetTokenCommandInput, GetTokenCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the challenge token based on the given appId and sessionId.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { ImportBackendAuthRequest, ImportBackendAuthResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ImportBackendAuthCommandInput extends ImportBackendAuthRequest
|
|
|
22
19
|
export interface ImportBackendAuthCommandOutput extends ImportBackendAuthResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ImportBackendAuthCommand_base: {
|
|
25
|
-
new (input: ImportBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ImportBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ImportBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ImportBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Imports an existing backend authentication resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { ImportBackendStorageRequest, ImportBackendStorageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ImportBackendStorageCommandInput extends ImportBackendStorageRe
|
|
|
22
19
|
export interface ImportBackendStorageCommandOutput extends ImportBackendStorageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ImportBackendStorageCommand_base: {
|
|
25
|
-
new (input: ImportBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ImportBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ImportBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ImportBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Imports an existing backend storage resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { ListBackendJobsRequest, ListBackendJobsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBackendJobsCommandInput extends ListBackendJobsRequest {
|
|
|
22
19
|
export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBackendJobsCommand_base: {
|
|
25
|
-
new (input: ListBackendJobsCommandInput): import("@smithy/core/client").CommandImpl<ListBackendJobsCommandInput, ListBackendJobsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListBackendJobsCommandInput): import("@smithy/core/client").CommandImpl<ListBackendJobsCommandInput, ListBackendJobsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBackendJobsCommandInput): import("@smithy/core/client").CommandImpl<ListBackendJobsCommandInput, ListBackendJobsCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListBackendJobsCommandInput): import("@smithy/core/client").CommandImpl<ListBackendJobsCommandInput, ListBackendJobsCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the jobs for the backend of an Amplify app.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { ListS3BucketsRequest, ListS3BucketsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListS3BucketsCommandInput extends ListS3BucketsRequest {
|
|
|
22
19
|
export interface ListS3BucketsCommandOutput extends ListS3BucketsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListS3BucketsCommand_base: {
|
|
25
|
-
new (input: ListS3BucketsCommandInput): import("@smithy/core/client").CommandImpl<ListS3BucketsCommandInput, ListS3BucketsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListS3BucketsCommandInput]): import("@smithy/core/client").CommandImpl<ListS3BucketsCommandInput, ListS3BucketsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListS3BucketsCommandInput): import("@smithy/core/client").CommandImpl<ListS3BucketsCommandInput, ListS3BucketsCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListS3BucketsCommandInput]): import("@smithy/core/client").CommandImpl<ListS3BucketsCommandInput, ListS3BucketsCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>The list of S3 buckets in your account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { RemoveAllBackendsRequest, RemoveAllBackendsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RemoveAllBackendsCommandInput extends RemoveAllBackendsRequest
|
|
|
22
19
|
export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RemoveAllBackendsCommand_base: {
|
|
25
|
-
new (input: RemoveAllBackendsCommandInput): import("@smithy/core/client").CommandImpl<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RemoveAllBackendsCommandInput): import("@smithy/core/client").CommandImpl<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RemoveAllBackendsCommandInput): import("@smithy/core/client").CommandImpl<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RemoveAllBackendsCommandInput): import("@smithy/core/client").CommandImpl<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes all backend environments from your Amplify project.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { RemoveBackendConfigRequest, RemoveBackendConfigResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RemoveBackendConfigCommandInput extends RemoveBackendConfigRequ
|
|
|
22
19
|
export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RemoveBackendConfigCommand_base: {
|
|
25
|
-
new (input: RemoveBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RemoveBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RemoveBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RemoveBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the AWS resources required to access the Amplify Admin UI.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { UpdateBackendAPIRequest, UpdateBackendAPIResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBackendAPICommandInput extends UpdateBackendAPIRequest {
|
|
|
22
19
|
export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBackendAPICommand_base: {
|
|
25
|
-
new (input: UpdateBackendAPICommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBackendAPICommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBackendAPICommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBackendAPICommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing backend API resource.</p>
|