@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.
- package/CHANGELOG.md +16 -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,137 +1,545 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
BatchDeleteBuildsCommandInput,
|
|
8
|
+
BatchDeleteBuildsCommandOutput,
|
|
9
|
+
} from "../commands/BatchDeleteBuildsCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchGetBuildBatchesCommandInput,
|
|
12
|
+
BatchGetBuildBatchesCommandOutput,
|
|
13
|
+
} from "../commands/BatchGetBuildBatchesCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchGetBuildsCommandInput,
|
|
16
|
+
BatchGetBuildsCommandOutput,
|
|
17
|
+
} from "../commands/BatchGetBuildsCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchGetProjectsCommandInput,
|
|
20
|
+
BatchGetProjectsCommandOutput,
|
|
21
|
+
} from "../commands/BatchGetProjectsCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchGetReportGroupsCommandInput,
|
|
24
|
+
BatchGetReportGroupsCommandOutput,
|
|
25
|
+
} from "../commands/BatchGetReportGroupsCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchGetReportsCommandInput,
|
|
28
|
+
BatchGetReportsCommandOutput,
|
|
29
|
+
} from "../commands/BatchGetReportsCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateProjectCommandInput,
|
|
32
|
+
CreateProjectCommandOutput,
|
|
33
|
+
} from "../commands/CreateProjectCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateReportGroupCommandInput,
|
|
36
|
+
CreateReportGroupCommandOutput,
|
|
37
|
+
} from "../commands/CreateReportGroupCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateWebhookCommandInput,
|
|
40
|
+
CreateWebhookCommandOutput,
|
|
41
|
+
} from "../commands/CreateWebhookCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteBuildBatchCommandInput,
|
|
44
|
+
DeleteBuildBatchCommandOutput,
|
|
45
|
+
} from "../commands/DeleteBuildBatchCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteProjectCommandInput,
|
|
48
|
+
DeleteProjectCommandOutput,
|
|
49
|
+
} from "../commands/DeleteProjectCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteReportCommandInput,
|
|
52
|
+
DeleteReportCommandOutput,
|
|
53
|
+
} from "../commands/DeleteReportCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteReportGroupCommandInput,
|
|
56
|
+
DeleteReportGroupCommandOutput,
|
|
57
|
+
} from "../commands/DeleteReportGroupCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteResourcePolicyCommandInput,
|
|
60
|
+
DeleteResourcePolicyCommandOutput,
|
|
61
|
+
} from "../commands/DeleteResourcePolicyCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteSourceCredentialsCommandInput,
|
|
64
|
+
DeleteSourceCredentialsCommandOutput,
|
|
65
|
+
} from "../commands/DeleteSourceCredentialsCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteWebhookCommandInput,
|
|
68
|
+
DeleteWebhookCommandOutput,
|
|
69
|
+
} from "../commands/DeleteWebhookCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeCodeCoveragesCommandInput,
|
|
72
|
+
DescribeCodeCoveragesCommandOutput,
|
|
73
|
+
} from "../commands/DescribeCodeCoveragesCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeTestCasesCommandInput,
|
|
76
|
+
DescribeTestCasesCommandOutput,
|
|
77
|
+
} from "../commands/DescribeTestCasesCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetReportGroupTrendCommandInput,
|
|
80
|
+
GetReportGroupTrendCommandOutput,
|
|
81
|
+
} from "../commands/GetReportGroupTrendCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetResourcePolicyCommandInput,
|
|
84
|
+
GetResourcePolicyCommandOutput,
|
|
85
|
+
} from "../commands/GetResourcePolicyCommand";
|
|
86
|
+
import {
|
|
87
|
+
ImportSourceCredentialsCommandInput,
|
|
88
|
+
ImportSourceCredentialsCommandOutput,
|
|
89
|
+
} from "../commands/ImportSourceCredentialsCommand";
|
|
90
|
+
import {
|
|
91
|
+
InvalidateProjectCacheCommandInput,
|
|
92
|
+
InvalidateProjectCacheCommandOutput,
|
|
93
|
+
} from "../commands/InvalidateProjectCacheCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListBuildBatchesCommandInput,
|
|
96
|
+
ListBuildBatchesCommandOutput,
|
|
97
|
+
} from "../commands/ListBuildBatchesCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListBuildBatchesForProjectCommandInput,
|
|
100
|
+
ListBuildBatchesForProjectCommandOutput,
|
|
101
|
+
} from "../commands/ListBuildBatchesForProjectCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListBuildsCommandInput,
|
|
104
|
+
ListBuildsCommandOutput,
|
|
105
|
+
} from "../commands/ListBuildsCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListBuildsForProjectCommandInput,
|
|
108
|
+
ListBuildsForProjectCommandOutput,
|
|
109
|
+
} from "../commands/ListBuildsForProjectCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListCuratedEnvironmentImagesCommandInput,
|
|
112
|
+
ListCuratedEnvironmentImagesCommandOutput,
|
|
113
|
+
} from "../commands/ListCuratedEnvironmentImagesCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListProjectsCommandInput,
|
|
116
|
+
ListProjectsCommandOutput,
|
|
117
|
+
} from "../commands/ListProjectsCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListReportGroupsCommandInput,
|
|
120
|
+
ListReportGroupsCommandOutput,
|
|
121
|
+
} from "../commands/ListReportGroupsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListReportsCommandInput,
|
|
124
|
+
ListReportsCommandOutput,
|
|
125
|
+
} from "../commands/ListReportsCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListReportsForReportGroupCommandInput,
|
|
128
|
+
ListReportsForReportGroupCommandOutput,
|
|
129
|
+
} from "../commands/ListReportsForReportGroupCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListSharedProjectsCommandInput,
|
|
132
|
+
ListSharedProjectsCommandOutput,
|
|
133
|
+
} from "../commands/ListSharedProjectsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListSharedReportGroupsCommandInput,
|
|
136
|
+
ListSharedReportGroupsCommandOutput,
|
|
137
|
+
} from "../commands/ListSharedReportGroupsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListSourceCredentialsCommandInput,
|
|
140
|
+
ListSourceCredentialsCommandOutput,
|
|
141
|
+
} from "../commands/ListSourceCredentialsCommand";
|
|
142
|
+
import {
|
|
143
|
+
PutResourcePolicyCommandInput,
|
|
144
|
+
PutResourcePolicyCommandOutput,
|
|
145
|
+
} from "../commands/PutResourcePolicyCommand";
|
|
146
|
+
import {
|
|
147
|
+
RetryBuildBatchCommandInput,
|
|
148
|
+
RetryBuildBatchCommandOutput,
|
|
149
|
+
} from "../commands/RetryBuildBatchCommand";
|
|
150
|
+
import {
|
|
151
|
+
RetryBuildCommandInput,
|
|
152
|
+
RetryBuildCommandOutput,
|
|
153
|
+
} from "../commands/RetryBuildCommand";
|
|
154
|
+
import {
|
|
155
|
+
StartBuildBatchCommandInput,
|
|
156
|
+
StartBuildBatchCommandOutput,
|
|
157
|
+
} from "../commands/StartBuildBatchCommand";
|
|
158
|
+
import {
|
|
159
|
+
StartBuildCommandInput,
|
|
160
|
+
StartBuildCommandOutput,
|
|
161
|
+
} from "../commands/StartBuildCommand";
|
|
162
|
+
import {
|
|
163
|
+
StopBuildBatchCommandInput,
|
|
164
|
+
StopBuildBatchCommandOutput,
|
|
165
|
+
} from "../commands/StopBuildBatchCommand";
|
|
166
|
+
import {
|
|
167
|
+
StopBuildCommandInput,
|
|
168
|
+
StopBuildCommandOutput,
|
|
169
|
+
} from "../commands/StopBuildCommand";
|
|
170
|
+
import {
|
|
171
|
+
UpdateProjectCommandInput,
|
|
172
|
+
UpdateProjectCommandOutput,
|
|
173
|
+
} from "../commands/UpdateProjectCommand";
|
|
174
|
+
import {
|
|
175
|
+
UpdateProjectVisibilityCommandInput,
|
|
176
|
+
UpdateProjectVisibilityCommandOutput,
|
|
177
|
+
} from "../commands/UpdateProjectVisibilityCommand";
|
|
178
|
+
import {
|
|
179
|
+
UpdateReportGroupCommandInput,
|
|
180
|
+
UpdateReportGroupCommandOutput,
|
|
181
|
+
} from "../commands/UpdateReportGroupCommand";
|
|
182
|
+
import {
|
|
183
|
+
UpdateWebhookCommandInput,
|
|
184
|
+
UpdateWebhookCommandOutput,
|
|
185
|
+
} from "../commands/UpdateWebhookCommand";
|
|
186
|
+
export declare const serializeAws_json1_1BatchDeleteBuildsCommand: (
|
|
187
|
+
input: BatchDeleteBuildsCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_json1_1BatchGetBuildBatchesCommand: (
|
|
191
|
+
input: BatchGetBuildBatchesCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_json1_1BatchGetBuildsCommand: (
|
|
195
|
+
input: BatchGetBuildsCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_json1_1BatchGetProjectsCommand: (
|
|
199
|
+
input: BatchGetProjectsCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_json1_1BatchGetReportGroupsCommand: (
|
|
203
|
+
input: BatchGetReportGroupsCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_1BatchGetReportsCommand: (
|
|
207
|
+
input: BatchGetReportsCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_1CreateProjectCommand: (
|
|
211
|
+
input: CreateProjectCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_1CreateReportGroupCommand: (
|
|
215
|
+
input: CreateReportGroupCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_1CreateWebhookCommand: (
|
|
219
|
+
input: CreateWebhookCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_1DeleteBuildBatchCommand: (
|
|
223
|
+
input: DeleteBuildBatchCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_1DeleteProjectCommand: (
|
|
227
|
+
input: DeleteProjectCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_1DeleteReportCommand: (
|
|
231
|
+
input: DeleteReportCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1DeleteReportGroupCommand: (
|
|
235
|
+
input: DeleteReportGroupCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (
|
|
239
|
+
input: DeleteResourcePolicyCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1DeleteSourceCredentialsCommand: (
|
|
243
|
+
input: DeleteSourceCredentialsCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_1DeleteWebhookCommand: (
|
|
247
|
+
input: DeleteWebhookCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1DescribeCodeCoveragesCommand: (
|
|
251
|
+
input: DescribeCodeCoveragesCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1DescribeTestCasesCommand: (
|
|
255
|
+
input: DescribeTestCasesCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1GetReportGroupTrendCommand: (
|
|
259
|
+
input: GetReportGroupTrendCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1GetResourcePolicyCommand: (
|
|
263
|
+
input: GetResourcePolicyCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1ImportSourceCredentialsCommand: (
|
|
267
|
+
input: ImportSourceCredentialsCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1InvalidateProjectCacheCommand: (
|
|
271
|
+
input: InvalidateProjectCacheCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1ListBuildBatchesCommand: (
|
|
275
|
+
input: ListBuildBatchesCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1ListBuildBatchesForProjectCommand: (
|
|
279
|
+
input: ListBuildBatchesForProjectCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1ListBuildsCommand: (
|
|
283
|
+
input: ListBuildsCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1ListBuildsForProjectCommand: (
|
|
287
|
+
input: ListBuildsForProjectCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1ListCuratedEnvironmentImagesCommand: (
|
|
291
|
+
input: ListCuratedEnvironmentImagesCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1ListProjectsCommand: (
|
|
295
|
+
input: ListProjectsCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1ListReportGroupsCommand: (
|
|
299
|
+
input: ListReportGroupsCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1ListReportsCommand: (
|
|
303
|
+
input: ListReportsCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1ListReportsForReportGroupCommand: (
|
|
307
|
+
input: ListReportsForReportGroupCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1ListSharedProjectsCommand: (
|
|
311
|
+
input: ListSharedProjectsCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1ListSharedReportGroupsCommand: (
|
|
315
|
+
input: ListSharedReportGroupsCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1ListSourceCredentialsCommand: (
|
|
319
|
+
input: ListSourceCredentialsCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1PutResourcePolicyCommand: (
|
|
323
|
+
input: PutResourcePolicyCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1RetryBuildCommand: (
|
|
327
|
+
input: RetryBuildCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1RetryBuildBatchCommand: (
|
|
331
|
+
input: RetryBuildBatchCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1StartBuildCommand: (
|
|
335
|
+
input: StartBuildCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1StartBuildBatchCommand: (
|
|
339
|
+
input: StartBuildBatchCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1StopBuildCommand: (
|
|
343
|
+
input: StopBuildCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1StopBuildBatchCommand: (
|
|
347
|
+
input: StopBuildBatchCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1UpdateProjectCommand: (
|
|
351
|
+
input: UpdateProjectCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1UpdateProjectVisibilityCommand: (
|
|
355
|
+
input: UpdateProjectVisibilityCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1UpdateReportGroupCommand: (
|
|
359
|
+
input: UpdateReportGroupCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1UpdateWebhookCommand: (
|
|
363
|
+
input: UpdateWebhookCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const deserializeAws_json1_1BatchDeleteBuildsCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<BatchDeleteBuildsCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_json1_1BatchGetBuildBatchesCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<BatchGetBuildBatchesCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_json1_1BatchGetBuildsCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<BatchGetBuildsCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_json1_1BatchGetProjectsCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<BatchGetProjectsCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_json1_1BatchGetReportGroupsCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<BatchGetReportGroupsCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_json1_1BatchGetReportsCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<BatchGetReportsCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_json1_1CreateProjectCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<CreateProjectCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_json1_1CreateReportGroupCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<CreateReportGroupCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_json1_1CreateWebhookCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<CreateWebhookCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_json1_1DeleteBuildBatchCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<DeleteBuildBatchCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_json1_1DeleteProjectCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<DeleteProjectCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_json1_1DeleteReportCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<DeleteReportCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_json1_1DeleteReportGroupCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<DeleteReportGroupCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_json1_1DeleteSourceCredentialsCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<DeleteSourceCredentialsCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_json1_1DeleteWebhookCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<DeleteWebhookCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_json1_1DescribeCodeCoveragesCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<DescribeCodeCoveragesCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_json1_1DescribeTestCasesCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<DescribeTestCasesCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_json1_1GetReportGroupTrendCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<GetReportGroupTrendCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_json1_1GetResourcePolicyCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<GetResourcePolicyCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_json1_1ImportSourceCredentialsCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<ImportSourceCredentialsCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_json1_1InvalidateProjectCacheCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<InvalidateProjectCacheCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_json1_1ListBuildBatchesCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<ListBuildBatchesCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_json1_1ListBuildBatchesForProjectCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<ListBuildBatchesForProjectCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_json1_1ListBuildsCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<ListBuildsCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_json1_1ListBuildsForProjectCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<ListBuildsForProjectCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_json1_1ListCuratedEnvironmentImagesCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<ListCuratedEnvironmentImagesCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_json1_1ListProjectsCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<ListProjectsCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_json1_1ListReportGroupsCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<ListReportGroupsCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_json1_1ListReportsCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<ListReportsCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_json1_1ListReportsForReportGroupCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<ListReportsForReportGroupCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_json1_1ListSharedProjectsCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<ListSharedProjectsCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_json1_1ListSharedReportGroupsCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<ListSharedReportGroupsCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_json1_1ListSourceCredentialsCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<ListSourceCredentialsCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_json1_1PutResourcePolicyCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<PutResourcePolicyCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_json1_1RetryBuildCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<RetryBuildCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_json1_1RetryBuildBatchCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<RetryBuildBatchCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_1StartBuildCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<StartBuildCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_json1_1StartBuildBatchCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<StartBuildBatchCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_json1_1StopBuildCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<StopBuildCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_json1_1StopBuildBatchCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<StopBuildBatchCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_json1_1UpdateProjectCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<UpdateProjectCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_json1_1UpdateProjectVisibilityCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<UpdateProjectVisibilityCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_1UpdateReportGroupCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<UpdateReportGroupCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_json1_1UpdateWebhookCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<UpdateWebhookCommandOutput>;
|