@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,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeBuildClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {}
|
|
|
20
14
|
export interface PutResourcePolicyCommandOutput
|
|
21
15
|
extends PutResourcePolicyOutput,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const PutResourcePolicyCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: PutResourcePolicyCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
PutResourcePolicyCommandInput,
|
|
22
|
+
PutResourcePolicyCommandOutput,
|
|
23
|
+
CodeBuildClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeBuildClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface RetryBuildBatchCommandInput extends RetryBuildBatchInput {}
|
|
|
20
14
|
export interface RetryBuildBatchCommandOutput
|
|
21
15
|
extends RetryBuildBatchOutput,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const RetryBuildBatchCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: RetryBuildBatchCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
RetryBuildBatchCommandInput,
|
|
22
|
+
RetryBuildBatchCommandOutput,
|
|
23
|
+
CodeBuildClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class RetryBuildBatchCommand extends RetryBuildBatchCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeBuildClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface RetryBuildCommandInput extends RetryBuildInput {}
|
|
|
17
11
|
export interface RetryBuildCommandOutput
|
|
18
12
|
extends RetryBuildOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const RetryBuildCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: RetryBuildCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
RetryBuildCommandInput,
|
|
19
|
+
RetryBuildCommandOutput,
|
|
20
|
+
CodeBuildClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class RetryBuildCommand extends RetryBuildCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeBuildClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface StartBuildBatchCommandInput extends StartBuildBatchInput {}
|
|
|
20
14
|
export interface StartBuildBatchCommandOutput
|
|
21
15
|
extends StartBuildBatchOutput,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const StartBuildBatchCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: StartBuildBatchCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
StartBuildBatchCommandInput,
|
|
22
|
+
StartBuildBatchCommandOutput,
|
|
23
|
+
CodeBuildClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class StartBuildBatchCommand extends StartBuildBatchCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeBuildClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface StartBuildCommandInput extends StartBuildInput {}
|
|
|
17
11
|
export interface StartBuildCommandOutput
|
|
18
12
|
extends StartBuildOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const StartBuildCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: StartBuildCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
StartBuildCommandInput,
|
|
19
|
+
StartBuildCommandOutput,
|
|
20
|
+
CodeBuildClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class StartBuildCommand extends StartBuildCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeBuildClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface StopBuildBatchCommandInput extends StopBuildBatchInput {}
|
|
|
17
11
|
export interface StopBuildBatchCommandOutput
|
|
18
12
|
extends StopBuildBatchOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const StopBuildBatchCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: StopBuildBatchCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
StopBuildBatchCommandInput,
|
|
19
|
+
StopBuildBatchCommandOutput,
|
|
20
|
+
CodeBuildClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class StopBuildBatchCommand extends StopBuildBatchCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeBuildClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface StopBuildCommandInput extends StopBuildInput {}
|
|
|
17
11
|
export interface StopBuildCommandOutput
|
|
18
12
|
extends StopBuildOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const StopBuildCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: StopBuildCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
StopBuildCommandInput,
|
|
19
|
+
StopBuildCommandOutput,
|
|
20
|
+
CodeBuildClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class StopBuildCommand extends StopBuildCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeBuildClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface UpdateProjectCommandInput extends UpdateProjectInput {}
|
|
|
17
11
|
export interface UpdateProjectCommandOutput
|
|
18
12
|
extends UpdateProjectOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const UpdateProjectCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: UpdateProjectCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
UpdateProjectCommandInput,
|
|
19
|
+
UpdateProjectCommandOutput,
|
|
20
|
+
CodeBuildClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class UpdateProjectCommand extends UpdateProjectCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeBuildClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface UpdateProjectVisibilityCommandInput
|
|
|
21
15
|
export interface UpdateProjectVisibilityCommandOutput
|
|
22
16
|
extends UpdateProjectVisibilityOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateProjectVisibilityCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateProjectVisibilityCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeBuildClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateProjectVisibilityCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateProjectVisibilityCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateProjectVisibilityCommandInput,
|
|
38
|
-
UpdateProjectVisibilityCommandOutput
|
|
23
|
+
UpdateProjectVisibilityCommandOutput,
|
|
24
|
+
CodeBuildClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateProjectVisibilityCommand extends UpdateProjectVisibilityCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeBuildClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface UpdateReportGroupCommandInput extends UpdateReportGroupInput {}
|
|
|
20
14
|
export interface UpdateReportGroupCommandOutput
|
|
21
15
|
extends UpdateReportGroupOutput,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UpdateReportGroupCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UpdateReportGroupCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UpdateReportGroupCommandInput,
|
|
22
|
+
UpdateReportGroupCommandOutput,
|
|
23
|
+
CodeBuildClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UpdateReportGroupCommand extends UpdateReportGroupCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeBuildClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface UpdateWebhookCommandInput extends UpdateWebhookInput {}
|
|
|
17
11
|
export interface UpdateWebhookCommandOutput
|
|
18
12
|
extends UpdateWebhookOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const UpdateWebhookCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: UpdateWebhookCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
UpdateWebhookCommandInput,
|
|
19
|
+
UpdateWebhookCommandOutput,
|
|
20
|
+
CodeBuildClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {}
|
|
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
25
25
|
ClientInputEndpointParameters & {
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
|
+
export declare const commonParams: {
|
|
29
|
+
readonly UseFIPS: {
|
|
30
|
+
readonly type: "builtInParams";
|
|
31
|
+
readonly name: "useFipsEndpoint";
|
|
32
|
+
};
|
|
33
|
+
readonly Endpoint: {
|
|
34
|
+
readonly type: "builtInParams";
|
|
35
|
+
readonly name: "endpoint";
|
|
36
|
+
};
|
|
37
|
+
readonly Region: {
|
|
38
|
+
readonly type: "builtInParams";
|
|
39
|
+
readonly name: "region";
|
|
40
|
+
};
|
|
41
|
+
readonly UseDualStack: {
|
|
42
|
+
readonly type: "builtInParams";
|
|
43
|
+
readonly name: "useDualstackEndpoint";
|
|
44
|
+
};
|
|
45
|
+
};
|
|
28
46
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
47
|
Region?: string;
|
|
30
48
|
UseDualStack?: boolean;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeCodeCoveragesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeCodeCoveragesCommand";
|
|
6
6
|
import { CodeBuildPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeCodeCoverages: (
|
|
8
8
|
config: CodeBuildPaginationConfiguration,
|
|
9
9
|
input: DescribeCodeCoveragesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeCodeCoveragesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeTestCasesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeTestCasesCommand";
|
|
6
6
|
import { CodeBuildPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeTestCases: (
|
|
8
8
|
config: CodeBuildPaginationConfiguration,
|
|
9
9
|
input: DescribeTestCasesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeTestCasesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListBuildBatchesForProjectCommandOutput,
|
|
5
5
|
} from "../commands/ListBuildBatchesForProjectCommand";
|
|
6
6
|
import { CodeBuildPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListBuildBatchesForProject: (
|
|
8
8
|
config: CodeBuildPaginationConfiguration,
|
|
9
9
|
input: ListBuildBatchesForProjectCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBuildBatchesForProjectCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListBuildBatchesCommandOutput,
|
|
5
5
|
} from "../commands/ListBuildBatchesCommand";
|
|
6
6
|
import { CodeBuildPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListBuildBatches: (
|
|
8
8
|
config: CodeBuildPaginationConfiguration,
|
|
9
9
|
input: ListBuildBatchesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBuildBatchesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListBuildsForProjectCommandOutput,
|
|
5
5
|
} from "../commands/ListBuildsForProjectCommand";
|
|
6
6
|
import { CodeBuildPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListBuildsForProject: (
|
|
8
8
|
config: CodeBuildPaginationConfiguration,
|
|
9
9
|
input: ListBuildsForProjectCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBuildsForProjectCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListBuildsCommandOutput,
|
|
5
5
|
} from "../commands/ListBuildsCommand";
|
|
6
6
|
import { CodeBuildPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListBuilds: (
|
|
8
8
|
config: CodeBuildPaginationConfiguration,
|
|
9
9
|
input: ListBuildsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBuildsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListProjectsCommandOutput,
|
|
5
5
|
} from "../commands/ListProjectsCommand";
|
|
6
6
|
import { CodeBuildPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListProjects: (
|
|
8
8
|
config: CodeBuildPaginationConfiguration,
|
|
9
9
|
input: ListProjectsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListProjectsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListReportGroupsCommandOutput,
|
|
5
5
|
} from "../commands/ListReportGroupsCommand";
|
|
6
6
|
import { CodeBuildPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListReportGroups: (
|
|
8
8
|
config: CodeBuildPaginationConfiguration,
|
|
9
9
|
input: ListReportGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListReportGroupsCommandOutput>;
|