@aws-sdk/client-amplifybackend 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/AmplifyBackend.d.ts +2 -1
- package/dist-types/AmplifyBackendClient.d.ts +1 -1
- package/dist-types/commands/CloneBackendCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/CreateTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTokenCommand.d.ts +2 -1
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendJobCommand.d.ts +2 -1
- package/dist-types/commands/GetBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/GetTokenCommand.d.ts +2 -1
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +2 -1
- package/dist-types/commands/ListBackendJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListS3BucketsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +432 -432
- package/dist-types/ts3.4/AmplifyBackend.d.ts +1 -0
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -173,6 +173,7 @@ export interface AmplifyBackend {
|
|
|
173
173
|
/**
|
|
174
174
|
* @see {@link ListS3BucketsCommand}
|
|
175
175
|
*/
|
|
176
|
+
listS3Buckets(): Promise<ListS3BucketsCommandOutput>;
|
|
176
177
|
listS3Buckets(args: ListS3BucketsCommandInput, options?: __HttpHandlerOptions): Promise<ListS3BucketsCommandOutput>;
|
|
177
178
|
listS3Buckets(args: ListS3BucketsCommandInput, cb: (err: any, data?: ListS3BucketsCommandOutput) => void): void;
|
|
178
179
|
listS3Buckets(args: ListS3BucketsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListS3BucketsCommandOutput) => void): void;
|
|
@@ -220,8 +221,8 @@ export interface AmplifyBackend {
|
|
|
220
221
|
updateBackendStorage(args: UpdateBackendStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBackendStorageCommandOutput) => void): void;
|
|
221
222
|
}
|
|
222
223
|
/**
|
|
223
|
-
* @public
|
|
224
224
|
* <p>AWS Amplify Admin API</p>
|
|
225
|
+
* @public
|
|
225
226
|
*/
|
|
226
227
|
export declare class AmplifyBackend extends AmplifyBackendClient implements AmplifyBackend {
|
|
227
228
|
}
|
|
@@ -182,8 +182,8 @@ export type AmplifyBackendClientResolvedConfigType = __SmithyResolvedConfigurati
|
|
|
182
182
|
export interface AmplifyBackendClientResolvedConfig extends AmplifyBackendClientResolvedConfigType {
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
|
-
* @public
|
|
186
185
|
* <p>AWS Amplify Admin API</p>
|
|
186
|
+
* @public
|
|
187
187
|
*/
|
|
188
188
|
export declare class AmplifyBackendClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AmplifyBackendClientResolvedConfig> {
|
|
189
189
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CloneBackendCommandOutput extends CloneBackendResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CloneBackendCommand_base: {
|
|
24
24
|
new (input: CloneBackendCommandInput): import("@smithy/smithy-client").CommandImpl<CloneBackendCommandInput, CloneBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CloneBackendCommandInput): import("@smithy/smithy-client").CommandImpl<CloneBackendCommandInput, CloneBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation clones an existing backend.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const CloneBackendCommand_base: {
|
|
|
72
72
|
* @throws {@link AmplifyBackendServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class CloneBackendCommand extends CloneBackendCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateBackendAPICommandOutput extends CreateBackendAPIResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateBackendAPICommand_base: {
|
|
24
24
|
new (input: CreateBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendAPICommandInput, CreateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendAPICommandInput, CreateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new backend API resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -108,6 +108,7 @@ declare const CreateBackendAPICommand_base: {
|
|
|
108
108
|
* @throws {@link AmplifyBackendServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CreateBackendAPICommand extends CreateBackendAPICommand_base {
|
|
113
114
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateBackendAuthCommandOutput extends CreateBackendAuthRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateBackendAuthCommand_base: {
|
|
24
24
|
new (input: CreateBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendAuthCommandInput, CreateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendAuthCommandInput, CreateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new backend authentication resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -155,6 +155,7 @@ declare const CreateBackendAuthCommand_base: {
|
|
|
155
155
|
* @throws {@link AmplifyBackendServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
157
157
|
*
|
|
158
|
+
* @public
|
|
158
159
|
*/
|
|
159
160
|
export declare class CreateBackendAuthCommand extends CreateBackendAuthCommand_base {
|
|
160
161
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateBackendCommandOutput extends CreateBackendResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateBackendCommand_base: {
|
|
24
24
|
new (input: CreateBackendCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendCommandInput, CreateBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateBackendCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendCommandInput, CreateBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const CreateBackendCommand_base: {
|
|
|
74
74
|
* @throws {@link AmplifyBackendServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class CreateBackendCommand extends CreateBackendCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateBackendConfigCommandOutput extends CreateBackendConfigRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateBackendConfigCommand_base: {
|
|
24
24
|
new (input: CreateBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendConfigCommandInput, CreateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendConfigCommandInput, CreateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a config object for a backend.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const CreateBackendConfigCommand_base: {
|
|
|
69
69
|
* @throws {@link AmplifyBackendServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class CreateBackendConfigCommand extends CreateBackendConfigCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateBackendStorageCommandOutput extends CreateBackendStorageR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateBackendStorageCommand_base: {
|
|
24
24
|
new (input: CreateBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendStorageCommandInput, CreateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendStorageCommandInput, CreateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a backend storage resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const CreateBackendStorageCommand_base: {
|
|
|
82
82
|
* @throws {@link AmplifyBackendServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class CreateBackendStorageCommand extends CreateBackendStorageCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTokenCommand_base: {
|
|
24
24
|
new (input: CreateTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTokenCommandInput, CreateTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTokenCommandInput, CreateTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const CreateTokenCommand_base: {
|
|
|
68
68
|
* @throws {@link AmplifyBackendServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class CreateTokenCommand extends CreateTokenCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteBackendAPICommand_base: {
|
|
24
24
|
new (input: DeleteBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an existing backend API resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -108,6 +108,7 @@ declare const DeleteBackendAPICommand_base: {
|
|
|
108
108
|
* @throws {@link AmplifyBackendServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class DeleteBackendAPICommand extends DeleteBackendAPICommand_base {
|
|
113
114
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteBackendAuthCommandOutput extends DeleteBackendAuthRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteBackendAuthCommand_base: {
|
|
24
24
|
new (input: DeleteBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an existing backend authentication resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const DeleteBackendAuthCommand_base: {
|
|
|
72
72
|
* @throws {@link AmplifyBackendServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteBackendAuthCommand extends DeleteBackendAuthCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteBackendCommandOutput extends DeleteBackendResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteBackendCommand_base: {
|
|
24
24
|
new (input: DeleteBackendCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendCommandInput, DeleteBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteBackendCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendCommandInput, DeleteBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes an existing environment from your Amplify project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const DeleteBackendCommand_base: {
|
|
|
71
71
|
* @throws {@link AmplifyBackendServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteBackendCommand extends DeleteBackendCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteBackendStorageCommandOutput extends DeleteBackendStorageR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteBackendStorageCommand_base: {
|
|
24
24
|
new (input: DeleteBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendStorageCommandInput, DeleteBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendStorageCommandInput, DeleteBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified backend storage resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const DeleteBackendStorageCommand_base: {
|
|
|
71
71
|
* @throws {@link AmplifyBackendServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteBackendStorageCommand extends DeleteBackendStorageCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTokenCommand_base: {
|
|
24
24
|
new (input: DeleteTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the challenge token based on the given appId and sessionId.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteTokenCommand_base: {
|
|
|
66
66
|
* @throws {@link AmplifyBackendServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteTokenCommand extends DeleteTokenCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface GenerateBackendAPIModelsCommandOutput extends GenerateBackendAP
|
|
|
22
22
|
}
|
|
23
23
|
declare const GenerateBackendAPIModelsCommand_base: {
|
|
24
24
|
new (input: GenerateBackendAPIModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateBackendAPIModelsCommandInput, GenerateBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GenerateBackendAPIModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateBackendAPIModelsCommandInput, GenerateBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Generates a model schema for an existing backend API resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const GenerateBackendAPIModelsCommand_base: {
|
|
|
72
72
|
* @throws {@link AmplifyBackendServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class GenerateBackendAPIModelsCommand extends GenerateBackendAPIModelsCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBackendAPICommandOutput extends GetBackendAPIResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBackendAPICommand_base: {
|
|
24
24
|
new (input: GetBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendAPICommandInput, GetBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendAPICommandInput, GetBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the details for a backend API.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -142,6 +142,7 @@ declare const GetBackendAPICommand_base: {
|
|
|
142
142
|
* @throws {@link AmplifyBackendServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
144
144
|
*
|
|
145
|
+
* @public
|
|
145
146
|
*/
|
|
146
147
|
export declare class GetBackendAPICommand extends GetBackendAPICommand_base {
|
|
147
148
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBackendAPIModelsCommand_base: {
|
|
24
24
|
new (input: GetBackendAPIModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBackendAPIModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a model introspection schema for an existing backend API resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const GetBackendAPIModelsCommand_base: {
|
|
|
69
69
|
* @throws {@link AmplifyBackendServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetBackendAPIModelsCommand extends GetBackendAPIModelsCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBackendAuthCommand_base: {
|
|
24
24
|
new (input: GetBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendAuthCommandInput, GetBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendAuthCommandInput, GetBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a backend auth details.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -153,6 +153,7 @@ declare const GetBackendAuthCommand_base: {
|
|
|
153
153
|
* @throws {@link AmplifyBackendServiceException}
|
|
154
154
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
155
155
|
*
|
|
156
|
+
* @public
|
|
156
157
|
*/
|
|
157
158
|
export declare class GetBackendAuthCommand extends GetBackendAuthCommand_base {
|
|
158
159
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBackendCommand_base: {
|
|
24
24
|
new (input: GetBackendCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendCommandInput, GetBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBackendCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendCommandInput, GetBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides project-level details for your Amplify UI project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const GetBackendCommand_base: {
|
|
|
74
74
|
* @throws {@link AmplifyBackendServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetBackendCommand extends GetBackendCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBackendJobCommand_base: {
|
|
24
24
|
new (input: GetBackendJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendJobCommandInput, GetBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBackendJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendJobCommandInput, GetBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a specific job.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const GetBackendJobCommand_base: {
|
|
|
74
74
|
* @throws {@link AmplifyBackendServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetBackendJobCommand extends GetBackendJobCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBackendStorageCommandOutput extends GetBackendStorageRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBackendStorageCommand_base: {
|
|
24
24
|
new (input: GetBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendStorageCommandInput, GetBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendStorageCommandInput, GetBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets details for a backend storage resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const GetBackendStorageCommand_base: {
|
|
|
82
82
|
* @throws {@link AmplifyBackendServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetBackendStorageCommand extends GetBackendStorageCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTokenCommand_base: {
|
|
24
24
|
new (input: GetTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetTokenCommandInput, GetTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetTokenCommandInput, GetTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the challenge token based on the given appId and sessionId.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const GetTokenCommand_base: {
|
|
|
69
69
|
* @throws {@link AmplifyBackendServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetTokenCommand extends GetTokenCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface ImportBackendAuthCommandOutput extends ImportBackendAuthRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ImportBackendAuthCommand_base: {
|
|
24
24
|
new (input: ImportBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ImportBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Imports an existing backend authentication resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const ImportBackendAuthCommand_base: {
|
|
|
75
75
|
* @throws {@link AmplifyBackendServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ImportBackendAuthCommand extends ImportBackendAuthCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface ImportBackendStorageCommandOutput extends ImportBackendStorageR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ImportBackendStorageCommand_base: {
|
|
24
24
|
new (input: ImportBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ImportBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Imports an existing backend storage resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const ImportBackendStorageCommand_base: {
|
|
|
71
71
|
* @throws {@link AmplifyBackendServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ImportBackendStorageCommand extends ImportBackendStorageCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListBackendJobsCommand_base: {
|
|
24
24
|
new (input: ListBackendJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBackendJobsCommandInput, ListBackendJobsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListBackendJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBackendJobsCommandInput, ListBackendJobsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the jobs for the backend of an Amplify app.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const ListBackendJobsCommand_base: {
|
|
|
83
83
|
* @throws {@link AmplifyBackendServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListBackendJobsCommand extends ListBackendJobsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListS3BucketsCommandOutput extends ListS3BucketsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListS3BucketsCommand_base: {
|
|
24
24
|
new (input: ListS3BucketsCommandInput): import("@smithy/smithy-client").CommandImpl<ListS3BucketsCommandInput, ListS3BucketsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListS3BucketsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListS3BucketsCommandInput, ListS3BucketsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The list of S3 buckets in your account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const ListS3BucketsCommand_base: {
|
|
|
71
71
|
* @throws {@link AmplifyBackendServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListS3BucketsCommand extends ListS3BucketsCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveAllBackendsCommand_base: {
|
|
24
24
|
new (input: RemoveAllBackendsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveAllBackendsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes all backend environments from your Amplify project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const RemoveAllBackendsCommand_base: {
|
|
|
70
70
|
* @throws {@link AmplifyBackendServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class RemoveAllBackendsCommand extends RemoveAllBackendsCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveBackendConfigCommand_base: {
|
|
24
24
|
new (input: RemoveBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the AWS resources required to access the Amplify Admin UI.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const RemoveBackendConfigCommand_base: {
|
|
|
65
65
|
* @throws {@link AmplifyBackendServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class RemoveBackendConfigCommand extends RemoveBackendConfigCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateBackendAPICommand_base: {
|
|
24
24
|
new (input: UpdateBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing backend API resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -108,6 +108,7 @@ declare const UpdateBackendAPICommand_base: {
|
|
|
108
108
|
* @throws {@link AmplifyBackendServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class UpdateBackendAPICommand extends UpdateBackendAPICommand_base {
|
|
113
114
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateBackendAuthCommand_base: {
|
|
24
24
|
new (input: UpdateBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing backend authentication resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -149,6 +149,7 @@ declare const UpdateBackendAuthCommand_base: {
|
|
|
149
149
|
* @throws {@link AmplifyBackendServiceException}
|
|
150
150
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
151
151
|
*
|
|
152
|
+
* @public
|
|
152
153
|
*/
|
|
153
154
|
export declare class UpdateBackendAuthCommand extends UpdateBackendAuthCommand_base {
|
|
154
155
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateBackendConfigCommand_base: {
|
|
24
24
|
new (input: UpdateBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the AWS resources required to access the Amplify Admin UI.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const UpdateBackendConfigCommand_base: {
|
|
|
79
79
|
* @throws {@link AmplifyBackendServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateBackendConfigCommand extends UpdateBackendConfigCommand_base {
|
|
84
85
|
}
|