@aws-sdk/client-codebuild 3.478.0 → 3.484.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-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-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/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/package.json +11 -11
|
@@ -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 { BatchDeleteBuildsInput, BatchDeleteBuildsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface BatchDeleteBuildsCommandInput extends BatchDeleteBuildsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const BatchDeleteBuildsCommand_base: {
|
|
24
|
+
new (input: BatchDeleteBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes one or more builds.</p>
|
|
@@ -64,23 +67,5 @@ export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput,
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class BatchDeleteBuildsCommand extends
|
|
68
|
-
readonly input: BatchDeleteBuildsCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: BatchDeleteBuildsCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class BatchDeleteBuildsCommand extends BatchDeleteBuildsCommand_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 { BatchGetBuildBatchesInput, BatchGetBuildBatchesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface BatchGetBuildBatchesCommandInput extends BatchGetBuildBatchesIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const BatchGetBuildBatchesCommand_base: {
|
|
24
|
+
new (input: BatchGetBuildBatchesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves information about one or more batch builds.</p>
|
|
@@ -272,23 +275,5 @@ export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesO
|
|
|
272
275
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
273
276
|
*
|
|
274
277
|
*/
|
|
275
|
-
export declare class BatchGetBuildBatchesCommand extends
|
|
276
|
-
readonly input: BatchGetBuildBatchesCommandInput;
|
|
277
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
278
|
-
/**
|
|
279
|
-
* @public
|
|
280
|
-
*/
|
|
281
|
-
constructor(input: BatchGetBuildBatchesCommandInput);
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput>;
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
private serialize;
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
|
-
private deserialize;
|
|
278
|
+
export declare class BatchGetBuildBatchesCommand extends BatchGetBuildBatchesCommand_base {
|
|
294
279
|
}
|
|
@@ -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 { BatchGetBuildsInput, BatchGetBuildsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface BatchGetBuildsCommandInput extends BatchGetBuildsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const BatchGetBuildsCommand_base: {
|
|
24
|
+
new (input: BatchGetBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about one or more builds.</p>
|
|
@@ -242,23 +245,5 @@ export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __Met
|
|
|
242
245
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
243
246
|
*
|
|
244
247
|
*/
|
|
245
|
-
export declare class BatchGetBuildsCommand extends
|
|
246
|
-
readonly input: BatchGetBuildsCommandInput;
|
|
247
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
248
|
-
/**
|
|
249
|
-
* @public
|
|
250
|
-
*/
|
|
251
|
-
constructor(input: BatchGetBuildsCommandInput);
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput>;
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
|
-
private serialize;
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
|
-
private deserialize;
|
|
248
|
+
export declare class BatchGetBuildsCommand extends BatchGetBuildsCommand_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 { BatchGetProjectsInput, BatchGetProjectsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface BatchGetProjectsCommandInput extends BatchGetProjectsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const BatchGetProjectsCommand_base: {
|
|
24
|
+
new (input: BatchGetProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about one or more build projects.</p>
|
|
@@ -246,23 +249,5 @@ export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, _
|
|
|
246
249
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
247
250
|
*
|
|
248
251
|
*/
|
|
249
|
-
export declare class BatchGetProjectsCommand extends
|
|
250
|
-
readonly input: BatchGetProjectsCommandInput;
|
|
251
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
252
|
-
/**
|
|
253
|
-
* @public
|
|
254
|
-
*/
|
|
255
|
-
constructor(input: BatchGetProjectsCommandInput);
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput>;
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
|
-
private serialize;
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
|
-
private deserialize;
|
|
252
|
+
export declare class BatchGetProjectsCommand extends BatchGetProjectsCommand_base {
|
|
268
253
|
}
|
|
@@ -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 { BatchGetReportGroupsInput, BatchGetReportGroupsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface BatchGetReportGroupsCommandInput extends BatchGetReportGroupsIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const BatchGetReportGroupsCommand_base: {
|
|
24
|
+
new (input: BatchGetReportGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -87,23 +90,5 @@ export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsO
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class BatchGetReportGroupsCommand extends
|
|
91
|
-
readonly input: BatchGetReportGroupsCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: BatchGetReportGroupsCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class BatchGetReportGroupsCommand extends BatchGetReportGroupsCommand_base {
|
|
109
94
|
}
|
|
@@ -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 { BatchGetReportsInput, BatchGetReportsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface BatchGetReportsCommandInput extends BatchGetReportsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const BatchGetReportsCommand_base: {
|
|
24
|
+
new (input: BatchGetReportsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -99,23 +102,5 @@ export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __M
|
|
|
99
102
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
100
103
|
*
|
|
101
104
|
*/
|
|
102
|
-
export declare class BatchGetReportsCommand extends
|
|
103
|
-
readonly input: BatchGetReportsCommandInput;
|
|
104
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
105
|
-
/**
|
|
106
|
-
* @public
|
|
107
|
-
*/
|
|
108
|
-
constructor(input: BatchGetReportsCommandInput);
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetReportsCommandInput, BatchGetReportsCommandOutput>;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private serialize;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private deserialize;
|
|
105
|
+
export declare class BatchGetReportsCommand extends BatchGetReportsCommand_base {
|
|
121
106
|
}
|
|
@@ -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 { CreateProjectInput, CreateProjectOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateProjectCommandInput extends CreateProjectInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateProjectCommandOutput extends CreateProjectOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateProjectCommand_base: {
|
|
24
|
+
new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a build project.</p>
|
|
@@ -403,23 +406,5 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad
|
|
|
403
406
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
404
407
|
*
|
|
405
408
|
*/
|
|
406
|
-
export declare class CreateProjectCommand extends
|
|
407
|
-
readonly input: CreateProjectCommandInput;
|
|
408
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
409
|
-
/**
|
|
410
|
-
* @public
|
|
411
|
-
*/
|
|
412
|
-
constructor(input: CreateProjectCommandInput);
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
|
-
private serialize;
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
|
-
private deserialize;
|
|
409
|
+
export declare class CreateProjectCommand extends CreateProjectCommand_base {
|
|
425
410
|
}
|
|
@@ -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 { CreateReportGroupInput, CreateReportGroupOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateReportGroupCommandInput extends CreateReportGroupInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateReportGroupCommand_base: {
|
|
24
|
+
new (input: CreateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -105,23 +108,5 @@ export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput,
|
|
|
105
108
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
106
109
|
*
|
|
107
110
|
*/
|
|
108
|
-
export declare class CreateReportGroupCommand extends
|
|
109
|
-
readonly input: CreateReportGroupCommandInput;
|
|
110
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
constructor(input: CreateReportGroupCommandInput);
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReportGroupCommandInput, CreateReportGroupCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private serialize;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private deserialize;
|
|
111
|
+
export declare class CreateReportGroupCommand extends CreateReportGroupCommand_base {
|
|
127
112
|
}
|
|
@@ -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 { CreateWebhookInput, CreateWebhookOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateWebhookCommandInput extends CreateWebhookInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateWebhookCommand_base: {
|
|
24
|
+
new (input: CreateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
|
|
@@ -101,23 +104,5 @@ export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __Metad
|
|
|
101
104
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
102
105
|
*
|
|
103
106
|
*/
|
|
104
|
-
export declare class CreateWebhookCommand extends
|
|
105
|
-
readonly input: CreateWebhookCommandInput;
|
|
106
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
constructor(input: CreateWebhookCommandInput);
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWebhookCommandInput, CreateWebhookCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private serialize;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private deserialize;
|
|
107
|
+
export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
|
|
123
108
|
}
|
|
@@ -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 { DeleteBuildBatchInput, DeleteBuildBatchOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteBuildBatchCommandInput extends DeleteBuildBatchInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteBuildBatchCommand_base: {
|
|
24
|
+
new (input: DeleteBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a batch build.</p>
|
|
@@ -63,23 +66,5 @@ export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, _
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class DeleteBuildBatchCommand extends
|
|
67
|
-
readonly input: DeleteBuildBatchCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: DeleteBuildBatchCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class DeleteBuildBatchCommand extends DeleteBuildBatchCommand_base {
|
|
85
70
|
}
|
|
@@ -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 { DeleteProjectInput, DeleteProjectOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteProjectCommandInput extends DeleteProjectInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteProjectCommand_base: {
|
|
24
|
+
new (input: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Deletes a build project. When you delete a project, its builds are not deleted.
|
|
@@ -53,23 +56,5 @@ export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __Metad
|
|
|
53
56
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
54
57
|
*
|
|
55
58
|
*/
|
|
56
|
-
export declare class DeleteProjectCommand extends
|
|
57
|
-
readonly input: DeleteProjectCommandInput;
|
|
58
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
-
/**
|
|
60
|
-
* @public
|
|
61
|
-
*/
|
|
62
|
-
constructor(input: DeleteProjectCommandInput);
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
|
-
private serialize;
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
private deserialize;
|
|
59
|
+
export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
|
|
75
60
|
}
|
|
@@ -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 { DeleteReportInput, DeleteReportOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteReportCommandInput extends DeleteReportInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteReportCommandOutput extends DeleteReportOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteReportCommand_base: {
|
|
24
|
+
new (input: DeleteReportCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -54,23 +57,5 @@ export interface DeleteReportCommandOutput extends DeleteReportOutput, __Metadat
|
|
|
54
57
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
55
58
|
*
|
|
56
59
|
*/
|
|
57
|
-
export declare class DeleteReportCommand extends
|
|
58
|
-
readonly input: DeleteReportCommandInput;
|
|
59
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
-
/**
|
|
61
|
-
* @public
|
|
62
|
-
*/
|
|
63
|
-
constructor(input: DeleteReportCommandInput);
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReportCommandInput, DeleteReportCommandOutput>;
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
private serialize;
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
private deserialize;
|
|
60
|
+
export declare class DeleteReportCommand extends DeleteReportCommand_base {
|
|
76
61
|
}
|
|
@@ -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 { DeleteReportGroupInput, DeleteReportGroupOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteReportGroupCommandInput extends DeleteReportGroupInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteReportGroupCommandOutput extends DeleteReportGroupOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteReportGroupCommand_base: {
|
|
24
|
+
new (input: DeleteReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a report group. Before you delete a report group, you must delete its reports. </p>
|
|
@@ -53,23 +56,5 @@ export interface DeleteReportGroupCommandOutput extends DeleteReportGroupOutput,
|
|
|
53
56
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
54
57
|
*
|
|
55
58
|
*/
|
|
56
|
-
export declare class DeleteReportGroupCommand extends
|
|
57
|
-
readonly input: DeleteReportGroupCommandInput;
|
|
58
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
-
/**
|
|
60
|
-
* @public
|
|
61
|
-
*/
|
|
62
|
-
constructor(input: DeleteReportGroupCommandInput);
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput>;
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
|
-
private serialize;
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
private deserialize;
|
|
59
|
+
export declare class DeleteReportGroupCommand extends DeleteReportGroupCommand_base {
|
|
75
60
|
}
|
|
@@ -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 { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteResourcePolicyCommand_base: {
|
|
24
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Deletes a resource policy that is identified by its resource ARN. </p>
|
|
@@ -52,23 +55,5 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO
|
|
|
52
55
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
53
56
|
*
|
|
54
57
|
*/
|
|
55
|
-
export declare class DeleteResourcePolicyCommand extends
|
|
56
|
-
readonly input: DeleteResourcePolicyCommandInput;
|
|
57
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
-
/**
|
|
59
|
-
* @public
|
|
60
|
-
*/
|
|
61
|
-
constructor(input: DeleteResourcePolicyCommandInput);
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
private serialize;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private deserialize;
|
|
58
|
+
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
74
59
|
}
|