@aws-sdk/client-codebuild 3.577.0 → 3.582.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.
@@ -2360,7 +2360,7 @@ export interface Build {
2360
2360
  */
2361
2361
  logs?: LogsLocation;
2362
2362
  /**
2363
- * <p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out this build if it does not
2363
+ * <p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this build if it does not
2364
2364
  * get marked as completed.</p>
2365
2365
  * @public
2366
2366
  */
@@ -3515,7 +3515,7 @@ export interface Project {
3515
3515
  */
3516
3516
  serviceRole?: string;
3517
3517
  /**
3518
- * <p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any
3518
+ * <p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any
3519
3519
  * related build that did not get marked as completed. The default is 60 minutes.</p>
3520
3520
  * @public
3521
3521
  */
@@ -4384,7 +4384,7 @@ export interface CreateProjectInput {
4384
4384
  */
4385
4385
  serviceRole: string | undefined;
4386
4386
  /**
4387
- * <p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before it times out
4387
+ * <p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before it times out
4388
4388
  * any build that has not been marked as completed. The default is 60 minutes.</p>
4389
4389
  * @public
4390
4390
  */
@@ -6566,7 +6566,7 @@ export interface StartBuildInput {
6566
6566
  */
6567
6567
  privilegedModeOverride?: boolean;
6568
6568
  /**
6569
- * <p>The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this
6569
+ * <p>The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this
6570
6570
  * build only, the latest setting already defined in the build project.</p>
6571
6571
  * @public
6572
6572
  */
@@ -7232,7 +7232,7 @@ export interface UpdateProjectInput {
7232
7232
  */
7233
7233
  serviceRole?: string;
7234
7234
  /**
7235
- * <p>The replacement value in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before
7235
+ * <p>The replacement value in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before
7236
7236
  * timing out any related build that did not get marked as completed.</p>
7237
7237
  * @public
7238
7238
  */
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.577.0",
4
+ "version": "3.582.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,10 +20,10 @@
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-sso-oidc": "3.577.0",
24
- "@aws-sdk/client-sts": "3.577.0",
25
- "@aws-sdk/core": "3.576.0",
26
- "@aws-sdk/credential-provider-node": "3.577.0",
23
+ "@aws-sdk/client-sso-oidc": "3.582.0",
24
+ "@aws-sdk/client-sts": "3.582.0",
25
+ "@aws-sdk/core": "3.582.0",
26
+ "@aws-sdk/credential-provider-node": "3.582.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,26 +34,26 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.577.0",
36
36
  "@smithy/config-resolver": "^3.0.0",
37
- "@smithy/core": "^2.0.0",
38
- "@smithy/fetch-http-handler": "^3.0.0",
37
+ "@smithy/core": "^2.0.1",
38
+ "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",
41
41
  "@smithy/middleware-content-length": "^3.0.0",
42
42
  "@smithy/middleware-endpoint": "^3.0.0",
43
- "@smithy/middleware-retry": "^3.0.0",
43
+ "@smithy/middleware-retry": "^3.0.1",
44
44
  "@smithy/middleware-serde": "^3.0.0",
45
45
  "@smithy/middleware-stack": "^3.0.0",
46
46
  "@smithy/node-config-provider": "^3.0.0",
47
47
  "@smithy/node-http-handler": "^3.0.0",
48
48
  "@smithy/protocol-http": "^4.0.0",
49
- "@smithy/smithy-client": "^3.0.0",
49
+ "@smithy/smithy-client": "^3.0.1",
50
50
  "@smithy/types": "^3.0.0",
51
51
  "@smithy/url-parser": "^3.0.0",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.0",
56
- "@smithy/util-defaults-mode-node": "^3.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.1",
56
+ "@smithy/util-defaults-mode-node": "^3.0.1",
57
57
  "@smithy/util-endpoints": "^2.0.0",
58
58
  "@smithy/util-middleware": "^3.0.0",
59
59
  "@smithy/util-retry": "^3.0.0",