@aws-sdk/client-amplifybackend 3.1044.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +78 -79
- package/dist-cjs/models/AmplifyBackendServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/AmplifyBackend.js +1 -1
- package/dist-es/AmplifyBackendClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CloneBackendCommand.js +2 -2
- package/dist-es/commands/CreateBackendAPICommand.js +2 -2
- package/dist-es/commands/CreateBackendAuthCommand.js +2 -2
- package/dist-es/commands/CreateBackendCommand.js +2 -2
- package/dist-es/commands/CreateBackendConfigCommand.js +2 -2
- package/dist-es/commands/CreateBackendStorageCommand.js +2 -2
- package/dist-es/commands/CreateTokenCommand.js +2 -2
- package/dist-es/commands/DeleteBackendAPICommand.js +2 -2
- package/dist-es/commands/DeleteBackendAuthCommand.js +2 -2
- package/dist-es/commands/DeleteBackendCommand.js +2 -2
- package/dist-es/commands/DeleteBackendStorageCommand.js +2 -2
- package/dist-es/commands/DeleteTokenCommand.js +2 -2
- package/dist-es/commands/GenerateBackendAPIModelsCommand.js +2 -2
- package/dist-es/commands/GetBackendAPICommand.js +2 -2
- package/dist-es/commands/GetBackendAPIModelsCommand.js +2 -2
- package/dist-es/commands/GetBackendAuthCommand.js +2 -2
- package/dist-es/commands/GetBackendCommand.js +2 -2
- package/dist-es/commands/GetBackendJobCommand.js +2 -2
- package/dist-es/commands/GetBackendStorageCommand.js +2 -2
- package/dist-es/commands/GetTokenCommand.js +2 -2
- package/dist-es/commands/ImportBackendAuthCommand.js +2 -2
- package/dist-es/commands/ImportBackendStorageCommand.js +2 -2
- package/dist-es/commands/ListBackendJobsCommand.js +2 -2
- package/dist-es/commands/ListS3BucketsCommand.js +2 -2
- package/dist-es/commands/RemoveAllBackendsCommand.js +2 -2
- package/dist-es/commands/RemoveBackendConfigCommand.js +2 -2
- package/dist-es/commands/UpdateBackendAPICommand.js +2 -2
- package/dist-es/commands/UpdateBackendAuthCommand.js +2 -2
- package/dist-es/commands/UpdateBackendConfigCommand.js +2 -2
- package/dist-es/commands/UpdateBackendJobCommand.js +2 -2
- package/dist-es/commands/UpdateBackendStorageCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AmplifyBackendServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/AmplifyBackendClient.d.ts +5 -5
- package/dist-types/commands/CloneBackendCommand.d.ts +6 -4
- package/dist-types/commands/CreateBackendAPICommand.d.ts +6 -4
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +6 -4
- package/dist-types/commands/CreateBackendCommand.d.ts +6 -4
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +6 -4
- package/dist-types/commands/CreateTokenCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +6 -4
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBackendCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTokenCommand.d.ts +6 -4
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +6 -4
- package/dist-types/commands/GetBackendAPICommand.d.ts +6 -4
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +6 -4
- package/dist-types/commands/GetBackendAuthCommand.d.ts +6 -4
- package/dist-types/commands/GetBackendCommand.d.ts +6 -4
- package/dist-types/commands/GetBackendJobCommand.d.ts +6 -4
- package/dist-types/commands/GetBackendStorageCommand.d.ts +6 -4
- package/dist-types/commands/GetTokenCommand.d.ts +6 -4
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +6 -4
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +6 -4
- package/dist-types/commands/ListBackendJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListS3BucketsCommand.d.ts +6 -4
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +6 -4
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +6 -4
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AmplifyBackendServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AmplifyBackendClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AmplifyBackendServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { CreateBackendAuthRequest, CreateBackendAuthResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateBackendAuthCommandInput extends CreateBackendAuthRequest
|
|
|
22
22
|
export interface CreateBackendAuthCommandOutput extends CreateBackendAuthResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateBackendAuthCommand_base: {
|
|
25
|
-
new (input: CreateBackendAuthCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateBackendAuthCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendAuthCommandInput, CreateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendAuthCommandInput, CreateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new backend authentication resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { CreateBackendRequest, CreateBackendResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateBackendCommandInput extends CreateBackendRequest {
|
|
|
22
22
|
export interface CreateBackendCommandOutput extends CreateBackendResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateBackendCommand_base: {
|
|
25
|
-
new (input: CreateBackendCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateBackendCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateBackendCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendCommandInput, CreateBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateBackendCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendCommandInput, CreateBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { CreateBackendConfigRequest, CreateBackendConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateBackendConfigCommandInput extends CreateBackendConfigRequ
|
|
|
22
22
|
export interface CreateBackendConfigCommandOutput extends CreateBackendConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateBackendConfigCommand_base: {
|
|
25
|
-
new (input: CreateBackendConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateBackendConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendConfigCommandInput, CreateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendConfigCommandInput, CreateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a config object for a backend.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { CreateBackendStorageRequest, CreateBackendStorageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateBackendStorageCommandInput extends CreateBackendStorageRe
|
|
|
22
22
|
export interface CreateBackendStorageCommandOutput extends CreateBackendStorageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateBackendStorageCommand_base: {
|
|
25
|
-
new (input: CreateBackendStorageCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateBackendStorageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendStorageCommandInput, CreateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendStorageCommandInput, CreateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a backend storage resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateTokenCommandInput extends CreateTokenRequest {
|
|
|
22
22
|
export interface CreateTokenCommandOutput extends CreateTokenResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTokenCommand_base: {
|
|
25
|
-
new (input: CreateTokenCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateTokenCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { DeleteBackendAPIRequest, DeleteBackendAPIResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBackendAPICommandInput extends DeleteBackendAPIRequest {
|
|
|
22
22
|
export interface DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBackendAPICommand_base: {
|
|
25
|
-
new (input: DeleteBackendAPICommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBackendAPICommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an existing backend API resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { DeleteBackendAuthRequest, DeleteBackendAuthResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBackendAuthCommandInput extends DeleteBackendAuthRequest
|
|
|
22
22
|
export interface DeleteBackendAuthCommandOutput extends DeleteBackendAuthResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBackendAuthCommand_base: {
|
|
25
|
-
new (input: DeleteBackendAuthCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBackendAuthCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an existing backend authentication resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { DeleteBackendRequest, DeleteBackendResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBackendCommandInput extends DeleteBackendRequest {
|
|
|
22
22
|
export interface DeleteBackendCommandOutput extends DeleteBackendResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBackendCommand_base: {
|
|
25
|
-
new (input: DeleteBackendCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBackendCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes an existing environment from your Amplify project.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { DeleteBackendStorageRequest, DeleteBackendStorageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBackendStorageCommandInput extends DeleteBackendStorageRe
|
|
|
22
22
|
export interface DeleteBackendStorageCommandOutput extends DeleteBackendStorageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBackendStorageCommand_base: {
|
|
25
|
-
new (input: DeleteBackendStorageCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBackendStorageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified backend storage resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTokenCommandInput extends DeleteTokenRequest {
|
|
|
22
22
|
export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTokenCommand_base: {
|
|
25
|
-
new (input: DeleteTokenCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTokenCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the challenge token based on the given appId and sessionId.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { GenerateBackendAPIModelsRequest, GenerateBackendAPIModelsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GenerateBackendAPIModelsCommandInput extends GenerateBackendAPI
|
|
|
22
22
|
export interface GenerateBackendAPIModelsCommandOutput extends GenerateBackendAPIModelsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GenerateBackendAPIModelsCommand_base: {
|
|
25
|
-
new (input: GenerateBackendAPIModelsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GenerateBackendAPIModelsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Generates a model schema for an existing backend API resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { GetBackendAPIRequest, GetBackendAPIResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBackendAPICommandInput extends GetBackendAPIRequest {
|
|
|
22
22
|
export interface GetBackendAPICommandOutput extends GetBackendAPIResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBackendAPICommand_base: {
|
|
25
|
-
new (input: GetBackendAPICommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBackendAPICommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the details for a backend API.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { GetBackendAPIModelsRequest, GetBackendAPIModelsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBackendAPIModelsCommandInput extends GetBackendAPIModelsRequ
|
|
|
22
22
|
export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBackendAPIModelsCommand_base: {
|
|
25
|
-
new (input: GetBackendAPIModelsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBackendAPIModelsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a model introspection schema for an existing backend API resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { GetBackendAuthRequest, GetBackendAuthResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBackendAuthCommandInput extends GetBackendAuthRequest {
|
|
|
22
22
|
export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBackendAuthCommand_base: {
|
|
25
|
-
new (input: GetBackendAuthCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBackendAuthCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a backend auth details.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { GetBackendRequest, GetBackendResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBackendCommandInput extends GetBackendRequest {
|
|
|
22
22
|
export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBackendCommand_base: {
|
|
25
|
-
new (input: GetBackendCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBackendCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides project-level details for your Amplify UI project.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { GetBackendJobRequest, GetBackendJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBackendJobCommandInput extends GetBackendJobRequest {
|
|
|
22
22
|
export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBackendJobCommand_base: {
|
|
25
|
-
new (input: GetBackendJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBackendJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a specific job.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { GetBackendStorageRequest, GetBackendStorageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBackendStorageCommandInput extends GetBackendStorageRequest
|
|
|
22
22
|
export interface GetBackendStorageCommandOutput extends GetBackendStorageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBackendStorageCommand_base: {
|
|
25
|
-
new (input: GetBackendStorageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBackendStorageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets details for a backend storage resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { GetTokenRequest, GetTokenResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetTokenCommandInput extends GetTokenRequest {
|
|
|
22
22
|
export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTokenCommand_base: {
|
|
25
|
-
new (input: GetTokenCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTokenCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the challenge token based on the given appId and sessionId.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { ImportBackendAuthRequest, ImportBackendAuthResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ImportBackendAuthCommandInput extends ImportBackendAuthRequest
|
|
|
22
22
|
export interface ImportBackendAuthCommandOutput extends ImportBackendAuthResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportBackendAuthCommand_base: {
|
|
25
|
-
new (input: ImportBackendAuthCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportBackendAuthCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Imports an existing backend authentication resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { ImportBackendStorageRequest, ImportBackendStorageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ImportBackendStorageCommandInput extends ImportBackendStorageRe
|
|
|
22
22
|
export interface ImportBackendStorageCommandOutput extends ImportBackendStorageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportBackendStorageCommand_base: {
|
|
25
|
-
new (input: ImportBackendStorageCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportBackendStorageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Imports an existing backend storage resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { ListBackendJobsRequest, ListBackendJobsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListBackendJobsCommandInput extends ListBackendJobsRequest {
|
|
|
22
22
|
export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListBackendJobsCommand_base: {
|
|
25
|
-
new (input: ListBackendJobsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListBackendJobsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the jobs for the backend of an Amplify app.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { ListS3BucketsRequest, ListS3BucketsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListS3BucketsCommandInput extends ListS3BucketsRequest {
|
|
|
22
22
|
export interface ListS3BucketsCommandOutput extends ListS3BucketsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListS3BucketsCommand_base: {
|
|
25
|
-
new (input: ListS3BucketsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListS3BucketsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>The list of S3 buckets in your account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { RemoveAllBackendsRequest, RemoveAllBackendsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveAllBackendsCommandInput extends RemoveAllBackendsRequest
|
|
|
22
22
|
export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveAllBackendsCommand_base: {
|
|
25
|
-
new (input: RemoveAllBackendsCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveAllBackendsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes all backend environments from your Amplify project.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { RemoveBackendConfigRequest, RemoveBackendConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveBackendConfigCommandInput extends RemoveBackendConfigRequ
|
|
|
22
22
|
export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveBackendConfigCommand_base: {
|
|
25
|
-
new (input: RemoveBackendConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveBackendConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the AWS resources required to access the Amplify Admin UI.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { UpdateBackendAPIRequest, UpdateBackendAPIResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateBackendAPICommandInput extends UpdateBackendAPIRequest {
|
|
|
22
22
|
export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateBackendAPICommand_base: {
|
|
25
|
-
new (input: UpdateBackendAPICommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateBackendAPICommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an existing backend API resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
4
|
import type { UpdateBackendAuthRequest, UpdateBackendAuthResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateBackendAuthCommandInput extends UpdateBackendAuthRequest
|
|
|
22
22
|
export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateBackendAuthCommand_base: {
|
|
25
|
-
new (input: UpdateBackendAuthCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateBackendAuthCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an existing backend authentication resource.</p>
|