@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
|
@@ -54,134 +54,59 @@ import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "./command
|
|
|
54
54
|
export declare type ServiceInputTypes = BatchDeleteBuildsCommandInput | BatchGetBuildBatchesCommandInput | BatchGetBuildsCommandInput | BatchGetProjectsCommandInput | BatchGetReportGroupsCommandInput | BatchGetReportsCommandInput | CreateProjectCommandInput | CreateReportGroupCommandInput | CreateWebhookCommandInput | DeleteBuildBatchCommandInput | DeleteProjectCommandInput | DeleteReportCommandInput | DeleteReportGroupCommandInput | DeleteResourcePolicyCommandInput | DeleteSourceCredentialsCommandInput | DeleteWebhookCommandInput | DescribeCodeCoveragesCommandInput | DescribeTestCasesCommandInput | GetReportGroupTrendCommandInput | GetResourcePolicyCommandInput | ImportSourceCredentialsCommandInput | InvalidateProjectCacheCommandInput | ListBuildBatchesCommandInput | ListBuildBatchesForProjectCommandInput | ListBuildsCommandInput | ListBuildsForProjectCommandInput | ListCuratedEnvironmentImagesCommandInput | ListProjectsCommandInput | ListReportGroupsCommandInput | ListReportsCommandInput | ListReportsForReportGroupCommandInput | ListSharedProjectsCommandInput | ListSharedReportGroupsCommandInput | ListSourceCredentialsCommandInput | PutResourcePolicyCommandInput | RetryBuildBatchCommandInput | RetryBuildCommandInput | StartBuildBatchCommandInput | StartBuildCommandInput | StopBuildBatchCommandInput | StopBuildCommandInput | UpdateProjectCommandInput | UpdateProjectVisibilityCommandInput | UpdateReportGroupCommandInput | UpdateWebhookCommandInput;
|
|
55
55
|
export declare type ServiceOutputTypes = BatchDeleteBuildsCommandOutput | BatchGetBuildBatchesCommandOutput | BatchGetBuildsCommandOutput | BatchGetProjectsCommandOutput | BatchGetReportGroupsCommandOutput | BatchGetReportsCommandOutput | CreateProjectCommandOutput | CreateReportGroupCommandOutput | CreateWebhookCommandOutput | DeleteBuildBatchCommandOutput | DeleteProjectCommandOutput | DeleteReportCommandOutput | DeleteReportGroupCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSourceCredentialsCommandOutput | DeleteWebhookCommandOutput | DescribeCodeCoveragesCommandOutput | DescribeTestCasesCommandOutput | GetReportGroupTrendCommandOutput | GetResourcePolicyCommandOutput | ImportSourceCredentialsCommandOutput | InvalidateProjectCacheCommandOutput | ListBuildBatchesCommandOutput | ListBuildBatchesForProjectCommandOutput | ListBuildsCommandOutput | ListBuildsForProjectCommandOutput | ListCuratedEnvironmentImagesCommandOutput | ListProjectsCommandOutput | ListReportGroupsCommandOutput | ListReportsCommandOutput | ListReportsForReportGroupCommandOutput | ListSharedProjectsCommandOutput | ListSharedReportGroupsCommandOutput | ListSourceCredentialsCommandOutput | PutResourcePolicyCommandOutput | RetryBuildBatchCommandOutput | RetryBuildCommandOutput | StartBuildBatchCommandOutput | StartBuildCommandOutput | StopBuildBatchCommandOutput | StopBuildCommandOutput | UpdateProjectCommandOutput | UpdateProjectVisibilityCommandOutput | UpdateReportGroupCommandOutput | UpdateWebhookCommandOutput;
|
|
56
56
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
57
|
-
|
|
58
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
59
|
-
*/
|
|
57
|
+
|
|
60
58
|
requestHandler?: __HttpHandler;
|
|
61
|
-
|
|
62
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
63
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
59
|
+
|
|
66
60
|
sha256?: __HashConstructor;
|
|
67
|
-
|
|
68
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
61
|
+
|
|
71
62
|
urlParser?: __UrlParser;
|
|
72
|
-
|
|
73
|
-
* A function that can calculate the length of a request body.
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
63
|
+
|
|
76
64
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
77
|
-
|
|
78
|
-
* A function that converts a stream into an array of bytes.
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
65
|
+
|
|
81
66
|
streamCollector?: __StreamCollector;
|
|
82
|
-
|
|
83
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
67
|
+
|
|
86
68
|
base64Decoder?: __Decoder;
|
|
87
|
-
|
|
88
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
69
|
+
|
|
91
70
|
base64Encoder?: __Encoder;
|
|
92
|
-
|
|
93
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
71
|
+
|
|
96
72
|
utf8Decoder?: __Decoder;
|
|
97
|
-
|
|
98
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
73
|
+
|
|
101
74
|
utf8Encoder?: __Encoder;
|
|
102
|
-
|
|
103
|
-
* The runtime environment.
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
75
|
+
|
|
106
76
|
runtime?: string;
|
|
107
|
-
|
|
108
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
109
|
-
* trait of an operation.
|
|
110
|
-
*/
|
|
77
|
+
|
|
111
78
|
disableHostPrefix?: boolean;
|
|
112
|
-
|
|
113
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
114
|
-
*/
|
|
79
|
+
|
|
115
80
|
maxAttempts?: number | __Provider<number>;
|
|
116
|
-
|
|
117
|
-
* Specifies which retry algorithm to use.
|
|
118
|
-
*/
|
|
81
|
+
|
|
119
82
|
retryMode?: string | __Provider<string>;
|
|
120
|
-
|
|
121
|
-
* Optional logger for logging debug/info/warn/error.
|
|
122
|
-
*/
|
|
83
|
+
|
|
123
84
|
logger?: __Logger;
|
|
124
|
-
|
|
125
|
-
* Unique service identifier.
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
85
|
+
|
|
128
86
|
serviceId?: string;
|
|
129
|
-
|
|
130
|
-
* The AWS region to which this client will send requests
|
|
131
|
-
*/
|
|
87
|
+
|
|
132
88
|
region?: string | __Provider<string>;
|
|
133
|
-
|
|
134
|
-
* Default credentials provider; Not available in browser runtime.
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
89
|
+
|
|
137
90
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
138
|
-
|
|
139
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
91
|
+
|
|
142
92
|
regionInfoProvider?: RegionInfoProvider;
|
|
143
|
-
|
|
144
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
93
|
+
|
|
147
94
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
148
95
|
}
|
|
149
96
|
declare type CodeBuildClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
150
|
-
|
|
151
|
-
* The configuration interface of CodeBuildClient class constructor that set the region, credentials and other options.
|
|
152
|
-
*/
|
|
97
|
+
|
|
153
98
|
export interface CodeBuildClientConfig extends CodeBuildClientConfigType {
|
|
154
99
|
}
|
|
155
100
|
declare type CodeBuildClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
156
|
-
|
|
157
|
-
* The resolved configuration interface of CodeBuildClient class. This is resolved and normalized from the {@link CodeBuildClientConfig | constructor configuration interface}.
|
|
158
|
-
*/
|
|
101
|
+
|
|
159
102
|
export interface CodeBuildClientResolvedConfig extends CodeBuildClientResolvedConfigType {
|
|
160
103
|
}
|
|
161
|
-
|
|
162
|
-
* <fullname>CodeBuild</fullname>
|
|
163
|
-
* <p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code,
|
|
164
|
-
* runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the
|
|
165
|
-
* need to provision, manage, and scale your own build servers. It provides prepackaged
|
|
166
|
-
* build environments for the most popular programming languages and build tools, such as
|
|
167
|
-
* Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild
|
|
168
|
-
* to use your own build tools. CodeBuild scales automatically to meet peak build requests. You
|
|
169
|
-
* pay only for the build time you consume. For more information about CodeBuild, see the <i>
|
|
170
|
-
* <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">CodeBuild User
|
|
171
|
-
* Guide</a>.</i>
|
|
172
|
-
* </p>
|
|
173
|
-
*/
|
|
104
|
+
|
|
174
105
|
export declare class CodeBuildClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeBuildClientResolvedConfig> {
|
|
175
|
-
|
|
176
|
-
* The resolved configuration of CodeBuildClient class. This is resolved and normalized from the {@link CodeBuildClientConfig | constructor configuration interface}.
|
|
177
|
-
*/
|
|
106
|
+
|
|
178
107
|
readonly config: CodeBuildClientResolvedConfig;
|
|
179
108
|
constructor(configuration: CodeBuildClientConfig);
|
|
180
|
-
|
|
181
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
182
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
183
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
184
|
-
*/
|
|
109
|
+
|
|
185
110
|
destroy(): void;
|
|
186
111
|
}
|
|
187
112
|
export {};
|
|
@@ -6,29 +6,11 @@ export interface BatchDeleteBuildsCommandInput extends BatchDeleteBuildsInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes one or more builds.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, BatchDeleteBuildsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, BatchDeleteBuildsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new BatchDeleteBuildsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link BatchDeleteBuildsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link BatchDeleteBuildsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class BatchDeleteBuildsCommand extends $Command<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: BatchDeleteBuildsCommandInput;
|
|
28
12
|
constructor(input: BatchDeleteBuildsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface BatchGetBuildBatchesCommandInput extends BatchGetBuildBatchesIn
|
|
|
6
6
|
}
|
|
7
7
|
export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves information about one or more batch builds.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, BatchGetBuildBatchesCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, BatchGetBuildBatchesCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new BatchGetBuildBatchesCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link BatchGetBuildBatchesCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link BatchGetBuildBatchesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class BatchGetBuildBatchesCommand extends $Command<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: BatchGetBuildBatchesCommandInput;
|
|
28
12
|
constructor(input: BatchGetBuildBatchesCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface BatchGetBuildsCommandInput extends BatchGetBuildsInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets information about one or more builds.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, BatchGetBuildsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, BatchGetBuildsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new BatchGetBuildsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link BatchGetBuildsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link BatchGetBuildsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class BatchGetBuildsCommand extends $Command<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: BatchGetBuildsCommandInput;
|
|
28
12
|
constructor(input: BatchGetBuildsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface BatchGetProjectsCommandInput extends BatchGetProjectsInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets information about one or more build projects.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, BatchGetProjectsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, BatchGetProjectsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new BatchGetProjectsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link BatchGetProjectsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link BatchGetProjectsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class BatchGetProjectsCommand extends $Command<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: BatchGetProjectsCommandInput;
|
|
28
12
|
constructor(input: BatchGetProjectsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface BatchGetReportGroupsCommandInput extends BatchGetReportGroupsIn
|
|
|
6
6
|
}
|
|
7
7
|
export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns an array of report groups.
|
|
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, BatchGetReportGroupsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
17
|
-
* // const { CodeBuildClient, BatchGetReportGroupsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
18
|
-
* const client = new CodeBuildClient(config);
|
|
19
|
-
* const command = new BatchGetReportGroupsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link BatchGetReportGroupsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link BatchGetReportGroupsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class BatchGetReportGroupsCommand extends $Command<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
29
11
|
readonly input: BatchGetReportGroupsCommandInput;
|
|
30
12
|
constructor(input: BatchGetReportGroupsCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface BatchGetReportsCommandInput extends BatchGetReportsInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns an array of reports.
|
|
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, BatchGetReportsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
17
|
-
* // const { CodeBuildClient, BatchGetReportsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
18
|
-
* const client = new CodeBuildClient(config);
|
|
19
|
-
* const command = new BatchGetReportsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link BatchGetReportsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link BatchGetReportsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class BatchGetReportsCommand extends $Command<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
29
11
|
readonly input: BatchGetReportsCommandInput;
|
|
30
12
|
constructor(input: BatchGetReportsCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetReportsCommandInput, BatchGetReportsCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface CreateProjectCommandInput extends CreateProjectInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateProjectCommandOutput extends CreateProjectOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a build 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, CreateProjectCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, CreateProjectCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new CreateProjectCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateProjectCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateProjectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateProjectCommandInput;
|
|
28
12
|
constructor(input: CreateProjectCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface CreateReportGroupCommandInput extends CreateReportGroupInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* Creates a report group. A report group contains a collection of reports.
|
|
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, CreateReportGroupCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
17
|
-
* // const { CodeBuildClient, CreateReportGroupCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
18
|
-
* const client = new CodeBuildClient(config);
|
|
19
|
-
* const command = new CreateReportGroupCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateReportGroupCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateReportGroupCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class CreateReportGroupCommand extends $Command<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
|
|
29
11
|
readonly input: CreateReportGroupCommandInput;
|
|
30
12
|
constructor(input: CreateReportGroupCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReportGroupCommandInput, CreateReportGroupCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,39 +6,11 @@ export interface CreateWebhookCommandInput extends CreateWebhookInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __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, enables CodeBuild to start rebuilding the source code every time a
|
|
12
|
-
* code change is pushed to the repository.</p>
|
|
13
|
-
* <important>
|
|
14
|
-
* <p>If you enable webhooks for an CodeBuild project, and the project is used as a build
|
|
15
|
-
* step in CodePipeline, then two identical builds are created for each commit. One build is
|
|
16
|
-
* triggered through webhooks, and one through CodePipeline. Because billing is on a per-build
|
|
17
|
-
* basis, you are billed for both builds. Therefore, if you are using CodePipeline, we
|
|
18
|
-
* recommend that you disable webhooks in CodeBuild. In the CodeBuild console, clear the
|
|
19
|
-
* Webhook box. For more information, see step 5 in <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/change-project.html#change-project-console">Change a Build Project's Settings</a>.</p>
|
|
20
|
-
* </important>
|
|
21
|
-
* @example
|
|
22
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
23
|
-
* ```javascript
|
|
24
|
-
* import { CodeBuildClient, CreateWebhookCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
25
|
-
* // const { CodeBuildClient, CreateWebhookCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
26
|
-
* const client = new CodeBuildClient(config);
|
|
27
|
-
* const command = new CreateWebhookCommand(input);
|
|
28
|
-
* const response = await client.send(command);
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* @see {@link CreateWebhookCommandInput} for command's `input` shape.
|
|
32
|
-
* @see {@link CreateWebhookCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
34
|
-
*
|
|
35
|
-
*/
|
|
9
|
+
|
|
36
10
|
export declare class CreateWebhookCommand extends $Command<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig> {
|
|
37
11
|
readonly input: CreateWebhookCommandInput;
|
|
38
12
|
constructor(input: CreateWebhookCommandInput);
|
|
39
|
-
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
13
|
+
|
|
42
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWebhookCommandInput, CreateWebhookCommandOutput>;
|
|
43
15
|
private serialize;
|
|
44
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteBuildBatchCommandInput extends DeleteBuildBatchInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a batch 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, DeleteBuildBatchCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, DeleteBuildBatchCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new DeleteBuildBatchCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteBuildBatchCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteBuildBatchCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteBuildBatchCommand extends $Command<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteBuildBatchCommandInput;
|
|
28
12
|
constructor(input: DeleteBuildBatchCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DeleteProjectCommandInput extends DeleteProjectInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Deletes a build project. When you delete a project, its builds are not deleted.
|
|
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, DeleteProjectCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
16
|
-
* // const { CodeBuildClient, DeleteProjectCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
17
|
-
* const client = new CodeBuildClient(config);
|
|
18
|
-
* const command = new DeleteProjectCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteProjectCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteProjectCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
28
11
|
readonly input: DeleteProjectCommandInput;
|
|
29
12
|
constructor(input: DeleteProjectCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DeleteReportCommandInput extends DeleteReportInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteReportCommandOutput extends DeleteReportOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* Deletes 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, DeleteReportCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
17
|
-
* // const { CodeBuildClient, DeleteReportCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
18
|
-
* const client = new CodeBuildClient(config);
|
|
19
|
-
* const command = new DeleteReportCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteReportCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteReportCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DeleteReportCommand extends $Command<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig> {
|
|
29
11
|
readonly input: DeleteReportCommandInput;
|
|
30
12
|
constructor(input: DeleteReportCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReportCommandInput, DeleteReportCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteReportGroupCommandInput extends DeleteReportGroupInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteReportGroupCommandOutput extends DeleteReportGroupOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a report group. Before you delete a report group, you must delete its 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, DeleteReportGroupCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, DeleteReportGroupCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new DeleteReportGroupCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteReportGroupCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteReportGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteReportGroupCommand extends $Command<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteReportGroupCommandInput;
|
|
28
12
|
constructor(input: DeleteReportGroupCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyIn
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Deletes 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, DeleteResourcePolicyCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new DeleteResourcePolicyCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
28
12
|
constructor(input: DeleteResourcePolicyCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|