@aws-sdk/client-codebuild 3.36.0 → 3.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/CodeBuild.js +0 -13
- package/dist-cjs/CodeBuildClient.js +0 -18
- package/dist-cjs/commands/BatchDeleteBuildsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +0 -24
- package/dist-cjs/commands/BatchGetBuildsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetProjectsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetReportGroupsCommand.js +0 -26
- package/dist-cjs/commands/BatchGetReportsCommand.js +0 -26
- package/dist-cjs/commands/CreateProjectCommand.js +0 -24
- package/dist-cjs/commands/CreateReportGroupCommand.js +0 -26
- package/dist-cjs/commands/CreateWebhookCommand.js +0 -34
- package/dist-cjs/commands/DeleteBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/DeleteProjectCommand.js +0 -25
- package/dist-cjs/commands/DeleteReportCommand.js +0 -26
- package/dist-cjs/commands/DeleteReportGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +0 -24
- package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +0 -24
- package/dist-cjs/commands/DeleteWebhookCommand.js +0 -26
- package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +0 -24
- package/dist-cjs/commands/DescribeTestCasesCommand.js +0 -26
- package/dist-cjs/commands/GetReportGroupTrendCommand.js +0 -24
- package/dist-cjs/commands/GetResourcePolicyCommand.js +0 -24
- package/dist-cjs/commands/ImportSourceCredentialsCommand.js +0 -25
- package/dist-cjs/commands/InvalidateProjectCacheCommand.js +0 -24
- package/dist-cjs/commands/ListBuildBatchesCommand.js +0 -24
- package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +0 -24
- package/dist-cjs/commands/ListBuildsCommand.js +0 -24
- package/dist-cjs/commands/ListBuildsForProjectCommand.js +0 -25
- package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +0 -24
- package/dist-cjs/commands/ListProjectsCommand.js +0 -25
- package/dist-cjs/commands/ListReportGroupsCommand.js +0 -26
- package/dist-cjs/commands/ListReportsCommand.js +0 -26
- package/dist-cjs/commands/ListReportsForReportGroupCommand.js +0 -26
- package/dist-cjs/commands/ListSharedProjectsCommand.js +0 -24
- package/dist-cjs/commands/ListSharedReportGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListSourceCredentialsCommand.js +0 -24
- package/dist-cjs/commands/PutResourcePolicyCommand.js +0 -25
- package/dist-cjs/commands/RetryBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/RetryBuildCommand.js +0 -24
- package/dist-cjs/commands/StartBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/StartBuildCommand.js +0 -24
- package/dist-cjs/commands/StopBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/StopBuildCommand.js +0 -24
- package/dist-cjs/commands/UpdateProjectCommand.js +0 -24
- package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +0 -61
- package/dist-cjs/commands/UpdateReportGroupCommand.js +0 -26
- package/dist-cjs/commands/UpdateWebhookCommand.js +0 -28
- package/dist-cjs/commands/index.js +48 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -60
- package/dist-cjs/models/models_0.js +0 -444
- package/dist-cjs/pagination/DescribeCodeCoveragesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeTestCasesPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildBatchesForProjectPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildBatchesPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildsForProjectPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildsPaginator.js +0 -10
- package/dist-cjs/pagination/ListProjectsPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportsForReportGroupPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportsPaginator.js +0 -10
- package/dist-cjs/pagination/ListSharedProjectsPaginator.js +0 -10
- package/dist-cjs/pagination/ListSharedReportGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +45 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -60
- package/dist-es/pagination/index.js +13 -0
- package/dist-types/commands/index.d.ts +45 -0
- package/dist-types/index.d.ts +4 -60
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/CodeBuild.d.ts +46 -225
- package/dist-types/ts3.4/CodeBuildClient.d.ts +24 -99
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +2 -57
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/index.d.ts +45 -0
- package/dist-types/ts3.4/index.d.ts +4 -60
- package/dist-types/ts3.4/models/models_0.d.ts +768 -4566
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -6,29 +6,11 @@ export interface DeleteSourceCredentialsCommandInput extends DeleteSourceCredent
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteSourceCredentialsCommandOutput extends DeleteSourceCredentialsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, DeleteSourceCredentialsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, DeleteSourceCredentialsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new DeleteSourceCredentialsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteSourceCredentialsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteSourceCredentialsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteSourceCredentialsCommand extends $Command<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteSourceCredentialsCommandInput;
|
|
28
12
|
constructor(input: DeleteSourceCredentialsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
|
|
11
|
-
* Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code
|
|
12
|
-
* change is pushed to the repository.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { CodeBuildClient, DeleteWebhookCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
17
|
-
* // const { CodeBuildClient, DeleteWebhookCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
18
|
-
* const client = new CodeBuildClient(config);
|
|
19
|
-
* const command = new DeleteWebhookCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteWebhookCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteWebhookCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DeleteWebhookCommand extends $Command<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig> {
|
|
29
11
|
readonly input: DeleteWebhookCommandInput;
|
|
30
12
|
constructor(input: DeleteWebhookCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWebhookCommandInput, DeleteWebhookCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeCodeCoveragesCommandInput extends DescribeCodeCoverages
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeCodeCoveragesCommandOutput extends DescribeCodeCoveragesOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves one or more code coverage reports.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, DescribeCodeCoveragesCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, DescribeCodeCoveragesCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new DescribeCodeCoveragesCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeCodeCoveragesCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeCodeCoveragesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeCodeCoveragesCommand extends $Command<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeCodeCoveragesCommandInput;
|
|
28
12
|
constructor(input: DescribeCodeCoveragesCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DescribeTestCasesCommandInput extends DescribeTestCasesInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeTestCasesCommandOutput extends DescribeTestCasesOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns a list of details about test cases for a report.
|
|
12
|
-
* </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { CodeBuildClient, DescribeTestCasesCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
17
|
-
* // const { CodeBuildClient, DescribeTestCasesCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
18
|
-
* const client = new CodeBuildClient(config);
|
|
19
|
-
* const command = new DescribeTestCasesCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeTestCasesCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeTestCasesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DescribeTestCasesCommand extends $Command<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput, CodeBuildClientResolvedConfig> {
|
|
29
11
|
readonly input: DescribeTestCasesCommandInput;
|
|
30
12
|
constructor(input: DescribeTestCasesCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetReportGroupTrendCommandInput extends GetReportGroupTrendInpu
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetReportGroupTrendCommandOutput extends GetReportGroupTrendOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Analyzes and accumulates test report values for the specified test reports.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, GetReportGroupTrendCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, GetReportGroupTrendCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new GetReportGroupTrendCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetReportGroupTrendCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetReportGroupTrendCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetReportGroupTrendCommand extends $Command<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: GetReportGroupTrendCommandInput;
|
|
28
12
|
constructor(input: GetReportGroupTrendCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Gets a resource policy that is identified by its resource ARN. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, GetResourcePolicyCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, GetResourcePolicyCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new GetResourcePolicyCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetResourcePolicyCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetResourcePolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: GetResourcePolicyCommandInput;
|
|
28
12
|
constructor(input: GetResourcePolicyCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface ImportSourceCredentialsCommandInput extends ImportSourceCredent
|
|
|
6
6
|
}
|
|
7
7
|
export interface ImportSourceCredentialsCommandOutput extends ImportSourceCredentialsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Imports the source repository credentials for an CodeBuild project that has its
|
|
11
|
-
* source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeBuildClient, ImportSourceCredentialsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
16
|
-
* // const { CodeBuildClient, ImportSourceCredentialsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
17
|
-
* const client = new CodeBuildClient(config);
|
|
18
|
-
* const command = new ImportSourceCredentialsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ImportSourceCredentialsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ImportSourceCredentialsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class ImportSourceCredentialsCommand extends $Command<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
28
11
|
readonly input: ImportSourceCredentialsCommandInput;
|
|
29
12
|
constructor(input: ImportSourceCredentialsCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface InvalidateProjectCacheCommandInput extends InvalidateProjectCac
|
|
|
6
6
|
}
|
|
7
7
|
export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCacheOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Resets the cache for a project.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, InvalidateProjectCacheCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, InvalidateProjectCacheCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new InvalidateProjectCacheCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link InvalidateProjectCacheCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link InvalidateProjectCacheCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class InvalidateProjectCacheCommand extends $Command<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: InvalidateProjectCacheCommandInput;
|
|
28
12
|
constructor(input: InvalidateProjectCacheCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListBuildBatchesCommandInput extends ListBuildBatchesInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListBuildBatchesCommandOutput extends ListBuildBatchesOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves the identifiers of your build batches in the current region.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, ListBuildBatchesCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, ListBuildBatchesCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new ListBuildBatchesCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListBuildBatchesCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListBuildBatchesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListBuildBatchesCommand extends $Command<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: ListBuildBatchesCommandInput;
|
|
28
12
|
constructor(input: ListBuildBatchesCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListBuildBatchesForProjectCommandInput extends ListBuildBatches
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListBuildBatchesForProjectCommandOutput extends ListBuildBatchesForProjectOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves the identifiers of the build batches for a specific project.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, ListBuildBatchesForProjectCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, ListBuildBatchesForProjectCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new ListBuildBatchesForProjectCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListBuildBatchesForProjectCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListBuildBatchesForProjectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListBuildBatchesForProjectCommand extends $Command<ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: ListBuildBatchesForProjectCommandInput;
|
|
28
12
|
constructor(input: ListBuildBatchesForProjectCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListBuildsCommandInput extends ListBuildsInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets a list of build IDs, with each build ID representing a single build.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, ListBuildsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, ListBuildsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new ListBuildsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListBuildsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListBuildsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListBuildsCommand extends $Command<ListBuildsCommandInput, ListBuildsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: ListBuildsCommandInput;
|
|
28
12
|
constructor(input: ListBuildsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildsCommandInput, ListBuildsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface ListBuildsForProjectCommandInput extends ListBuildsForProjectIn
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListBuildsForProjectCommandOutput extends ListBuildsForProjectOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets a list of build identifiers for the specified build project, with each build
|
|
11
|
-
* identifier representing a single build.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeBuildClient, ListBuildsForProjectCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
16
|
-
* // const { CodeBuildClient, ListBuildsForProjectCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
17
|
-
* const client = new CodeBuildClient(config);
|
|
18
|
-
* const command = new ListBuildsForProjectCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListBuildsForProjectCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListBuildsForProjectCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class ListBuildsForProjectCommand extends $Command<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
28
11
|
readonly input: ListBuildsForProjectCommandInput;
|
|
29
12
|
constructor(input: ListBuildsForProjectCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListCuratedEnvironmentImagesCommandInput extends ListCuratedEnv
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListCuratedEnvironmentImagesCommandOutput extends ListCuratedEnvironmentImagesOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets information about Docker images that are managed by CodeBuild.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, ListCuratedEnvironmentImagesCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, ListCuratedEnvironmentImagesCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new ListCuratedEnvironmentImagesCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListCuratedEnvironmentImagesCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListCuratedEnvironmentImagesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListCuratedEnvironmentImagesCommand extends $Command<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: ListCuratedEnvironmentImagesCommandInput;
|
|
28
12
|
constructor(input: ListCuratedEnvironmentImagesCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface ListProjectsCommandInput extends ListProjectsInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListProjectsCommandOutput extends ListProjectsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets a list of build project names, with each build project name representing a single
|
|
11
|
-
* build project.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeBuildClient, ListProjectsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
16
|
-
* // const { CodeBuildClient, ListProjectsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
17
|
-
* const client = new CodeBuildClient(config);
|
|
18
|
-
* const command = new ListProjectsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListProjectsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListProjectsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
28
11
|
readonly input: ListProjectsCommandInput;
|
|
29
12
|
constructor(input: ListProjectsCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface ListReportGroupsCommandInput extends ListReportGroupsInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* Gets a list ARNs for the report groups in the current Amazon Web Services account.
|
|
12
|
-
* </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { CodeBuildClient, ListReportGroupsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
17
|
-
* // const { CodeBuildClient, ListReportGroupsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
18
|
-
* const client = new CodeBuildClient(config);
|
|
19
|
-
* const command = new ListReportGroupsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ListReportGroupsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ListReportGroupsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class ListReportGroupsCommand extends $Command<ListReportGroupsCommandInput, ListReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
29
11
|
readonly input: ListReportGroupsCommandInput;
|
|
30
12
|
constructor(input: ListReportGroupsCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportGroupsCommandInput, ListReportGroupsCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface ListReportsCommandInput extends ListReportsInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns a list of ARNs for the reports in the current Amazon Web Services account.
|
|
12
|
-
* </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { CodeBuildClient, ListReportsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
17
|
-
* // const { CodeBuildClient, ListReportsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
18
|
-
* const client = new CodeBuildClient(config);
|
|
19
|
-
* const command = new ListReportsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ListReportsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ListReportsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class ListReportsCommand extends $Command<ListReportsCommandInput, ListReportsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
29
11
|
readonly input: ListReportsCommandInput;
|
|
30
12
|
constructor(input: ListReportsCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportsCommandInput, ListReportsCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface ListReportsForReportGroupCommandInput extends ListReportsForRep
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListReportsForReportGroupCommandOutput extends ListReportsForReportGroupOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns a list of ARNs for the reports that belong to a <code>ReportGroup</code>.
|
|
12
|
-
* </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { CodeBuildClient, ListReportsForReportGroupCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
17
|
-
* // const { CodeBuildClient, ListReportsForReportGroupCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
18
|
-
* const client = new CodeBuildClient(config);
|
|
19
|
-
* const command = new ListReportsForReportGroupCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ListReportsForReportGroupCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ListReportsForReportGroupCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class ListReportsForReportGroupCommand extends $Command<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
|
|
29
11
|
readonly input: ListReportsForReportGroupCommandInput;
|
|
30
12
|
constructor(input: ListReportsForReportGroupCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListSharedProjectsCommandInput extends ListSharedProjectsInput
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListSharedProjectsCommandOutput extends ListSharedProjectsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Gets a list of projects that are shared with other Amazon Web Services accounts or users. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, ListSharedProjectsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, ListSharedProjectsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new ListSharedProjectsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListSharedProjectsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListSharedProjectsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListSharedProjectsCommand extends $Command<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: ListSharedProjectsCommandInput;
|
|
28
12
|
constructor(input: ListSharedProjectsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface ListSharedReportGroupsCommandInput extends ListSharedReportGrou
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListSharedReportGroupsCommandOutput extends ListSharedReportGroupsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
|
|
11
|
-
* </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeBuildClient, ListSharedReportGroupsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
16
|
-
* // const { CodeBuildClient, ListSharedReportGroupsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
17
|
-
* const client = new CodeBuildClient(config);
|
|
18
|
-
* const command = new ListSharedReportGroupsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListSharedReportGroupsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListSharedReportGroupsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class ListSharedReportGroupsCommand extends $Command<ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
28
11
|
readonly input: ListSharedReportGroupsCommandInput;
|
|
29
12
|
constructor(input: ListSharedReportGroupsCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|