@aws-sdk/client-codebuild 3.530.0 → 3.535.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/index.js +9 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/CodeBuild.d.ts +14 -1
- package/dist-types/CodeBuildClient.d.ts +1 -1
- package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetFleetsCommand.d.ts +3 -1
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetReportsCommand.d.ts +2 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +4 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
- package/dist-types/commands/CreateReportGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateWebhookCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBuildBatchCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
- package/dist-types/commands/DeleteReportCommand.d.ts +2 -1
- package/dist-types/commands/DeleteReportGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTestCasesCommand.d.ts +2 -1
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +2 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +2 -1
- package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +2 -1
- package/dist-types/commands/ListBuildBatchesCommand.d.ts +2 -1
- package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +2 -1
- package/dist-types/commands/ListBuildsCommand.d.ts +2 -1
- package/dist-types/commands/ListBuildsForProjectCommand.d.ts +2 -1
- package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +2 -1
- package/dist-types/commands/ListFleetsCommand.d.ts +2 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
- package/dist-types/commands/ListReportGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListReportsCommand.d.ts +2 -1
- package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +2 -1
- package/dist-types/commands/ListSharedProjectsCommand.d.ts +2 -1
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListSourceCredentialsCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +2 -1
- package/dist-types/commands/RetryBuildCommand.d.ts +2 -1
- package/dist-types/commands/StartBuildBatchCommand.d.ts +2 -1
- package/dist-types/commands/StartBuildCommand.d.ts +2 -1
- package/dist-types/commands/StopBuildBatchCommand.d.ts +2 -1
- package/dist-types/commands/StopBuildCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +4 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +2 -1
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWebhookCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +727 -673
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/CodeBuild.d.ts +13 -0
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateReportGroupCommand_base: {
|
|
24
24
|
new (input: UpdateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Updates a report group.
|
|
31
31
|
* </p>
|
|
@@ -102,6 +102,7 @@ declare const UpdateReportGroupCommand_base: {
|
|
|
102
102
|
* @throws {@link CodeBuildServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class UpdateReportGroupCommand extends UpdateReportGroupCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateWebhookCommand_base: {
|
|
24
24
|
new (input: UpdateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Updates the webhook associated with an CodeBuild build project. </p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p> If you use Bitbucket for your repository, <code>rotateSecret</code> is ignored.
|
|
@@ -94,6 +94,7 @@ declare const UpdateWebhookCommand_base: {
|
|
|
94
94
|
* @throws {@link CodeBuildServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {
|
|
99
100
|
}
|