@aws-sdk/middleware-sdk-ec2
Advanced tools
Comparing version 3.418.0 to 3.423.0
@@ -37,3 +37,6 @@ "use strict"; | ||
query: { | ||
...input, | ||
...Object.entries(input).reduce((acc, [k, v]) => { | ||
acc[k] = String(v !== null && v !== void 0 ? v : ""); | ||
return acc; | ||
}, {}), | ||
Action: "CopySnapshot", | ||
@@ -40,0 +43,0 @@ Version: version, |
@@ -33,3 +33,6 @@ import { formatUrl } from "@aws-sdk/util-format-url"; | ||
query: { | ||
...input, | ||
...Object.entries(input).reduce((acc, [k, v]) => { | ||
acc[k] = String(v ?? ""); | ||
return acc; | ||
}, {}), | ||
Action: "CopySnapshot", | ||
@@ -36,0 +39,0 @@ Version: version, |
{ | ||
"name": "@aws-sdk/middleware-sdk-ec2", | ||
"version": "3.418.0", | ||
"version": "3.423.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
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
24908
275