@aws-sdk/client-codebuild
Advanced tools
Comparing version 3.750.0 to 3.753.0
@@ -226,2 +226,8 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client"; | ||
}; | ||
export const WebhookStatus = { | ||
ACTIVE: "ACTIVE", | ||
CREATE_FAILED: "CREATE_FAILED", | ||
CREATING: "CREATING", | ||
DELETING: "DELETING", | ||
}; | ||
export const ReportExportConfigType = { | ||
@@ -228,0 +234,0 @@ NO_EXPORT: "NO_EXPORT", |
@@ -1569,2 +1569,4 @@ import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core"; | ||
secret: __expectString, | ||
status: __expectString, | ||
statusMessage: __expectString, | ||
url: __expectString, | ||
@@ -1571,0 +1573,0 @@ }); |
@@ -194,2 +194,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // }, | ||
* // status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING", | ||
* // statusMessage: "STRING_VALUE", | ||
* // }, | ||
@@ -196,0 +198,0 @@ * // vpcConfig: { // VpcConfig |
@@ -361,2 +361,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // }, | ||
* // status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING", | ||
* // statusMessage: "STRING_VALUE", | ||
* // }, | ||
@@ -363,0 +365,0 @@ * // vpcConfig: { // VpcConfig |
@@ -92,2 +92,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // }, | ||
* // status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING", | ||
* // statusMessage: "STRING_VALUE", | ||
* // }, | ||
@@ -94,0 +96,0 @@ * // }; |
@@ -361,2 +361,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // }, | ||
* // status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING", | ||
* // statusMessage: "STRING_VALUE", | ||
* // }, | ||
@@ -363,0 +365,0 @@ * // vpcConfig: { // VpcConfig |
@@ -81,2 +81,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // }, | ||
* // status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING", | ||
* // statusMessage: "STRING_VALUE", | ||
* // }, | ||
@@ -83,0 +85,0 @@ * // }; |
@@ -628,2 +628,9 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
} | ||
export declare const WebhookStatus: { | ||
readonly ACTIVE: "ACTIVE"; | ||
readonly CREATE_FAILED: "CREATE_FAILED"; | ||
readonly CREATING: "CREATING"; | ||
readonly DELETING: "DELETING"; | ||
}; | ||
export type WebhookStatus = (typeof WebhookStatus)[keyof typeof WebhookStatus]; | ||
export interface Webhook { | ||
@@ -639,2 +646,4 @@ url?: string | undefined; | ||
scopeConfiguration?: ScopeConfiguration | undefined; | ||
status?: WebhookStatus | undefined; | ||
statusMessage?: string | undefined; | ||
} | ||
@@ -641,0 +650,0 @@ export interface Project { |
{ | ||
"name": "@aws-sdk/client-codebuild", | ||
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native", | ||
"version": "3.750.0", | ||
"version": "3.753.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1299124
30541