@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
|
+
ListBuildsForProjectInput,
|
|
15
|
+
ListBuildsForProjectOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListBuildsForProjectCommandInput
|
|
18
|
+
extends ListBuildsForProjectInput {}
|
|
19
|
+
export interface ListBuildsForProjectCommandOutput
|
|
20
|
+
extends ListBuildsForProjectOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListBuildsForProjectCommand extends $Command<
|
|
23
|
+
ListBuildsForProjectCommandInput,
|
|
24
|
+
ListBuildsForProjectCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListBuildsForProjectCommandInput;
|
|
28
|
+
constructor(input: ListBuildsForProjectCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListBuildsForProjectCommandInput,
|
|
35
|
+
ListBuildsForProjectCommandOutput
|
|
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
|
+
ListCuratedEnvironmentImagesInput,
|
|
15
|
+
ListCuratedEnvironmentImagesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListCuratedEnvironmentImagesCommandInput
|
|
18
|
+
extends ListCuratedEnvironmentImagesInput {}
|
|
19
|
+
export interface ListCuratedEnvironmentImagesCommandOutput
|
|
20
|
+
extends ListCuratedEnvironmentImagesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListCuratedEnvironmentImagesCommand extends $Command<
|
|
23
|
+
ListCuratedEnvironmentImagesCommandInput,
|
|
24
|
+
ListCuratedEnvironmentImagesCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListCuratedEnvironmentImagesCommandInput;
|
|
28
|
+
constructor(input: ListCuratedEnvironmentImagesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListCuratedEnvironmentImagesCommandInput,
|
|
35
|
+
ListCuratedEnvironmentImagesCommandOutput
|
|
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 { ListProjectsInput, ListProjectsOutput } from "../models/models_0";
|
|
14
|
+
export interface ListProjectsCommandInput extends ListProjectsInput {}
|
|
15
|
+
export interface ListProjectsCommandOutput
|
|
16
|
+
extends ListProjectsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListProjectsCommand extends $Command<
|
|
19
|
+
ListProjectsCommandInput,
|
|
20
|
+
ListProjectsCommandOutput,
|
|
21
|
+
CodeBuildClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListProjectsCommandInput;
|
|
24
|
+
constructor(input: ListProjectsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
ListReportGroupsInput,
|
|
15
|
+
ListReportGroupsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListReportGroupsCommandInput extends ListReportGroupsInput {}
|
|
18
|
+
export interface ListReportGroupsCommandOutput
|
|
19
|
+
extends ListReportGroupsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListReportGroupsCommand extends $Command<
|
|
22
|
+
ListReportGroupsCommandInput,
|
|
23
|
+
ListReportGroupsCommandOutput,
|
|
24
|
+
CodeBuildClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListReportGroupsCommandInput;
|
|
27
|
+
constructor(input: ListReportGroupsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListReportGroupsCommandInput, ListReportGroupsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { ListReportsInput, ListReportsOutput } from "../models/models_0";
|
|
14
|
+
export interface ListReportsCommandInput extends ListReportsInput {}
|
|
15
|
+
export interface ListReportsCommandOutput
|
|
16
|
+
extends ListReportsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListReportsCommand extends $Command<
|
|
19
|
+
ListReportsCommandInput,
|
|
20
|
+
ListReportsCommandOutput,
|
|
21
|
+
CodeBuildClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListReportsCommandInput;
|
|
24
|
+
constructor(input: ListReportsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListReportsCommandInput, ListReportsCommandOutput>;
|
|
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
|
+
ListReportsForReportGroupInput,
|
|
15
|
+
ListReportsForReportGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListReportsForReportGroupCommandInput
|
|
18
|
+
extends ListReportsForReportGroupInput {}
|
|
19
|
+
export interface ListReportsForReportGroupCommandOutput
|
|
20
|
+
extends ListReportsForReportGroupOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListReportsForReportGroupCommand extends $Command<
|
|
23
|
+
ListReportsForReportGroupCommandInput,
|
|
24
|
+
ListReportsForReportGroupCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListReportsForReportGroupCommandInput;
|
|
28
|
+
constructor(input: ListReportsForReportGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListReportsForReportGroupCommandInput,
|
|
35
|
+
ListReportsForReportGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
ListSharedProjectsInput,
|
|
15
|
+
ListSharedProjectsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListSharedProjectsCommandInput
|
|
18
|
+
extends ListSharedProjectsInput {}
|
|
19
|
+
export interface ListSharedProjectsCommandOutput
|
|
20
|
+
extends ListSharedProjectsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListSharedProjectsCommand extends $Command<
|
|
23
|
+
ListSharedProjectsCommandInput,
|
|
24
|
+
ListSharedProjectsCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListSharedProjectsCommandInput;
|
|
28
|
+
constructor(input: ListSharedProjectsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
ListSharedReportGroupsInput,
|
|
15
|
+
ListSharedReportGroupsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListSharedReportGroupsCommandInput
|
|
18
|
+
extends ListSharedReportGroupsInput {}
|
|
19
|
+
export interface ListSharedReportGroupsCommandOutput
|
|
20
|
+
extends ListSharedReportGroupsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListSharedReportGroupsCommand extends $Command<
|
|
23
|
+
ListSharedReportGroupsCommandInput,
|
|
24
|
+
ListSharedReportGroupsCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListSharedReportGroupsCommandInput;
|
|
28
|
+
constructor(input: ListSharedReportGroupsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListSharedReportGroupsCommandInput,
|
|
35
|
+
ListSharedReportGroupsCommandOutput
|
|
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
|
+
ListSourceCredentialsInput,
|
|
15
|
+
ListSourceCredentialsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListSourceCredentialsCommandInput
|
|
18
|
+
extends ListSourceCredentialsInput {}
|
|
19
|
+
export interface ListSourceCredentialsCommandOutput
|
|
20
|
+
extends ListSourceCredentialsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListSourceCredentialsCommand extends $Command<
|
|
23
|
+
ListSourceCredentialsCommandInput,
|
|
24
|
+
ListSourceCredentialsCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListSourceCredentialsCommandInput;
|
|
28
|
+
constructor(input: ListSourceCredentialsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListSourceCredentialsCommandInput,
|
|
35
|
+
ListSourceCredentialsCommandOutput
|
|
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
|
+
PutResourcePolicyInput,
|
|
15
|
+
PutResourcePolicyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {}
|
|
18
|
+
export interface PutResourcePolicyCommandOutput
|
|
19
|
+
extends PutResourcePolicyOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class PutResourcePolicyCommand extends $Command<
|
|
22
|
+
PutResourcePolicyCommandInput,
|
|
23
|
+
PutResourcePolicyCommandOutput,
|
|
24
|
+
CodeBuildClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: PutResourcePolicyCommandInput;
|
|
27
|
+
constructor(input: PutResourcePolicyCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
RetryBuildBatchInput,
|
|
15
|
+
RetryBuildBatchOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RetryBuildBatchCommandInput extends RetryBuildBatchInput {}
|
|
18
|
+
export interface RetryBuildBatchCommandOutput
|
|
19
|
+
extends RetryBuildBatchOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class RetryBuildBatchCommand extends $Command<
|
|
22
|
+
RetryBuildBatchCommandInput,
|
|
23
|
+
RetryBuildBatchCommandOutput,
|
|
24
|
+
CodeBuildClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: RetryBuildBatchCommandInput;
|
|
27
|
+
constructor(input: RetryBuildBatchCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|