@aws-sdk/client-amplifybackend 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CloneBackendCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendAPICommand.js +18 -41
- package/dist-cjs/commands/CreateBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendConfigCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/CreateTokenCommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendAPICommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendCommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/DeleteTokenCommand.js +18 -41
- package/dist-cjs/commands/GenerateBackendAPIModelsCommand.js +18 -41
- package/dist-cjs/commands/GetBackendAPICommand.js +18 -41
- package/dist-cjs/commands/GetBackendAPIModelsCommand.js +18 -41
- package/dist-cjs/commands/GetBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/GetBackendCommand.js +18 -41
- package/dist-cjs/commands/GetBackendJobCommand.js +18 -41
- package/dist-cjs/commands/GetBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/GetTokenCommand.js +18 -41
- package/dist-cjs/commands/ImportBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/ImportBackendStorageCommand.js +18 -41
- package/dist-cjs/commands/ListBackendJobsCommand.js +18 -41
- package/dist-cjs/commands/ListS3BucketsCommand.js +18 -41
- package/dist-cjs/commands/RemoveAllBackendsCommand.js +18 -41
- package/dist-cjs/commands/RemoveBackendConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendAPICommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendAuthCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendJobCommand.js +18 -41
- package/dist-cjs/commands/UpdateBackendStorageCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CloneBackendCommand.js +18 -41
- package/dist-es/commands/CreateBackendAPICommand.js +18 -41
- package/dist-es/commands/CreateBackendAuthCommand.js +18 -41
- package/dist-es/commands/CreateBackendCommand.js +18 -41
- package/dist-es/commands/CreateBackendConfigCommand.js +18 -41
- package/dist-es/commands/CreateBackendStorageCommand.js +18 -41
- package/dist-es/commands/CreateTokenCommand.js +18 -41
- package/dist-es/commands/DeleteBackendAPICommand.js +18 -41
- package/dist-es/commands/DeleteBackendAuthCommand.js +18 -41
- package/dist-es/commands/DeleteBackendCommand.js +18 -41
- package/dist-es/commands/DeleteBackendStorageCommand.js +18 -41
- package/dist-es/commands/DeleteTokenCommand.js +18 -41
- package/dist-es/commands/GenerateBackendAPIModelsCommand.js +18 -41
- package/dist-es/commands/GetBackendAPICommand.js +18 -41
- package/dist-es/commands/GetBackendAPIModelsCommand.js +18 -41
- package/dist-es/commands/GetBackendAuthCommand.js +18 -41
- package/dist-es/commands/GetBackendCommand.js +18 -41
- package/dist-es/commands/GetBackendJobCommand.js +18 -41
- package/dist-es/commands/GetBackendStorageCommand.js +18 -41
- package/dist-es/commands/GetTokenCommand.js +18 -41
- package/dist-es/commands/ImportBackendAuthCommand.js +18 -41
- package/dist-es/commands/ImportBackendStorageCommand.js +18 -41
- package/dist-es/commands/ListBackendJobsCommand.js +18 -41
- package/dist-es/commands/ListS3BucketsCommand.js +18 -41
- package/dist-es/commands/RemoveAllBackendsCommand.js +18 -41
- package/dist-es/commands/RemoveBackendConfigCommand.js +18 -41
- package/dist-es/commands/UpdateBackendAPICommand.js +18 -41
- package/dist-es/commands/UpdateBackendAuthCommand.js +18 -41
- package/dist-es/commands/UpdateBackendConfigCommand.js +18 -41
- package/dist-es/commands/UpdateBackendJobCommand.js +18 -41
- package/dist-es/commands/UpdateBackendStorageCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CloneBackendCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/CreateTokenCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTokenCommand.d.ts +6 -21
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendJobCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/GetTokenCommand.d.ts +6 -21
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +6 -21
- package/dist-types/commands/ListBackendJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListS3BucketsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { CreateBackendAuthRequest, CreateBackendAuthResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateBackendAuthCommandInput extends CreateBackendAuthRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateBackendAuthCommandOutput extends CreateBackendAuthResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateBackendAuthCommand_base: {
|
|
24
|
+
new (input: CreateBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendAuthCommandInput, CreateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new backend authentication resource.</p>
|
|
@@ -153,23 +156,5 @@ export interface CreateBackendAuthCommandOutput extends CreateBackendAuthRespons
|
|
|
153
156
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
154
157
|
*
|
|
155
158
|
*/
|
|
156
|
-
export declare class CreateBackendAuthCommand extends
|
|
157
|
-
readonly input: CreateBackendAuthCommandInput;
|
|
158
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
159
|
-
/**
|
|
160
|
-
* @public
|
|
161
|
-
*/
|
|
162
|
-
constructor(input: CreateBackendAuthCommandInput);
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackendAuthCommandInput, CreateBackendAuthCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
|
-
private serialize;
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
|
-
private deserialize;
|
|
159
|
+
export declare class CreateBackendAuthCommand extends CreateBackendAuthCommand_base {
|
|
175
160
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { CreateBackendRequest, CreateBackendResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateBackendCommandInput extends CreateBackendRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateBackendCommandOutput extends CreateBackendResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateBackendCommand_base: {
|
|
24
|
+
new (input: CreateBackendCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendCommandInput, CreateBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation.</p>
|
|
@@ -72,23 +75,5 @@ export interface CreateBackendCommandOutput extends CreateBackendResponse, __Met
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class CreateBackendCommand extends
|
|
76
|
-
readonly input: CreateBackendCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: CreateBackendCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackendCommandInput, CreateBackendCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class CreateBackendCommand extends CreateBackendCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { CreateBackendConfigRequest, CreateBackendConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateBackendConfigCommandInput extends CreateBackendConfigRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateBackendConfigCommandOutput extends CreateBackendConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateBackendConfigCommand_base: {
|
|
24
|
+
new (input: CreateBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendConfigCommandInput, CreateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a config object for a backend.</p>
|
|
@@ -67,23 +70,5 @@ export interface CreateBackendConfigCommandOutput extends CreateBackendConfigRes
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class CreateBackendConfigCommand extends
|
|
71
|
-
readonly input: CreateBackendConfigCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: CreateBackendConfigCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackendConfigCommandInput, CreateBackendConfigCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class CreateBackendConfigCommand extends CreateBackendConfigCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { CreateBackendStorageRequest, CreateBackendStorageResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateBackendStorageCommandInput extends CreateBackendStorageRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateBackendStorageCommandOutput extends CreateBackendStorageResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateBackendStorageCommand_base: {
|
|
24
|
+
new (input: CreateBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendStorageCommandInput, CreateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a backend storage resource.</p>
|
|
@@ -80,23 +83,5 @@ export interface CreateBackendStorageCommandOutput extends CreateBackendStorageR
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class CreateBackendStorageCommand extends
|
|
84
|
-
readonly input: CreateBackendStorageCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: CreateBackendStorageCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackendStorageCommandInput, CreateBackendStorageCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class CreateBackendStorageCommand extends CreateBackendStorageCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateTokenCommandInput extends CreateTokenRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateTokenCommandOutput extends CreateTokenResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateTokenCommand_base: {
|
|
24
|
+
new (input: CreateTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTokenCommandInput, CreateTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.</p>
|
|
@@ -66,23 +69,5 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class CreateTokenCommand extends
|
|
70
|
-
readonly input: CreateTokenCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: CreateTokenCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTokenCommandInput, CreateTokenCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class CreateTokenCommand extends CreateTokenCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { DeleteBackendAPIRequest, DeleteBackendAPIResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteBackendAPICommandInput extends DeleteBackendAPIRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteBackendAPICommand_base: {
|
|
24
|
+
new (input: DeleteBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an existing backend API resource.</p>
|
|
@@ -106,23 +109,5 @@ export interface DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse,
|
|
|
106
109
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
107
110
|
*
|
|
108
111
|
*/
|
|
109
|
-
export declare class DeleteBackendAPICommand extends
|
|
110
|
-
readonly input: DeleteBackendAPICommandInput;
|
|
111
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
112
|
-
/**
|
|
113
|
-
* @public
|
|
114
|
-
*/
|
|
115
|
-
constructor(input: DeleteBackendAPICommandInput);
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput>;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private serialize;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private deserialize;
|
|
112
|
+
export declare class DeleteBackendAPICommand extends DeleteBackendAPICommand_base {
|
|
128
113
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { DeleteBackendAuthRequest, DeleteBackendAuthResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteBackendAuthCommandInput extends DeleteBackendAuthRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteBackendAuthCommandOutput extends DeleteBackendAuthResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteBackendAuthCommand_base: {
|
|
24
|
+
new (input: DeleteBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an existing backend authentication resource.</p>
|
|
@@ -70,23 +73,5 @@ export interface DeleteBackendAuthCommandOutput extends DeleteBackendAuthRespons
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DeleteBackendAuthCommand extends
|
|
74
|
-
readonly input: DeleteBackendAuthCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DeleteBackendAuthCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DeleteBackendAuthCommand extends DeleteBackendAuthCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { DeleteBackendRequest, DeleteBackendResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteBackendCommandInput extends DeleteBackendRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteBackendCommandOutput extends DeleteBackendResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteBackendCommand_base: {
|
|
24
|
+
new (input: DeleteBackendCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendCommandInput, DeleteBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes an existing environment from your Amplify project.</p>
|
|
@@ -69,23 +72,5 @@ export interface DeleteBackendCommandOutput extends DeleteBackendResponse, __Met
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class DeleteBackendCommand extends
|
|
73
|
-
readonly input: DeleteBackendCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: DeleteBackendCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackendCommandInput, DeleteBackendCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class DeleteBackendCommand extends DeleteBackendCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { DeleteBackendStorageRequest, DeleteBackendStorageResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteBackendStorageCommandInput extends DeleteBackendStorageRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteBackendStorageCommandOutput extends DeleteBackendStorageResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteBackendStorageCommand_base: {
|
|
24
|
+
new (input: DeleteBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendStorageCommandInput, DeleteBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified backend storage resource.</p>
|
|
@@ -69,23 +72,5 @@ export interface DeleteBackendStorageCommandOutput extends DeleteBackendStorageR
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class DeleteBackendStorageCommand extends
|
|
73
|
-
readonly input: DeleteBackendStorageCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: DeleteBackendStorageCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackendStorageCommandInput, DeleteBackendStorageCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class DeleteBackendStorageCommand extends DeleteBackendStorageCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTokenCommandInput extends DeleteTokenRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTokenCommand_base: {
|
|
24
|
+
new (input: DeleteTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the challenge token based on the given appId and sessionId.</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __Metadat
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteTokenCommand extends
|
|
68
|
-
readonly input: DeleteTokenCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteTokenCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTokenCommandInput, DeleteTokenCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteTokenCommand extends DeleteTokenCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { GenerateBackendAPIModelsRequest, GenerateBackendAPIModelsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GenerateBackendAPIModelsCommandInput extends GenerateBackendAPI
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GenerateBackendAPIModelsCommandOutput extends GenerateBackendAPIModelsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GenerateBackendAPIModelsCommand_base: {
|
|
24
|
+
new (input: GenerateBackendAPIModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateBackendAPIModelsCommandInput, GenerateBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Generates a model schema for an existing backend API resource.</p>
|
|
@@ -70,23 +73,5 @@ export interface GenerateBackendAPIModelsCommandOutput extends GenerateBackendAP
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class GenerateBackendAPIModelsCommand extends
|
|
74
|
-
readonly input: GenerateBackendAPIModelsCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: GenerateBackendAPIModelsCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateBackendAPIModelsCommandInput, GenerateBackendAPIModelsCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class GenerateBackendAPIModelsCommand extends GenerateBackendAPIModelsCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { GetBackendAPIRequest, GetBackendAPIResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetBackendAPICommandInput extends GetBackendAPIRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetBackendAPICommandOutput extends GetBackendAPIResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetBackendAPICommand_base: {
|
|
24
|
+
new (input: GetBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendAPICommandInput, GetBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the details for a backend API.</p>
|
|
@@ -140,23 +143,5 @@ export interface GetBackendAPICommandOutput extends GetBackendAPIResponse, __Met
|
|
|
140
143
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
141
144
|
*
|
|
142
145
|
*/
|
|
143
|
-
export declare class GetBackendAPICommand extends
|
|
144
|
-
readonly input: GetBackendAPICommandInput;
|
|
145
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
146
|
-
/**
|
|
147
|
-
* @public
|
|
148
|
-
*/
|
|
149
|
-
constructor(input: GetBackendAPICommandInput);
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendAPICommandInput, GetBackendAPICommandOutput>;
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
private serialize;
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
private deserialize;
|
|
146
|
+
export declare class GetBackendAPICommand extends GetBackendAPICommand_base {
|
|
162
147
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { GetBackendAPIModelsRequest, GetBackendAPIModelsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetBackendAPIModelsCommandInput extends GetBackendAPIModelsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetBackendAPIModelsCommand_base: {
|
|
24
|
+
new (input: GetBackendAPIModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a model introspection schema for an existing backend API resource.</p>
|
|
@@ -67,23 +70,5 @@ export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsRes
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class GetBackendAPIModelsCommand extends
|
|
71
|
-
readonly input: GetBackendAPIModelsCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: GetBackendAPIModelsCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class GetBackendAPIModelsCommand extends GetBackendAPIModelsCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
4
|
import { GetBackendAuthRequest, GetBackendAuthResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetBackendAuthCommandInput extends GetBackendAuthRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetBackendAuthCommand_base: {
|
|
24
|
+
new (input: GetBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendAuthCommandInput, GetBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a backend auth details.</p>
|
|
@@ -151,23 +154,5 @@ export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __M
|
|
|
151
154
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
152
155
|
*
|
|
153
156
|
*/
|
|
154
|
-
export declare class GetBackendAuthCommand extends
|
|
155
|
-
readonly input: GetBackendAuthCommandInput;
|
|
156
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
157
|
-
/**
|
|
158
|
-
* @public
|
|
159
|
-
*/
|
|
160
|
-
constructor(input: GetBackendAuthCommandInput);
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendAuthCommandInput, GetBackendAuthCommandOutput>;
|
|
165
|
-
/**
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
168
|
-
private serialize;
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
private deserialize;
|
|
157
|
+
export declare class GetBackendAuthCommand extends GetBackendAuthCommand_base {
|
|
173
158
|
}
|