@aws-sdk/client-codebuild 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CodeBuild.d.ts +0 -45
- package/dist-types/ts3.4/CodeBuildClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodeBuildServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -633
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface DeleteReportGroupCommandInput extends DeleteReportGroupInput {}
|
|
|
18
18
|
export interface DeleteReportGroupCommandOutput
|
|
19
19
|
extends DeleteReportGroupOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteReportGroupCommand extends $Command<
|
|
23
22
|
DeleteReportGroupCommandInput,
|
|
24
23
|
DeleteReportGroupCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteReportGroupCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteReportGroupCommandInput;
|
|
28
27
|
constructor(input: DeleteReportGroupCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteResourcePolicyCommandInput
|
|
|
19
19
|
export interface DeleteResourcePolicyCommandOutput
|
|
20
20
|
extends DeleteResourcePolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteResourcePolicyCommand extends $Command<
|
|
24
23
|
DeleteResourcePolicyCommandInput,
|
|
25
24
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteResourcePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
29
28
|
constructor(input: DeleteResourcePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteSourceCredentialsCommandInput
|
|
|
19
19
|
export interface DeleteSourceCredentialsCommandOutput
|
|
20
20
|
extends DeleteSourceCredentialsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteSourceCredentialsCommand extends $Command<
|
|
24
23
|
DeleteSourceCredentialsCommandInput,
|
|
25
24
|
DeleteSourceCredentialsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteSourceCredentialsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteSourceCredentialsCommandInput;
|
|
29
28
|
constructor(input: DeleteSourceCredentialsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {}
|
|
|
15
15
|
export interface DeleteWebhookCommandOutput
|
|
16
16
|
extends DeleteWebhookOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteWebhookCommand extends $Command<
|
|
20
19
|
DeleteWebhookCommandInput,
|
|
21
20
|
DeleteWebhookCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteWebhookCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteWebhookCommandInput;
|
|
25
24
|
constructor(input: DeleteWebhookCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCodeCoveragesCommandInput
|
|
|
19
19
|
export interface DescribeCodeCoveragesCommandOutput
|
|
20
20
|
extends DescribeCodeCoveragesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCodeCoveragesCommand extends $Command<
|
|
24
23
|
DescribeCodeCoveragesCommandInput,
|
|
25
24
|
DescribeCodeCoveragesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCodeCoveragesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCodeCoveragesCommandInput;
|
|
29
28
|
constructor(input: DescribeCodeCoveragesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeTestCasesCommandInput extends DescribeTestCasesInput {}
|
|
|
18
18
|
export interface DescribeTestCasesCommandOutput
|
|
19
19
|
extends DescribeTestCasesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeTestCasesCommand extends $Command<
|
|
23
22
|
DescribeTestCasesCommandInput,
|
|
24
23
|
DescribeTestCasesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeTestCasesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeTestCasesCommandInput;
|
|
28
27
|
constructor(input: DescribeTestCasesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetReportGroupTrendCommandInput
|
|
|
19
19
|
export interface GetReportGroupTrendCommandOutput
|
|
20
20
|
extends GetReportGroupTrendOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetReportGroupTrendCommand extends $Command<
|
|
24
23
|
GetReportGroupTrendCommandInput,
|
|
25
24
|
GetReportGroupTrendCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetReportGroupTrendCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetReportGroupTrendCommandInput;
|
|
29
28
|
constructor(input: GetReportGroupTrendCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {}
|
|
|
18
18
|
export interface GetResourcePolicyCommandOutput
|
|
19
19
|
extends GetResourcePolicyOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetResourcePolicyCommand extends $Command<
|
|
23
22
|
GetResourcePolicyCommandInput,
|
|
24
23
|
GetResourcePolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetResourcePolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetResourcePolicyCommandInput;
|
|
28
27
|
constructor(input: GetResourcePolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ImportSourceCredentialsCommandInput
|
|
|
19
19
|
export interface ImportSourceCredentialsCommandOutput
|
|
20
20
|
extends ImportSourceCredentialsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ImportSourceCredentialsCommand extends $Command<
|
|
24
23
|
ImportSourceCredentialsCommandInput,
|
|
25
24
|
ImportSourceCredentialsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ImportSourceCredentialsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ImportSourceCredentialsCommandInput;
|
|
29
28
|
constructor(input: ImportSourceCredentialsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface InvalidateProjectCacheCommandInput
|
|
|
19
19
|
export interface InvalidateProjectCacheCommandOutput
|
|
20
20
|
extends InvalidateProjectCacheOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class InvalidateProjectCacheCommand extends $Command<
|
|
24
23
|
InvalidateProjectCacheCommandInput,
|
|
25
24
|
InvalidateProjectCacheCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class InvalidateProjectCacheCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: InvalidateProjectCacheCommandInput;
|
|
29
28
|
constructor(input: InvalidateProjectCacheCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListBuildBatchesCommandInput extends ListBuildBatchesInput {}
|
|
|
18
18
|
export interface ListBuildBatchesCommandOutput
|
|
19
19
|
extends ListBuildBatchesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListBuildBatchesCommand extends $Command<
|
|
23
22
|
ListBuildBatchesCommandInput,
|
|
24
23
|
ListBuildBatchesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListBuildBatchesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListBuildBatchesCommandInput;
|
|
28
27
|
constructor(input: ListBuildBatchesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListBuildBatchesForProjectCommandInput
|
|
|
19
19
|
export interface ListBuildBatchesForProjectCommandOutput
|
|
20
20
|
extends ListBuildBatchesForProjectOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListBuildBatchesForProjectCommand extends $Command<
|
|
24
23
|
ListBuildBatchesForProjectCommandInput,
|
|
25
24
|
ListBuildBatchesForProjectCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListBuildBatchesForProjectCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListBuildBatchesForProjectCommandInput;
|
|
29
28
|
constructor(input: ListBuildBatchesForProjectCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListBuildsCommandInput extends ListBuildsInput {}
|
|
|
15
15
|
export interface ListBuildsCommandOutput
|
|
16
16
|
extends ListBuildsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListBuildsCommand extends $Command<
|
|
20
19
|
ListBuildsCommandInput,
|
|
21
20
|
ListBuildsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListBuildsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListBuildsCommandInput;
|
|
25
24
|
constructor(input: ListBuildsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListBuildsForProjectCommandInput
|
|
|
19
19
|
export interface ListBuildsForProjectCommandOutput
|
|
20
20
|
extends ListBuildsForProjectOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListBuildsForProjectCommand extends $Command<
|
|
24
23
|
ListBuildsForProjectCommandInput,
|
|
25
24
|
ListBuildsForProjectCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListBuildsForProjectCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListBuildsForProjectCommandInput;
|
|
29
28
|
constructor(input: ListBuildsForProjectCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCuratedEnvironmentImagesCommandInput
|
|
|
19
19
|
export interface ListCuratedEnvironmentImagesCommandOutput
|
|
20
20
|
extends ListCuratedEnvironmentImagesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCuratedEnvironmentImagesCommand extends $Command<
|
|
24
23
|
ListCuratedEnvironmentImagesCommandInput,
|
|
25
24
|
ListCuratedEnvironmentImagesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCuratedEnvironmentImagesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCuratedEnvironmentImagesCommandInput;
|
|
29
28
|
constructor(input: ListCuratedEnvironmentImagesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListProjectsCommandInput extends ListProjectsInput {}
|
|
|
15
15
|
export interface ListProjectsCommandOutput
|
|
16
16
|
extends ListProjectsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListProjectsCommand extends $Command<
|
|
20
19
|
ListProjectsCommandInput,
|
|
21
20
|
ListProjectsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListProjectsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListProjectsCommandInput;
|
|
25
24
|
constructor(input: ListProjectsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListReportGroupsCommandInput extends ListReportGroupsInput {}
|
|
|
18
18
|
export interface ListReportGroupsCommandOutput
|
|
19
19
|
extends ListReportGroupsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListReportGroupsCommand extends $Command<
|
|
23
22
|
ListReportGroupsCommandInput,
|
|
24
23
|
ListReportGroupsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListReportGroupsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListReportGroupsCommandInput;
|
|
28
27
|
constructor(input: ListReportGroupsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListReportsCommandInput extends ListReportsInput {}
|
|
|
15
15
|
export interface ListReportsCommandOutput
|
|
16
16
|
extends ListReportsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListReportsCommand extends $Command<
|
|
20
19
|
ListReportsCommandInput,
|
|
21
20
|
ListReportsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListReportsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListReportsCommandInput;
|
|
25
24
|
constructor(input: ListReportsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListReportsForReportGroupCommandInput
|
|
|
19
19
|
export interface ListReportsForReportGroupCommandOutput
|
|
20
20
|
extends ListReportsForReportGroupOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListReportsForReportGroupCommand extends $Command<
|
|
24
23
|
ListReportsForReportGroupCommandInput,
|
|
25
24
|
ListReportsForReportGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListReportsForReportGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListReportsForReportGroupCommandInput;
|
|
29
28
|
constructor(input: ListReportsForReportGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSharedProjectsCommandInput
|
|
|
19
19
|
export interface ListSharedProjectsCommandOutput
|
|
20
20
|
extends ListSharedProjectsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSharedProjectsCommand extends $Command<
|
|
24
23
|
ListSharedProjectsCommandInput,
|
|
25
24
|
ListSharedProjectsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSharedProjectsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSharedProjectsCommandInput;
|
|
29
28
|
constructor(input: ListSharedProjectsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSharedReportGroupsCommandInput
|
|
|
19
19
|
export interface ListSharedReportGroupsCommandOutput
|
|
20
20
|
extends ListSharedReportGroupsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSharedReportGroupsCommand extends $Command<
|
|
24
23
|
ListSharedReportGroupsCommandInput,
|
|
25
24
|
ListSharedReportGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSharedReportGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSharedReportGroupsCommandInput;
|
|
29
28
|
constructor(input: ListSharedReportGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSourceCredentialsCommandInput
|
|
|
19
19
|
export interface ListSourceCredentialsCommandOutput
|
|
20
20
|
extends ListSourceCredentialsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSourceCredentialsCommand extends $Command<
|
|
24
23
|
ListSourceCredentialsCommandInput,
|
|
25
24
|
ListSourceCredentialsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSourceCredentialsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSourceCredentialsCommandInput;
|
|
29
28
|
constructor(input: ListSourceCredentialsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {}
|
|
|
18
18
|
export interface PutResourcePolicyCommandOutput
|
|
19
19
|
extends PutResourcePolicyOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PutResourcePolicyCommand extends $Command<
|
|
23
22
|
PutResourcePolicyCommandInput,
|
|
24
23
|
PutResourcePolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PutResourcePolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PutResourcePolicyCommandInput;
|
|
28
27
|
constructor(input: PutResourcePolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface RetryBuildBatchCommandInput extends RetryBuildBatchInput {}
|
|
|
18
18
|
export interface RetryBuildBatchCommandOutput
|
|
19
19
|
extends RetryBuildBatchOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class RetryBuildBatchCommand extends $Command<
|
|
23
22
|
RetryBuildBatchCommandInput,
|
|
24
23
|
RetryBuildBatchCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class RetryBuildBatchCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: RetryBuildBatchCommandInput;
|
|
28
27
|
constructor(input: RetryBuildBatchCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RetryBuildCommandInput extends RetryBuildInput {}
|
|
|
15
15
|
export interface RetryBuildCommandOutput
|
|
16
16
|
extends RetryBuildOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RetryBuildCommand extends $Command<
|
|
20
19
|
RetryBuildCommandInput,
|
|
21
20
|
RetryBuildCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RetryBuildCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RetryBuildCommandInput;
|
|
25
24
|
constructor(input: RetryBuildCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartBuildBatchCommandInput extends StartBuildBatchInput {}
|
|
|
18
18
|
export interface StartBuildBatchCommandOutput
|
|
19
19
|
extends StartBuildBatchOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartBuildBatchCommand extends $Command<
|
|
23
22
|
StartBuildBatchCommandInput,
|
|
24
23
|
StartBuildBatchCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartBuildBatchCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartBuildBatchCommandInput;
|
|
28
27
|
constructor(input: StartBuildBatchCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StartBuildCommandInput extends StartBuildInput {}
|
|
|
15
15
|
export interface StartBuildCommandOutput
|
|
16
16
|
extends StartBuildOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StartBuildCommand extends $Command<
|
|
20
19
|
StartBuildCommandInput,
|
|
21
20
|
StartBuildCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StartBuildCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StartBuildCommandInput;
|
|
25
24
|
constructor(input: StartBuildCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StopBuildBatchCommandInput extends StopBuildBatchInput {}
|
|
|
15
15
|
export interface StopBuildBatchCommandOutput
|
|
16
16
|
extends StopBuildBatchOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StopBuildBatchCommand extends $Command<
|
|
20
19
|
StopBuildBatchCommandInput,
|
|
21
20
|
StopBuildBatchCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StopBuildBatchCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StopBuildBatchCommandInput;
|
|
25
24
|
constructor(input: StopBuildBatchCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StopBuildCommandInput extends StopBuildInput {}
|
|
|
15
15
|
export interface StopBuildCommandOutput
|
|
16
16
|
extends StopBuildOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StopBuildCommand extends $Command<
|
|
20
19
|
StopBuildCommandInput,
|
|
21
20
|
StopBuildCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StopBuildCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StopBuildCommandInput;
|
|
25
24
|
constructor(input: StopBuildCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateProjectCommandInput extends UpdateProjectInput {}
|
|
|
15
15
|
export interface UpdateProjectCommandOutput
|
|
16
16
|
extends UpdateProjectOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateProjectCommand extends $Command<
|
|
20
19
|
UpdateProjectCommandInput,
|
|
21
20
|
UpdateProjectCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateProjectCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateProjectCommandInput;
|
|
25
24
|
constructor(input: UpdateProjectCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateProjectVisibilityCommandInput
|
|
|
19
19
|
export interface UpdateProjectVisibilityCommandOutput
|
|
20
20
|
extends UpdateProjectVisibilityOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateProjectVisibilityCommand extends $Command<
|
|
24
23
|
UpdateProjectVisibilityCommandInput,
|
|
25
24
|
UpdateProjectVisibilityCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateProjectVisibilityCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateProjectVisibilityCommandInput;
|
|
29
28
|
constructor(input: UpdateProjectVisibilityCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateReportGroupCommandInput extends UpdateReportGroupInput {}
|
|
|
18
18
|
export interface UpdateReportGroupCommandOutput
|
|
19
19
|
extends UpdateReportGroupOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateReportGroupCommand extends $Command<
|
|
23
22
|
UpdateReportGroupCommandInput,
|
|
24
23
|
UpdateReportGroupCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateReportGroupCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateReportGroupCommandInput;
|
|
28
27
|
constructor(input: UpdateReportGroupCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateWebhookCommandInput extends UpdateWebhookInput {}
|
|
|
15
15
|
export interface UpdateWebhookCommandOutput
|
|
16
16
|
extends UpdateWebhookOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateWebhookCommand extends $Command<
|
|
20
19
|
UpdateWebhookCommandInput,
|
|
21
20
|
UpdateWebhookCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateWebhookCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateWebhookCommandInput;
|
|
25
24
|
constructor(input: UpdateWebhookCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CodeBuildServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|