@aws-sdk/client-databrew 3.256.0 → 3.258.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.
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +0 -3
- package/dist-cjs/runtimeConfig.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +3 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/runtimeConfig.browser.js +0 -3
- package/dist-es/runtimeConfig.js +0 -3
- package/dist-es/runtimeConfig.shared.js +3 -0
- package/dist-types/DataBrew.d.ts +14 -16
- package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +14 -16
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +44 -44
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +30 -31
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [t]: "Region" }, j = { [t]: "Endpoint" }, k = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, l = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, m = {}, n = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: d }, "supportsFIPS"] }] }, o = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: d }, "supportsDualStack"] }] }, p = [k], q = [l];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [r]: "aws.partition", [s]: [i], assign: d }], type: e, rules: [{ conditions: [{ [r]: "isSet", [s]: [j] }], type: e, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: j, properties: m, headers: m }, type: g }] }] }, { conditions: [k, l], type: e, rules: [{ conditions: [n, o], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://databrew-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ conditions: [{ [r]: "stringEquals", [s]: [i, "us-gov-west-1"] }], endpoint: { url: "https://databrew.us-gov-west-1.amazonaws.com", properties: m, headers: m }, type: g }, { endpoint: { url: "https://databrew-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: q, type: e, rules: [{ conditions: [o], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://databrew.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://databrew.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: g }] }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -10,7 +10,6 @@ const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
|
10
10
|
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
11
|
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
|
-
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
13
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
14
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
16
15
|
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
|
|
@@ -35,8 +34,6 @@ const getRuntimeConfig = (config) => {
|
|
|
35
34
|
streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector,
|
|
36
35
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
37
36
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
|
|
38
|
-
utf8Decoder: config?.utf8Decoder ?? util_utf8_browser_1.fromUtf8,
|
|
39
|
-
utf8Encoder: config?.utf8Encoder ?? util_utf8_browser_1.toUtf8,
|
|
40
37
|
};
|
|
41
38
|
};
|
|
42
39
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -13,7 +13,6 @@ const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
|
13
13
|
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
14
14
|
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
|
-
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
16
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
17
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
18
|
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
@@ -44,8 +43,6 @@ const getRuntimeConfig = (config) => {
|
|
|
44
43
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
45
44
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
46
45
|
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
47
|
-
utf8Decoder: config?.utf8Decoder ?? util_utf8_node_1.fromUtf8,
|
|
48
|
-
utf8Encoder: config?.utf8Encoder ?? util_utf8_node_1.toUtf8,
|
|
49
46
|
};
|
|
50
47
|
};
|
|
51
48
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -4,6 +4,7 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
6
|
const util_base64_1 = require("@aws-sdk/util-base64");
|
|
7
|
+
const util_utf8_1 = require("@aws-sdk/util-utf8");
|
|
7
8
|
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
8
9
|
const getRuntimeConfig = (config) => ({
|
|
9
10
|
apiVersion: "2017-07-25",
|
|
@@ -14,5 +15,7 @@ const getRuntimeConfig = (config) => ({
|
|
|
14
15
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
15
16
|
serviceId: config?.serviceId ?? "DataBrew",
|
|
16
17
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
18
|
+
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
19
|
+
utf8Encoder: config?.utf8Encoder ?? util_utf8_1.toUtf8,
|
|
17
20
|
});
|
|
18
21
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [t]: "Region" }, j = { [t]: "Endpoint" }, k = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, l = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, m = {}, n = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: d }, "supportsFIPS"] }] }, o = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: d }, "supportsDualStack"] }] }, p = [k], q = [l];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [r]: "aws.partition", [s]: [i], assign: d }], type: e, rules: [{ conditions: [{ [r]: "isSet", [s]: [j] }], type: e, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: j, properties: m, headers: m }, type: g }] }] }, { conditions: [k, l], type: e, rules: [{ conditions: [n, o], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://databrew-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ conditions: [{ [r]: "stringEquals", [s]: [i, "us-gov-west-1"] }], endpoint: { url: "https://databrew.us-gov-west-1.amazonaws.com", properties: m, headers: m }, type: g }, { endpoint: { url: "https://databrew-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: q, type: e, rules: [{ conditions: [o], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://databrew.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://databrew.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: g }] }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -6,7 +6,6 @@ import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
|
6
6
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
7
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry";
|
|
8
8
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
9
|
-
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
10
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
10
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
12
11
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
|
|
@@ -31,7 +30,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
30
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
32
31
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
33
32
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
|
34
|
-
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
35
|
-
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
36
33
|
};
|
|
37
34
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -9,7 +9,6 @@ import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/nod
|
|
|
9
9
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
10
10
|
import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry";
|
|
11
11
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
12
|
-
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
13
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
14
13
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
15
14
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
@@ -40,7 +39,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
40
39
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
41
40
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
42
41
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
43
|
-
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
44
|
-
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
45
42
|
};
|
|
46
43
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { NoOpLogger } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
3
3
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64";
|
|
4
|
+
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8";
|
|
4
5
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
5
6
|
export const getRuntimeConfig = (config) => ({
|
|
6
7
|
apiVersion: "2017-07-25",
|
|
@@ -11,4 +12,6 @@ export const getRuntimeConfig = (config) => ({
|
|
|
11
12
|
logger: config?.logger ?? new NoOpLogger(),
|
|
12
13
|
serviceId: config?.serviceId ?? "DataBrew",
|
|
13
14
|
urlParser: config?.urlParser ?? parseUrl,
|
|
15
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
16
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
14
17
|
});
|
package/dist-types/DataBrew.d.ts
CHANGED
|
@@ -53,43 +53,41 @@ import { DataBrewClient } from "./DataBrewClient";
|
|
|
53
53
|
export declare class DataBrew extends DataBrewClient {
|
|
54
54
|
/**
|
|
55
55
|
* <p>Deletes one or more versions of a recipe at a time.</p>
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
* <ul>
|
|
56
|
+
* <p>The entire request will be rejected if:</p>
|
|
57
|
+
* <ul>
|
|
59
58
|
* <li>
|
|
60
|
-
*
|
|
59
|
+
* <p>The recipe does not exist.</p>
|
|
61
60
|
* </li>
|
|
62
61
|
* <li>
|
|
63
|
-
*
|
|
62
|
+
* <p>There is an invalid version identifier in the list of versions.</p>
|
|
64
63
|
* </li>
|
|
65
64
|
* <li>
|
|
66
|
-
*
|
|
65
|
+
* <p>The version list is empty.</p>
|
|
67
66
|
* </li>
|
|
68
67
|
* <li>
|
|
69
|
-
*
|
|
68
|
+
* <p>The version list size exceeds 50.</p>
|
|
70
69
|
* </li>
|
|
71
70
|
* <li>
|
|
72
|
-
*
|
|
71
|
+
* <p>The version list contains duplicate entries.</p>
|
|
73
72
|
* </li>
|
|
74
73
|
* </ul>
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
* <ul>
|
|
74
|
+
* <p>The request will complete successfully, but with partial failures, if:</p>
|
|
75
|
+
* <ul>
|
|
78
76
|
* <li>
|
|
79
|
-
*
|
|
77
|
+
* <p>A version does not exist.</p>
|
|
80
78
|
* </li>
|
|
81
79
|
* <li>
|
|
82
|
-
*
|
|
80
|
+
* <p>A version is being used by a job.</p>
|
|
83
81
|
* </li>
|
|
84
82
|
* <li>
|
|
85
|
-
*
|
|
83
|
+
* <p>You specify <code>LATEST_WORKING</code>, but it's being used by a
|
|
86
84
|
* project.</p>
|
|
87
85
|
* </li>
|
|
88
86
|
* <li>
|
|
89
|
-
*
|
|
87
|
+
* <p>The version fails to be deleted.</p>
|
|
90
88
|
* </li>
|
|
91
89
|
* </ul>
|
|
92
|
-
*
|
|
90
|
+
* <p>The <code>LATEST_WORKING</code> version will only be deleted if the recipe has no
|
|
93
91
|
* other versions. If you try to delete <code>LATEST_WORKING</code> while other versions
|
|
94
92
|
* exist (or if they can't be deleted), then <code>LATEST_WORKING</code> will be listed as
|
|
95
93
|
* partial failure in the response.</p>
|
|
@@ -9,43 +9,41 @@ export interface BatchDeleteRecipeVersionCommandOutput extends BatchDeleteRecipe
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Deletes one or more versions of a recipe at a time.</p>
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
* <ul>
|
|
12
|
+
* <p>The entire request will be rejected if:</p>
|
|
13
|
+
* <ul>
|
|
15
14
|
* <li>
|
|
16
|
-
*
|
|
15
|
+
* <p>The recipe does not exist.</p>
|
|
17
16
|
* </li>
|
|
18
17
|
* <li>
|
|
19
|
-
*
|
|
18
|
+
* <p>There is an invalid version identifier in the list of versions.</p>
|
|
20
19
|
* </li>
|
|
21
20
|
* <li>
|
|
22
|
-
*
|
|
21
|
+
* <p>The version list is empty.</p>
|
|
23
22
|
* </li>
|
|
24
23
|
* <li>
|
|
25
|
-
*
|
|
24
|
+
* <p>The version list size exceeds 50.</p>
|
|
26
25
|
* </li>
|
|
27
26
|
* <li>
|
|
28
|
-
*
|
|
27
|
+
* <p>The version list contains duplicate entries.</p>
|
|
29
28
|
* </li>
|
|
30
29
|
* </ul>
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* <ul>
|
|
30
|
+
* <p>The request will complete successfully, but with partial failures, if:</p>
|
|
31
|
+
* <ul>
|
|
34
32
|
* <li>
|
|
35
|
-
*
|
|
33
|
+
* <p>A version does not exist.</p>
|
|
36
34
|
* </li>
|
|
37
35
|
* <li>
|
|
38
|
-
*
|
|
36
|
+
* <p>A version is being used by a job.</p>
|
|
39
37
|
* </li>
|
|
40
38
|
* <li>
|
|
41
|
-
*
|
|
39
|
+
* <p>You specify <code>LATEST_WORKING</code>, but it's being used by a
|
|
42
40
|
* project.</p>
|
|
43
41
|
* </li>
|
|
44
42
|
* <li>
|
|
45
|
-
*
|
|
43
|
+
* <p>The version fails to be deleted.</p>
|
|
46
44
|
* </li>
|
|
47
45
|
* </ul>
|
|
48
|
-
*
|
|
46
|
+
* <p>The <code>LATEST_WORKING</code> version will only be deleted if the recipe has no
|
|
49
47
|
* other versions. If you try to delete <code>LATEST_WORKING</code> while other versions
|
|
50
48
|
* exist (or if they can't be deleted), then <code>LATEST_WORKING</code> will be listed as
|
|
51
49
|
* partial failure in the response.</p>
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -506,7 +506,7 @@ export interface ColumnStatisticsConfiguration {
|
|
|
506
506
|
export interface EntityDetectorConfiguration {
|
|
507
507
|
/**
|
|
508
508
|
* <p>Entity types to detect. Can be any of the following:</p>
|
|
509
|
-
*
|
|
509
|
+
* <ul>
|
|
510
510
|
* <li>
|
|
511
511
|
* <p>USA_SSN</p>
|
|
512
512
|
* </li>
|
|
@@ -565,7 +565,7 @@ export interface EntityDetectorConfiguration {
|
|
|
565
565
|
* <p>DATE</p>
|
|
566
566
|
* </li>
|
|
567
567
|
* </ul>
|
|
568
|
-
*
|
|
568
|
+
* <p>The Entity type group USA_ALL is also supported, and includes all of the
|
|
569
569
|
* above entity types except PERSON_NAME and DATE.</p>
|
|
570
570
|
*/
|
|
571
571
|
EntityTypes: string[] | undefined;
|
|
@@ -627,12 +627,12 @@ export interface JobSample {
|
|
|
627
627
|
/**
|
|
628
628
|
* <p>A value that determines whether the profile job is run on the entire dataset or a
|
|
629
629
|
* specified number of rows. This value must be one of the following:</p>
|
|
630
|
-
*
|
|
630
|
+
* <ul>
|
|
631
631
|
* <li>
|
|
632
|
-
*
|
|
632
|
+
* <p>FULL_DATASET - The profile job is run on the entire dataset.</p>
|
|
633
633
|
* </li>
|
|
634
634
|
* <li>
|
|
635
|
-
*
|
|
635
|
+
* <p>CUSTOM_ROWS - The profile job is run on the number of rows specified in the
|
|
636
636
|
* <code>Size</code> parameter.</p>
|
|
637
637
|
* </li>
|
|
638
638
|
* </ul>
|
|
@@ -642,7 +642,7 @@ export interface JobSample {
|
|
|
642
642
|
* <p>The <code>Size</code> parameter is only required when the mode is CUSTOM_ROWS. The
|
|
643
643
|
* profile job is run on the specified number of rows. The maximum value for size is
|
|
644
644
|
* Long.MAX_VALUE.</p>
|
|
645
|
-
*
|
|
645
|
+
* <p>Long.MAX_VALUE = 9223372036854775807</p>
|
|
646
646
|
*/
|
|
647
647
|
Size?: number;
|
|
648
648
|
}
|
|
@@ -683,14 +683,14 @@ export interface CreateProfileJobRequest {
|
|
|
683
683
|
EncryptionKeyArn?: string;
|
|
684
684
|
/**
|
|
685
685
|
* <p>The encryption mode for the job, which can be one of the following:</p>
|
|
686
|
-
*
|
|
686
|
+
* <ul>
|
|
687
687
|
* <li>
|
|
688
|
-
*
|
|
688
|
+
* <p>
|
|
689
689
|
* <code>SSE-KMS</code> - <code>SSE-KMS</code> - Server-side encryption with
|
|
690
690
|
* KMS-managed keys.</p>
|
|
691
691
|
* </li>
|
|
692
692
|
* <li>
|
|
693
|
-
*
|
|
693
|
+
* <p>
|
|
694
694
|
* <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p>
|
|
695
695
|
* </li>
|
|
696
696
|
* </ul>
|
|
@@ -840,9 +840,9 @@ export interface RecipeAction {
|
|
|
840
840
|
}
|
|
841
841
|
/**
|
|
842
842
|
* <p>Represents an individual condition that evaluates to true or false.</p>
|
|
843
|
-
*
|
|
843
|
+
* <p>Conditions are used with recipe actions. The action is only performed for column values where the
|
|
844
844
|
* condition evaluates to true.</p>
|
|
845
|
-
*
|
|
845
|
+
* <p>If a recipe requires more than one condition, then the recipe must specify multiple
|
|
846
846
|
* <code>ConditionExpression</code> elements. Each condition is applied to the rows in a dataset first, before
|
|
847
847
|
* the recipe action is performed.</p>
|
|
848
848
|
*/
|
|
@@ -872,10 +872,10 @@ export interface RecipeStep {
|
|
|
872
872
|
Action: RecipeAction | undefined;
|
|
873
873
|
/**
|
|
874
874
|
* <p>One or more conditions that must be met for the recipe step to succeed.</p>
|
|
875
|
-
*
|
|
875
|
+
* <note>
|
|
876
876
|
* <p>All of the conditions in the array must be met. In other words, all of the
|
|
877
877
|
* conditions must be combined using a logical AND operation.</p>
|
|
878
|
-
*
|
|
878
|
+
* </note>
|
|
879
879
|
*/
|
|
880
880
|
ConditionExpressions?: ConditionExpression[];
|
|
881
881
|
}
|
|
@@ -1090,13 +1090,13 @@ export interface CreateRecipeJobRequest {
|
|
|
1090
1090
|
EncryptionKeyArn?: string;
|
|
1091
1091
|
/**
|
|
1092
1092
|
* <p>The encryption mode for the job, which can be one of the following:</p>
|
|
1093
|
-
*
|
|
1093
|
+
* <ul>
|
|
1094
1094
|
* <li>
|
|
1095
|
-
*
|
|
1095
|
+
* <p>
|
|
1096
1096
|
* <code>SSE-KMS</code> - Server-side encryption with keys managed by KMS.</p>
|
|
1097
1097
|
* </li>
|
|
1098
1098
|
* <li>
|
|
1099
|
-
*
|
|
1099
|
+
* <p>
|
|
1100
1100
|
* <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p>
|
|
1101
1101
|
* </li>
|
|
1102
1102
|
* </ul>
|
|
@@ -1221,7 +1221,7 @@ export interface Rule {
|
|
|
1221
1221
|
* column reference, then ColumnSelectors in the rule should be null. If ColumnSelectors
|
|
1222
1222
|
* has been defined, then there should be no column reference in the left side of a
|
|
1223
1223
|
* condition, for example, <code>is_between :val1 and :val2</code>.</p>
|
|
1224
|
-
*
|
|
1224
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/databrew/latest/dg/profile.data-quality-available-checks.html">Available checks</a>
|
|
1225
1225
|
* </p>
|
|
1226
1226
|
*/
|
|
1227
1227
|
CheckExpression: string | undefined;
|
|
@@ -1482,13 +1482,13 @@ export interface DescribeJobResponse {
|
|
|
1482
1482
|
EncryptionKeyArn?: string;
|
|
1483
1483
|
/**
|
|
1484
1484
|
* <p>The encryption mode for the job, which can be one of the following:</p>
|
|
1485
|
-
*
|
|
1485
|
+
* <ul>
|
|
1486
1486
|
* <li>
|
|
1487
|
-
*
|
|
1487
|
+
* <p>
|
|
1488
1488
|
* <code>SSE-KMS</code> - Server-side encryption with keys managed by KMS.</p>
|
|
1489
1489
|
* </li>
|
|
1490
1490
|
* <li>
|
|
1491
|
-
*
|
|
1491
|
+
* <p>
|
|
1492
1492
|
* <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon
|
|
1493
1493
|
* S3.</p>
|
|
1494
1494
|
* </li>
|
|
@@ -1501,14 +1501,14 @@ export interface DescribeJobResponse {
|
|
|
1501
1501
|
Name: string | undefined;
|
|
1502
1502
|
/**
|
|
1503
1503
|
* <p>The job type, which must be one of the following:</p>
|
|
1504
|
-
*
|
|
1504
|
+
* <ul>
|
|
1505
1505
|
* <li>
|
|
1506
|
-
*
|
|
1506
|
+
* <p>
|
|
1507
1507
|
* <code>PROFILE</code> - The job analyzes the dataset to determine its size,
|
|
1508
1508
|
* data types, data distribution, and more.</p>
|
|
1509
1509
|
* </li>
|
|
1510
1510
|
* <li>
|
|
1511
|
-
*
|
|
1511
|
+
* <p>
|
|
1512
1512
|
* <code>RECIPE</code> - The job applies one or more transformations to a
|
|
1513
1513
|
* dataset.</p>
|
|
1514
1514
|
* </li>
|
|
@@ -1762,17 +1762,17 @@ export interface DescribeProjectResponse {
|
|
|
1762
1762
|
Tags?: Record<string, string>;
|
|
1763
1763
|
/**
|
|
1764
1764
|
* <p>Describes the current state of the session:</p>
|
|
1765
|
-
*
|
|
1765
|
+
* <ul>
|
|
1766
1766
|
* <li>
|
|
1767
|
-
*
|
|
1767
|
+
* <p>
|
|
1768
1768
|
* <code>PROVISIONING</code> - allocating resources for the session.</p>
|
|
1769
1769
|
* </li>
|
|
1770
1770
|
* <li>
|
|
1771
|
-
*
|
|
1771
|
+
* <p>
|
|
1772
1772
|
* <code>INITIALIZING</code> - getting the session ready for first use.</p>
|
|
1773
1773
|
* </li>
|
|
1774
1774
|
* <li>
|
|
1775
|
-
*
|
|
1775
|
+
* <p>
|
|
1776
1776
|
* <code>ASSIGNED</code> - the session is ready for use.</p>
|
|
1777
1777
|
* </li>
|
|
1778
1778
|
* </ul>
|
|
@@ -2188,13 +2188,13 @@ export interface Job {
|
|
|
2188
2188
|
EncryptionKeyArn?: string;
|
|
2189
2189
|
/**
|
|
2190
2190
|
* <p>The encryption mode for the job, which can be one of the following:</p>
|
|
2191
|
-
*
|
|
2191
|
+
* <ul>
|
|
2192
2192
|
* <li>
|
|
2193
|
-
*
|
|
2193
|
+
* <p>
|
|
2194
2194
|
* <code>SSE-KMS</code> - Server-side encryption with keys managed by KMS.</p>
|
|
2195
2195
|
* </li>
|
|
2196
2196
|
* <li>
|
|
2197
|
-
*
|
|
2197
|
+
* <p>
|
|
2198
2198
|
* <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p>
|
|
2199
2199
|
* </li>
|
|
2200
2200
|
* </ul>
|
|
@@ -2206,14 +2206,14 @@ export interface Job {
|
|
|
2206
2206
|
Name: string | undefined;
|
|
2207
2207
|
/**
|
|
2208
2208
|
* <p>The job type of the job, which must be one of the following:</p>
|
|
2209
|
-
*
|
|
2209
|
+
* <ul>
|
|
2210
2210
|
* <li>
|
|
2211
|
-
*
|
|
2211
|
+
* <p>
|
|
2212
2212
|
* <code>PROFILE</code> - A job to analyze a dataset, to determine its size, data
|
|
2213
2213
|
* types, data distribution, and more.</p>
|
|
2214
2214
|
* </li>
|
|
2215
2215
|
* <li>
|
|
2216
|
-
*
|
|
2216
|
+
* <p>
|
|
2217
2217
|
* <code>RECIPE</code> - A job to apply one or more transformations to a
|
|
2218
2218
|
* dataset.</p>
|
|
2219
2219
|
* </li>
|
|
@@ -2400,7 +2400,7 @@ export interface ListRecipesRequest {
|
|
|
2400
2400
|
* <code>LATEST_PUBLISHED</code>. If <code>RecipeVersion</code> is omitted,
|
|
2401
2401
|
* <code>ListRecipes</code> returns all of the <code>LATEST_PUBLISHED</code> recipe
|
|
2402
2402
|
* versions.</p>
|
|
2403
|
-
*
|
|
2403
|
+
* <p>Valid values: <code>LATEST_WORKING</code> | <code>LATEST_PUBLISHED</code>
|
|
2404
2404
|
* </p>
|
|
2405
2405
|
*/
|
|
2406
2406
|
RecipeVersion?: string;
|
|
@@ -2459,20 +2459,20 @@ export interface Recipe {
|
|
|
2459
2459
|
Tags?: Record<string, string>;
|
|
2460
2460
|
/**
|
|
2461
2461
|
* <p>The identifier for the version for the recipe. Must be one of the following:</p>
|
|
2462
|
-
*
|
|
2462
|
+
* <ul>
|
|
2463
2463
|
* <li>
|
|
2464
|
-
*
|
|
2464
|
+
* <p>Numeric version (<code>X.Y</code>) - <code>X</code> and <code>Y</code> stand
|
|
2465
2465
|
* for major and minor version numbers. The maximum length of each is 6 digits, and
|
|
2466
2466
|
* neither can be negative values. Both <code>X</code> and <code>Y</code> are
|
|
2467
2467
|
* required, and "0.0" isn't a valid version.</p>
|
|
2468
2468
|
* </li>
|
|
2469
2469
|
* <li>
|
|
2470
|
-
*
|
|
2470
|
+
* <p>
|
|
2471
2471
|
* <code>LATEST_WORKING</code> - the most recent valid version being developed in
|
|
2472
2472
|
* a DataBrew project.</p>
|
|
2473
2473
|
* </li>
|
|
2474
2474
|
* <li>
|
|
2475
|
-
*
|
|
2475
|
+
* <p>
|
|
2476
2476
|
* <code>LATEST_PUBLISHED</code> - the most recent published version.</p>
|
|
2477
2477
|
* </li>
|
|
2478
2478
|
* </ul>
|
|
@@ -2889,13 +2889,13 @@ export interface UpdateProfileJobRequest {
|
|
|
2889
2889
|
EncryptionKeyArn?: string;
|
|
2890
2890
|
/**
|
|
2891
2891
|
* <p>The encryption mode for the job, which can be one of the following:</p>
|
|
2892
|
-
*
|
|
2892
|
+
* <ul>
|
|
2893
2893
|
* <li>
|
|
2894
|
-
*
|
|
2894
|
+
* <p>
|
|
2895
2895
|
* <code>SSE-KMS</code> - Server-side encryption with keys managed by KMS.</p>
|
|
2896
2896
|
* </li>
|
|
2897
2897
|
* <li>
|
|
2898
|
-
*
|
|
2898
|
+
* <p>
|
|
2899
2899
|
* <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon
|
|
2900
2900
|
* S3.</p>
|
|
2901
2901
|
* </li>
|
|
@@ -3007,13 +3007,13 @@ export interface UpdateRecipeJobRequest {
|
|
|
3007
3007
|
EncryptionKeyArn?: string;
|
|
3008
3008
|
/**
|
|
3009
3009
|
* <p>The encryption mode for the job, which can be one of the following:</p>
|
|
3010
|
-
*
|
|
3010
|
+
* <ul>
|
|
3011
3011
|
* <li>
|
|
3012
|
-
*
|
|
3012
|
+
* <p>
|
|
3013
3013
|
* <code>SSE-KMS</code> - Server-side encryption with keys managed by KMS.</p>
|
|
3014
3014
|
* </li>
|
|
3015
3015
|
* <li>
|
|
3016
|
-
*
|
|
3016
|
+
* <p>
|
|
3017
3017
|
* <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p>
|
|
3018
3018
|
* </li>
|
|
3019
3019
|
* </ul>
|
|
@@ -17,12 +17,12 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
20
|
apiVersion: string;
|
|
23
21
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
22
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
23
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -17,12 +17,12 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
20
|
apiVersion: string;
|
|
23
21
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
22
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
23
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -13,4 +13,6 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
13
13
|
logger: import("@aws-sdk/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
15
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
17
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
16
18
|
};
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
|
@@ -27,12 +27,12 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
27
27
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
28
28
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
30
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
31
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
32
30
|
apiVersion: string;
|
|
33
31
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
34
32
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
35
33
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
34
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
35
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
@@ -27,12 +27,12 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
27
27
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
28
28
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
30
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
31
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
32
30
|
apiVersion: string;
|
|
33
31
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
34
32
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
35
33
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
34
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
35
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
@@ -13,4 +13,6 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
13
13
|
logger: import("@aws-sdk/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
15
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
17
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
16
18
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-databrew",
|
|
3
3
|
"description": "AWS SDK for JavaScript Databrew Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.258.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",
|
|
@@ -20,39 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.258.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.257.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.258.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.257.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.257.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.257.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.257.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.257.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.257.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.257.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.257.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.257.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.257.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.257.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.257.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.257.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.257.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.257.0",
|
|
43
|
+
"@aws-sdk/types": "3.257.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.257.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8
|
|
55
|
-
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.257.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.257.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.257.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.257.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.257.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.257.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.254.0",
|
|
56
55
|
"tslib": "^2.3.1"
|
|
57
56
|
},
|
|
58
57
|
"devDependencies": {
|