@aws-sdk/client-codebuild 3.289.0 → 3.290.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-types/commands/BatchDeleteBuildsCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetReportsCommand.d.ts +4 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +11 -0
- package/dist-types/commands/CreateReportGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateWebhookCommand.d.ts +14 -0
- package/dist-types/commands/DeleteBuildBatchCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReportCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReportGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +7 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +10 -0
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTestCasesCommand.d.ts +7 -0
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +7 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +7 -0
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +7 -0
- package/dist-types/commands/ListBuildBatchesCommand.d.ts +4 -0
- package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +7 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +4 -0
- package/dist-types/commands/ListBuildsForProjectCommand.d.ts +7 -0
- package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +1 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +4 -0
- package/dist-types/commands/ListReportGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListReportsCommand.d.ts +4 -0
- package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +7 -0
- package/dist-types/commands/ListSharedProjectsCommand.d.ts +4 -0
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListSourceCredentialsCommand.d.ts +4 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +7 -0
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +7 -0
- package/dist-types/commands/RetryBuildCommand.d.ts +10 -0
- package/dist-types/commands/StartBuildBatchCommand.d.ts +7 -0
- package/dist-types/commands/StartBuildCommand.d.ts +10 -0
- package/dist-types/commands/StopBuildBatchCommand.d.ts +7 -0
- package/dist-types/commands/StopBuildCommand.d.ts +7 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +7 -0
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +7 -0
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +7 -0
- package/dist-types/commands/UpdateWebhookCommand.d.ts +10 -0
- package/package.json +29 -29
|
@@ -29,6 +29,10 @@ export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput,
|
|
|
29
29
|
* @see {@link BatchDeleteBuildsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class BatchDeleteBuildsCommand extends $Command<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: BatchDeleteBuildsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesO
|
|
|
29
29
|
* @see {@link BatchGetBuildBatchesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class BatchGetBuildBatchesCommand extends $Command<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: BatchGetBuildBatchesCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __Met
|
|
|
29
29
|
* @see {@link BatchGetBuildsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class BatchGetBuildsCommand extends $Command<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: BatchGetBuildsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, _
|
|
|
29
29
|
* @see {@link BatchGetProjectsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class BatchGetProjectsCommand extends $Command<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: BatchGetProjectsCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsO
|
|
|
31
31
|
* @see {@link BatchGetReportGroupsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>The input value that was provided is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class BatchGetReportGroupsCommand extends $Command<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
36
40
|
readonly input: BatchGetReportGroupsCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __M
|
|
|
31
31
|
* @see {@link BatchGetReportsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>The input value that was provided is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class BatchGetReportsCommand extends $Command<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
36
40
|
readonly input: BatchGetReportsCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad
|
|
|
29
29
|
* @see {@link CreateProjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccountLimitExceededException} (client fault)
|
|
33
|
+
* <p>An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>The input value that was provided is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
39
|
+
* <p>The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same
|
|
40
|
+
* settings already exists.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
45
|
readonly input: CreateProjectCommandInput;
|
|
@@ -31,6 +31,17 @@ export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput,
|
|
|
31
31
|
* @see {@link CreateReportGroupCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccountLimitExceededException} (client fault)
|
|
35
|
+
* <p>An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
38
|
+
* <p>The input value that was provided is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
41
|
+
* <p>The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same
|
|
42
|
+
* settings already exists.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
34
45
|
*/
|
|
35
46
|
export declare class CreateReportGroupCommand extends $Command<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
|
|
36
47
|
readonly input: CreateReportGroupCommandInput;
|
|
@@ -39,6 +39,20 @@ export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __Metad
|
|
|
39
39
|
* @see {@link CreateWebhookCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
43
|
+
* <p>The input value that was provided is not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link OAuthProviderException} (client fault)
|
|
46
|
+
* <p>There was a problem with the underlying OAuth provider.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
49
|
+
* <p>The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same
|
|
50
|
+
* settings already exists.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
42
56
|
*/
|
|
43
57
|
export declare class CreateWebhookCommand extends $Command<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig> {
|
|
44
58
|
readonly input: CreateWebhookCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, _
|
|
|
29
29
|
* @see {@link DeleteBuildBatchCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DeleteBuildBatchCommand extends $Command<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: DeleteBuildBatchCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __Metad
|
|
|
30
30
|
* @see {@link DeleteProjectCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>The input value that was provided is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
35
39
|
readonly input: DeleteProjectCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface DeleteReportCommandOutput extends DeleteReportOutput, __Metadat
|
|
|
31
31
|
* @see {@link DeleteReportCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>The input value that was provided is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class DeleteReportCommand extends $Command<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig> {
|
|
36
40
|
readonly input: DeleteReportCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DeleteReportGroupCommandOutput extends DeleteReportGroupOutput,
|
|
|
29
29
|
* @see {@link DeleteReportGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DeleteReportGroupCommand extends $Command<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: DeleteReportGroupCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO
|
|
|
29
29
|
* @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteSourceCredentialsCommandOutput extends DeleteSourceCreden
|
|
|
29
29
|
* @see {@link DeleteSourceCredentialsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteSourceCredentialsCommand extends $Command<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteSourceCredentialsCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __Metad
|
|
|
31
31
|
* @see {@link DeleteWebhookCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>The input value that was provided is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link OAuthProviderException} (client fault)
|
|
38
|
+
* <p>There was a problem with the underlying OAuth provider.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class DeleteWebhookCommand extends $Command<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig> {
|
|
36
46
|
readonly input: DeleteWebhookCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DescribeCodeCoveragesCommandOutput extends DescribeCodeCoverage
|
|
|
29
29
|
* @see {@link DescribeCodeCoveragesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DescribeCodeCoveragesCommand extends $Command<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: DescribeCodeCoveragesCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface DescribeTestCasesCommandOutput extends DescribeTestCasesOutput,
|
|
|
31
31
|
* @see {@link DescribeTestCasesCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>The input value that was provided is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class DescribeTestCasesCommand extends $Command<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput, CodeBuildClientResolvedConfig> {
|
|
36
43
|
readonly input: DescribeTestCasesCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetReportGroupTrendCommandOutput extends GetReportGroupTrendOut
|
|
|
29
29
|
* @see {@link GetReportGroupTrendCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetReportGroupTrendCommand extends $Command<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
41
|
readonly input: GetReportGroupTrendCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput,
|
|
|
29
29
|
* @see {@link GetResourcePolicyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
41
|
readonly input: GetResourcePolicyCommandInput;
|
|
@@ -30,6 +30,17 @@ export interface ImportSourceCredentialsCommandOutput extends ImportSourceCreden
|
|
|
30
30
|
* @see {@link ImportSourceCredentialsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccountLimitExceededException} (client fault)
|
|
34
|
+
* <p>An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
37
|
+
* <p>The input value that was provided is not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
40
|
+
* <p>The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same
|
|
41
|
+
* settings already exists.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
33
44
|
*/
|
|
34
45
|
export declare class ImportSourceCredentialsCommand extends $Command<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
35
46
|
readonly input: ImportSourceCredentialsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCa
|
|
|
29
29
|
* @see {@link InvalidateProjectCacheCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class InvalidateProjectCacheCommand extends $Command<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
41
|
readonly input: InvalidateProjectCacheCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListBuildBatchesCommandOutput extends ListBuildBatchesOutput, _
|
|
|
29
29
|
* @see {@link ListBuildBatchesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListBuildBatchesCommand extends $Command<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: ListBuildBatchesCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListBuildBatchesForProjectCommandOutput extends ListBuildBatche
|
|
|
29
29
|
* @see {@link ListBuildBatchesForProjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListBuildBatchesForProjectCommand extends $Command<ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
41
|
readonly input: ListBuildBatchesForProjectCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea
|
|
|
29
29
|
* @see {@link ListBuildsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListBuildsCommand extends $Command<ListBuildsCommandInput, ListBuildsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: ListBuildsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListBuildsForProjectCommandOutput extends ListBuildsForProjectO
|
|
|
30
30
|
* @see {@link ListBuildsForProjectCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>The input value that was provided is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListBuildsForProjectCommand extends $Command<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
35
42
|
readonly input: ListBuildsForProjectCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListCuratedEnvironmentImagesCommandOutput extends ListCuratedEn
|
|
|
29
29
|
* @see {@link ListCuratedEnvironmentImagesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListCuratedEnvironmentImagesCommand extends $Command<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
35
|
readonly input: ListCuratedEnvironmentImagesCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface ListProjectsCommandOutput extends ListProjectsOutput, __Metadat
|
|
|
30
30
|
* @see {@link ListProjectsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>The input value that was provided is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
35
39
|
readonly input: ListProjectsCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, _
|
|
|
31
31
|
* @see {@link ListReportGroupsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>The input value that was provided is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class ListReportGroupsCommand extends $Command<ListReportGroupsCommandInput, ListReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
36
40
|
readonly input: ListReportGroupsCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataB
|
|
|
31
31
|
* @see {@link ListReportsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>The input value that was provided is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class ListReportsCommand extends $Command<ListReportsCommandInput, ListReportsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
36
40
|
readonly input: ListReportsCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface ListReportsForReportGroupCommandOutput extends ListReportsForRe
|
|
|
31
31
|
* @see {@link ListReportsForReportGroupCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>The input value that was provided is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class ListReportsForReportGroupCommand extends $Command<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
|
|
36
43
|
readonly input: ListReportsForReportGroupCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListSharedProjectsCommandOutput extends ListSharedProjectsOutpu
|
|
|
29
29
|
* @see {@link ListSharedProjectsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListSharedProjectsCommand extends $Command<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: ListSharedProjectsCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface ListSharedReportGroupsCommandOutput extends ListSharedReportGro
|
|
|
30
30
|
* @see {@link ListSharedReportGroupsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>The input value that was provided is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class ListSharedReportGroupsCommand extends $Command<ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
35
39
|
readonly input: ListSharedReportGroupsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListSourceCredentialsCommandOutput extends ListSourceCredential
|
|
|
29
29
|
* @see {@link ListSourceCredentialsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListSourceCredentialsCommand extends $Command<ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
38
|
readonly input: ListSourceCredentialsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput,
|
|
|
30
30
|
* @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>The input value that was provided is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
|
|
35
42
|
readonly input: PutResourcePolicyCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface RetryBuildBatchCommandOutput extends RetryBuildBatchOutput, __M
|
|
|
29
29
|
* @see {@link RetryBuildBatchCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class RetryBuildBatchCommand extends $Command<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
41
|
readonly input: RetryBuildBatchCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface RetryBuildCommandOutput extends RetryBuildOutput, __MetadataBea
|
|
|
29
29
|
* @see {@link RetryBuildCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccountLimitExceededException} (client fault)
|
|
33
|
+
* <p>An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>The input value that was provided is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class RetryBuildCommand extends $Command<RetryBuildCommandInput, RetryBuildCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
44
|
readonly input: RetryBuildCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __M
|
|
|
29
29
|
* @see {@link StartBuildBatchCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class StartBuildBatchCommand extends $Command<StartBuildBatchCommandInput, StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
41
|
readonly input: StartBuildBatchCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBea
|
|
|
29
29
|
* @see {@link StartBuildCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccountLimitExceededException} (client fault)
|
|
33
|
+
* <p>An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>The input value that was provided is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class StartBuildCommand extends $Command<StartBuildCommandInput, StartBuildCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
44
|
readonly input: StartBuildCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __Met
|
|
|
29
29
|
* @see {@link StopBuildBatchCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class StopBuildBatchCommand extends $Command<StopBuildBatchCommandInput, StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
41
|
readonly input: StopBuildBatchCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBeare
|
|
|
29
29
|
* @see {@link StopBuildCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class StopBuildCommand extends $Command<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
41
|
readonly input: StopBuildCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
29
29
|
* @see {@link UpdateProjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input value that was provided is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
34
41
|
readonly input: UpdateProjectCommandInput;
|
|
@@ -66,6 +66,13 @@ export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisib
|
|
|
66
66
|
* @see {@link UpdateProjectVisibilityCommandOutput} for command's `response` shape.
|
|
67
67
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
70
|
+
* <p>The input value that was provided is not valid.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
69
76
|
*/
|
|
70
77
|
export declare class UpdateProjectVisibilityCommand extends $Command<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig> {
|
|
71
78
|
readonly input: UpdateProjectVisibilityCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput,
|
|
|
31
31
|
* @see {@link UpdateReportGroupCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>The input value that was provided is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class UpdateReportGroupCommand extends $Command<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
|
|
36
43
|
readonly input: UpdateReportGroupCommandInput;
|
|
@@ -33,6 +33,16 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __Metad
|
|
|
33
33
|
* @see {@link UpdateWebhookCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CodeBuildClientResolvedConfig | config} for CodeBuildClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
37
|
+
* <p>The input value that was provided is not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link OAuthProviderException} (client fault)
|
|
40
|
+
* <p>There was a problem with the underlying OAuth provider.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
36
46
|
*/
|
|
37
47
|
export declare class UpdateWebhookCommand extends $Command<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig> {
|
|
38
48
|
readonly input: UpdateWebhookCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codebuild",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|