@aws-sdk/client-opensearchserverless 3.296.0 → 3.298.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.
Files changed (107) hide show
  1. package/dist-cjs/commands/BatchGetCollectionCommand.js +2 -3
  2. package/dist-cjs/commands/BatchGetVpcEndpointCommand.js +2 -3
  3. package/dist-cjs/commands/CreateAccessPolicyCommand.js +2 -3
  4. package/dist-cjs/commands/CreateCollectionCommand.js +2 -3
  5. package/dist-cjs/commands/CreateSecurityConfigCommand.js +2 -3
  6. package/dist-cjs/commands/CreateSecurityPolicyCommand.js +2 -3
  7. package/dist-cjs/commands/CreateVpcEndpointCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteAccessPolicyCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteCollectionCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteSecurityConfigCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteSecurityPolicyCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteVpcEndpointCommand.js +2 -3
  13. package/dist-cjs/commands/GetAccessPolicyCommand.js +2 -3
  14. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -3
  15. package/dist-cjs/commands/GetPoliciesStatsCommand.js +2 -3
  16. package/dist-cjs/commands/GetSecurityConfigCommand.js +2 -3
  17. package/dist-cjs/commands/GetSecurityPolicyCommand.js +2 -3
  18. package/dist-cjs/commands/ListAccessPoliciesCommand.js +2 -3
  19. package/dist-cjs/commands/ListCollectionsCommand.js +2 -3
  20. package/dist-cjs/commands/ListSecurityConfigsCommand.js +2 -3
  21. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -3
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  23. package/dist-cjs/commands/ListVpcEndpointsCommand.js +2 -3
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateAccessPolicyCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateCollectionCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateSecurityConfigCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateSecurityPolicyCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateVpcEndpointCommand.js +2 -3
  32. package/dist-cjs/models/models_0.js +1 -358
  33. package/dist-es/commands/BatchGetCollectionCommand.js +2 -3
  34. package/dist-es/commands/BatchGetVpcEndpointCommand.js +2 -3
  35. package/dist-es/commands/CreateAccessPolicyCommand.js +2 -3
  36. package/dist-es/commands/CreateCollectionCommand.js +2 -3
  37. package/dist-es/commands/CreateSecurityConfigCommand.js +2 -3
  38. package/dist-es/commands/CreateSecurityPolicyCommand.js +2 -3
  39. package/dist-es/commands/CreateVpcEndpointCommand.js +2 -3
  40. package/dist-es/commands/DeleteAccessPolicyCommand.js +2 -3
  41. package/dist-es/commands/DeleteCollectionCommand.js +2 -3
  42. package/dist-es/commands/DeleteSecurityConfigCommand.js +2 -3
  43. package/dist-es/commands/DeleteSecurityPolicyCommand.js +2 -3
  44. package/dist-es/commands/DeleteVpcEndpointCommand.js +2 -3
  45. package/dist-es/commands/GetAccessPolicyCommand.js +2 -3
  46. package/dist-es/commands/GetAccountSettingsCommand.js +2 -3
  47. package/dist-es/commands/GetPoliciesStatsCommand.js +2 -3
  48. package/dist-es/commands/GetSecurityConfigCommand.js +2 -3
  49. package/dist-es/commands/GetSecurityPolicyCommand.js +2 -3
  50. package/dist-es/commands/ListAccessPoliciesCommand.js +2 -3
  51. package/dist-es/commands/ListCollectionsCommand.js +2 -3
  52. package/dist-es/commands/ListSecurityConfigsCommand.js +2 -3
  53. package/dist-es/commands/ListSecurityPoliciesCommand.js +2 -3
  54. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  55. package/dist-es/commands/ListVpcEndpointsCommand.js +2 -3
  56. package/dist-es/commands/TagResourceCommand.js +2 -3
  57. package/dist-es/commands/UntagResourceCommand.js +2 -3
  58. package/dist-es/commands/UpdateAccessPolicyCommand.js +2 -3
  59. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -3
  60. package/dist-es/commands/UpdateCollectionCommand.js +2 -3
  61. package/dist-es/commands/UpdateSecurityConfigCommand.js +2 -3
  62. package/dist-es/commands/UpdateSecurityPolicyCommand.js +2 -3
  63. package/dist-es/commands/UpdateVpcEndpointCommand.js +2 -3
  64. package/dist-es/models/models_0.js +0 -267
  65. package/dist-types/OpenSearchServerless.d.ts +33 -1
  66. package/dist-types/OpenSearchServerlessClient.d.ts +24 -4
  67. package/dist-types/commands/BatchGetCollectionCommand.d.ts +16 -0
  68. package/dist-types/commands/BatchGetVpcEndpointCommand.d.ts +16 -0
  69. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +16 -0
  70. package/dist-types/commands/CreateCollectionCommand.d.ts +16 -0
  71. package/dist-types/commands/CreateSecurityConfigCommand.d.ts +16 -0
  72. package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +16 -0
  73. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteCollectionCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +16 -0
  79. package/dist-types/commands/GetAccessPolicyCommand.d.ts +16 -0
  80. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  81. package/dist-types/commands/GetPoliciesStatsCommand.d.ts +16 -0
  82. package/dist-types/commands/GetSecurityConfigCommand.d.ts +16 -0
  83. package/dist-types/commands/GetSecurityPolicyCommand.d.ts +16 -0
  84. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +16 -0
  85. package/dist-types/commands/ListCollectionsCommand.d.ts +17 -1
  86. package/dist-types/commands/ListSecurityConfigsCommand.d.ts +16 -0
  87. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +16 -0
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  89. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +16 -0
  90. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  91. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateCollectionCommand.d.ts +16 -0
  95. package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +16 -0
  98. package/dist-types/models/OpenSearchServerlessServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +235 -356
  100. package/dist-types/pagination/Interfaces.d.ts +3 -0
  101. package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListCollectionsPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListSecurityConfigsPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListSecurityPoliciesPaginator.d.ts +3 -0
  105. package/dist-types/pagination/ListVpcEndpointsPaginator.d.ts +3 -0
  106. package/dist-types/ts3.4/models/models_0.d.ts +0 -265
  107. package/package.json +4 -3
