@aws-sdk/client-codebuild 3.169.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CodeBuild.d.ts +814 -230
- package/dist-types/ts3.4/CodeBuildClient.d.ts +399 -118
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +45 -45
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeBuildServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2105 -1996
- package/dist-types/ts3.4/pagination/DescribeCodeCoveragesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTestCasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBuildBatchesForProjectPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildBatchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildsForProjectPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportsForReportGroupPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSharedProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSharedReportGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +545 -137
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,118 +1,399 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
BatchDeleteBuildsCommandInput,
|
|
47
|
+
BatchDeleteBuildsCommandOutput,
|
|
48
|
+
} from "./commands/BatchDeleteBuildsCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchGetBuildBatchesCommandInput,
|
|
51
|
+
BatchGetBuildBatchesCommandOutput,
|
|
52
|
+
} from "./commands/BatchGetBuildBatchesCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchGetBuildsCommandInput,
|
|
55
|
+
BatchGetBuildsCommandOutput,
|
|
56
|
+
} from "./commands/BatchGetBuildsCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchGetProjectsCommandInput,
|
|
59
|
+
BatchGetProjectsCommandOutput,
|
|
60
|
+
} from "./commands/BatchGetProjectsCommand";
|
|
61
|
+
import {
|
|
62
|
+
BatchGetReportGroupsCommandInput,
|
|
63
|
+
BatchGetReportGroupsCommandOutput,
|
|
64
|
+
} from "./commands/BatchGetReportGroupsCommand";
|
|
65
|
+
import {
|
|
66
|
+
BatchGetReportsCommandInput,
|
|
67
|
+
BatchGetReportsCommandOutput,
|
|
68
|
+
} from "./commands/BatchGetReportsCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateProjectCommandInput,
|
|
71
|
+
CreateProjectCommandOutput,
|
|
72
|
+
} from "./commands/CreateProjectCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateReportGroupCommandInput,
|
|
75
|
+
CreateReportGroupCommandOutput,
|
|
76
|
+
} from "./commands/CreateReportGroupCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateWebhookCommandInput,
|
|
79
|
+
CreateWebhookCommandOutput,
|
|
80
|
+
} from "./commands/CreateWebhookCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteBuildBatchCommandInput,
|
|
83
|
+
DeleteBuildBatchCommandOutput,
|
|
84
|
+
} from "./commands/DeleteBuildBatchCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteProjectCommandInput,
|
|
87
|
+
DeleteProjectCommandOutput,
|
|
88
|
+
} from "./commands/DeleteProjectCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteReportCommandInput,
|
|
91
|
+
DeleteReportCommandOutput,
|
|
92
|
+
} from "./commands/DeleteReportCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteReportGroupCommandInput,
|
|
95
|
+
DeleteReportGroupCommandOutput,
|
|
96
|
+
} from "./commands/DeleteReportGroupCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteResourcePolicyCommandInput,
|
|
99
|
+
DeleteResourcePolicyCommandOutput,
|
|
100
|
+
} from "./commands/DeleteResourcePolicyCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteSourceCredentialsCommandInput,
|
|
103
|
+
DeleteSourceCredentialsCommandOutput,
|
|
104
|
+
} from "./commands/DeleteSourceCredentialsCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteWebhookCommandInput,
|
|
107
|
+
DeleteWebhookCommandOutput,
|
|
108
|
+
} from "./commands/DeleteWebhookCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeCodeCoveragesCommandInput,
|
|
111
|
+
DescribeCodeCoveragesCommandOutput,
|
|
112
|
+
} from "./commands/DescribeCodeCoveragesCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeTestCasesCommandInput,
|
|
115
|
+
DescribeTestCasesCommandOutput,
|
|
116
|
+
} from "./commands/DescribeTestCasesCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetReportGroupTrendCommandInput,
|
|
119
|
+
GetReportGroupTrendCommandOutput,
|
|
120
|
+
} from "./commands/GetReportGroupTrendCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetResourcePolicyCommandInput,
|
|
123
|
+
GetResourcePolicyCommandOutput,
|
|
124
|
+
} from "./commands/GetResourcePolicyCommand";
|
|
125
|
+
import {
|
|
126
|
+
ImportSourceCredentialsCommandInput,
|
|
127
|
+
ImportSourceCredentialsCommandOutput,
|
|
128
|
+
} from "./commands/ImportSourceCredentialsCommand";
|
|
129
|
+
import {
|
|
130
|
+
InvalidateProjectCacheCommandInput,
|
|
131
|
+
InvalidateProjectCacheCommandOutput,
|
|
132
|
+
} from "./commands/InvalidateProjectCacheCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListBuildBatchesCommandInput,
|
|
135
|
+
ListBuildBatchesCommandOutput,
|
|
136
|
+
} from "./commands/ListBuildBatchesCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListBuildBatchesForProjectCommandInput,
|
|
139
|
+
ListBuildBatchesForProjectCommandOutput,
|
|
140
|
+
} from "./commands/ListBuildBatchesForProjectCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListBuildsCommandInput,
|
|
143
|
+
ListBuildsCommandOutput,
|
|
144
|
+
} from "./commands/ListBuildsCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListBuildsForProjectCommandInput,
|
|
147
|
+
ListBuildsForProjectCommandOutput,
|
|
148
|
+
} from "./commands/ListBuildsForProjectCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListCuratedEnvironmentImagesCommandInput,
|
|
151
|
+
ListCuratedEnvironmentImagesCommandOutput,
|
|
152
|
+
} from "./commands/ListCuratedEnvironmentImagesCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListProjectsCommandInput,
|
|
155
|
+
ListProjectsCommandOutput,
|
|
156
|
+
} from "./commands/ListProjectsCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListReportGroupsCommandInput,
|
|
159
|
+
ListReportGroupsCommandOutput,
|
|
160
|
+
} from "./commands/ListReportGroupsCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListReportsCommandInput,
|
|
163
|
+
ListReportsCommandOutput,
|
|
164
|
+
} from "./commands/ListReportsCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListReportsForReportGroupCommandInput,
|
|
167
|
+
ListReportsForReportGroupCommandOutput,
|
|
168
|
+
} from "./commands/ListReportsForReportGroupCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListSharedProjectsCommandInput,
|
|
171
|
+
ListSharedProjectsCommandOutput,
|
|
172
|
+
} from "./commands/ListSharedProjectsCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListSharedReportGroupsCommandInput,
|
|
175
|
+
ListSharedReportGroupsCommandOutput,
|
|
176
|
+
} from "./commands/ListSharedReportGroupsCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListSourceCredentialsCommandInput,
|
|
179
|
+
ListSourceCredentialsCommandOutput,
|
|
180
|
+
} from "./commands/ListSourceCredentialsCommand";
|
|
181
|
+
import {
|
|
182
|
+
PutResourcePolicyCommandInput,
|
|
183
|
+
PutResourcePolicyCommandOutput,
|
|
184
|
+
} from "./commands/PutResourcePolicyCommand";
|
|
185
|
+
import {
|
|
186
|
+
RetryBuildBatchCommandInput,
|
|
187
|
+
RetryBuildBatchCommandOutput,
|
|
188
|
+
} from "./commands/RetryBuildBatchCommand";
|
|
189
|
+
import {
|
|
190
|
+
RetryBuildCommandInput,
|
|
191
|
+
RetryBuildCommandOutput,
|
|
192
|
+
} from "./commands/RetryBuildCommand";
|
|
193
|
+
import {
|
|
194
|
+
StartBuildBatchCommandInput,
|
|
195
|
+
StartBuildBatchCommandOutput,
|
|
196
|
+
} from "./commands/StartBuildBatchCommand";
|
|
197
|
+
import {
|
|
198
|
+
StartBuildCommandInput,
|
|
199
|
+
StartBuildCommandOutput,
|
|
200
|
+
} from "./commands/StartBuildCommand";
|
|
201
|
+
import {
|
|
202
|
+
StopBuildBatchCommandInput,
|
|
203
|
+
StopBuildBatchCommandOutput,
|
|
204
|
+
} from "./commands/StopBuildBatchCommand";
|
|
205
|
+
import {
|
|
206
|
+
StopBuildCommandInput,
|
|
207
|
+
StopBuildCommandOutput,
|
|
208
|
+
} from "./commands/StopBuildCommand";
|
|
209
|
+
import {
|
|
210
|
+
UpdateProjectCommandInput,
|
|
211
|
+
UpdateProjectCommandOutput,
|
|
212
|
+
} from "./commands/UpdateProjectCommand";
|
|
213
|
+
import {
|
|
214
|
+
UpdateProjectVisibilityCommandInput,
|
|
215
|
+
UpdateProjectVisibilityCommandOutput,
|
|
216
|
+
} from "./commands/UpdateProjectVisibilityCommand";
|
|
217
|
+
import {
|
|
218
|
+
UpdateReportGroupCommandInput,
|
|
219
|
+
UpdateReportGroupCommandOutput,
|
|
220
|
+
} from "./commands/UpdateReportGroupCommand";
|
|
221
|
+
import {
|
|
222
|
+
UpdateWebhookCommandInput,
|
|
223
|
+
UpdateWebhookCommandOutput,
|
|
224
|
+
} from "./commands/UpdateWebhookCommand";
|
|
225
|
+
export declare type ServiceInputTypes =
|
|
226
|
+
| BatchDeleteBuildsCommandInput
|
|
227
|
+
| BatchGetBuildBatchesCommandInput
|
|
228
|
+
| BatchGetBuildsCommandInput
|
|
229
|
+
| BatchGetProjectsCommandInput
|
|
230
|
+
| BatchGetReportGroupsCommandInput
|
|
231
|
+
| BatchGetReportsCommandInput
|
|
232
|
+
| CreateProjectCommandInput
|
|
233
|
+
| CreateReportGroupCommandInput
|
|
234
|
+
| CreateWebhookCommandInput
|
|
235
|
+
| DeleteBuildBatchCommandInput
|
|
236
|
+
| DeleteProjectCommandInput
|
|
237
|
+
| DeleteReportCommandInput
|
|
238
|
+
| DeleteReportGroupCommandInput
|
|
239
|
+
| DeleteResourcePolicyCommandInput
|
|
240
|
+
| DeleteSourceCredentialsCommandInput
|
|
241
|
+
| DeleteWebhookCommandInput
|
|
242
|
+
| DescribeCodeCoveragesCommandInput
|
|
243
|
+
| DescribeTestCasesCommandInput
|
|
244
|
+
| GetReportGroupTrendCommandInput
|
|
245
|
+
| GetResourcePolicyCommandInput
|
|
246
|
+
| ImportSourceCredentialsCommandInput
|
|
247
|
+
| InvalidateProjectCacheCommandInput
|
|
248
|
+
| ListBuildBatchesCommandInput
|
|
249
|
+
| ListBuildBatchesForProjectCommandInput
|
|
250
|
+
| ListBuildsCommandInput
|
|
251
|
+
| ListBuildsForProjectCommandInput
|
|
252
|
+
| ListCuratedEnvironmentImagesCommandInput
|
|
253
|
+
| ListProjectsCommandInput
|
|
254
|
+
| ListReportGroupsCommandInput
|
|
255
|
+
| ListReportsCommandInput
|
|
256
|
+
| ListReportsForReportGroupCommandInput
|
|
257
|
+
| ListSharedProjectsCommandInput
|
|
258
|
+
| ListSharedReportGroupsCommandInput
|
|
259
|
+
| ListSourceCredentialsCommandInput
|
|
260
|
+
| PutResourcePolicyCommandInput
|
|
261
|
+
| RetryBuildBatchCommandInput
|
|
262
|
+
| RetryBuildCommandInput
|
|
263
|
+
| StartBuildBatchCommandInput
|
|
264
|
+
| StartBuildCommandInput
|
|
265
|
+
| StopBuildBatchCommandInput
|
|
266
|
+
| StopBuildCommandInput
|
|
267
|
+
| UpdateProjectCommandInput
|
|
268
|
+
| UpdateProjectVisibilityCommandInput
|
|
269
|
+
| UpdateReportGroupCommandInput
|
|
270
|
+
| UpdateWebhookCommandInput;
|
|
271
|
+
export declare type ServiceOutputTypes =
|
|
272
|
+
| BatchDeleteBuildsCommandOutput
|
|
273
|
+
| BatchGetBuildBatchesCommandOutput
|
|
274
|
+
| BatchGetBuildsCommandOutput
|
|
275
|
+
| BatchGetProjectsCommandOutput
|
|
276
|
+
| BatchGetReportGroupsCommandOutput
|
|
277
|
+
| BatchGetReportsCommandOutput
|
|
278
|
+
| CreateProjectCommandOutput
|
|
279
|
+
| CreateReportGroupCommandOutput
|
|
280
|
+
| CreateWebhookCommandOutput
|
|
281
|
+
| DeleteBuildBatchCommandOutput
|
|
282
|
+
| DeleteProjectCommandOutput
|
|
283
|
+
| DeleteReportCommandOutput
|
|
284
|
+
| DeleteReportGroupCommandOutput
|
|
285
|
+
| DeleteResourcePolicyCommandOutput
|
|
286
|
+
| DeleteSourceCredentialsCommandOutput
|
|
287
|
+
| DeleteWebhookCommandOutput
|
|
288
|
+
| DescribeCodeCoveragesCommandOutput
|
|
289
|
+
| DescribeTestCasesCommandOutput
|
|
290
|
+
| GetReportGroupTrendCommandOutput
|
|
291
|
+
| GetResourcePolicyCommandOutput
|
|
292
|
+
| ImportSourceCredentialsCommandOutput
|
|
293
|
+
| InvalidateProjectCacheCommandOutput
|
|
294
|
+
| ListBuildBatchesCommandOutput
|
|
295
|
+
| ListBuildBatchesForProjectCommandOutput
|
|
296
|
+
| ListBuildsCommandOutput
|
|
297
|
+
| ListBuildsForProjectCommandOutput
|
|
298
|
+
| ListCuratedEnvironmentImagesCommandOutput
|
|
299
|
+
| ListProjectsCommandOutput
|
|
300
|
+
| ListReportGroupsCommandOutput
|
|
301
|
+
| ListReportsCommandOutput
|
|
302
|
+
| ListReportsForReportGroupCommandOutput
|
|
303
|
+
| ListSharedProjectsCommandOutput
|
|
304
|
+
| ListSharedReportGroupsCommandOutput
|
|
305
|
+
| ListSourceCredentialsCommandOutput
|
|
306
|
+
| PutResourcePolicyCommandOutput
|
|
307
|
+
| RetryBuildBatchCommandOutput
|
|
308
|
+
| RetryBuildCommandOutput
|
|
309
|
+
| StartBuildBatchCommandOutput
|
|
310
|
+
| StartBuildCommandOutput
|
|
311
|
+
| StopBuildBatchCommandOutput
|
|
312
|
+
| StopBuildCommandOutput
|
|
313
|
+
| UpdateProjectCommandOutput
|
|
314
|
+
| UpdateProjectVisibilityCommandOutput
|
|
315
|
+
| UpdateReportGroupCommandOutput
|
|
316
|
+
| UpdateWebhookCommandOutput;
|
|
317
|
+
export interface ClientDefaults
|
|
318
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
319
|
+
requestHandler?: __HttpHandler;
|
|
320
|
+
|
|
321
|
+
sha256?: __HashConstructor;
|
|
322
|
+
|
|
323
|
+
urlParser?: __UrlParser;
|
|
324
|
+
|
|
325
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
326
|
+
|
|
327
|
+
streamCollector?: __StreamCollector;
|
|
328
|
+
|
|
329
|
+
base64Decoder?: __Decoder;
|
|
330
|
+
|
|
331
|
+
base64Encoder?: __Encoder;
|
|
332
|
+
|
|
333
|
+
utf8Decoder?: __Decoder;
|
|
334
|
+
|
|
335
|
+
utf8Encoder?: __Encoder;
|
|
336
|
+
|
|
337
|
+
runtime?: string;
|
|
338
|
+
|
|
339
|
+
disableHostPrefix?: boolean;
|
|
340
|
+
|
|
341
|
+
maxAttempts?: number | __Provider<number>;
|
|
342
|
+
|
|
343
|
+
retryMode?: string | __Provider<string>;
|
|
344
|
+
|
|
345
|
+
logger?: __Logger;
|
|
346
|
+
|
|
347
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
348
|
+
|
|
349
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
350
|
+
|
|
351
|
+
serviceId?: string;
|
|
352
|
+
|
|
353
|
+
region?: string | __Provider<string>;
|
|
354
|
+
|
|
355
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
356
|
+
|
|
357
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
358
|
+
|
|
359
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
360
|
+
|
|
361
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
362
|
+
}
|
|
363
|
+
declare type CodeBuildClientConfigType = Partial<
|
|
364
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
365
|
+
> &
|
|
366
|
+
ClientDefaults &
|
|
367
|
+
RegionInputConfig &
|
|
368
|
+
EndpointsInputConfig &
|
|
369
|
+
RetryInputConfig &
|
|
370
|
+
HostHeaderInputConfig &
|
|
371
|
+
AwsAuthInputConfig &
|
|
372
|
+
UserAgentInputConfig;
|
|
373
|
+
|
|
374
|
+
export interface CodeBuildClientConfig extends CodeBuildClientConfigType {}
|
|
375
|
+
declare type CodeBuildClientResolvedConfigType =
|
|
376
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
377
|
+
Required<ClientDefaults> &
|
|
378
|
+
RegionResolvedConfig &
|
|
379
|
+
EndpointsResolvedConfig &
|
|
380
|
+
RetryResolvedConfig &
|
|
381
|
+
HostHeaderResolvedConfig &
|
|
382
|
+
AwsAuthResolvedConfig &
|
|
383
|
+
UserAgentResolvedConfig;
|
|
384
|
+
|
|
385
|
+
export interface CodeBuildClientResolvedConfig
|
|
386
|
+
extends CodeBuildClientResolvedConfigType {}
|
|
387
|
+
|
|
388
|
+
export declare class CodeBuildClient extends __Client<
|
|
389
|
+
__HttpHandlerOptions,
|
|
390
|
+
ServiceInputTypes,
|
|
391
|
+
ServiceOutputTypes,
|
|
392
|
+
CodeBuildClientResolvedConfig
|
|
393
|
+
> {
|
|
394
|
+
readonly config: CodeBuildClientResolvedConfig;
|
|
395
|
+
constructor(configuration: CodeBuildClientConfig);
|
|
396
|
+
|
|
397
|
+
destroy(): void;
|
|
398
|
+
}
|
|
399
|
+
export {};
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchDeleteBuildsInput,
|
|
15
|
+
BatchDeleteBuildsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDeleteBuildsCommandInput extends BatchDeleteBuildsInput {}
|
|
18
|
+
export interface BatchDeleteBuildsCommandOutput
|
|
19
|
+
extends BatchDeleteBuildsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class BatchDeleteBuildsCommand extends $Command<
|
|
23
|
+
BatchDeleteBuildsCommandInput,
|
|
24
|
+
BatchDeleteBuildsCommandOutput,
|
|
25
|
+
CodeBuildClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchDeleteBuildsCommandInput;
|
|
28
|
+
constructor(input: BatchDeleteBuildsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeBuildClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeBuildClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetBuildBatchesInput,
|
|
15
|
+
BatchGetBuildBatchesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetBuildBatchesCommandInput
|
|
18
|
+
extends BatchGetBuildBatchesInput {}
|
|
19
|
+
export interface BatchGetBuildBatchesCommandOutput
|
|
20
|
+
extends BatchGetBuildBatchesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetBuildBatchesCommand extends $Command<
|
|
24
|
+
BatchGetBuildBatchesCommandInput,
|
|
25
|
+
BatchGetBuildBatchesCommandOutput,
|
|
26
|
+
CodeBuildClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetBuildBatchesCommandInput;
|
|
29
|
+
constructor(input: BatchGetBuildBatchesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeBuildClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetBuildBatchesCommandInput,
|
|
37
|
+
BatchGetBuildBatchesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|