@aws-sdk/client-sfn
Advanced tools
Comparing version 3.637.0 to 3.642.0
@@ -542,2 +542,3 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client"; | ||
ERROR: "ERROR", | ||
WARNING: "WARNING", | ||
}; | ||
@@ -544,0 +545,0 @@ export const ValidateStateMachineDefinitionResultCode = { |
@@ -60,2 +60,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* type: "STANDARD" || "EXPRESS", | ||
* severity: "ERROR" || "WARNING", | ||
* maxResults: Number("int"), | ||
* }; | ||
@@ -68,3 +70,3 @@ * const command = new ValidateStateMachineDefinitionCommand(input); | ||
* // { // ValidateStateMachineDefinitionDiagnostic | ||
* // severity: "ERROR", // required | ||
* // severity: "ERROR" || "WARNING", // required | ||
* // code: "STRING_VALUE", // required | ||
@@ -75,2 +77,3 @@ * // message: "STRING_VALUE", // required | ||
* // ], | ||
* // truncated: true || false, | ||
* // }; | ||
@@ -77,0 +80,0 @@ * |
@@ -1064,11 +1064,14 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
} | ||
export interface ValidateStateMachineDefinitionInput { | ||
definition: string | undefined; | ||
type?: StateMachineType; | ||
} | ||
export declare const ValidateStateMachineDefinitionSeverity: { | ||
readonly ERROR: "ERROR"; | ||
readonly WARNING: "WARNING"; | ||
}; | ||
export type ValidateStateMachineDefinitionSeverity = | ||
(typeof ValidateStateMachineDefinitionSeverity)[keyof typeof ValidateStateMachineDefinitionSeverity]; | ||
export interface ValidateStateMachineDefinitionInput { | ||
definition: string | undefined; | ||
type?: StateMachineType; | ||
severity?: ValidateStateMachineDefinitionSeverity; | ||
maxResults?: number; | ||
} | ||
export interface ValidateStateMachineDefinitionDiagnostic { | ||
@@ -1089,2 +1092,3 @@ severity: ValidateStateMachineDefinitionSeverity | undefined; | ||
diagnostics: ValidateStateMachineDefinitionDiagnostic[] | undefined; | ||
truncated?: boolean; | ||
} | ||
@@ -1091,0 +1095,0 @@ export declare const ActivityFailedEventDetailsFilterSensitiveLog: ( |
{ | ||
"name": "@aws-sdk/client-sfn", | ||
"description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native", | ||
"version": "3.637.0", | ||
"version": "3.642.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
959491
21769
15
2