@aws-sdk/client-codebuild 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CodeBuild.d.ts +769 -230
- package/dist-types/ts3.4/CodeBuildClient.d.ts +374 -118
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +45 -45
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeBuildServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1472 -1996
- package/dist-types/ts3.4/pagination/DescribeCodeCoveragesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTestCasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBuildBatchesForProjectPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildBatchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildsForProjectPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportsForReportGroupPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSharedProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSharedReportGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +545 -137
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteSourceCredentialsInput,
|
|
15
|
+
DeleteSourceCredentialsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteSourceCredentialsCommandInput
|
|
18
|
+
extends DeleteSourceCredentialsInput {}
|
|
19
|
+
export interface DeleteSourceCredentialsCommandOutput
|
|
20
|
+
extends DeleteSourceCredentialsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteSourceCredentialsCommand extends $Command<
|
|
23
|
+
DeleteSourceCredentialsCommandInput,
|
|
24
|
+
DeleteSourceCredentialsCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteSourceCredentialsCommandInput;
|
|
28
|
+
constructor(input: DeleteSourceCredentialsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteSourceCredentialsCommandInput,
|
|
35
|
+
DeleteSourceCredentialsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
|
|
14
|
+
export interface DeleteWebhookCommandInput extends DeleteWebhookInput {}
|
|
15
|
+
export interface DeleteWebhookCommandOutput
|
|
16
|
+
extends DeleteWebhookOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeleteWebhookCommand extends $Command<
|
|
19
|
+
DeleteWebhookCommandInput,
|
|
20
|
+
DeleteWebhookCommandOutput,
|
|
21
|
+
CodeBuildClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteWebhookCommandInput;
|
|
24
|
+
constructor(input: DeleteWebhookCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteWebhookCommandInput, DeleteWebhookCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeCodeCoveragesInput,
|
|
15
|
+
DescribeCodeCoveragesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCodeCoveragesCommandInput
|
|
18
|
+
extends DescribeCodeCoveragesInput {}
|
|
19
|
+
export interface DescribeCodeCoveragesCommandOutput
|
|
20
|
+
extends DescribeCodeCoveragesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeCodeCoveragesCommand extends $Command<
|
|
23
|
+
DescribeCodeCoveragesCommandInput,
|
|
24
|
+
DescribeCodeCoveragesCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeCodeCoveragesCommandInput;
|
|
28
|
+
constructor(input: DescribeCodeCoveragesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeCodeCoveragesCommandInput,
|
|
35
|
+
DescribeCodeCoveragesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeTestCasesInput,
|
|
15
|
+
DescribeTestCasesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeTestCasesCommandInput extends DescribeTestCasesInput {}
|
|
18
|
+
export interface DescribeTestCasesCommandOutput
|
|
19
|
+
extends DescribeTestCasesOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeTestCasesCommand extends $Command<
|
|
22
|
+
DescribeTestCasesCommandInput,
|
|
23
|
+
DescribeTestCasesCommandOutput,
|
|
24
|
+
CodeBuildClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeTestCasesCommandInput;
|
|
27
|
+
constructor(input: DescribeTestCasesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import {
|
|
14
|
+
GetReportGroupTrendInput,
|
|
15
|
+
GetReportGroupTrendOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetReportGroupTrendCommandInput
|
|
18
|
+
extends GetReportGroupTrendInput {}
|
|
19
|
+
export interface GetReportGroupTrendCommandOutput
|
|
20
|
+
extends GetReportGroupTrendOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetReportGroupTrendCommand extends $Command<
|
|
23
|
+
GetReportGroupTrendCommandInput,
|
|
24
|
+
GetReportGroupTrendCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetReportGroupTrendCommandInput;
|
|
28
|
+
constructor(input: GetReportGroupTrendCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import {
|
|
14
|
+
GetResourcePolicyInput,
|
|
15
|
+
GetResourcePolicyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {}
|
|
18
|
+
export interface GetResourcePolicyCommandOutput
|
|
19
|
+
extends GetResourcePolicyOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetResourcePolicyCommand extends $Command<
|
|
22
|
+
GetResourcePolicyCommandInput,
|
|
23
|
+
GetResourcePolicyCommandOutput,
|
|
24
|
+
CodeBuildClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetResourcePolicyCommandInput;
|
|
27
|
+
constructor(input: GetResourcePolicyCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import {
|
|
14
|
+
ImportSourceCredentialsInput,
|
|
15
|
+
ImportSourceCredentialsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ImportSourceCredentialsCommandInput
|
|
18
|
+
extends ImportSourceCredentialsInput {}
|
|
19
|
+
export interface ImportSourceCredentialsCommandOutput
|
|
20
|
+
extends ImportSourceCredentialsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ImportSourceCredentialsCommand extends $Command<
|
|
23
|
+
ImportSourceCredentialsCommandInput,
|
|
24
|
+
ImportSourceCredentialsCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ImportSourceCredentialsCommandInput;
|
|
28
|
+
constructor(input: ImportSourceCredentialsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ImportSourceCredentialsCommandInput,
|
|
35
|
+
ImportSourceCredentialsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import {
|
|
14
|
+
InvalidateProjectCacheInput,
|
|
15
|
+
InvalidateProjectCacheOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface InvalidateProjectCacheCommandInput
|
|
18
|
+
extends InvalidateProjectCacheInput {}
|
|
19
|
+
export interface InvalidateProjectCacheCommandOutput
|
|
20
|
+
extends InvalidateProjectCacheOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class InvalidateProjectCacheCommand extends $Command<
|
|
23
|
+
InvalidateProjectCacheCommandInput,
|
|
24
|
+
InvalidateProjectCacheCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: InvalidateProjectCacheCommandInput;
|
|
28
|
+
constructor(input: InvalidateProjectCacheCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
InvalidateProjectCacheCommandInput,
|
|
35
|
+
InvalidateProjectCacheCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import {
|
|
14
|
+
ListBuildBatchesInput,
|
|
15
|
+
ListBuildBatchesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListBuildBatchesCommandInput extends ListBuildBatchesInput {}
|
|
18
|
+
export interface ListBuildBatchesCommandOutput
|
|
19
|
+
extends ListBuildBatchesOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListBuildBatchesCommand extends $Command<
|
|
22
|
+
ListBuildBatchesCommandInput,
|
|
23
|
+
ListBuildBatchesCommandOutput,
|
|
24
|
+
CodeBuildClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListBuildBatchesCommandInput;
|
|
27
|
+
constructor(input: ListBuildBatchesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import {
|
|
14
|
+
ListBuildBatchesForProjectInput,
|
|
15
|
+
ListBuildBatchesForProjectOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListBuildBatchesForProjectCommandInput
|
|
18
|
+
extends ListBuildBatchesForProjectInput {}
|
|
19
|
+
export interface ListBuildBatchesForProjectCommandOutput
|
|
20
|
+
extends ListBuildBatchesForProjectOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListBuildBatchesForProjectCommand extends $Command<
|
|
23
|
+
ListBuildBatchesForProjectCommandInput,
|
|
24
|
+
ListBuildBatchesForProjectCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListBuildBatchesForProjectCommandInput;
|
|
28
|
+
constructor(input: ListBuildBatchesForProjectCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListBuildBatchesForProjectCommandInput,
|
|
35
|
+
ListBuildBatchesForProjectCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import { ListBuildsInput, ListBuildsOutput } from "../models/models_0";
|
|
14
|
+
export interface ListBuildsCommandInput extends ListBuildsInput {}
|
|
15
|
+
export interface ListBuildsCommandOutput
|
|
16
|
+
extends ListBuildsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListBuildsCommand extends $Command<
|
|
19
|
+
ListBuildsCommandInput,
|
|
20
|
+
ListBuildsCommandOutput,
|
|
21
|
+
CodeBuildClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListBuildsCommandInput;
|
|
24
|
+
constructor(input: ListBuildsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListBuildsCommandInput, ListBuildsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|