aws-sdk-opensearchservice 1.65.0 → 1.66.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opensearchservice/client.rb +33 -27
- data/lib/aws-sdk-opensearchservice/types.rb +137 -115
- data/lib/aws-sdk-opensearchservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6e62e3b42c273de12acd2f603d468de941c4ca44f2132d1e3f89e3875254cfe
|
4
|
+
data.tar.gz: f10aa065bddbd36657fc58effb2ae96c8036e76c52684064f064e9c02e90e3cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b3cf09011c031f7d98d3ac12086b1eba766d4dd3d9e4b053fadc9956e8adb998d5c0333ce25c6f67502f17def62f399820bc905892afc66d719d4d145c3f035
|
7
|
+
data.tar.gz: 3c93bc1f0592d6a559b1cfac7cf112cb9197ff5a02b7db4c679ca62b89183d8b5f4e7865bf5f50227e968e29b882c7fdad6cd78413d98eb6c0290c3fde155df8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -920,29 +920,34 @@ module Aws::OpenSearchService
|
|
920
920
|
req.send_request(options)
|
921
921
|
end
|
922
922
|
|
923
|
-
# Creates an OpenSearch
|
923
|
+
# Creates an OpenSearch UI application. For more information, see [Using
|
924
|
+
# the OpenSearch user interface in Amazon OpenSearch Service][1].
|
925
|
+
#
|
926
|
+
#
|
927
|
+
#
|
928
|
+
# [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/application.html
|
924
929
|
#
|
925
930
|
# @option params [String] :client_token
|
926
|
-
#
|
927
|
-
#
|
931
|
+
# Unique, case-sensitive identifier to ensure idempotency of the
|
932
|
+
# request.
|
928
933
|
#
|
929
934
|
# **A suitable default value is auto-generated.** You should normally
|
930
935
|
# not need to pass this option.**
|
931
936
|
#
|
932
937
|
# @option params [required, String] :name
|
933
|
-
#
|
934
|
-
#
|
935
|
-
# Web Services Region.
|
938
|
+
# The unique name of the OpenSearch application. Names must be unique
|
939
|
+
# within an Amazon Web Services Region for each account.
|
936
940
|
#
|
937
941
|
# @option params [Array<Types::DataSource>] :data_sources
|
938
|
-
#
|
942
|
+
# The data sources to link to the OpenSearch application.
|
939
943
|
#
|
940
944
|
# @option params [Types::IamIdentityCenterOptionsInput] :iam_identity_center_options
|
941
|
-
#
|
945
|
+
# Configuration settings for integrating Amazon Web Services IAM
|
946
|
+
# Identity Center with the OpenSearch application.
|
942
947
|
#
|
943
948
|
# @option params [Array<Types::AppConfig>] :app_configs
|
944
|
-
#
|
945
|
-
#
|
949
|
+
# Configuration settings for the OpenSearch application, including
|
950
|
+
# administrative options.
|
946
951
|
#
|
947
952
|
# @option params [Array<Types::Tag>] :tag_list
|
948
953
|
# A list of tags attached to a domain.
|
@@ -1129,7 +1134,8 @@ module Aws::OpenSearchService
|
|
1129
1134
|
# Options for fine-grained access control.
|
1130
1135
|
#
|
1131
1136
|
# @option params [Types::IdentityCenterOptionsInput] :identity_center_options
|
1132
|
-
#
|
1137
|
+
# Configuration options for enabling and managing IAM Identity Center
|
1138
|
+
# integration within a domain.
|
1133
1139
|
#
|
1134
1140
|
# @option params [Array<Types::Tag>] :tag_list
|
1135
1141
|
# List of tags to add to the domain upon creation.
|
@@ -1670,11 +1676,10 @@ module Aws::OpenSearchService
|
|
1670
1676
|
req.send_request(options)
|
1671
1677
|
end
|
1672
1678
|
|
1673
|
-
# Deletes
|
1679
|
+
# Deletes a specified OpenSearch application.
|
1674
1680
|
#
|
1675
1681
|
# @option params [required, String] :id
|
1676
|
-
#
|
1677
|
-
# delete.
|
1682
|
+
# The unique identifier of the OpenSearch application to delete.
|
1678
1683
|
#
|
1679
1684
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1680
1685
|
#
|
@@ -3495,11 +3500,11 @@ module Aws::OpenSearchService
|
|
3495
3500
|
req.send_request(options)
|
3496
3501
|
end
|
3497
3502
|
|
3498
|
-
#
|
3499
|
-
#
|
3503
|
+
# Retrieves the configuration and status of an existing OpenSearch
|
3504
|
+
# application.
|
3500
3505
|
#
|
3501
3506
|
# @option params [required, String] :id
|
3502
|
-
#
|
3507
|
+
# The unique identifier of the OpenSearch application to retrieve.
|
3503
3508
|
#
|
3504
3509
|
# @return [Types::GetApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3505
3510
|
#
|
@@ -3854,7 +3859,7 @@ module Aws::OpenSearchService
|
|
3854
3859
|
req.send_request(options)
|
3855
3860
|
end
|
3856
3861
|
|
3857
|
-
#
|
3862
|
+
# Lists all OpenSearch applications under your account.
|
3858
3863
|
#
|
3859
3864
|
# @option params [String] :next_token
|
3860
3865
|
# When `nextToken` is returned, there are more results available. The
|
@@ -3862,9 +3867,9 @@ module Aws::OpenSearchService
|
|
3862
3867
|
# the request again using the returned token to retrieve the next page.
|
3863
3868
|
#
|
3864
3869
|
# @option params [Array<String>] :statuses
|
3865
|
-
#
|
3866
|
-
#
|
3867
|
-
# `
|
3870
|
+
# Filters the list of OpenSearch applications by status. Possible
|
3871
|
+
# values: `CREATING`, `UPDATING`, `DELETING`, `FAILED`, `ACTIVE`, and
|
3872
|
+
# `DELETED`.
|
3868
3873
|
#
|
3869
3874
|
# @option params [Integer] :max_results
|
3870
3875
|
# An optional parameter that specifies the maximum number of results to
|
@@ -4783,16 +4788,17 @@ module Aws::OpenSearchService
|
|
4783
4788
|
req.send_request(options)
|
4784
4789
|
end
|
4785
4790
|
|
4786
|
-
#
|
4791
|
+
# Updates the configuration and settings of an existing OpenSearch
|
4792
|
+
# application.
|
4787
4793
|
#
|
4788
4794
|
# @option params [required, String] :id
|
4789
|
-
#
|
4795
|
+
# The unique identifier for the OpenSearch application to be updated.
|
4790
4796
|
#
|
4791
4797
|
# @option params [Array<Types::DataSource>] :data_sources
|
4792
|
-
#
|
4798
|
+
# The data sources to associate with the OpenSearch application.
|
4793
4799
|
#
|
4794
4800
|
# @option params [Array<Types::AppConfig>] :app_configs
|
4795
|
-
#
|
4801
|
+
# The configuration settings to modify for the OpenSearch application.
|
4796
4802
|
#
|
4797
4803
|
# @return [Types::UpdateApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4798
4804
|
#
|
@@ -5041,7 +5047,7 @@ module Aws::OpenSearchService
|
|
5041
5047
|
# Options for fine-grained access control.
|
5042
5048
|
#
|
5043
5049
|
# @option params [Types::IdentityCenterOptionsInput] :identity_center_options
|
5044
|
-
#
|
5050
|
+
# Configuration settings for enabling and managing IAM Identity Center.
|
5045
5051
|
#
|
5046
5052
|
# @option params [Types::AutoTuneOptions] :auto_tune_options
|
5047
5053
|
# Options for Auto-Tune.
|
@@ -5787,7 +5793,7 @@ module Aws::OpenSearchService
|
|
5787
5793
|
tracer: tracer
|
5788
5794
|
)
|
5789
5795
|
context[:gem_name] = 'aws-sdk-opensearchservice'
|
5790
|
-
context[:gem_version] = '1.
|
5796
|
+
context[:gem_version] = '1.66.0'
|
5791
5797
|
Seahorse::Client::Request.new(handlers, context)
|
5792
5798
|
end
|
5793
5799
|
|
@@ -460,15 +460,21 @@ module Aws::OpenSearchService
|
|
460
460
|
include Aws::Structure
|
461
461
|
end
|
462
462
|
|
463
|
-
#
|
463
|
+
# Configuration settings for an OpenSearch application. For more
|
464
|
+
# information, see see [Using the OpenSearch user interface in Amazon
|
465
|
+
# OpenSearch Service][1].
|
466
|
+
#
|
467
|
+
#
|
468
|
+
#
|
469
|
+
# [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/application.html
|
464
470
|
#
|
465
471
|
# @!attribute [rw] key
|
466
|
-
#
|
467
|
-
#
|
472
|
+
# The configuration item to set, such as the admin role for the
|
473
|
+
# OpenSearch application.
|
468
474
|
# @return [String]
|
469
475
|
#
|
470
476
|
# @!attribute [rw] value
|
471
|
-
#
|
477
|
+
# The value assigned to the configuration key, such as an IAM user
|
472
478
|
# ARN.
|
473
479
|
# @return [String]
|
474
480
|
#
|
@@ -481,10 +487,10 @@ module Aws::OpenSearchService
|
|
481
487
|
include Aws::Structure
|
482
488
|
end
|
483
489
|
|
484
|
-
# Basic
|
490
|
+
# Basic details of an OpenSearch application.
|
485
491
|
#
|
486
492
|
# @!attribute [rw] id
|
487
|
-
#
|
493
|
+
# The unique identifier of an OpenSearch application.
|
488
494
|
# @return [String]
|
489
495
|
#
|
490
496
|
# @!attribute [rw] arn
|
@@ -498,24 +504,25 @@ module Aws::OpenSearchService
|
|
498
504
|
# @return [String]
|
499
505
|
#
|
500
506
|
# @!attribute [rw] name
|
501
|
-
#
|
507
|
+
# The name of an OpenSearch application.
|
502
508
|
# @return [String]
|
503
509
|
#
|
504
510
|
# @!attribute [rw] endpoint
|
505
|
-
#
|
511
|
+
# The endpoint URL of an OpenSearch application.
|
506
512
|
# @return [String]
|
507
513
|
#
|
508
514
|
# @!attribute [rw] status
|
509
|
-
#
|
510
|
-
# `UPDATING
|
515
|
+
# The current status of an OpenSearch application. Possible values:
|
516
|
+
# `CREATING`, `UPDATING`, `DELETING`, `FAILED`, `ACTIVE`, and
|
517
|
+
# `DELETED`.
|
511
518
|
# @return [String]
|
512
519
|
#
|
513
520
|
# @!attribute [rw] created_at
|
514
|
-
#
|
521
|
+
# The timestamp when an OpenSearch application was created.
|
515
522
|
# @return [Time]
|
516
523
|
#
|
517
524
|
# @!attribute [rw] last_updated_at
|
518
|
-
#
|
525
|
+
# The timestamp of the last update to an OpenSearch application.
|
519
526
|
# @return [Time]
|
520
527
|
#
|
521
528
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ApplicationSummary AWS API Documentation
|
@@ -1497,30 +1504,30 @@ module Aws::OpenSearchService
|
|
1497
1504
|
end
|
1498
1505
|
|
1499
1506
|
# @!attribute [rw] client_token
|
1500
|
-
#
|
1501
|
-
#
|
1507
|
+
# Unique, case-sensitive identifier to ensure idempotency of the
|
1508
|
+
# request.
|
1502
1509
|
#
|
1503
1510
|
# **A suitable default value is auto-generated.** You should normally
|
1504
1511
|
# not need to pass this option.
|
1505
1512
|
# @return [String]
|
1506
1513
|
#
|
1507
1514
|
# @!attribute [rw] name
|
1508
|
-
#
|
1509
|
-
#
|
1510
|
-
# Web Services Region.
|
1515
|
+
# The unique name of the OpenSearch application. Names must be unique
|
1516
|
+
# within an Amazon Web Services Region for each account.
|
1511
1517
|
# @return [String]
|
1512
1518
|
#
|
1513
1519
|
# @!attribute [rw] data_sources
|
1514
|
-
#
|
1520
|
+
# The data sources to link to the OpenSearch application.
|
1515
1521
|
# @return [Array<Types::DataSource>]
|
1516
1522
|
#
|
1517
1523
|
# @!attribute [rw] iam_identity_center_options
|
1518
|
-
#
|
1524
|
+
# Configuration settings for integrating Amazon Web Services IAM
|
1525
|
+
# Identity Center with the OpenSearch application.
|
1519
1526
|
# @return [Types::IamIdentityCenterOptionsInput]
|
1520
1527
|
#
|
1521
1528
|
# @!attribute [rw] app_configs
|
1522
|
-
#
|
1523
|
-
#
|
1529
|
+
# Configuration settings for the OpenSearch application, including
|
1530
|
+
# administrative options.
|
1524
1531
|
# @return [Array<Types::AppConfig>]
|
1525
1532
|
#
|
1526
1533
|
# @!attribute [rw] tag_list
|
@@ -1541,11 +1548,11 @@ module Aws::OpenSearchService
|
|
1541
1548
|
end
|
1542
1549
|
|
1543
1550
|
# @!attribute [rw] id
|
1544
|
-
#
|
1551
|
+
# The unique identifier assigned to the OpenSearch application.
|
1545
1552
|
# @return [String]
|
1546
1553
|
#
|
1547
1554
|
# @!attribute [rw] name
|
1548
|
-
#
|
1555
|
+
# The name of the OpenSearch application.
|
1549
1556
|
# @return [String]
|
1550
1557
|
#
|
1551
1558
|
# @!attribute [rw] arn
|
@@ -1559,17 +1566,17 @@ module Aws::OpenSearchService
|
|
1559
1566
|
# @return [String]
|
1560
1567
|
#
|
1561
1568
|
# @!attribute [rw] data_sources
|
1562
|
-
#
|
1569
|
+
# The data sources linked to the OpenSearch application.
|
1563
1570
|
# @return [Array<Types::DataSource>]
|
1564
1571
|
#
|
1565
1572
|
# @!attribute [rw] iam_identity_center_options
|
1566
|
-
#
|
1567
|
-
#
|
1573
|
+
# The IAM Identity Center settings configured for the OpenSearch
|
1574
|
+
# application.
|
1568
1575
|
# @return [Types::IamIdentityCenterOptions]
|
1569
1576
|
#
|
1570
1577
|
# @!attribute [rw] app_configs
|
1571
|
-
#
|
1572
|
-
#
|
1578
|
+
# Configuration settings for the OpenSearch application, including
|
1579
|
+
# administrative options.
|
1573
1580
|
# @return [Array<Types::AppConfig>]
|
1574
1581
|
#
|
1575
1582
|
# @!attribute [rw] tag_list
|
@@ -1577,7 +1584,8 @@ module Aws::OpenSearchService
|
|
1577
1584
|
# @return [Array<Types::Tag>]
|
1578
1585
|
#
|
1579
1586
|
# @!attribute [rw] created_at
|
1580
|
-
#
|
1587
|
+
# The timestamp indicating when the OpenSearch application was
|
1588
|
+
# created.
|
1581
1589
|
# @return [Time]
|
1582
1590
|
#
|
1583
1591
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateApplicationResponse AWS API Documentation
|
@@ -1716,7 +1724,8 @@ module Aws::OpenSearchService
|
|
1716
1724
|
# @return [Types::AdvancedSecurityOptionsInput]
|
1717
1725
|
#
|
1718
1726
|
# @!attribute [rw] identity_center_options
|
1719
|
-
#
|
1727
|
+
# Configuration options for enabling and managing IAM Identity Center
|
1728
|
+
# integration within a domain.
|
1720
1729
|
# @return [Types::IdentityCenterOptionsInput]
|
1721
1730
|
#
|
1722
1731
|
# @!attribute [rw] tag_list
|
@@ -2065,8 +2074,7 @@ module Aws::OpenSearchService
|
|
2065
2074
|
end
|
2066
2075
|
|
2067
2076
|
# @!attribute [rw] id
|
2068
|
-
#
|
2069
|
-
# delete.
|
2077
|
+
# The unique identifier of the OpenSearch application to delete.
|
2070
2078
|
# @return [String]
|
2071
2079
|
#
|
2072
2080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeleteApplicationRequest AWS API Documentation
|
@@ -3233,7 +3241,8 @@ module Aws::OpenSearchService
|
|
3233
3241
|
# @return [Types::AdvancedSecurityOptionsStatus]
|
3234
3242
|
#
|
3235
3243
|
# @!attribute [rw] identity_center_options
|
3236
|
-
#
|
3244
|
+
# Configuration options for enabling and managing IAM Identity Center
|
3245
|
+
# integration within a domain.
|
3237
3246
|
# @return [Types::IdentityCenterOptionsStatus]
|
3238
3247
|
#
|
3239
3248
|
# @!attribute [rw] auto_tune_options
|
@@ -3448,7 +3457,7 @@ module Aws::OpenSearchService
|
|
3448
3457
|
# @return [String]
|
3449
3458
|
#
|
3450
3459
|
# @!attribute [rw] node_type
|
3451
|
-
# Indicates whether the nodes is a data, master, or
|
3460
|
+
# Indicates whether the nodes is a data, master, or UltraWarm node.
|
3452
3461
|
# @return [String]
|
3453
3462
|
#
|
3454
3463
|
# @!attribute [rw] availability_zone
|
@@ -3468,8 +3477,8 @@ module Aws::OpenSearchService
|
|
3468
3477
|
# @return [String]
|
3469
3478
|
#
|
3470
3479
|
# @!attribute [rw] storage_volume_type
|
3471
|
-
# If the nodes has EBS storage, indicates if the volume type is
|
3472
|
-
#
|
3480
|
+
# If the nodes has EBS storage, indicates if the volume type is gp2 or
|
3481
|
+
# gp3. Only applicable for data nodes.
|
3473
3482
|
# @return [String]
|
3474
3483
|
#
|
3475
3484
|
# @!attribute [rw] storage_size
|
@@ -3703,7 +3712,8 @@ module Aws::OpenSearchService
|
|
3703
3712
|
# @return [Types::AdvancedSecurityOptions]
|
3704
3713
|
#
|
3705
3714
|
# @!attribute [rw] identity_center_options
|
3706
|
-
#
|
3715
|
+
# Configuration options for controlling IAM Identity Center
|
3716
|
+
# integration within a domain.
|
3707
3717
|
# @return [Types::IdentityCenterOptions]
|
3708
3718
|
#
|
3709
3719
|
# @!attribute [rw] auto_tune_options
|
@@ -4028,7 +4038,7 @@ module Aws::OpenSearchService
|
|
4028
4038
|
end
|
4029
4039
|
|
4030
4040
|
# @!attribute [rw] id
|
4031
|
-
#
|
4041
|
+
# The unique identifier of the OpenSearch application to retrieve.
|
4032
4042
|
# @return [String]
|
4033
4043
|
#
|
4034
4044
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/GetApplicationRequest AWS API Documentation
|
@@ -4040,7 +4050,7 @@ module Aws::OpenSearchService
|
|
4040
4050
|
end
|
4041
4051
|
|
4042
4052
|
# @!attribute [rw] id
|
4043
|
-
#
|
4053
|
+
# The unique identifier of the OpenSearch application.
|
4044
4054
|
# @return [String]
|
4045
4055
|
#
|
4046
4056
|
# @!attribute [rw] arn
|
@@ -4054,38 +4064,38 @@ module Aws::OpenSearchService
|
|
4054
4064
|
# @return [String]
|
4055
4065
|
#
|
4056
4066
|
# @!attribute [rw] name
|
4057
|
-
#
|
4067
|
+
# The name of the OpenSearch application.
|
4058
4068
|
# @return [String]
|
4059
4069
|
#
|
4060
4070
|
# @!attribute [rw] endpoint
|
4061
|
-
#
|
4071
|
+
# The endpoint URL of the OpenSearch application.
|
4062
4072
|
# @return [String]
|
4063
4073
|
#
|
4064
4074
|
# @!attribute [rw] status
|
4065
|
-
#
|
4066
|
-
#
|
4067
|
-
#
|
4075
|
+
# The current status of the OpenSearch application. Possible values:
|
4076
|
+
# `CREATING`, `UPDATING`, `DELETING`, `FAILED`, `ACTIVE`, and
|
4077
|
+
# `DELETED`.
|
4068
4078
|
# @return [String]
|
4069
4079
|
#
|
4070
4080
|
# @!attribute [rw] iam_identity_center_options
|
4071
|
-
# IAM Identity Center settings for the
|
4081
|
+
# The IAM Identity Center settings configured for the OpenSearch
|
4082
|
+
# application.
|
4072
4083
|
# @return [Types::IamIdentityCenterOptions]
|
4073
4084
|
#
|
4074
4085
|
# @!attribute [rw] data_sources
|
4075
|
-
#
|
4086
|
+
# The data sources associated with the OpenSearch application.
|
4076
4087
|
# @return [Array<Types::DataSource>]
|
4077
4088
|
#
|
4078
4089
|
# @!attribute [rw] app_configs
|
4079
|
-
#
|
4090
|
+
# The configuration settings of the OpenSearch application.
|
4080
4091
|
# @return [Array<Types::AppConfig>]
|
4081
4092
|
#
|
4082
4093
|
# @!attribute [rw] created_at
|
4083
|
-
#
|
4094
|
+
# The timestamp when the OpenSearch application was created.
|
4084
4095
|
# @return [Time]
|
4085
4096
|
#
|
4086
4097
|
# @!attribute [rw] last_updated_at
|
4087
|
-
#
|
4088
|
-
# updated.
|
4098
|
+
# The timestamp of the last update to the OpenSearch application.
|
4089
4099
|
# @return [Time]
|
4090
4100
|
#
|
4091
4101
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/GetApplicationResponse AWS API Documentation
|
@@ -4466,10 +4476,12 @@ module Aws::OpenSearchService
|
|
4466
4476
|
include Aws::Structure
|
4467
4477
|
end
|
4468
4478
|
|
4469
|
-
#
|
4479
|
+
# Configuration settings for IAM Identity Center in an OpenSearch
|
4480
|
+
# Application.
|
4470
4481
|
#
|
4471
4482
|
# @!attribute [rw] enabled
|
4472
|
-
# IAM Identity Center is enabled for the OpenSearch
|
4483
|
+
# Indicates whether IAM Identity Center is enabled for the OpenSearch
|
4484
|
+
# Application.
|
4473
4485
|
# @return [Boolean]
|
4474
4486
|
#
|
4475
4487
|
# @!attribute [rw] iam_identity_center_instance_arn
|
@@ -4483,9 +4495,8 @@ module Aws::OpenSearchService
|
|
4483
4495
|
# @return [String]
|
4484
4496
|
#
|
4485
4497
|
# @!attribute [rw] iam_role_for_identity_center_application_arn
|
4486
|
-
# Amazon Resource Name of the IAM
|
4487
|
-
#
|
4488
|
-
# Center.
|
4498
|
+
# The Amazon Resource Name (ARN) of the IAM role assigned to the IAM
|
4499
|
+
# Identity Center application for the OpenSearch Application.
|
4489
4500
|
# @return [String]
|
4490
4501
|
#
|
4491
4502
|
# @!attribute [rw] iam_identity_center_application_arn
|
@@ -4509,10 +4520,10 @@ module Aws::OpenSearchService
|
|
4509
4520
|
include Aws::Structure
|
4510
4521
|
end
|
4511
4522
|
|
4512
|
-
#
|
4523
|
+
# Configuration settings for enabling and managing IAM Identity Center.
|
4513
4524
|
#
|
4514
4525
|
# @!attribute [rw] enabled
|
4515
|
-
#
|
4526
|
+
# Specifies whether IAM Identity Center is enabled or disabled.
|
4516
4527
|
# @return [Boolean]
|
4517
4528
|
#
|
4518
4529
|
# @!attribute [rw] iam_identity_center_instance_arn
|
@@ -4526,7 +4537,8 @@ module Aws::OpenSearchService
|
|
4526
4537
|
# @return [String]
|
4527
4538
|
#
|
4528
4539
|
# @!attribute [rw] iam_role_for_identity_center_application_arn
|
4529
|
-
#
|
4540
|
+
# The ARN of the IAM role associated with the IAM Identity Center
|
4541
|
+
# application.
|
4530
4542
|
# @return [String]
|
4531
4543
|
#
|
4532
4544
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/IamIdentityCenterOptionsInput AWS API Documentation
|
@@ -4539,34 +4551,38 @@ module Aws::OpenSearchService
|
|
4539
4551
|
include Aws::Structure
|
4540
4552
|
end
|
4541
4553
|
|
4542
|
-
#
|
4554
|
+
# Settings container for integrating IAM Identity Center with OpenSearch
|
4555
|
+
# UI applications, which enables enabling secure user authentication and
|
4556
|
+
# access control across multiple data sources. This setup supports
|
4557
|
+
# single sign-on (SSO) through IAM Identity Center, allowing centralized
|
4558
|
+
# user management.
|
4543
4559
|
#
|
4544
4560
|
# @!attribute [rw] enabled_api_access
|
4545
|
-
#
|
4546
|
-
#
|
4561
|
+
# Indicates whether IAM Identity Center is enabled for the
|
4562
|
+
# application.
|
4547
4563
|
# @return [Boolean]
|
4548
4564
|
#
|
4549
4565
|
# @!attribute [rw] identity_center_instance_arn
|
4550
|
-
# The ARN
|
4566
|
+
# The Amazon Resource Name (ARN) of the IAM Identity Center instance.
|
4551
4567
|
# @return [String]
|
4552
4568
|
#
|
4553
4569
|
# @!attribute [rw] subject_key
|
4554
|
-
#
|
4555
|
-
# email)
|
4570
|
+
# Specifies the attribute that contains the subject identifier (such
|
4571
|
+
# as username, user ID, or email) in IAM Identity Center.
|
4556
4572
|
# @return [String]
|
4557
4573
|
#
|
4558
4574
|
# @!attribute [rw] roles_key
|
4559
|
-
#
|
4560
|
-
#
|
4575
|
+
# Specifies the attribute that contains the backend role identifier
|
4576
|
+
# (such as group name or group ID) in IAM Identity Center.
|
4561
4577
|
# @return [String]
|
4562
4578
|
#
|
4563
4579
|
# @!attribute [rw] identity_center_application_arn
|
4564
|
-
# The ARN
|
4565
|
-
#
|
4580
|
+
# The ARN of the IAM Identity Center application that integrates with
|
4581
|
+
# Amazon OpenSearch Service.
|
4566
4582
|
# @return [String]
|
4567
4583
|
#
|
4568
4584
|
# @!attribute [rw] identity_store_id
|
4569
|
-
# The
|
4585
|
+
# The identifier of the IAM Identity Store.
|
4570
4586
|
# @return [String]
|
4571
4587
|
#
|
4572
4588
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/IdentityCenterOptions AWS API Documentation
|
@@ -4582,26 +4598,27 @@ module Aws::OpenSearchService
|
|
4582
4598
|
include Aws::Structure
|
4583
4599
|
end
|
4584
4600
|
|
4585
|
-
#
|
4601
|
+
# Configuration settings for enabling and managing IAM Identity Center.
|
4586
4602
|
#
|
4587
4603
|
# @!attribute [rw] enabled_api_access
|
4588
|
-
#
|
4589
|
-
# OpenSearch Service.
|
4604
|
+
# Indicates whether IAM Identity Center is enabled for API access in
|
4605
|
+
# Amazon OpenSearch Service.
|
4590
4606
|
# @return [Boolean]
|
4591
4607
|
#
|
4592
4608
|
# @!attribute [rw] identity_center_instance_arn
|
4593
|
-
# The ARN
|
4594
|
-
# Identity Center
|
4609
|
+
# The ARN of the IAM Identity Center instance used to create an
|
4610
|
+
# OpenSearch UI application that uses IAM Identity Center for
|
4611
|
+
# authentication.
|
4595
4612
|
# @return [String]
|
4596
4613
|
#
|
4597
4614
|
# @!attribute [rw] subject_key
|
4598
|
-
#
|
4599
|
-
# email)
|
4615
|
+
# Specifies the attribute that contains the subject identifier (such
|
4616
|
+
# as username, user ID, or email) in IAM Identity Center.
|
4600
4617
|
# @return [String]
|
4601
4618
|
#
|
4602
4619
|
# @!attribute [rw] roles_key
|
4603
|
-
#
|
4604
|
-
#
|
4620
|
+
# Specifies the attribute that contains the backend role identifier
|
4621
|
+
# (such as group name or group ID) in IAM Identity Center.
|
4605
4622
|
# @return [String]
|
4606
4623
|
#
|
4607
4624
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/IdentityCenterOptionsInput AWS API Documentation
|
@@ -4615,14 +4632,15 @@ module Aws::OpenSearchService
|
|
4615
4632
|
include Aws::Structure
|
4616
4633
|
end
|
4617
4634
|
|
4618
|
-
# The status of IAM Identity Center
|
4635
|
+
# The status of IAM Identity Center configuration settings for a domain.
|
4619
4636
|
#
|
4620
4637
|
# @!attribute [rw] options
|
4621
|
-
#
|
4638
|
+
# Configuration settings for IAM Identity Center integration.
|
4622
4639
|
# @return [Types::IdentityCenterOptions]
|
4623
4640
|
#
|
4624
4641
|
# @!attribute [rw] status
|
4625
|
-
# The status of IAM Identity Center
|
4642
|
+
# The status of IAM Identity Center configuration settings for a
|
4643
|
+
# domain.
|
4626
4644
|
# @return [Types::OptionStatus]
|
4627
4645
|
#
|
4628
4646
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/IdentityCenterOptionsStatus AWS API Documentation
|
@@ -4944,9 +4962,9 @@ module Aws::OpenSearchService
|
|
4944
4962
|
# @return [String]
|
4945
4963
|
#
|
4946
4964
|
# @!attribute [rw] statuses
|
4947
|
-
#
|
4948
|
-
#
|
4949
|
-
# `
|
4965
|
+
# Filters the list of OpenSearch applications by status. Possible
|
4966
|
+
# values: `CREATING`, `UPDATING`, `DELETING`, `FAILED`, `ACTIVE`, and
|
4967
|
+
# `DELETED`.
|
4950
4968
|
# @return [Array<String>]
|
4951
4969
|
#
|
4952
4970
|
# @!attribute [rw] max_results
|
@@ -4965,8 +4983,8 @@ module Aws::OpenSearchService
|
|
4965
4983
|
end
|
4966
4984
|
|
4967
4985
|
# @!attribute [rw] application_summaries
|
4968
|
-
#
|
4969
|
-
# endpoint, status,
|
4986
|
+
# Summarizes OpenSearch applications, including ID, ARN, name,
|
4987
|
+
# endpoint, status, creation time, and last update time.
|
4970
4988
|
# @return [Array<Types::ApplicationSummary>]
|
4971
4989
|
#
|
4972
4990
|
# @!attribute [rw] next_token
|
@@ -5710,19 +5728,20 @@ module Aws::OpenSearchService
|
|
5710
5728
|
include Aws::Structure
|
5711
5729
|
end
|
5712
5730
|
|
5713
|
-
#
|
5731
|
+
# Configuration options for defining the setup of any node type within
|
5732
|
+
# the cluster.
|
5714
5733
|
#
|
5715
5734
|
# @!attribute [rw] enabled
|
5716
|
-
# A boolean
|
5717
|
-
#
|
5735
|
+
# A boolean value indicating whether a specific node type is active or
|
5736
|
+
# inactive.
|
5718
5737
|
# @return [Boolean]
|
5719
5738
|
#
|
5720
5739
|
# @!attribute [rw] type
|
5721
|
-
# The instance type of a particular node
|
5740
|
+
# The instance type of a particular node within the cluster.
|
5722
5741
|
# @return [String]
|
5723
5742
|
#
|
5724
5743
|
# @!attribute [rw] count
|
5725
|
-
# The number of nodes of a
|
5744
|
+
# The number of nodes of a specific type within the cluster.
|
5726
5745
|
# @return [Integer]
|
5727
5746
|
#
|
5728
5747
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/NodeConfig AWS API Documentation
|
@@ -5735,14 +5754,14 @@ module Aws::OpenSearchService
|
|
5735
5754
|
include Aws::Structure
|
5736
5755
|
end
|
5737
5756
|
|
5738
|
-
#
|
5757
|
+
# Configuration settings for defining the node type within a cluster.
|
5739
5758
|
#
|
5740
5759
|
# @!attribute [rw] node_type
|
5741
|
-
#
|
5760
|
+
# Defines the type of node, such as coordinating nodes.
|
5742
5761
|
# @return [String]
|
5743
5762
|
#
|
5744
5763
|
# @!attribute [rw] node_config
|
5745
|
-
#
|
5764
|
+
# Configuration options for defining the setup of any node type.
|
5746
5765
|
# @return [Types::NodeConfig]
|
5747
5766
|
#
|
5748
5767
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/NodeOption AWS API Documentation
|
@@ -6112,8 +6131,8 @@ module Aws::OpenSearchService
|
|
6112
6131
|
# @return [Array<String>]
|
6113
6132
|
#
|
6114
6133
|
# @!attribute [rw] package_owner
|
6115
|
-
# The owner of the package who is allowed to create
|
6116
|
-
# and add users to the package scope.
|
6134
|
+
# The owner of the package who is allowed to create and update a
|
6135
|
+
# package and add users to the package scope.
|
6117
6136
|
# @return [String]
|
6118
6137
|
#
|
6119
6138
|
# @!attribute [rw] package_vending_options
|
@@ -6121,7 +6140,7 @@ module Aws::OpenSearchService
|
|
6121
6140
|
# @return [Types::PackageVendingOptions]
|
6122
6141
|
#
|
6123
6142
|
# @!attribute [rw] package_encryption_options
|
6124
|
-
#
|
6143
|
+
# Encryption options for a package.
|
6125
6144
|
# @return [Types::PackageEncryptionOptions]
|
6126
6145
|
#
|
6127
6146
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/PackageDetails AWS API Documentation
|
@@ -6154,8 +6173,8 @@ module Aws::OpenSearchService
|
|
6154
6173
|
# @return [String]
|
6155
6174
|
#
|
6156
6175
|
# @!attribute [rw] prerequisite_package_id_list
|
6157
|
-
# List of package IDs that must be
|
6158
|
-
#
|
6176
|
+
# List of package IDs that must be linked to the domain before or
|
6177
|
+
# simultaneously with the package association.
|
6159
6178
|
# @return [Array<String>]
|
6160
6179
|
#
|
6161
6180
|
# @!attribute [rw] association_configuration
|
@@ -6180,7 +6199,7 @@ module Aws::OpenSearchService
|
|
6180
6199
|
# @return [String]
|
6181
6200
|
#
|
6182
6201
|
# @!attribute [rw] encryption_enabled
|
6183
|
-
#
|
6202
|
+
# Whether encryption is enabled for the package.
|
6184
6203
|
# @return [Boolean]
|
6185
6204
|
#
|
6186
6205
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/PackageEncryptionOptions AWS API Documentation
|
@@ -6211,12 +6230,12 @@ module Aws::OpenSearchService
|
|
6211
6230
|
include Aws::Structure
|
6212
6231
|
end
|
6213
6232
|
|
6214
|
-
#
|
6215
|
-
#
|
6233
|
+
# Configuration options for determining whether a package can be made
|
6234
|
+
# available for use by other users.
|
6216
6235
|
#
|
6217
6236
|
# @!attribute [rw] vending_enabled
|
6218
|
-
#
|
6219
|
-
#
|
6237
|
+
# Indicates whether the package vending feature is enabled, allowing
|
6238
|
+
# the package to be used by other users.
|
6220
6239
|
# @return [Boolean]
|
6221
6240
|
#
|
6222
6241
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/PackageVendingOptions AWS API Documentation
|
@@ -7157,15 +7176,15 @@ module Aws::OpenSearchService
|
|
7157
7176
|
end
|
7158
7177
|
|
7159
7178
|
# @!attribute [rw] id
|
7160
|
-
#
|
7179
|
+
# The unique identifier for the OpenSearch application to be updated.
|
7161
7180
|
# @return [String]
|
7162
7181
|
#
|
7163
7182
|
# @!attribute [rw] data_sources
|
7164
|
-
#
|
7183
|
+
# The data sources to associate with the OpenSearch application.
|
7165
7184
|
# @return [Array<Types::DataSource>]
|
7166
7185
|
#
|
7167
7186
|
# @!attribute [rw] app_configs
|
7168
|
-
#
|
7187
|
+
# The configuration settings to modify for the OpenSearch application.
|
7169
7188
|
# @return [Array<Types::AppConfig>]
|
7170
7189
|
#
|
7171
7190
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpdateApplicationRequest AWS API Documentation
|
@@ -7179,11 +7198,11 @@ module Aws::OpenSearchService
|
|
7179
7198
|
end
|
7180
7199
|
|
7181
7200
|
# @!attribute [rw] id
|
7182
|
-
#
|
7201
|
+
# The unique identifier of the updated OpenSearch application.
|
7183
7202
|
# @return [String]
|
7184
7203
|
#
|
7185
7204
|
# @!attribute [rw] name
|
7186
|
-
#
|
7205
|
+
# The name of the updated OpenSearch application.
|
7187
7206
|
# @return [String]
|
7188
7207
|
#
|
7189
7208
|
# @!attribute [rw] arn
|
@@ -7197,23 +7216,25 @@ module Aws::OpenSearchService
|
|
7197
7216
|
# @return [String]
|
7198
7217
|
#
|
7199
7218
|
# @!attribute [rw] data_sources
|
7200
|
-
#
|
7219
|
+
# The data sources associated with the updated OpenSearch application.
|
7201
7220
|
# @return [Array<Types::DataSource>]
|
7202
7221
|
#
|
7203
7222
|
# @!attribute [rw] iam_identity_center_options
|
7204
|
-
# IAM Identity Center
|
7223
|
+
# The IAM Identity Center configuration for the updated OpenSearch
|
7224
|
+
# application.
|
7205
7225
|
# @return [Types::IamIdentityCenterOptions]
|
7206
7226
|
#
|
7207
7227
|
# @!attribute [rw] app_configs
|
7208
|
-
#
|
7228
|
+
# The configuration settings for the updated OpenSearch application.
|
7209
7229
|
# @return [Array<Types::AppConfig>]
|
7210
7230
|
#
|
7211
7231
|
# @!attribute [rw] created_at
|
7212
|
-
#
|
7232
|
+
# The timestamp when the OpenSearch application was originally
|
7233
|
+
# created.
|
7213
7234
|
# @return [Time]
|
7214
7235
|
#
|
7215
7236
|
# @!attribute [rw] last_updated_at
|
7216
|
-
#
|
7237
|
+
# The timestamp when the OpenSearch application was last updated.
|
7217
7238
|
# @return [Time]
|
7218
7239
|
#
|
7219
7240
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpdateApplicationResponse AWS API Documentation
|
@@ -7421,7 +7442,8 @@ module Aws::OpenSearchService
|
|
7421
7442
|
# @return [Types::AdvancedSecurityOptionsInput]
|
7422
7443
|
#
|
7423
7444
|
# @!attribute [rw] identity_center_options
|
7424
|
-
#
|
7445
|
+
# Configuration settings for enabling and managing IAM Identity
|
7446
|
+
# Center.
|
7425
7447
|
# @return [Types::IdentityCenterOptionsInput]
|
7426
7448
|
#
|
7427
7449
|
# @!attribute [rw] auto_tune_options
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-opensearchservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.66.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|