@@ -32,6 +32,7 @@ import { UpdateSecurityPolicyCommandInput, UpdateSecurityPolicyCommandOutput } f
32
32
  import { UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput } from "./commands/UpdateVpcEndpointCommand";
33
33
  import { OpenSearchServerlessClient } from "./OpenSearchServerlessClient";
34
34
  /**
35
+ * @public
35
36
  * <p>Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
36
37
  * security policies.</p>
37
38
  * <p>OpenSearch Serverless is an on-demand, pre-provisioned serverless configuration for
@@ -45,6 +46,7 @@ import { OpenSearchServerlessClient } from "./OpenSearchServerlessClient";
45
46
  */
46
47
  export declare class OpenSearchServerless extends OpenSearchServerlessClient {
47
48
  /**
49
+ * @public
48
50
  * <p>Returns attributes for one or more collections, including the collection endpoint and
49
51
  * the OpenSearch Dashboards endpoint. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html">Creating and
50
52
  * managing Amazon OpenSearch Serverless collections</a>.</p>
@@ -53,6 +55,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
53
55
  batchGetCollection(args: BatchGetCollectionCommandInput, cb: (err: any, data?: BatchGetCollectionCommandOutput) => void): void;
54
56
  batchGetCollection(args: BatchGetCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCollectionCommandOutput) => void): void;
55
57
  /**
58
+ * @public
56
59
  * <p>Returns attributes for one or more VPC endpoints associated with the current account.
57
60
  * For more information, see
58
61
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>
@@ -61,6 +64,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
61
64
  batchGetVpcEndpoint(args: BatchGetVpcEndpointCommandInput, cb: (err: any, data?: BatchGetVpcEndpointCommandOutput) => void): void;
62
65
  batchGetVpcEndpoint(args: BatchGetVpcEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetVpcEndpointCommandOutput) => void): void;
63
66
  /**
67
+ * @public
64
68
  * <p>Creates a data access policy for OpenSearch Serverless. Access policies limit access to collections
65
69
  * and the resources within them, and allow a user to access that data irrespective of the
66
70
  * access mechanism or network source. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html">Data access
@@ -70,6 +74,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
70
74
  createAccessPolicy(args: CreateAccessPolicyCommandInput, cb: (err: any, data?: CreateAccessPolicyCommandOutput) => void): void;
71
75
  createAccessPolicy(args: CreateAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessPolicyCommandOutput) => void): void;
72
76
  /**
77
+ * @public
73
78
  * <p>Creates a new OpenSearch Serverless collection. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html">Creating and
74
79
  * managing Amazon OpenSearch Serverless collections</a>.</p>
75
80
  */
@@ -77,6 +82,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
77
82
  createCollection(args: CreateCollectionCommandInput, cb: (err: any, data?: CreateCollectionCommandOutput) => void): void;
78
83
  createCollection(args: CreateCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCollectionCommandOutput) => void): void;
