@aws-sdk/client-opensearchserverless 3.890.0 → 3.891.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-types/commands/BatchGetCollectionCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetEffectiveLifecyclePolicyCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetLifecyclePolicyCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetVpcEndpointCommand.d.ts +2 -0
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +2 -0
- package/dist-types/commands/CreateCollectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +2 -0
- package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +2 -0
- package/dist-types/commands/CreateSecurityConfigCommand.d.ts +2 -0
- package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCollectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIndexCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetIndexCommand.d.ts +2 -0
- package/dist-types/commands/GetPoliciesStatsCommand.d.ts +2 -0
- package/dist-types/commands/GetSecurityConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetSecurityPolicyCommand.d.ts +2 -0
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListCollectionsCommand.d.ts +2 -0
- package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListSecurityConfigsCommand.d.ts +2 -0
- package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCollectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIndexCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -33,6 +33,8 @@ declare const BatchGetCollectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, BatchGetCollectionCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, BatchGetCollectionCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // BatchGetCollectionRequest
|
|
38
40
|
* ids: [ // CollectionIds
|
|
@@ -33,6 +33,8 @@ declare const BatchGetEffectiveLifecyclePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, BatchGetEffectiveLifecyclePolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, BatchGetEffectiveLifecyclePolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // BatchGetEffectiveLifecyclePolicyRequest
|
|
38
40
|
* resourceIdentifiers: [ // LifecyclePolicyResourceIdentifiers // required
|
|
@@ -33,6 +33,8 @@ declare const BatchGetLifecyclePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, BatchGetLifecyclePolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, BatchGetLifecyclePolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // BatchGetLifecyclePolicyRequest
|
|
38
40
|
* identifiers: [ // LifecyclePolicyIdentifiers // required
|
|
@@ -33,6 +33,8 @@ declare const BatchGetVpcEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, BatchGetVpcEndpointCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, BatchGetVpcEndpointCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // BatchGetVpcEndpointRequest
|
|
38
40
|
* ids: [ // VpcEndpointIds // required
|
|
@@ -33,6 +33,8 @@ declare const CreateAccessPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, CreateAccessPolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, CreateAccessPolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // CreateAccessPolicyRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateCollectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, CreateCollectionCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, CreateCollectionCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // CreateCollectionRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateIndexCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, CreateIndexCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, CreateIndexCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // CreateIndexRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateLifecyclePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, CreateLifecyclePolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, CreateLifecyclePolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // CreateLifecyclePolicyRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateSecurityConfigCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, CreateSecurityConfigCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, CreateSecurityConfigCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // CreateSecurityConfigRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateSecurityPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, CreateSecurityPolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, CreateSecurityPolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // CreateSecurityPolicyRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateVpcEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, CreateVpcEndpointCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, CreateVpcEndpointCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // CreateVpcEndpointRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAccessPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, DeleteAccessPolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, DeleteAccessPolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteAccessPolicyRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteCollectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, DeleteCollectionCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, DeleteCollectionCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteCollectionRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteIndexCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, DeleteIndexCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, DeleteIndexCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteIndexRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteLifecyclePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, DeleteLifecyclePolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, DeleteLifecyclePolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteLifecyclePolicyRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSecurityConfigCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, DeleteSecurityConfigCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, DeleteSecurityConfigCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteSecurityConfigRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSecurityPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, DeleteSecurityPolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, DeleteSecurityPolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteSecurityPolicyRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteVpcEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, DeleteVpcEndpointCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, DeleteVpcEndpointCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteVpcEndpointRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAccessPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, GetAccessPolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, GetAccessPolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // GetAccessPolicyRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAccountSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, GetAccountSettingsCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, GetAccountSettingsCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetAccountSettingsCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetIndexCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, GetIndexCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, GetIndexCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // GetIndexRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetPoliciesStatsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, GetPoliciesStatsCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, GetPoliciesStatsCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetPoliciesStatsCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetSecurityConfigCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, GetSecurityConfigCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, GetSecurityConfigCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // GetSecurityConfigRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSecurityPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, GetSecurityPolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, GetSecurityPolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // GetSecurityPolicyRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAccessPoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, ListAccessPoliciesCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, ListAccessPoliciesCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // ListAccessPoliciesRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListCollectionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, ListCollectionsCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, ListCollectionsCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // ListCollectionsRequest
|
|
38
40
|
* collectionFilters: { // CollectionFilters
|
|
@@ -33,6 +33,8 @@ declare const ListLifecyclePoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, ListLifecyclePoliciesCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, ListLifecyclePoliciesCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // ListLifecyclePoliciesRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListSecurityConfigsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, ListSecurityConfigsCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, ListSecurityConfigsCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // ListSecurityConfigsRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListSecurityPoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, ListSecurityPoliciesCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, ListSecurityPoliciesCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // ListSecurityPoliciesRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, ListTagsForResourceCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, ListTagsForResourceCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListVpcEndpointsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, ListVpcEndpointsCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, ListVpcEndpointsCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // ListVpcEndpointsRequest
|
|
38
40
|
* vpcEndpointFilters: { // VpcEndpointFilters
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, TagResourceCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, TagResourceCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, UntagResourceCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, UntagResourceCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateAccessPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, UpdateAccessPolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, UpdateAccessPolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateAccessPolicyRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateAccountSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, UpdateAccountSettingsCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, UpdateAccountSettingsCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateAccountSettingsRequest
|
|
38
40
|
* capacityLimits: { // CapacityLimits
|
|
@@ -33,6 +33,8 @@ declare const UpdateCollectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, UpdateCollectionCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, UpdateCollectionCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateCollectionRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateIndexCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, UpdateIndexCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, UpdateIndexCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateIndexRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateLifecyclePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, UpdateLifecyclePolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, UpdateLifecyclePolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateLifecyclePolicyRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSecurityConfigCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, UpdateSecurityConfigCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, UpdateSecurityConfigCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateSecurityConfigRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSecurityPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, UpdateSecurityPolicyCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, UpdateSecurityPolicyCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateSecurityPolicyRequest
|
|
38
40
|
* type: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateVpcEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OpenSearchServerlessClient, UpdateVpcEndpointCommand } from "@aws-sdk/client-opensearchserverless"; // ES Modules import
|
|
35
35
|
* // const { OpenSearchServerlessClient, UpdateVpcEndpointCommand } = require("@aws-sdk/client-opensearchserverless"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchServerlessClientConfig } from "@aws-sdk/client-opensearchserverless";
|
|
37
|
+
* const config = {}; // type is OpenSearchServerlessClientConfig
|
|
36
38
|
* const client = new OpenSearchServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateVpcEndpointRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-opensearchserverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Opensearchserverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-opensearchserverless",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|