@aws-sdk/client-amplifybackend 3.529.1 → 3.535.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-types/AmplifyBackend.d.ts +2 -1
- package/dist-types/AmplifyBackendClient.d.ts +1 -1
- package/dist-types/commands/CloneBackendCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/CreateTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTokenCommand.d.ts +2 -1
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendJobCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/GetTokenCommand.d.ts +2 -1
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/ListBackendJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListS3BucketsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +432 -432
- 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/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/AmplifyBackend.d.ts +1 -0
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +9 -0
- 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 +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { AmplifyBackendClientConfig } from "./AmplifyBackendClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -424,6 +424,7 @@ export interface AmplifyBackend {
|
|
|
424
424
|
options: __HttpHandlerOptions,
|
|
425
425
|
cb: (err: any, data?: ListBackendJobsCommandOutput) => void
|
|
426
426
|
): void;
|
|
427
|
+
listS3Buckets(): Promise<ListS3BucketsCommandOutput>;
|
|
427
428
|
listS3Buckets(
|
|
428
429
|
args: ListS3BucketsCommandInput,
|
|
429
430
|
options?: __HttpHandlerOptions
|
|
@@ -21,6 +21,15 @@ declare const CloneBackendCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CloneBackendCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CloneBackendCommandInput,
|
|
28
|
+
CloneBackendCommandOutput,
|
|
29
|
+
AmplifyBackendClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CloneBackendCommand extends CloneBackendCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateBackendAPICommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateBackendAPICommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateBackendAPICommandInput,
|
|
31
|
+
CreateBackendAPICommandOutput,
|
|
32
|
+
AmplifyBackendClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateBackendAPICommand extends CreateBackendAPICommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateBackendAuthCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateBackendAuthCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateBackendAuthCommandInput,
|
|
32
|
+
CreateBackendAuthCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateBackendAuthCommand extends CreateBackendAuthCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateBackendCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateBackendCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateBackendCommandInput,
|
|
31
|
+
CreateBackendCommandOutput,
|
|
32
|
+
AmplifyBackendClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateBackendCommand extends CreateBackendCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateBackendConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateBackendConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateBackendConfigCommandInput,
|
|
32
|
+
CreateBackendConfigCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateBackendConfigCommand extends CreateBackendConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateBackendStorageCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateBackendStorageCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateBackendStorageCommandInput,
|
|
32
|
+
CreateBackendStorageCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateBackendStorageCommand extends CreateBackendStorageCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateTokenCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateTokenCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateTokenCommandInput,
|
|
28
|
+
CreateTokenCommandOutput,
|
|
29
|
+
AmplifyBackendClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateTokenCommand extends CreateTokenCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteBackendAPICommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteBackendAPICommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteBackendAPICommandInput,
|
|
31
|
+
DeleteBackendAPICommandOutput,
|
|
32
|
+
AmplifyBackendClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteBackendAPICommand extends DeleteBackendAPICommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteBackendAuthCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteBackendAuthCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteBackendAuthCommandInput,
|
|
32
|
+
DeleteBackendAuthCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteBackendAuthCommand extends DeleteBackendAuthCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteBackendCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteBackendCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteBackendCommandInput,
|
|
31
|
+
DeleteBackendCommandOutput,
|
|
32
|
+
AmplifyBackendClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteBackendCommand extends DeleteBackendCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteBackendStorageCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteBackendStorageCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteBackendStorageCommandInput,
|
|
32
|
+
DeleteBackendStorageCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteBackendStorageCommand extends DeleteBackendStorageCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteTokenCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteTokenCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteTokenCommandInput,
|
|
28
|
+
DeleteTokenCommandOutput,
|
|
29
|
+
AmplifyBackendClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteTokenCommand extends DeleteTokenCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GenerateBackendAPIModelsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GenerateBackendAPIModelsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GenerateBackendAPIModelsCommandInput,
|
|
32
|
+
GenerateBackendAPIModelsCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GenerateBackendAPIModelsCommand extends GenerateBackendAPIModelsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetBackendAPICommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetBackendAPICommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetBackendAPICommandInput,
|
|
31
|
+
GetBackendAPICommandOutput,
|
|
32
|
+
AmplifyBackendClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetBackendAPICommand extends GetBackendAPICommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetBackendAPIModelsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetBackendAPIModelsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetBackendAPIModelsCommandInput,
|
|
32
|
+
GetBackendAPIModelsCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetBackendAPIModelsCommand extends GetBackendAPIModelsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetBackendAuthCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetBackendAuthCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetBackendAuthCommandInput,
|
|
31
|
+
GetBackendAuthCommandOutput,
|
|
32
|
+
AmplifyBackendClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetBackendAuthCommand extends GetBackendAuthCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetBackendCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetBackendCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetBackendCommandInput,
|
|
28
|
+
GetBackendCommandOutput,
|
|
29
|
+
AmplifyBackendClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetBackendCommand extends GetBackendCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetBackendJobCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetBackendJobCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetBackendJobCommandInput,
|
|
31
|
+
GetBackendJobCommandOutput,
|
|
32
|
+
AmplifyBackendClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetBackendJobCommand extends GetBackendJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetBackendStorageCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetBackendStorageCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetBackendStorageCommandInput,
|
|
32
|
+
GetBackendStorageCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetBackendStorageCommand extends GetBackendStorageCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetTokenCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetTokenCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetTokenCommandInput,
|
|
28
|
+
GetTokenCommandOutput,
|
|
29
|
+
AmplifyBackendClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetTokenCommand extends GetTokenCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ImportBackendAuthCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ImportBackendAuthCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ImportBackendAuthCommandInput,
|
|
32
|
+
ImportBackendAuthCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ImportBackendAuthCommand extends ImportBackendAuthCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ImportBackendStorageCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ImportBackendStorageCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ImportBackendStorageCommandInput,
|
|
32
|
+
ImportBackendStorageCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ImportBackendStorageCommand extends ImportBackendStorageCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListBackendJobsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListBackendJobsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListBackendJobsCommandInput,
|
|
31
|
+
ListBackendJobsCommandOutput,
|
|
32
|
+
AmplifyBackendClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListBackendJobsCommand extends ListBackendJobsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListS3BucketsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListS3BucketsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListS3BucketsCommandInput,
|
|
31
|
+
ListS3BucketsCommandOutput,
|
|
32
|
+
AmplifyBackendClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListS3BucketsCommand extends ListS3BucketsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RemoveAllBackendsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RemoveAllBackendsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RemoveAllBackendsCommandInput,
|
|
32
|
+
RemoveAllBackendsCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RemoveAllBackendsCommand extends RemoveAllBackendsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RemoveBackendConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RemoveBackendConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RemoveBackendConfigCommandInput,
|
|
32
|
+
RemoveBackendConfigCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RemoveBackendConfigCommand extends RemoveBackendConfigCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateBackendAPICommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateBackendAPICommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateBackendAPICommandInput,
|
|
31
|
+
UpdateBackendAPICommandOutput,
|
|
32
|
+
AmplifyBackendClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateBackendAPICommand extends UpdateBackendAPICommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateBackendAuthCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateBackendAuthCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateBackendAuthCommandInput,
|
|
32
|
+
UpdateBackendAuthCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateBackendAuthCommand extends UpdateBackendAuthCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateBackendConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateBackendConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateBackendConfigCommandInput,
|
|
32
|
+
UpdateBackendConfigCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateBackendConfigCommand extends UpdateBackendConfigCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateBackendJobCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateBackendJobCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateBackendJobCommandInput,
|
|
31
|
+
UpdateBackendJobCommandOutput,
|
|
32
|
+
AmplifyBackendClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateBackendJobCommand extends UpdateBackendJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateBackendStorageCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateBackendStorageCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateBackendStorageCommandInput,
|
|
32
|
+
UpdateBackendStorageCommandOutput,
|
|
33
|
+
AmplifyBackendClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateBackendStorageCommand extends UpdateBackendStorageCommand_base {}
|
|
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
25
25
|
apiVersion: string;
|
|
26
26
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
27
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
|
-
base64Encoder:
|
|
28
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
29
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
utf8Encoder:
|
|
30
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
31
31
|
disableHostPrefix: boolean;
|
|
32
32
|
serviceId: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
29
29
|
apiVersion: string;
|
|
30
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
31
31
|
base64Decoder: import("@smithy/types").Decoder;
|
|
32
|
-
base64Encoder:
|
|
32
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
33
33
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
34
|
-
utf8Encoder:
|
|
34
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
35
35
|
disableHostPrefix: boolean;
|
|
36
36
|
serviceId: string;
|
|
37
37
|
logger: import("@smithy/types").Logger;
|
|
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
13
13
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
14
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
15
15
|
base64Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
base64Encoder:
|
|
16
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
17
17
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
18
|
-
utf8Encoder:
|
|
18
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
19
19
|
disableHostPrefix: boolean;
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -2,7 +2,7 @@ import { AmplifyBackendClientConfig } from "./AmplifyBackendClient";
|
|
|
2
2
|
export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
3
3
|
apiVersion: string;
|
|
4
4
|
base64Decoder: import("@smithy/types").Decoder;
|
|
5
|
-
base64Encoder:
|
|
5
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
6
6
|
disableHostPrefix: boolean;
|
|
7
7
|
endpointProvider: (
|
|
8
8
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|