@aws-sdk/client-opensearchserverless 3.529.1 → 3.535.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/OpenSearchServerless.d.ts +7 -1
- package/dist-types/OpenSearchServerlessClient.d.ts +1 -1
- package/dist-types/commands/BatchGetCollectionCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetEffectiveLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreateCollectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreateSecurityConfigCommand.d.ts +2 -1
- package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCollectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/GetAccessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetPoliciesStatsCommand.d.ts +2 -1
- package/dist-types/commands/GetSecurityConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetSecurityPolicyCommand.d.ts +2 -1
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListCollectionsCommand.d.ts +2 -1
- package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCollectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +358 -358
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/OpenSearchServerless.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchGetCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetEffectiveLifecyclePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetLifecyclePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSecurityConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSecurityPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSecurityConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSecurityPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccessPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPoliciesStatsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSecurityConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSecurityPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSecurityConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSecurityConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSecurityPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface ListSecurityPoliciesCommandOutput extends ListSecurityPoliciesR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSecurityPoliciesCommand_base: {
|
|
24
24
|
new (input: ListSecurityPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListSecurityPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about configured OpenSearch Serverless security policies.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const ListSecurityPoliciesCommand_base: {
|
|
|
75
75
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListSecurityPoliciesCommand extends ListSecurityPoliciesCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the tags for an OpenSearch Serverless resource. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/tag-collection.html">Tagging Amazon OpenSearch Serverless collections</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListVpcEndpointsCommand_base: {
|
|
24
24
|
new (input: ListVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListVpcEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current
|
|
30
30
|
* account. For more information, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>
|
|
@@ -73,6 +73,7 @@ declare const ListVpcEndpointsCommand_base: {
|
|
|
73
73
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListVpcEndpointsCommand extends ListVpcEndpointsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates tags with an OpenSearch Serverless resource. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/tag-collection.html">Tagging Amazon OpenSearch Serverless collections</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const TagResourceCommand_base: {
|
|
|
75
75
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a tag or set of tags from an OpenSearch Serverless resource. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/tag-collection.html">Tagging Amazon OpenSearch Serverless collections</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const UntagResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAccessPolicyCommandOutput extends UpdateAccessPolicyRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAccessPolicyCommand_base: {
|
|
24
24
|
new (input: UpdateAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an OpenSearch Serverless access policy. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html">Data
|
|
30
30
|
* access control for Amazon OpenSearch Serverless</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -82,6 +82,7 @@ declare const UpdateAccessPolicyCommand_base: {
|
|
|
82
82
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class UpdateAccessPolicyCommand extends UpdateAccessPolicyCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAccountSettingsCommand_base: {
|
|
24
24
|
new (input: UpdateAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [UpdateAccountSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update the OpenSearch Serverless settings for the current Amazon Web Services account. For more
|
|
30
30
|
* information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-scaling.html">Managing capacity limits for Amazon OpenSearch Serverless</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -69,6 +69,7 @@ declare const UpdateAccountSettingsCommand_base: {
|
|
|
69
69
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCollectionCommandOutput extends UpdateCollectionResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCollectionCommand_base: {
|
|
24
24
|
new (input: UpdateCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCollectionCommandInput, UpdateCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCollectionCommandInput, UpdateCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an OpenSearch Serverless collection.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const UpdateCollectionCommand_base: {
|
|
|
76
76
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateCollectionCommand extends UpdateCollectionCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLifecyclePolicyCommandOutput extends UpdateLifecyclePolic
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLifecyclePolicyCommand_base: {
|
|
24
24
|
new (input: UpdateLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLifecyclePolicyCommandInput, UpdateLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLifecyclePolicyCommandInput, UpdateLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an OpenSearch Serverless access policy. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-lifecycle.html#serverless-lifecycle-update">Updating data lifecycle policies</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const UpdateLifecyclePolicyCommand_base: {
|
|
|
84
84
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateLifecyclePolicyCommand extends UpdateLifecyclePolicyCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSecurityConfigCommandOutput extends UpdateSecurityConfigR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSecurityConfigCommand_base: {
|
|
24
24
|
new (input: UpdateSecurityConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSecurityConfigCommandInput, UpdateSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSecurityConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSecurityConfigCommandInput, UpdateSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a security configuration for OpenSearch Serverless. For more information, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html">SAML
|
|
31
31
|
* authentication for Amazon OpenSearch Serverless</a>.</p>
|
|
@@ -92,6 +92,7 @@ declare const UpdateSecurityConfigCommand_base: {
|
|
|
92
92
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class UpdateSecurityConfigCommand extends UpdateSecurityConfigCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSecurityPolicyCommandOutput extends UpdateSecurityPolicyR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSecurityPolicyCommand_base: {
|
|
24
24
|
new (input: UpdateSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSecurityPolicyCommandInput, UpdateSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSecurityPolicyCommandInput, UpdateSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an OpenSearch Serverless security policy. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-network.html">Network access
|
|
30
30
|
* for Amazon OpenSearch Serverless</a> and <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html">Encryption at
|
|
31
31
|
* rest for Amazon OpenSearch Serverless</a>.</p>
|
|
@@ -86,6 +86,7 @@ declare const UpdateSecurityPolicyCommand_base: {
|
|
|
86
86
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class UpdateSecurityPolicyCommand extends UpdateSecurityPolicyCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateVpcEndpointCommandOutput extends UpdateVpcEndpointRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateVpcEndpointCommand_base: {
|
|
24
24
|
new (input: UpdateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an OpenSearch Serverless-managed interface endpoint. For more information, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -90,6 +90,7 @@ declare const UpdateVpcEndpointCommand_base: {
|
|
|
90
90
|
* @throws {@link OpenSearchServerlessServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateVpcEndpointCommand extends UpdateVpcEndpointCommand_base {
|
|
95
96
|
}
|