🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@aws-sdk/client-codedeploy

Package Overview
Dependencies
Maintainers
2
Versions
649
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
3.920.0
to
3.921.0
+1
-1
dist-cjs/endpoint/ruleset.js

@@ -5,4 +5,4 @@ "use strict";

const s = "required", t = "fn", u = "argv", v = "ref";
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "string" }, i = { [s]: true, "default": false, "type": "boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://codedeploy-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://codedeploy-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://codedeploy.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://codedeploy.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
exports.ruleSet = _data;
const s = "required", t = "fn", u = "argv", v = "ref";
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "string" }, i = { [s]: true, "default": false, "type": "boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://codedeploy-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://codedeploy-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://codedeploy.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://codedeploy.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
export const ruleSet = _data;
{
"name": "@aws-sdk/client-codedeploy",
"description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
"version": "3.920.0",
"version": "3.921.0",
"scripts": {

@@ -23,39 +23,39 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/core": "3.920.0",
"@aws-sdk/credential-provider-node": "3.920.0",
"@aws-sdk/middleware-host-header": "3.920.0",
"@aws-sdk/middleware-logger": "3.920.0",
"@aws-sdk/middleware-recursion-detection": "3.920.0",
"@aws-sdk/middleware-user-agent": "3.920.0",
"@aws-sdk/region-config-resolver": "3.920.0",
"@aws-sdk/types": "3.920.0",
"@aws-sdk/util-endpoints": "3.920.0",
"@aws-sdk/util-user-agent-browser": "3.920.0",
"@aws-sdk/util-user-agent-node": "3.920.0",
"@smithy/config-resolver": "^4.4.0",
"@smithy/core": "^3.17.1",
"@smithy/fetch-http-handler": "^5.3.4",
"@smithy/hash-node": "^4.2.3",
"@smithy/invalid-dependency": "^4.2.3",
"@smithy/middleware-content-length": "^4.2.3",
"@smithy/middleware-endpoint": "^4.3.5",
"@smithy/middleware-retry": "^4.4.5",
"@smithy/middleware-serde": "^4.2.3",
"@smithy/middleware-stack": "^4.2.3",
"@smithy/node-config-provider": "^4.3.3",
"@smithy/node-http-handler": "^4.4.3",
"@smithy/protocol-http": "^5.3.3",
"@smithy/smithy-client": "^4.9.1",
"@smithy/types": "^4.8.0",
"@smithy/url-parser": "^4.2.3",
"@aws-sdk/core": "3.921.0",
"@aws-sdk/credential-provider-node": "3.921.0",
"@aws-sdk/middleware-host-header": "3.921.0",
"@aws-sdk/middleware-logger": "3.921.0",
"@aws-sdk/middleware-recursion-detection": "3.921.0",
"@aws-sdk/middleware-user-agent": "3.921.0",
"@aws-sdk/region-config-resolver": "3.921.0",
"@aws-sdk/types": "3.921.0",
"@aws-sdk/util-endpoints": "3.921.0",
"@aws-sdk/util-user-agent-browser": "3.921.0",
"@aws-sdk/util-user-agent-node": "3.921.0",
"@smithy/config-resolver": "^4.4.1",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
"@smithy/invalid-dependency": "^4.2.4",
"@smithy/middleware-content-length": "^4.2.4",
"@smithy/middleware-endpoint": "^4.3.6",
"@smithy/middleware-retry": "^4.4.6",
"@smithy/middleware-serde": "^4.2.4",
"@smithy/middleware-stack": "^4.2.4",
"@smithy/node-config-provider": "^4.3.4",
"@smithy/node-http-handler": "^4.4.4",
"@smithy/protocol-http": "^5.3.4",
"@smithy/smithy-client": "^4.9.2",
"@smithy/types": "^4.8.1",
"@smithy/url-parser": "^4.2.4",
"@smithy/util-base64": "^4.3.0",
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.4",
"@smithy/util-defaults-mode-node": "^4.2.6",
"@smithy/util-endpoints": "^3.2.3",
"@smithy/util-middleware": "^4.2.3",
"@smithy/util-retry": "^4.2.3",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
"@smithy/util-utf8": "^4.2.0",
"@smithy/util-waiter": "^4.2.3",
"@smithy/util-waiter": "^4.2.4",
"tslib": "^2.6.2"

@@ -62,0 +62,0 @@ },