@aws-sdk/client-amplifybackend 3.478.0 → 3.481.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/commands/CloneBackendCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendAPICommand.js +18 -41
- package/dist-cjs/commands/CreateBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendConfigCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/CreateTokenCommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendAPICommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendCommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/DeleteTokenCommand.js +18 -41
- package/dist-cjs/commands/GenerateBackendAPIModelsCommand.js +18 -41
- package/dist-cjs/commands/GetBackendAPICommand.js +18 -41
- package/dist-cjs/commands/GetBackendAPIModelsCommand.js +18 -41
- package/dist-cjs/commands/GetBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/GetBackendCommand.js +18 -41
- package/dist-cjs/commands/GetBackendJobCommand.js +18 -41
- package/dist-cjs/commands/GetBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/GetTokenCommand.js +18 -41
- package/dist-cjs/commands/ImportBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/ImportBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/ListBackendJobsCommand.js +18 -41
- package/dist-cjs/commands/ListS3BucketsCommand.js +18 -41
- package/dist-cjs/commands/RemoveAllBackendsCommand.js +18 -41
- package/dist-cjs/commands/RemoveBackendConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendAPICommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendJobCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendStorageCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CloneBackendCommand.js +18 -41
- package/dist-es/commands/CreateBackendAPICommand.js +18 -41
- package/dist-es/commands/CreateBackendAuthCommand.js +18 -41
- package/dist-es/commands/CreateBackendCommand.js +18 -41
- package/dist-es/commands/CreateBackendConfigCommand.js +18 -41
- package/dist-es/commands/CreateBackendStorageCommand.js +18 -41
- package/dist-es/commands/CreateTokenCommand.js +18 -41
- package/dist-es/commands/DeleteBackendAPICommand.js +18 -41
- package/dist-es/commands/DeleteBackendAuthCommand.js +18 -41
- package/dist-es/commands/DeleteBackendCommand.js +18 -41
- package/dist-es/commands/DeleteBackendStorageCommand.js +18 -41
- package/dist-es/commands/DeleteTokenCommand.js +18 -41
- package/dist-es/commands/GenerateBackendAPIModelsCommand.js +18 -41
- package/dist-es/commands/GetBackendAPICommand.js +18 -41
- package/dist-es/commands/GetBackendAPIModelsCommand.js +18 -41
- package/dist-es/commands/GetBackendAuthCommand.js +18 -41
- package/dist-es/commands/GetBackendCommand.js +18 -41
- package/dist-es/commands/GetBackendJobCommand.js +18 -41
- package/dist-es/commands/GetBackendStorageCommand.js +18 -41
- package/dist-es/commands/GetTokenCommand.js +18 -41
- package/dist-es/commands/ImportBackendAuthCommand.js +18 -41
- package/dist-es/commands/ImportBackendStorageCommand.js +18 -41
- package/dist-es/commands/ListBackendJobsCommand.js +18 -41
- package/dist-es/commands/ListS3BucketsCommand.js +18 -41
- package/dist-es/commands/RemoveAllBackendsCommand.js +18 -41
- package/dist-es/commands/RemoveBackendConfigCommand.js +18 -41
- package/dist-es/commands/UpdateBackendAPICommand.js +18 -41
- package/dist-es/commands/UpdateBackendAuthCommand.js +18 -41
- package/dist-es/commands/UpdateBackendConfigCommand.js +18 -41
- package/dist-es/commands/UpdateBackendJobCommand.js +18 -41
- package/dist-es/commands/UpdateBackendStorageCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CloneBackendCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/CreateTokenCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTokenCommand.d.ts +6 -21
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendJobCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/GetTokenCommand.d.ts +6 -21
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/ListBackendJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListS3BucketsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface GenerateBackendAPIModelsCommandInput
|
|
|
21
15
|
export interface GenerateBackendAPIModelsCommandOutput
|
|
22
16
|
extends GenerateBackendAPIModelsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GenerateBackendAPIModelsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GenerateBackendAPIModelsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AmplifyBackendClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GenerateBackendAPIModelsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GenerateBackendAPIModelsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GenerateBackendAPIModelsCommandInput,
|
|
38
|
-
GenerateBackendAPIModelsCommandOutput
|
|
23
|
+
GenerateBackendAPIModelsCommandOutput,
|
|
24
|
+
AmplifyBackendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GenerateBackendAPIModelsCommand extends GenerateBackendAPIModelsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetBackendAPICommandInput extends GetBackendAPIRequest {}
|
|
|
20
14
|
export interface GetBackendAPICommandOutput
|
|
21
15
|
extends GetBackendAPIResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetBackendAPICommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetBackendAPICommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetBackendAPICommandInput,
|
|
22
|
+
GetBackendAPICommandOutput,
|
|
23
|
+
AmplifyBackendClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetBackendAPICommand extends GetBackendAPICommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface GetBackendAPIModelsCommandInput
|
|
|
21
15
|
export interface GetBackendAPIModelsCommandOutput
|
|
22
16
|
extends GetBackendAPIModelsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetBackendAPIModelsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetBackendAPIModelsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetBackendAPIModelsCommandInput,
|
|
23
|
+
GetBackendAPIModelsCommandOutput,
|
|
24
|
+
AmplifyBackendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetBackendAPIModelsCommand extends GetBackendAPIModelsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetBackendAuthCommandInput extends GetBackendAuthRequest {}
|
|
|
20
14
|
export interface GetBackendAuthCommandOutput
|
|
21
15
|
extends GetBackendAuthResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetBackendAuthCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetBackendAuthCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetBackendAuthCommandInput,
|
|
22
|
+
GetBackendAuthCommandOutput,
|
|
23
|
+
AmplifyBackendClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetBackendAuthCommand extends GetBackendAuthCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetBackendCommandInput extends GetBackendRequest {}
|
|
|
17
11
|
export interface GetBackendCommandOutput
|
|
18
12
|
extends GetBackendResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetBackendCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetBackendCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetBackendCommandInput,
|
|
19
|
+
GetBackendCommandOutput,
|
|
20
|
+
AmplifyBackendClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetBackendCommand extends GetBackendCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetBackendJobCommandInput extends GetBackendJobRequest {}
|
|
|
20
14
|
export interface GetBackendJobCommandOutput
|
|
21
15
|
extends GetBackendJobResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetBackendJobCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetBackendJobCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetBackendJobCommandInput,
|
|
22
|
+
GetBackendJobCommandOutput,
|
|
23
|
+
AmplifyBackendClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetBackendJobCommand extends GetBackendJobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface GetBackendStorageCommandInput
|
|
|
21
15
|
export interface GetBackendStorageCommandOutput
|
|
22
16
|
extends GetBackendStorageResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetBackendStorageCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetBackendStorageCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetBackendStorageCommandInput,
|
|
23
|
+
GetBackendStorageCommandOutput,
|
|
24
|
+
AmplifyBackendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetBackendStorageCommand extends GetBackendStorageCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetTokenCommandInput extends GetTokenRequest {}
|
|
|
17
11
|
export interface GetTokenCommandOutput
|
|
18
12
|
extends GetTokenResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetTokenCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetTokenCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetTokenCommandInput,
|
|
19
|
+
GetTokenCommandOutput,
|
|
20
|
+
AmplifyBackendClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetTokenCommand extends GetTokenCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface ImportBackendAuthCommandInput
|
|
|
21
15
|
export interface ImportBackendAuthCommandOutput
|
|
22
16
|
extends ImportBackendAuthResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ImportBackendAuthCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ImportBackendAuthCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ImportBackendAuthCommandInput,
|
|
23
|
+
ImportBackendAuthCommandOutput,
|
|
24
|
+
AmplifyBackendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ImportBackendAuthCommand extends ImportBackendAuthCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ImportBackendStorageCommandInput
|
|
|
21
15
|
export interface ImportBackendStorageCommandOutput
|
|
22
16
|
extends ImportBackendStorageResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ImportBackendStorageCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ImportBackendStorageCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AmplifyBackendClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ImportBackendStorageCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ImportBackendStorageCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ImportBackendStorageCommandInput,
|
|
38
|
-
ImportBackendStorageCommandOutput
|
|
23
|
+
ImportBackendStorageCommandOutput,
|
|
24
|
+
AmplifyBackendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ImportBackendStorageCommand extends ImportBackendStorageCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface ListBackendJobsCommandInput extends ListBackendJobsRequest {}
|
|
|
20
14
|
export interface ListBackendJobsCommandOutput
|
|
21
15
|
extends ListBackendJobsResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const ListBackendJobsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListBackendJobsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListBackendJobsCommandInput,
|
|
22
|
+
ListBackendJobsCommandOutput,
|
|
23
|
+
AmplifyBackendClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ListBackendJobsCommand extends ListBackendJobsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface ListS3BucketsCommandInput extends ListS3BucketsRequest {}
|
|
|
20
14
|
export interface ListS3BucketsCommandOutput
|
|
21
15
|
extends ListS3BucketsResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const ListS3BucketsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListS3BucketsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListS3BucketsCommandInput,
|
|
22
|
+
ListS3BucketsCommandOutput,
|
|
23
|
+
AmplifyBackendClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ListS3BucketsCommand extends ListS3BucketsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface RemoveAllBackendsCommandInput
|
|
|
21
15
|
export interface RemoveAllBackendsCommandOutput
|
|
22
16
|
extends RemoveAllBackendsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const RemoveAllBackendsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RemoveAllBackendsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
RemoveAllBackendsCommandInput,
|
|
23
|
+
RemoveAllBackendsCommandOutput,
|
|
24
|
+
AmplifyBackendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class RemoveAllBackendsCommand extends RemoveAllBackendsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AmplifyBackendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface RemoveBackendConfigCommandInput
|
|
|
21
15
|
export interface RemoveBackendConfigCommandOutput
|
|
22
16
|
extends RemoveBackendConfigResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const RemoveBackendConfigCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RemoveBackendConfigCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
RemoveBackendConfigCommandInput,
|
|
23
|
+
RemoveBackendConfigCommandOutput,
|
|
24
|
+
AmplifyBackendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class RemoveBackendConfigCommand extends RemoveBackendConfigCommand_base {}
|