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