Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-sfn

Package Overview
Dependencies
Maintainers
5
Versions
422
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-sfn - npm Package Compare versions

Comparing version 3.637.0 to 3.642.0

1

dist-es/models/models_0.js

@@ -542,2 +542,3 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";

ERROR: "ERROR",
WARNING: "WARNING",
};

@@ -544,0 +545,0 @@ export const ValidateStateMachineDefinitionResultCode = {

5

dist-types/commands/ValidateStateMachineDefinitionCommand.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc