@aws-sdk/client-amplifybackend 3.296.0 → 3.298.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 +2 -3
- package/dist-cjs/commands/CreateBackendAPICommand.js +2 -3
- package/dist-cjs/commands/CreateBackendAuthCommand.js +2 -3
- package/dist-cjs/commands/CreateBackendCommand.js +2 -3
- package/dist-cjs/commands/CreateBackendConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateBackendStorageCommand.js +2 -3
- package/dist-cjs/commands/CreateTokenCommand.js +2 -3
- package/dist-cjs/commands/DeleteBackendAPICommand.js +2 -3
- package/dist-cjs/commands/DeleteBackendAuthCommand.js +2 -3
- package/dist-cjs/commands/DeleteBackendCommand.js +2 -3
- package/dist-cjs/commands/DeleteBackendStorageCommand.js +2 -3
- package/dist-cjs/commands/DeleteTokenCommand.js +2 -3
- package/dist-cjs/commands/GenerateBackendAPIModelsCommand.js +2 -3
- package/dist-cjs/commands/GetBackendAPICommand.js +2 -3
- package/dist-cjs/commands/GetBackendAPIModelsCommand.js +2 -3
- package/dist-cjs/commands/GetBackendAuthCommand.js +2 -3
- package/dist-cjs/commands/GetBackendCommand.js +2 -3
- package/dist-cjs/commands/GetBackendJobCommand.js +2 -3
- package/dist-cjs/commands/GetBackendStorageCommand.js +2 -3
- package/dist-cjs/commands/GetTokenCommand.js +2 -3
- package/dist-cjs/commands/ImportBackendAuthCommand.js +2 -3
- package/dist-cjs/commands/ImportBackendStorageCommand.js +2 -3
- package/dist-cjs/commands/ListBackendJobsCommand.js +2 -3
- package/dist-cjs/commands/ListS3BucketsCommand.js +2 -3
- package/dist-cjs/commands/RemoveAllBackendsCommand.js +2 -3
- package/dist-cjs/commands/RemoveBackendConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateBackendAPICommand.js +2 -3
- package/dist-cjs/commands/UpdateBackendAuthCommand.js +2 -3
- package/dist-cjs/commands/UpdateBackendConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateBackendJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateBackendStorageCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -387
- package/dist-es/commands/CloneBackendCommand.js +2 -3
- package/dist-es/commands/CreateBackendAPICommand.js +2 -3
- package/dist-es/commands/CreateBackendAuthCommand.js +2 -3
- package/dist-es/commands/CreateBackendCommand.js +2 -3
- package/dist-es/commands/CreateBackendConfigCommand.js +2 -3
- package/dist-es/commands/CreateBackendStorageCommand.js +2 -3
- package/dist-es/commands/CreateTokenCommand.js +2 -3
- package/dist-es/commands/DeleteBackendAPICommand.js +2 -3
- package/dist-es/commands/DeleteBackendAuthCommand.js +2 -3
- package/dist-es/commands/DeleteBackendCommand.js +2 -3
- package/dist-es/commands/DeleteBackendStorageCommand.js +2 -3
- package/dist-es/commands/DeleteTokenCommand.js +2 -3
- package/dist-es/commands/GenerateBackendAPIModelsCommand.js +2 -3
- package/dist-es/commands/GetBackendAPICommand.js +2 -3
- package/dist-es/commands/GetBackendAPIModelsCommand.js +2 -3
- package/dist-es/commands/GetBackendAuthCommand.js +2 -3
- package/dist-es/commands/GetBackendCommand.js +2 -3
- package/dist-es/commands/GetBackendJobCommand.js +2 -3
- package/dist-es/commands/GetBackendStorageCommand.js +2 -3
- package/dist-es/commands/GetTokenCommand.js +2 -3
- package/dist-es/commands/ImportBackendAuthCommand.js +2 -3
- package/dist-es/commands/ImportBackendStorageCommand.js +2 -3
- package/dist-es/commands/ListBackendJobsCommand.js +2 -3
- package/dist-es/commands/ListS3BucketsCommand.js +2 -3
- package/dist-es/commands/RemoveAllBackendsCommand.js +2 -3
- package/dist-es/commands/RemoveBackendConfigCommand.js +2 -3
- package/dist-es/commands/UpdateBackendAPICommand.js +2 -3
- package/dist-es/commands/UpdateBackendAuthCommand.js +2 -3
- package/dist-es/commands/UpdateBackendConfigCommand.js +2 -3
- package/dist-es/commands/UpdateBackendJobCommand.js +2 -3
- package/dist-es/commands/UpdateBackendStorageCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -288
- package/dist-types/AmplifyBackend.d.ts +32 -0
- package/dist-types/AmplifyBackendClient.d.ts +24 -4
- package/dist-types/commands/CloneBackendCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendAPICommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +16 -0
- package/dist-types/commands/CreateTokenCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTokenCommand.d.ts +16 -0
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendAPICommand.d.ts +16 -0
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendAuthCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendJobCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendStorageCommand.d.ts +16 -0
- package/dist-types/commands/GetTokenCommand.d.ts +16 -0
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +16 -0
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +16 -0
- package/dist-types/commands/ListBackendJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListS3BucketsCommand.d.ts +16 -0
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +16 -0
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +16 -0
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +16 -0
- package/dist-types/models/AmplifyBackendServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +222 -384
- package/dist-types/ts3.4/models/models_0.d.ts +0 -282
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
5
|
import { UpdateBackendAuthRequest, UpdateBackendAuthResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateBackendAuthCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateBackendAuthCommandInput extends UpdateBackendAuthRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateBackendAuthCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates an existing backend authentication resource.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateBackendAuthCommandInput - {@link UpdateBackendAuthCommandInput}
|
|
34
|
+
* @returns {@link UpdateBackendAuthCommandOutput}
|
|
28
35
|
* @see {@link UpdateBackendAuthCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateBackendAuthCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthRespons
|
|
|
46
53
|
export declare class UpdateBackendAuthCommand extends $Command<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
47
54
|
readonly input: UpdateBackendAuthCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: UpdateBackendAuthCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
5
|
import { UpdateBackendConfigRequest, UpdateBackendConfigResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateBackendConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateBackendConfigCommandInput extends UpdateBackendConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateBackendConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the AWS resources required to access the Amplify Admin UI.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateBackendConfigCommandInput - {@link UpdateBackendConfigCommandInput}
|
|
34
|
+
* @returns {@link UpdateBackendConfigCommandOutput}
|
|
28
35
|
* @see {@link UpdateBackendConfigCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateBackendConfigCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigRes
|
|
|
46
53
|
export declare class UpdateBackendConfigCommand extends $Command<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
47
54
|
readonly input: UpdateBackendConfigCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: UpdateBackendConfigCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
5
|
import { UpdateBackendJobRequest, UpdateBackendJobResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateBackendJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateBackendJobCommandInput extends UpdateBackendJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateBackendJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a specific job.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateBackendJobCommandInput - {@link UpdateBackendJobCommandInput}
|
|
34
|
+
* @returns {@link UpdateBackendJobCommandOutput}
|
|
28
35
|
* @see {@link UpdateBackendJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateBackendJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse,
|
|
|
46
53
|
export declare class UpdateBackendJobCommand extends $Command<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
47
54
|
readonly input: UpdateBackendJobCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: UpdateBackendJobCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
|
|
5
5
|
import { UpdateBackendStorageRequest, UpdateBackendStorageResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateBackendStorageCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateBackendStorageCommandInput extends UpdateBackendStorageRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateBackendStorageCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateBackendStorageCommandOutput extends UpdateBackendStorageResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates an existing backend storage resource.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateBackendStorageCommandOutput extends UpdateBackendStorageR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateBackendStorageCommandInput - {@link UpdateBackendStorageCommandInput}
|
|
34
|
+
* @returns {@link UpdateBackendStorageCommandOutput}
|
|
28
35
|
* @see {@link UpdateBackendStorageCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateBackendStorageCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface UpdateBackendStorageCommandOutput extends UpdateBackendStorageR
|
|
|
46
53
|
export declare class UpdateBackendStorageCommand extends $Command<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
47
54
|
readonly input: UpdateBackendStorageCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: UpdateBackendStorageCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from AmplifyBackend service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class AmplifyBackendServiceException extends __ServiceException {
|