@stacksjs/actions 0.70.11 → 0.70.13
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/build.js +8 -8
- package/dist/{chunk-k2wcwm7g.js → chunk-030apzv1.js} +8 -8
- package/dist/{chunk-veja9rez.js → chunk-0crtxf8d.js} +19 -156
- package/dist/chunk-2m04vhea.js +145 -0
- package/dist/{chunk-q81mf99q.js → chunk-6vn0j49q.js} +13 -10
- package/dist/{chunk-76zhb40c.js → chunk-6xeh1279.js} +7 -6
- package/dist/{chunk-qkm8e752.js → chunk-8dsect0a.js} +5 -4
- package/dist/{chunk-t5em30ak.js → chunk-9menqd9a.js} +24 -16
- package/dist/{chunk-f6a9g4qa.js → chunk-ad9b7jvj.js} +5 -4
- package/dist/{chunk-7s5qcjkt.js → chunk-bh25aaf7.js} +17 -9
- package/dist/{chunk-zsm2c35w.js → chunk-f1cxwjkf.js} +6 -5
- package/dist/{chunk-8fdqje2t.js → chunk-f48dj1dk.js} +3 -3
- package/dist/{chunk-9exgwfkw.js → chunk-gdzs9jf4.js} +5 -4
- package/dist/{chunk-hsak03yh.js → chunk-ghp9nh6b.js} +34 -25
- package/dist/{chunk-1hqs8kt1.js → chunk-h46e5ha3.js} +95 -104
- package/dist/{chunk-3d7m14ee.js → chunk-hcfsx7e0.js} +21 -17
- package/dist/{chunk-djkz87qs.js → chunk-hcra1987.js} +8 -8
- package/dist/{chunk-38cnnp2b.js → chunk-hd6fdt5s.js} +6 -4
- package/dist/{chunk-pjjzff0p.js → chunk-kbw02372.js} +154 -38
- package/dist/{chunk-bst5srwz.js → chunk-q3gghmwn.js} +29 -33
- package/dist/{chunk-b5g5w1hh.js → chunk-xt9exr2c.js} +5 -6
- package/dist/database/seed.js +7 -7
- package/dist/generate/index.js +8 -8
- package/dist/index.js +8 -8
- package/dist/release.js +8 -8
- package/dist/upgrade.js +1 -1
- package/package.json +17 -17
- package/dist/chunk-zzerxbrm.js +0 -107
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
ENV_KEY,
|
|
3
3
|
ENV_SECRET,
|
|
4
4
|
fromEnv
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-8dsect0a.js";
|
|
6
6
|
import {
|
|
7
7
|
h,
|
|
8
8
|
x
|
|
@@ -22,6 +22,8 @@ import {
|
|
|
22
22
|
calculateBodyLength,
|
|
23
23
|
createDefaultUserAgentProvider,
|
|
24
24
|
customEndpointFunctions,
|
|
25
|
+
fromBase64,
|
|
26
|
+
fromUtf8,
|
|
25
27
|
getAwsRegionExtensionConfiguration,
|
|
26
28
|
getContentLengthPlugin,
|
|
27
29
|
getEndpointPlugin,
|
|
@@ -29,9 +31,8 @@ import {
|
|
|
29
31
|
getLoggerPlugin,
|
|
30
32
|
getRecursionDetectionPlugin,
|
|
31
33
|
getRetryPlugin,
|
|
32
|
-
|
|
34
|
+
getSerdePlugin,
|
|
33
35
|
getUserAgentPlugin,
|
|
34
|
-
normalizeProvider,
|
|
35
36
|
resolveAwsRegionExtensionConfiguration,
|
|
36
37
|
resolveDefaultsModeConfig,
|
|
37
38
|
resolveEndpoint,
|
|
@@ -39,12 +40,14 @@ import {
|
|
|
39
40
|
resolveHostHeaderConfig,
|
|
40
41
|
resolveRegionConfig,
|
|
41
42
|
resolveRetryConfig,
|
|
42
|
-
resolveUserAgentConfig
|
|
43
|
-
|
|
43
|
+
resolveUserAgentConfig,
|
|
44
|
+
toBase64,
|
|
45
|
+
toUtf8
|
|
46
|
+
} from "./chunk-kbw02372.js";
|
|
44
47
|
import {
|
|
45
48
|
loadConfig,
|
|
46
49
|
parseUrl
|
|
47
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-bh25aaf7.js";
|
|
48
51
|
import {
|
|
49
52
|
ENV_PROFILE
|
|
50
53
|
} from "./chunk-bf8bq8pc.js";
|
|
@@ -70,22 +73,15 @@ import {
|
|
|
70
73
|
streamCollector,
|
|
71
74
|
take,
|
|
72
75
|
withBaseException
|
|
73
|
-
} from "./chunk-
|
|
74
|
-
import {
|
|
75
|
-
CredentialsProviderError,
|
|
76
|
-
chain,
|
|
77
|
-
memoize
|
|
78
|
-
} from "./chunk-zzerxbrm.js";
|
|
76
|
+
} from "./chunk-xt9exr2c.js";
|
|
79
77
|
import {
|
|
80
78
|
require_dist_cjs,
|
|
81
|
-
|
|
82
|
-
require_dist_cjs2 as require_dist_cjs5,
|
|
83
|
-
require_dist_cjs5 as require_dist_cjs6
|
|
84
|
-
} from "./chunk-veja9rez.js";
|
|
85
|
-
import {
|
|
86
|
-
require_dist_cjs3,
|
|
79
|
+
require_dist_cjs2,
|
|
87
80
|
require_dist_cjs4
|
|
88
|
-
} from "./chunk-
|
|
81
|
+
} from "./chunk-0crtxf8d.js";
|
|
82
|
+
import {
|
|
83
|
+
require_dist_cjs as require_dist_cjs3
|
|
84
|
+
} from "./chunk-2m04vhea.js";
|
|
89
85
|
import {
|
|
90
86
|
isString,
|
|
91
87
|
make
|
|
@@ -5928,7 +5924,7 @@ var require_utils = __commonJS((exports) => {
|
|
|
5928
5924
|
exports.assertOptionalChainStart = assertOptionalChainStart;
|
|
5929
5925
|
exports.assertShape = assertShape;
|
|
5930
5926
|
exports.assertValueType = assertValueType;
|
|
5931
|
-
exports.chain =
|
|
5927
|
+
exports.chain = chain;
|
|
5932
5928
|
exports.default = defineType;
|
|
5933
5929
|
exports.defineAliasedType = defineAliasedType;
|
|
5934
5930
|
exports.validate = validate;
|
|
@@ -5975,7 +5971,7 @@ var require_utils = __commonJS((exports) => {
|
|
|
5975
5971
|
};
|
|
5976
5972
|
}
|
|
5977
5973
|
function arrayOf(elementType) {
|
|
5978
|
-
return
|
|
5974
|
+
return chain(assertValueType("array"), assertEach(elementType));
|
|
5979
5975
|
}
|
|
5980
5976
|
function arrayOfType(...typeNames) {
|
|
5981
5977
|
return arrayOf(assertNodeType(...typeNames));
|
|
@@ -6092,7 +6088,7 @@ ${errors.join(`
|
|
|
6092
6088
|
}
|
|
6093
6089
|
return validate2;
|
|
6094
6090
|
}
|
|
6095
|
-
function
|
|
6091
|
+
function chain(...fns) {
|
|
6096
6092
|
function validate2(...args) {
|
|
6097
6093
|
for (const fn of fns) {
|
|
6098
6094
|
fn(...args);
|
|
@@ -74679,16 +74675,16 @@ var require_parse4 = __commonJS((exports, module) => {
|
|
|
74679
74675
|
}
|
|
74680
74676
|
return obj;
|
|
74681
74677
|
};
|
|
74682
|
-
var parseObject = function(
|
|
74678
|
+
var parseObject = function(chain4, val2, options, valuesParsed) {
|
|
74683
74679
|
var currentArrayLength = 0;
|
|
74684
|
-
if (
|
|
74685
|
-
var parentKey =
|
|
74680
|
+
if (chain4.length > 0 && chain4[chain4.length - 1] === "[]") {
|
|
74681
|
+
var parentKey = chain4.slice(0, -1).join("");
|
|
74686
74682
|
currentArrayLength = Array.isArray(val2) && val2[parentKey] ? val2[parentKey].length : 0;
|
|
74687
74683
|
}
|
|
74688
74684
|
var leaf = valuesParsed ? val2 : parseArrayValue(val2, options, currentArrayLength);
|
|
74689
|
-
for (var i4 =
|
|
74685
|
+
for (var i4 = chain4.length - 1;i4 >= 0; --i4) {
|
|
74690
74686
|
var obj;
|
|
74691
|
-
var root =
|
|
74687
|
+
var root = chain4[i4];
|
|
74692
74688
|
if (root === "[]" && options.parseArrays) {
|
|
74693
74689
|
obj = options.allowEmptyArrays && (leaf === "" || options.strictNullHandling && leaf === null) ? [] : utils3.combine([], leaf);
|
|
74694
74690
|
} else {
|
|
@@ -94806,14 +94802,15 @@ var resolveEndpointDiscoveryConfig = (input, { endpointDiscoveryCommandCtor }) =
|
|
|
94806
94802
|
});
|
|
94807
94803
|
};
|
|
94808
94804
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js
|
|
94809
|
-
var import_core6 = __toESM(
|
|
94805
|
+
var import_core6 = __toESM(require_dist_cjs2(), 1);
|
|
94810
94806
|
|
|
94811
94807
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js
|
|
94812
|
-
var import_core2 = __toESM(
|
|
94808
|
+
var import_core2 = __toESM(require_dist_cjs4(), 1);
|
|
94809
|
+
var import_util_middleware = __toESM(require_dist_cjs(), 1);
|
|
94813
94810
|
var defaultDynamoDBHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
94814
94811
|
return {
|
|
94815
|
-
operation: getSmithyContext(context).operation,
|
|
94816
|
-
region: await normalizeProvider(config.region)() || (() => {
|
|
94812
|
+
operation: import_util_middleware.getSmithyContext(context).operation,
|
|
94813
|
+
region: await import_util_middleware.normalizeProvider(config.region)() || (() => {
|
|
94817
94814
|
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
94818
94815
|
})()
|
|
94819
94816
|
};
|
|
@@ -94847,9 +94844,6 @@ var resolveHttpAuthSchemeConfig = (config) => {
|
|
|
94847
94844
|
return Object.assign(config_0, {});
|
|
94848
94845
|
};
|
|
94849
94846
|
|
|
94850
|
-
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js
|
|
94851
|
-
var import_middleware_serde = __toESM(require_dist_cjs2(), 1);
|
|
94852
|
-
|
|
94853
94847
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js
|
|
94854
94848
|
var resolveClientEndpointParameters = (options) => {
|
|
94855
94849
|
return Object.assign(options, {
|
|
@@ -94868,7 +94862,7 @@ var commonParams = {
|
|
|
94868
94862
|
};
|
|
94869
94863
|
|
|
94870
94864
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js
|
|
94871
|
-
var import_core3 = __toESM(
|
|
94865
|
+
var import_core3 = __toESM(require_dist_cjs4(), 1);
|
|
94872
94866
|
|
|
94873
94867
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/models/DynamoDBServiceException.js
|
|
94874
94868
|
class DynamoDBServiceException extends ServiceException {
|
|
@@ -96378,7 +96372,7 @@ function sharedHeaders(operation) {
|
|
|
96378
96372
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js
|
|
96379
96373
|
class DescribeEndpointsCommand extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o2) {
|
|
96380
96374
|
return [
|
|
96381
|
-
|
|
96375
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
96382
96376
|
getEndpointPlugin(config, Command2.getEndpointParameterInstructions())
|
|
96383
96377
|
];
|
|
96384
96378
|
}).s("DynamoDB_20120810", "DescribeEndpoints", {}).n("DynamoDBClient", "DescribeEndpointsCommand").f(undefined, undefined).ser(se_DescribeEndpointsCommand).de(de_DescribeEndpointsCommand).build() {
|
|
@@ -96489,21 +96483,25 @@ var package_default = {
|
|
|
96489
96483
|
};
|
|
96490
96484
|
|
|
96491
96485
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js
|
|
96492
|
-
var import_core5 = __toESM(
|
|
96486
|
+
var import_core5 = __toESM(require_dist_cjs4(), 1);
|
|
96493
96487
|
var import_account_id_endpoint = __toESM(require_account_id_endpoint(), 1);
|
|
96494
96488
|
|
|
96489
|
+
// ../../../../node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
96490
|
+
var import_property_provider2 = __toESM(require_dist_cjs3(), 1);
|
|
96491
|
+
|
|
96495
96492
|
// ../../../../node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
|
|
96493
|
+
var import_property_provider = __toESM(require_dist_cjs3(), 1);
|
|
96496
96494
|
var ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED";
|
|
96497
96495
|
var remoteProvider = async (init2) => {
|
|
96498
|
-
const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await import("./chunk-
|
|
96496
|
+
const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await import("./chunk-9menqd9a.js");
|
|
96499
96497
|
if (process.env[ENV_CMDS_RELATIVE_URI] || process.env[ENV_CMDS_FULL_URI]) {
|
|
96500
96498
|
init2.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromHttp/fromContainerMetadata");
|
|
96501
|
-
const { fromHttp } = await import("./chunk-
|
|
96502
|
-
return chain(fromHttp(init2), fromContainerMetadata(init2));
|
|
96499
|
+
const { fromHttp } = await import("./chunk-6vn0j49q.js");
|
|
96500
|
+
return import_property_provider.chain(fromHttp(init2), fromContainerMetadata(init2));
|
|
96503
96501
|
}
|
|
96504
96502
|
if (process.env[ENV_IMDS_DISABLED] && process.env[ENV_IMDS_DISABLED] !== "false") {
|
|
96505
96503
|
return async () => {
|
|
96506
|
-
throw new CredentialsProviderError("EC2 Instance Metadata Service access disabled", { logger: init2.logger });
|
|
96504
|
+
throw new import_property_provider.CredentialsProviderError("EC2 Instance Metadata Service access disabled", { logger: init2.logger });
|
|
96507
96505
|
};
|
|
96508
96506
|
}
|
|
96509
96507
|
init2.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromInstanceMetadata");
|
|
@@ -96512,7 +96510,7 @@ var remoteProvider = async (init2) => {
|
|
|
96512
96510
|
|
|
96513
96511
|
// ../../../../node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
96514
96512
|
var multipleCredentialSourceWarningEmitted = false;
|
|
96515
|
-
var defaultProvider = (init2 = {}) => memoize(chain(async () => {
|
|
96513
|
+
var defaultProvider = (init2 = {}) => import_property_provider2.memoize(import_property_provider2.chain(async () => {
|
|
96516
96514
|
const profile = init2.profile ?? process.env[ENV_PROFILE];
|
|
96517
96515
|
if (profile) {
|
|
96518
96516
|
const envStaticCredentialsAreSet = process.env[ENV_KEY] && process.env[ENV_SECRET];
|
|
@@ -96531,7 +96529,7 @@ var defaultProvider = (init2 = {}) => memoize(chain(async () => {
|
|
|
96531
96529
|
multipleCredentialSourceWarningEmitted = true;
|
|
96532
96530
|
}
|
|
96533
96531
|
}
|
|
96534
|
-
throw new CredentialsProviderError("AWS_PROFILE is set, skipping fromEnv provider.", {
|
|
96532
|
+
throw new import_property_provider2.CredentialsProviderError("AWS_PROFILE is set, skipping fromEnv provider.", {
|
|
96535
96533
|
logger: init2.logger,
|
|
96536
96534
|
tryNextLink: true
|
|
96537
96535
|
});
|
|
@@ -96542,27 +96540,27 @@ var defaultProvider = (init2 = {}) => memoize(chain(async () => {
|
|
|
96542
96540
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromSSO");
|
|
96543
96541
|
const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoSession } = init2;
|
|
96544
96542
|
if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {
|
|
96545
|
-
throw new CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).", { logger: init2.logger });
|
|
96543
|
+
throw new import_property_provider2.CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).", { logger: init2.logger });
|
|
96546
96544
|
}
|
|
96547
|
-
const { fromSSO } = await import("./chunk-
|
|
96545
|
+
const { fromSSO } = await import("./chunk-ghp9nh6b.js");
|
|
96548
96546
|
return fromSSO(init2)();
|
|
96549
96547
|
}, async () => {
|
|
96550
96548
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");
|
|
96551
|
-
const { fromIni } = await import("./chunk-
|
|
96549
|
+
const { fromIni } = await import("./chunk-hcfsx7e0.js");
|
|
96552
96550
|
return fromIni(init2)();
|
|
96553
96551
|
}, async () => {
|
|
96554
96552
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");
|
|
96555
|
-
const { fromProcess } = await import("./chunk-
|
|
96553
|
+
const { fromProcess } = await import("./chunk-6xeh1279.js");
|
|
96556
96554
|
return fromProcess(init2)();
|
|
96557
96555
|
}, async () => {
|
|
96558
96556
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");
|
|
96559
|
-
const { fromTokenFile } = await import("./chunk-
|
|
96557
|
+
const { fromTokenFile } = await import("./chunk-f1cxwjkf.js");
|
|
96560
96558
|
return fromTokenFile(init2)();
|
|
96561
96559
|
}, async () => {
|
|
96562
96560
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::remoteProvider");
|
|
96563
96561
|
return (await remoteProvider(init2))();
|
|
96564
96562
|
}, async () => {
|
|
96565
|
-
throw new CredentialsProviderError("Could not load credentials from any providers", {
|
|
96563
|
+
throw new import_property_provider2.CredentialsProviderError("Could not load credentials from any providers", {
|
|
96566
96564
|
tryNextLink: false,
|
|
96567
96565
|
logger: init2.logger
|
|
96568
96566
|
});
|
|
@@ -96570,9 +96568,7 @@ var defaultProvider = (init2 = {}) => memoize(chain(async () => {
|
|
|
96570
96568
|
var credentialsWillNeedRefresh = (credentials) => credentials?.expiration !== undefined;
|
|
96571
96569
|
var credentialsTreatedAsExpired = (credentials) => credentials?.expiration !== undefined && credentials.expiration.getTime() - Date.now() < 300000;
|
|
96572
96570
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js
|
|
96573
|
-
var import_core4 = __toESM(
|
|
96574
|
-
var import_util_base64 = __toESM(require_dist_cjs4(), 1);
|
|
96575
|
-
var import_util_utf8 = __toESM(require_dist_cjs3(), 1);
|
|
96571
|
+
var import_core4 = __toESM(require_dist_cjs4(), 1);
|
|
96576
96572
|
|
|
96577
96573
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js
|
|
96578
96574
|
var S3 = "required";
|
|
@@ -96655,8 +96651,8 @@ customEndpointFunctions.aws = awsEndpointFunctions;
|
|
|
96655
96651
|
var getRuntimeConfig = (config) => {
|
|
96656
96652
|
return {
|
|
96657
96653
|
apiVersion: "2012-08-10",
|
|
96658
|
-
base64Decoder: config?.base64Decoder ??
|
|
96659
|
-
base64Encoder: config?.base64Encoder ??
|
|
96654
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
96655
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
96660
96656
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
96661
96657
|
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
96662
96658
|
extensions: config?.extensions ?? [],
|
|
@@ -96671,8 +96667,8 @@ var getRuntimeConfig = (config) => {
|
|
|
96671
96667
|
logger: config?.logger ?? new NoOpLogger,
|
|
96672
96668
|
serviceId: config?.serviceId ?? "DynamoDB",
|
|
96673
96669
|
urlParser: config?.urlParser ?? parseUrl,
|
|
96674
|
-
utf8Decoder: config?.utf8Decoder ??
|
|
96675
|
-
utf8Encoder: config?.utf8Encoder ??
|
|
96670
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
96671
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8
|
|
96676
96672
|
};
|
|
96677
96673
|
};
|
|
96678
96674
|
|
|
@@ -96795,65 +96791,60 @@ class DynamoDBClient extends Client {
|
|
|
96795
96791
|
}
|
|
96796
96792
|
|
|
96797
96793
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js
|
|
96798
|
-
var import_middleware_serde2 = __toESM(require_dist_cjs2(), 1);
|
|
96799
96794
|
class BatchWriteItemCommand extends Command.classBuilder().ep({
|
|
96800
96795
|
...commonParams,
|
|
96801
96796
|
ResourceArnList: { type: "operationContextParams", get: (input) => Object.keys(input?.RequestItems ?? {}) }
|
|
96802
96797
|
}).m(function(Command2, cs, config, o3) {
|
|
96803
96798
|
return [
|
|
96804
|
-
|
|
96799
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
96805
96800
|
getEndpointPlugin(config, Command2.getEndpointParameterInstructions())
|
|
96806
96801
|
];
|
|
96807
96802
|
}).s("DynamoDB_20120810", "BatchWriteItem", {}).n("DynamoDBClient", "BatchWriteItemCommand").f(undefined, undefined).ser(se_BatchWriteItemCommand).de(de_BatchWriteItemCommand).build() {
|
|
96808
96803
|
}
|
|
96809
96804
|
|
|
96810
96805
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js
|
|
96811
|
-
var import_middleware_serde3 = __toESM(require_dist_cjs2(), 1);
|
|
96812
96806
|
class DeleteItemCommand extends Command.classBuilder().ep({
|
|
96813
96807
|
...commonParams,
|
|
96814
96808
|
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
96815
96809
|
}).m(function(Command2, cs, config, o3) {
|
|
96816
96810
|
return [
|
|
96817
|
-
|
|
96811
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
96818
96812
|
getEndpointPlugin(config, Command2.getEndpointParameterInstructions())
|
|
96819
96813
|
];
|
|
96820
96814
|
}).s("DynamoDB_20120810", "DeleteItem", {}).n("DynamoDBClient", "DeleteItemCommand").f(undefined, undefined).ser(se_DeleteItemCommand).de(de_DeleteItemCommand).build() {
|
|
96821
96815
|
}
|
|
96822
96816
|
|
|
96823
96817
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js
|
|
96824
|
-
var import_middleware_serde4 = __toESM(require_dist_cjs2(), 1);
|
|
96825
96818
|
class GetItemCommand extends Command.classBuilder().ep({
|
|
96826
96819
|
...commonParams,
|
|
96827
96820
|
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
96828
96821
|
}).m(function(Command2, cs, config, o3) {
|
|
96829
96822
|
return [
|
|
96830
|
-
|
|
96823
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
96831
96824
|
getEndpointPlugin(config, Command2.getEndpointParameterInstructions())
|
|
96832
96825
|
];
|
|
96833
96826
|
}).s("DynamoDB_20120810", "GetItem", {}).n("DynamoDBClient", "GetItemCommand").f(undefined, undefined).ser(se_GetItemCommand).de(de_GetItemCommand).build() {
|
|
96834
96827
|
}
|
|
96835
96828
|
|
|
96836
96829
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js
|
|
96837
|
-
var import_middleware_serde5 = __toESM(require_dist_cjs2(), 1);
|
|
96838
96830
|
class PutItemCommand extends Command.classBuilder().ep({
|
|
96839
96831
|
...commonParams,
|
|
96840
96832
|
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
96841
96833
|
}).m(function(Command2, cs, config, o3) {
|
|
96842
96834
|
return [
|
|
96843
|
-
|
|
96835
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
96844
96836
|
getEndpointPlugin(config, Command2.getEndpointParameterInstructions())
|
|
96845
96837
|
];
|
|
96846
96838
|
}).s("DynamoDB_20120810", "PutItem", {}).n("DynamoDBClient", "PutItemCommand").f(undefined, undefined).ser(se_PutItemCommand).de(de_PutItemCommand).build() {
|
|
96847
96839
|
}
|
|
96848
96840
|
|
|
96849
96841
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js
|
|
96850
|
-
var import_middleware_serde6 = __toESM(require_dist_cjs2(), 1);
|
|
96851
96842
|
class ScanCommand extends Command.classBuilder().ep({
|
|
96852
96843
|
...commonParams,
|
|
96853
96844
|
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
96854
96845
|
}).m(function(Command2, cs, config, o3) {
|
|
96855
96846
|
return [
|
|
96856
|
-
|
|
96847
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
96857
96848
|
getEndpointPlugin(config, Command2.getEndpointParameterInstructions())
|
|
96858
96849
|
];
|
|
96859
96850
|
}).s("DynamoDB_20120810", "Scan", {}).n("DynamoDBClient", "ScanCommand").f(undefined, undefined).ser(se_ScanCommand).de(de_ScanCommand).build() {
|
|
@@ -105619,8 +105610,8 @@ Did you specify these with the most recent transformation maps first?`);
|
|
|
105619
105610
|
}, data;
|
|
105620
105611
|
}
|
|
105621
105612
|
Object.defineProperty(exports2, "__esModule", { value: true }), exports2.buildPresetChain = function* (arg, context) {
|
|
105622
|
-
const
|
|
105623
|
-
return
|
|
105613
|
+
const chain3 = yield* buildPresetChainWalker(arg, context);
|
|
105614
|
+
return chain3 ? { plugins: dedupDescriptors(chain3.plugins), presets: dedupDescriptors(chain3.presets), options: chain3.options.map((o3) => normalizeOptions(o3)), files: new Set } : null;
|
|
105624
105615
|
}, exports2.buildPresetChainWalker = undefined, exports2.buildRootChain = function* (opts, context) {
|
|
105625
105616
|
let configReport, babelRcReport;
|
|
105626
105617
|
const programmaticLogger = new _printer.ConfigPrinter, programmaticChain = yield* loadProgrammaticChain({ options: opts, dirname: context.cwd }, context, undefined, programmaticLogger);
|
|
@@ -105665,8 +105656,8 @@ Did you specify these with the most recent transformation maps first?`);
|
|
|
105665
105656
|
|
|
105666
105657
|
`) + `
|
|
105667
105658
|
-----End Babel configs-----`);
|
|
105668
|
-
const
|
|
105669
|
-
return { plugins: isIgnored ? [] : dedupDescriptors(
|
|
105659
|
+
const chain3 = mergeChain(mergeChain(mergeChain(emptyChain(), configFileChain), fileChain), programmaticChain);
|
|
105660
|
+
return { plugins: isIgnored ? [] : dedupDescriptors(chain3.plugins), presets: isIgnored ? [] : dedupDescriptors(chain3.presets), options: isIgnored ? [] : chain3.options.map((o3) => normalizeOptions(o3)), fileHandling: isIgnored ? "ignored" : "transpile", ignore: ignoreFile || undefined, babelrc: babelrcFile || undefined, config: configFile || undefined, files: chain3.files };
|
|
105670
105661
|
};
|
|
105671
105662
|
var _options = __webpack_require__2("./node_modules/.pnpm/@babel+core@7.24.7/node_modules/@babel/core/lib/config/validation/options.js"), _patternToRegex = __webpack_require__2("./node_modules/.pnpm/@babel+core@7.24.7/node_modules/@babel/core/lib/config/pattern-to-regex.js"), _printer = __webpack_require__2("./node_modules/.pnpm/@babel+core@7.24.7/node_modules/@babel/core/lib/config/printer.js"), _rewriteStackTrace = __webpack_require__2("./node_modules/.pnpm/@babel+core@7.24.7/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js"), _configError = __webpack_require__2("./node_modules/.pnpm/@babel+core@7.24.7/node_modules/@babel/core/lib/errors/config-error.js"), _index = __webpack_require__2("./node_modules/.pnpm/@babel+core@7.24.7/node_modules/@babel/core/lib/config/files/index.js"), _caching = __webpack_require__2("./node_modules/.pnpm/@babel+core@7.24.7/node_modules/@babel/core/lib/config/caching.js"), _configDescriptors = __webpack_require__2("./node_modules/.pnpm/@babel+core@7.24.7/node_modules/@babel/core/lib/config/config-descriptors.js");
|
|
105672
105663
|
const debug = _debug()("babel:config:config-chain");
|
|
@@ -105682,8 +105673,8 @@ Did you specify these with the most recent transformation maps first?`);
|
|
|
105682
105673
|
return baseLogger2.configure(context2.showConfig, _printer.ChainFormatter.Config, { filepath });
|
|
105683
105674
|
}(file.filepath, context, baseLogger) });
|
|
105684
105675
|
function* loadFileChain(input, context, files, baseLogger) {
|
|
105685
|
-
const
|
|
105686
|
-
return
|
|
105676
|
+
const chain3 = yield* loadFileChainWalker(input, context, files, baseLogger);
|
|
105677
|
+
return chain3 == null || chain3.files.add(input.filepath), chain3;
|
|
105687
105678
|
}
|
|
105688
105679
|
const loadFileDescriptors = (0, _caching.makeWeakCacheSync)((file) => buildRootDescriptors(file, file.filepath, _configDescriptors.createUncachedDescriptors)), loadFileEnvDescriptors = (0, _caching.makeWeakCacheSync)((file) => (0, _caching.makeStrongCacheSync)((envName) => buildEnvDescriptors(file, file.filepath, _configDescriptors.createUncachedDescriptors, envName))), loadFileOverridesDescriptors = (0, _caching.makeWeakCacheSync)((file) => (0, _caching.makeStrongCacheSync)((index) => buildOverrideDescriptors(file, file.filepath, _configDescriptors.createUncachedDescriptors, index))), loadFileOverridesEnvDescriptors = (0, _caching.makeWeakCacheSync)((file) => (0, _caching.makeStrongCacheSync)((index) => (0, _caching.makeStrongCacheSync)((envName) => buildOverrideEnvDescriptors(file, file.filepath, _configDescriptors.createUncachedDescriptors, index, envName))));
|
|
105689
105680
|
function buildRootDescriptors({ dirname: dirname22, options }, alias, descriptors) {
|
|
@@ -105726,16 +105717,16 @@ Did you specify these with the most recent transformation maps first?`);
|
|
|
105726
105717
|
}
|
|
105727
105718
|
if (flattenedConfigs.some(({ config: { options: { ignore, only } } }) => shouldIgnore(context, ignore, only, dirname22)))
|
|
105728
105719
|
return null;
|
|
105729
|
-
const
|
|
105720
|
+
const chain3 = emptyChain(), logger = createLogger(input, context, baseLogger);
|
|
105730
105721
|
for (const { config: config3, index, envName } of flattenedConfigs) {
|
|
105731
|
-
if (!(yield* mergeExtendsChain(
|
|
105722
|
+
if (!(yield* mergeExtendsChain(chain3, config3.options, dirname22, context, files, baseLogger)))
|
|
105732
105723
|
return null;
|
|
105733
|
-
logger(config3, index, envName), yield* mergeChainOpts(
|
|
105724
|
+
logger(config3, index, envName), yield* mergeChainOpts(chain3, config3);
|
|
105734
105725
|
}
|
|
105735
|
-
return
|
|
105726
|
+
return chain3;
|
|
105736
105727
|
};
|
|
105737
105728
|
}
|
|
105738
|
-
function* mergeExtendsChain(
|
|
105729
|
+
function* mergeExtendsChain(chain3, opts, dirname22, context, files, baseLogger) {
|
|
105739
105730
|
if (opts.extends === undefined)
|
|
105740
105731
|
return true;
|
|
105741
105732
|
const file = yield* (0, _index.loadConfig)(opts.extends, dirname22, context.envName, context.caller);
|
|
@@ -105746,7 +105737,7 @@ File already loaded following the config chain:
|
|
|
105746
105737
|
`));
|
|
105747
105738
|
files.add(file);
|
|
105748
105739
|
const fileChain = yield* loadFileChain(validateExtendFile(file), context, files, baseLogger);
|
|
105749
|
-
return files.delete(file), !!fileChain && (mergeChain(
|
|
105740
|
+
return files.delete(file), !!fileChain && (mergeChain(chain3, fileChain), true);
|
|
105750
105741
|
}
|
|
105751
105742
|
function mergeChain(target, source) {
|
|
105752
105743
|
target.options.push(...source.options), target.plugins.push(...source.plugins), target.presets.push(...source.presets);
|
|
@@ -106574,7 +106565,7 @@ to your top-level package.json.
|
|
|
106574
106565
|
const pluginObj = (0, _plugins.validatePluginObject)(value2), plugin = Object.assign({}, pluginObj);
|
|
106575
106566
|
if (plugin.visitor && (plugin.visitor = _traverse().default.explode(Object.assign({}, plugin.visitor))), plugin.inherits) {
|
|
106576
106567
|
const inheritsDescriptor = { name: undefined, alias: `${alias}$inherits`, value: plugin.inherits, options, dirname: dirname22 }, inherits = yield* (0, _async.forwardAsync)(loadPluginDescriptor, (run) => cache3.invalidate((data) => run(inheritsDescriptor, data)));
|
|
106577
|
-
plugin.pre =
|
|
106568
|
+
plugin.pre = chain3(inherits.pre, plugin.pre), plugin.post = chain3(inherits.post, plugin.post), plugin.manipulateOptions = chain3(inherits.manipulateOptions, plugin.manipulateOptions), plugin.visitor = _traverse().default.visitors.merge([inherits.visitor || {}, plugin.visitor || {}]), inherits.externalDependencies.length > 0 && (externalDependencies = externalDependencies.length === 0 ? inherits.externalDependencies : (0, _deepArray.finalize)([externalDependencies, inherits.externalDependencies]));
|
|
106578
106569
|
}
|
|
106579
106570
|
return new _plugin.default(plugin, options, alias, externalDependencies);
|
|
106580
106571
|
});
|
|
@@ -106603,7 +106594,7 @@ to your top-level package.json.
|
|
|
106603
106594
|
const preset = instantiatePreset(yield* presetDescriptorLoader(descriptor, context2));
|
|
106604
106595
|
return validatePreset(preset, context2, descriptor), { chain: yield* (0, _configChain.buildPresetChain)(preset, context2), externalDependencies: preset.externalDependencies };
|
|
106605
106596
|
}
|
|
106606
|
-
function
|
|
106597
|
+
function chain3(a3, b3) {
|
|
106607
106598
|
const fns = [a3, b3].filter(Boolean);
|
|
106608
106599
|
return fns.length <= 1 ? fns[0] : function(...args) {
|
|
106609
106600
|
for (const fn of fns)
|
|
@@ -115992,8 +115983,8 @@ If you have already enabled that plugin (or '@babel/preset-typescript'), make su
|
|
|
115992
115983
|
const node = super.parseSubscript(base, startLoc, noCalls, state);
|
|
115993
115984
|
if (state.optionalChainMember) {
|
|
115994
115985
|
if (node.type !== "OptionalMemberExpression" && node.type !== "OptionalCallExpression" || (node.type = node.type.substring(8)), state.stop) {
|
|
115995
|
-
const
|
|
115996
|
-
return
|
|
115986
|
+
const chain3 = this.startNodeAtNode(node);
|
|
115987
|
+
return chain3.expression = node, this.finishNode(chain3, "ChainExpression");
|
|
115997
115988
|
}
|
|
115998
115989
|
} else
|
|
115999
115990
|
node.type !== "MemberExpression" && node.type !== "CallExpression" || (node.optional = false);
|
|
@@ -121177,19 +121168,19 @@ If you have already enabled that plugin (or '@babel/preset-typescript'), make su
|
|
|
121177
121168
|
const checks = [];
|
|
121178
121169
|
let tmpVar;
|
|
121179
121170
|
for (let i3 = optionals.length - 1;i3 >= 0; i3--) {
|
|
121180
|
-
const node = optionals[i3], isCall = core.types.isCallExpression(node), chainWithTypes = isCall ? node.callee : node.object,
|
|
121171
|
+
const node = optionals[i3], isCall = core.types.isCallExpression(node), chainWithTypes = isCall ? node.callee : node.object, chain3 = helperSkipTransparentExpressionWrappers.skipTransparentExprWrapperNodes(chainWithTypes);
|
|
121181
121172
|
let ref, check2;
|
|
121182
|
-
if (isCall && core.types.isIdentifier(
|
|
121183
|
-
if (pureGetters && isSimpleMemberExpression(
|
|
121173
|
+
if (isCall && core.types.isIdentifier(chain3, { name: "eval" }) ? (check2 = ref = chain3, node.callee = core.types.sequenceExpression([core.types.numericLiteral(0), ref])) : pureGetters && isCall && isSimpleMemberExpression(chain3) ? check2 = ref = node.callee : scope.isStatic(chain3) ? check2 = ref = chainWithTypes : (tmpVar && !isCall || (tmpVar = scope.generateUidIdentifierBasedOnNode(chain3), scope.push({ id: core.types.cloneNode(tmpVar) })), ref = tmpVar, check2 = core.types.assignmentExpression("=", core.types.cloneNode(tmpVar), chainWithTypes), isCall ? node.callee = ref : node.object = ref), isCall && core.types.isMemberExpression(chain3))
|
|
121174
|
+
if (pureGetters && isSimpleMemberExpression(chain3))
|
|
121184
121175
|
node.callee = chainWithTypes;
|
|
121185
121176
|
else {
|
|
121186
|
-
const { object } =
|
|
121177
|
+
const { object } = chain3;
|
|
121187
121178
|
let context;
|
|
121188
121179
|
if (core.types.isSuper(object))
|
|
121189
121180
|
context = core.types.thisExpression();
|
|
121190
121181
|
else {
|
|
121191
121182
|
const memoized = scope.maybeGenerateMemoised(object);
|
|
121192
|
-
memoized ? (context = memoized,
|
|
121183
|
+
memoized ? (context = memoized, chain3.object = core.types.assignmentExpression("=", memoized, object)) : context = object;
|
|
121193
121184
|
}
|
|
121194
121185
|
node.arguments.unshift(core.types.cloneNode(context)), node.callee = core.types.memberExpression(node.callee, core.types.identifier("call"));
|
|
121195
121186
|
}
|
|
@@ -127339,7 +127330,7 @@ ${errors3.join(`
|
|
|
127339
127330
|
`)}`);
|
|
127340
127331
|
}
|
|
127341
127332
|
return validate2.shapeOf = shape, validate2;
|
|
127342
|
-
}, exports2.assertValueType = assertValueType, exports2.chain =
|
|
127333
|
+
}, exports2.assertValueType = assertValueType, exports2.chain = chain3, exports2.default = defineType, exports2.defineAliasedType = function(...aliases) {
|
|
127343
127334
|
return (type, opts = {}) => {
|
|
127344
127335
|
let defined = opts.aliases;
|
|
127345
127336
|
var _store$opts$inherits$;
|
|
@@ -127368,7 +127359,7 @@ ${errors3.join(`
|
|
|
127368
127359
|
return typeof typeName == "string" ? assertNodeType(typeName) : assertNodeType(...typeName);
|
|
127369
127360
|
}
|
|
127370
127361
|
function arrayOf(elementType) {
|
|
127371
|
-
return
|
|
127362
|
+
return chain3(assertValueType("array"), assertEach(elementType));
|
|
127372
127363
|
}
|
|
127373
127364
|
function arrayOfType(typeName) {
|
|
127374
127365
|
return arrayOf(typeIs(typeName));
|
|
@@ -127399,7 +127390,7 @@ ${errors3.join(`
|
|
|
127399
127390
|
}
|
|
127400
127391
|
return validate2.type = type, validate2;
|
|
127401
127392
|
}
|
|
127402
|
-
function
|
|
127393
|
+
function chain3(...fns) {
|
|
127403
127394
|
function validate2(...args) {
|
|
127404
127395
|
for (const fn of fns)
|
|
127405
127396
|
fn(...args);
|
|
@@ -155889,22 +155880,22 @@ var init_ProviderError = __esm2(() => {
|
|
|
155889
155880
|
}
|
|
155890
155881
|
};
|
|
155891
155882
|
});
|
|
155892
|
-
var
|
|
155883
|
+
var CredentialsProviderError3;
|
|
155893
155884
|
var init_CredentialsProviderError = __esm2(() => {
|
|
155894
155885
|
init_ProviderError();
|
|
155895
|
-
|
|
155886
|
+
CredentialsProviderError3 = class CredentialsProviderError4 extends ProviderError {
|
|
155896
155887
|
constructor(message, tryNextLink = true) {
|
|
155897
155888
|
super(message, tryNextLink);
|
|
155898
155889
|
this.tryNextLink = tryNextLink;
|
|
155899
155890
|
this.name = "CredentialsProviderError";
|
|
155900
|
-
Object.setPrototypeOf(this,
|
|
155891
|
+
Object.setPrototypeOf(this, CredentialsProviderError4.prototype);
|
|
155901
155892
|
}
|
|
155902
155893
|
};
|
|
155903
155894
|
});
|
|
155904
155895
|
var init_TokenProviderError = __esm2(() => {
|
|
155905
155896
|
init_ProviderError();
|
|
155906
155897
|
});
|
|
155907
|
-
var
|
|
155898
|
+
var chain3 = (...providers2) => async () => {
|
|
155908
155899
|
if (providers2.length === 0) {
|
|
155909
155900
|
throw new ProviderError("No providers in chain");
|
|
155910
155901
|
}
|
|
@@ -155985,7 +155976,7 @@ var fromEnv2 = (envVarSelector) => async () => {
|
|
|
155985
155976
|
}
|
|
155986
155977
|
return config3;
|
|
155987
155978
|
} catch (e22) {
|
|
155988
|
-
throw new
|
|
155979
|
+
throw new CredentialsProviderError3(e22.message || `Cannot load config from environment variables with getter: ${envVarSelector}`);
|
|
155989
155980
|
}
|
|
155990
155981
|
};
|
|
155991
155982
|
var init_fromEnv = __esm2(() => {
|
|
@@ -156177,7 +156168,7 @@ var fromSharedConfigFiles = (configSelector, { preferredFile = "config", ...init
|
|
|
156177
156168
|
}
|
|
156178
156169
|
return configValue;
|
|
156179
156170
|
} catch (e22) {
|
|
156180
|
-
throw new
|
|
156171
|
+
throw new CredentialsProviderError3(e22.message || `Cannot load config for profile ${profile2} in SDK configuration files with getter: ${configSelector}`);
|
|
156181
156172
|
}
|
|
156182
156173
|
};
|
|
156183
156174
|
var init_fromSharedConfigFiles = __esm2(() => {
|
|
@@ -156189,7 +156180,7 @@ var fromStatic3 = (defaultValue) => isFunction22(defaultValue) ? async () => awa
|
|
|
156189
156180
|
var init_fromStatic = __esm2(() => {
|
|
156190
156181
|
init_dist_es4();
|
|
156191
156182
|
});
|
|
156192
|
-
var loadConfig2 = ({ environmentVariableSelector, configFileSelector, default: defaultValue }, configuration = {}) => memoize2(
|
|
156183
|
+
var loadConfig2 = ({ environmentVariableSelector, configFileSelector, default: defaultValue }, configuration = {}) => memoize2(chain3(fromEnv2(environmentVariableSelector), fromSharedConfigFiles(configFileSelector, configuration), fromStatic3(defaultValue)));
|
|
156193
156184
|
var init_configLoader = __esm2(() => {
|
|
156194
156185
|
init_dist_es4();
|
|
156195
156186
|
init_fromEnv();
|
|
@@ -156408,7 +156399,7 @@ var serializerMiddleware = (options, serializer) => (next, context) => async (ar
|
|
|
156408
156399
|
request
|
|
156409
156400
|
});
|
|
156410
156401
|
};
|
|
156411
|
-
function
|
|
156402
|
+
function getSerdePlugin2(config3, serializer, deserializer) {
|
|
156412
156403
|
return {
|
|
156413
156404
|
applyToStack: (commandStack) => {
|
|
156414
156405
|
commandStack.add(deserializerMiddleware(config3, deserializer), deserializerMiddlewareOption);
|
|
@@ -170780,7 +170771,7 @@ class DeleteItemCommand2 extends Command2.classBuilder().ep({
|
|
|
170780
170771
|
...commonParams2
|
|
170781
170772
|
}).m(function(Command22, cs, config4, o22) {
|
|
170782
170773
|
return [
|
|
170783
|
-
|
|
170774
|
+
getSerdePlugin2(config4, this.serialize, this.deserialize),
|
|
170784
170775
|
getEndpointPlugin2(config4, Command22.getEndpointParameterInstructions())
|
|
170785
170776
|
];
|
|
170786
170777
|
}).s("DynamoDB_20120810", "DeleteItem", {}).n("DynamoDBClient", "DeleteItemCommand").f(undefined, undefined).ser(se_DeleteItemCommand2).de(de_DeleteItemCommand2).build() {
|
|
@@ -170793,7 +170784,7 @@ class GetItemCommand2 extends Command2.classBuilder().ep({
|
|
|
170793
170784
|
...commonParams2
|
|
170794
170785
|
}).m(function(Command22, cs, config4, o22) {
|
|
170795
170786
|
return [
|
|
170796
|
-
|
|
170787
|
+
getSerdePlugin2(config4, this.serialize, this.deserialize),
|
|
170797
170788
|
getEndpointPlugin2(config4, Command22.getEndpointParameterInstructions())
|
|
170798
170789
|
];
|
|
170799
170790
|
}).s("DynamoDB_20120810", "GetItem", {}).n("DynamoDBClient", "GetItemCommand").f(undefined, undefined).ser(se_GetItemCommand2).de(de_GetItemCommand2).build() {
|
|
@@ -170806,7 +170797,7 @@ class PutItemCommand2 extends Command2.classBuilder().ep({
|
|
|
170806
170797
|
...commonParams2
|
|
170807
170798
|
}).m(function(Command22, cs, config4, o22) {
|
|
170808
170799
|
return [
|
|
170809
|
-
|
|
170800
|
+
getSerdePlugin2(config4, this.serialize, this.deserialize),
|
|
170810
170801
|
getEndpointPlugin2(config4, Command22.getEndpointParameterInstructions())
|
|
170811
170802
|
];
|
|
170812
170803
|
}).s("DynamoDB_20120810", "PutItem", {}).n("DynamoDBClient", "PutItemCommand").f(undefined, undefined).ser(se_PutItemCommand2).de(de_PutItemCommand2).build() {
|
|
@@ -170819,7 +170810,7 @@ class QueryCommand extends Command2.classBuilder().ep({
|
|
|
170819
170810
|
...commonParams2
|
|
170820
170811
|
}).m(function(Command22, cs, config4, o22) {
|
|
170821
170812
|
return [
|
|
170822
|
-
|
|
170813
|
+
getSerdePlugin2(config4, this.serialize, this.deserialize),
|
|
170823
170814
|
getEndpointPlugin2(config4, Command22.getEndpointParameterInstructions())
|
|
170824
170815
|
];
|
|
170825
170816
|
}).s("DynamoDB_20120810", "Query", {}).n("DynamoDBClient", "QueryCommand").f(undefined, undefined).ser(se_QueryCommand).de(de_QueryCommand).build() {
|
|
@@ -170832,7 +170823,7 @@ class ScanCommand2 extends Command2.classBuilder().ep({
|
|
|
170832
170823
|
...commonParams2
|
|
170833
170824
|
}).m(function(Command22, cs, config4, o22) {
|
|
170834
170825
|
return [
|
|
170835
|
-
|
|
170826
|
+
getSerdePlugin2(config4, this.serialize, this.deserialize),
|
|
170836
170827
|
getEndpointPlugin2(config4, Command22.getEndpointParameterInstructions())
|
|
170837
170828
|
];
|
|
170838
170829
|
}).s("DynamoDB_20120810", "Scan", {}).n("DynamoDBClient", "ScanCommand").f(undefined, undefined).ser(se_ScanCommand2).de(de_ScanCommand2).build() {
|
|
@@ -170845,7 +170836,7 @@ class UpdateItemCommand extends Command2.classBuilder().ep({
|
|
|
170845
170836
|
...commonParams2
|
|
170846
170837
|
}).m(function(Command22, cs, config4, o22) {
|
|
170847
170838
|
return [
|
|
170848
|
-
|
|
170839
|
+
getSerdePlugin2(config4, this.serialize, this.deserialize),
|
|
170849
170840
|
getEndpointPlugin2(config4, Command22.getEndpointParameterInstructions())
|
|
170850
170841
|
];
|
|
170851
170842
|
}).s("DynamoDB_20120810", "UpdateItem", {}).n("DynamoDBClient", "UpdateItemCommand").f(undefined, undefined).ser(se_UpdateItemCommand).de(de_UpdateItemCommand).build() {
|