79
84
  /**
85
+ * @public
80
86
  * <p>Specifies a security configuration for OpenSearch Serverless. For more information, see
81
87
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html">SAML
82
88
  * authentication for Amazon OpenSearch Serverless</a>. </p>
@@ -85,6 +91,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
85
91
  createSecurityConfig(args: CreateSecurityConfigCommandInput, cb: (err: any, data?: CreateSecurityConfigCommandOutput) => void): void;
86
92
  createSecurityConfig(args: CreateSecurityConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSecurityConfigCommandOutput) => void): void;
87
93
  /**
94
+ * @public
88
95
  * <p>Creates a security policy to be used by one or more OpenSearch Serverless collections. Security
89
96
  * policies provide access to a collection and its OpenSearch Dashboards endpoint from
90
97
  * public networks or specific VPC endpoints. They also allow you to secure a collection
@@ -96,6 +103,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
96
103
  createSecurityPolicy(args: CreateSecurityPolicyCommandInput, cb: (err: any, data?: CreateSecurityPolicyCommandOutput) => void): void;
97
104
  createSecurityPolicy(args: CreateSecurityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSecurityPolicyCommandOutput) => void): void;
98
105
  /**
106
+ * @public
99
107
  * <p>Creates an OpenSearch Serverless-managed interface VPC endpoint. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html">Access
100
108
  * Amazon OpenSearch Serverless using an interface endpoint</a>.</p>
101
109
  */
@@ -103,6 +111,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
103
111
  createVpcEndpoint(args: CreateVpcEndpointCommandInput, cb: (err: any, data?: CreateVpcEndpointCommandOutput) => void): void;
104
112
  createVpcEndpoint(args: CreateVpcEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcEndpointCommandOutput) => void): void;
105
113
  /**
114
+ * @public
106
115
  * <p>Deletes 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
107
116
  * access control for Amazon OpenSearch Serverless</a>.</p>
108
117
  */
@@ -110,6 +119,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
110
119
  deleteAccessPolicy(args: DeleteAccessPolicyCommandInput, cb: (err: any, data?: DeleteAccessPolicyCommandOutput) => void): void;
111
120
  deleteAccessPolicy(args: DeleteAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPolicyCommandOutput) => void): void;
112
121
  /**
122
+ * @public
113
123
  * <p>Deletes an OpenSearch Serverless collection. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html">Creating and
114
124
  * managing Amazon OpenSearch Serverless collections</a>.</p>
115
125
  */
@@ -117,6 +127,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
117
127
  deleteCollection(args: DeleteCollectionCommandInput, cb: (err: any, data?: DeleteCollectionCommandOutput) => void): void;
118
128
  deleteCollection(args: DeleteCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCollectionCommandOutput) => void): void;
119
129
  /**
130
+ * @public
120
131
  * <p>Deletes a security configuration for OpenSearch Serverless. For more information, see
121
132
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html">SAML
122
133
  * authentication for Amazon OpenSearch Serverless</a>.</p>
@@ -125,12 +136,14 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
125
136
  deleteSecurityConfig(args: DeleteSecurityConfigCommandInput, cb: (err: any, data?: DeleteSecurityConfigCommandOutput) => void): void;
126
137
  deleteSecurityConfig(args: DeleteSecurityConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecurityConfigCommandOutput) => void): void;
127
138
  /**
139
+ * @public
128
140
  * <p>Deletes an OpenSearch Serverless security policy.</p>
129
141
  */
