@aws-sdk/client-sfn 3.847.0 → 3.855.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.
@@ -3577,7 +3577,7 @@ export interface StartExecutionInput {
3577
3577
  /**
3578
3578
  * <p>The string that contains the JSON input data for the execution, for example:</p>
3579
3579
  * <p>
3580
- * <code>"\{\"first_name\" : \"Tim\"\}"</code>
3580
+ * <code>"\{\"first_name\" : \"Alejandro\"\}"</code>
3581
3581
  * </p>
3582
3582
  * <note>
3583
3583
  * <p>If you don't include any JSON input data, you still must include the two braces, for
@@ -3632,7 +3632,7 @@ export interface StartSyncExecutionInput {
3632
3632
  /**
3633
3633
  * <p>The string that contains the JSON input data for the execution, for example:</p>
3634
3634
  * <p>
3635
- * <code>"\{\"first_name\" : \"Tim\"\}"</code>
3635
+ * <code>"\{\"first_name\" : \"Alejandro\"\}"</code>
3636
3636
  * </p>
3637
3637
  * <note>
3638
3638
  * <p>If you don't include any JSON input data, you still must include the two braces, for
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sfn",
3
3
  "description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
4
- "version": "3.847.0",
4
+ "version": "3.855.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-sfn",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.846.0",
24
- "@aws-sdk/credential-provider-node": "3.846.0",
23
+ "@aws-sdk/core": "3.855.0",
24
+ "@aws-sdk/credential-provider-node": "3.855.0",
25
25
  "@aws-sdk/middleware-host-header": "3.840.0",
26
26
  "@aws-sdk/middleware-logger": "3.840.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.846.0",
28
+ "@aws-sdk/middleware-user-agent": "3.855.0",
29
29
  "@aws-sdk/region-config-resolver": "3.840.0",
30
30
  "@aws-sdk/types": "3.840.0",
31
- "@aws-sdk/util-endpoints": "3.845.0",
31
+ "@aws-sdk/util-endpoints": "3.848.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.846.0",
33
+ "@aws-sdk/util-user-agent-node": "3.855.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.7.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.0",