@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.
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/CodeBuild.d.ts +2 -2
- package/dist-types/CodeBuildClient.d.ts +2 -2
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +26 -26
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +20 -20
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +27 -27
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +4 -4
- package/dist-types/commands/BatchGetReportsCommand.d.ts +4 -4
- package/dist-types/commands/CreateProjectCommand.d.ts +51 -51
- package/dist-types/commands/CreateReportGroupCommand.d.ts +7 -7
- package/dist-types/commands/CreateWebhookCommand.d.ts +4 -4
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +2 -2
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +1 -1
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +2 -2
- package/dist-types/commands/ListBuildBatchesCommand.d.ts +2 -2
- package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +2 -2
- package/dist-types/commands/ListBuildsCommand.d.ts +1 -1
- package/dist-types/commands/ListBuildsForProjectCommand.d.ts +1 -1
- package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +2 -2
- package/dist-types/commands/ListProjectsCommand.d.ts +2 -2
- package/dist-types/commands/ListReportGroupsCommand.d.ts +2 -2
- package/dist-types/commands/ListReportsCommand.d.ts +2 -2
- package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +2 -2
- package/dist-types/commands/ListSharedProjectsCommand.d.ts +2 -2
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +2 -2
- package/dist-types/commands/ListSourceCredentialsCommand.d.ts +2 -2
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +27 -27
- package/dist-types/commands/RetryBuildCommand.d.ts +20 -20
- package/dist-types/commands/StartBuildBatchCommand.d.ts +49 -49
- package/dist-types/commands/StartBuildCommand.d.ts +42 -42
- package/dist-types/commands/StopBuildBatchCommand.d.ts +26 -26
- package/dist-types/commands/StopBuildCommand.d.ts +20 -20
- package/dist-types/commands/UpdateProjectCommand.d.ts +51 -51
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +2 -2
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +6 -6
- package/dist-types/commands/UpdateWebhookCommand.d.ts +4 -4
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +486 -489
- 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.
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
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",
|