@aws-sdk/client-codebuild 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/CodeBuild.d.ts +814 -230
- package/dist-types/ts3.4/CodeBuildClient.d.ts +399 -118
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +34 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2105 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,34 @@
|
|
|
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 { BatchGetBuildsInput, BatchGetBuildsOutput } from "../models/models_0";
|
|
14
|
+
export interface BatchGetBuildsCommandInput extends BatchGetBuildsInput {}
|
|
15
|
+
export interface BatchGetBuildsCommandOutput
|
|
16
|
+
extends BatchGetBuildsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class BatchGetBuildsCommand extends $Command<
|
|
20
|
+
BatchGetBuildsCommandInput,
|
|
21
|
+
BatchGetBuildsCommandOutput,
|
|
22
|
+
CodeBuildClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: BatchGetBuildsCommandInput;
|
|
25
|
+
constructor(input: BatchGetBuildsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
BatchGetProjectsInput,
|
|
15
|
+
BatchGetProjectsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetProjectsCommandInput extends BatchGetProjectsInput {}
|
|
18
|
+
export interface BatchGetProjectsCommandOutput
|
|
19
|
+
extends BatchGetProjectsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class BatchGetProjectsCommand extends $Command<
|
|
23
|
+
BatchGetProjectsCommandInput,
|
|
24
|
+
BatchGetProjectsCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetProjectsCommandInput;
|
|
28
|
+
constructor(input: BatchGetProjectsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
BatchGetReportGroupsInput,
|
|
15
|
+
BatchGetReportGroupsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetReportGroupsCommandInput
|
|
18
|
+
extends BatchGetReportGroupsInput {}
|
|
19
|
+
export interface BatchGetReportGroupsCommandOutput
|
|
20
|
+
extends BatchGetReportGroupsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetReportGroupsCommand extends $Command<
|
|
24
|
+
BatchGetReportGroupsCommandInput,
|
|
25
|
+
BatchGetReportGroupsCommandOutput,
|
|
26
|
+
CodeBuildClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetReportGroupsCommandInput;
|
|
29
|
+
constructor(input: BatchGetReportGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetReportGroupsCommandInput,
|
|
37
|
+
BatchGetReportGroupsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
BatchGetReportsInput,
|
|
15
|
+
BatchGetReportsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetReportsCommandInput extends BatchGetReportsInput {}
|
|
18
|
+
export interface BatchGetReportsCommandOutput
|
|
19
|
+
extends BatchGetReportsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class BatchGetReportsCommand extends $Command<
|
|
23
|
+
BatchGetReportsCommandInput,
|
|
24
|
+
BatchGetReportsCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetReportsCommandInput;
|
|
28
|
+
constructor(input: BatchGetReportsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<BatchGetReportsCommandInput, BatchGetReportsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { CreateProjectInput, CreateProjectOutput } from "../models/models_0";
|
|
14
|
+
export interface CreateProjectCommandInput extends CreateProjectInput {}
|
|
15
|
+
export interface CreateProjectCommandOutput
|
|
16
|
+
extends CreateProjectOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateProjectCommand extends $Command<
|
|
20
|
+
CreateProjectCommandInput,
|
|
21
|
+
CreateProjectCommandOutput,
|
|
22
|
+
CodeBuildClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateProjectCommandInput;
|
|
25
|
+
constructor(input: CreateProjectCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
CreateReportGroupInput,
|
|
15
|
+
CreateReportGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateReportGroupCommandInput extends CreateReportGroupInput {}
|
|
18
|
+
export interface CreateReportGroupCommandOutput
|
|
19
|
+
extends CreateReportGroupOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateReportGroupCommand extends $Command<
|
|
23
|
+
CreateReportGroupCommandInput,
|
|
24
|
+
CreateReportGroupCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateReportGroupCommandInput;
|
|
28
|
+
constructor(input: CreateReportGroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateReportGroupCommandInput, CreateReportGroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { CreateWebhookInput, CreateWebhookOutput } from "../models/models_0";
|
|
14
|
+
export interface CreateWebhookCommandInput extends CreateWebhookInput {}
|
|
15
|
+
export interface CreateWebhookCommandOutput
|
|
16
|
+
extends CreateWebhookOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateWebhookCommand extends $Command<
|
|
20
|
+
CreateWebhookCommandInput,
|
|
21
|
+
CreateWebhookCommandOutput,
|
|
22
|
+
CodeBuildClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateWebhookCommandInput;
|
|
25
|
+
constructor(input: CreateWebhookCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateWebhookCommandInput, CreateWebhookCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DeleteBuildBatchInput,
|
|
15
|
+
DeleteBuildBatchOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteBuildBatchCommandInput extends DeleteBuildBatchInput {}
|
|
18
|
+
export interface DeleteBuildBatchCommandOutput
|
|
19
|
+
extends DeleteBuildBatchOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteBuildBatchCommand extends $Command<
|
|
23
|
+
DeleteBuildBatchCommandInput,
|
|
24
|
+
DeleteBuildBatchCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteBuildBatchCommandInput;
|
|
28
|
+
constructor(input: DeleteBuildBatchCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { DeleteProjectInput, DeleteProjectOutput } from "../models/models_0";
|
|
14
|
+
export interface DeleteProjectCommandInput extends DeleteProjectInput {}
|
|
15
|
+
export interface DeleteProjectCommandOutput
|
|
16
|
+
extends DeleteProjectOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteProjectCommand extends $Command<
|
|
20
|
+
DeleteProjectCommandInput,
|
|
21
|
+
DeleteProjectCommandOutput,
|
|
22
|
+
CodeBuildClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteProjectCommandInput;
|
|
25
|
+
constructor(input: DeleteProjectCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { DeleteReportInput, DeleteReportOutput } from "../models/models_0";
|
|
14
|
+
export interface DeleteReportCommandInput extends DeleteReportInput {}
|
|
15
|
+
export interface DeleteReportCommandOutput
|
|
16
|
+
extends DeleteReportOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteReportCommand extends $Command<
|
|
20
|
+
DeleteReportCommandInput,
|
|
21
|
+
DeleteReportCommandOutput,
|
|
22
|
+
CodeBuildClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteReportCommandInput;
|
|
25
|
+
constructor(input: DeleteReportCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteReportCommandInput, DeleteReportCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DeleteReportGroupInput,
|
|
15
|
+
DeleteReportGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteReportGroupCommandInput extends DeleteReportGroupInput {}
|
|
18
|
+
export interface DeleteReportGroupCommandOutput
|
|
19
|
+
extends DeleteReportGroupOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteReportGroupCommand extends $Command<
|
|
23
|
+
DeleteReportGroupCommandInput,
|
|
24
|
+
DeleteReportGroupCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteReportGroupCommandInput;
|
|
28
|
+
constructor(input: DeleteReportGroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|