@aws-sdk/client-codebuild 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +59 -58
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -4167,11 +4167,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4167
4167
  // Annotate the CommonJS export names for ESM import in node:
4168
4168
 
4169
4169
  0 && (module.exports = {
4170
- AccountLimitExceededException,
4171
- ArtifactNamespace,
4172
- ArtifactPackaging,
4173
- ArtifactsType,
4174
- AuthType,
4170
+ CodeBuildServiceException,
4171
+ __Client,
4172
+ CodeBuildClient,
4173
+ CodeBuild,
4174
+ $Command,
4175
4175
  BatchDeleteBuildsCommand,
4176
4176
  BatchGetBuildBatchesCommand,
4177
4177
  BatchGetBuildsCommand,
@@ -4179,21 +4179,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4179
4179
  BatchGetProjectsCommand,
4180
4180
  BatchGetReportGroupsCommand,
4181
4181
  BatchGetReportsCommand,
4182
- BatchReportModeType,
4183
- BucketOwnerAccess,
4184
- BuildBatchPhaseType,
4185
- BuildPhaseType,
4186
- CacheMode,
4187
- CacheType,
4188
- CodeBuild,
4189
- CodeBuildClient,
4190
- CodeBuildServiceException,
4191
- ComputeType,
4192
4182
  CreateFleetCommand,
4193
4183
  CreateProjectCommand,
4194
4184
  CreateReportGroupCommand,
4195
4185
  CreateWebhookCommand,
4196
- CredentialProviderType,
4197
4186
  DeleteBuildBatchCommand,
4198
4187
  DeleteFleetCommand,
4199
4188
  DeleteProjectCommand,
@@ -4204,29 +4193,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4204
4193
  DeleteWebhookCommand,
4205
4194
  DescribeCodeCoveragesCommand,
4206
4195
  DescribeTestCasesCommand,
4207
- EnvironmentType,
4208
- EnvironmentVariableType,
4209
- FileSystemType,
4210
- FleetContextCode,
4211
- FleetScalingMetricType,
4212
- FleetScalingType,
4213
- FleetSortByType,
4214
- FleetStatusCode,
4215
4196
  GetReportGroupTrendCommand,
4216
4197
  GetResourcePolicyCommand,
4217
- ImagePullCredentialsType,
4218
4198
  ImportSourceCredentialsCommand,
4219
- ImportSourceCredentialsInputFilterSensitiveLog,
4220
- InvalidInputException,
4221
4199
  InvalidateProjectCacheCommand,
4222
- LanguageType,
4223
4200
  ListBuildBatchesCommand,
4224
4201
  ListBuildBatchesForProjectCommand,
4225
4202
  ListBuildsCommand,
4226
4203
  ListBuildsForProjectCommand,
4227
4204
  ListCuratedEnvironmentImagesCommand,
4228
4205
  ListFleetsCommand,
4229
- ListFleetsInputFilterSensitiveLog,
4230
4206
  ListProjectsCommand,
4231
4207
  ListReportGroupsCommand,
4232
4208
  ListReportsCommand,
@@ -4234,33 +4210,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4234
4210
  ListSharedProjectsCommand,
4235
4211
  ListSharedReportGroupsCommand,
4236
4212
  ListSourceCredentialsCommand,
4237
- LogsConfigStatusType,
4238
- OAuthProviderException,
4239
- PlatformType,
4240
- ProjectSortByType,
4241
- ProjectVisibilityType,
4242
4213
  PutResourcePolicyCommand,
4243
- ReportCodeCoverageSortByType,
4244
- ReportExportConfigType,
4245
- ReportGroupSortByType,
4246
- ReportGroupStatusType,
4247
- ReportGroupTrendFieldType,
4248
- ReportPackagingType,
4249
- ReportStatusType,
4250
- ReportType,
4251
- ResourceAlreadyExistsException,
4252
- ResourceNotFoundException,
4253
4214
  RetryBuildBatchCommand,
4254
- RetryBuildBatchType,
4255
4215
  RetryBuildCommand,
4256
- ServerType,
4257
- SharedResourceSortByType,
4258
- SortOrderType,
4259
- SourceAuthType,
4260
- SourceType,
4261
4216
  StartBuildBatchCommand,
4262
4217
  StartBuildCommand,
4263
- StatusType,
4264
4218
  StopBuildBatchCommand,
4265
4219
  StopBuildCommand,
4266
4220
  UpdateFleetCommand,
@@ -4268,21 +4222,68 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4268
4222
  UpdateProjectVisibilityCommand,
4269
4223
  UpdateReportGroupCommand,
4270
4224
  UpdateWebhookCommand,
4271
- WebhookBuildType,
4272
- WebhookFilterType,
4273
- __Client,
4274
4225
  paginateDescribeCodeCoverages,
4275
4226
  paginateDescribeTestCases,
4276
- paginateListBuildBatches,
4277
4227
  paginateListBuildBatchesForProject,
4278
- paginateListBuilds,
4228
+ paginateListBuildBatches,
4279
4229
  paginateListBuildsForProject,
4230
+ paginateListBuilds,
4280
4231
  paginateListFleets,
4281
4232
  paginateListProjects,
4282
4233
  paginateListReportGroups,
4283
- paginateListReports,
4284
4234
  paginateListReportsForReportGroup,
4235
+ paginateListReports,
4285
4236
  paginateListSharedProjects,
4286
- paginateListSharedReportGroups
4237
+ paginateListSharedReportGroups,
4238
+ AccountLimitExceededException,
4239
+ ArtifactNamespace,
4240
+ ArtifactPackaging,
4241
+ ArtifactsType,
4242
+ AuthType,
4243
+ InvalidInputException,
4244
+ BucketOwnerAccess,
4245
+ BatchReportModeType,
4246
+ StatusType,
4247
+ CacheMode,
4248
+ CacheType,
4249
+ ComputeType,
4250
+ EnvironmentVariableType,
4251
+ ImagePullCredentialsType,
4252
+ CredentialProviderType,
4253
+ EnvironmentType,
4254
+ FileSystemType,
4255
+ LogsConfigStatusType,
4256
+ BuildBatchPhaseType,
4257
+ SourceAuthType,
4258
+ SourceType,
4259
+ BuildPhaseType,
4260
+ FleetScalingType,
4261
+ FleetScalingMetricType,
4262
+ FleetContextCode,
4263
+ FleetStatusCode,
4264
+ ProjectVisibilityType,
4265
+ WebhookBuildType,
4266
+ WebhookFilterType,
4267
+ ReportExportConfigType,
4268
+ ReportPackagingType,
4269
+ ReportGroupStatusType,
4270
+ ReportType,
4271
+ ReportStatusType,
4272
+ ResourceAlreadyExistsException,
4273
+ OAuthProviderException,
4274
+ ResourceNotFoundException,
4275
+ ReportCodeCoverageSortByType,
4276
+ SortOrderType,
4277
+ ReportGroupTrendFieldType,
4278
+ ServerType,
4279
+ LanguageType,
4280
+ PlatformType,
4281
+ FleetSortByType,
4282
+ ProjectSortByType,
4283
+ ReportGroupSortByType,
4284
+ SharedResourceSortByType,
4285
+ RetryBuildBatchType,
4286
+ ImportSourceCredentialsInputFilterSensitiveLog,
4287
+ ListFleetsInputFilterSensitiveLog
4287
4288
  });
4288
4289
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codebuild",
3
3
  "description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codebuild",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",