@aws-sdk/client-opensearchserverless 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/OpenSearchServerless.js +1 -85
- package/dist-cjs/OpenSearchServerlessClient.js +1 -43
- package/dist-cjs/commands/BatchGetCollectionCommand.js +1 -28
- package/dist-cjs/commands/BatchGetEffectiveLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/BatchGetLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/BatchGetVpcEndpointCommand.js +1 -28
- package/dist-cjs/commands/CreateAccessPolicyCommand.js +1 -28
- package/dist-cjs/commands/CreateCollectionCommand.js +1 -28
- package/dist-cjs/commands/CreateLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/CreateSecurityConfigCommand.js +1 -28
- package/dist-cjs/commands/CreateSecurityPolicyCommand.js +1 -28
- package/dist-cjs/commands/CreateVpcEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteCollectionCommand.js +1 -28
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteSecurityConfigCommand.js +1 -28
- package/dist-cjs/commands/DeleteSecurityPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteVpcEndpointCommand.js +1 -28
- package/dist-cjs/commands/GetAccessPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetAccountSettingsCommand.js +1 -28
- package/dist-cjs/commands/GetPoliciesStatsCommand.js +1 -28
- package/dist-cjs/commands/GetSecurityConfigCommand.js +1 -28
- package/dist-cjs/commands/GetSecurityPolicyCommand.js +1 -28
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListCollectionsCommand.js +1 -28
- package/dist-cjs/commands/ListLifecyclePoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListSecurityConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListSecurityPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListVpcEndpointsCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccessPolicyCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +1 -28
- package/dist-cjs/commands/UpdateCollectionCommand.js +1 -28
- package/dist-cjs/commands/UpdateLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/UpdateSecurityConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateSecurityPolicyCommand.js +1 -28
- package/dist-cjs/commands/UpdateVpcEndpointCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -40
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3183 -11
- package/dist-cjs/models/OpenSearchServerlessServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -123
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListCollectionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLifecyclePoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListSecurityConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSecurityPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListVpcEndpointsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_json1_0.js +1 -2101
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,40 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./BatchGetCollectionCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./BatchGetEffectiveLifecyclePolicyCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./BatchGetLifecyclePolicyCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./BatchGetVpcEndpointCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateAccessPolicyCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateCollectionCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateLifecyclePolicyCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateSecurityConfigCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateSecurityPolicyCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateVpcEndpointCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteAccessPolicyCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteCollectionCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteLifecyclePolicyCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteSecurityConfigCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteSecurityPolicyCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteVpcEndpointCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./GetAccessPolicyCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./GetAccountSettingsCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetPoliciesStatsCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetSecurityConfigCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetSecurityPolicyCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./ListAccessPoliciesCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./ListCollectionsCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListLifecyclePoliciesCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListSecurityConfigsCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListSecurityPoliciesCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListVpcEndpointsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./UpdateAccessPolicyCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./UpdateAccountSettingsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./UpdateCollectionCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./UpdateLifecyclePolicyCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./UpdateSecurityConfigCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./UpdateSecurityPolicyCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./UpdateVpcEndpointCommand"), 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: "aoss",
|
|
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");
|