@aws-sdk/client-appconfig 3.489.0 → 3.495.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/AppConfig.js +1 -97
- package/dist-cjs/AppConfigClient.js +1 -43
- package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
- package/dist-cjs/commands/CreateConfigurationProfileCommand.js +1 -29
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +1 -28
- package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/CreateExtensionAssociationCommand.js +1 -28
- package/dist-cjs/commands/CreateExtensionCommand.js +1 -28
- package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +1 -29
- package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +1 -28
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +1 -28
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteExtensionCommand.js +1 -28
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +1 -28
- package/dist-cjs/commands/GetApplicationCommand.js +1 -28
- package/dist-cjs/commands/GetConfigurationCommand.js +1 -29
- package/dist-cjs/commands/GetConfigurationProfileCommand.js +1 -29
- package/dist-cjs/commands/GetDeploymentCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js +1 -28
- package/dist-cjs/commands/GetEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/GetExtensionAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetExtensionCommand.js +1 -28
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +1 -29
- package/dist-cjs/commands/ListApplicationsCommand.js +1 -28
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js +1 -28
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +1 -28
- package/dist-cjs/commands/ListDeploymentsCommand.js +1 -28
- package/dist-cjs/commands/ListEnvironmentsCommand.js +1 -28
- package/dist-cjs/commands/ListExtensionAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListExtensionsCommand.js +1 -28
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/StartDeploymentCommand.js +1 -28
- package/dist-cjs/commands/StopDeploymentCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
- package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +1 -29
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +1 -28
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +1 -28
- package/dist-cjs/commands/UpdateExtensionCommand.js +1 -28
- package/dist-cjs/commands/ValidateConfigurationCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -46
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4004 -11
- package/dist-cjs/models/AppConfigServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -193
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListApplicationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListConfigurationProfilesPaginator.js +1 -7
- package/dist-cjs/pagination/ListDeploymentStrategiesPaginator.js +1 -7
- package/dist-cjs/pagination/ListDeploymentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEnvironmentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExtensionAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExtensionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListHostedConfigurationVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -12
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2755
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +41 -41
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateConfigurationProfileCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateConfigurationProfileCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AmazonAppConfig", "UpdateConfigurationProfile", {})
|
|
23
|
-
.n("AppConfigClient", "UpdateConfigurationProfileCommand")
|
|
24
|
-
.f(models_0_1.UpdateConfigurationProfileRequestFilterSensitiveLog, models_0_1.ConfigurationProfileFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_UpdateConfigurationProfileCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_UpdateConfigurationProfileCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateConfigurationProfileCommand = UpdateConfigurationProfileCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDeploymentStrategyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateDeploymentStrategyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAppConfig", "UpdateDeploymentStrategy", {})
|
|
22
|
-
.n("AppConfigClient", "UpdateDeploymentStrategyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateDeploymentStrategyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateDeploymentStrategyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateDeploymentStrategyCommand = UpdateDeploymentStrategyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateEnvironmentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateEnvironmentCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAppConfig", "UpdateEnvironment", {})
|
|
22
|
-
.n("AppConfigClient", "UpdateEnvironmentCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateEnvironmentCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateEnvironmentCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateExtensionAssociationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateExtensionAssociationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAppConfig", "UpdateExtensionAssociation", {})
|
|
22
|
-
.n("AppConfigClient", "UpdateExtensionAssociationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateExtensionAssociationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateExtensionAssociationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateExtensionAssociationCommand = UpdateExtensionAssociationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateExtensionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateExtensionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAppConfig", "UpdateExtension", {})
|
|
22
|
-
.n("AppConfigClient", "UpdateExtensionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateExtensionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateExtensionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateExtensionCommand = UpdateExtensionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ValidateConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ValidateConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonAppConfig", "ValidateConfiguration", {})
|
|
22
|
-
.n("AppConfigClient", "ValidateConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ValidateConfigurationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ValidateConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ValidateConfigurationCommand = ValidateConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,46 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateApplicationCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateConfigurationProfileCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateDeploymentStrategyCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateEnvironmentCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateExtensionAssociationCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateExtensionCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateHostedConfigurationVersionCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteApplicationCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteConfigurationProfileCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteDeploymentStrategyCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteEnvironmentCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteExtensionAssociationCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteExtensionCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteHostedConfigurationVersionCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./GetApplicationCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./GetConfigurationCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./GetConfigurationProfileCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./GetDeploymentCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetDeploymentStrategyCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetEnvironmentCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetExtensionAssociationCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetExtensionCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetHostedConfigurationVersionCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListApplicationsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListConfigurationProfilesCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListDeploymentStrategiesCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListDeploymentsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListEnvironmentsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListExtensionAssociationsCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListExtensionsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListHostedConfigurationVersionsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./StartDeploymentCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./StopDeploymentCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./UpdateApplicationCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./UpdateConfigurationProfileCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./UpdateDeploymentStrategyCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./UpdateEnvironmentCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./UpdateExtensionAssociationCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./UpdateExtensionCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ValidateConfigurationCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "appconfig",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|