@aws-sdk/client-codecatalyst 3.431.0 → 3.435.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.
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const n = "type", o = "conditions", p = "argv", q = "ref", r = "properties", s = "headers";
|
|
5
|
-
const a = true, b = false, c = "isSet", d = "endpoint", e = "aws.partition", f = "PartitionResult", g = "tree", h = { "required": false, [n]: "String" }, i = { [q]: "Endpoint" }, j = {}, k = { "fn": c, [p]: [{ [q]: "Region" }] }, l = [{ [q]: "Region" }], m = [{ [o]: [{ "fn": "booleanEquals", [p]: [{ [q]: "UseFIPS" }, true] }],
|
|
6
|
-
const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, [n]: "Boolean" }, Region: h, Endpoint: h }, rules: [{ [o]: [{ fn: c, [p]: [i] }], endpoint: { url: i, [r]: j, [s]: j }, [n]: d }, { [o]: [{ fn: "not", [p]: [k] }, { fn: e, [p]: ["us-west-2"], assign: f }], [n]: g
|
|
5
|
+
const a = true, b = false, c = "isSet", d = "endpoint", e = "aws.partition", f = "PartitionResult", g = "tree", h = { "required": false, [n]: "String" }, i = { [q]: "Endpoint" }, j = {}, k = { "fn": c, [p]: [{ [q]: "Region" }] }, l = [{ [q]: "Region" }], m = [{ [o]: [{ "fn": "booleanEquals", [p]: [{ [q]: "UseFIPS" }, true] }], "rules": [{ [o]: [{ "fn": "booleanEquals", [p]: [{ "fn": "getAttr", [p]: [{ [q]: f }, "supportsFIPS"] }, false] }], "error": "Partition does not support FIPS.", [n]: "error" }, { [d]: { "url": "https://codecatalyst-fips.global.{PartitionResult#dualStackDnsSuffix}", [r]: {}, [s]: {} }, [n]: d }], [n]: g }, { [d]: { "url": "https://codecatalyst.global.{PartitionResult#dualStackDnsSuffix}", [r]: {}, [s]: {} }, [n]: d }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, [n]: "Boolean" }, Region: h, Endpoint: h }, rules: [{ [o]: [{ fn: c, [p]: [i] }], endpoint: { url: i, [r]: j, [s]: j }, [n]: d }, { [o]: [{ fn: "not", [p]: [k] }, { fn: e, [p]: ["us-west-2"], assign: f }], rules: m, [n]: g }, { [o]: [k, { fn: e, [p]: l, assign: f }], rules: m, [n]: g }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
const n = "type", o = "conditions", p = "argv", q = "ref", r = "properties", s = "headers";
|
|
2
|
-
const a = true, b = false, c = "isSet", d = "endpoint", e = "aws.partition", f = "PartitionResult", g = "tree", h = { "required": false, [n]: "String" }, i = { [q]: "Endpoint" }, j = {}, k = { "fn": c, [p]: [{ [q]: "Region" }] }, l = [{ [q]: "Region" }], m = [{ [o]: [{ "fn": "booleanEquals", [p]: [{ [q]: "UseFIPS" }, true] }],
|
|
3
|
-
const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, [n]: "Boolean" }, Region: h, Endpoint: h }, rules: [{ [o]: [{ fn: c, [p]: [i] }], endpoint: { url: i, [r]: j, [s]: j }, [n]: d }, { [o]: [{ fn: "not", [p]: [k] }, { fn: e, [p]: ["us-west-2"], assign: f }], [n]: g
|
|
2
|
+
const a = true, b = false, c = "isSet", d = "endpoint", e = "aws.partition", f = "PartitionResult", g = "tree", h = { "required": false, [n]: "String" }, i = { [q]: "Endpoint" }, j = {}, k = { "fn": c, [p]: [{ [q]: "Region" }] }, l = [{ [q]: "Region" }], m = [{ [o]: [{ "fn": "booleanEquals", [p]: [{ [q]: "UseFIPS" }, true] }], "rules": [{ [o]: [{ "fn": "booleanEquals", [p]: [{ "fn": "getAttr", [p]: [{ [q]: f }, "supportsFIPS"] }, false] }], "error": "Partition does not support FIPS.", [n]: "error" }, { [d]: { "url": "https://codecatalyst-fips.global.{PartitionResult#dualStackDnsSuffix}", [r]: {}, [s]: {} }, [n]: d }], [n]: g }, { [d]: { "url": "https://codecatalyst.global.{PartitionResult#dualStackDnsSuffix}", [r]: {}, [s]: {} }, [n]: d }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, [n]: "Boolean" }, Region: h, Endpoint: h }, rules: [{ [o]: [{ fn: c, [p]: [i] }], endpoint: { url: i, [r]: j, [s]: j }, [n]: d }, { [o]: [{ fn: "not", [p]: [k] }, { fn: e, [p]: ["us-west-2"], assign: f }], rules: m, [n]: g }, { [o]: [k, { fn: e, [p]: l, assign: f }], rules: m, [n]: g }] };
|
|
4
4
|
export const ruleSet = _data;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecatalyst",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.435.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
25
|
-
"@aws-sdk/middleware-logger": "3.
|
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
-
"@aws-sdk/middleware-token": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^2.0.
|
|
35
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
36
|
-
"@smithy/hash-node": "^2.0.
|
|
37
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
38
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
39
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
40
|
-
"@smithy/middleware-retry": "^2.0.
|
|
41
|
-
"@smithy/middleware-serde": "^2.0.
|
|
42
|
-
"@smithy/middleware-stack": "^2.0.
|
|
43
|
-
"@smithy/node-config-provider": "^2.1.
|
|
44
|
-
"@smithy/node-http-handler": "^2.1.
|
|
45
|
-
"@smithy/protocol-http": "^3.0.
|
|
46
|
-
"@smithy/smithy-client": "^2.1.
|
|
47
|
-
"@smithy/types": "^2.
|
|
48
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
25
|
+
"@aws-sdk/middleware-logger": "3.433.0",
|
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|
|
27
|
+
"@aws-sdk/middleware-token": "3.435.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.433.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.433.0",
|
|
30
|
+
"@aws-sdk/types": "3.433.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.433.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.433.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.433.0",
|
|
34
|
+
"@smithy/config-resolver": "^2.0.16",
|
|
35
|
+
"@smithy/fetch-http-handler": "^2.2.4",
|
|
36
|
+
"@smithy/hash-node": "^2.0.12",
|
|
37
|
+
"@smithy/invalid-dependency": "^2.0.12",
|
|
38
|
+
"@smithy/middleware-content-length": "^2.0.14",
|
|
39
|
+
"@smithy/middleware-endpoint": "^2.1.3",
|
|
40
|
+
"@smithy/middleware-retry": "^2.0.18",
|
|
41
|
+
"@smithy/middleware-serde": "^2.0.12",
|
|
42
|
+
"@smithy/middleware-stack": "^2.0.6",
|
|
43
|
+
"@smithy/node-config-provider": "^2.1.3",
|
|
44
|
+
"@smithy/node-http-handler": "^2.1.8",
|
|
45
|
+
"@smithy/protocol-http": "^3.0.8",
|
|
46
|
+
"@smithy/smithy-client": "^2.1.12",
|
|
47
|
+
"@smithy/types": "^2.4.0",
|
|
48
|
+
"@smithy/url-parser": "^2.0.12",
|
|
49
49
|
"@smithy/util-base64": "^2.0.0",
|
|
50
50
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
51
51
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
52
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
53
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
54
|
-
"@smithy/util-retry": "^2.0.
|
|
52
|
+
"@smithy/util-defaults-mode-browser": "^2.0.16",
|
|
53
|
+
"@smithy/util-defaults-mode-node": "^2.0.21",
|
|
54
|
+
"@smithy/util-retry": "^2.0.5",
|
|
55
55
|
"@smithy/util-utf8": "^2.0.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|