@aws-sdk/client-codebuild 3.168.0 → 3.170.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.
Files changed (74) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeBuild.d.ts +814 -230
  3. package/dist-types/ts3.4/CodeBuildClient.d.ts +399 -118
  4. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/index.d.ts +45 -45
  50. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  51. package/dist-types/ts3.4/index.d.ts +6 -6
  52. package/dist-types/ts3.4/models/CodeBuildServiceException.d.ts +8 -6
  53. package/dist-types/ts3.4/models/index.d.ts +1 -1
  54. package/dist-types/ts3.4/models/models_0.d.ts +2105 -1996
  55. package/dist-types/ts3.4/pagination/DescribeCodeCoveragesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/DescribeTestCasesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListBuildBatchesForProjectPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListBuildBatchesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListBuildsForProjectPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListReportGroupsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListReportsForReportGroupPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListSharedProjectsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListSharedReportGroupsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  69. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +545 -137
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  74. package/package.json +34 -34
@@ -1,230 +1,814 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CodeBuildClient } from "./CodeBuildClient";
3
- import { BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput } from "./commands/BatchDeleteBuildsCommand";
4
- import { BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput } from "./commands/BatchGetBuildBatchesCommand";
5
- import { BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput } from "./commands/BatchGetBuildsCommand";
6
- import { BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput } from "./commands/BatchGetProjectsCommand";
7
- import { BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput } from "./commands/BatchGetReportGroupsCommand";
8
- import { BatchGetReportsCommandInput, BatchGetReportsCommandOutput } from "./commands/BatchGetReportsCommand";
9
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
10
- import { CreateReportGroupCommandInput, CreateReportGroupCommandOutput } from "./commands/CreateReportGroupCommand";
11
- import { CreateWebhookCommandInput, CreateWebhookCommandOutput } from "./commands/CreateWebhookCommand";
12
- import { DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput } from "./commands/DeleteBuildBatchCommand";
13
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
14
- import { DeleteReportCommandInput, DeleteReportCommandOutput } from "./commands/DeleteReportCommand";
15
- import { DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput } from "./commands/DeleteReportGroupCommand";
16
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
17
- import { DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput } from "./commands/DeleteSourceCredentialsCommand";
18
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "./commands/DeleteWebhookCommand";
19
- import { DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput } from "./commands/DescribeCodeCoveragesCommand";
20
- import { DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput } from "./commands/DescribeTestCasesCommand";
21
- import { GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput } from "./commands/GetReportGroupTrendCommand";
22
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
23
- import { ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput } from "./commands/ImportSourceCredentialsCommand";
24
- import { InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput } from "./commands/InvalidateProjectCacheCommand";
25
- import { ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput } from "./commands/ListBuildBatchesCommand";
26
- import { ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput } from "./commands/ListBuildBatchesForProjectCommand";
27
- import { ListBuildsCommandInput, ListBuildsCommandOutput } from "./commands/ListBuildsCommand";
28
- import { ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput } from "./commands/ListBuildsForProjectCommand";
29
- import { ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput } from "./commands/ListCuratedEnvironmentImagesCommand";
30
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
31
- import { ListReportGroupsCommandInput, ListReportGroupsCommandOutput } from "./commands/ListReportGroupsCommand";
32
- import { ListReportsCommandInput, ListReportsCommandOutput } from "./commands/ListReportsCommand";
33
- import { ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput } from "./commands/ListReportsForReportGroupCommand";
34
- import { ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput } from "./commands/ListSharedProjectsCommand";
35
- import { ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput } from "./commands/ListSharedReportGroupsCommand";
36
- import { ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput } from "./commands/ListSourceCredentialsCommand";
37
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
38
- import { RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput } from "./commands/RetryBuildBatchCommand";
39
- import { RetryBuildCommandInput, RetryBuildCommandOutput } from "./commands/RetryBuildCommand";
40
- import { StartBuildBatchCommandInput, StartBuildBatchCommandOutput } from "./commands/StartBuildBatchCommand";
41
- import { StartBuildCommandInput, StartBuildCommandOutput } from "./commands/StartBuildCommand";
42
- import { StopBuildBatchCommandInput, StopBuildBatchCommandOutput } from "./commands/StopBuildBatchCommand";
43
- import { StopBuildCommandInput, StopBuildCommandOutput } from "./commands/StopBuildCommand";
44
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
45
- import { UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput } from "./commands/UpdateProjectVisibilityCommand";
46
- import { UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput } from "./commands/UpdateReportGroupCommand";
47
- import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "./commands/UpdateWebhookCommand";
48
-
49
- export declare class CodeBuild extends CodeBuildClient {
50
-
51
- batchDeleteBuilds(args: BatchDeleteBuildsCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteBuildsCommandOutput>;
52
- batchDeleteBuilds(args: BatchDeleteBuildsCommandInput, cb: (err: any, data?: BatchDeleteBuildsCommandOutput) => void): void;
53
- batchDeleteBuilds(args: BatchDeleteBuildsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteBuildsCommandOutput) => void): void;
54
-
55
- batchGetBuildBatches(args: BatchGetBuildBatchesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetBuildBatchesCommandOutput>;
56
- batchGetBuildBatches(args: BatchGetBuildBatchesCommandInput, cb: (err: any, data?: BatchGetBuildBatchesCommandOutput) => void): void;
57
- batchGetBuildBatches(args: BatchGetBuildBatchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetBuildBatchesCommandOutput) => void): void;
58
-
59
- batchGetBuilds(args: BatchGetBuildsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetBuildsCommandOutput>;
60
- batchGetBuilds(args: BatchGetBuildsCommandInput, cb: (err: any, data?: BatchGetBuildsCommandOutput) => void): void;
61
- batchGetBuilds(args: BatchGetBuildsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetBuildsCommandOutput) => void): void;
62
-
63
- batchGetProjects(args: BatchGetProjectsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetProjectsCommandOutput>;
64
- batchGetProjects(args: BatchGetProjectsCommandInput, cb: (err: any, data?: BatchGetProjectsCommandOutput) => void): void;
65
- batchGetProjects(args: BatchGetProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetProjectsCommandOutput) => void): void;
66
-
67
- batchGetReportGroups(args: BatchGetReportGroupsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetReportGroupsCommandOutput>;
68
- batchGetReportGroups(args: BatchGetReportGroupsCommandInput, cb: (err: any, data?: BatchGetReportGroupsCommandOutput) => void): void;
69
- batchGetReportGroups(args: BatchGetReportGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetReportGroupsCommandOutput) => void): void;
70
-
71
- batchGetReports(args: BatchGetReportsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetReportsCommandOutput>;
72
- batchGetReports(args: BatchGetReportsCommandInput, cb: (err: any, data?: BatchGetReportsCommandOutput) => void): void;
73
- batchGetReports(args: BatchGetReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetReportsCommandOutput) => void): void;
74
-
75
- createProject(args: CreateProjectCommandInput, options?: __HttpHandlerOptions): Promise<CreateProjectCommandOutput>;
76
- createProject(args: CreateProjectCommandInput, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
77
- createProject(args: CreateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
78
-
79
- createReportGroup(args: CreateReportGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateReportGroupCommandOutput>;
80
- createReportGroup(args: CreateReportGroupCommandInput, cb: (err: any, data?: CreateReportGroupCommandOutput) => void): void;
81
- createReportGroup(args: CreateReportGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReportGroupCommandOutput) => void): void;
82
-
83
- createWebhook(args: CreateWebhookCommandInput, options?: __HttpHandlerOptions): Promise<CreateWebhookCommandOutput>;
84
- createWebhook(args: CreateWebhookCommandInput, cb: (err: any, data?: CreateWebhookCommandOutput) => void): void;
85
- createWebhook(args: CreateWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWebhookCommandOutput) => void): void;
86
-
87
- deleteBuildBatch(args: DeleteBuildBatchCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBuildBatchCommandOutput>;
88
- deleteBuildBatch(args: DeleteBuildBatchCommandInput, cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void): void;
89
- deleteBuildBatch(args: DeleteBuildBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void): void;
90
-
91
- deleteProject(args: DeleteProjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProjectCommandOutput>;
92
- deleteProject(args: DeleteProjectCommandInput, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
93
- deleteProject(args: DeleteProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
94
-
95
- deleteReport(args: DeleteReportCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReportCommandOutput>;
96
- deleteReport(args: DeleteReportCommandInput, cb: (err: any, data?: DeleteReportCommandOutput) => void): void;
97
- deleteReport(args: DeleteReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReportCommandOutput) => void): void;
98
-
99
- deleteReportGroup(args: DeleteReportGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReportGroupCommandOutput>;
100
- deleteReportGroup(args: DeleteReportGroupCommandInput, cb: (err: any, data?: DeleteReportGroupCommandOutput) => void): void;
101
- deleteReportGroup(args: DeleteReportGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReportGroupCommandOutput) => void): void;
102
-
103
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
104
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
105
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
106
-
107
- deleteSourceCredentials(args: DeleteSourceCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSourceCredentialsCommandOutput>;
108
- deleteSourceCredentials(args: DeleteSourceCredentialsCommandInput, cb: (err: any, data?: DeleteSourceCredentialsCommandOutput) => void): void;
109
- deleteSourceCredentials(args: DeleteSourceCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSourceCredentialsCommandOutput) => void): void;
110
-
111
- deleteWebhook(args: DeleteWebhookCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebhookCommandOutput>;
112
- deleteWebhook(args: DeleteWebhookCommandInput, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
113
- deleteWebhook(args: DeleteWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
114
-
115
- describeCodeCoverages(args: DescribeCodeCoveragesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCodeCoveragesCommandOutput>;
116
- describeCodeCoverages(args: DescribeCodeCoveragesCommandInput, cb: (err: any, data?: DescribeCodeCoveragesCommandOutput) => void): void;
117
- describeCodeCoverages(args: DescribeCodeCoveragesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCodeCoveragesCommandOutput) => void): void;
118
-
119
- describeTestCases(args: DescribeTestCasesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTestCasesCommandOutput>;
120
- describeTestCases(args: DescribeTestCasesCommandInput, cb: (err: any, data?: DescribeTestCasesCommandOutput) => void): void;
121
- describeTestCases(args: DescribeTestCasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTestCasesCommandOutput) => void): void;
122
-
123
- getReportGroupTrend(args: GetReportGroupTrendCommandInput, options?: __HttpHandlerOptions): Promise<GetReportGroupTrendCommandOutput>;
124
- getReportGroupTrend(args: GetReportGroupTrendCommandInput, cb: (err: any, data?: GetReportGroupTrendCommandOutput) => void): void;
125
- getReportGroupTrend(args: GetReportGroupTrendCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReportGroupTrendCommandOutput) => void): void;
126
-
127
- getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
128
- getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
129
- getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
130
-
131
- importSourceCredentials(args: ImportSourceCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<ImportSourceCredentialsCommandOutput>;
132
- importSourceCredentials(args: ImportSourceCredentialsCommandInput, cb: (err: any, data?: ImportSourceCredentialsCommandOutput) => void): void;
133
- importSourceCredentials(args: ImportSourceCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSourceCredentialsCommandOutput) => void): void;
134
-
135
- invalidateProjectCache(args: InvalidateProjectCacheCommandInput, options?: __HttpHandlerOptions): Promise<InvalidateProjectCacheCommandOutput>;
136
- invalidateProjectCache(args: InvalidateProjectCacheCommandInput, cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void): void;
137
- invalidateProjectCache(args: InvalidateProjectCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void): void;
138
-
139
- listBuildBatches(args: ListBuildBatchesCommandInput, options?: __HttpHandlerOptions): Promise<ListBuildBatchesCommandOutput>;
140
- listBuildBatches(args: ListBuildBatchesCommandInput, cb: (err: any, data?: ListBuildBatchesCommandOutput) => void): void;
141
- listBuildBatches(args: ListBuildBatchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuildBatchesCommandOutput) => void): void;
142
-
143
- listBuildBatchesForProject(args: ListBuildBatchesForProjectCommandInput, options?: __HttpHandlerOptions): Promise<ListBuildBatchesForProjectCommandOutput>;
144
- listBuildBatchesForProject(args: ListBuildBatchesForProjectCommandInput, cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void): void;
145
- listBuildBatchesForProject(args: ListBuildBatchesForProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void): void;
146
-
147
- listBuilds(args: ListBuildsCommandInput, options?: __HttpHandlerOptions): Promise<ListBuildsCommandOutput>;
148
- listBuilds(args: ListBuildsCommandInput, cb: (err: any, data?: ListBuildsCommandOutput) => void): void;
149
- listBuilds(args: ListBuildsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuildsCommandOutput) => void): void;
150
-
151
- listBuildsForProject(args: ListBuildsForProjectCommandInput, options?: __HttpHandlerOptions): Promise<ListBuildsForProjectCommandOutput>;
152
- listBuildsForProject(args: ListBuildsForProjectCommandInput, cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void): void;
153
- listBuildsForProject(args: ListBuildsForProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void): void;
154
-
155
- listCuratedEnvironmentImages(args: ListCuratedEnvironmentImagesCommandInput, options?: __HttpHandlerOptions): Promise<ListCuratedEnvironmentImagesCommandOutput>;
156
- listCuratedEnvironmentImages(args: ListCuratedEnvironmentImagesCommandInput, cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void): void;
157
- listCuratedEnvironmentImages(args: ListCuratedEnvironmentImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void): void;
158
-
159
- listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
160
- listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
161
- listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
162
-
163
- listReportGroups(args: ListReportGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListReportGroupsCommandOutput>;
164
- listReportGroups(args: ListReportGroupsCommandInput, cb: (err: any, data?: ListReportGroupsCommandOutput) => void): void;
165
- listReportGroups(args: ListReportGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportGroupsCommandOutput) => void): void;
166
-
167
- listReports(args: ListReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListReportsCommandOutput>;
168
- listReports(args: ListReportsCommandInput, cb: (err: any, data?: ListReportsCommandOutput) => void): void;
169
- listReports(args: ListReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportsCommandOutput) => void): void;
170
-
171
- listReportsForReportGroup(args: ListReportsForReportGroupCommandInput, options?: __HttpHandlerOptions): Promise<ListReportsForReportGroupCommandOutput>;
172
- listReportsForReportGroup(args: ListReportsForReportGroupCommandInput, cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void): void;
173
- listReportsForReportGroup(args: ListReportsForReportGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void): void;
174
-
175
- listSharedProjects(args: ListSharedProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListSharedProjectsCommandOutput>;
176
- listSharedProjects(args: ListSharedProjectsCommandInput, cb: (err: any, data?: ListSharedProjectsCommandOutput) => void): void;
177
- listSharedProjects(args: ListSharedProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSharedProjectsCommandOutput) => void): void;
178
-
179
- listSharedReportGroups(args: ListSharedReportGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListSharedReportGroupsCommandOutput>;
180
- listSharedReportGroups(args: ListSharedReportGroupsCommandInput, cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void): void;
181
- listSharedReportGroups(args: ListSharedReportGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void): void;
182
-
183
- listSourceCredentials(args: ListSourceCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<ListSourceCredentialsCommandOutput>;
184
- listSourceCredentials(args: ListSourceCredentialsCommandInput, cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void): void;
185
- listSourceCredentials(args: ListSourceCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void): void;
186
-
187
- putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
188
- putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
189
- putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
190
-
191
- retryBuild(args: RetryBuildCommandInput, options?: __HttpHandlerOptions): Promise<RetryBuildCommandOutput>;
192
- retryBuild(args: RetryBuildCommandInput, cb: (err: any, data?: RetryBuildCommandOutput) => void): void;
193
- retryBuild(args: RetryBuildCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryBuildCommandOutput) => void): void;
194
-
195
- retryBuildBatch(args: RetryBuildBatchCommandInput, options?: __HttpHandlerOptions): Promise<RetryBuildBatchCommandOutput>;
196
- retryBuildBatch(args: RetryBuildBatchCommandInput, cb: (err: any, data?: RetryBuildBatchCommandOutput) => void): void;
197
- retryBuildBatch(args: RetryBuildBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryBuildBatchCommandOutput) => void): void;
198
-
199
- startBuild(args: StartBuildCommandInput, options?: __HttpHandlerOptions): Promise<StartBuildCommandOutput>;
200
- startBuild(args: StartBuildCommandInput, cb: (err: any, data?: StartBuildCommandOutput) => void): void;
201
- startBuild(args: StartBuildCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBuildCommandOutput) => void): void;
202
-
203
- startBuildBatch(args: StartBuildBatchCommandInput, options?: __HttpHandlerOptions): Promise<StartBuildBatchCommandOutput>;
204
- startBuildBatch(args: StartBuildBatchCommandInput, cb: (err: any, data?: StartBuildBatchCommandOutput) => void): void;
205
- startBuildBatch(args: StartBuildBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBuildBatchCommandOutput) => void): void;
206
-
207
- stopBuild(args: StopBuildCommandInput, options?: __HttpHandlerOptions): Promise<StopBuildCommandOutput>;
208
- stopBuild(args: StopBuildCommandInput, cb: (err: any, data?: StopBuildCommandOutput) => void): void;
209
- stopBuild(args: StopBuildCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopBuildCommandOutput) => void): void;
210
-
211
- stopBuildBatch(args: StopBuildBatchCommandInput, options?: __HttpHandlerOptions): Promise<StopBuildBatchCommandOutput>;
212
- stopBuildBatch(args: StopBuildBatchCommandInput, cb: (err: any, data?: StopBuildBatchCommandOutput) => void): void;
213
- stopBuildBatch(args: StopBuildBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopBuildBatchCommandOutput) => void): void;
214
-
215
- updateProject(args: UpdateProjectCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProjectCommandOutput>;
216
- updateProject(args: UpdateProjectCommandInput, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
217
- updateProject(args: UpdateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
218
-
219
- updateProjectVisibility(args: UpdateProjectVisibilityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProjectVisibilityCommandOutput>;
220
- updateProjectVisibility(args: UpdateProjectVisibilityCommandInput, cb: (err: any, data?: UpdateProjectVisibilityCommandOutput) => void): void;
221
- updateProjectVisibility(args: UpdateProjectVisibilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectVisibilityCommandOutput) => void): void;
222
-
223
- updateReportGroup(args: UpdateReportGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReportGroupCommandOutput>;
224
- updateReportGroup(args: UpdateReportGroupCommandInput, cb: (err: any, data?: UpdateReportGroupCommandOutput) => void): void;
225
- updateReportGroup(args: UpdateReportGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReportGroupCommandOutput) => void): void;
226
-
227
- updateWebhook(args: UpdateWebhookCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebhookCommandOutput>;
228
- updateWebhook(args: UpdateWebhookCommandInput, cb: (err: any, data?: UpdateWebhookCommandOutput) => void): void;
229
- updateWebhook(args: UpdateWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebhookCommandOutput) => void): void;
230
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CodeBuildClient } from "./CodeBuildClient";
3
+ import {
4
+ BatchDeleteBuildsCommandInput,
5
+ BatchDeleteBuildsCommandOutput,
6
+ } from "./commands/BatchDeleteBuildsCommand";
7
+ import {
8
+ BatchGetBuildBatchesCommandInput,
9
+ BatchGetBuildBatchesCommandOutput,
10
+ } from "./commands/BatchGetBuildBatchesCommand";
11
+ import {
12
+ BatchGetBuildsCommandInput,
13
+ BatchGetBuildsCommandOutput,
14
+ } from "./commands/BatchGetBuildsCommand";
15
+ import {
16
+ BatchGetProjectsCommandInput,
17
+ BatchGetProjectsCommandOutput,
18
+ } from "./commands/BatchGetProjectsCommand";
19
+ import {
20
+ BatchGetReportGroupsCommandInput,
21
+ BatchGetReportGroupsCommandOutput,
22
+ } from "./commands/BatchGetReportGroupsCommand";
23
+ import {
24
+ BatchGetReportsCommandInput,
25
+ BatchGetReportsCommandOutput,
26
+ } from "./commands/BatchGetReportsCommand";
27
+ import {
28
+ CreateProjectCommandInput,
29
+ CreateProjectCommandOutput,
30
+ } from "./commands/CreateProjectCommand";
31
+ import {
32
+ CreateReportGroupCommandInput,
33
+ CreateReportGroupCommandOutput,
34
+ } from "./commands/CreateReportGroupCommand";
35
+ import {
36
+ CreateWebhookCommandInput,
37
+ CreateWebhookCommandOutput,
38
+ } from "./commands/CreateWebhookCommand";
39
+ import {
40
+ DeleteBuildBatchCommandInput,
41
+ DeleteBuildBatchCommandOutput,
42
+ } from "./commands/DeleteBuildBatchCommand";
43
+ import {
44
+ DeleteProjectCommandInput,
45
+ DeleteProjectCommandOutput,
46
+ } from "./commands/DeleteProjectCommand";
47
+ import {
48
+ DeleteReportCommandInput,
49
+ DeleteReportCommandOutput,
50
+ } from "./commands/DeleteReportCommand";
51
+ import {
52
+ DeleteReportGroupCommandInput,
53
+ DeleteReportGroupCommandOutput,
54
+ } from "./commands/DeleteReportGroupCommand";
55
+ import {
56
+ DeleteResourcePolicyCommandInput,
57
+ DeleteResourcePolicyCommandOutput,
58
+ } from "./commands/DeleteResourcePolicyCommand";
59
+ import {
60
+ DeleteSourceCredentialsCommandInput,
61
+ DeleteSourceCredentialsCommandOutput,
62
+ } from "./commands/DeleteSourceCredentialsCommand";
63
+ import {
64
+ DeleteWebhookCommandInput,
65
+ DeleteWebhookCommandOutput,
66
+ } from "./commands/DeleteWebhookCommand";
67
+ import {
68
+ DescribeCodeCoveragesCommandInput,
69
+ DescribeCodeCoveragesCommandOutput,
70
+ } from "./commands/DescribeCodeCoveragesCommand";
71
+ import {
72
+ DescribeTestCasesCommandInput,
73
+ DescribeTestCasesCommandOutput,
74
+ } from "./commands/DescribeTestCasesCommand";
75
+ import {
76
+ GetReportGroupTrendCommandInput,
77
+ GetReportGroupTrendCommandOutput,
78
+ } from "./commands/GetReportGroupTrendCommand";
79
+ import {
80
+ GetResourcePolicyCommandInput,
81
+ GetResourcePolicyCommandOutput,
82
+ } from "./commands/GetResourcePolicyCommand";
83
+ import {
84
+ ImportSourceCredentialsCommandInput,
85
+ ImportSourceCredentialsCommandOutput,
86
+ } from "./commands/ImportSourceCredentialsCommand";
87
+ import {
88
+ InvalidateProjectCacheCommandInput,
89
+ InvalidateProjectCacheCommandOutput,
90
+ } from "./commands/InvalidateProjectCacheCommand";
91
+ import {
92
+ ListBuildBatchesCommandInput,
93
+ ListBuildBatchesCommandOutput,
94
+ } from "./commands/ListBuildBatchesCommand";
95
+ import {
96
+ ListBuildBatchesForProjectCommandInput,
97
+ ListBuildBatchesForProjectCommandOutput,
98
+ } from "./commands/ListBuildBatchesForProjectCommand";
99
+ import {
100
+ ListBuildsCommandInput,
101
+ ListBuildsCommandOutput,
102
+ } from "./commands/ListBuildsCommand";
103
+ import {
104
+ ListBuildsForProjectCommandInput,
105
+ ListBuildsForProjectCommandOutput,
106
+ } from "./commands/ListBuildsForProjectCommand";
107
+ import {
108
+ ListCuratedEnvironmentImagesCommandInput,
109
+ ListCuratedEnvironmentImagesCommandOutput,
110
+ } from "./commands/ListCuratedEnvironmentImagesCommand";
111
+ import {
112
+ ListProjectsCommandInput,
113
+ ListProjectsCommandOutput,
114
+ } from "./commands/ListProjectsCommand";
115
+ import {
116
+ ListReportGroupsCommandInput,
117
+ ListReportGroupsCommandOutput,
118
+ } from "./commands/ListReportGroupsCommand";
119
+ import {
120
+ ListReportsCommandInput,
121
+ ListReportsCommandOutput,
122
+ } from "./commands/ListReportsCommand";
123
+ import {
124
+ ListReportsForReportGroupCommandInput,
125
+ ListReportsForReportGroupCommandOutput,
126
+ } from "./commands/ListReportsForReportGroupCommand";
127
+ import {
128
+ ListSharedProjectsCommandInput,
129
+ ListSharedProjectsCommandOutput,
130
+ } from "./commands/ListSharedProjectsCommand";
131
+ import {
132
+ ListSharedReportGroupsCommandInput,
133
+ ListSharedReportGroupsCommandOutput,
134
+ } from "./commands/ListSharedReportGroupsCommand";
135
+ import {
136
+ ListSourceCredentialsCommandInput,
137
+ ListSourceCredentialsCommandOutput,
138
+ } from "./commands/ListSourceCredentialsCommand";
139
+ import {
140
+ PutResourcePolicyCommandInput,
141
+ PutResourcePolicyCommandOutput,
142
+ } from "./commands/PutResourcePolicyCommand";
143
+ import {
144
+ RetryBuildBatchCommandInput,
145
+ RetryBuildBatchCommandOutput,
146
+ } from "./commands/RetryBuildBatchCommand";
147
+ import {
148
+ RetryBuildCommandInput,
149
+ RetryBuildCommandOutput,
150
+ } from "./commands/RetryBuildCommand";
151
+ import {
152
+ StartBuildBatchCommandInput,
153
+ StartBuildBatchCommandOutput,
154
+ } from "./commands/StartBuildBatchCommand";
155
+ import {
156
+ StartBuildCommandInput,
157
+ StartBuildCommandOutput,
158
+ } from "./commands/StartBuildCommand";
159
+ import {
160
+ StopBuildBatchCommandInput,
161
+ StopBuildBatchCommandOutput,
162
+ } from "./commands/StopBuildBatchCommand";
163
+ import {
164
+ StopBuildCommandInput,
165
+ StopBuildCommandOutput,
166
+ } from "./commands/StopBuildCommand";
167
+ import {
168
+ UpdateProjectCommandInput,
169
+ UpdateProjectCommandOutput,
170
+ } from "./commands/UpdateProjectCommand";
171
+ import {
172
+ UpdateProjectVisibilityCommandInput,
173
+ UpdateProjectVisibilityCommandOutput,
174
+ } from "./commands/UpdateProjectVisibilityCommand";
175
+ import {
176
+ UpdateReportGroupCommandInput,
177
+ UpdateReportGroupCommandOutput,
178
+ } from "./commands/UpdateReportGroupCommand";
179
+ import {
180
+ UpdateWebhookCommandInput,
181
+ UpdateWebhookCommandOutput,
182
+ } from "./commands/UpdateWebhookCommand";
183
+
184
+ export declare class CodeBuild extends CodeBuildClient {
185
+ batchDeleteBuilds(
186
+ args: BatchDeleteBuildsCommandInput,
187
+ options?: __HttpHandlerOptions
188
+ ): Promise<BatchDeleteBuildsCommandOutput>;
189
+ batchDeleteBuilds(
190
+ args: BatchDeleteBuildsCommandInput,
191
+ cb: (err: any, data?: BatchDeleteBuildsCommandOutput) => void
192
+ ): void;
193
+ batchDeleteBuilds(
194
+ args: BatchDeleteBuildsCommandInput,
195
+ options: __HttpHandlerOptions,
196
+ cb: (err: any, data?: BatchDeleteBuildsCommandOutput) => void
197
+ ): void;
198
+
199
+ batchGetBuildBatches(
200
+ args: BatchGetBuildBatchesCommandInput,
201
+ options?: __HttpHandlerOptions
202
+ ): Promise<BatchGetBuildBatchesCommandOutput>;
203
+ batchGetBuildBatches(
204
+ args: BatchGetBuildBatchesCommandInput,
205
+ cb: (err: any, data?: BatchGetBuildBatchesCommandOutput) => void
206
+ ): void;
207
+ batchGetBuildBatches(
208
+ args: BatchGetBuildBatchesCommandInput,
209
+ options: __HttpHandlerOptions,
210
+ cb: (err: any, data?: BatchGetBuildBatchesCommandOutput) => void
211
+ ): void;
212
+
213
+ batchGetBuilds(
214
+ args: BatchGetBuildsCommandInput,
215
+ options?: __HttpHandlerOptions
216
+ ): Promise<BatchGetBuildsCommandOutput>;
217
+ batchGetBuilds(
218
+ args: BatchGetBuildsCommandInput,
219
+ cb: (err: any, data?: BatchGetBuildsCommandOutput) => void
220
+ ): void;
221
+ batchGetBuilds(
222
+ args: BatchGetBuildsCommandInput,
223
+ options: __HttpHandlerOptions,
224
+ cb: (err: any, data?: BatchGetBuildsCommandOutput) => void
225
+ ): void;
226
+
227
+ batchGetProjects(
228
+ args: BatchGetProjectsCommandInput,
229
+ options?: __HttpHandlerOptions
230
+ ): Promise<BatchGetProjectsCommandOutput>;
231
+ batchGetProjects(
232
+ args: BatchGetProjectsCommandInput,
233
+ cb: (err: any, data?: BatchGetProjectsCommandOutput) => void
234
+ ): void;
235
+ batchGetProjects(
236
+ args: BatchGetProjectsCommandInput,
237
+ options: __HttpHandlerOptions,
238
+ cb: (err: any, data?: BatchGetProjectsCommandOutput) => void
239
+ ): void;
240
+
241
+ batchGetReportGroups(
242
+ args: BatchGetReportGroupsCommandInput,
243
+ options?: __HttpHandlerOptions
244
+ ): Promise<BatchGetReportGroupsCommandOutput>;
245
+ batchGetReportGroups(
246
+ args: BatchGetReportGroupsCommandInput,
247
+ cb: (err: any, data?: BatchGetReportGroupsCommandOutput) => void
248
+ ): void;
249
+ batchGetReportGroups(
250
+ args: BatchGetReportGroupsCommandInput,
251
+ options: __HttpHandlerOptions,
252
+ cb: (err: any, data?: BatchGetReportGroupsCommandOutput) => void
253
+ ): void;
254
+
255
+ batchGetReports(
256
+ args: BatchGetReportsCommandInput,
257
+ options?: __HttpHandlerOptions
258
+ ): Promise<BatchGetReportsCommandOutput>;
259
+ batchGetReports(
260
+ args: BatchGetReportsCommandInput,
261
+ cb: (err: any, data?: BatchGetReportsCommandOutput) => void
262
+ ): void;
263
+ batchGetReports(
264
+ args: BatchGetReportsCommandInput,
265
+ options: __HttpHandlerOptions,
266
+ cb: (err: any, data?: BatchGetReportsCommandOutput) => void
267
+ ): void;
268
+
269
+ createProject(
270
+ args: CreateProjectCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<CreateProjectCommandOutput>;
273
+ createProject(
274
+ args: CreateProjectCommandInput,
275
+ cb: (err: any, data?: CreateProjectCommandOutput) => void
276
+ ): void;
277
+ createProject(
278
+ args: CreateProjectCommandInput,
279
+ options: __HttpHandlerOptions,
280
+ cb: (err: any, data?: CreateProjectCommandOutput) => void
281
+ ): void;
282
+
283
+ createReportGroup(
284
+ args: CreateReportGroupCommandInput,
285
+ options?: __HttpHandlerOptions
286
+ ): Promise<CreateReportGroupCommandOutput>;
287
+ createReportGroup(
288
+ args: CreateReportGroupCommandInput,
289
+ cb: (err: any, data?: CreateReportGroupCommandOutput) => void
290
+ ): void;
291
+ createReportGroup(
292
+ args: CreateReportGroupCommandInput,
293
+ options: __HttpHandlerOptions,
294
+ cb: (err: any, data?: CreateReportGroupCommandOutput) => void
295
+ ): void;
296
+
297
+ createWebhook(
298
+ args: CreateWebhookCommandInput,
299
+ options?: __HttpHandlerOptions
300
+ ): Promise<CreateWebhookCommandOutput>;
301
+ createWebhook(
302
+ args: CreateWebhookCommandInput,
303
+ cb: (err: any, data?: CreateWebhookCommandOutput) => void
304
+ ): void;
305
+ createWebhook(
306
+ args: CreateWebhookCommandInput,
307
+ options: __HttpHandlerOptions,
308
+ cb: (err: any, data?: CreateWebhookCommandOutput) => void
309
+ ): void;
310
+
311
+ deleteBuildBatch(
312
+ args: DeleteBuildBatchCommandInput,
313
+ options?: __HttpHandlerOptions
314
+ ): Promise<DeleteBuildBatchCommandOutput>;
315
+ deleteBuildBatch(
316
+ args: DeleteBuildBatchCommandInput,
317
+ cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void
318
+ ): void;
319
+ deleteBuildBatch(
320
+ args: DeleteBuildBatchCommandInput,
321
+ options: __HttpHandlerOptions,
322
+ cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void
323
+ ): void;
324
+
325
+ deleteProject(
326
+ args: DeleteProjectCommandInput,
327
+ options?: __HttpHandlerOptions
328
+ ): Promise<DeleteProjectCommandOutput>;
329
+ deleteProject(
330
+ args: DeleteProjectCommandInput,
331
+ cb: (err: any, data?: DeleteProjectCommandOutput) => void
332
+ ): void;
333
+ deleteProject(
334
+ args: DeleteProjectCommandInput,
335
+ options: __HttpHandlerOptions,
336
+ cb: (err: any, data?: DeleteProjectCommandOutput) => void
337
+ ): void;
338
+
339
+ deleteReport(
340
+ args: DeleteReportCommandInput,
341
+ options?: __HttpHandlerOptions
342
+ ): Promise<DeleteReportCommandOutput>;
343
+ deleteReport(
344
+ args: DeleteReportCommandInput,
345
+ cb: (err: any, data?: DeleteReportCommandOutput) => void
346
+ ): void;
347
+ deleteReport(
348
+ args: DeleteReportCommandInput,
349
+ options: __HttpHandlerOptions,
350
+ cb: (err: any, data?: DeleteReportCommandOutput) => void
351
+ ): void;
352
+
353
+ deleteReportGroup(
354
+ args: DeleteReportGroupCommandInput,
355
+ options?: __HttpHandlerOptions
356
+ ): Promise<DeleteReportGroupCommandOutput>;
357
+ deleteReportGroup(
358
+ args: DeleteReportGroupCommandInput,
359
+ cb: (err: any, data?: DeleteReportGroupCommandOutput) => void
360
+ ): void;
361
+ deleteReportGroup(
362
+ args: DeleteReportGroupCommandInput,
363
+ options: __HttpHandlerOptions,
364
+ cb: (err: any, data?: DeleteReportGroupCommandOutput) => void
365
+ ): void;
366
+
367
+ deleteResourcePolicy(
368
+ args: DeleteResourcePolicyCommandInput,
369
+ options?: __HttpHandlerOptions
370
+ ): Promise<DeleteResourcePolicyCommandOutput>;
371
+ deleteResourcePolicy(
372
+ args: DeleteResourcePolicyCommandInput,
373
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
374
+ ): void;
375
+ deleteResourcePolicy(
376
+ args: DeleteResourcePolicyCommandInput,
377
+ options: __HttpHandlerOptions,
378
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
379
+ ): void;
380
+
381
+ deleteSourceCredentials(
382
+ args: DeleteSourceCredentialsCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<DeleteSourceCredentialsCommandOutput>;
385
+ deleteSourceCredentials(
386
+ args: DeleteSourceCredentialsCommandInput,
387
+ cb: (err: any, data?: DeleteSourceCredentialsCommandOutput) => void
388
+ ): void;
389
+ deleteSourceCredentials(
390
+ args: DeleteSourceCredentialsCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: DeleteSourceCredentialsCommandOutput) => void
393
+ ): void;
394
+
395
+ deleteWebhook(
396
+ args: DeleteWebhookCommandInput,
397
+ options?: __HttpHandlerOptions
398
+ ): Promise<DeleteWebhookCommandOutput>;
399
+ deleteWebhook(
400
+ args: DeleteWebhookCommandInput,
401
+ cb: (err: any, data?: DeleteWebhookCommandOutput) => void
402
+ ): void;
403
+ deleteWebhook(
404
+ args: DeleteWebhookCommandInput,
405
+ options: __HttpHandlerOptions,
406
+ cb: (err: any, data?: DeleteWebhookCommandOutput) => void
407
+ ): void;
408
+
409
+ describeCodeCoverages(
410
+ args: DescribeCodeCoveragesCommandInput,
411
+ options?: __HttpHandlerOptions
412
+ ): Promise<DescribeCodeCoveragesCommandOutput>;
413
+ describeCodeCoverages(
414
+ args: DescribeCodeCoveragesCommandInput,
415
+ cb: (err: any, data?: DescribeCodeCoveragesCommandOutput) => void
416
+ ): void;
417
+ describeCodeCoverages(
418
+ args: DescribeCodeCoveragesCommandInput,
419
+ options: __HttpHandlerOptions,
420
+ cb: (err: any, data?: DescribeCodeCoveragesCommandOutput) => void
421
+ ): void;
422
+
423
+ describeTestCases(
424
+ args: DescribeTestCasesCommandInput,
425
+ options?: __HttpHandlerOptions
426
+ ): Promise<DescribeTestCasesCommandOutput>;
427
+ describeTestCases(
428
+ args: DescribeTestCasesCommandInput,
429
+ cb: (err: any, data?: DescribeTestCasesCommandOutput) => void
430
+ ): void;
431
+ describeTestCases(
432
+ args: DescribeTestCasesCommandInput,
433
+ options: __HttpHandlerOptions,
434
+ cb: (err: any, data?: DescribeTestCasesCommandOutput) => void
435
+ ): void;
436
+
437
+ getReportGroupTrend(
438
+ args: GetReportGroupTrendCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<GetReportGroupTrendCommandOutput>;
441
+ getReportGroupTrend(
442
+ args: GetReportGroupTrendCommandInput,
443
+ cb: (err: any, data?: GetReportGroupTrendCommandOutput) => void
444
+ ): void;
445
+ getReportGroupTrend(
446
+ args: GetReportGroupTrendCommandInput,
447
+ options: __HttpHandlerOptions,
448
+ cb: (err: any, data?: GetReportGroupTrendCommandOutput) => void
449
+ ): void;
450
+
451
+ getResourcePolicy(
452
+ args: GetResourcePolicyCommandInput,
453
+ options?: __HttpHandlerOptions
454
+ ): Promise<GetResourcePolicyCommandOutput>;
455
+ getResourcePolicy(
456
+ args: GetResourcePolicyCommandInput,
457
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
458
+ ): void;
459
+ getResourcePolicy(
460
+ args: GetResourcePolicyCommandInput,
461
+ options: __HttpHandlerOptions,
462
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
463
+ ): void;
464
+
465
+ importSourceCredentials(
466
+ args: ImportSourceCredentialsCommandInput,
467
+ options?: __HttpHandlerOptions
468
+ ): Promise<ImportSourceCredentialsCommandOutput>;
469
+ importSourceCredentials(
470
+ args: ImportSourceCredentialsCommandInput,
471
+ cb: (err: any, data?: ImportSourceCredentialsCommandOutput) => void
472
+ ): void;
473
+ importSourceCredentials(
474
+ args: ImportSourceCredentialsCommandInput,
475
+ options: __HttpHandlerOptions,
476
+ cb: (err: any, data?: ImportSourceCredentialsCommandOutput) => void
477
+ ): void;
478
+
479
+ invalidateProjectCache(
480
+ args: InvalidateProjectCacheCommandInput,
481
+ options?: __HttpHandlerOptions
482
+ ): Promise<InvalidateProjectCacheCommandOutput>;
483
+ invalidateProjectCache(
484
+ args: InvalidateProjectCacheCommandInput,
485
+ cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void
486
+ ): void;
487
+ invalidateProjectCache(
488
+ args: InvalidateProjectCacheCommandInput,
489
+ options: __HttpHandlerOptions,
490
+ cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void
491
+ ): void;
492
+
493
+ listBuildBatches(
494
+ args: ListBuildBatchesCommandInput,
495
+ options?: __HttpHandlerOptions
496
+ ): Promise<ListBuildBatchesCommandOutput>;
497
+ listBuildBatches(
498
+ args: ListBuildBatchesCommandInput,
499
+ cb: (err: any, data?: ListBuildBatchesCommandOutput) => void
500
+ ): void;
501
+ listBuildBatches(
502
+ args: ListBuildBatchesCommandInput,
503
+ options: __HttpHandlerOptions,
504
+ cb: (err: any, data?: ListBuildBatchesCommandOutput) => void
505
+ ): void;
506
+
507
+ listBuildBatchesForProject(
508
+ args: ListBuildBatchesForProjectCommandInput,
509
+ options?: __HttpHandlerOptions
510
+ ): Promise<ListBuildBatchesForProjectCommandOutput>;
511
+ listBuildBatchesForProject(
512
+ args: ListBuildBatchesForProjectCommandInput,
513
+ cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void
514
+ ): void;
515
+ listBuildBatchesForProject(
516
+ args: ListBuildBatchesForProjectCommandInput,
517
+ options: __HttpHandlerOptions,
518
+ cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void
519
+ ): void;
520
+
521
+ listBuilds(
522
+ args: ListBuildsCommandInput,
523
+ options?: __HttpHandlerOptions
524
+ ): Promise<ListBuildsCommandOutput>;
525
+ listBuilds(
526
+ args: ListBuildsCommandInput,
527
+ cb: (err: any, data?: ListBuildsCommandOutput) => void
528
+ ): void;
529
+ listBuilds(
530
+ args: ListBuildsCommandInput,
531
+ options: __HttpHandlerOptions,
532
+ cb: (err: any, data?: ListBuildsCommandOutput) => void
533
+ ): void;
534
+
535
+ listBuildsForProject(
536
+ args: ListBuildsForProjectCommandInput,
537
+ options?: __HttpHandlerOptions
538
+ ): Promise<ListBuildsForProjectCommandOutput>;
539
+ listBuildsForProject(
540
+ args: ListBuildsForProjectCommandInput,
541
+ cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void
542
+ ): void;
543
+ listBuildsForProject(
544
+ args: ListBuildsForProjectCommandInput,
545
+ options: __HttpHandlerOptions,
546
+ cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void
547
+ ): void;
548
+
549
+ listCuratedEnvironmentImages(
550
+ args: ListCuratedEnvironmentImagesCommandInput,
551
+ options?: __HttpHandlerOptions
552
+ ): Promise<ListCuratedEnvironmentImagesCommandOutput>;
553
+ listCuratedEnvironmentImages(
554
+ args: ListCuratedEnvironmentImagesCommandInput,
555
+ cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void
556
+ ): void;
557
+ listCuratedEnvironmentImages(
558
+ args: ListCuratedEnvironmentImagesCommandInput,
559
+ options: __HttpHandlerOptions,
560
+ cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void
561
+ ): void;
562
+
563
+ listProjects(
564
+ args: ListProjectsCommandInput,
565
+ options?: __HttpHandlerOptions
566
+ ): Promise<ListProjectsCommandOutput>;
567
+ listProjects(
568
+ args: ListProjectsCommandInput,
569
+ cb: (err: any, data?: ListProjectsCommandOutput) => void
570
+ ): void;
571
+ listProjects(
572
+ args: ListProjectsCommandInput,
573
+ options: __HttpHandlerOptions,
574
+ cb: (err: any, data?: ListProjectsCommandOutput) => void
575
+ ): void;
576
+
577
+ listReportGroups(
578
+ args: ListReportGroupsCommandInput,
579
+ options?: __HttpHandlerOptions
580
+ ): Promise<ListReportGroupsCommandOutput>;
581
+ listReportGroups(
582
+ args: ListReportGroupsCommandInput,
583
+ cb: (err: any, data?: ListReportGroupsCommandOutput) => void
584
+ ): void;
585
+ listReportGroups(
586
+ args: ListReportGroupsCommandInput,
587
+ options: __HttpHandlerOptions,
588
+ cb: (err: any, data?: ListReportGroupsCommandOutput) => void
589
+ ): void;
590
+
591
+ listReports(
592
+ args: ListReportsCommandInput,
593
+ options?: __HttpHandlerOptions
594
+ ): Promise<ListReportsCommandOutput>;
595
+ listReports(
596
+ args: ListReportsCommandInput,
597
+ cb: (err: any, data?: ListReportsCommandOutput) => void
598
+ ): void;
599
+ listReports(
600
+ args: ListReportsCommandInput,
601
+ options: __HttpHandlerOptions,
602
+ cb: (err: any, data?: ListReportsCommandOutput) => void
603
+ ): void;
604
+
605
+ listReportsForReportGroup(
606
+ args: ListReportsForReportGroupCommandInput,
607
+ options?: __HttpHandlerOptions
608
+ ): Promise<ListReportsForReportGroupCommandOutput>;
609
+ listReportsForReportGroup(
610
+ args: ListReportsForReportGroupCommandInput,
611
+ cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void
612
+ ): void;
613
+ listReportsForReportGroup(
614
+ args: ListReportsForReportGroupCommandInput,
615
+ options: __HttpHandlerOptions,
616
+ cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void
617
+ ): void;
618
+
619
+ listSharedProjects(
620
+ args: ListSharedProjectsCommandInput,
621
+ options?: __HttpHandlerOptions
622
+ ): Promise<ListSharedProjectsCommandOutput>;
623
+ listSharedProjects(
624
+ args: ListSharedProjectsCommandInput,
625
+ cb: (err: any, data?: ListSharedProjectsCommandOutput) => void
626
+ ): void;
627
+ listSharedProjects(
628
+ args: ListSharedProjectsCommandInput,
629
+ options: __HttpHandlerOptions,
630
+ cb: (err: any, data?: ListSharedProjectsCommandOutput) => void
631
+ ): void;
632
+
633
+ listSharedReportGroups(
634
+ args: ListSharedReportGroupsCommandInput,
635
+ options?: __HttpHandlerOptions
636
+ ): Promise<ListSharedReportGroupsCommandOutput>;
637
+ listSharedReportGroups(
638
+ args: ListSharedReportGroupsCommandInput,
639
+ cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void
640
+ ): void;
641
+ listSharedReportGroups(
642
+ args: ListSharedReportGroupsCommandInput,
643
+ options: __HttpHandlerOptions,
644
+ cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void
645
+ ): void;
646
+
647
+ listSourceCredentials(
648
+ args: ListSourceCredentialsCommandInput,
649
+ options?: __HttpHandlerOptions
650
+ ): Promise<ListSourceCredentialsCommandOutput>;
651
+ listSourceCredentials(
652
+ args: ListSourceCredentialsCommandInput,
653
+ cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void
654
+ ): void;
655
+ listSourceCredentials(
656
+ args: ListSourceCredentialsCommandInput,
657
+ options: __HttpHandlerOptions,
658
+ cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void
659
+ ): void;
660
+
661
+ putResourcePolicy(
662
+ args: PutResourcePolicyCommandInput,
663
+ options?: __HttpHandlerOptions
664
+ ): Promise<PutResourcePolicyCommandOutput>;
665
+ putResourcePolicy(
666
+ args: PutResourcePolicyCommandInput,
667
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
668
+ ): void;
669
+ putResourcePolicy(
670
+ args: PutResourcePolicyCommandInput,
671
+ options: __HttpHandlerOptions,
672
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
673
+ ): void;
674
+
675
+ retryBuild(
676
+ args: RetryBuildCommandInput,
677
+ options?: __HttpHandlerOptions
678
+ ): Promise<RetryBuildCommandOutput>;
679
+ retryBuild(
680
+ args: RetryBuildCommandInput,
681
+ cb: (err: any, data?: RetryBuildCommandOutput) => void
682
+ ): void;
683
+ retryBuild(
684
+ args: RetryBuildCommandInput,
685
+ options: __HttpHandlerOptions,
686
+ cb: (err: any, data?: RetryBuildCommandOutput) => void
687
+ ): void;
688
+
689
+ retryBuildBatch(
690
+ args: RetryBuildBatchCommandInput,
691
+ options?: __HttpHandlerOptions
692
+ ): Promise<RetryBuildBatchCommandOutput>;
693
+ retryBuildBatch(
694
+ args: RetryBuildBatchCommandInput,
695
+ cb: (err: any, data?: RetryBuildBatchCommandOutput) => void
696
+ ): void;
697
+ retryBuildBatch(
698
+ args: RetryBuildBatchCommandInput,
699
+ options: __HttpHandlerOptions,
700
+ cb: (err: any, data?: RetryBuildBatchCommandOutput) => void
701
+ ): void;
702
+
703
+ startBuild(
704
+ args: StartBuildCommandInput,
705
+ options?: __HttpHandlerOptions
706
+ ): Promise<StartBuildCommandOutput>;
707
+ startBuild(
708
+ args: StartBuildCommandInput,
709
+ cb: (err: any, data?: StartBuildCommandOutput) => void
710
+ ): void;
711
+ startBuild(
712
+ args: StartBuildCommandInput,
713
+ options: __HttpHandlerOptions,
714
+ cb: (err: any, data?: StartBuildCommandOutput) => void
715
+ ): void;
716
+
717
+ startBuildBatch(
718
+ args: StartBuildBatchCommandInput,
719
+ options?: __HttpHandlerOptions
720
+ ): Promise<StartBuildBatchCommandOutput>;
721
+ startBuildBatch(
722
+ args: StartBuildBatchCommandInput,
723
+ cb: (err: any, data?: StartBuildBatchCommandOutput) => void
724
+ ): void;
725
+ startBuildBatch(
726
+ args: StartBuildBatchCommandInput,
727
+ options: __HttpHandlerOptions,
728
+ cb: (err: any, data?: StartBuildBatchCommandOutput) => void
729
+ ): void;
730
+
731
+ stopBuild(
732
+ args: StopBuildCommandInput,
733
+ options?: __HttpHandlerOptions
734
+ ): Promise<StopBuildCommandOutput>;
735
+ stopBuild(
736
+ args: StopBuildCommandInput,
737
+ cb: (err: any, data?: StopBuildCommandOutput) => void
738
+ ): void;
739
+ stopBuild(
740
+ args: StopBuildCommandInput,
741
+ options: __HttpHandlerOptions,
742
+ cb: (err: any, data?: StopBuildCommandOutput) => void
743
+ ): void;
744
+
745
+ stopBuildBatch(
746
+ args: StopBuildBatchCommandInput,
747
+ options?: __HttpHandlerOptions
748
+ ): Promise<StopBuildBatchCommandOutput>;
749
+ stopBuildBatch(
750
+ args: StopBuildBatchCommandInput,
751
+ cb: (err: any, data?: StopBuildBatchCommandOutput) => void
752
+ ): void;
753
+ stopBuildBatch(
754
+ args: StopBuildBatchCommandInput,
755
+ options: __HttpHandlerOptions,
756
+ cb: (err: any, data?: StopBuildBatchCommandOutput) => void
757
+ ): void;
758
+
759
+ updateProject(
760
+ args: UpdateProjectCommandInput,
761
+ options?: __HttpHandlerOptions
762
+ ): Promise<UpdateProjectCommandOutput>;
763
+ updateProject(
764
+ args: UpdateProjectCommandInput,
765
+ cb: (err: any, data?: UpdateProjectCommandOutput) => void
766
+ ): void;
767
+ updateProject(
768
+ args: UpdateProjectCommandInput,
769
+ options: __HttpHandlerOptions,
770
+ cb: (err: any, data?: UpdateProjectCommandOutput) => void
771
+ ): void;
772
+
773
+ updateProjectVisibility(
774
+ args: UpdateProjectVisibilityCommandInput,
775
+ options?: __HttpHandlerOptions
776
+ ): Promise<UpdateProjectVisibilityCommandOutput>;
777
+ updateProjectVisibility(
778
+ args: UpdateProjectVisibilityCommandInput,
779
+ cb: (err: any, data?: UpdateProjectVisibilityCommandOutput) => void
780
+ ): void;
781
+ updateProjectVisibility(
782
+ args: UpdateProjectVisibilityCommandInput,
783
+ options: __HttpHandlerOptions,
784
+ cb: (err: any, data?: UpdateProjectVisibilityCommandOutput) => void
785
+ ): void;
786
+
787
+ updateReportGroup(
788
+ args: UpdateReportGroupCommandInput,
789
+ options?: __HttpHandlerOptions
790
+ ): Promise<UpdateReportGroupCommandOutput>;
791
+ updateReportGroup(
792
+ args: UpdateReportGroupCommandInput,
793
+ cb: (err: any, data?: UpdateReportGroupCommandOutput) => void
794
+ ): void;
795
+ updateReportGroup(
796
+ args: UpdateReportGroupCommandInput,
797
+ options: __HttpHandlerOptions,
798
+ cb: (err: any, data?: UpdateReportGroupCommandOutput) => void
799
+ ): void;
800
+
801
+ updateWebhook(
802
+ args: UpdateWebhookCommandInput,
803
+ options?: __HttpHandlerOptions
804
+ ): Promise<UpdateWebhookCommandOutput>;
805
+ updateWebhook(
806
+ args: UpdateWebhookCommandInput,
807
+ cb: (err: any, data?: UpdateWebhookCommandOutput) => void
808
+ ): void;
809
+ updateWebhook(
810
+ args: UpdateWebhookCommandInput,
811
+ options: __HttpHandlerOptions,
812
+ cb: (err: any, data?: UpdateWebhookCommandOutput) => void
813
+ ): void;
814
+ }