@aws-sdk/client-codebuild 3.651.1 → 3.654.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 +2 -1
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetFleetsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +12 -1
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetReportsCommand.d.ts +11 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +11 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +12 -1
- package/dist-types/commands/CreateReportGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateWebhookCommand.d.ts +13 -2
- package/dist-types/commands/DeleteBuildBatchCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteReportCommand.d.ts +11 -0
- package/dist-types/commands/DeleteReportGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTestCasesCommand.d.ts +11 -0
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +11 -0
- package/dist-types/commands/ListBuildBatchesCommand.d.ts +11 -0
- package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +11 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +11 -0
- package/dist-types/commands/ListBuildsForProjectCommand.d.ts +11 -0
- package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +11 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +11 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +11 -0
- package/dist-types/commands/ListReportGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListReportsCommand.d.ts +11 -0
- package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +11 -0
- package/dist-types/commands/ListSharedProjectsCommand.d.ts +11 -0
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListSourceCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +11 -0
- package/dist-types/commands/RetryBuildCommand.d.ts +11 -0
- package/dist-types/commands/StartBuildBatchCommand.d.ts +11 -0
- package/dist-types/commands/StartBuildCommand.d.ts +11 -0
- package/dist-types/commands/StopBuildBatchCommand.d.ts +11 -0
- package/dist-types/commands/StopBuildCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +12 -1
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +11 -0
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateWebhookCommand.d.ts +12 -1
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +12 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +35 -35
|
@@ -67,4 +67,15 @@ declare const ListSharedReportGroupsCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class ListSharedReportGroupsCommand extends ListSharedReportGroupsCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: ListSharedReportGroupsInput;
|
|
74
|
+
output: ListSharedReportGroupsOutput;
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: ListSharedReportGroupsCommandInput;
|
|
78
|
+
output: ListSharedReportGroupsCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -65,4 +65,15 @@ declare const ListSourceCredentialsCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class ListSourceCredentialsCommand extends ListSourceCredentialsCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: {};
|
|
72
|
+
output: ListSourceCredentialsOutput;
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: ListSourceCredentialsCommandInput;
|
|
76
|
+
output: ListSourceCredentialsCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -65,4 +65,15 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: PutResourcePolicyInput;
|
|
72
|
+
output: PutResourcePolicyOutput;
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: PutResourcePolicyCommandInput;
|
|
76
|
+
output: PutResourcePolicyCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -279,4 +279,15 @@ declare const RetryBuildBatchCommand_base: {
|
|
|
279
279
|
* @public
|
|
280
280
|
*/
|
|
281
281
|
export declare class RetryBuildBatchCommand extends RetryBuildBatchCommand_base {
|
|
282
|
+
/** @internal type navigation helper, not in runtime. */
|
|
283
|
+
protected static __types: {
|
|
284
|
+
api: {
|
|
285
|
+
input: RetryBuildBatchInput;
|
|
286
|
+
output: RetryBuildBatchOutput;
|
|
287
|
+
};
|
|
288
|
+
sdk: {
|
|
289
|
+
input: RetryBuildBatchCommandInput;
|
|
290
|
+
output: RetryBuildBatchCommandOutput;
|
|
291
|
+
};
|
|
292
|
+
};
|
|
282
293
|
}
|
|
@@ -251,4 +251,15 @@ declare const RetryBuildCommand_base: {
|
|
|
251
251
|
* @public
|
|
252
252
|
*/
|
|
253
253
|
export declare class RetryBuildCommand extends RetryBuildCommand_base {
|
|
254
|
+
/** @internal type navigation helper, not in runtime. */
|
|
255
|
+
protected static __types: {
|
|
256
|
+
api: {
|
|
257
|
+
input: RetryBuildInput;
|
|
258
|
+
output: RetryBuildOutput;
|
|
259
|
+
};
|
|
260
|
+
sdk: {
|
|
261
|
+
input: RetryBuildCommandInput;
|
|
262
|
+
output: RetryBuildCommandOutput;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
254
265
|
}
|
|
@@ -400,4 +400,15 @@ declare const StartBuildBatchCommand_base: {
|
|
|
400
400
|
* @public
|
|
401
401
|
*/
|
|
402
402
|
export declare class StartBuildBatchCommand extends StartBuildBatchCommand_base {
|
|
403
|
+
/** @internal type navigation helper, not in runtime. */
|
|
404
|
+
protected static __types: {
|
|
405
|
+
api: {
|
|
406
|
+
input: StartBuildBatchInput;
|
|
407
|
+
output: StartBuildBatchOutput;
|
|
408
|
+
};
|
|
409
|
+
sdk: {
|
|
410
|
+
input: StartBuildBatchCommandInput;
|
|
411
|
+
output: StartBuildBatchCommandOutput;
|
|
412
|
+
};
|
|
413
|
+
};
|
|
403
414
|
}
|
|
@@ -371,4 +371,15 @@ declare const StartBuildCommand_base: {
|
|
|
371
371
|
* @public
|
|
372
372
|
*/
|
|
373
373
|
export declare class StartBuildCommand extends StartBuildCommand_base {
|
|
374
|
+
/** @internal type navigation helper, not in runtime. */
|
|
375
|
+
protected static __types: {
|
|
376
|
+
api: {
|
|
377
|
+
input: StartBuildInput;
|
|
378
|
+
output: StartBuildOutput;
|
|
379
|
+
};
|
|
380
|
+
sdk: {
|
|
381
|
+
input: StartBuildCommandInput;
|
|
382
|
+
output: StartBuildCommandOutput;
|
|
383
|
+
};
|
|
384
|
+
};
|
|
374
385
|
}
|
|
@@ -277,4 +277,15 @@ declare const StopBuildBatchCommand_base: {
|
|
|
277
277
|
* @public
|
|
278
278
|
*/
|
|
279
279
|
export declare class StopBuildBatchCommand extends StopBuildBatchCommand_base {
|
|
280
|
+
/** @internal type navigation helper, not in runtime. */
|
|
281
|
+
protected static __types: {
|
|
282
|
+
api: {
|
|
283
|
+
input: StopBuildBatchInput;
|
|
284
|
+
output: StopBuildBatchOutput;
|
|
285
|
+
};
|
|
286
|
+
sdk: {
|
|
287
|
+
input: StopBuildBatchCommandInput;
|
|
288
|
+
output: StopBuildBatchCommandOutput;
|
|
289
|
+
};
|
|
290
|
+
};
|
|
280
291
|
}
|
|
@@ -247,4 +247,15 @@ declare const StopBuildCommand_base: {
|
|
|
247
247
|
* @public
|
|
248
248
|
*/
|
|
249
249
|
export declare class StopBuildCommand extends StopBuildCommand_base {
|
|
250
|
+
/** @internal type navigation helper, not in runtime. */
|
|
251
|
+
protected static __types: {
|
|
252
|
+
api: {
|
|
253
|
+
input: StopBuildInput;
|
|
254
|
+
output: StopBuildOutput;
|
|
255
|
+
};
|
|
256
|
+
sdk: {
|
|
257
|
+
input: StopBuildCommandInput;
|
|
258
|
+
output: StopBuildCommandOutput;
|
|
259
|
+
};
|
|
260
|
+
};
|
|
250
261
|
}
|
|
@@ -140,4 +140,15 @@ declare const UpdateFleetCommand_base: {
|
|
|
140
140
|
* @public
|
|
141
141
|
*/
|
|
142
142
|
export declare class UpdateFleetCommand extends UpdateFleetCommand_base {
|
|
143
|
+
/** @internal type navigation helper, not in runtime. */
|
|
144
|
+
protected static __types: {
|
|
145
|
+
api: {
|
|
146
|
+
input: UpdateFleetInput;
|
|
147
|
+
output: UpdateFleetOutput;
|
|
148
|
+
};
|
|
149
|
+
sdk: {
|
|
150
|
+
input: UpdateFleetCommandInput;
|
|
151
|
+
output: UpdateFleetCommandOutput;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
143
154
|
}
|
|
@@ -340,7 +340,7 @@ declare const UpdateProjectCommand_base: {
|
|
|
340
340
|
* // scopeConfiguration: { // ScopeConfiguration
|
|
341
341
|
* // name: "STRING_VALUE", // required
|
|
342
342
|
* // domain: "STRING_VALUE",
|
|
343
|
-
* // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL", // required
|
|
343
|
+
* // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL" || "GITLAB_GROUP", // required
|
|
344
344
|
* // },
|
|
345
345
|
* // },
|
|
346
346
|
* // vpcConfig: { // VpcConfig
|
|
@@ -417,4 +417,15 @@ declare const UpdateProjectCommand_base: {
|
|
|
417
417
|
* @public
|
|
418
418
|
*/
|
|
419
419
|
export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
|
|
420
|
+
/** @internal type navigation helper, not in runtime. */
|
|
421
|
+
protected static __types: {
|
|
422
|
+
api: {
|
|
423
|
+
input: UpdateProjectInput;
|
|
424
|
+
output: UpdateProjectOutput;
|
|
425
|
+
};
|
|
426
|
+
sdk: {
|
|
427
|
+
input: UpdateProjectCommandInput;
|
|
428
|
+
output: UpdateProjectCommandOutput;
|
|
429
|
+
};
|
|
430
|
+
};
|
|
420
431
|
}
|
|
@@ -103,4 +103,15 @@ declare const UpdateProjectVisibilityCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class UpdateProjectVisibilityCommand extends UpdateProjectVisibilityCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: UpdateProjectVisibilityInput;
|
|
110
|
+
output: UpdateProjectVisibilityOutput;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: UpdateProjectVisibilityCommandInput;
|
|
114
|
+
output: UpdateProjectVisibilityCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -106,4 +106,15 @@ declare const UpdateReportGroupCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class UpdateReportGroupCommand extends UpdateReportGroupCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: UpdateReportGroupInput;
|
|
113
|
+
output: UpdateReportGroupOutput;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: UpdateReportGroupCommandInput;
|
|
117
|
+
output: UpdateReportGroupCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -76,7 +76,7 @@ declare const UpdateWebhookCommand_base: {
|
|
|
76
76
|
* // scopeConfiguration: { // ScopeConfiguration
|
|
77
77
|
* // name: "STRING_VALUE", // required
|
|
78
78
|
* // domain: "STRING_VALUE",
|
|
79
|
-
* // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL", // required
|
|
79
|
+
* // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL" || "GITLAB_GROUP", // required
|
|
80
80
|
* // },
|
|
81
81
|
* // },
|
|
82
82
|
* // };
|
|
@@ -104,4 +104,15 @@ declare const UpdateWebhookCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: UpdateWebhookInput;
|
|
111
|
+
output: UpdateWebhookOutput;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: UpdateWebhookCommandInput;
|
|
115
|
+
output: UpdateWebhookCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -3392,6 +3392,7 @@ export interface WebhookFilter {
|
|
|
3392
3392
|
export declare const WebhookScopeType: {
|
|
3393
3393
|
readonly GITHUB_GLOBAL: "GITHUB_GLOBAL";
|
|
3394
3394
|
readonly GITHUB_ORGANIZATION: "GITHUB_ORGANIZATION";
|
|
3395
|
+
readonly GITLAB_GROUP: "GITLAB_GROUP";
|
|
3395
3396
|
};
|
|
3396
3397
|
/**
|
|
3397
3398
|
* @public
|
|
@@ -3403,17 +3404,17 @@ export type WebhookScopeType = (typeof WebhookScopeType)[keyof typeof WebhookSco
|
|
|
3403
3404
|
*/
|
|
3404
3405
|
export interface ScopeConfiguration {
|
|
3405
3406
|
/**
|
|
3406
|
-
* <p>The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on
|
|
3407
|
+
* <p>The name of either the group, enterprise, or organization that will send webhook events to CodeBuild, depending on the type of webhook.</p>
|
|
3407
3408
|
* @public
|
|
3408
3409
|
*/
|
|
3409
3410
|
name: string | undefined;
|
|
3410
3411
|
/**
|
|
3411
|
-
* <p>The domain of the GitHub Enterprise organization. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE
|
|
3412
|
+
* <p>The domain of the GitHub Enterprise organization or the GitLab Self Managed group. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE or GITLAB_SELF_MANAGED.</p>
|
|
3412
3413
|
* @public
|
|
3413
3414
|
*/
|
|
3414
3415
|
domain?: string;
|
|
3415
3416
|
/**
|
|
3416
|
-
* <p>The type of scope for a GitHub webhook.</p>
|
|
3417
|
+
* <p>The type of scope for a GitHub or GitLab webhook.</p>
|
|
3417
3418
|
* @public
|
|
3418
3419
|
*/
|
|
3419
3420
|
scope: WebhookScopeType | undefined;
|
|
@@ -36,4 +36,15 @@ declare const BatchDeleteBuildsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class BatchDeleteBuildsCommand extends BatchDeleteBuildsCommand_base {
|
|
39
|
+
export declare class BatchDeleteBuildsCommand extends BatchDeleteBuildsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: BatchDeleteBuildsInput;
|
|
43
|
+
output: BatchDeleteBuildsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: BatchDeleteBuildsCommandInput;
|
|
47
|
+
output: BatchDeleteBuildsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchGetBuildBatchesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchGetBuildBatchesCommand extends BatchGetBuildBatchesCommand_base {
|
|
40
|
+
export declare class BatchGetBuildBatchesCommand extends BatchGetBuildBatchesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGetBuildBatchesInput;
|
|
44
|
+
output: BatchGetBuildBatchesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGetBuildBatchesCommandInput;
|
|
48
|
+
output: BatchGetBuildBatchesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const BatchGetBuildsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class BatchGetBuildsCommand extends BatchGetBuildsCommand_base {
|
|
36
|
+
export declare class BatchGetBuildsCommand extends BatchGetBuildsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: BatchGetBuildsInput;
|
|
40
|
+
output: BatchGetBuildsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: BatchGetBuildsCommandInput;
|
|
44
|
+
output: BatchGetBuildsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const BatchGetFleetsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class BatchGetFleetsCommand extends BatchGetFleetsCommand_base {
|
|
36
|
+
export declare class BatchGetFleetsCommand extends BatchGetFleetsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: BatchGetFleetsInput;
|
|
40
|
+
output: BatchGetFleetsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: BatchGetFleetsCommandInput;
|
|
44
|
+
output: BatchGetFleetsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const BatchGetProjectsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class BatchGetProjectsCommand extends BatchGetProjectsCommand_base {
|
|
39
|
+
export declare class BatchGetProjectsCommand extends BatchGetProjectsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: BatchGetProjectsInput;
|
|
43
|
+
output: BatchGetProjectsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: BatchGetProjectsCommandInput;
|
|
47
|
+
output: BatchGetProjectsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchGetReportGroupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchGetReportGroupsCommand extends BatchGetReportGroupsCommand_base {
|
|
40
|
+
export declare class BatchGetReportGroupsCommand extends BatchGetReportGroupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGetReportGroupsInput;
|
|
44
|
+
output: BatchGetReportGroupsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGetReportGroupsCommandInput;
|
|
48
|
+
output: BatchGetReportGroupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const BatchGetReportsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class BatchGetReportsCommand extends BatchGetReportsCommand_base {
|
|
39
|
+
export declare class BatchGetReportsCommand extends BatchGetReportsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: BatchGetReportsInput;
|
|
43
|
+
output: BatchGetReportsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: BatchGetReportsCommandInput;
|
|
47
|
+
output: BatchGetReportsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateFleetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateFleetCommand extends CreateFleetCommand_base {
|
|
36
|
+
export declare class CreateFleetCommand extends CreateFleetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateFleetInput;
|
|
40
|
+
output: CreateFleetOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateFleetCommandInput;
|
|
44
|
+
output: CreateFleetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateProjectCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateProjectCommand extends CreateProjectCommand_base {
|
|
36
|
+
export declare class CreateProjectCommand extends CreateProjectCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateProjectInput;
|
|
40
|
+
output: CreateProjectOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateProjectCommandInput;
|
|
44
|
+
output: CreateProjectCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateReportGroupCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateReportGroupCommand extends CreateReportGroupCommand_base {
|
|
39
|
+
export declare class CreateReportGroupCommand extends CreateReportGroupCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateReportGroupInput;
|
|
43
|
+
output: CreateReportGroupOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateReportGroupCommandInput;
|
|
47
|
+
output: CreateReportGroupCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateWebhookCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
|
|
36
|
+
export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateWebhookInput;
|
|
40
|
+
output: CreateWebhookOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateWebhookCommandInput;
|
|
44
|
+
output: CreateWebhookCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteBuildBatchCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteBuildBatchCommand extends DeleteBuildBatchCommand_base {
|
|
39
|
+
export declare class DeleteBuildBatchCommand extends DeleteBuildBatchCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteBuildBatchInput;
|
|
43
|
+
output: DeleteBuildBatchOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteBuildBatchCommandInput;
|
|
47
|
+
output: DeleteBuildBatchCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteFleetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteFleetCommand extends DeleteFleetCommand_base {
|
|
36
|
+
export declare class DeleteFleetCommand extends DeleteFleetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteFleetInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteFleetCommandInput;
|
|
44
|
+
output: DeleteFleetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteProjectCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
|
|
36
|
+
export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteProjectInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteProjectCommandInput;
|
|
44
|
+
output: DeleteProjectCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteReportCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteReportCommand extends DeleteReportCommand_base {
|
|
36
|
+
export declare class DeleteReportCommand extends DeleteReportCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteReportInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteReportCommandInput;
|
|
44
|
+
output: DeleteReportCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteReportGroupCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteReportGroupCommand extends DeleteReportGroupCommand_base {
|
|
39
|
+
export declare class DeleteReportGroupCommand extends DeleteReportGroupCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteReportGroupInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteReportGroupCommandInput;
|
|
47
|
+
output: DeleteReportGroupCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
40
|
+
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteResourcePolicyInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteResourcePolicyCommandInput;
|
|
48
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteSourceCredentialsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteSourceCredentialsCommand extends DeleteSourceCredentialsCommand_base {
|
|
40
|
+
export declare class DeleteSourceCredentialsCommand extends DeleteSourceCredentialsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteSourceCredentialsInput;
|
|
44
|
+
output: DeleteSourceCredentialsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteSourceCredentialsCommandInput;
|
|
48
|
+
output: DeleteSourceCredentialsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteWebhookCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
|
|
36
|
+
export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteWebhookInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteWebhookCommandInput;
|
|
44
|
+
output: DeleteWebhookCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeCodeCoveragesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeCodeCoveragesCommand extends DescribeCodeCoveragesCommand_base {
|
|
40
|
+
export declare class DescribeCodeCoveragesCommand extends DescribeCodeCoveragesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCodeCoveragesInput;
|
|
44
|
+
output: DescribeCodeCoveragesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCodeCoveragesCommandInput;
|
|
48
|
+
output: DescribeCodeCoveragesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeTestCasesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeTestCasesCommand extends DescribeTestCasesCommand_base {
|
|
39
|
+
export declare class DescribeTestCasesCommand extends DescribeTestCasesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeTestCasesInput;
|
|
43
|
+
output: DescribeTestCasesOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeTestCasesCommandInput;
|
|
47
|
+
output: DescribeTestCasesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|