@aws-sdk/client-opensearch 3.857.0 → 3.858.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 (38) hide show
  1. package/dist-cjs/index.js +1 -0
  2. package/dist-es/protocols/Aws_restJson1.js +1 -0
  3. package/dist-types/commands/AddDataSourceCommand.d.ts +1 -2
  4. package/dist-types/commands/AddDirectQueryDataSourceCommand.d.ts +4 -2
  5. package/dist-types/commands/AssociatePackageCommand.d.ts +2 -1
  6. package/dist-types/commands/AssociatePackagesCommand.d.ts +1 -2
  7. package/dist-types/commands/CreateApplicationCommand.d.ts +1 -2
  8. package/dist-types/commands/CreateDomainCommand.d.ts +10 -0
  9. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -2
  10. package/dist-types/commands/DeleteDirectQueryDataSourceCommand.d.ts +3 -1
  11. package/dist-types/commands/DeleteDomainCommand.d.ts +5 -0
  12. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +1 -2
  13. package/dist-types/commands/DescribeDomainCommand.d.ts +5 -0
  14. package/dist-types/commands/DescribeDomainConfigCommand.d.ts +5 -0
  15. package/dist-types/commands/DescribeDomainHealthCommand.d.ts +1 -2
  16. package/dist-types/commands/DescribeDomainsCommand.d.ts +5 -0
  17. package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +7 -2
  18. package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +1 -2
  19. package/dist-types/commands/GetDirectQueryDataSourceCommand.d.ts +4 -2
  20. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +2 -3
  21. package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -3
  22. package/dist-types/commands/ListDirectQueryDataSourcesCommand.d.ts +4 -2
  23. package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +1 -2
  25. package/dist-types/commands/ListScheduledActionsCommand.d.ts +1 -1
  26. package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +2 -2
  27. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -2
  28. package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +4 -2
  29. package/dist-types/commands/UpdateDomainConfigCommand.d.ts +12 -1
  30. package/dist-types/commands/UpdatePackageScopeCommand.d.ts +1 -2
  31. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
  32. package/dist-types/models/models_0.d.ts +363 -380
  33. package/dist-types/models/models_1.d.ts +101 -57
  34. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +2 -4
  35. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +4 -2
  36. package/dist-types/ts3.4/models/models_0.d.ts +12 -8
  37. package/dist-types/ts3.4/models/models_1.d.ts +9 -0
  38. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -3580,6 +3580,7 @@ var de_AdvancedSecurityOptions = /* @__PURE__ */ __name((output, context) => {
3580
3580
  AnonymousAuthDisableDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AnonymousAuthDisableDate"),
3581
3581
  AnonymousAuthEnabled: import_smithy_client.expectBoolean,
3582
3582
  Enabled: import_smithy_client.expectBoolean,
3583
+ IAMFederationOptions: import_smithy_client._json,
3583
3584
  InternalUserDatabaseEnabled: import_smithy_client.expectBoolean,
3584
3585
  JWTOptions: import_smithy_client._json,
3585
3586
  SAMLOptions: import_smithy_client._json
@@ -2427,6 +2427,7 @@ const de_AdvancedSecurityOptions = (output, context) => {
2427
2427
  AnonymousAuthDisableDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2428
2428
  AnonymousAuthEnabled: __expectBoolean,
2429
2429
  Enabled: __expectBoolean,
2430
+ IAMFederationOptions: _json,
2430
2431
  InternalUserDatabaseEnabled: __expectBoolean,
2431
2432
  JWTOptions: _json,
2432
2433
  SAMLOptions: _json,
@@ -28,8 +28,7 @@ declare const AddDataSourceCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Creates a new direct-query data source to the specified domain. For more information, see
31
- * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html">Creating Amazon
32
- * OpenSearch Service data source integrations with Amazon S3</a>.</p>
31
+ * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html">Creating Amazon OpenSearch Service data source integrations with Amazon S3</a>.</p>
33
32
  * @example
34
33
  * Use a bare-bones client and the command you need to make an API call.
35
34
  * ```javascript
@@ -27,8 +27,10 @@ declare const AddDirectQueryDataSourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Adds a new data source in Amazon OpenSearch Service so that you can perform direct queries
31
- * on external data. </p>
30
+ * <p>
31
+ * Adds a new data source in Amazon OpenSearch Service
32
+ * so that you can perform direct queries on external data.
33
+ * </p>
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
34
36
  * ```javascript
@@ -28,7 +28,8 @@ declare const AssociatePackageCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Associates a package with an Amazon OpenSearch Service domain. For more information, see
31
- * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages for Amazon OpenSearch Service</a>.</p>
31
+ * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages
32
+ * for Amazon OpenSearch Service</a>.</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -27,8 +27,7 @@ declare const AssociatePackagesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Operation in the Amazon OpenSearch Service API for associating multiple packages with a
31
- * domain simultaneously.</p>
30
+ * <p>Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const CreateApplicationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an OpenSearch UI application. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/application.html">Using the OpenSearch user
31
- * interface in Amazon OpenSearch Service</a>.</p>
30
+ * <p>Creates an OpenSearch UI application. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/application.html">Using the OpenSearch user interface in Amazon OpenSearch Service</a>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -140,6 +140,11 @@ declare const CreateDomainCommand_base: {
140
140
  * RolesKey: "STRING_VALUE",
141
141
  * PublicKey: "STRING_VALUE",
142
142
  * },
143
+ * IAMFederationOptions: { // IAMFederationOptionsInput
144
+ * Enabled: true || false,
145
+ * SubjectKey: "STRING_VALUE",
146
+ * RolesKey: "STRING_VALUE",
147
+ * },
143
148
  * AnonymousAuthEnabled: true || false,
144
149
  * },
145
150
  * IdentityCenterOptions: { // IdentityCenterOptionsInput
@@ -317,6 +322,11 @@ declare const CreateDomainCommand_base: {
317
322
  * // RolesKey: "STRING_VALUE",
318
323
  * // PublicKey: "STRING_VALUE",
319
324
  * // },
325
+ * // IAMFederationOptions: { // IAMFederationOptionsOutput
326
+ * // Enabled: true || false,
327
+ * // SubjectKey: "STRING_VALUE",
328
+ * // RolesKey: "STRING_VALUE",
329
+ * // },
320
330
  * // AnonymousAuthDisableDate: new Date("TIMESTAMP"),
321
331
  * // AnonymousAuthEnabled: true || false,
322
332
  * // },
@@ -27,8 +27,7 @@ declare const DeleteDataSourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a direct-query data source. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-delete.html">Deleting an Amazon
31
- * OpenSearch Service data source with Amazon S3</a>.</p>
30
+ * <p>Deletes a direct-query data source. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-delete.html">Deleting an Amazon OpenSearch Service data source with Amazon S3</a>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,7 +27,9 @@ declare const DeleteDirectQueryDataSourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Deletes a previously configured direct query data source from Amazon OpenSearch Service.
30
+ * <p>
31
+ * Deletes a previously configured direct query data
32
+ * source from Amazon OpenSearch Service.
31
33
  * </p>
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -166,6 +166,11 @@ declare const DeleteDomainCommand_base: {
166
166
  * // RolesKey: "STRING_VALUE",
167
167
  * // PublicKey: "STRING_VALUE",
168
168
  * // },
169
+ * // IAMFederationOptions: { // IAMFederationOptionsOutput
170
+ * // Enabled: true || false,
171
+ * // SubjectKey: "STRING_VALUE",
172
+ * // RolesKey: "STRING_VALUE",
173
+ * // },
169
174
  * // AnonymousAuthDisableDate: new Date("TIMESTAMP"),
170
175
  * // AnonymousAuthEnabled: true || false,
171
176
  * // },
@@ -28,8 +28,7 @@ declare const DescribeDomainChangeProgressCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Returns information about the current blue/green deployment happening on an Amazon
31
- * OpenSearch Service domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html">Making
32
- * configuration changes in Amazon OpenSearch Service</a>.</p>
31
+ * OpenSearch Service domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html">Making configuration changes in Amazon OpenSearch Service</a>.</p>
33
32
  * @example
34
33
  * Use a bare-bones client and the command you need to make an API call.
35
34
  * ```javascript
@@ -166,6 +166,11 @@ declare const DescribeDomainCommand_base: {
166
166
  * // RolesKey: "STRING_VALUE",
167
167
  * // PublicKey: "STRING_VALUE",
168
168
  * // },
169
+ * // IAMFederationOptions: { // IAMFederationOptionsOutput
170
+ * // Enabled: true || false,
171
+ * // SubjectKey: "STRING_VALUE",
172
+ * // RolesKey: "STRING_VALUE",
173
+ * // },
169
174
  * // AnonymousAuthDisableDate: new Date("TIMESTAMP"),
170
175
  * // AnonymousAuthEnabled: true || false,
171
176
  * // },
@@ -212,6 +212,11 @@ declare const DescribeDomainConfigCommand_base: {
212
212
  * // RolesKey: "STRING_VALUE",
213
213
  * // PublicKey: "STRING_VALUE",
214
214
  * // },
215
+ * // IAMFederationOptions: { // IAMFederationOptionsOutput
216
+ * // Enabled: true || false,
217
+ * // SubjectKey: "STRING_VALUE",
218
+ * // RolesKey: "STRING_VALUE",
219
+ * // },
215
220
  * // AnonymousAuthDisableDate: new Date("TIMESTAMP"),
216
221
  * // AnonymousAuthEnabled: true || false,
217
222
  * // },
@@ -27,8 +27,7 @@ declare const DescribeDomainHealthCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns information about domain and node health, the standby Availability Zone, number of
31
- * nodes per Availability Zone, and shard count per node.</p>
30
+ * <p>Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -169,6 +169,11 @@ declare const DescribeDomainsCommand_base: {
169
169
  * // RolesKey: "STRING_VALUE",
170
170
  * // PublicKey: "STRING_VALUE",
171
171
  * // },
172
+ * // IAMFederationOptions: { // IAMFederationOptionsOutput
173
+ * // Enabled: true || false,
174
+ * // SubjectKey: "STRING_VALUE",
175
+ * // RolesKey: "STRING_VALUE",
176
+ * // },
172
177
  * // AnonymousAuthDisableDate: new Date("TIMESTAMP"),
173
178
  * // AnonymousAuthEnabled: true || false,
174
179
  * // },
@@ -27,8 +27,8 @@ declare const DescribeDryRunProgressCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service
31
- * domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes#dryrun">Determining whether a change will cause a blue/green deployment</a>.</p>
30
+ * <p>Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch
31
+ * Service domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes#dryrun">Determining whether a change will cause a blue/green deployment</a>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -180,6 +180,11 @@ declare const DescribeDryRunProgressCommand_base: {
180
180
  * // RolesKey: "STRING_VALUE",
181
181
  * // PublicKey: "STRING_VALUE",
182
182
  * // },
183
+ * // IAMFederationOptions: { // IAMFederationOptionsOutput
184
+ * // Enabled: true || false,
185
+ * // SubjectKey: "STRING_VALUE",
186
+ * // RolesKey: "STRING_VALUE",
187
+ * // },
183
188
  * // AnonymousAuthDisableDate: new Date("TIMESTAMP"),
184
189
  * // AnonymousAuthEnabled: true || false,
185
190
  * // },
@@ -28,8 +28,7 @@ declare const DescribeReservedInstanceOfferingsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given
31
- * Region. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ri.html">Reserved Instances in Amazon OpenSearch
32
- * Service</a>.</p>
31
+ * Region. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ri.html">Reserved Instances in Amazon OpenSearch Service</a>.</p>
33
32
  * @example
34
33
  * Use a bare-bones client and the command you need to make an API call.
35
34
  * ```javascript
@@ -27,8 +27,10 @@ declare const GetDirectQueryDataSourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Returns detailed configuration information for a specific direct query data source in
31
- * Amazon OpenSearch Service. </p>
30
+ * <p>
31
+ * Returns detailed configuration information for
32
+ * a specific direct query data source in Amazon OpenSearch Service.
33
+ * </p>
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
34
36
  * ```javascript
@@ -27,9 +27,8 @@ declare const GetPackageVersionHistoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of Amazon OpenSearch Service package versions, along with their creation
31
- * time, commit message, and plugin properties (if the package is a zip plugin package). For more
32
- * information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages for Amazon
30
+ * <p>Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and plugin properties (if the
31
+ * package is a zip plugin package). For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages for Amazon
33
32
  * OpenSearch Service</a>.</p>
34
33
  * @example
35
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,9 +27,9 @@ declare const ListDataSourcesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists direct-query data sources for a specific domain. For more information, see For more
31
- * information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3.html">Working with Amazon
32
- * OpenSearch Service direct queries with Amazon S3</a>.</p>
30
+ * <p>Lists direct-query data sources for a specific domain. For more information, see
31
+ * For more information, see
32
+ * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3.html">Working with Amazon OpenSearch Service direct queries with Amazon S3</a>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -27,8 +27,10 @@ declare const ListDirectQueryDataSourcesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Lists an inventory of all the direct query data sources that you have configured within
31
- * Amazon OpenSearch Service. </p>
30
+ * <p>
31
+ * Lists an inventory of all the direct query data sources that you
32
+ * have configured within Amazon OpenSearch Service.
33
+ * </p>
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
34
36
  * ```javascript
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
3
+ import { ListDomainNamesRequest } from "../models/models_0";
4
+ import { ListDomainNamesResponse } from "../models/models_1";
4
5
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
6
  /**
6
7
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListDomainsForPackageRequest } from "../models/models_0";
4
- import { ListDomainsForPackageResponse } from "../models/models_1";
3
+ import { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../models/models_1";
5
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
6
5
  /**
7
6
  * @public
@@ -30,7 +30,7 @@ declare const ListScheduledActionsCommand_base: {
30
30
  * <p>Retrieves a list of configuration changes that are scheduled for a domain. These changes can
31
31
  * be <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">service software
32
32
  * updates</a> or <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html#auto-tune-types">blue/green
33
- * Auto-Tune enhancements</a>.</p>
33
+ * Auto-Tune enhancements</a>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -27,8 +27,8 @@ declare const StartDomainMaintenanceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts the node maintenance process on the data node. These processes can include a node
31
- * reboot, an Opensearch or Elasticsearch process restart, or a Dashboard or Kibana restart.</p>
30
+ * <p>Starts the node maintenance process on the data node. These processes can include a node reboot, an Opensearch or Elasticsearch process restart,
31
+ * or a Dashboard or Kibana restart.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -27,8 +27,8 @@ declare const UpdateDataSourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates a direct-query data source. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html">Working with Amazon
31
- * OpenSearch Service data source integrations with Amazon S3</a>.</p>
30
+ * <p>Updates a direct-query data source. For more information, see
31
+ * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html">Working with Amazon OpenSearch Service data source integrations with Amazon S3</a>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -27,8 +27,10 @@ declare const UpdateDirectQueryDataSourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Updates the configuration or properties of an existing direct query data source in Amazon
31
- * OpenSearch Service. </p>
30
+ * <p>
31
+ * Updates the configuration or properties of an existing
32
+ * direct query data source in Amazon OpenSearch Service.
33
+ * </p>
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
34
36
  * ```javascript
@@ -27,7 +27,8 @@ declare const UpdateDomainConfigCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.</p>
30
+ * <p>Modifies the cluster configuration of the specified Amazon OpenSearch Service
31
+ * domain.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -139,6 +140,11 @@ declare const UpdateDomainConfigCommand_base: {
139
140
  * RolesKey: "STRING_VALUE",
140
141
  * PublicKey: "STRING_VALUE",
141
142
  * },
143
+ * IAMFederationOptions: { // IAMFederationOptionsInput
144
+ * Enabled: true || false,
145
+ * SubjectKey: "STRING_VALUE",
146
+ * RolesKey: "STRING_VALUE",
147
+ * },
142
148
  * AnonymousAuthEnabled: true || false,
143
149
  * },
144
150
  * IdentityCenterOptions: { // IdentityCenterOptionsInput
@@ -360,6 +366,11 @@ declare const UpdateDomainConfigCommand_base: {
360
366
  * // RolesKey: "STRING_VALUE",
361
367
  * // PublicKey: "STRING_VALUE",
362
368
  * // },
369
+ * // IAMFederationOptions: { // IAMFederationOptionsOutput
370
+ * // Enabled: true || false,
371
+ * // SubjectKey: "STRING_VALUE",
372
+ * // RolesKey: "STRING_VALUE",
373
+ * // },
363
374
  * // AnonymousAuthDisableDate: new Date("TIMESTAMP"),
364
375
  * // AnonymousAuthEnabled: true || false,
365
376
  * // },
@@ -27,8 +27,7 @@ declare const UpdatePackageScopeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the scope of a package. Scope of the package defines users who can view and
31
- * associate a package.</p>
30
+ * <p>Updates the scope of a package. Scope of the package defines users who can view and associate a package.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -30,7 +30,7 @@ declare const UpdateScheduledActionCommand_base: {
30
30
  * <p>Reschedules a planned domain configuration change for a later time. This change can be a
31
31
  * scheduled <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">service software
32
32
  * update</a> or a <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html#auto-tune-types">blue/green
33
- * Auto-Tune enhancement</a>.</p>
33
+ * Auto-Tune enhancement</a>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript