@aws-sdk/client-opensearch 3.606.0 → 3.609.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -109,8 +109,6 @@ __export(src_exports, {
109
109
  MaintenanceType: () => MaintenanceType,
110
110
  MasterNodeStatus: () => MasterNodeStatus,
111
111
  MasterUserOptionsFilterSensitiveLog: () => MasterUserOptionsFilterSensitiveLog,
112
- NaturalLanguageQueryGenerationCurrentState: () => NaturalLanguageQueryGenerationCurrentState,
113
- NaturalLanguageQueryGenerationDesiredState: () => NaturalLanguageQueryGenerationDesiredState,
114
112
  NodeStatus: () => NodeStatus,
115
113
  NodeType: () => NodeType,
116
114
  OpenSearch: () => OpenSearch,
@@ -531,19 +529,6 @@ var _ValidationException = class _ValidationException extends OpenSearchServiceE
531
529
  };
532
530
  __name(_ValidationException, "ValidationException");
533
531
  var ValidationException = _ValidationException;
534
- var NaturalLanguageQueryGenerationDesiredState = {
535
- Disabled: "DISABLED",
536
- Enabled: "ENABLED"
537
- };
538
- var NaturalLanguageQueryGenerationCurrentState = {
539
- DisableComplete: "DISABLE_COMPLETE",
540
- DisableFailed: "DISABLE_FAILED",
541
- DisableInProgress: "DISABLE_IN_PROGRESS",
542
- EnableComplete: "ENABLE_COMPLETE",
543
- EnableFailed: "ENABLE_FAILED",
544
- EnableInProgress: "ENABLE_IN_PROGRESS",
545
- NotEnabled: "NOT_ENABLED"
546
- };
547
532
  var DomainPackageStatus = {
548
533
  ACTIVE: "ACTIVE",
549
534
  ASSOCIATING: "ASSOCIATING",
@@ -1112,7 +1097,6 @@ var se_CreateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
1112
1097
  let body;
1113
1098
  body = JSON.stringify(
1114
1099
  (0, import_smithy_client.take)(input, {
1115
- AIMLOptions: (_) => (0, import_smithy_client._json)(_),
1116
1100
  AccessPolicies: [],
1117
1101
  AdvancedOptions: (_) => (0, import_smithy_client._json)(_),
1118
1102
  AdvancedSecurityOptions: (_) => (0, import_smithy_client._json)(_),
@@ -1791,7 +1775,6 @@ var se_UpdateDomainConfigCommand = /* @__PURE__ */ __name(async (input, context)
1791
1775
  let body;
1792
1776
  body = JSON.stringify(
1793
1777
  (0, import_smithy_client.take)(input, {
1794
- AIMLOptions: (_) => (0, import_smithy_client._json)(_),
1795
1778
  AccessPolicies: [],
1796
1779
  AdvancedOptions: (_) => (0, import_smithy_client._json)(_),
1797
1780
  AdvancedSecurityOptions: (_) => (0, import_smithy_client._json)(_),
@@ -3096,12 +3079,6 @@ var de_AdvancedSecurityOptionsStatus = /* @__PURE__ */ __name((output, context)
3096
3079
  Status: (_) => de_OptionStatus(_, context)
3097
3080
  });
3098
3081
  }, "de_AdvancedSecurityOptionsStatus");
3099
- var de_AIMLOptionsStatus = /* @__PURE__ */ __name((output, context) => {
3100
- return (0, import_smithy_client.take)(output, {
3101
- Options: import_smithy_client._json,
3102
- Status: (_) => de_OptionStatus(_, context)
3103
- });
3104
- }, "de_AIMLOptionsStatus");
3105
3082
  var de_AutoTune = /* @__PURE__ */ __name((output, context) => {
3106
3083
  return (0, import_smithy_client.take)(output, {
3107
3084
  AutoTuneDetails: (_) => de_AutoTuneDetails(_, context),
@@ -3208,7 +3185,6 @@ var de_CognitoOptionsStatus = /* @__PURE__ */ __name((output, context) => {
3208
3185
  }, "de_CognitoOptionsStatus");
3209
3186
  var de_DomainConfig = /* @__PURE__ */ __name((output, context) => {
3210
3187
  return (0, import_smithy_client.take)(output, {
3211
- AIMLOptions: (_) => de_AIMLOptionsStatus(_, context),
3212
3188
  AccessPolicies: (_) => de_AccessPoliciesStatus(_, context),
3213
3189
  AdvancedOptions: (_) => de_AdvancedOptionsStatus(_, context),
3214
3190
  AdvancedSecurityOptions: (_) => de_AdvancedSecurityOptionsStatus(_, context),
@@ -3275,7 +3251,6 @@ var de_DomainPackageDetailsList = /* @__PURE__ */ __name((output, context) => {
3275
3251
  }, "de_DomainPackageDetailsList");
3276
3252
  var de_DomainStatus = /* @__PURE__ */ __name((output, context) => {
3277
3253
  return (0, import_smithy_client.take)(output, {
3278
- AIMLOptions: import_smithy_client._json,
3279
3254
  ARN: import_smithy_client.expectString,
3280
3255
  AccessPolicies: import_smithy_client.expectString,
3281
3256
  AdvancedOptions: import_smithy_client._json,
@@ -4791,8 +4766,6 @@ var paginateListVersions = (0, import_core.createPaginator)(OpenSearchClient, Li
4791
4766
  DependencyFailureException,
4792
4767
  InternalException,
4793
4768
  ValidationException,
4794
- NaturalLanguageQueryGenerationDesiredState,
4795
- NaturalLanguageQueryGenerationCurrentState,
4796
4769
  DomainPackageStatus,
4797
4770
  PackageType,
4798
4771
  ConflictException,
@@ -141,19 +141,6 @@ export class ValidationException extends __BaseException {
141
141
  Object.setPrototypeOf(this, ValidationException.prototype);
142
142
  }
143
143
  }
144
- export const NaturalLanguageQueryGenerationDesiredState = {
145
- Disabled: "DISABLED",
146
- Enabled: "ENABLED",
147
- };
148
- export const NaturalLanguageQueryGenerationCurrentState = {
149
- DisableComplete: "DISABLE_COMPLETE",
150
- DisableFailed: "DISABLE_FAILED",
151
- DisableInProgress: "DISABLE_IN_PROGRESS",
152
- EnableComplete: "ENABLE_COMPLETE",
153
- EnableFailed: "ENABLE_FAILED",
154
- EnableInProgress: "ENABLE_IN_PROGRESS",
155
- NotEnabled: "NOT_ENABLED",
156
- };
157
144
  export const DomainPackageStatus = {
158
145
  ACTIVE: "ACTIVE",
159
146
  ASSOCIATING: "ASSOCIATING",
@@ -101,7 +101,6 @@ export const se_CreateDomainCommand = async (input, context) => {
101
101
  b.bp("/2021-01-01/opensearch/domain");
102
102
  let body;
103
103
  body = JSON.stringify(take(input, {
104
- AIMLOptions: (_) => _json(_),
105
104
  AccessPolicies: [],
106
105
  AdvancedOptions: (_) => _json(_),
107
106
  AdvancedSecurityOptions: (_) => _json(_),
@@ -748,7 +747,6 @@ export const se_UpdateDomainConfigCommand = async (input, context) => {
748
747
  b.p("DomainName", () => input.DomainName, "{DomainName}", false);
749
748
  let body;
750
749
  body = JSON.stringify(take(input, {
751
- AIMLOptions: (_) => _json(_),
752
750
  AccessPolicies: [],
753
751
  AdvancedOptions: (_) => _json(_),
754
752
  AdvancedSecurityOptions: (_) => _json(_),
@@ -2046,12 +2044,6 @@ const de_AdvancedSecurityOptionsStatus = (output, context) => {
2046
2044
  Status: (_) => de_OptionStatus(_, context),
2047
2045
  });
2048
2046
  };
2049
- const de_AIMLOptionsStatus = (output, context) => {
2050
- return take(output, {
2051
- Options: _json,
2052
- Status: (_) => de_OptionStatus(_, context),
2053
- });
2054
- };
2055
2047
  const de_AutoTune = (output, context) => {
2056
2048
  return take(output, {
2057
2049
  AutoTuneDetails: (_) => de_AutoTuneDetails(_, context),
@@ -2164,7 +2156,6 @@ const de_CognitoOptionsStatus = (output, context) => {
2164
2156
  };
2165
2157
  const de_DomainConfig = (output, context) => {
2166
2158
  return take(output, {
2167
- AIMLOptions: (_) => de_AIMLOptionsStatus(_, context),
2168
2159
  AccessPolicies: (_) => de_AccessPoliciesStatus(_, context),
2169
2160
  AdvancedOptions: (_) => de_AdvancedOptionsStatus(_, context),
2170
2161
  AdvancedSecurityOptions: (_) => de_AdvancedSecurityOptionsStatus(_, context),
@@ -2235,7 +2226,6 @@ const de_DomainPackageDetailsList = (output, context) => {
2235
2226
  };
2236
2227
  const de_DomainStatus = (output, context) => {
2237
2228
  return take(output, {
2238
- AIMLOptions: _json,
2239
2229
  ARN: __expectString,
2240
2230
  AccessPolicies: __expectString,
2241
2231
  AdvancedOptions: _json,
@@ -164,11 +164,6 @@ declare const CreateDomainCommand_base: {
164
164
  * SoftwareUpdateOptions: { // SoftwareUpdateOptions
165
165
  * AutoSoftwareUpdateEnabled: true || false,
166
166
  * },
167
- * AIMLOptions: { // AIMLOptionsInput
168
- * NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsInput
169
- * DesiredState: "ENABLED" || "DISABLED",
170
- * },
171
- * },
172
167
  * };
173
168
  * const command = new CreateDomainCommand(input);
174
169
  * const response = await client.send(command);
@@ -325,12 +320,6 @@ declare const CreateDomainCommand_base: {
325
320
  * // ValueType: "PLAIN_TEXT" || "STRINGIFIED_JSON",
326
321
  * // },
327
322
  * // ],
328
- * // AIMLOptions: { // AIMLOptionsOutput
329
- * // NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsOutput
330
- * // DesiredState: "ENABLED" || "DISABLED",
331
- * // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
332
- * // },
333
- * // },
334
323
  * // },
335
324
  * // };
336
325
  *
@@ -193,12 +193,6 @@ declare const DeleteDomainCommand_base: {
193
193
  * // ValueType: "PLAIN_TEXT" || "STRINGIFIED_JSON",
194
194
  * // },
195
195
  * // ],
196
- * // AIMLOptions: { // AIMLOptionsOutput
197
- * // NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsOutput
198
- * // DesiredState: "ENABLED" || "DISABLED",
199
- * // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
200
- * // },
201
- * // },
202
196
  * // },
203
197
  * // };
204
198
  *
@@ -193,12 +193,6 @@ declare const DescribeDomainCommand_base: {
193
193
  * // ValueType: "PLAIN_TEXT" || "STRINGIFIED_JSON",
194
194
  * // },
195
195
  * // ],
196
- * // AIMLOptions: { // AIMLOptionsOutput
197
- * // NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsOutput
198
- * // DesiredState: "ENABLED" || "DISABLED",
199
- * // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
200
- * // },
201
- * // },
202
196
  * // },
203
197
  * // };
204
198
  *
@@ -266,15 +266,6 @@ declare const DescribeDomainConfigCommand_base: {
266
266
  * // ValueType: "PLAIN_TEXT" || "STRINGIFIED_JSON",
267
267
  * // },
268
268
  * // ],
269
- * // AIMLOptions: { // AIMLOptionsStatus
270
- * // Options: { // AIMLOptionsOutput
271
- * // NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsOutput
272
- * // DesiredState: "ENABLED" || "DISABLED",
273
- * // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
274
- * // },
275
- * // },
276
- * // Status: "<OptionStatus>",
277
- * // },
278
269
  * // },
279
270
  * // };
280
271
  *
@@ -196,12 +196,6 @@ declare const DescribeDomainsCommand_base: {
196
196
  * // ValueType: "PLAIN_TEXT" || "STRINGIFIED_JSON",
197
197
  * // },
198
198
  * // ],
199
- * // AIMLOptions: { // AIMLOptionsOutput
200
- * // NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsOutput
201
- * // DesiredState: "ENABLED" || "DISABLED",
202
- * // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
203
- * // },
204
- * // },
205
199
  * // },
206
200
  * // ],
207
201
  * // };
@@ -207,12 +207,6 @@ declare const DescribeDryRunProgressCommand_base: {
207
207
  * // ValueType: "PLAIN_TEXT" || "STRINGIFIED_JSON",
208
208
  * // },
209
209
  * // ],
210
- * // AIMLOptions: { // AIMLOptionsOutput
211
- * // NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsOutput
212
- * // DesiredState: "ENABLED" || "DISABLED",
213
- * // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
214
- * // },
215
- * // },
216
210
  * // },
217
211
  * // DryRunResults: { // DryRunResults
218
212
  * // DeploymentType: "STRING_VALUE",
@@ -161,11 +161,6 @@ declare const UpdateDomainConfigCommand_base: {
161
161
  * SoftwareUpdateOptions: { // SoftwareUpdateOptions
162
162
  * AutoSoftwareUpdateEnabled: true || false,
163
163
  * },
164
- * AIMLOptions: { // AIMLOptionsInput
165
- * NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsInput
166
- * DesiredState: "ENABLED" || "DISABLED",
167
- * },
168
- * },
169
164
  * };
170
165
  * const command = new UpdateDomainConfigCommand(input);
171
166
  * const response = await client.send(command);
@@ -396,15 +391,6 @@ declare const UpdateDomainConfigCommand_base: {
396
391
  * // ValueType: "PLAIN_TEXT" || "STRINGIFIED_JSON",
397
392
  * // },
398
393
  * // ],
399
- * // AIMLOptions: { // AIMLOptionsStatus
400
- * // Options: { // AIMLOptionsOutput
401
- * // NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsOutput
402
- * // DesiredState: "ENABLED" || "DISABLED",
403
- * // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
404
- * // },
405
- * // },
406
- * // Status: "<OptionStatus>",
407
- * // },
408
394
  * // },
409
395
  * // DryRunResults: { // DryRunResults
410
396
  * // DeploymentType: "STRING_VALUE",
@@ -828,100 +828,6 @@ export interface AdvancedSecurityOptionsStatus {
828
828
  */
829
829
  Status: OptionStatus | undefined;
830
830
  }
831
- /**
832
- * @public
833
- * @enum
834
- */
835
- export declare const NaturalLanguageQueryGenerationDesiredState: {
836
- readonly Disabled: "DISABLED";
837
- readonly Enabled: "ENABLED";
838
- };
839
- /**
840
- * @public
841
- */
842
- export type NaturalLanguageQueryGenerationDesiredState = (typeof NaturalLanguageQueryGenerationDesiredState)[keyof typeof NaturalLanguageQueryGenerationDesiredState];
843
- /**
844
- * <p>Container for parameters required to enable the natural language query generation feature.</p>
845
- * @public
846
- */
847
- export interface NaturalLanguageQueryGenerationOptionsInput {
848
- /**
849
- * <p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>
850
- * @public
851
- */
852
- DesiredState?: NaturalLanguageQueryGenerationDesiredState;
853
- }
854
- /**
855
- * <p>Container for parameters required to enable all machine learning features.</p>
856
- * @public
857
- */
858
- export interface AIMLOptionsInput {
859
- /**
860
- * <p>Container for parameters required for natural language query generation on the specified domain.</p>
861
- * @public
862
- */
863
- NaturalLanguageQueryGenerationOptions?: NaturalLanguageQueryGenerationOptionsInput;
864
- }
865
- /**
866
- * @public
867
- * @enum
868
- */
869
- export declare const NaturalLanguageQueryGenerationCurrentState: {
870
- readonly DisableComplete: "DISABLE_COMPLETE";
871
- readonly DisableFailed: "DISABLE_FAILED";
872
- readonly DisableInProgress: "DISABLE_IN_PROGRESS";
873
- readonly EnableComplete: "ENABLE_COMPLETE";
874
- readonly EnableFailed: "ENABLE_FAILED";
875
- readonly EnableInProgress: "ENABLE_IN_PROGRESS";
876
- readonly NotEnabled: "NOT_ENABLED";
877
- };
878
- /**
879
- * @public
880
- */
881
- export type NaturalLanguageQueryGenerationCurrentState = (typeof NaturalLanguageQueryGenerationCurrentState)[keyof typeof NaturalLanguageQueryGenerationCurrentState];
882
- /**
883
- * <p>Container for parameters representing the state of the natural language query generation feature on the specified domain.</p>
884
- * @public
885
- */
886
- export interface NaturalLanguageQueryGenerationOptionsOutput {
887
- /**
888
- * <p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>
889
- * @public
890
- */
891
- DesiredState?: NaturalLanguageQueryGenerationDesiredState;
892
- /**
893
- * <p>The current state of the natural language query generation feature, indicating completion, in progress, or failure.</p>
894
- * @public
895
- */
896
- CurrentState?: NaturalLanguageQueryGenerationCurrentState;
897
- }
898
- /**
899
- * <p>Container for parameters representing the state of machine learning features on the specified domain.</p>
900
- * @public
901
- */
902
- export interface AIMLOptionsOutput {
903
- /**
904
- * <p>Container for parameters required for natural language query generation on the specified domain.</p>
905
- * @public
906
- */
907
- NaturalLanguageQueryGenerationOptions?: NaturalLanguageQueryGenerationOptionsOutput;
908
- }
909
- /**
910
- * <p>The status of machine learning options on the specified domain.</p>
911
- * @public
912
- */
913
- export interface AIMLOptionsStatus {
914
- /**
915
- * <p>Machine learning options on the specified domain.</p>
916
- * @public
917
- */
918
- Options?: AIMLOptionsOutput;
919
- /**
920
- * <p>Provides the current status of an entity.</p>
921
- * @public
922
- */
923
- Status?: OptionStatus;
924
- }
925
831
  /**
926
832
  * <p>Container for the request parameters to the <code>AssociatePackage</code> operation.</p>
927
833
  * @public
@@ -2046,11 +1952,6 @@ export interface CreateDomainRequest {
2046
1952
  * @public
2047
1953
  */
2048
1954
  SoftwareUpdateOptions?: SoftwareUpdateOptions;
2049
- /**
2050
- * <p>Options for all machine learning features for the specified domain.</p>
2051
- * @public
2052
- */
2053
- AIMLOptions?: AIMLOptionsInput;
2054
1955
  }
2055
1956
  /**
2056
1957
  * @public
@@ -2449,11 +2350,6 @@ export interface DomainStatus {
2449
2350
  * @public
2450
2351
  */
2451
2352
  ModifyingProperties?: ModifyingProperties[];
2452
- /**
2453
- * <p>Container for parameters required to enable all machine learning features.</p>
2454
- * @public
2455
- */
2456
- AIMLOptions?: AIMLOptionsOutput;
2457
2353
  }
2458
2354
  /**
2459
2355
  * <p>The result of a <code>CreateDomain</code> operation. Contains the status of the newly
@@ -3858,11 +3754,6 @@ export interface DomainConfig {
3858
3754
  * @public
3859
3755
  */
3860
3756
  ModifyingProperties?: ModifyingProperties[];
3861
- /**
3862
- * <p>Container for parameters required to enable all machine learning features.</p>
3863
- * @public
3864
- */
3865
- AIMLOptions?: AIMLOptionsStatus;
3866
3757
  }
3867
3758
  /**
3868
3759
  * <p>Contains the configuration information of the requested domain.</p>
@@ -6537,11 +6428,6 @@ export interface UpdateDomainConfigRequest {
6537
6428
  * @public
6538
6429
  */
6539
6430
  SoftwareUpdateOptions?: SoftwareUpdateOptions;
6540
- /**
6541
- * <p>Options for all machine learning features for the specified domain.</p>
6542
- * @public
6543
- */
6544
- AIMLOptions?: AIMLOptionsInput;
6545
6431
  }
6546
6432
  /**
6547
6433
  * <p>The results of an <code>UpdateDomain</code> request. Contains the status of the domain being
@@ -237,40 +237,6 @@ export interface AdvancedSecurityOptionsStatus {
237
237
  Options: AdvancedSecurityOptions | undefined;
238
238
  Status: OptionStatus | undefined;
239
239
  }
240
- export declare const NaturalLanguageQueryGenerationDesiredState: {
241
- readonly Disabled: "DISABLED";
242
- readonly Enabled: "ENABLED";
243
- };
244
- export type NaturalLanguageQueryGenerationDesiredState =
245
- (typeof NaturalLanguageQueryGenerationDesiredState)[keyof typeof NaturalLanguageQueryGenerationDesiredState];
246
- export interface NaturalLanguageQueryGenerationOptionsInput {
247
- DesiredState?: NaturalLanguageQueryGenerationDesiredState;
248
- }
249
- export interface AIMLOptionsInput {
250
- NaturalLanguageQueryGenerationOptions?: NaturalLanguageQueryGenerationOptionsInput;
251
- }
252
- export declare const NaturalLanguageQueryGenerationCurrentState: {
253
- readonly DisableComplete: "DISABLE_COMPLETE";
254
- readonly DisableFailed: "DISABLE_FAILED";
255
- readonly DisableInProgress: "DISABLE_IN_PROGRESS";
256
- readonly EnableComplete: "ENABLE_COMPLETE";
257
- readonly EnableFailed: "ENABLE_FAILED";
258
- readonly EnableInProgress: "ENABLE_IN_PROGRESS";
259
- readonly NotEnabled: "NOT_ENABLED";
260
- };
261
- export type NaturalLanguageQueryGenerationCurrentState =
262
- (typeof NaturalLanguageQueryGenerationCurrentState)[keyof typeof NaturalLanguageQueryGenerationCurrentState];
263
- export interface NaturalLanguageQueryGenerationOptionsOutput {
264
- DesiredState?: NaturalLanguageQueryGenerationDesiredState;
265
- CurrentState?: NaturalLanguageQueryGenerationCurrentState;
266
- }
267
- export interface AIMLOptionsOutput {
268
- NaturalLanguageQueryGenerationOptions?: NaturalLanguageQueryGenerationOptionsOutput;
269
- }
270
- export interface AIMLOptionsStatus {
271
- Options?: AIMLOptionsOutput;
272
- Status?: OptionStatus;
273
- }
274
240
  export interface AssociatePackageRequest {
275
241
  PackageID: string | undefined;
276
242
  DomainName: string | undefined;
@@ -623,7 +589,6 @@ export interface CreateDomainRequest {
623
589
  AutoTuneOptions?: AutoTuneOptionsInput;
624
590
  OffPeakWindowOptions?: OffPeakWindowOptions;
625
591
  SoftwareUpdateOptions?: SoftwareUpdateOptions;
626
- AIMLOptions?: AIMLOptionsInput;
627
592
  }
628
593
  export declare const AutoTuneState: {
629
594
  readonly DISABLED: "DISABLED";
@@ -729,7 +694,6 @@ export interface DomainStatus {
729
694
  SoftwareUpdateOptions?: SoftwareUpdateOptions;
730
695
  DomainProcessingStatus?: DomainProcessingStatusType;
731
696
  ModifyingProperties?: ModifyingProperties[];
732
- AIMLOptions?: AIMLOptionsOutput;
733
697
  }
734
698
  export interface CreateDomainResponse {
735
699
  DomainStatus?: DomainStatus;
@@ -1095,7 +1059,6 @@ export interface DomainConfig {
1095
1059
  OffPeakWindowOptions?: OffPeakWindowOptionsStatus;
1096
1060
  SoftwareUpdateOptions?: SoftwareUpdateOptionsStatus;
1097
1061
  ModifyingProperties?: ModifyingProperties[];
1098
- AIMLOptions?: AIMLOptionsStatus;
1099
1062
  }
1100
1063
  export interface DescribeDomainConfigResponse {
1101
1064
  DomainConfig: DomainConfig | undefined;
@@ -1719,7 +1682,6 @@ export interface UpdateDomainConfigRequest {
1719
1682
  DryRunMode?: DryRunMode;
1720
1683
  OffPeakWindowOptions?: OffPeakWindowOptions;
1721
1684
  SoftwareUpdateOptions?: SoftwareUpdateOptions;
1722
- AIMLOptions?: AIMLOptionsInput;
1723
1685
  }
1724
1686
  export interface UpdateDomainConfigResponse {
1725
1687
  DomainConfig: DomainConfig | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-opensearch",
3
3
  "description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
4
- "version": "3.606.0",
4
+ "version": "3.609.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-opensearch",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.606.0",
24
- "@aws-sdk/client-sts": "3.606.0",
25
- "@aws-sdk/core": "3.598.0",
26
- "@aws-sdk/credential-provider-node": "3.600.0",
27
- "@aws-sdk/middleware-host-header": "3.598.0",
28
- "@aws-sdk/middleware-logger": "3.598.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.598.0",
30
- "@aws-sdk/middleware-user-agent": "3.598.0",
31
- "@aws-sdk/region-config-resolver": "3.598.0",
32
- "@aws-sdk/types": "3.598.0",
33
- "@aws-sdk/util-endpoints": "3.598.0",
34
- "@aws-sdk/util-user-agent-browser": "3.598.0",
35
- "@aws-sdk/util-user-agent-node": "3.598.0",
36
- "@smithy/config-resolver": "^3.0.2",
37
- "@smithy/core": "^2.2.1",
38
- "@smithy/fetch-http-handler": "^3.0.2",
39
- "@smithy/hash-node": "^3.0.1",
40
- "@smithy/invalid-dependency": "^3.0.1",
41
- "@smithy/middleware-content-length": "^3.0.1",
42
- "@smithy/middleware-endpoint": "^3.0.2",
43
- "@smithy/middleware-retry": "^3.0.4",
44
- "@smithy/middleware-serde": "^3.0.1",
45
- "@smithy/middleware-stack": "^3.0.1",
46
- "@smithy/node-config-provider": "^3.1.1",
47
- "@smithy/node-http-handler": "^3.0.1",
48
- "@smithy/protocol-http": "^4.0.1",
49
- "@smithy/smithy-client": "^3.1.2",
50
- "@smithy/types": "^3.1.0",
51
- "@smithy/url-parser": "^3.0.1",
23
+ "@aws-sdk/client-sso-oidc": "3.609.0",
24
+ "@aws-sdk/client-sts": "3.609.0",
25
+ "@aws-sdk/core": "3.609.0",
26
+ "@aws-sdk/credential-provider-node": "3.609.0",
27
+ "@aws-sdk/middleware-host-header": "3.609.0",
28
+ "@aws-sdk/middleware-logger": "3.609.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
+ "@aws-sdk/middleware-user-agent": "3.609.0",
31
+ "@aws-sdk/region-config-resolver": "3.609.0",
32
+ "@aws-sdk/types": "3.609.0",
33
+ "@aws-sdk/util-endpoints": "3.609.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.609.0",
35
+ "@aws-sdk/util-user-agent-node": "3.609.0",
36
+ "@smithy/config-resolver": "^3.0.4",
37
+ "@smithy/core": "^2.2.4",
38
+ "@smithy/fetch-http-handler": "^3.2.0",
39
+ "@smithy/hash-node": "^3.0.3",
40
+ "@smithy/invalid-dependency": "^3.0.3",
41
+ "@smithy/middleware-content-length": "^3.0.3",
42
+ "@smithy/middleware-endpoint": "^3.0.4",
43
+ "@smithy/middleware-retry": "^3.0.7",
44
+ "@smithy/middleware-serde": "^3.0.3",
45
+ "@smithy/middleware-stack": "^3.0.3",
46
+ "@smithy/node-config-provider": "^3.1.3",
47
+ "@smithy/node-http-handler": "^3.1.1",
48
+ "@smithy/protocol-http": "^4.0.3",
49
+ "@smithy/smithy-client": "^3.1.5",
50
+ "@smithy/types": "^3.3.0",
51
+ "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.4",
56
- "@smithy/util-defaults-mode-node": "^3.0.4",
57
- "@smithy/util-endpoints": "^2.0.2",
58
- "@smithy/util-middleware": "^3.0.1",
59
- "@smithy/util-retry": "^3.0.1",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.7",
56
+ "@smithy/util-defaults-mode-node": "^3.0.7",
57
+ "@smithy/util-endpoints": "^2.0.4",
58
+ "@smithy/util-middleware": "^3.0.3",
59
+ "@smithy/util-retry": "^3.0.3",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },