@aws-sdk/client-amplify 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/CreateBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/CreateWebhookCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppCommand.js +1 -1
- package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteBranchCommand.js +1 -1
- package/dist-cjs/commands/DeleteDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/DeleteJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -3
- package/dist-cjs/commands/GenerateAccessLogsCommand.js +2 -3
- package/dist-cjs/commands/GetAppCommand.js +1 -1
- package/dist-cjs/commands/GetArtifactUrlCommand.js +2 -3
- package/dist-cjs/commands/GetBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetBranchCommand.js +1 -1
- package/dist-cjs/commands/GetDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/GetJobCommand.js +2 -3
- package/dist-cjs/commands/GetWebhookCommand.js +2 -3
- package/dist-cjs/commands/ListAppsCommand.js +1 -1
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -3
- package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/ListBranchesCommand.js +1 -1
- package/dist-cjs/commands/ListDomainAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListWebhooksCommand.js +2 -3
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -3
- package/dist-cjs/commands/StartJobCommand.js +2 -3
- package/dist-cjs/commands/StopJobCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/UpdateWebhookCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -287
- package/dist-es/commands/CreateBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/CreateDeploymentCommand.js +2 -3
- package/dist-es/commands/CreateDomainAssociationCommand.js +2 -3
- package/dist-es/commands/CreateWebhookCommand.js +2 -3
- package/dist-es/commands/DeleteAppCommand.js +2 -2
- package/dist-es/commands/DeleteBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteBranchCommand.js +2 -2
- package/dist-es/commands/DeleteDomainAssociationCommand.js +2 -3
- package/dist-es/commands/DeleteJobCommand.js +2 -3
- package/dist-es/commands/DeleteWebhookCommand.js +2 -3
- package/dist-es/commands/GenerateAccessLogsCommand.js +2 -3
- package/dist-es/commands/GetAppCommand.js +2 -2
- package/dist-es/commands/GetArtifactUrlCommand.js +2 -3
- package/dist-es/commands/GetBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetBranchCommand.js +2 -2
- package/dist-es/commands/GetDomainAssociationCommand.js +2 -3
- package/dist-es/commands/GetJobCommand.js +2 -3
- package/dist-es/commands/GetWebhookCommand.js +2 -3
- package/dist-es/commands/ListAppsCommand.js +2 -2
- package/dist-es/commands/ListArtifactsCommand.js +2 -3
- package/dist-es/commands/ListBackendEnvironmentsCommand.js +2 -3
- package/dist-es/commands/ListBranchesCommand.js +2 -2
- package/dist-es/commands/ListDomainAssociationsCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListWebhooksCommand.js +2 -3
- package/dist-es/commands/StartDeploymentCommand.js +2 -3
- package/dist-es/commands/StartJobCommand.js +2 -3
- package/dist-es/commands/StopJobCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateDomainAssociationCommand.js +2 -3
- package/dist-es/commands/UpdateWebhookCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -213
- package/dist-types/Amplify.d.ts +38 -0
- package/dist-types/AmplifyClient.d.ts +24 -4
- package/dist-types/commands/CreateAppCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateWebhookCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +16 -0
- package/dist-types/commands/GenerateAccessLogsCommand.d.ts +16 -0
- package/dist-types/commands/GetAppCommand.d.ts +16 -0
- package/dist-types/commands/GetArtifactUrlCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetBranchCommand.d.ts +16 -0
- package/dist-types/commands/GetDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +16 -0
- package/dist-types/commands/GetWebhookCommand.d.ts +16 -0
- package/dist-types/commands/ListAppsCommand.d.ts +16 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
- package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListWebhooksCommand.d.ts +16 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/StartJobCommand.d.ts +16 -0
- package/dist-types/commands/StopJobCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAppCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBranchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWebhookCommand.d.ts +16 -0
- package/dist-types/models/AmplifyServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +123 -284
- package/dist-types/ts3.4/models/models_0.d.ts +0 -197
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { DeleteAppRequest, DeleteAppResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAppCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAppCommandInput extends DeleteAppRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAppCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Deletes an existing Amplify app specified by an app ID. </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 DeleteAppCommandOutput extends DeleteAppResult, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteAppCommandInput - {@link DeleteAppCommandInput}
|
|
34
|
+
* @returns {@link DeleteAppCommandOutput}
|
|
28
35
|
* @see {@link DeleteAppCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteAppCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBeare
|
|
|
49
56
|
export declare class DeleteAppCommand extends $Command<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteAppCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteAppCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppCommandInput, DeleteAppCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { DeleteBackendEnvironmentRequest, DeleteBackendEnvironmentResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteBackendEnvironmentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteBackendEnvironmentCommandInput extends DeleteBackendEnvironmentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteBackendEnvironmentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvironmentResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Deletes a backend environment for an Amplify app. </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 DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvi
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteBackendEnvironmentCommandInput - {@link DeleteBackendEnvironmentCommandInput}
|
|
34
|
+
* @returns {@link DeleteBackendEnvironmentCommandOutput}
|
|
28
35
|
* @see {@link DeleteBackendEnvironmentCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteBackendEnvironmentCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvi
|
|
|
49
56
|
export declare class DeleteBackendEnvironmentCommand extends $Command<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteBackendEnvironmentCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteBackendEnvironmentCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { DeleteBranchRequest, DeleteBranchResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteBranchCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteBranchCommandInput extends DeleteBranchRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteBranchCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteBranchCommandOutput extends DeleteBranchResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Deletes a branch for an Amplify app. </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 DeleteBranchCommandOutput extends DeleteBranchResult, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteBranchCommandInput - {@link DeleteBranchCommandInput}
|
|
34
|
+
* @returns {@link DeleteBranchCommandOutput}
|
|
28
35
|
* @see {@link DeleteBranchCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteBranchCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteBranchCommandOutput extends DeleteBranchResult, __Metadat
|
|
|
49
56
|
export declare class DeleteBranchCommand extends $Command<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteBranchCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteBranchCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBranchCommandInput, DeleteBranchCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { DeleteDomainAssociationRequest, DeleteDomainAssociationResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDomainAssociationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDomainAssociationCommandInput extends DeleteDomainAssociationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDomainAssociationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssociationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Deletes a domain association for an Amplify app. </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 DeleteDomainAssociationCommandOutput extends DeleteDomainAssoci
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteDomainAssociationCommandInput - {@link DeleteDomainAssociationCommandInput}
|
|
34
|
+
* @returns {@link DeleteDomainAssociationCommandOutput}
|
|
28
35
|
* @see {@link DeleteDomainAssociationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteDomainAssociationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssoci
|
|
|
49
56
|
export declare class DeleteDomainAssociationCommand extends $Command<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteDomainAssociationCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteDomainAssociationCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { DeleteJobRequest, DeleteJobResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteJobCommandInput extends DeleteJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Deletes a job for a branch of an Amplify app. </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 DeleteJobCommandOutput extends DeleteJobResult, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteJobCommandInput - {@link DeleteJobCommandInput}
|
|
34
|
+
* @returns {@link DeleteJobCommandOutput}
|
|
28
35
|
* @see {@link DeleteJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBeare
|
|
|
49
56
|
export declare class DeleteJobCommand extends $Command<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteJobCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteJobCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteJobCommandInput, DeleteJobCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteWebhookCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteWebhookCommandInput extends DeleteWebhookRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteWebhookCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Deletes a webhook. </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 DeleteWebhookCommandOutput extends DeleteWebhookResult, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteWebhookCommandInput - {@link DeleteWebhookCommandInput}
|
|
34
|
+
* @returns {@link DeleteWebhookCommandOutput}
|
|
28
35
|
* @see {@link DeleteWebhookCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteWebhookCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __Metad
|
|
|
49
56
|
export declare class DeleteWebhookCommand extends $Command<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, AmplifyClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteWebhookCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteWebhookCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWebhookCommandInput, DeleteWebhookCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { GenerateAccessLogsRequest, GenerateAccessLogsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GenerateAccessLogsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GenerateAccessLogsCommandInput extends GenerateAccessLogsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GenerateAccessLogsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns the website access logs for a specific time range using a presigned URL.
|
|
18
23
|
* </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResul
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GenerateAccessLogsCommandInput - {@link GenerateAccessLogsCommandInput}
|
|
35
|
+
* @returns {@link GenerateAccessLogsCommandOutput}
|
|
29
36
|
* @see {@link GenerateAccessLogsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GenerateAccessLogsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResul
|
|
|
47
54
|
export declare class GenerateAccessLogsCommand extends $Command<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, AmplifyClientResolvedConfig> {
|
|
48
55
|
readonly input: GenerateAccessLogsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GenerateAccessLogsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { GetAppRequest, GetAppResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAppCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAppCommandInput extends GetAppRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAppCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns an existing Amplify app by appID. </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 GetAppCommandOutput extends GetAppResult, __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetAppCommandInput - {@link GetAppCommandInput}
|
|
34
|
+
* @returns {@link GetAppCommandOutput}
|
|
28
35
|
* @see {@link GetAppCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetAppCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {
|
|
|
46
53
|
export declare class GetAppCommand extends $Command<GetAppCommandInput, GetAppCommandOutput, AmplifyClientResolvedConfig> {
|
|
47
54
|
readonly input: GetAppCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetAppCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppCommandInput, GetAppCommandOutput>;
|
|
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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { GetArtifactUrlRequest, GetArtifactUrlResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetArtifactUrlCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetArtifactUrlCommandInput extends GetArtifactUrlRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetArtifactUrlCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns the artifact info that corresponds to an artifact id. </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 GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetArtifactUrlCommandInput - {@link GetArtifactUrlCommandInput}
|
|
34
|
+
* @returns {@link GetArtifactUrlCommandOutput}
|
|
28
35
|
* @see {@link GetArtifactUrlCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetArtifactUrlCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __Met
|
|
|
49
56
|
export declare class GetArtifactUrlCommand extends $Command<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, AmplifyClientResolvedConfig> {
|
|
50
57
|
readonly input: GetArtifactUrlCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetArtifactUrlCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { GetBackendEnvironmentRequest, GetBackendEnvironmentResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetBackendEnvironmentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetBackendEnvironmentCommandInput extends GetBackendEnvironmentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetBackendEnvironmentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetBackendEnvironmentCommandOutput extends GetBackendEnvironmentResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns a backend environment for an Amplify app. </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 GetBackendEnvironmentCommandOutput extends GetBackendEnvironmen
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetBackendEnvironmentCommandInput - {@link GetBackendEnvironmentCommandInput}
|
|
34
|
+
* @returns {@link GetBackendEnvironmentCommandOutput}
|
|
28
35
|
* @see {@link GetBackendEnvironmentCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetBackendEnvironmentCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetBackendEnvironmentCommandOutput extends GetBackendEnvironmen
|
|
|
46
53
|
export declare class GetBackendEnvironmentCommand extends $Command<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig> {
|
|
47
54
|
readonly input: GetBackendEnvironmentCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetBackendEnvironmentCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput>;
|
|
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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { GetBranchRequest, GetBranchResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetBranchCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetBranchCommandInput extends GetBranchRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetBranchCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetBranchCommandOutput extends GetBranchResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns a branch for an Amplify app. </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 GetBranchCommandOutput extends GetBranchResult, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetBranchCommandInput - {@link GetBranchCommandInput}
|
|
34
|
+
* @returns {@link GetBranchCommandOutput}
|
|
28
35
|
* @see {@link GetBranchCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetBranchCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetBranchCommandOutput extends GetBranchResult, __MetadataBeare
|
|
|
46
53
|
export declare class GetBranchCommand extends $Command<GetBranchCommandInput, GetBranchCommandOutput, AmplifyClientResolvedConfig> {
|
|
47
54
|
readonly input: GetBranchCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetBranchCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBranchCommandInput, GetBranchCommandOutput>;
|
|
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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { GetDomainAssociationRequest, GetDomainAssociationResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDomainAssociationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDomainAssociationCommandInput extends GetDomainAssociationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDomainAssociationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDomainAssociationCommandOutput extends GetDomainAssociationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns the domain information for an Amplify app. </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 GetDomainAssociationCommandOutput extends GetDomainAssociationR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDomainAssociationCommandInput - {@link GetDomainAssociationCommandInput}
|
|
34
|
+
* @returns {@link GetDomainAssociationCommandOutput}
|
|
28
35
|
* @see {@link GetDomainAssociationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDomainAssociationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetDomainAssociationCommandOutput extends GetDomainAssociationR
|
|
|
46
53
|
export declare class GetDomainAssociationCommand extends $Command<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, AmplifyClientResolvedConfig> {
|
|
47
54
|
readonly input: GetDomainAssociationCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetDomainAssociationCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput>;
|
|
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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { GetJobRequest, GetJobResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetJobCommandInput extends GetJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns a job for a branch of an Amplify app. </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 GetJobCommandOutput extends GetJobResult, __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetJobCommandInput - {@link GetJobCommandInput}
|
|
34
|
+
* @returns {@link GetJobCommandOutput}
|
|
28
35
|
* @see {@link GetJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
|
|
|
49
56
|
export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, AmplifyClientResolvedConfig> {
|
|
50
57
|
readonly input: GetJobCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetJobCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobCommandInput, GetJobCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|