@aws-sdk/client-codebuild 3.168.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 +16 -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,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
|
+
RetryBuildBatchInput,
|
|
15
|
+
RetryBuildBatchOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RetryBuildBatchCommandInput extends RetryBuildBatchInput {}
|
|
18
|
+
export interface RetryBuildBatchCommandOutput
|
|
19
|
+
extends RetryBuildBatchOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class RetryBuildBatchCommand extends $Command<
|
|
23
|
+
RetryBuildBatchCommandInput,
|
|
24
|
+
RetryBuildBatchCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RetryBuildBatchCommandInput;
|
|
28
|
+
constructor(input: RetryBuildBatchCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput>;
|
|
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 { RetryBuildInput, RetryBuildOutput } from "../models/models_0";
|
|
14
|
+
export interface RetryBuildCommandInput extends RetryBuildInput {}
|
|
15
|
+
export interface RetryBuildCommandOutput
|
|
16
|
+
extends RetryBuildOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class RetryBuildCommand extends $Command<
|
|
20
|
+
RetryBuildCommandInput,
|
|
21
|
+
RetryBuildCommandOutput,
|
|
22
|
+
CodeBuildClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: RetryBuildCommandInput;
|
|
25
|
+
constructor(input: RetryBuildCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<RetryBuildCommandInput, RetryBuildCommandOutput>;
|
|
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
|
+
StartBuildBatchInput,
|
|
15
|
+
StartBuildBatchOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StartBuildBatchCommandInput extends StartBuildBatchInput {}
|
|
18
|
+
export interface StartBuildBatchCommandOutput
|
|
19
|
+
extends StartBuildBatchOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class StartBuildBatchCommand extends $Command<
|
|
23
|
+
StartBuildBatchCommandInput,
|
|
24
|
+
StartBuildBatchCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartBuildBatchCommandInput;
|
|
28
|
+
constructor(input: StartBuildBatchCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<StartBuildBatchCommandInput, StartBuildBatchCommandOutput>;
|
|
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 { StartBuildInput, StartBuildOutput } from "../models/models_0";
|
|
14
|
+
export interface StartBuildCommandInput extends StartBuildInput {}
|
|
15
|
+
export interface StartBuildCommandOutput
|
|
16
|
+
extends StartBuildOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class StartBuildCommand extends $Command<
|
|
20
|
+
StartBuildCommandInput,
|
|
21
|
+
StartBuildCommandOutput,
|
|
22
|
+
CodeBuildClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: StartBuildCommandInput;
|
|
25
|
+
constructor(input: StartBuildCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<StartBuildCommandInput, StartBuildCommandOutput>;
|
|
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 { StopBuildBatchInput, StopBuildBatchOutput } from "../models/models_0";
|
|
14
|
+
export interface StopBuildBatchCommandInput extends StopBuildBatchInput {}
|
|
15
|
+
export interface StopBuildBatchCommandOutput
|
|
16
|
+
extends StopBuildBatchOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class StopBuildBatchCommand extends $Command<
|
|
20
|
+
StopBuildBatchCommandInput,
|
|
21
|
+
StopBuildBatchCommandOutput,
|
|
22
|
+
CodeBuildClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: StopBuildBatchCommandInput;
|
|
25
|
+
constructor(input: StopBuildBatchCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<StopBuildBatchCommandInput, StopBuildBatchCommandOutput>;
|
|
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 { StopBuildInput, StopBuildOutput } from "../models/models_0";
|
|
14
|
+
export interface StopBuildCommandInput extends StopBuildInput {}
|
|
15
|
+
export interface StopBuildCommandOutput
|
|
16
|
+
extends StopBuildOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class StopBuildCommand extends $Command<
|
|
20
|
+
StopBuildCommandInput,
|
|
21
|
+
StopBuildCommandOutput,
|
|
22
|
+
CodeBuildClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: StopBuildCommandInput;
|
|
25
|
+
constructor(input: StopBuildCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<StopBuildCommandInput, StopBuildCommandOutput>;
|
|
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 { UpdateProjectInput, UpdateProjectOutput } from "../models/models_0";
|
|
14
|
+
export interface UpdateProjectCommandInput extends UpdateProjectInput {}
|
|
15
|
+
export interface UpdateProjectCommandOutput
|
|
16
|
+
extends UpdateProjectOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateProjectCommand extends $Command<
|
|
20
|
+
UpdateProjectCommandInput,
|
|
21
|
+
UpdateProjectCommandOutput,
|
|
22
|
+
CodeBuildClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateProjectCommandInput;
|
|
25
|
+
constructor(input: UpdateProjectCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
UpdateProjectVisibilityInput,
|
|
15
|
+
UpdateProjectVisibilityOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateProjectVisibilityCommandInput
|
|
18
|
+
extends UpdateProjectVisibilityInput {}
|
|
19
|
+
export interface UpdateProjectVisibilityCommandOutput
|
|
20
|
+
extends UpdateProjectVisibilityOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateProjectVisibilityCommand extends $Command<
|
|
24
|
+
UpdateProjectVisibilityCommandInput,
|
|
25
|
+
UpdateProjectVisibilityCommandOutput,
|
|
26
|
+
CodeBuildClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateProjectVisibilityCommandInput;
|
|
29
|
+
constructor(input: UpdateProjectVisibilityCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateProjectVisibilityCommandInput,
|
|
37
|
+
UpdateProjectVisibilityCommandOutput
|
|
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
|
+
UpdateReportGroupInput,
|
|
15
|
+
UpdateReportGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateReportGroupCommandInput extends UpdateReportGroupInput {}
|
|
18
|
+
export interface UpdateReportGroupCommandOutput
|
|
19
|
+
extends UpdateReportGroupOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateReportGroupCommand extends $Command<
|
|
23
|
+
UpdateReportGroupCommandInput,
|
|
24
|
+
UpdateReportGroupCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateReportGroupCommandInput;
|
|
28
|
+
constructor(input: UpdateReportGroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput>;
|
|
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 { UpdateWebhookInput, UpdateWebhookOutput } from "../models/models_0";
|
|
14
|
+
export interface UpdateWebhookCommandInput extends UpdateWebhookInput {}
|
|
15
|
+
export interface UpdateWebhookCommandOutput
|
|
16
|
+
extends UpdateWebhookOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateWebhookCommand extends $Command<
|
|
20
|
+
UpdateWebhookCommandInput,
|
|
21
|
+
UpdateWebhookCommandOutput,
|
|
22
|
+
CodeBuildClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateWebhookCommandInput;
|
|
25
|
+
constructor(input: UpdateWebhookCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdateWebhookCommandInput, UpdateWebhookCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
export * from "./BatchDeleteBuildsCommand";
|
|
2
|
-
export * from "./BatchGetBuildBatchesCommand";
|
|
3
|
-
export * from "./BatchGetBuildsCommand";
|
|
4
|
-
export * from "./BatchGetProjectsCommand";
|
|
5
|
-
export * from "./BatchGetReportGroupsCommand";
|
|
6
|
-
export * from "./BatchGetReportsCommand";
|
|
7
|
-
export * from "./CreateProjectCommand";
|
|
8
|
-
export * from "./CreateReportGroupCommand";
|
|
9
|
-
export * from "./CreateWebhookCommand";
|
|
10
|
-
export * from "./DeleteBuildBatchCommand";
|
|
11
|
-
export * from "./DeleteProjectCommand";
|
|
12
|
-
export * from "./DeleteReportCommand";
|
|
13
|
-
export * from "./DeleteReportGroupCommand";
|
|
14
|
-
export * from "./DeleteResourcePolicyCommand";
|
|
15
|
-
export * from "./DeleteSourceCredentialsCommand";
|
|
16
|
-
export * from "./DeleteWebhookCommand";
|
|
17
|
-
export * from "./DescribeCodeCoveragesCommand";
|
|
18
|
-
export * from "./DescribeTestCasesCommand";
|
|
19
|
-
export * from "./GetReportGroupTrendCommand";
|
|
20
|
-
export * from "./GetResourcePolicyCommand";
|
|
21
|
-
export * from "./ImportSourceCredentialsCommand";
|
|
22
|
-
export * from "./InvalidateProjectCacheCommand";
|
|
23
|
-
export * from "./ListBuildBatchesCommand";
|
|
24
|
-
export * from "./ListBuildBatchesForProjectCommand";
|
|
25
|
-
export * from "./ListBuildsCommand";
|
|
26
|
-
export * from "./ListBuildsForProjectCommand";
|
|
27
|
-
export * from "./ListCuratedEnvironmentImagesCommand";
|
|
28
|
-
export * from "./ListProjectsCommand";
|
|
29
|
-
export * from "./ListReportGroupsCommand";
|
|
30
|
-
export * from "./ListReportsCommand";
|
|
31
|
-
export * from "./ListReportsForReportGroupCommand";
|
|
32
|
-
export * from "./ListSharedProjectsCommand";
|
|
33
|
-
export * from "./ListSharedReportGroupsCommand";
|
|
34
|
-
export * from "./ListSourceCredentialsCommand";
|
|
35
|
-
export * from "./PutResourcePolicyCommand";
|
|
36
|
-
export * from "./RetryBuildBatchCommand";
|
|
37
|
-
export * from "./RetryBuildCommand";
|
|
38
|
-
export * from "./StartBuildBatchCommand";
|
|
39
|
-
export * from "./StartBuildCommand";
|
|
40
|
-
export * from "./StopBuildBatchCommand";
|
|
41
|
-
export * from "./StopBuildCommand";
|
|
42
|
-
export * from "./UpdateProjectCommand";
|
|
43
|
-
export * from "./UpdateProjectVisibilityCommand";
|
|
44
|
-
export * from "./UpdateReportGroupCommand";
|
|
45
|
-
export * from "./UpdateWebhookCommand";
|
|
1
|
+
export * from "./BatchDeleteBuildsCommand";
|
|
2
|
+
export * from "./BatchGetBuildBatchesCommand";
|
|
3
|
+
export * from "./BatchGetBuildsCommand";
|
|
4
|
+
export * from "./BatchGetProjectsCommand";
|
|
5
|
+
export * from "./BatchGetReportGroupsCommand";
|
|
6
|
+
export * from "./BatchGetReportsCommand";
|
|
7
|
+
export * from "./CreateProjectCommand";
|
|
8
|
+
export * from "./CreateReportGroupCommand";
|
|
9
|
+
export * from "./CreateWebhookCommand";
|
|
10
|
+
export * from "./DeleteBuildBatchCommand";
|
|
11
|
+
export * from "./DeleteProjectCommand";
|
|
12
|
+
export * from "./DeleteReportCommand";
|
|
13
|
+
export * from "./DeleteReportGroupCommand";
|
|
14
|
+
export * from "./DeleteResourcePolicyCommand";
|
|
15
|
+
export * from "./DeleteSourceCredentialsCommand";
|
|
16
|
+
export * from "./DeleteWebhookCommand";
|
|
17
|
+
export * from "./DescribeCodeCoveragesCommand";
|
|
18
|
+
export * from "./DescribeTestCasesCommand";
|
|
19
|
+
export * from "./GetReportGroupTrendCommand";
|
|
20
|
+
export * from "./GetResourcePolicyCommand";
|
|
21
|
+
export * from "./ImportSourceCredentialsCommand";
|
|
22
|
+
export * from "./InvalidateProjectCacheCommand";
|
|
23
|
+
export * from "./ListBuildBatchesCommand";
|
|
24
|
+
export * from "./ListBuildBatchesForProjectCommand";
|
|
25
|
+
export * from "./ListBuildsCommand";
|
|
26
|
+
export * from "./ListBuildsForProjectCommand";
|
|
27
|
+
export * from "./ListCuratedEnvironmentImagesCommand";
|
|
28
|
+
export * from "./ListProjectsCommand";
|
|
29
|
+
export * from "./ListReportGroupsCommand";
|
|
30
|
+
export * from "./ListReportsCommand";
|
|
31
|
+
export * from "./ListReportsForReportGroupCommand";
|
|
32
|
+
export * from "./ListSharedProjectsCommand";
|
|
33
|
+
export * from "./ListSharedReportGroupsCommand";
|
|
34
|
+
export * from "./ListSourceCredentialsCommand";
|
|
35
|
+
export * from "./PutResourcePolicyCommand";
|
|
36
|
+
export * from "./RetryBuildBatchCommand";
|
|
37
|
+
export * from "./RetryBuildCommand";
|
|
38
|
+
export * from "./StartBuildBatchCommand";
|
|
39
|
+
export * from "./StartBuildCommand";
|
|
40
|
+
export * from "./StopBuildBatchCommand";
|
|
41
|
+
export * from "./StopBuildCommand";
|
|
42
|
+
export * from "./UpdateProjectCommand";
|
|
43
|
+
export * from "./UpdateProjectVisibilityCommand";
|
|
44
|
+
export * from "./UpdateReportGroupCommand";
|
|
45
|
+
export * from "./UpdateWebhookCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|