130
142
  deleteSecurityPolicy(args: DeleteSecurityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSecurityPolicyCommandOutput>;
131
143
  deleteSecurityPolicy(args: DeleteSecurityPolicyCommandInput, cb: (err: any, data?: DeleteSecurityPolicyCommandOutput) => void): void;
132
144
  deleteSecurityPolicy(args: DeleteSecurityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecurityPolicyCommandOutput) => void): void;
133
145
  /**
146
+ * @public
134
147
  * <p>Deletes an OpenSearch Serverless-managed interface endpoint. For more information, see
135
148
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>
136
149
  */
@@ -138,6 +151,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
138
151
  deleteVpcEndpoint(args: DeleteVpcEndpointCommandInput, cb: (err: any, data?: DeleteVpcEndpointCommandOutput) => void): void;
139
152
  deleteVpcEndpoint(args: DeleteVpcEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcEndpointCommandOutput) => void): void;
140
153
  /**
154
+ * @public
141
155
  * <p>Returns 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
142
156
  * access control for Amazon OpenSearch Serverless</a>.</p>
143
157
  */
@@ -145,12 +159,14 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
145
159
  getAccessPolicy(args: GetAccessPolicyCommandInput, cb: (err: any, data?: GetAccessPolicyCommandOutput) => void): void;
146
160
  getAccessPolicy(args: GetAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPolicyCommandOutput) => void): void;
147
161
  /**
162
+ * @public
148
163
  * <p>Returns account-level settings related to OpenSearch Serverless.</p>
149
164
  */
150
165
  getAccountSettings(args: GetAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSettingsCommandOutput>;
151
166
  getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
152
167
  getAccountSettings(args: GetAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
153
168
  /**
169
+ * @public
154
170
  * <p>Returns statistical information about your OpenSearch Serverless access policies, security
155
171
  * configurations, and security policies.</p>
156
172
  */
@@ -158,6 +174,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
158
174
  getPoliciesStats(args: GetPoliciesStatsCommandInput, cb: (err: any, data?: GetPoliciesStatsCommandOutput) => void): void;
159
175
  getPoliciesStats(args: GetPoliciesStatsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPoliciesStatsCommandOutput) => void): void;
160
176
  /**
177
+ * @public
161
178
  * <p>Returns information about an OpenSearch Serverless security configuration. For more information, see
162
179
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html">SAML
163
180
  * authentication for Amazon OpenSearch Serverless</a>.</p>
@@ -166,6 +183,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
166
183
  getSecurityConfig(args: GetSecurityConfigCommandInput, cb: (err: any, data?: GetSecurityConfigCommandOutput) => void): void;
167
184
  getSecurityConfig(args: GetSecurityConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSecurityConfigCommandOutput) => void): void;
168
185
  /**
186
+ * @public
169
187
  * <p>Returns information about a configured OpenSearch Serverless security policy. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-network.html">Network access
170
188
  * for Amazon OpenSearch Serverless</a> and <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html">Encryption at
171
189
  * rest for Amazon OpenSearch Serverless</a>.</p>
@@ -174,16 +192,18 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
174
192
  getSecurityPolicy(args: GetSecurityPolicyCommandInput, cb: (err: any, data?: GetSecurityPolicyCommandOutput) => void): void;
175
193
  getSecurityPolicy(args: GetSecurityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSecurityPolicyCommandOutput) => void): void;
176
194
  /**
195
+ * @public
177
196
  * <p>Returns information about a list of OpenSearch Serverless access policies.</p>
178
197
  */
179
198
  listAccessPolicies(args: ListAccessPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessPoliciesCommandOutput>;
180
199
  listAccessPolicies(args: ListAccessPoliciesCommandInput, cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void): void;
181
200
  listAccessPolicies(args: ListAccessPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void): void;
182
201
  /**
202
+ * @public
183
203
  * <p>Lists all OpenSearch Serverless collections. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html">Creating and
184
204
  * managing Amazon OpenSearch Serverless collections</a>.</p>
185
205
  * <note>
186
- * <p>Make sure to include an empty request body {} if you don't include any collection
206
+ * <p>Make sure to include an empty request body \{\} if you don't include any collection
187
207
  * filters in the request.</p>
188
208
  * </note>
189
209
  */
@@ -191,6 +211,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
191
211
  listCollections(args: ListCollectionsCommandInput, cb: (err: any, data?: ListCollectionsCommandOutput) => void): void;
192
212
  listCollections(args: ListCollectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollectionsCommandOutput) => void): void;
193
213
  /**
214
+ * @public
194
215
  * <p>Returns information about configured OpenSearch Serverless security configurations. For more information, see
195
216
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html">SAML
196
217
  * authentication for Amazon OpenSearch Serverless</a>.</p>
@@ -199,18 +220,21 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
199
220
  listSecurityConfigs(args: ListSecurityConfigsCommandInput, cb: (err: any, data?: ListSecurityConfigsCommandOutput) => void): void;
200
221
  listSecurityConfigs(args: ListSecurityConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityConfigsCommandOutput) => void): void;
201
222
  /**
223
+ * @public
202
224
  * <p>Returns information about configured OpenSearch Serverless security policies.</p>
203
225
  */
204
226
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityPoliciesCommandOutput>;
205
227
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
206
228
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
207
229
  /**
230
+ * @public
208
231
  * <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>
209
232
  */
210
233
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
211
234
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
212
235
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
213
236
  /**
237
+ * @public
214
238
  * <p>Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current
215
239
  * account. For more information, see
216
240
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>
@@ -219,18 +243,21 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
219
243
  listVpcEndpoints(args: ListVpcEndpointsCommandInput, cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void): void;
220
244
  listVpcEndpoints(args: ListVpcEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void): void;
221
245
  /**
246
+ * @public
222
247
  * <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>
223
248
  */
224
249
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
225
250
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
226
251
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
227
252
  /**
253
+ * @public
228
254
  * <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>
229
255
  */
230
256
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
231
257
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
232
258
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
233
259
  /**
260
+ * @public
234
261
  * <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
235
262
  * access control for Amazon OpenSearch Serverless</a>.</p>
236
263
  */
@@ -238,6 +265,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
238
265
  updateAccessPolicy(args: UpdateAccessPolicyCommandInput, cb: (err: any, data?: UpdateAccessPolicyCommandOutput) => void): void;
239
266
  updateAccessPolicy(args: UpdateAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessPolicyCommandOutput) => void): void;
