@aws-sdk/client-codebuild 3.477.0 → 3.481.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/dist-cjs/commands/BatchDeleteBuildsCommand.js +18 -41
- package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +18 -41
- package/dist-cjs/commands/BatchGetBuildsCommand.js +18 -41
- package/dist-cjs/commands/BatchGetProjectsCommand.js +18 -41
- package/dist-cjs/commands/BatchGetReportGroupsCommand.js +18 -41
- package/dist-cjs/commands/BatchGetReportsCommand.js +18 -41
- package/dist-cjs/commands/CreateProjectCommand.js +18 -41
- package/dist-cjs/commands/CreateReportGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateWebhookCommand.js +18 -41
- package/dist-cjs/commands/DeleteBuildBatchCommand.js +18 -41
- package/dist-cjs/commands/DeleteProjectCommand.js +18 -41
- package/dist-cjs/commands/DeleteReportCommand.js +18 -41
- package/dist-cjs/commands/DeleteReportGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +18 -41
- package/dist-cjs/commands/DeleteWebhookCommand.js +18 -41
- package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +18 -41
- package/dist-cjs/commands/DescribeTestCasesCommand.js +18 -41
- package/dist-cjs/commands/GetReportGroupTrendCommand.js +18 -41
- package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/ImportSourceCredentialsCommand.js +18 -41
- package/dist-cjs/commands/InvalidateProjectCacheCommand.js +18 -41
- package/dist-cjs/commands/ListBuildBatchesCommand.js +18 -41
- package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +18 -41
- package/dist-cjs/commands/ListBuildsCommand.js +18 -41
- package/dist-cjs/commands/ListBuildsForProjectCommand.js +18 -41
- package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +18 -41
- package/dist-cjs/commands/ListProjectsCommand.js +18 -41
- package/dist-cjs/commands/ListReportGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListReportsCommand.js +18 -41
- package/dist-cjs/commands/ListReportsForReportGroupCommand.js +18 -41
- package/dist-cjs/commands/ListSharedProjectsCommand.js +18 -41
- package/dist-cjs/commands/ListSharedReportGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListSourceCredentialsCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/RetryBuildBatchCommand.js +18 -41
- package/dist-cjs/commands/RetryBuildCommand.js +18 -41
- package/dist-cjs/commands/StartBuildBatchCommand.js +18 -41
- package/dist-cjs/commands/StartBuildCommand.js +18 -41
- package/dist-cjs/commands/StopBuildBatchCommand.js +18 -41
- package/dist-cjs/commands/StopBuildCommand.js +18 -41
- package/dist-cjs/commands/UpdateProjectCommand.js +18 -41
- package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +18 -41
- package/dist-cjs/commands/UpdateReportGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateWebhookCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeCodeCoveragesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeTestCasesPaginator.js +2 -24
- package/dist-cjs/pagination/ListBuildBatchesForProjectPaginator.js +2 -24
- package/dist-cjs/pagination/ListBuildBatchesPaginator.js +2 -24
- package/dist-cjs/pagination/ListBuildsForProjectPaginator.js +2 -23
- package/dist-cjs/pagination/ListBuildsPaginator.js +2 -23
- package/dist-cjs/pagination/ListProjectsPaginator.js +2 -23
- package/dist-cjs/pagination/ListReportGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListReportsForReportGroupPaginator.js +2 -24
- package/dist-cjs/pagination/ListReportsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSharedProjectsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSharedReportGroupsPaginator.js +2 -24
- package/dist-es/commands/BatchDeleteBuildsCommand.js +18 -41
- package/dist-es/commands/BatchGetBuildBatchesCommand.js +18 -41
- package/dist-es/commands/BatchGetBuildsCommand.js +18 -41
- package/dist-es/commands/BatchGetProjectsCommand.js +18 -41
- package/dist-es/commands/BatchGetReportGroupsCommand.js +18 -41
- package/dist-es/commands/BatchGetReportsCommand.js +18 -41
- package/dist-es/commands/CreateProjectCommand.js +18 -41
- package/dist-es/commands/CreateReportGroupCommand.js +18 -41
- package/dist-es/commands/CreateWebhookCommand.js +18 -41
- package/dist-es/commands/DeleteBuildBatchCommand.js +18 -41
- package/dist-es/commands/DeleteProjectCommand.js +18 -41
- package/dist-es/commands/DeleteReportCommand.js +18 -41
- package/dist-es/commands/DeleteReportGroupCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteSourceCredentialsCommand.js +18 -41
- package/dist-es/commands/DeleteWebhookCommand.js +18 -41
- package/dist-es/commands/DescribeCodeCoveragesCommand.js +18 -41
- package/dist-es/commands/DescribeTestCasesCommand.js +18 -41
- package/dist-es/commands/GetReportGroupTrendCommand.js +18 -41
- package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-es/commands/ImportSourceCredentialsCommand.js +18 -41
- package/dist-es/commands/InvalidateProjectCacheCommand.js +18 -41
- package/dist-es/commands/ListBuildBatchesCommand.js +18 -41
- package/dist-es/commands/ListBuildBatchesForProjectCommand.js +18 -41
- package/dist-es/commands/ListBuildsCommand.js +18 -41
- package/dist-es/commands/ListBuildsForProjectCommand.js +18 -41
- package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +18 -41
- package/dist-es/commands/ListProjectsCommand.js +18 -41
- package/dist-es/commands/ListReportGroupsCommand.js +18 -41
- package/dist-es/commands/ListReportsCommand.js +18 -41
- package/dist-es/commands/ListReportsForReportGroupCommand.js +18 -41
- package/dist-es/commands/ListSharedProjectsCommand.js +18 -41
- package/dist-es/commands/ListSharedReportGroupsCommand.js +18 -41
- package/dist-es/commands/ListSourceCredentialsCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/RetryBuildBatchCommand.js +18 -41
- package/dist-es/commands/RetryBuildCommand.js +18 -41
- package/dist-es/commands/StartBuildBatchCommand.js +18 -41
- package/dist-es/commands/StartBuildCommand.js +18 -41
- package/dist-es/commands/StopBuildBatchCommand.js +18 -41
- package/dist-es/commands/StopBuildCommand.js +18 -41
- package/dist-es/commands/UpdateProjectCommand.js +18 -41
- package/dist-es/commands/UpdateProjectVisibilityCommand.js +18 -41
- package/dist-es/commands/UpdateReportGroupCommand.js +18 -41
- package/dist-es/commands/UpdateWebhookCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeCodeCoveragesPaginator.js +2 -23
- package/dist-es/pagination/DescribeTestCasesPaginator.js +2 -23
- package/dist-es/pagination/ListBuildBatchesForProjectPaginator.js +2 -23
- package/dist-es/pagination/ListBuildBatchesPaginator.js +2 -23
- package/dist-es/pagination/ListBuildsForProjectPaginator.js +2 -22
- package/dist-es/pagination/ListBuildsPaginator.js +2 -22
- package/dist-es/pagination/ListProjectsPaginator.js +2 -22
- package/dist-es/pagination/ListReportGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListReportsForReportGroupPaginator.js +2 -23
- package/dist-es/pagination/ListReportsPaginator.js +2 -23
- package/dist-es/pagination/ListSharedProjectsPaginator.js +2 -23
- package/dist-es/pagination/ListSharedReportGroupsPaginator.js +2 -23
- package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetReportsCommand.d.ts +6 -21
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -21
- package/dist-types/commands/CreateReportGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateWebhookCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBuildBatchCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProjectCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReportCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReportGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTestCasesCommand.d.ts +6 -21
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +6 -21
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +6 -21
- package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +6 -21
- package/dist-types/commands/ListBuildBatchesCommand.d.ts +6 -21
- package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +6 -21
- package/dist-types/commands/ListBuildsCommand.d.ts +6 -21
- package/dist-types/commands/ListBuildsForProjectCommand.d.ts +6 -21
- package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +6 -21
- package/dist-types/commands/ListProjectsCommand.d.ts +6 -21
- package/dist-types/commands/ListReportGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListReportsCommand.d.ts +6 -21
- package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +6 -21
- package/dist-types/commands/ListSharedProjectsCommand.d.ts +6 -21
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListSourceCredentialsCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +6 -21
- package/dist-types/commands/RetryBuildCommand.d.ts +6 -21
- package/dist-types/commands/StartBuildBatchCommand.d.ts +6 -21
- package/dist-types/commands/StartBuildCommand.d.ts +6 -21
- package/dist-types/commands/StopBuildBatchCommand.d.ts +6 -21
- package/dist-types/commands/StopBuildCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +6 -21
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateWebhookCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeCodeCoveragesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTestCasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBuildBatchesForProjectPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBuildBatchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBuildsForProjectPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBuildsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReportGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReportsForReportGroupPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSharedProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSharedReportGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeCodeCoveragesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeTestCasesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListBuildBatchesForProjectPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListBuildBatchesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListBuildsForProjectPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReportGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReportsForReportGroupPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSharedProjectsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSharedReportGroupsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { ListCuratedEnvironmentImagesInput, ListCuratedEnvironmentImagesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCuratedEnvironmentImagesCommandInput extends ListCuratedEnv
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCuratedEnvironmentImagesCommandOutput extends ListCuratedEnvironmentImagesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCuratedEnvironmentImagesCommand_base: {
|
|
24
|
+
new (input: ListCuratedEnvironmentImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about Docker images that are managed by CodeBuild.</p>
|
|
@@ -67,23 +70,5 @@ export interface ListCuratedEnvironmentImagesCommandOutput extends ListCuratedEn
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class ListCuratedEnvironmentImagesCommand extends
|
|
71
|
-
readonly input: ListCuratedEnvironmentImagesCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: ListCuratedEnvironmentImagesCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class ListCuratedEnvironmentImagesCommand extends ListCuratedEnvironmentImagesCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { ListProjectsInput, ListProjectsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListProjectsCommandInput extends ListProjectsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListProjectsCommandOutput extends ListProjectsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListProjectsCommand_base: {
|
|
24
|
+
new (input: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a list of build project names, with each build project name representing a single
|
|
@@ -60,23 +63,5 @@ export interface ListProjectsCommandOutput extends ListProjectsOutput, __Metadat
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class ListProjectsCommand extends
|
|
64
|
-
readonly input: ListProjectsCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: ListProjectsCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class ListProjectsCommand extends ListProjectsCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { ListReportGroupsInput, ListReportGroupsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListReportGroupsCommandInput extends ListReportGroupsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListReportGroupsCommand_base: {
|
|
24
|
+
new (input: ListReportGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReportGroupsCommandInput, ListReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -62,23 +65,5 @@ export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, _
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class ListReportGroupsCommand extends
|
|
66
|
-
readonly input: ListReportGroupsCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: ListReportGroupsCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportGroupsCommandInput, ListReportGroupsCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class ListReportGroupsCommand extends ListReportGroupsCommand_base {
|
|
84
69
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { ListReportsInput, ListReportsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListReportsCommandInput extends ListReportsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListReportsCommand_base: {
|
|
24
|
+
new (input: ListReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReportsCommandInput, ListReportsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -64,23 +67,5 @@ export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataB
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class ListReportsCommand extends
|
|
68
|
-
readonly input: ListReportsCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: ListReportsCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportsCommandInput, ListReportsCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class ListReportsCommand extends ListReportsCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { ListReportsForReportGroupInput, ListReportsForReportGroupOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListReportsForReportGroupCommandInput extends ListReportsForRep
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListReportsForReportGroupCommandOutput extends ListReportsForReportGroupOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListReportsForReportGroupCommand_base: {
|
|
24
|
+
new (input: ListReportsForReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -68,23 +71,5 @@ export interface ListReportsForReportGroupCommandOutput extends ListReportsForRe
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class ListReportsForReportGroupCommand extends
|
|
72
|
-
readonly input: ListReportsForReportGroupCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: ListReportsForReportGroupCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class ListReportsForReportGroupCommand extends ListReportsForReportGroupCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { ListSharedProjectsInput, ListSharedProjectsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSharedProjectsCommandInput extends ListSharedProjectsInput
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSharedProjectsCommandOutput extends ListSharedProjectsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSharedProjectsCommand_base: {
|
|
24
|
+
new (input: ListSharedProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets a list of projects that are shared with other Amazon Web Services accounts or users. </p>
|
|
@@ -60,23 +63,5 @@ export interface ListSharedProjectsCommandOutput extends ListSharedProjectsOutpu
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class ListSharedProjectsCommand extends
|
|
64
|
-
readonly input: ListSharedProjectsCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: ListSharedProjectsCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class ListSharedProjectsCommand extends ListSharedProjectsCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { ListSharedReportGroupsInput, ListSharedReportGroupsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSharedReportGroupsCommandInput extends ListSharedReportGrou
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSharedReportGroupsCommandOutput extends ListSharedReportGroupsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSharedReportGroupsCommand_base: {
|
|
24
|
+
new (input: ListSharedReportGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
|
|
@@ -61,23 +64,5 @@ export interface ListSharedReportGroupsCommandOutput extends ListSharedReportGro
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class ListSharedReportGroupsCommand extends
|
|
65
|
-
readonly input: ListSharedReportGroupsCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: ListSharedReportGroupsCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class ListSharedReportGroupsCommand extends ListSharedReportGroupsCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { ListSourceCredentialsInput, ListSourceCredentialsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSourceCredentialsCommandInput extends ListSourceCredentials
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSourceCredentialsCommandOutput extends ListSourceCredentialsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSourceCredentialsCommand_base: {
|
|
24
|
+
new (input: ListSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Returns a list of <code>SourceCredentialsInfo</code> objects. </p>
|
|
@@ -58,23 +61,5 @@ export interface ListSourceCredentialsCommandOutput extends ListSourceCredential
|
|
|
58
61
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
59
62
|
*
|
|
60
63
|
*/
|
|
61
|
-
export declare class ListSourceCredentialsCommand extends
|
|
62
|
-
readonly input: ListSourceCredentialsCommandInput;
|
|
63
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
-
/**
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
|
-
constructor(input: ListSourceCredentialsCommandInput);
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
private serialize;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private deserialize;
|
|
64
|
+
export declare class ListSourceCredentialsCommand extends ListSourceCredentialsCommand_base {
|
|
80
65
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutResourcePolicyCommand_base: {
|
|
24
|
+
new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Stores a resource policy for the ARN of a <code>Project</code> or
|
|
@@ -59,23 +62,5 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput,
|
|
|
59
62
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
60
63
|
*
|
|
61
64
|
*/
|
|
62
|
-
export declare class PutResourcePolicyCommand extends
|
|
63
|
-
readonly input: PutResourcePolicyCommandInput;
|
|
64
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
-
/**
|
|
66
|
-
* @public
|
|
67
|
-
*/
|
|
68
|
-
constructor(input: PutResourcePolicyCommandInput);
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
private serialize;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private deserialize;
|
|
65
|
+
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
81
66
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { RetryBuildBatchInput, RetryBuildBatchOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RetryBuildBatchCommandInput extends RetryBuildBatchInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RetryBuildBatchCommandOutput extends RetryBuildBatchOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RetryBuildBatchCommand_base: {
|
|
24
|
+
new (input: RetryBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Restarts a failed batch build. Only batch builds that have failed can be retried.</p>
|
|
@@ -270,23 +273,5 @@ export interface RetryBuildBatchCommandOutput extends RetryBuildBatchOutput, __M
|
|
|
270
273
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
271
274
|
*
|
|
272
275
|
*/
|
|
273
|
-
export declare class RetryBuildBatchCommand extends
|
|
274
|
-
readonly input: RetryBuildBatchCommandInput;
|
|
275
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
276
|
-
/**
|
|
277
|
-
* @public
|
|
278
|
-
*/
|
|
279
|
-
constructor(input: RetryBuildBatchCommandInput);
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput>;
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
|
-
private serialize;
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
|
-
private deserialize;
|
|
276
|
+
export declare class RetryBuildBatchCommand extends RetryBuildBatchCommand_base {
|
|
292
277
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { RetryBuildInput, RetryBuildOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RetryBuildCommandInput extends RetryBuildInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RetryBuildCommandOutput extends RetryBuildOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RetryBuildCommand_base: {
|
|
24
|
+
new (input: RetryBuildCommandInput): import("@smithy/smithy-client").CommandImpl<RetryBuildCommandInput, RetryBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Restarts a build.</p>
|
|
@@ -242,23 +245,5 @@ export interface RetryBuildCommandOutput extends RetryBuildOutput, __MetadataBea
|
|
|
242
245
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
243
246
|
*
|
|
244
247
|
*/
|
|
245
|
-
export declare class RetryBuildCommand extends
|
|
246
|
-
readonly input: RetryBuildCommandInput;
|
|
247
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
248
|
-
/**
|
|
249
|
-
* @public
|
|
250
|
-
*/
|
|
251
|
-
constructor(input: RetryBuildCommandInput);
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetryBuildCommandInput, RetryBuildCommandOutput>;
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
|
-
private serialize;
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
|
-
private deserialize;
|
|
248
|
+
export declare class RetryBuildCommand extends RetryBuildCommand_base {
|
|
264
249
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { StartBuildBatchInput, StartBuildBatchOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartBuildBatchCommandInput extends StartBuildBatchInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartBuildBatchCommand_base: {
|
|
24
|
+
new (input: StartBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildBatchCommandInput, StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts a batch build for a project.</p>
|
|
@@ -391,23 +394,5 @@ export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __M
|
|
|
391
394
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
392
395
|
*
|
|
393
396
|
*/
|
|
394
|
-
export declare class StartBuildBatchCommand extends
|
|
395
|
-
readonly input: StartBuildBatchCommandInput;
|
|
396
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
397
|
-
/**
|
|
398
|
-
* @public
|
|
399
|
-
*/
|
|
400
|
-
constructor(input: StartBuildBatchCommandInput);
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBuildBatchCommandInput, StartBuildBatchCommandOutput>;
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
|
-
private serialize;
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
|
-
private deserialize;
|
|
397
|
+
export declare class StartBuildBatchCommand extends StartBuildBatchCommand_base {
|
|
413
398
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { StartBuildInput, StartBuildOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartBuildCommandInput extends StartBuildInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartBuildCommand_base: {
|
|
24
|
+
new (input: StartBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildCommandInput, StartBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts running a build.</p>
|
|
@@ -356,23 +359,5 @@ export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBea
|
|
|
356
359
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
357
360
|
*
|
|
358
361
|
*/
|
|
359
|
-
export declare class StartBuildCommand extends
|
|
360
|
-
readonly input: StartBuildCommandInput;
|
|
361
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
362
|
-
/**
|
|
363
|
-
* @public
|
|
364
|
-
*/
|
|
365
|
-
constructor(input: StartBuildCommandInput);
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBuildCommandInput, StartBuildCommandOutput>;
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
|
-
private serialize;
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
|
-
private deserialize;
|
|
362
|
+
export declare class StartBuildCommand extends StartBuildCommand_base {
|
|
378
363
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
5
4
|
import { StopBuildBatchInput, StopBuildBatchOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopBuildBatchCommandInput extends StopBuildBatchInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopBuildBatchCommand_base: {
|
|
24
|
+
new (input: StopBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildBatchCommandInput, StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops a running batch build.</p>
|
|
@@ -268,23 +271,5 @@ export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __Met
|
|
|
268
271
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
269
272
|
*
|
|
270
273
|
*/
|
|
271
|
-
export declare class StopBuildBatchCommand extends
|
|
272
|
-
readonly input: StopBuildBatchCommandInput;
|
|
273
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
274
|
-
/**
|
|
275
|
-
* @public
|
|
276
|
-
*/
|
|
277
|
-
constructor(input: StopBuildBatchCommandInput);
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBuildBatchCommandInput, StopBuildBatchCommandOutput>;
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
|
-
private serialize;
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
private deserialize;
|
|
274
|
+
export declare class StopBuildBatchCommand extends StopBuildBatchCommand_base {
|
|
290
275
|
}
|