aws-sdk-opensearchservice 1.57.0 → 1.59.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opensearchservice/client.rb +431 -5
- data/lib/aws-sdk-opensearchservice/client_api.rb +252 -2
- data/lib/aws-sdk-opensearchservice/types.rb +665 -3
- data/lib/aws-sdk-opensearchservice.rb +1 -1
- data/sig/client.rbs +149 -4
- data/sig/types.rbs +163 -0
- metadata +2 -2
data/sig/client.rbs
CHANGED
@@ -132,7 +132,8 @@ module Aws
|
|
132
132
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#authorize_vpc_endpoint_access-instance_method
|
133
133
|
def authorize_vpc_endpoint_access: (
|
134
134
|
domain_name: ::String,
|
135
|
-
account: ::String
|
135
|
+
?account: ::String,
|
136
|
+
?service: ("application.opensearchservice.amazonaws.com")
|
136
137
|
) -> _AuthorizeVpcEndpointAccessResponseSuccess
|
137
138
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AuthorizeVpcEndpointAccessResponseSuccess
|
138
139
|
|
@@ -159,6 +160,47 @@ module Aws
|
|
159
160
|
) -> _CancelServiceSoftwareUpdateResponseSuccess
|
160
161
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelServiceSoftwareUpdateResponseSuccess
|
161
162
|
|
163
|
+
interface _CreateApplicationResponseSuccess
|
164
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateApplicationResponse]
|
165
|
+
def id: () -> ::String
|
166
|
+
def name: () -> ::String
|
167
|
+
def arn: () -> ::String
|
168
|
+
def data_sources: () -> ::Array[Types::DataSource]
|
169
|
+
def iam_identity_center_options: () -> Types::IamIdentityCenterOptions
|
170
|
+
def app_configs: () -> ::Array[Types::AppConfig]
|
171
|
+
def tag_list: () -> ::Array[Types::Tag]
|
172
|
+
def created_at: () -> ::Time
|
173
|
+
end
|
174
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#create_application-instance_method
|
175
|
+
def create_application: (
|
176
|
+
?client_token: ::String,
|
177
|
+
name: ::String,
|
178
|
+
?data_sources: Array[
|
179
|
+
{
|
180
|
+
data_source_arn: ::String?,
|
181
|
+
data_source_description: ::String?
|
182
|
+
},
|
183
|
+
],
|
184
|
+
?iam_identity_center_options: {
|
185
|
+
enabled: bool?,
|
186
|
+
iam_identity_center_instance_arn: ::String?,
|
187
|
+
iam_role_for_identity_center_application_arn: ::String?
|
188
|
+
},
|
189
|
+
?app_configs: Array[
|
190
|
+
{
|
191
|
+
key: ("opensearchDashboards.dashboardAdmin.users" | "opensearchDashboards.dashboardAdmin.groups")?,
|
192
|
+
value: ::String?
|
193
|
+
},
|
194
|
+
],
|
195
|
+
?tag_list: Array[
|
196
|
+
{
|
197
|
+
key: ::String,
|
198
|
+
value: ::String
|
199
|
+
},
|
200
|
+
]
|
201
|
+
) -> _CreateApplicationResponseSuccess
|
202
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
|
203
|
+
|
162
204
|
interface _CreateDomainResponseSuccess
|
163
205
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateDomainResponse]
|
164
206
|
def domain_status: () -> Types::DomainStatus
|
@@ -183,7 +225,17 @@ module Aws
|
|
183
225
|
cold_storage_options: {
|
184
226
|
enabled: bool
|
185
227
|
}?,
|
186
|
-
multi_az_with_standby_enabled: bool
|
228
|
+
multi_az_with_standby_enabled: bool?,
|
229
|
+
node_options: Array[
|
230
|
+
{
|
231
|
+
node_type: ("coordinator")?,
|
232
|
+
node_config: {
|
233
|
+
enabled: bool?,
|
234
|
+
type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
|
235
|
+
count: ::Integer?
|
236
|
+
}?
|
237
|
+
},
|
238
|
+
]?
|
187
239
|
},
|
188
240
|
?ebs_options: {
|
189
241
|
ebs_enabled: bool?,
|
@@ -254,6 +306,12 @@ module Aws
|
|
254
306
|
}?,
|
255
307
|
anonymous_auth_enabled: bool?
|
256
308
|
},
|
309
|
+
?identity_center_options: {
|
310
|
+
enabled_api_access: bool?,
|
311
|
+
identity_center_instance_arn: ::String?,
|
312
|
+
subject_key: ("UserName" | "UserId" | "Email")?,
|
313
|
+
roles_key: ("GroupName" | "GroupId")?
|
314
|
+
},
|
257
315
|
?tag_list: Array[
|
258
316
|
{
|
259
317
|
key: ::String,
|
@@ -362,6 +420,15 @@ module Aws
|
|
362
420
|
) -> _CreateVpcEndpointResponseSuccess
|
363
421
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVpcEndpointResponseSuccess
|
364
422
|
|
423
|
+
interface _DeleteApplicationResponseSuccess
|
424
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteApplicationResponse]
|
425
|
+
end
|
426
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#delete_application-instance_method
|
427
|
+
def delete_application: (
|
428
|
+
id: ::String
|
429
|
+
) -> _DeleteApplicationResponseSuccess
|
430
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteApplicationResponseSuccess
|
431
|
+
|
365
432
|
interface _DeleteDataSourceResponseSuccess
|
366
433
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDataSourceResponse]
|
367
434
|
def message: () -> ::String
|
@@ -637,6 +704,25 @@ module Aws
|
|
637
704
|
) -> _DissociatePackageResponseSuccess
|
638
705
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DissociatePackageResponseSuccess
|
639
706
|
|
707
|
+
interface _GetApplicationResponseSuccess
|
708
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
|
709
|
+
def id: () -> ::String
|
710
|
+
def arn: () -> ::String
|
711
|
+
def name: () -> ::String
|
712
|
+
def endpoint: () -> ::String
|
713
|
+
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|
714
|
+
def iam_identity_center_options: () -> Types::IamIdentityCenterOptions
|
715
|
+
def data_sources: () -> ::Array[Types::DataSource]
|
716
|
+
def app_configs: () -> ::Array[Types::AppConfig]
|
717
|
+
def created_at: () -> ::Time
|
718
|
+
def last_updated_at: () -> ::Time
|
719
|
+
end
|
720
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_application-instance_method
|
721
|
+
def get_application: (
|
722
|
+
id: ::String
|
723
|
+
) -> _GetApplicationResponseSuccess
|
724
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetApplicationResponseSuccess
|
725
|
+
|
640
726
|
interface _GetCompatibleVersionsResponseSuccess
|
641
727
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetCompatibleVersionsResponse]
|
642
728
|
def compatible_versions: () -> ::Array[Types::CompatibleVersionsMap]
|
@@ -716,6 +802,19 @@ module Aws
|
|
716
802
|
) -> _GetUpgradeStatusResponseSuccess
|
717
803
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUpgradeStatusResponseSuccess
|
718
804
|
|
805
|
+
interface _ListApplicationsResponseSuccess
|
806
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationsResponse]
|
807
|
+
def application_summaries: () -> ::Array[Types::ApplicationSummary]
|
808
|
+
def next_token: () -> ::String
|
809
|
+
end
|
810
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_applications-instance_method
|
811
|
+
def list_applications: (
|
812
|
+
?next_token: ::String,
|
813
|
+
?statuses: Array[("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")],
|
814
|
+
?max_results: ::Integer
|
815
|
+
) -> _ListApplicationsResponseSuccess
|
816
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationsResponseSuccess
|
817
|
+
|
719
818
|
interface _ListDataSourcesResponseSuccess
|
720
819
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListDataSourcesResponse]
|
721
820
|
def data_sources: () -> ::Array[Types::DataSourceDetails]
|
@@ -899,7 +998,8 @@ module Aws
|
|
899
998
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#revoke_vpc_endpoint_access-instance_method
|
900
999
|
def revoke_vpc_endpoint_access: (
|
901
1000
|
domain_name: ::String,
|
902
|
-
account: ::String
|
1001
|
+
?account: ::String,
|
1002
|
+
?service: ("application.opensearchservice.amazonaws.com")
|
903
1003
|
) -> _RevokeVpcEndpointAccessResponseSuccess
|
904
1004
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RevokeVpcEndpointAccessResponseSuccess
|
905
1005
|
|
@@ -927,6 +1027,35 @@ module Aws
|
|
927
1027
|
) -> _StartServiceSoftwareUpdateResponseSuccess
|
928
1028
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartServiceSoftwareUpdateResponseSuccess
|
929
1029
|
|
1030
|
+
interface _UpdateApplicationResponseSuccess
|
1031
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationResponse]
|
1032
|
+
def id: () -> ::String
|
1033
|
+
def name: () -> ::String
|
1034
|
+
def arn: () -> ::String
|
1035
|
+
def data_sources: () -> ::Array[Types::DataSource]
|
1036
|
+
def iam_identity_center_options: () -> Types::IamIdentityCenterOptions
|
1037
|
+
def app_configs: () -> ::Array[Types::AppConfig]
|
1038
|
+
def created_at: () -> ::Time
|
1039
|
+
def last_updated_at: () -> ::Time
|
1040
|
+
end
|
1041
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_application-instance_method
|
1042
|
+
def update_application: (
|
1043
|
+
id: ::String,
|
1044
|
+
?data_sources: Array[
|
1045
|
+
{
|
1046
|
+
data_source_arn: ::String?,
|
1047
|
+
data_source_description: ::String?
|
1048
|
+
},
|
1049
|
+
],
|
1050
|
+
?app_configs: Array[
|
1051
|
+
{
|
1052
|
+
key: ("opensearchDashboards.dashboardAdmin.users" | "opensearchDashboards.dashboardAdmin.groups")?,
|
1053
|
+
value: ::String?
|
1054
|
+
},
|
1055
|
+
]
|
1056
|
+
) -> _UpdateApplicationResponseSuccess
|
1057
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
|
1058
|
+
|
930
1059
|
interface _UpdateDataSourceResponseSuccess
|
931
1060
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDataSourceResponse]
|
932
1061
|
def message: () -> ::String
|
@@ -970,7 +1099,17 @@ module Aws
|
|
970
1099
|
cold_storage_options: {
|
971
1100
|
enabled: bool
|
972
1101
|
}?,
|
973
|
-
multi_az_with_standby_enabled: bool
|
1102
|
+
multi_az_with_standby_enabled: bool?,
|
1103
|
+
node_options: Array[
|
1104
|
+
{
|
1105
|
+
node_type: ("coordinator")?,
|
1106
|
+
node_config: {
|
1107
|
+
enabled: bool?,
|
1108
|
+
type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
|
1109
|
+
count: ::Integer?
|
1110
|
+
}?
|
1111
|
+
},
|
1112
|
+
]?
|
974
1113
|
},
|
975
1114
|
?ebs_options: {
|
976
1115
|
ebs_enabled: bool?,
|
@@ -1041,6 +1180,12 @@ module Aws
|
|
1041
1180
|
}?,
|
1042
1181
|
anonymous_auth_enabled: bool?
|
1043
1182
|
},
|
1183
|
+
?identity_center_options: {
|
1184
|
+
enabled_api_access: bool?,
|
1185
|
+
identity_center_instance_arn: ::String?,
|
1186
|
+
subject_key: ("UserName" | "UserId" | "Email")?,
|
1187
|
+
roles_key: ("GroupName" | "GroupId")?
|
1188
|
+
},
|
1044
1189
|
?auto_tune_options: {
|
1045
1190
|
desired_state: ("ENABLED" | "DISABLED")?,
|
1046
1191
|
rollback_on_disable: ("NO_ROLLBACK" | "DEFAULT_ROLLBACK")?,
|
data/sig/types.rbs
CHANGED
@@ -107,6 +107,23 @@ module Aws::OpenSearchService
|
|
107
107
|
SENSITIVE: []
|
108
108
|
end
|
109
109
|
|
110
|
+
class AppConfig
|
111
|
+
attr_accessor key: ("opensearchDashboards.dashboardAdmin.users" | "opensearchDashboards.dashboardAdmin.groups")
|
112
|
+
attr_accessor value: ::String
|
113
|
+
SENSITIVE: []
|
114
|
+
end
|
115
|
+
|
116
|
+
class ApplicationSummary
|
117
|
+
attr_accessor id: ::String
|
118
|
+
attr_accessor arn: ::String
|
119
|
+
attr_accessor name: ::String
|
120
|
+
attr_accessor endpoint: ::String
|
121
|
+
attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|
122
|
+
attr_accessor created_at: ::Time
|
123
|
+
attr_accessor last_updated_at: ::Time
|
124
|
+
SENSITIVE: []
|
125
|
+
end
|
126
|
+
|
110
127
|
class AssociatePackageRequest
|
111
128
|
attr_accessor package_id: ::String
|
112
129
|
attr_accessor domain_name: ::String
|
@@ -121,6 +138,7 @@ module Aws::OpenSearchService
|
|
121
138
|
class AuthorizeVpcEndpointAccessRequest
|
122
139
|
attr_accessor domain_name: ::String
|
123
140
|
attr_accessor account: ::String
|
141
|
+
attr_accessor service: ("application.opensearchservice.amazonaws.com")
|
124
142
|
SENSITIVE: []
|
125
143
|
end
|
126
144
|
|
@@ -281,6 +299,7 @@ module Aws::OpenSearchService
|
|
281
299
|
attr_accessor warm_count: ::Integer
|
282
300
|
attr_accessor cold_storage_options: Types::ColdStorageOptions
|
283
301
|
attr_accessor multi_az_with_standby_enabled: bool
|
302
|
+
attr_accessor node_options: ::Array[Types::NodeOption]
|
284
303
|
SENSITIVE: []
|
285
304
|
end
|
286
305
|
|
@@ -324,6 +343,28 @@ module Aws::OpenSearchService
|
|
324
343
|
SENSITIVE: []
|
325
344
|
end
|
326
345
|
|
346
|
+
class CreateApplicationRequest
|
347
|
+
attr_accessor client_token: ::String
|
348
|
+
attr_accessor name: ::String
|
349
|
+
attr_accessor data_sources: ::Array[Types::DataSource]
|
350
|
+
attr_accessor iam_identity_center_options: Types::IamIdentityCenterOptionsInput
|
351
|
+
attr_accessor app_configs: ::Array[Types::AppConfig]
|
352
|
+
attr_accessor tag_list: ::Array[Types::Tag]
|
353
|
+
SENSITIVE: []
|
354
|
+
end
|
355
|
+
|
356
|
+
class CreateApplicationResponse
|
357
|
+
attr_accessor id: ::String
|
358
|
+
attr_accessor name: ::String
|
359
|
+
attr_accessor arn: ::String
|
360
|
+
attr_accessor data_sources: ::Array[Types::DataSource]
|
361
|
+
attr_accessor iam_identity_center_options: Types::IamIdentityCenterOptions
|
362
|
+
attr_accessor app_configs: ::Array[Types::AppConfig]
|
363
|
+
attr_accessor tag_list: ::Array[Types::Tag]
|
364
|
+
attr_accessor created_at: ::Time
|
365
|
+
SENSITIVE: []
|
366
|
+
end
|
367
|
+
|
327
368
|
class CreateDomainRequest
|
328
369
|
attr_accessor domain_name: ::String
|
329
370
|
attr_accessor engine_version: ::String
|
@@ -340,6 +381,7 @@ module Aws::OpenSearchService
|
|
340
381
|
attr_accessor log_publishing_options: ::Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), Types::LogPublishingOption]
|
341
382
|
attr_accessor domain_endpoint_options: Types::DomainEndpointOptions
|
342
383
|
attr_accessor advanced_security_options: Types::AdvancedSecurityOptionsInput
|
384
|
+
attr_accessor identity_center_options: Types::IdentityCenterOptionsInput
|
343
385
|
attr_accessor tag_list: ::Array[Types::Tag]
|
344
386
|
attr_accessor auto_tune_options: Types::AutoTuneOptionsInput
|
345
387
|
attr_accessor off_peak_window_options: Types::OffPeakWindowOptions
|
@@ -403,6 +445,12 @@ module Aws::OpenSearchService
|
|
403
445
|
SENSITIVE: []
|
404
446
|
end
|
405
447
|
|
448
|
+
class DataSource
|
449
|
+
attr_accessor data_source_arn: ::String
|
450
|
+
attr_accessor data_source_description: ::String
|
451
|
+
SENSITIVE: []
|
452
|
+
end
|
453
|
+
|
406
454
|
class DataSourceDetails
|
407
455
|
attr_accessor data_source_type: Types::DataSourceType
|
408
456
|
attr_accessor name: ::String
|
@@ -422,6 +470,14 @@ module Aws::OpenSearchService
|
|
422
470
|
end
|
423
471
|
end
|
424
472
|
|
473
|
+
class DeleteApplicationRequest
|
474
|
+
attr_accessor id: ::String
|
475
|
+
SENSITIVE: []
|
476
|
+
end
|
477
|
+
|
478
|
+
class DeleteApplicationResponse < Aws::EmptyStructure
|
479
|
+
end
|
480
|
+
|
425
481
|
class DeleteDataSourceRequest
|
426
482
|
attr_accessor domain_name: ::String
|
427
483
|
attr_accessor name: ::String
|
@@ -709,6 +765,7 @@ module Aws::OpenSearchService
|
|
709
765
|
attr_accessor log_publishing_options: Types::LogPublishingOptionsStatus
|
710
766
|
attr_accessor domain_endpoint_options: Types::DomainEndpointOptionsStatus
|
711
767
|
attr_accessor advanced_security_options: Types::AdvancedSecurityOptionsStatus
|
768
|
+
attr_accessor identity_center_options: Types::IdentityCenterOptionsStatus
|
712
769
|
attr_accessor auto_tune_options: Types::AutoTuneOptionsStatus
|
713
770
|
attr_accessor change_progress_details: Types::ChangeProgressDetails
|
714
771
|
attr_accessor off_peak_window_options: Types::OffPeakWindowOptionsStatus
|
@@ -808,6 +865,7 @@ module Aws::OpenSearchService
|
|
808
865
|
attr_accessor service_software_options: Types::ServiceSoftwareOptions
|
809
866
|
attr_accessor domain_endpoint_options: Types::DomainEndpointOptions
|
810
867
|
attr_accessor advanced_security_options: Types::AdvancedSecurityOptions
|
868
|
+
attr_accessor identity_center_options: Types::IdentityCenterOptions
|
811
869
|
attr_accessor auto_tune_options: Types::AutoTuneOptionsOutput
|
812
870
|
attr_accessor change_progress_details: Types::ChangeProgressDetails
|
813
871
|
attr_accessor off_peak_window_options: Types::OffPeakWindowOptions
|
@@ -883,6 +941,25 @@ module Aws::OpenSearchService
|
|
883
941
|
SENSITIVE: []
|
884
942
|
end
|
885
943
|
|
944
|
+
class GetApplicationRequest
|
945
|
+
attr_accessor id: ::String
|
946
|
+
SENSITIVE: []
|
947
|
+
end
|
948
|
+
|
949
|
+
class GetApplicationResponse
|
950
|
+
attr_accessor id: ::String
|
951
|
+
attr_accessor arn: ::String
|
952
|
+
attr_accessor name: ::String
|
953
|
+
attr_accessor endpoint: ::String
|
954
|
+
attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|
955
|
+
attr_accessor iam_identity_center_options: Types::IamIdentityCenterOptions
|
956
|
+
attr_accessor data_sources: ::Array[Types::DataSource]
|
957
|
+
attr_accessor app_configs: ::Array[Types::AppConfig]
|
958
|
+
attr_accessor created_at: ::Time
|
959
|
+
attr_accessor last_updated_at: ::Time
|
960
|
+
SENSITIVE: []
|
961
|
+
end
|
962
|
+
|
886
963
|
class GetCompatibleVersionsRequest
|
887
964
|
attr_accessor domain_name: ::String
|
888
965
|
SENSITIVE: []
|
@@ -968,6 +1045,45 @@ module Aws::OpenSearchService
|
|
968
1045
|
SENSITIVE: []
|
969
1046
|
end
|
970
1047
|
|
1048
|
+
class IamIdentityCenterOptions
|
1049
|
+
attr_accessor enabled: bool
|
1050
|
+
attr_accessor iam_identity_center_instance_arn: ::String
|
1051
|
+
attr_accessor iam_role_for_identity_center_application_arn: ::String
|
1052
|
+
attr_accessor iam_identity_center_application_arn: ::String
|
1053
|
+
SENSITIVE: []
|
1054
|
+
end
|
1055
|
+
|
1056
|
+
class IamIdentityCenterOptionsInput
|
1057
|
+
attr_accessor enabled: bool
|
1058
|
+
attr_accessor iam_identity_center_instance_arn: ::String
|
1059
|
+
attr_accessor iam_role_for_identity_center_application_arn: ::String
|
1060
|
+
SENSITIVE: []
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
class IdentityCenterOptions
|
1064
|
+
attr_accessor enabled_api_access: bool
|
1065
|
+
attr_accessor identity_center_instance_arn: ::String
|
1066
|
+
attr_accessor subject_key: ("UserName" | "UserId" | "Email")
|
1067
|
+
attr_accessor roles_key: ("GroupName" | "GroupId")
|
1068
|
+
attr_accessor identity_center_application_arn: ::String
|
1069
|
+
attr_accessor identity_store_id: ::String
|
1070
|
+
SENSITIVE: []
|
1071
|
+
end
|
1072
|
+
|
1073
|
+
class IdentityCenterOptionsInput
|
1074
|
+
attr_accessor enabled_api_access: bool
|
1075
|
+
attr_accessor identity_center_instance_arn: ::String
|
1076
|
+
attr_accessor subject_key: ("UserName" | "UserId" | "Email")
|
1077
|
+
attr_accessor roles_key: ("GroupName" | "GroupId")
|
1078
|
+
SENSITIVE: []
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class IdentityCenterOptionsStatus
|
1082
|
+
attr_accessor options: Types::IdentityCenterOptions
|
1083
|
+
attr_accessor status: Types::OptionStatus
|
1084
|
+
SENSITIVE: []
|
1085
|
+
end
|
1086
|
+
|
971
1087
|
class InboundConnection
|
972
1088
|
attr_accessor local_domain_info: Types::DomainInformationContainer
|
973
1089
|
attr_accessor remote_domain_info: Types::DomainInformationContainer
|
@@ -1041,6 +1157,19 @@ module Aws::OpenSearchService
|
|
1041
1157
|
SENSITIVE: []
|
1042
1158
|
end
|
1043
1159
|
|
1160
|
+
class ListApplicationsRequest
|
1161
|
+
attr_accessor next_token: ::String
|
1162
|
+
attr_accessor statuses: ::Array[("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")]
|
1163
|
+
attr_accessor max_results: ::Integer
|
1164
|
+
SENSITIVE: []
|
1165
|
+
end
|
1166
|
+
|
1167
|
+
class ListApplicationsResponse
|
1168
|
+
attr_accessor application_summaries: ::Array[Types::ApplicationSummary]
|
1169
|
+
attr_accessor next_token: ::String
|
1170
|
+
SENSITIVE: []
|
1171
|
+
end
|
1172
|
+
|
1044
1173
|
class ListDataSourcesRequest
|
1045
1174
|
attr_accessor domain_name: ::String
|
1046
1175
|
SENSITIVE: []
|
@@ -1226,6 +1355,19 @@ module Aws::OpenSearchService
|
|
1226
1355
|
SENSITIVE: []
|
1227
1356
|
end
|
1228
1357
|
|
1358
|
+
class NodeConfig
|
1359
|
+
attr_accessor enabled: bool
|
1360
|
+
attr_accessor type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")
|
1361
|
+
attr_accessor count: ::Integer
|
1362
|
+
SENSITIVE: []
|
1363
|
+
end
|
1364
|
+
|
1365
|
+
class NodeOption
|
1366
|
+
attr_accessor node_type: ("coordinator")
|
1367
|
+
attr_accessor node_config: Types::NodeConfig
|
1368
|
+
SENSITIVE: []
|
1369
|
+
end
|
1370
|
+
|
1229
1371
|
class NodeToNodeEncryptionOptions
|
1230
1372
|
attr_accessor enabled: bool
|
1231
1373
|
SENSITIVE: []
|
@@ -1392,6 +1534,7 @@ module Aws::OpenSearchService
|
|
1392
1534
|
class RevokeVpcEndpointAccessRequest
|
1393
1535
|
attr_accessor domain_name: ::String
|
1394
1536
|
attr_accessor account: ::String
|
1537
|
+
attr_accessor service: ("application.opensearchservice.amazonaws.com")
|
1395
1538
|
SENSITIVE: []
|
1396
1539
|
end
|
1397
1540
|
|
@@ -1532,6 +1675,25 @@ module Aws::OpenSearchService
|
|
1532
1675
|
SENSITIVE: []
|
1533
1676
|
end
|
1534
1677
|
|
1678
|
+
class UpdateApplicationRequest
|
1679
|
+
attr_accessor id: ::String
|
1680
|
+
attr_accessor data_sources: ::Array[Types::DataSource]
|
1681
|
+
attr_accessor app_configs: ::Array[Types::AppConfig]
|
1682
|
+
SENSITIVE: []
|
1683
|
+
end
|
1684
|
+
|
1685
|
+
class UpdateApplicationResponse
|
1686
|
+
attr_accessor id: ::String
|
1687
|
+
attr_accessor name: ::String
|
1688
|
+
attr_accessor arn: ::String
|
1689
|
+
attr_accessor data_sources: ::Array[Types::DataSource]
|
1690
|
+
attr_accessor iam_identity_center_options: Types::IamIdentityCenterOptions
|
1691
|
+
attr_accessor app_configs: ::Array[Types::AppConfig]
|
1692
|
+
attr_accessor created_at: ::Time
|
1693
|
+
attr_accessor last_updated_at: ::Time
|
1694
|
+
SENSITIVE: []
|
1695
|
+
end
|
1696
|
+
|
1535
1697
|
class UpdateDataSourceRequest
|
1536
1698
|
attr_accessor domain_name: ::String
|
1537
1699
|
attr_accessor name: ::String
|
@@ -1561,6 +1723,7 @@ module Aws::OpenSearchService
|
|
1561
1723
|
attr_accessor domain_endpoint_options: Types::DomainEndpointOptions
|
1562
1724
|
attr_accessor node_to_node_encryption_options: Types::NodeToNodeEncryptionOptions
|
1563
1725
|
attr_accessor advanced_security_options: Types::AdvancedSecurityOptionsInput
|
1726
|
+
attr_accessor identity_center_options: Types::IdentityCenterOptionsInput
|
1564
1727
|
attr_accessor auto_tune_options: Types::AutoTuneOptions
|
1565
1728
|
attr_accessor dry_run: bool
|
1566
1729
|
attr_accessor dry_run_mode: ("Basic" | "Verbose")
|
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.59.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: 2024-10-
|
11
|
+
date: 2024-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|