240
267
  /**
268
+ * @public
241
269
  * <p>Update the OpenSearch Serverless settings for the current Amazon Web Services account. For more
242
270
  * information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html#serverless-scaling">Autoscaling</a>.</p>
243
271
  */
@@ -245,12 +273,14 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
245
273
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
246
274
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
247
275
  /**
276
+ * @public
248
277
  * <p>Updates an OpenSearch Serverless collection.</p>
249
278
  */
250
279
  updateCollection(args: UpdateCollectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCollectionCommandOutput>;
251
280
  updateCollection(args: UpdateCollectionCommandInput, cb: (err: any, data?: UpdateCollectionCommandOutput) => void): void;
252
281
  updateCollection(args: UpdateCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCollectionCommandOutput) => void): void;
253
282
  /**
283
+ * @public
254
284
  * <p>Updates a security configuration for OpenSearch Serverless. For more information, see
255
285
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html">SAML
256
286
  * authentication for Amazon OpenSearch Serverless</a>.</p>
@@ -259,6 +289,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
259
289
  updateSecurityConfig(args: UpdateSecurityConfigCommandInput, cb: (err: any, data?: UpdateSecurityConfigCommandOutput) => void): void;
260
290
  updateSecurityConfig(args: UpdateSecurityConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecurityConfigCommandOutput) => void): void;
261
291
  /**
292
+ * @public
262
293
  * <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
263
294
  * for Amazon OpenSearch Serverless</a> and <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html">Encryption at
264
295
  * rest for Amazon OpenSearch Serverless</a>.</p>
@@ -267,6 +298,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
267
298
  updateSecurityPolicy(args: UpdateSecurityPolicyCommandInput, cb: (err: any, data?: UpdateSecurityPolicyCommandOutput) => void): void;
268
299
  updateSecurityPolicy(args: UpdateSecurityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecurityPolicyCommandOutput) => void): void;
269
300
  /**
301
+ * @public
270
302
  * <p>Updates an OpenSearch Serverless-managed interface endpoint. For more information, see
271
303
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>
272
304
  */
