@aws-sdk/client-codebuild 3.405.0 → 3.409.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 (40) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-es/endpoint/ruleset.js +3 -3
  3. package/dist-types/CodeBuild.d.ts +2 -2
  4. package/dist-types/CodeBuildClient.d.ts +2 -2
  5. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +26 -26
  6. package/dist-types/commands/BatchGetBuildsCommand.d.ts +20 -20
  7. package/dist-types/commands/BatchGetProjectsCommand.d.ts +27 -27
  8. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +4 -4
  9. package/dist-types/commands/BatchGetReportsCommand.d.ts +4 -4
  10. package/dist-types/commands/CreateProjectCommand.d.ts +51 -51
  11. package/dist-types/commands/CreateReportGroupCommand.d.ts +7 -7
  12. package/dist-types/commands/CreateWebhookCommand.d.ts +4 -4
  13. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +2 -2
  14. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +1 -1
  15. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +2 -2
  16. package/dist-types/commands/ListBuildBatchesCommand.d.ts +2 -2
  17. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +2 -2
  18. package/dist-types/commands/ListBuildsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +1 -1
  20. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +2 -2
  21. package/dist-types/commands/ListProjectsCommand.d.ts +2 -2
  22. package/dist-types/commands/ListReportGroupsCommand.d.ts +2 -2
  23. package/dist-types/commands/ListReportsCommand.d.ts +2 -2
  24. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +2 -2
  25. package/dist-types/commands/ListSharedProjectsCommand.d.ts +2 -2
  26. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +2 -2
  27. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +2 -2
  28. package/dist-types/commands/RetryBuildBatchCommand.d.ts +27 -27
  29. package/dist-types/commands/RetryBuildCommand.d.ts +20 -20
  30. package/dist-types/commands/StartBuildBatchCommand.d.ts +49 -49
  31. package/dist-types/commands/StartBuildCommand.d.ts +42 -42
  32. package/dist-types/commands/StopBuildBatchCommand.d.ts +26 -26
  33. package/dist-types/commands/StopBuildCommand.d.ts +20 -20
  34. package/dist-types/commands/UpdateProjectCommand.d.ts +51 -51
  35. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +2 -2
  36. package/dist-types/commands/UpdateReportGroupCommand.d.ts +6 -6
  37. package/dist-types/commands/UpdateWebhookCommand.d.ts +4 -4
  38. package/dist-types/index.d.ts +2 -2
  39. package/dist-types/models/models_0.d.ts +486 -489
  40. package/package.json +12 -12
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.405.0",
4
+ "version": "3.409.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.405.0",
25
- "@aws-sdk/credential-provider-node": "3.405.0",
26
- "@aws-sdk/middleware-host-header": "3.398.0",
27
- "@aws-sdk/middleware-logger": "3.398.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.398.0",
29
- "@aws-sdk/middleware-signing": "3.398.0",
30
- "@aws-sdk/middleware-user-agent": "3.398.0",
31
- "@aws-sdk/types": "3.398.0",
32
- "@aws-sdk/util-endpoints": "3.398.0",
33
- "@aws-sdk/util-user-agent-browser": "3.398.0",
34
- "@aws-sdk/util-user-agent-node": "3.405.0",
24
+ "@aws-sdk/client-sts": "3.409.0",
25
+ "@aws-sdk/credential-provider-node": "3.409.0",
26
+ "@aws-sdk/middleware-host-header": "3.408.0",
27
+ "@aws-sdk/middleware-logger": "3.408.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.408.0",
29
+ "@aws-sdk/middleware-signing": "3.408.0",
30
+ "@aws-sdk/middleware-user-agent": "3.408.0",
31
+ "@aws-sdk/types": "3.408.0",
32
+ "@aws-sdk/util-endpoints": "3.408.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.408.0",
34
+ "@aws-sdk/util-user-agent-node": "3.408.0",
35
35
  "@smithy/config-resolver": "^2.0.5",
36
36
  "@smithy/fetch-http-handler": "^2.0.5",
37
37
  "@smithy/hash-node": "^2.0.5",