@aws-sdk/client-amplifybackend 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +42 -315
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CloneBackendCommand.js +2 -14
- package/dist-es/commands/CreateBackendAPICommand.js +2 -14
- package/dist-es/commands/CreateBackendAuthCommand.js +2 -14
- package/dist-es/commands/CreateBackendCommand.js +2 -14
- package/dist-es/commands/CreateBackendConfigCommand.js +2 -14
- package/dist-es/commands/CreateBackendStorageCommand.js +2 -14
- package/dist-es/commands/CreateTokenCommand.js +2 -14
- package/dist-es/commands/DeleteBackendAPICommand.js +2 -14
- package/dist-es/commands/DeleteBackendAuthCommand.js +2 -14
- package/dist-es/commands/DeleteBackendCommand.js +2 -14
- package/dist-es/commands/DeleteBackendStorageCommand.js +2 -14
- package/dist-es/commands/DeleteTokenCommand.js +2 -14
- package/dist-es/commands/GenerateBackendAPIModelsCommand.js +2 -14
- package/dist-es/commands/GetBackendAPICommand.js +2 -14
- package/dist-es/commands/GetBackendAPIModelsCommand.js +2 -14
- package/dist-es/commands/GetBackendAuthCommand.js +2 -14
- package/dist-es/commands/GetBackendCommand.js +2 -14
- package/dist-es/commands/GetBackendJobCommand.js +2 -14
- package/dist-es/commands/GetBackendStorageCommand.js +2 -14
- package/dist-es/commands/GetTokenCommand.js +2 -14
- package/dist-es/commands/ImportBackendAuthCommand.js +2 -14
- package/dist-es/commands/ImportBackendStorageCommand.js +2 -14
- package/dist-es/commands/ListBackendJobsCommand.js +2 -14
- package/dist-es/commands/ListS3BucketsCommand.js +2 -14
- package/dist-es/commands/RemoveAllBackendsCommand.js +2 -14
- package/dist-es/commands/RemoveBackendConfigCommand.js +2 -14
- package/dist-es/commands/UpdateBackendAPICommand.js +2 -14
- package/dist-es/commands/UpdateBackendAuthCommand.js +2 -14
- package/dist-es/commands/UpdateBackendConfigCommand.js +2 -14
- package/dist-es/commands/UpdateBackendJobCommand.js +2 -14
- package/dist-es/commands/UpdateBackendStorageCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CloneBackendCommand.d.ts +3 -8
- package/dist-types/commands/CreateBackendAPICommand.d.ts +3 -8
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +3 -8
- package/dist-types/commands/CreateBackendCommand.d.ts +3 -8
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +3 -8
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +3 -8
- package/dist-types/commands/CreateTokenCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +3 -8
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBackendCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTokenCommand.d.ts +3 -8
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +3 -8
- package/dist-types/commands/GetBackendAPICommand.d.ts +3 -8
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +3 -8
- package/dist-types/commands/GetBackendAuthCommand.d.ts +3 -8
- package/dist-types/commands/GetBackendCommand.d.ts +3 -8
- package/dist-types/commands/GetBackendJobCommand.d.ts +3 -8
- package/dist-types/commands/GetBackendStorageCommand.d.ts +3 -8
- package/dist-types/commands/GetTokenCommand.d.ts +3 -8
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +3 -8
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +3 -8
- package/dist-types/commands/ListBackendJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListS3BucketsCommand.d.ts +3 -8
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +3 -8
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +3 -8
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { RemoveBackendConfigRequest, RemoveBackendConfigResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RemoveBackendConfigCommandInput extends RemoveBackendConfigRequ
|
|
|
22
19
|
export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RemoveBackendConfigCommand_base: {
|
|
25
|
-
new (input: RemoveBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RemoveBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RemoveBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RemoveBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the AWS resources required to access the Amplify Admin UI.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { UpdateBackendAPIRequest, UpdateBackendAPIResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBackendAPICommandInput extends UpdateBackendAPIRequest {
|
|
|
22
19
|
export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBackendAPICommand_base: {
|
|
25
|
-
new (input: UpdateBackendAPICommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBackendAPICommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBackendAPICommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBackendAPICommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing backend API resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { UpdateBackendAuthRequest, UpdateBackendAuthResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBackendAuthCommandInput extends UpdateBackendAuthRequest
|
|
|
22
19
|
export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBackendAuthCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBackendAuthCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing backend authentication resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { UpdateBackendConfigRequest, UpdateBackendConfigResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBackendConfigCommandInput extends UpdateBackendConfigRequ
|
|
|
22
19
|
export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBackendConfigCommand_base: {
|
|
25
|
-
new (input: UpdateBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the AWS resources required to access the Amplify Admin UI.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { UpdateBackendJobRequest, UpdateBackendJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBackendJobCommandInput extends UpdateBackendJobRequest {
|
|
|
22
19
|
export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBackendJobCommand_base: {
|
|
25
|
-
new (input: UpdateBackendJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBackendJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBackendJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBackendJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a specific job.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
4
2
|
import type { UpdateBackendStorageRequest, UpdateBackendStorageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBackendStorageCommandInput extends UpdateBackendStorageRe
|
|
|
22
19
|
export interface UpdateBackendStorageCommandOutput extends UpdateBackendStorageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBackendStorageCommand_base: {
|
|
25
|
-
new (input: UpdateBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, import("..").AmplifyBackendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing backend storage resource.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { AmplifyBackendExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./models/enums";
|
|
14
15
|
export * from "./models/errors";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { AmplifyBackendClientConfig } from "./AmplifyBackendClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AmplifyBackendClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./AmplifyBackendClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
AmplifyBackendClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
AmplifyBackendClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyBackendClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyBackendClient";
|
|
8
2
|
import { CloneBackendRequest, CloneBackendResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CloneBackendCommandInput extends CloneBackendRequest {}
|
|
12
5
|
export interface CloneBackendCommandOutput
|
|
13
6
|
extends CloneBackendResponse,
|
|
@@ -18,22 +11,20 @@ declare const CloneBackendCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CloneBackendCommandInput,
|
|
20
13
|
CloneBackendCommandOutput,
|
|
21
|
-
AmplifyBackendClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CloneBackendCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CloneBackendCommandInput,
|
|
29
22
|
CloneBackendCommandOutput,
|
|
30
|
-
AmplifyBackendClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CloneBackendCommand extends CloneBackendCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyBackendClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyBackendClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateBackendAPIRequest,
|
|
10
4
|
CreateBackendAPIResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBackendAPICommandInput extends CreateBackendAPIRequest {}
|
|
15
8
|
export interface CreateBackendAPICommandOutput
|
|
16
9
|
extends CreateBackendAPIResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateBackendAPICommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateBackendAPICommandInput,
|
|
23
16
|
CreateBackendAPICommandOutput,
|
|
24
|
-
AmplifyBackendClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateBackendAPICommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateBackendAPICommandInput,
|
|
32
25
|
CreateBackendAPICommandOutput,
|
|
33
|
-
AmplifyBackendClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateBackendAPICommand extends CreateBackendAPICommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyBackendClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyBackendClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateBackendAuthRequest,
|
|
10
4
|
CreateBackendAuthResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBackendAuthCommandInput
|
|
15
8
|
extends CreateBackendAuthRequest {}
|
|
16
9
|
export interface CreateBackendAuthCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateBackendAuthCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateBackendAuthCommandInput,
|
|
24
17
|
CreateBackendAuthCommandOutput,
|
|
25
|
-
AmplifyBackendClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateBackendAuthCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateBackendAuthCommandInput,
|
|
33
26
|
CreateBackendAuthCommandOutput,
|
|
34
|
-
AmplifyBackendClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateBackendAuthCommand extends CreateBackendAuthCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyBackendClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyBackendClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateBackendRequest,
|
|
10
4
|
CreateBackendResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBackendCommandInput extends CreateBackendRequest {}
|
|
15
8
|
export interface CreateBackendCommandOutput
|
|
16
9
|
extends CreateBackendResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateBackendCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateBackendCommandInput,
|
|
23
16
|
CreateBackendCommandOutput,
|
|
24
|
-
AmplifyBackendClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateBackendCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateBackendCommandInput,
|
|
32
25
|
CreateBackendCommandOutput,
|
|
33
|
-
AmplifyBackendClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateBackendCommand extends CreateBackendCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyBackendClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyBackendClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateBackendConfigRequest,
|
|
10
4
|
CreateBackendConfigResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBackendConfigCommandInput
|
|
15
8
|
extends CreateBackendConfigRequest {}
|
|
16
9
|
export interface CreateBackendConfigCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateBackendConfigCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateBackendConfigCommandInput,
|
|
24
17
|
CreateBackendConfigCommandOutput,
|
|
25
|
-
AmplifyBackendClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateBackendConfigCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateBackendConfigCommandInput,
|
|
33
26
|
CreateBackendConfigCommandOutput,
|
|
34
|
-
AmplifyBackendClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateBackendConfigCommand extends CreateBackendConfigCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyBackendClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyBackendClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateBackendStorageRequest,
|
|
10
4
|
CreateBackendStorageResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBackendStorageCommandInput
|
|
15
8
|
extends CreateBackendStorageRequest {}
|
|
16
9
|
export interface CreateBackendStorageCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateBackendStorageCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateBackendStorageCommandInput,
|
|
24
17
|
CreateBackendStorageCommandOutput,
|
|
25
|
-
AmplifyBackendClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateBackendStorageCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateBackendStorageCommandInput,
|
|
33
26
|
CreateBackendStorageCommandOutput,
|
|
34
|
-
AmplifyBackendClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateBackendStorageCommand extends CreateBackendStorageCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyBackendClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyBackendClient";
|
|
8
2
|
import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateTokenCommandInput extends CreateTokenRequest {}
|
|
12
5
|
export interface CreateTokenCommandOutput
|
|
13
6
|
extends CreateTokenResponse,
|
|
@@ -18,22 +11,20 @@ declare const CreateTokenCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateTokenCommandInput,
|
|
20
13
|
CreateTokenCommandOutput,
|
|
21
|
-
AmplifyBackendClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateTokenCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateTokenCommandInput,
|
|
29
22
|
CreateTokenCommandOutput,
|
|
30
|
-
AmplifyBackendClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AmplifyBackendClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateTokenCommand extends CreateTokenCommand_base {
|
|
39
30
|
protected static __types: {
|