@aws-sdk/client-opensearch 3.699.0 → 3.709.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/README.md +40 -0
- package/dist-cjs/index.js +240 -5
- package/dist-es/OpenSearch.js +10 -0
- package/dist-es/commands/AddDirectQueryDataSourceCommand.js +22 -0
- package/dist-es/commands/DeleteDirectQueryDataSourceCommand.js +22 -0
- package/dist-es/commands/GetDirectQueryDataSourceCommand.js +22 -0
- package/dist-es/commands/ListDirectQueryDataSourcesCommand.js +22 -0
- package/dist-es/commands/UpdateDirectQueryDataSourceCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +10 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +134 -0
- package/dist-types/OpenSearch.d.ts +36 -0
- package/dist-types/OpenSearchClient.d.ts +7 -2
- package/dist-types/commands/AddDirectQueryDataSourceCommand.d.ts +110 -0
- package/dist-types/commands/AddTagsCommand.d.ts +4 -4
- package/dist-types/commands/DeleteDirectQueryDataSourceCommand.d.ts +87 -0
- package/dist-types/commands/GetDirectQueryDataSourceCommand.d.ts +102 -0
- package/dist-types/commands/ListDirectQueryDataSourcesCommand.d.ts +113 -0
- package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +1 -1
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +1 -1
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +4 -3
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +101 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +307 -298
- package/dist-types/models/models_1.d.ts +331 -4
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/OpenSearch.d.ts +86 -0
- package/dist-types/ts3.4/OpenSearchClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/AddDirectQueryDataSourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDirectQueryDataSourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetDirectQueryDataSourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDirectQueryDataSourcesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListInstanceTypeDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDirectQueryDataSourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +74 -65
- package/dist-types/ts3.4/models/models_1.d.ts +77 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +35 -35
|
@@ -454,33 +454,87 @@ export declare class ValidationException extends __BaseException {
|
|
|
454
454
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
455
455
|
}
|
|
456
456
|
/**
|
|
457
|
-
* <p>
|
|
457
|
+
* <p>
|
|
458
|
+
* Configuration details for a CloudWatch Logs data source
|
|
459
|
+
* that can be used for direct queries.
|
|
460
|
+
* </p>
|
|
458
461
|
* @public
|
|
459
462
|
*/
|
|
460
|
-
export interface
|
|
463
|
+
export interface CloudWatchDirectQueryDataSource {
|
|
461
464
|
/**
|
|
462
|
-
* <
|
|
463
|
-
*
|
|
464
|
-
*
|
|
465
|
-
*
|
|
466
|
-
* nodes and specifies the maximum number of data nodes of a given instance type a master node can
|
|
467
|
-
* support.</p>
|
|
468
|
-
* </li>
|
|
469
|
-
* <li>
|
|
470
|
-
* <p>
|
|
471
|
-
* <code>MaximumNumberOfDataNodesWithoutMasterNode</code> - This attribute only applies to
|
|
472
|
-
* data nodes and specifies the maximum number of data nodes of a given instance type can exist
|
|
473
|
-
* without a master node governing them.</p>
|
|
474
|
-
* </li>
|
|
475
|
-
* </ul>
|
|
465
|
+
* <p>
|
|
466
|
+
* The unique identifier of the IAM role that grants
|
|
467
|
+
* OpenSearch Service permission to access the specified data source.
|
|
468
|
+
* </p>
|
|
476
469
|
* @public
|
|
477
470
|
*/
|
|
478
|
-
|
|
471
|
+
RoleArn: string | undefined;
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* <p>
|
|
475
|
+
* Configuration details for a Security Lake data source
|
|
476
|
+
* that can be used for direct queries.
|
|
477
|
+
* </p>
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
480
|
+
export interface SecurityLakeDirectQueryDataSource {
|
|
479
481
|
/**
|
|
480
|
-
* <p>
|
|
482
|
+
* <p>
|
|
483
|
+
* The unique identifier of the IAM role that grants OpenSearch
|
|
484
|
+
* Service permission to access the specified data source.
|
|
485
|
+
* </p>
|
|
481
486
|
* @public
|
|
482
487
|
*/
|
|
483
|
-
|
|
488
|
+
RoleArn: string | undefined;
|
|
489
|
+
}
|
|
490
|
+
/**
|
|
491
|
+
* <p>
|
|
492
|
+
* The type of data source that is used for direct queries.
|
|
493
|
+
* This is a supported Amazon Web Services service, such as CloudWatch Logs or Security Lake.
|
|
494
|
+
* </p>
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
export type DirectQueryDataSourceType = DirectQueryDataSourceType.CloudWatchLogMember | DirectQueryDataSourceType.SecurityLakeMember | DirectQueryDataSourceType.$UnknownMember;
|
|
498
|
+
/**
|
|
499
|
+
* @public
|
|
500
|
+
*/
|
|
501
|
+
export declare namespace DirectQueryDataSourceType {
|
|
502
|
+
/**
|
|
503
|
+
* <p>
|
|
504
|
+
* Specifies CloudWatch Logs as a type of data source for direct queries.
|
|
505
|
+
* </p>
|
|
506
|
+
* @public
|
|
507
|
+
*/
|
|
508
|
+
interface CloudWatchLogMember {
|
|
509
|
+
CloudWatchLog: CloudWatchDirectQueryDataSource;
|
|
510
|
+
SecurityLake?: never;
|
|
511
|
+
$unknown?: never;
|
|
512
|
+
}
|
|
513
|
+
/**
|
|
514
|
+
* <p>
|
|
515
|
+
* Specifies Security Lake as a type of data source for direct queries.
|
|
516
|
+
* </p>
|
|
517
|
+
* @public
|
|
518
|
+
*/
|
|
519
|
+
interface SecurityLakeMember {
|
|
520
|
+
CloudWatchLog?: never;
|
|
521
|
+
SecurityLake: SecurityLakeDirectQueryDataSource;
|
|
522
|
+
$unknown?: never;
|
|
523
|
+
}
|
|
524
|
+
/**
|
|
525
|
+
* @public
|
|
526
|
+
*/
|
|
527
|
+
interface $UnknownMember {
|
|
528
|
+
CloudWatchLog?: never;
|
|
529
|
+
SecurityLake?: never;
|
|
530
|
+
$unknown: [string, any];
|
|
531
|
+
}
|
|
532
|
+
interface Visitor<T> {
|
|
533
|
+
CloudWatchLog: (value: CloudWatchDirectQueryDataSource) => T;
|
|
534
|
+
SecurityLake: (value: SecurityLakeDirectQueryDataSource) => T;
|
|
535
|
+
_: (name: string, value: any) => T;
|
|
536
|
+
}
|
|
537
|
+
const visit: <T>(value: DirectQueryDataSourceType, visitor: Visitor<T>) => T;
|
|
484
538
|
}
|
|
485
539
|
/**
|
|
486
540
|
* <p>A tag (key-value pair) for an Amazon OpenSearch Service resource.</p>
|
|
@@ -501,15 +555,96 @@ export interface Tag {
|
|
|
501
555
|
*/
|
|
502
556
|
Value: string | undefined;
|
|
503
557
|
}
|
|
558
|
+
/**
|
|
559
|
+
* @public
|
|
560
|
+
*/
|
|
561
|
+
export interface AddDirectQueryDataSourceRequest {
|
|
562
|
+
/**
|
|
563
|
+
* <p>
|
|
564
|
+
* A unique, user-defined label to identify the data source
|
|
565
|
+
* within your OpenSearch Service environment.
|
|
566
|
+
* </p>
|
|
567
|
+
* @public
|
|
568
|
+
*/
|
|
569
|
+
DataSourceName: string | undefined;
|
|
570
|
+
/**
|
|
571
|
+
* <p>
|
|
572
|
+
* The supported Amazon Web Services service that you want to use as the source for direct queries in OpenSearch Service.
|
|
573
|
+
* </p>
|
|
574
|
+
* @public
|
|
575
|
+
*/
|
|
576
|
+
DataSourceType: DirectQueryDataSourceType | undefined;
|
|
577
|
+
/**
|
|
578
|
+
* <p>
|
|
579
|
+
* An optional text field for providing additional context and details about the data source.
|
|
580
|
+
* </p>
|
|
581
|
+
* @public
|
|
582
|
+
*/
|
|
583
|
+
Description?: string | undefined;
|
|
584
|
+
/**
|
|
585
|
+
* <p>
|
|
586
|
+
* A list of Amazon Resource Names (ARNs) for the OpenSearch
|
|
587
|
+
* collections that are associated with the direct query data source.
|
|
588
|
+
* </p>
|
|
589
|
+
* @public
|
|
590
|
+
*/
|
|
591
|
+
OpenSearchArns: string[] | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* <p>A list of tags attached to a domain.</p>
|
|
594
|
+
* @public
|
|
595
|
+
*/
|
|
596
|
+
TagList?: Tag[] | undefined;
|
|
597
|
+
}
|
|
598
|
+
/**
|
|
599
|
+
* @public
|
|
600
|
+
*/
|
|
601
|
+
export interface AddDirectQueryDataSourceResponse {
|
|
602
|
+
/**
|
|
603
|
+
* <p>
|
|
604
|
+
* The unique, system-generated identifier that represents the data source.
|
|
605
|
+
* </p>
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
608
|
+
DataSourceArn?: string | undefined;
|
|
609
|
+
}
|
|
610
|
+
/**
|
|
611
|
+
* <p> List of limits that are specific to a given instance type.</p>
|
|
612
|
+
* @public
|
|
613
|
+
*/
|
|
614
|
+
export interface AdditionalLimit {
|
|
615
|
+
/**
|
|
616
|
+
* <ul>
|
|
617
|
+
* <li>
|
|
618
|
+
* <p>
|
|
619
|
+
* <code>MaximumNumberOfDataNodesSupported</code> - This attribute only applies to master
|
|
620
|
+
* nodes and specifies the maximum number of data nodes of a given instance type a master node can
|
|
621
|
+
* support.</p>
|
|
622
|
+
* </li>
|
|
623
|
+
* <li>
|
|
624
|
+
* <p>
|
|
625
|
+
* <code>MaximumNumberOfDataNodesWithoutMasterNode</code> - This attribute only applies to
|
|
626
|
+
* data nodes and specifies the maximum number of data nodes of a given instance type can exist
|
|
627
|
+
* without a master node governing them.</p>
|
|
628
|
+
* </li>
|
|
629
|
+
* </ul>
|
|
630
|
+
* @public
|
|
631
|
+
*/
|
|
632
|
+
LimitName?: string | undefined;
|
|
633
|
+
/**
|
|
634
|
+
* <p> The values of the additional instance type limits.</p>
|
|
635
|
+
* @public
|
|
636
|
+
*/
|
|
637
|
+
LimitValues?: string[] | undefined;
|
|
638
|
+
}
|
|
504
639
|
/**
|
|
505
640
|
* <p>Container for the parameters to the <code>AddTags</code> operation. Specifies the tags to
|
|
506
|
-
* attach to the domain.</p>
|
|
641
|
+
* attach to the domain, data source, or application.</p>
|
|
507
642
|
* @public
|
|
508
643
|
*/
|
|
509
644
|
export interface AddTagsRequest {
|
|
510
645
|
/**
|
|
511
|
-
* <p>Amazon Resource Name (ARN) for the OpenSearch Service domain
|
|
512
|
-
* resource tags.</p>
|
|
646
|
+
* <p>Amazon Resource Name (ARN) for the OpenSearch Service domain, data source, or application to
|
|
647
|
+
* which you want to attach resource tags.</p>
|
|
513
648
|
* @public
|
|
514
649
|
*/
|
|
515
650
|
ARN: string | undefined;
|
|
@@ -3544,6 +3679,19 @@ export interface DeleteDataSourceResponse {
|
|
|
3544
3679
|
*/
|
|
3545
3680
|
Message?: string | undefined;
|
|
3546
3681
|
}
|
|
3682
|
+
/**
|
|
3683
|
+
* @public
|
|
3684
|
+
*/
|
|
3685
|
+
export interface DeleteDirectQueryDataSourceRequest {
|
|
3686
|
+
/**
|
|
3687
|
+
* <p>
|
|
3688
|
+
* A unique, user-defined label to identify the data source
|
|
3689
|
+
* within your OpenSearch Service environment.
|
|
3690
|
+
* </p>
|
|
3691
|
+
* @public
|
|
3692
|
+
*/
|
|
3693
|
+
DataSourceName: string | undefined;
|
|
3694
|
+
}
|
|
3547
3695
|
/**
|
|
3548
3696
|
* <p>Container for the parameters to the <code>DeleteDomain</code> operation.</p>
|
|
3549
3697
|
* @public
|
|
@@ -5834,6 +5982,62 @@ export interface GetDataSourceResponse {
|
|
|
5834
5982
|
*/
|
|
5835
5983
|
Status?: DataSourceStatus | undefined;
|
|
5836
5984
|
}
|
|
5985
|
+
/**
|
|
5986
|
+
* @public
|
|
5987
|
+
*/
|
|
5988
|
+
export interface GetDirectQueryDataSourceRequest {
|
|
5989
|
+
/**
|
|
5990
|
+
* <p>
|
|
5991
|
+
* A unique, user-defined label that identifies the data source within
|
|
5992
|
+
* your OpenSearch Service environment.
|
|
5993
|
+
* </p>
|
|
5994
|
+
* @public
|
|
5995
|
+
*/
|
|
5996
|
+
DataSourceName: string | undefined;
|
|
5997
|
+
}
|
|
5998
|
+
/**
|
|
5999
|
+
* @public
|
|
6000
|
+
*/
|
|
6001
|
+
export interface GetDirectQueryDataSourceResponse {
|
|
6002
|
+
/**
|
|
6003
|
+
* <p>
|
|
6004
|
+
* A unique, user-defined label to identify the data source
|
|
6005
|
+
* within your OpenSearch Service environment.
|
|
6006
|
+
* </p>
|
|
6007
|
+
* @public
|
|
6008
|
+
*/
|
|
6009
|
+
DataSourceName?: string | undefined;
|
|
6010
|
+
/**
|
|
6011
|
+
* <p>
|
|
6012
|
+
* The supported Amazon Web Services service that is used as the source for
|
|
6013
|
+
* direct queries in OpenSearch Service.
|
|
6014
|
+
* </p>
|
|
6015
|
+
* @public
|
|
6016
|
+
*/
|
|
6017
|
+
DataSourceType?: DirectQueryDataSourceType | undefined;
|
|
6018
|
+
/**
|
|
6019
|
+
* <p>
|
|
6020
|
+
* A description that provides additional context and details about the data source.
|
|
6021
|
+
* </p>
|
|
6022
|
+
* @public
|
|
6023
|
+
*/
|
|
6024
|
+
Description?: string | undefined;
|
|
6025
|
+
/**
|
|
6026
|
+
* <p>
|
|
6027
|
+
* A list of Amazon Resource Names (ARNs) for the OpenSearch
|
|
6028
|
+
* collections that are associated with the direct query data source.
|
|
6029
|
+
* </p>
|
|
6030
|
+
* @public
|
|
6031
|
+
*/
|
|
6032
|
+
OpenSearchArns?: string[] | undefined;
|
|
6033
|
+
/**
|
|
6034
|
+
* <p>
|
|
6035
|
+
* The unique, system-generated identifier that represents the data source.
|
|
6036
|
+
* </p>
|
|
6037
|
+
* @public
|
|
6038
|
+
*/
|
|
6039
|
+
DataSourceArn?: string | undefined;
|
|
6040
|
+
}
|
|
5837
6041
|
/**
|
|
5838
6042
|
* <p>Container for the parameters to the <code>GetDomainMaintenanceStatus</code>
|
|
5839
6043
|
* operation.</p>
|
|
@@ -6321,6 +6525,87 @@ export interface ListDataSourcesResponse {
|
|
|
6321
6525
|
*/
|
|
6322
6526
|
DataSources?: DataSourceDetails[] | undefined;
|
|
6323
6527
|
}
|
|
6528
|
+
/**
|
|
6529
|
+
* @public
|
|
6530
|
+
*/
|
|
6531
|
+
export interface ListDirectQueryDataSourcesRequest {
|
|
6532
|
+
/**
|
|
6533
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value of
|
|
6534
|
+
* <code>nextToken</code> is a unique pagination token for each page. Send the request again using the
|
|
6535
|
+
* returned token to retrieve the next page.</p>
|
|
6536
|
+
* @public
|
|
6537
|
+
*/
|
|
6538
|
+
NextToken?: string | undefined;
|
|
6539
|
+
}
|
|
6540
|
+
/**
|
|
6541
|
+
* <p>
|
|
6542
|
+
* The configuration details for a data source that can be directly queried.
|
|
6543
|
+
* </p>
|
|
6544
|
+
* @public
|
|
6545
|
+
*/
|
|
6546
|
+
export interface DirectQueryDataSource {
|
|
6547
|
+
/**
|
|
6548
|
+
* <p>
|
|
6549
|
+
* A unique, user-defined label to identify the data source
|
|
6550
|
+
* within your OpenSearch Service environment.
|
|
6551
|
+
* </p>
|
|
6552
|
+
* @public
|
|
6553
|
+
*/
|
|
6554
|
+
DataSourceName?: string | undefined;
|
|
6555
|
+
/**
|
|
6556
|
+
* <p>
|
|
6557
|
+
* The supported Amazon Web Services service that is used as the source for direct queries in OpenSearch Service.
|
|
6558
|
+
* </p>
|
|
6559
|
+
* @public
|
|
6560
|
+
*/
|
|
6561
|
+
DataSourceType?: DirectQueryDataSourceType | undefined;
|
|
6562
|
+
/**
|
|
6563
|
+
* <p>
|
|
6564
|
+
* A description that provides additional context and details about the data source.</p>
|
|
6565
|
+
* @public
|
|
6566
|
+
*/
|
|
6567
|
+
Description?: string | undefined;
|
|
6568
|
+
/**
|
|
6569
|
+
* <p>
|
|
6570
|
+
* A list of Amazon Resource Names (ARNs) for the OpenSearch
|
|
6571
|
+
* collections that are associated with the direct query data source.
|
|
6572
|
+
* </p>
|
|
6573
|
+
* @public
|
|
6574
|
+
*/
|
|
6575
|
+
OpenSearchArns?: string[] | undefined;
|
|
6576
|
+
/**
|
|
6577
|
+
* <p>
|
|
6578
|
+
* The unique, system-generated identifier that represents the data source.</p>
|
|
6579
|
+
* @public
|
|
6580
|
+
*/
|
|
6581
|
+
DataSourceArn?: string | undefined;
|
|
6582
|
+
/**
|
|
6583
|
+
* <p>
|
|
6584
|
+
* A list of tags attached to a direct query data source.</p>
|
|
6585
|
+
* @public
|
|
6586
|
+
*/
|
|
6587
|
+
TagList?: Tag[] | undefined;
|
|
6588
|
+
}
|
|
6589
|
+
/**
|
|
6590
|
+
* @public
|
|
6591
|
+
*/
|
|
6592
|
+
export interface ListDirectQueryDataSourcesResponse {
|
|
6593
|
+
/**
|
|
6594
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value of
|
|
6595
|
+
* <code>nextToken</code> is a unique pagination token for each page. Send the request again using the
|
|
6596
|
+
* returned token to retrieve the next page.</p>
|
|
6597
|
+
* @public
|
|
6598
|
+
*/
|
|
6599
|
+
NextToken?: string | undefined;
|
|
6600
|
+
/**
|
|
6601
|
+
* <p>
|
|
6602
|
+
* A list of the direct query data sources that are returned by
|
|
6603
|
+
* the <code>ListDirectQueryDataSources</code> API operation.
|
|
6604
|
+
* </p>
|
|
6605
|
+
* @public
|
|
6606
|
+
*/
|
|
6607
|
+
DirectQueryDataSources?: DirectQueryDataSource[] | undefined;
|
|
6608
|
+
}
|
|
6324
6609
|
/**
|
|
6325
6610
|
* <p>Container for the parameters to the <code>ListDomainMaintenances</code>
|
|
6326
6611
|
* operation.</p>
|
|
@@ -6515,282 +6800,6 @@ export interface ListDomainsForPackageResponse {
|
|
|
6515
6800
|
*/
|
|
6516
6801
|
NextToken?: string | undefined;
|
|
6517
6802
|
}
|
|
6518
|
-
/**
|
|
6519
|
-
* @public
|
|
6520
|
-
*/
|
|
6521
|
-
export interface ListInstanceTypeDetailsRequest {
|
|
6522
|
-
/**
|
|
6523
|
-
* <p>The version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y.
|
|
6524
|
-
* Defaults to the latest version of OpenSearch.</p>
|
|
6525
|
-
* @public
|
|
6526
|
-
*/
|
|
6527
|
-
EngineVersion: string | undefined;
|
|
6528
|
-
/**
|
|
6529
|
-
* <p>The name of the domain.</p>
|
|
6530
|
-
* @public
|
|
6531
|
-
*/
|
|
6532
|
-
DomainName?: string | undefined;
|
|
6533
|
-
/**
|
|
6534
|
-
* <p>An optional parameter that specifies the maximum number of results to return. You can use
|
|
6535
|
-
* <code>nextToken</code> to get the next page of results.</p>
|
|
6536
|
-
* @public
|
|
6537
|
-
*/
|
|
6538
|
-
MaxResults?: number | undefined;
|
|
6539
|
-
/**
|
|
6540
|
-
* <p>If your initial <code>ListInstanceTypeDetails</code> operation returns a
|
|
6541
|
-
* <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent
|
|
6542
|
-
* <code>ListInstanceTypeDetails</code> operations, which returns results in the next page.</p>
|
|
6543
|
-
* @public
|
|
6544
|
-
*/
|
|
6545
|
-
NextToken?: string | undefined;
|
|
6546
|
-
/**
|
|
6547
|
-
* <p>An optional parameter that specifies the Availability Zones for the domain.</p>
|
|
6548
|
-
* @public
|
|
6549
|
-
*/
|
|
6550
|
-
RetrieveAZs?: boolean | undefined;
|
|
6551
|
-
/**
|
|
6552
|
-
* <p>An optional parameter that lists information for a given instance type.</p>
|
|
6553
|
-
* @public
|
|
6554
|
-
*/
|
|
6555
|
-
InstanceType?: string | undefined;
|
|
6556
|
-
}
|
|
6557
|
-
/**
|
|
6558
|
-
* <p>Lists all instance types and available features for a given OpenSearch or Elasticsearch
|
|
6559
|
-
* version.</p>
|
|
6560
|
-
* @public
|
|
6561
|
-
*/
|
|
6562
|
-
export interface InstanceTypeDetails {
|
|
6563
|
-
/**
|
|
6564
|
-
* <p>The instance type.</p>
|
|
6565
|
-
* @public
|
|
6566
|
-
*/
|
|
6567
|
-
InstanceType?: OpenSearchPartitionInstanceType | undefined;
|
|
6568
|
-
/**
|
|
6569
|
-
* <p>Whether encryption at rest and node-to-node encryption are supported for the instance
|
|
6570
|
-
* type.</p>
|
|
6571
|
-
* @public
|
|
6572
|
-
*/
|
|
6573
|
-
EncryptionEnabled?: boolean | undefined;
|
|
6574
|
-
/**
|
|
6575
|
-
* <p>Whether Amazon Cognito access is supported for the instance type.</p>
|
|
6576
|
-
* @public
|
|
6577
|
-
*/
|
|
6578
|
-
CognitoEnabled?: boolean | undefined;
|
|
6579
|
-
/**
|
|
6580
|
-
* <p>Whether logging is supported for the instance type.</p>
|
|
6581
|
-
* @public
|
|
6582
|
-
*/
|
|
6583
|
-
AppLogsEnabled?: boolean | undefined;
|
|
6584
|
-
/**
|
|
6585
|
-
* <p>Whether fine-grained access control is supported for the instance type.</p>
|
|
6586
|
-
* @public
|
|
6587
|
-
*/
|
|
6588
|
-
AdvancedSecurityEnabled?: boolean | undefined;
|
|
6589
|
-
/**
|
|
6590
|
-
* <p>Whether UltraWarm is supported for the instance type.</p>
|
|
6591
|
-
* @public
|
|
6592
|
-
*/
|
|
6593
|
-
WarmEnabled?: boolean | undefined;
|
|
6594
|
-
/**
|
|
6595
|
-
* <p>Whether the instance acts as a data node, a dedicated master node, or an UltraWarm
|
|
6596
|
-
* node.</p>
|
|
6597
|
-
* @public
|
|
6598
|
-
*/
|
|
6599
|
-
InstanceRole?: string[] | undefined;
|
|
6600
|
-
/**
|
|
6601
|
-
* <p>The supported Availability Zones for the instance type.</p>
|
|
6602
|
-
* @public
|
|
6603
|
-
*/
|
|
6604
|
-
AvailabilityZones?: string[] | undefined;
|
|
6605
|
-
}
|
|
6606
|
-
/**
|
|
6607
|
-
* @public
|
|
6608
|
-
*/
|
|
6609
|
-
export interface ListInstanceTypeDetailsResponse {
|
|
6610
|
-
/**
|
|
6611
|
-
* <p>Lists all supported instance types and features for the given OpenSearch or Elasticsearch
|
|
6612
|
-
* version.</p>
|
|
6613
|
-
* @public
|
|
6614
|
-
*/
|
|
6615
|
-
InstanceTypeDetails?: InstanceTypeDetails[] | undefined;
|
|
6616
|
-
/**
|
|
6617
|
-
* <p>When <code>nextToken</code> is returned, there are more results available. The value of
|
|
6618
|
-
* <code>nextToken</code> is a unique pagination token for each page. Send the request again using the
|
|
6619
|
-
* returned token to retrieve the next page.</p>
|
|
6620
|
-
* @public
|
|
6621
|
-
*/
|
|
6622
|
-
NextToken?: string | undefined;
|
|
6623
|
-
}
|
|
6624
|
-
/**
|
|
6625
|
-
* <p>Container for the request parameters to the <code>ListPackagesForDomain</code> operation.</p>
|
|
6626
|
-
* @public
|
|
6627
|
-
*/
|
|
6628
|
-
export interface ListPackagesForDomainRequest {
|
|
6629
|
-
/**
|
|
6630
|
-
* <p>The name of the domain for which you want to list associated packages.</p>
|
|
6631
|
-
* @public
|
|
6632
|
-
*/
|
|
6633
|
-
DomainName: string | undefined;
|
|
6634
|
-
/**
|
|
6635
|
-
* <p>An optional parameter that specifies the maximum number of results to return. You can use
|
|
6636
|
-
* <code>nextToken</code> to get the next page of results.</p>
|
|
6637
|
-
* @public
|
|
6638
|
-
*/
|
|
6639
|
-
MaxResults?: number | undefined;
|
|
6640
|
-
/**
|
|
6641
|
-
* <p>If your initial <code>ListPackagesForDomain</code> operation returns a
|
|
6642
|
-
* <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent
|
|
6643
|
-
* <code>ListPackagesForDomain</code> operations, which returns results in the next page.</p>
|
|
6644
|
-
* @public
|
|
6645
|
-
*/
|
|
6646
|
-
NextToken?: string | undefined;
|
|
6647
|
-
}
|
|
6648
|
-
/**
|
|
6649
|
-
* <p>Container for the response parameters to the <code>ListPackagesForDomain</code> operation.</p>
|
|
6650
|
-
* @public
|
|
6651
|
-
*/
|
|
6652
|
-
export interface ListPackagesForDomainResponse {
|
|
6653
|
-
/**
|
|
6654
|
-
* <p>List of all packages associated with a domain.</p>
|
|
6655
|
-
* @public
|
|
6656
|
-
*/
|
|
6657
|
-
DomainPackageDetailsList?: DomainPackageDetails[] | undefined;
|
|
6658
|
-
/**
|
|
6659
|
-
* <p>When <code>nextToken</code> is returned, there are more results available. The value of
|
|
6660
|
-
* <code>nextToken</code> is a unique pagination token for each page. Send the request again using the
|
|
6661
|
-
* returned token to retrieve the next page.</p>
|
|
6662
|
-
* @public
|
|
6663
|
-
*/
|
|
6664
|
-
NextToken?: string | undefined;
|
|
6665
|
-
}
|
|
6666
|
-
/**
|
|
6667
|
-
* @public
|
|
6668
|
-
*/
|
|
6669
|
-
export interface ListScheduledActionsRequest {
|
|
6670
|
-
/**
|
|
6671
|
-
* <p>The name of the domain.</p>
|
|
6672
|
-
* @public
|
|
6673
|
-
*/
|
|
6674
|
-
DomainName: string | undefined;
|
|
6675
|
-
/**
|
|
6676
|
-
* <p>An optional parameter that specifies the maximum number of results to return. You can use
|
|
6677
|
-
* <code>nextToken</code> to get the next page of results.</p>
|
|
6678
|
-
* @public
|
|
6679
|
-
*/
|
|
6680
|
-
MaxResults?: number | undefined;
|
|
6681
|
-
/**
|
|
6682
|
-
* <p>If your initial <code>ListScheduledActions</code> operation returns a <code>nextToken</code>, you
|
|
6683
|
-
* can include the returned <code>nextToken</code> in subsequent <code>ListScheduledActions</code>
|
|
6684
|
-
* operations, which returns results in the next page.</p>
|
|
6685
|
-
* @public
|
|
6686
|
-
*/
|
|
6687
|
-
NextToken?: string | undefined;
|
|
6688
|
-
}
|
|
6689
|
-
/**
|
|
6690
|
-
* @public
|
|
6691
|
-
* @enum
|
|
6692
|
-
*/
|
|
6693
|
-
export declare const ScheduledBy: {
|
|
6694
|
-
readonly CUSTOMER: "CUSTOMER";
|
|
6695
|
-
readonly SYSTEM: "SYSTEM";
|
|
6696
|
-
};
|
|
6697
|
-
/**
|
|
6698
|
-
* @public
|
|
6699
|
-
*/
|
|
6700
|
-
export type ScheduledBy = (typeof ScheduledBy)[keyof typeof ScheduledBy];
|
|
6701
|
-
/**
|
|
6702
|
-
* <p>Information about a scheduled configuration change for an OpenSearch Service domain. This
|
|
6703
|
-
* actions can be a <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">service software
|
|
6704
|
-
* update</a> or a <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html#auto-tune-types">blue/green
|
|
6705
|
-
* Auto-Tune enhancement</a>.</p>
|
|
6706
|
-
* @public
|
|
6707
|
-
*/
|
|
6708
|
-
export interface ScheduledAction {
|
|
6709
|
-
/**
|
|
6710
|
-
* <p>The unique identifier of the scheduled action.</p>
|
|
6711
|
-
* @public
|
|
6712
|
-
*/
|
|
6713
|
-
Id: string | undefined;
|
|
6714
|
-
/**
|
|
6715
|
-
* <p>The type of action that will be taken on the domain.</p>
|
|
6716
|
-
* @public
|
|
6717
|
-
*/
|
|
6718
|
-
Type: ActionType | undefined;
|
|
6719
|
-
/**
|
|
6720
|
-
* <p>The severity of the action.</p>
|
|
6721
|
-
* @public
|
|
6722
|
-
*/
|
|
6723
|
-
Severity: ActionSeverity | undefined;
|
|
6724
|
-
/**
|
|
6725
|
-
* <p>The time when the change is scheduled to happen.</p>
|
|
6726
|
-
* @public
|
|
6727
|
-
*/
|
|
6728
|
-
ScheduledTime: number | undefined;
|
|
6729
|
-
/**
|
|
6730
|
-
* <p>A description of the action to be taken.</p>
|
|
6731
|
-
* @public
|
|
6732
|
-
*/
|
|
6733
|
-
Description?: string | undefined;
|
|
6734
|
-
/**
|
|
6735
|
-
* <p>Whether the action was scheduled manually (<code>CUSTOMER</code>, or by OpenSearch Service automatically (<code>SYSTEM</code>).</p>
|
|
6736
|
-
* @public
|
|
6737
|
-
*/
|
|
6738
|
-
ScheduledBy?: ScheduledBy | undefined;
|
|
6739
|
-
/**
|
|
6740
|
-
* <p>The current status of the scheduled action.</p>
|
|
6741
|
-
* @public
|
|
6742
|
-
*/
|
|
6743
|
-
Status?: ActionStatus | undefined;
|
|
6744
|
-
/**
|
|
6745
|
-
* <p>Whether the action is required or optional.</p>
|
|
6746
|
-
* @public
|
|
6747
|
-
*/
|
|
6748
|
-
Mandatory?: boolean | undefined;
|
|
6749
|
-
/**
|
|
6750
|
-
* <p>Whether or not the scheduled action is cancellable.</p>
|
|
6751
|
-
* @public
|
|
6752
|
-
*/
|
|
6753
|
-
Cancellable?: boolean | undefined;
|
|
6754
|
-
}
|
|
6755
|
-
/**
|
|
6756
|
-
* @public
|
|
6757
|
-
*/
|
|
6758
|
-
export interface ListScheduledActionsResponse {
|
|
6759
|
-
/**
|
|
6760
|
-
* <p>A list of actions that are scheduled for the domain.</p>
|
|
6761
|
-
* @public
|
|
6762
|
-
*/
|
|
6763
|
-
ScheduledActions?: ScheduledAction[] | undefined;
|
|
6764
|
-
/**
|
|
6765
|
-
* <p>When <code>nextToken</code> is returned, there are more results available. The value of
|
|
6766
|
-
* <code>nextToken</code> is a unique pagination token for each page. Send the request again using the
|
|
6767
|
-
* returned token to retrieve the next page.</p>
|
|
6768
|
-
* @public
|
|
6769
|
-
*/
|
|
6770
|
-
NextToken?: string | undefined;
|
|
6771
|
-
}
|
|
6772
|
-
/**
|
|
6773
|
-
* <p>Container for the parameters to the <code>ListTags</code> operation.</p>
|
|
6774
|
-
* @public
|
|
6775
|
-
*/
|
|
6776
|
-
export interface ListTagsRequest {
|
|
6777
|
-
/**
|
|
6778
|
-
* <p>Amazon Resource Name (ARN) for the domain to view tags for.</p>
|
|
6779
|
-
* @public
|
|
6780
|
-
*/
|
|
6781
|
-
ARN: string | undefined;
|
|
6782
|
-
}
|
|
6783
|
-
/**
|
|
6784
|
-
* <p>The results of a <code>ListTags</code> operation.</p>
|
|
6785
|
-
* @public
|
|
6786
|
-
*/
|
|
6787
|
-
export interface ListTagsResponse {
|
|
6788
|
-
/**
|
|
6789
|
-
* <p>List of resource tags associated with the specified domain.</p>
|
|
6790
|
-
* @public
|
|
6791
|
-
*/
|
|
6792
|
-
TagList?: Tag[] | undefined;
|
|
6793
|
-
}
|
|
6794
6803
|
/**
|
|
6795
6804
|
* @internal
|
|
6796
6805
|
*/
|