@@ -39,15 +39,24 @@ import { UpdateSecurityConfigCommandInput, UpdateSecurityConfigCommandOutput } f
39
39
  import { UpdateSecurityPolicyCommandInput, UpdateSecurityPolicyCommandOutput } from "./commands/UpdateSecurityPolicyCommand";
40
40
  import { UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput } from "./commands/UpdateVpcEndpointCommand";
41
41
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
42
+ /**
43
+ * @public
44
+ */
42
45
  export type ServiceInputTypes = BatchGetCollectionCommandInput | BatchGetVpcEndpointCommandInput | CreateAccessPolicyCommandInput | CreateCollectionCommandInput | CreateSecurityConfigCommandInput | CreateSecurityPolicyCommandInput | CreateVpcEndpointCommandInput | DeleteAccessPolicyCommandInput | DeleteCollectionCommandInput | DeleteSecurityConfigCommandInput | DeleteSecurityPolicyCommandInput | DeleteVpcEndpointCommandInput | GetAccessPolicyCommandInput | GetAccountSettingsCommandInput | GetPoliciesStatsCommandInput | GetSecurityConfigCommandInput | GetSecurityPolicyCommandInput | ListAccessPoliciesCommandInput | ListCollectionsCommandInput | ListSecurityConfigsCommandInput | ListSecurityPoliciesCommandInput | ListTagsForResourceCommandInput | ListVpcEndpointsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessPolicyCommandInput | UpdateAccountSettingsCommandInput | UpdateCollectionCommandInput | UpdateSecurityConfigCommandInput | UpdateSecurityPolicyCommandInput | UpdateVpcEndpointCommandInput;
46
+ /**
47
+ * @public
48
+ */
43
49
  export type ServiceOutputTypes = BatchGetCollectionCommandOutput | BatchGetVpcEndpointCommandOutput | CreateAccessPolicyCommandOutput | CreateCollectionCommandOutput | CreateSecurityConfigCommandOutput | CreateSecurityPolicyCommandOutput | CreateVpcEndpointCommandOutput | DeleteAccessPolicyCommandOutput | DeleteCollectionCommandOutput | DeleteSecurityConfigCommandOutput | DeleteSecurityPolicyCommandOutput | DeleteVpcEndpointCommandOutput | GetAccessPolicyCommandOutput | GetAccountSettingsCommandOutput | GetPoliciesStatsCommandOutput | GetSecurityConfigCommandOutput | GetSecurityPolicyCommandOutput | ListAccessPoliciesCommandOutput | ListCollectionsCommandOutput | ListSecurityConfigsCommandOutput | ListSecurityPoliciesCommandOutput | ListTagsForResourceCommandOutput | ListVpcEndpointsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessPolicyCommandOutput | UpdateAccountSettingsCommandOutput | UpdateCollectionCommandOutput | UpdateSecurityConfigCommandOutput | UpdateSecurityPolicyCommandOutput | UpdateVpcEndpointCommandOutput;
50
+ /**
51
+ * @public
52
+ */
44
53
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
45
54
  /**
46
55
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
47
56
  */
48
57
  requestHandler?: __HttpHandler;
49
58
  /**
50
- * A constructor for a class implementing the {@link __Checksum} interface
59
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
51
60
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
52
61
  * @internal
53
62
  */
@@ -137,23 +146,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
137
146
  */
138
147
  logger?: __Logger;
139
148
  /**
140
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
149
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
141
150
  */
142
151
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
143
152
  }
153
+ /**
154
+ * @public
155
+ */
144
156
  type OpenSearchServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
145
157
  /**
146
- * The configuration interface of OpenSearchServerlessClient class constructor that set the region, credentials and other options.
158
+ * @public
159
+ *
160
+ * The configuration interface of OpenSearchServerlessClient class constructor that set the region, credentials and other options.
147
161
  */
148
162
  export interface OpenSearchServerlessClientConfig extends OpenSearchServerlessClientConfigType {
149
163
  }
164
+ /**
165
+ * @public
166
+ */
150
167
  type OpenSearchServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
151
168
  /**
152
- * The resolved configuration interface of OpenSearchServerlessClient class. This is resolved and normalized from the {@link OpenSearchServerlessClientConfig | constructor configuration interface}.
169
+ * @public
170
+ *
171
+ * The resolved configuration interface of OpenSearchServerlessClient class. This is resolved and normalized from the {@link OpenSearchServerlessClientConfig | constructor configuration interface}.
153
172
  */
154
173
  export interface OpenSearchServerlessClientResolvedConfig extends OpenSearchServerlessClientResolvedConfigType {
155
174
  }
156
175
  /**
176
+ * @public
157
177
  * <p>Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
158
178
  * security policies.</p>
159
179
  * <p>OpenSearch Serverless is an on-demand, pre-provisioned serverless configuration for
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BatchGetCollectionRequest, BatchGetCollectionResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchGetCollectionCommand}.
8
10
  */
9
11
  export interface BatchGetCollectionCommandInput extends BatchGetCollectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchGetCollectionCommand}.
13
17
  */
14
18
  export interface BatchGetCollectionCommandOutput extends BatchGetCollectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns attributes for one or more collections, including the collection endpoint and
18
23
  * the OpenSearch Dashboards endpoint. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html">Creating and
19
24
  * managing Amazon OpenSearch Serverless collections</a>.</p>
@@ -27,6 +32,8 @@ export interface BatchGetCollectionCommandOutput extends BatchGetCollectionRespo
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param BatchGetCollectionCommandInput - {@link BatchGetCollectionCommandInput}
36
+ * @returns {@link BatchGetCollectionCommandOutput}
30
37
  * @see {@link BatchGetCollectionCommandInput} for command's `input` shape.
31
38
  * @see {@link BatchGetCollectionCommandOutput} for command's `response` shape.
32
39
  * @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
@@ -43,11 +50,20 @@ export interface BatchGetCollectionCommandOutput extends BatchGetCollectionRespo
43
50
  export declare class BatchGetCollectionCommand extends $Command<BatchGetCollectionCommandInput, BatchGetCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig> {
44
51
  readonly input: BatchGetCollectionCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: BatchGetCollectionCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetCollectionCommandInput, BatchGetCollectionCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BatchGetVpcEndpointRequest, BatchGetVpcEndpointResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchGetVpcEndpointCommand}.
8
10
  */
9
11
  export interface BatchGetVpcEndpointCommandInput extends BatchGetVpcEndpointRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchGetVpcEndpointCommand}.
13
17
  */
14
18
  export interface BatchGetVpcEndpointCommandOutput extends BatchGetVpcEndpointResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns attributes for one or more VPC endpoints associated with the current account.
18
23
  * For more information, see
19
24
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>
@@ -27,6 +32,8 @@ export interface BatchGetVpcEndpointCommandOutput extends BatchGetVpcEndpointRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param BatchGetVpcEndpointCommandInput - {@link BatchGetVpcEndpointCommandInput}
36
+ * @returns {@link BatchGetVpcEndpointCommandOutput}
30
37
  * @see {@link BatchGetVpcEndpointCommandInput} for command's `input` shape.
31
38
  * @see {@link BatchGetVpcEndpointCommandOutput} for command's `response` shape.
32
39
  * @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
@@ -43,11 +50,20 @@ export interface BatchGetVpcEndpointCommandOutput extends BatchGetVpcEndpointRes
43
50
  export declare class BatchGetVpcEndpointCommand extends $Command<BatchGetVpcEndpointCommandInput, BatchGetVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig> {
44
51
  readonly input: BatchGetVpcEndpointCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: BatchGetVpcEndpointCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetVpcEndpointCommandInput, BatchGetVpcEndpointCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateAccessPolicyRequest, CreateAccessPolicyResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAccessPolicyCommand}.
8
10
  */
9
11
  export interface CreateAccessPolicyCommandInput extends CreateAccessPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAccessPolicyCommand}.
13
17
  */
14
18
  export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a data access policy for OpenSearch Serverless. Access policies limit access to collections
18
23
  * and the resources within them, and allow a user to access that data irrespective of the
19
24
  * access mechanism or network source. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html">Data access
@@ -28,6 +33,8 @@ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyRespo
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateAccessPolicyCommandInput - {@link CreateAccessPolicyCommandInput}
37
+ * @returns {@link CreateAccessPolicyCommandOutput}
31
38
  * @see {@link CreateAccessPolicyCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateAccessPolicyCommandOutput} for command's `response` shape.
33
40
  * @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyRespo
49
56
  export declare class CreateAccessPolicyCommand extends $Command<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig> {
50
57
  readonly input: CreateAccessPolicyCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CreateAccessPolicyCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateCollectionRequest, CreateCollectionResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateCollectionCommand}.
8
10
  */
9
11
  export interface CreateCollectionCommandInput extends CreateCollectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateCollectionCommand}.
13
17
  */
14
18
  export interface CreateCollectionCommandOutput extends CreateCollectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new OpenSearch Serverless collection. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html">Creating and
18
23
  * managing Amazon OpenSearch Serverless collections</a>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateCollectionCommandOutput extends CreateCollectionResponse,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateCollectionCommandInput - {@link CreateCollectionCommandInput}
35
+ * @returns {@link CreateCollectionCommandOutput}
29
36
  * @see {@link CreateCollectionCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateCollectionCommandOutput} for command's `response` shape.
31
38
  * @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
@@ -47,11 +54,20 @@ export interface CreateCollectionCommandOutput extends CreateCollectionResponse,
47
54
  export declare class CreateCollectionCommand extends $Command<CreateCollectionCommandInput, CreateCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig> {
48
55
  readonly input: CreateCollectionCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: CreateCollectionCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCollectionCommandInput, CreateCollectionCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateSecurityConfigRequest, CreateSecurityConfigResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSecurityConfigCommand}.
8
10
  */
9
11
  export interface CreateSecurityConfigCommandInput extends CreateSecurityConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSecurityConfigCommand}.
13
17
  */
14
18
  export interface CreateSecurityConfigCommandOutput extends CreateSecurityConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Specifies a security configuration for OpenSearch Serverless. For more information, see
18
23
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html">SAML
19
24
  * authentication for Amazon OpenSearch Serverless</a>. </p>
@@ -27,6 +32,8 @@ export interface CreateSecurityConfigCommandOutput extends CreateSecurityConfigR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreateSecurityConfigCommandInput - {@link CreateSecurityConfigCommandInput}
36
+ * @returns {@link CreateSecurityConfigCommandOutput}
30
37
  * @see {@link CreateSecurityConfigCommandInput} for command's `input` shape.
31
38
  * @see {@link CreateSecurityConfigCommandOutput} for command's `response` shape.
32
39
  * @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
@@ -48,11 +55,20 @@ export interface CreateSecurityConfigCommandOutput extends CreateSecurityConfigR
48
55
  export declare class CreateSecurityConfigCommand extends $Command<CreateSecurityConfigCommandInput, CreateSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig> {
49
56
  readonly input: CreateSecurityConfigCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: CreateSecurityConfigCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSecurityConfigCommandInput, CreateSecurityConfigCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateSecurityPolicyRequest, CreateSecurityPolicyResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSecurityPolicyCommand}.
8
10
  */
9
11
  export interface CreateSecurityPolicyCommandInput extends CreateSecurityPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSecurityPolicyCommand}.
13
17
  */
14
18
  export interface CreateSecurityPolicyCommandOutput extends CreateSecurityPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a security policy to be used by one or more OpenSearch Serverless collections. Security
18
23
  * policies provide access to a collection and its OpenSearch Dashboards endpoint from
19
24
  * public networks or specific VPC endpoints. They also allow you to secure a collection
@@ -30,6 +35,8 @@ export interface CreateSecurityPolicyCommandOutput extends CreateSecurityPolicyR
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateSecurityPolicyCommandInput - {@link CreateSecurityPolicyCommandInput}
39
+ * @returns {@link CreateSecurityPolicyCommandOutput}
33
40
  * @see {@link CreateSecurityPolicyCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateSecurityPolicyCommandOutput} for command's `response` shape.
35
42
  * @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
@@ -51,11 +58,20 @@ export interface CreateSecurityPolicyCommandOutput extends CreateSecurityPolicyR
51
58
  export declare class CreateSecurityPolicyCommand extends $Command<CreateSecurityPolicyCommandInput, CreateSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig> {
52
59
  readonly input: CreateSecurityPolicyCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: CreateSecurityPolicyCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSecurityPolicyCommandInput, CreateSecurityPolicyCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }