@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.
Files changed (74) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CodeBuild.d.ts +814 -230
  3. package/dist-types/ts3.4/CodeBuildClient.d.ts +399 -118
  4. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/index.d.ts +45 -45
  50. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  51. package/dist-types/ts3.4/index.d.ts +6 -6
  52. package/dist-types/ts3.4/models/CodeBuildServiceException.d.ts +8 -6
  53. package/dist-types/ts3.4/models/index.d.ts +1 -1
  54. package/dist-types/ts3.4/models/models_0.d.ts +2105 -1996
  55. package/dist-types/ts3.4/pagination/DescribeCodeCoveragesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/DescribeTestCasesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListBuildBatchesForProjectPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListBuildBatchesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListBuildsForProjectPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListReportGroupsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListReportsForReportGroupPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListSharedProjectsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListSharedReportGroupsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  69. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +545 -137
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  74. package/package.json +34 -34
@@ -1,118 +1,399 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput } from "./commands/BatchDeleteBuildsCommand";
10
- import { BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput } from "./commands/BatchGetBuildBatchesCommand";
11
- import { BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput } from "./commands/BatchGetBuildsCommand";
12
- import { BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput } from "./commands/BatchGetProjectsCommand";
13
- import { BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput } from "./commands/BatchGetReportGroupsCommand";
14
- import { BatchGetReportsCommandInput, BatchGetReportsCommandOutput } from "./commands/BatchGetReportsCommand";
15
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
16
- import { CreateReportGroupCommandInput, CreateReportGroupCommandOutput } from "./commands/CreateReportGroupCommand";
17
- import { CreateWebhookCommandInput, CreateWebhookCommandOutput } from "./commands/CreateWebhookCommand";
18
- import { DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput } from "./commands/DeleteBuildBatchCommand";
19
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
20
- import { DeleteReportCommandInput, DeleteReportCommandOutput } from "./commands/DeleteReportCommand";
21
- import { DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput } from "./commands/DeleteReportGroupCommand";
22
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
23
- import { DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput } from "./commands/DeleteSourceCredentialsCommand";
24
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "./commands/DeleteWebhookCommand";
25
- import { DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput } from "./commands/DescribeCodeCoveragesCommand";
26
- import { DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput } from "./commands/DescribeTestCasesCommand";
27
- import { GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput } from "./commands/GetReportGroupTrendCommand";
28
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
29
- import { ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput } from "./commands/ImportSourceCredentialsCommand";
30
- import { InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput } from "./commands/InvalidateProjectCacheCommand";
31
- import { ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput } from "./commands/ListBuildBatchesCommand";
32
- import { ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput } from "./commands/ListBuildBatchesForProjectCommand";
33
- import { ListBuildsCommandInput, ListBuildsCommandOutput } from "./commands/ListBuildsCommand";
34
- import { ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput } from "./commands/ListBuildsForProjectCommand";
35
- import { ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput } from "./commands/ListCuratedEnvironmentImagesCommand";
36
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
37
- import { ListReportGroupsCommandInput, ListReportGroupsCommandOutput } from "./commands/ListReportGroupsCommand";
38
- import { ListReportsCommandInput, ListReportsCommandOutput } from "./commands/ListReportsCommand";
39
- import { ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput } from "./commands/ListReportsForReportGroupCommand";
40
- import { ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput } from "./commands/ListSharedProjectsCommand";
41
- import { ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput } from "./commands/ListSharedReportGroupsCommand";
42
- import { ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput } from "./commands/ListSourceCredentialsCommand";
43
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
44
- import { RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput } from "./commands/RetryBuildBatchCommand";
45
- import { RetryBuildCommandInput, RetryBuildCommandOutput } from "./commands/RetryBuildCommand";
46
- import { StartBuildBatchCommandInput, StartBuildBatchCommandOutput } from "./commands/StartBuildBatchCommand";
47
- import { StartBuildCommandInput, StartBuildCommandOutput } from "./commands/StartBuildCommand";
48
- import { StopBuildBatchCommandInput, StopBuildBatchCommandOutput } from "./commands/StopBuildBatchCommand";
49
- import { StopBuildCommandInput, StopBuildCommandOutput } from "./commands/StopBuildCommand";
50
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
51
- import { UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput } from "./commands/UpdateProjectVisibilityCommand";
52
- import { UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput } from "./commands/UpdateReportGroupCommand";
53
- import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "./commands/UpdateWebhookCommand";
54
- export declare type ServiceInputTypes = BatchDeleteBuildsCommandInput | BatchGetBuildBatchesCommandInput | BatchGetBuildsCommandInput | BatchGetProjectsCommandInput | BatchGetReportGroupsCommandInput | BatchGetReportsCommandInput | CreateProjectCommandInput | CreateReportGroupCommandInput | CreateWebhookCommandInput | DeleteBuildBatchCommandInput | DeleteProjectCommandInput | DeleteReportCommandInput | DeleteReportGroupCommandInput | DeleteResourcePolicyCommandInput | DeleteSourceCredentialsCommandInput | DeleteWebhookCommandInput | DescribeCodeCoveragesCommandInput | DescribeTestCasesCommandInput | GetReportGroupTrendCommandInput | GetResourcePolicyCommandInput | ImportSourceCredentialsCommandInput | InvalidateProjectCacheCommandInput | ListBuildBatchesCommandInput | ListBuildBatchesForProjectCommandInput | ListBuildsCommandInput | ListBuildsForProjectCommandInput | ListCuratedEnvironmentImagesCommandInput | ListProjectsCommandInput | ListReportGroupsCommandInput | ListReportsCommandInput | ListReportsForReportGroupCommandInput | ListSharedProjectsCommandInput | ListSharedReportGroupsCommandInput | ListSourceCredentialsCommandInput | PutResourcePolicyCommandInput | RetryBuildBatchCommandInput | RetryBuildCommandInput | StartBuildBatchCommandInput | StartBuildCommandInput | StopBuildBatchCommandInput | StopBuildCommandInput | UpdateProjectCommandInput | UpdateProjectVisibilityCommandInput | UpdateReportGroupCommandInput | UpdateWebhookCommandInput;
55
- export declare type ServiceOutputTypes = BatchDeleteBuildsCommandOutput | BatchGetBuildBatchesCommandOutput | BatchGetBuildsCommandOutput | BatchGetProjectsCommandOutput | BatchGetReportGroupsCommandOutput | BatchGetReportsCommandOutput | CreateProjectCommandOutput | CreateReportGroupCommandOutput | CreateWebhookCommandOutput | DeleteBuildBatchCommandOutput | DeleteProjectCommandOutput | DeleteReportCommandOutput | DeleteReportGroupCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSourceCredentialsCommandOutput | DeleteWebhookCommandOutput | DescribeCodeCoveragesCommandOutput | DescribeTestCasesCommandOutput | GetReportGroupTrendCommandOutput | GetResourcePolicyCommandOutput | ImportSourceCredentialsCommandOutput | InvalidateProjectCacheCommandOutput | ListBuildBatchesCommandOutput | ListBuildBatchesForProjectCommandOutput | ListBuildsCommandOutput | ListBuildsForProjectCommandOutput | ListCuratedEnvironmentImagesCommandOutput | ListProjectsCommandOutput | ListReportGroupsCommandOutput | ListReportsCommandOutput | ListReportsForReportGroupCommandOutput | ListSharedProjectsCommandOutput | ListSharedReportGroupsCommandOutput | ListSourceCredentialsCommandOutput | PutResourcePolicyCommandOutput | RetryBuildBatchCommandOutput | RetryBuildCommandOutput | StartBuildBatchCommandOutput | StartBuildCommandOutput | StopBuildBatchCommandOutput | StopBuildCommandOutput | UpdateProjectCommandOutput | UpdateProjectVisibilityCommandOutput | UpdateReportGroupCommandOutput | UpdateWebhookCommandOutput;
56
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
57
-
58
- requestHandler?: __HttpHandler;
59
-
60
- sha256?: __HashConstructor;
61
-
62
- urlParser?: __UrlParser;
63
-
64
- bodyLengthChecker?: __BodyLengthCalculator;
65
-
66
- streamCollector?: __StreamCollector;
67
-
68
- base64Decoder?: __Decoder;
69
-
70
- base64Encoder?: __Encoder;
71
-
72
- utf8Decoder?: __Decoder;
73
-
74
- utf8Encoder?: __Encoder;
75
-
76
- runtime?: string;
77
-
78
- disableHostPrefix?: boolean;
79
-
80
- maxAttempts?: number | __Provider<number>;
81
-
82
- retryMode?: string | __Provider<string>;
83
-
84
- logger?: __Logger;
85
-
86
- useDualstackEndpoint?: boolean | __Provider<boolean>;
87
-
88
- useFipsEndpoint?: boolean | __Provider<boolean>;
89
-
90
- serviceId?: string;
91
-
92
- region?: string | __Provider<string>;
93
-
94
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
95
-
96
- regionInfoProvider?: RegionInfoProvider;
97
-
98
- defaultUserAgentProvider?: Provider<__UserAgent>;
99
-
100
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
101
- }
102
- declare type CodeBuildClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
103
-
104
- export interface CodeBuildClientConfig extends CodeBuildClientConfigType {
105
- }
106
- declare type CodeBuildClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
107
-
108
- export interface CodeBuildClientResolvedConfig extends CodeBuildClientResolvedConfigType {
109
- }
110
-
111
- export declare class CodeBuildClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeBuildClientResolvedConfig> {
112
-
113
- readonly config: CodeBuildClientResolvedConfig;
114
- constructor(configuration: CodeBuildClientConfig);
115
-
116
- destroy(): void;
117
- }
118
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
- import { BatchDeleteBuildsInput, BatchDeleteBuildsOutput } from "../models/models_0";
5
- export interface BatchDeleteBuildsCommandInput extends BatchDeleteBuildsInput {
6
- }
7
- export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDeleteBuildsCommand extends $Command<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: BatchDeleteBuildsCommandInput;
12
- constructor(input: BatchDeleteBuildsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
- import { BatchGetBuildBatchesInput, BatchGetBuildBatchesOutput } from "../models/models_0";
5
- export interface BatchGetBuildBatchesCommandInput extends BatchGetBuildBatchesInput {
6
- }
7
- export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetBuildBatchesCommand extends $Command<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: BatchGetBuildBatchesCommandInput;
12
- constructor(input: BatchGetBuildBatchesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }