aws-sdk-opensearchserverless 1.33.0 → 1.35.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opensearchserverless/client.rb +468 -463
- data/lib/aws-sdk-opensearchserverless/client_api.rb +157 -155
- data/lib/aws-sdk-opensearchserverless/errors.rb +5 -5
- data/lib/aws-sdk-opensearchserverless/types.rb +767 -761
- data/lib/aws-sdk-opensearchserverless/waiters.rb +15 -0
- data/lib/aws-sdk-opensearchserverless.rb +2 -1
- data/sig/client.rbs +98 -96
- data/sig/errors.rbs +1 -1
- data/sig/types.rbs +156 -155
- metadata +3 -2
data/sig/types.rbs
CHANGED
@@ -9,13 +9,13 @@ module Aws::OpenSearchServerless
|
|
9
9
|
module Types
|
10
10
|
|
11
11
|
class AccessPolicyDetail
|
12
|
-
attr_accessor
|
13
|
-
attr_accessor description: ::String
|
14
|
-
attr_accessor last_modified_date: ::Integer
|
12
|
+
attr_accessor type: ("data")
|
15
13
|
attr_accessor name: ::String
|
16
|
-
attr_accessor policy: untyped
|
17
14
|
attr_accessor policy_version: ::String
|
18
|
-
attr_accessor
|
15
|
+
attr_accessor description: ::String
|
16
|
+
attr_accessor policy: untyped
|
17
|
+
attr_accessor created_date: ::Integer
|
18
|
+
attr_accessor last_modified_date: ::Integer
|
19
19
|
SENSITIVE: []
|
20
20
|
end
|
21
21
|
|
@@ -25,12 +25,12 @@ module Aws::OpenSearchServerless
|
|
25
25
|
end
|
26
26
|
|
27
27
|
class AccessPolicySummary
|
28
|
-
attr_accessor
|
29
|
-
attr_accessor description: ::String
|
30
|
-
attr_accessor last_modified_date: ::Integer
|
28
|
+
attr_accessor type: ("data")
|
31
29
|
attr_accessor name: ::String
|
32
30
|
attr_accessor policy_version: ::String
|
33
|
-
attr_accessor
|
31
|
+
attr_accessor description: ::String
|
32
|
+
attr_accessor created_date: ::Integer
|
33
|
+
attr_accessor last_modified_date: ::Integer
|
34
34
|
SENSITIVE: []
|
35
35
|
end
|
36
36
|
|
@@ -91,28 +91,28 @@ module Aws::OpenSearchServerless
|
|
91
91
|
end
|
92
92
|
|
93
93
|
class CollectionDetail
|
94
|
+
attr_accessor id: ::String
|
95
|
+
attr_accessor name: ::String
|
96
|
+
attr_accessor status: ("CREATING" | "DELETING" | "ACTIVE" | "FAILED")
|
97
|
+
attr_accessor type: ("SEARCH" | "TIMESERIES" | "VECTORSEARCH")
|
98
|
+
attr_accessor description: ::String
|
94
99
|
attr_accessor arn: ::String
|
95
|
-
attr_accessor
|
100
|
+
attr_accessor kms_key_arn: ::String
|
101
|
+
attr_accessor standby_replicas: ("ENABLED" | "DISABLED")
|
96
102
|
attr_accessor created_date: ::Integer
|
103
|
+
attr_accessor last_modified_date: ::Integer
|
104
|
+
attr_accessor collection_endpoint: ::String
|
97
105
|
attr_accessor dashboard_endpoint: ::String
|
98
|
-
attr_accessor description: ::String
|
99
106
|
attr_accessor failure_code: ::String
|
100
107
|
attr_accessor failure_message: ::String
|
101
|
-
attr_accessor id: ::String
|
102
|
-
attr_accessor kms_key_arn: ::String
|
103
|
-
attr_accessor last_modified_date: ::Integer
|
104
|
-
attr_accessor name: ::String
|
105
|
-
attr_accessor standby_replicas: ("ENABLED" | "DISABLED")
|
106
|
-
attr_accessor status: ("CREATING" | "DELETING" | "ACTIVE" | "FAILED")
|
107
|
-
attr_accessor type: ("SEARCH" | "TIMESERIES" | "VECTORSEARCH")
|
108
108
|
SENSITIVE: []
|
109
109
|
end
|
110
110
|
|
111
111
|
class CollectionErrorDetail
|
112
|
-
attr_accessor error_code: ::String
|
113
|
-
attr_accessor error_message: ::String
|
114
112
|
attr_accessor id: ::String
|
115
113
|
attr_accessor name: ::String
|
114
|
+
attr_accessor error_message: ::String
|
115
|
+
attr_accessor error_code: ::String
|
116
116
|
SENSITIVE: []
|
117
117
|
end
|
118
118
|
|
@@ -123,10 +123,10 @@ module Aws::OpenSearchServerless
|
|
123
123
|
end
|
124
124
|
|
125
125
|
class CollectionSummary
|
126
|
-
attr_accessor arn: ::String
|
127
126
|
attr_accessor id: ::String
|
128
127
|
attr_accessor name: ::String
|
129
128
|
attr_accessor status: ("CREATING" | "DELETING" | "ACTIVE" | "FAILED")
|
129
|
+
attr_accessor arn: ::String
|
130
130
|
SENSITIVE: []
|
131
131
|
end
|
132
132
|
|
@@ -136,11 +136,11 @@ module Aws::OpenSearchServerless
|
|
136
136
|
end
|
137
137
|
|
138
138
|
class CreateAccessPolicyRequest
|
139
|
-
attr_accessor
|
140
|
-
attr_accessor description: ::String
|
139
|
+
attr_accessor type: ("data")
|
141
140
|
attr_accessor name: ::String
|
141
|
+
attr_accessor description: ::String
|
142
142
|
attr_accessor policy: ::String
|
143
|
-
attr_accessor
|
143
|
+
attr_accessor client_token: ::String
|
144
144
|
SENSITIVE: []
|
145
145
|
end
|
146
146
|
|
@@ -150,26 +150,26 @@ module Aws::OpenSearchServerless
|
|
150
150
|
end
|
151
151
|
|
152
152
|
class CreateCollectionDetail
|
153
|
-
attr_accessor arn: ::String
|
154
|
-
attr_accessor created_date: ::Integer
|
155
|
-
attr_accessor description: ::String
|
156
153
|
attr_accessor id: ::String
|
157
|
-
attr_accessor kms_key_arn: ::String
|
158
|
-
attr_accessor last_modified_date: ::Integer
|
159
154
|
attr_accessor name: ::String
|
160
|
-
attr_accessor standby_replicas: ("ENABLED" | "DISABLED")
|
161
155
|
attr_accessor status: ("CREATING" | "DELETING" | "ACTIVE" | "FAILED")
|
162
156
|
attr_accessor type: ("SEARCH" | "TIMESERIES" | "VECTORSEARCH")
|
157
|
+
attr_accessor description: ::String
|
158
|
+
attr_accessor arn: ::String
|
159
|
+
attr_accessor kms_key_arn: ::String
|
160
|
+
attr_accessor standby_replicas: ("ENABLED" | "DISABLED")
|
161
|
+
attr_accessor created_date: ::Integer
|
162
|
+
attr_accessor last_modified_date: ::Integer
|
163
163
|
SENSITIVE: []
|
164
164
|
end
|
165
165
|
|
166
166
|
class CreateCollectionRequest
|
167
|
-
attr_accessor client_token: ::String
|
168
|
-
attr_accessor description: ::String
|
169
167
|
attr_accessor name: ::String
|
170
|
-
attr_accessor standby_replicas: ("ENABLED" | "DISABLED")
|
171
|
-
attr_accessor tags: ::Array[Types::Tag]
|
172
168
|
attr_accessor type: ("SEARCH" | "TIMESERIES" | "VECTORSEARCH")
|
169
|
+
attr_accessor description: ::String
|
170
|
+
attr_accessor tags: ::Array[Types::Tag]
|
171
|
+
attr_accessor standby_replicas: ("ENABLED" | "DISABLED")
|
172
|
+
attr_accessor client_token: ::String
|
173
173
|
SENSITIVE: []
|
174
174
|
end
|
175
175
|
|
@@ -179,18 +179,18 @@ module Aws::OpenSearchServerless
|
|
179
179
|
end
|
180
180
|
|
181
181
|
class CreateIamIdentityCenterConfigOptions
|
182
|
-
attr_accessor group_attribute: ("GroupId" | "GroupName")
|
183
182
|
attr_accessor instance_arn: ::String
|
184
183
|
attr_accessor user_attribute: ("UserId" | "UserName" | "Email")
|
184
|
+
attr_accessor group_attribute: ("GroupId" | "GroupName")
|
185
185
|
SENSITIVE: []
|
186
186
|
end
|
187
187
|
|
188
188
|
class CreateLifecyclePolicyRequest
|
189
|
-
attr_accessor
|
190
|
-
attr_accessor description: ::String
|
189
|
+
attr_accessor type: ("retention")
|
191
190
|
attr_accessor name: ::String
|
191
|
+
attr_accessor description: ::String
|
192
192
|
attr_accessor policy: ::String
|
193
|
-
attr_accessor
|
193
|
+
attr_accessor client_token: ::String
|
194
194
|
SENSITIVE: []
|
195
195
|
end
|
196
196
|
|
@@ -200,12 +200,12 @@ module Aws::OpenSearchServerless
|
|
200
200
|
end
|
201
201
|
|
202
202
|
class CreateSecurityConfigRequest
|
203
|
-
attr_accessor
|
204
|
-
attr_accessor description: ::String
|
205
|
-
attr_accessor iam_identity_center_options: Types::CreateIamIdentityCenterConfigOptions
|
203
|
+
attr_accessor type: ("saml" | "iamidentitycenter")
|
206
204
|
attr_accessor name: ::String
|
205
|
+
attr_accessor description: ::String
|
207
206
|
attr_accessor saml_options: Types::SamlConfigOptions
|
208
|
-
attr_accessor
|
207
|
+
attr_accessor iam_identity_center_options: Types::CreateIamIdentityCenterConfigOptions
|
208
|
+
attr_accessor client_token: ::String
|
209
209
|
SENSITIVE: []
|
210
210
|
end
|
211
211
|
|
@@ -215,11 +215,11 @@ module Aws::OpenSearchServerless
|
|
215
215
|
end
|
216
216
|
|
217
217
|
class CreateSecurityPolicyRequest
|
218
|
-
attr_accessor
|
219
|
-
attr_accessor description: ::String
|
218
|
+
attr_accessor type: ("encryption" | "network")
|
220
219
|
attr_accessor name: ::String
|
220
|
+
attr_accessor description: ::String
|
221
221
|
attr_accessor policy: ::String
|
222
|
-
attr_accessor
|
222
|
+
attr_accessor client_token: ::String
|
223
223
|
SENSITIVE: []
|
224
224
|
end
|
225
225
|
|
@@ -236,11 +236,11 @@ module Aws::OpenSearchServerless
|
|
236
236
|
end
|
237
237
|
|
238
238
|
class CreateVpcEndpointRequest
|
239
|
-
attr_accessor client_token: ::String
|
240
239
|
attr_accessor name: ::String
|
241
|
-
attr_accessor security_group_ids: ::Array[::String]
|
242
|
-
attr_accessor subnet_ids: ::Array[::String]
|
243
240
|
attr_accessor vpc_id: ::String
|
241
|
+
attr_accessor subnet_ids: ::Array[::String]
|
242
|
+
attr_accessor security_group_ids: ::Array[::String]
|
243
|
+
attr_accessor client_token: ::String
|
244
244
|
SENSITIVE: []
|
245
245
|
end
|
246
246
|
|
@@ -250,9 +250,9 @@ module Aws::OpenSearchServerless
|
|
250
250
|
end
|
251
251
|
|
252
252
|
class DeleteAccessPolicyRequest
|
253
|
-
attr_accessor client_token: ::String
|
254
|
-
attr_accessor name: ::String
|
255
253
|
attr_accessor type: ("data")
|
254
|
+
attr_accessor name: ::String
|
255
|
+
attr_accessor client_token: ::String
|
256
256
|
SENSITIVE: []
|
257
257
|
end
|
258
258
|
|
@@ -267,8 +267,8 @@ module Aws::OpenSearchServerless
|
|
267
267
|
end
|
268
268
|
|
269
269
|
class DeleteCollectionRequest
|
270
|
-
attr_accessor client_token: ::String
|
271
270
|
attr_accessor id: ::String
|
271
|
+
attr_accessor client_token: ::String
|
272
272
|
SENSITIVE: []
|
273
273
|
end
|
274
274
|
|
@@ -278,9 +278,9 @@ module Aws::OpenSearchServerless
|
|
278
278
|
end
|
279
279
|
|
280
280
|
class DeleteLifecyclePolicyRequest
|
281
|
-
attr_accessor client_token: ::String
|
282
|
-
attr_accessor name: ::String
|
283
281
|
attr_accessor type: ("retention")
|
282
|
+
attr_accessor name: ::String
|
283
|
+
attr_accessor client_token: ::String
|
284
284
|
SENSITIVE: []
|
285
285
|
end
|
286
286
|
|
@@ -288,8 +288,8 @@ module Aws::OpenSearchServerless
|
|
288
288
|
end
|
289
289
|
|
290
290
|
class DeleteSecurityConfigRequest
|
291
|
-
attr_accessor client_token: ::String
|
292
291
|
attr_accessor id: ::String
|
292
|
+
attr_accessor client_token: ::String
|
293
293
|
SENSITIVE: []
|
294
294
|
end
|
295
295
|
|
@@ -297,9 +297,9 @@ module Aws::OpenSearchServerless
|
|
297
297
|
end
|
298
298
|
|
299
299
|
class DeleteSecurityPolicyRequest
|
300
|
-
attr_accessor client_token: ::String
|
301
|
-
attr_accessor name: ::String
|
302
300
|
attr_accessor type: ("encryption" | "network")
|
301
|
+
attr_accessor name: ::String
|
302
|
+
attr_accessor client_token: ::String
|
303
303
|
SENSITIVE: []
|
304
304
|
end
|
305
305
|
|
@@ -314,8 +314,8 @@ module Aws::OpenSearchServerless
|
|
314
314
|
end
|
315
315
|
|
316
316
|
class DeleteVpcEndpointRequest
|
317
|
-
attr_accessor client_token: ::String
|
318
317
|
attr_accessor id: ::String
|
318
|
+
attr_accessor client_token: ::String
|
319
319
|
SENSITIVE: []
|
320
320
|
end
|
321
321
|
|
@@ -325,26 +325,26 @@ module Aws::OpenSearchServerless
|
|
325
325
|
end
|
326
326
|
|
327
327
|
class EffectiveLifecyclePolicyDetail
|
328
|
-
attr_accessor
|
329
|
-
attr_accessor policy_name: ::String
|
328
|
+
attr_accessor type: ("retention")
|
330
329
|
attr_accessor resource: ::String
|
330
|
+
attr_accessor policy_name: ::String
|
331
331
|
attr_accessor resource_type: ("index")
|
332
332
|
attr_accessor retention_period: ::String
|
333
|
-
attr_accessor
|
333
|
+
attr_accessor no_min_retention_period: bool
|
334
334
|
SENSITIVE: []
|
335
335
|
end
|
336
336
|
|
337
337
|
class EffectiveLifecyclePolicyErrorDetail
|
338
|
-
attr_accessor error_code: ::String
|
339
|
-
attr_accessor error_message: ::String
|
340
|
-
attr_accessor resource: ::String
|
341
338
|
attr_accessor type: ("retention")
|
339
|
+
attr_accessor resource: ::String
|
340
|
+
attr_accessor error_message: ::String
|
341
|
+
attr_accessor error_code: ::String
|
342
342
|
SENSITIVE: []
|
343
343
|
end
|
344
344
|
|
345
345
|
class GetAccessPolicyRequest
|
346
|
-
attr_accessor name: ::String
|
347
346
|
attr_accessor type: ("data")
|
347
|
+
attr_accessor name: ::String
|
348
348
|
SENSITIVE: []
|
349
349
|
end
|
350
350
|
|
@@ -366,9 +366,9 @@ module Aws::OpenSearchServerless
|
|
366
366
|
|
367
367
|
class GetPoliciesStatsResponse
|
368
368
|
attr_accessor access_policy_stats: Types::AccessPolicyStats
|
369
|
-
attr_accessor lifecycle_policy_stats: Types::LifecyclePolicyStats
|
370
|
-
attr_accessor security_config_stats: Types::SecurityConfigStats
|
371
369
|
attr_accessor security_policy_stats: Types::SecurityPolicyStats
|
370
|
+
attr_accessor security_config_stats: Types::SecurityConfigStats
|
371
|
+
attr_accessor lifecycle_policy_stats: Types::LifecyclePolicyStats
|
372
372
|
attr_accessor total_policy_count: ::Integer
|
373
373
|
SENSITIVE: []
|
374
374
|
end
|
@@ -384,8 +384,8 @@ module Aws::OpenSearchServerless
|
|
384
384
|
end
|
385
385
|
|
386
386
|
class GetSecurityPolicyRequest
|
387
|
-
attr_accessor name: ::String
|
388
387
|
attr_accessor type: ("encryption" | "network")
|
388
|
+
attr_accessor name: ::String
|
389
389
|
SENSITIVE: []
|
390
390
|
end
|
391
391
|
|
@@ -395,12 +395,12 @@ module Aws::OpenSearchServerless
|
|
395
395
|
end
|
396
396
|
|
397
397
|
class IamIdentityCenterConfigOptions
|
398
|
+
attr_accessor instance_arn: ::String
|
398
399
|
attr_accessor application_arn: ::String
|
399
|
-
attr_accessor application_description: ::String
|
400
400
|
attr_accessor application_name: ::String
|
401
|
-
attr_accessor
|
402
|
-
attr_accessor instance_arn: ::String
|
401
|
+
attr_accessor application_description: ::String
|
403
402
|
attr_accessor user_attribute: ("UserId" | "UserName" | "Email")
|
403
|
+
attr_accessor group_attribute: ("GroupId" | "GroupName")
|
404
404
|
SENSITIVE: []
|
405
405
|
end
|
406
406
|
|
@@ -410,33 +410,33 @@ module Aws::OpenSearchServerless
|
|
410
410
|
end
|
411
411
|
|
412
412
|
class LifecyclePolicyDetail
|
413
|
-
attr_accessor
|
414
|
-
attr_accessor description: ::String
|
415
|
-
attr_accessor last_modified_date: ::Integer
|
413
|
+
attr_accessor type: ("retention")
|
416
414
|
attr_accessor name: ::String
|
417
|
-
attr_accessor policy: untyped
|
418
415
|
attr_accessor policy_version: ::String
|
419
|
-
attr_accessor
|
416
|
+
attr_accessor description: ::String
|
417
|
+
attr_accessor policy: untyped
|
418
|
+
attr_accessor created_date: ::Integer
|
419
|
+
attr_accessor last_modified_date: ::Integer
|
420
420
|
SENSITIVE: []
|
421
421
|
end
|
422
422
|
|
423
423
|
class LifecyclePolicyErrorDetail
|
424
|
-
attr_accessor error_code: ::String
|
425
|
-
attr_accessor error_message: ::String
|
426
|
-
attr_accessor name: ::String
|
427
424
|
attr_accessor type: ("retention")
|
425
|
+
attr_accessor name: ::String
|
426
|
+
attr_accessor error_message: ::String
|
427
|
+
attr_accessor error_code: ::String
|
428
428
|
SENSITIVE: []
|
429
429
|
end
|
430
430
|
|
431
431
|
class LifecyclePolicyIdentifier
|
432
|
-
attr_accessor name: ::String
|
433
432
|
attr_accessor type: ("retention")
|
433
|
+
attr_accessor name: ::String
|
434
434
|
SENSITIVE: []
|
435
435
|
end
|
436
436
|
|
437
437
|
class LifecyclePolicyResourceIdentifier
|
438
|
-
attr_accessor resource: ::String
|
439
438
|
attr_accessor type: ("retention")
|
439
|
+
attr_accessor resource: ::String
|
440
440
|
SENSITIVE: []
|
441
441
|
end
|
442
442
|
|
@@ -446,20 +446,20 @@ module Aws::OpenSearchServerless
|
|
446
446
|
end
|
447
447
|
|
448
448
|
class LifecyclePolicySummary
|
449
|
-
attr_accessor
|
450
|
-
attr_accessor description: ::String
|
451
|
-
attr_accessor last_modified_date: ::Integer
|
449
|
+
attr_accessor type: ("retention")
|
452
450
|
attr_accessor name: ::String
|
453
451
|
attr_accessor policy_version: ::String
|
454
|
-
attr_accessor
|
452
|
+
attr_accessor description: ::String
|
453
|
+
attr_accessor created_date: ::Integer
|
454
|
+
attr_accessor last_modified_date: ::Integer
|
455
455
|
SENSITIVE: []
|
456
456
|
end
|
457
457
|
|
458
458
|
class ListAccessPoliciesRequest
|
459
|
-
attr_accessor max_results: ::Integer
|
460
|
-
attr_accessor next_token: ::String
|
461
|
-
attr_accessor resource: ::Array[::String]
|
462
459
|
attr_accessor type: ("data")
|
460
|
+
attr_accessor resource: ::Array[::String]
|
461
|
+
attr_accessor next_token: ::String
|
462
|
+
attr_accessor max_results: ::Integer
|
463
463
|
SENSITIVE: []
|
464
464
|
end
|
465
465
|
|
@@ -471,8 +471,8 @@ module Aws::OpenSearchServerless
|
|
471
471
|
|
472
472
|
class ListCollectionsRequest
|
473
473
|
attr_accessor collection_filters: Types::CollectionFilters
|
474
|
-
attr_accessor max_results: ::Integer
|
475
474
|
attr_accessor next_token: ::String
|
475
|
+
attr_accessor max_results: ::Integer
|
476
476
|
SENSITIVE: []
|
477
477
|
end
|
478
478
|
|
@@ -483,10 +483,10 @@ module Aws::OpenSearchServerless
|
|
483
483
|
end
|
484
484
|
|
485
485
|
class ListLifecyclePoliciesRequest
|
486
|
-
attr_accessor max_results: ::Integer
|
487
|
-
attr_accessor next_token: ::String
|
488
|
-
attr_accessor resources: ::Array[::String]
|
489
486
|
attr_accessor type: ("retention")
|
487
|
+
attr_accessor resources: ::Array[::String]
|
488
|
+
attr_accessor next_token: ::String
|
489
|
+
attr_accessor max_results: ::Integer
|
490
490
|
SENSITIVE: []
|
491
491
|
end
|
492
492
|
|
@@ -497,29 +497,29 @@ module Aws::OpenSearchServerless
|
|
497
497
|
end
|
498
498
|
|
499
499
|
class ListSecurityConfigsRequest
|
500
|
-
attr_accessor max_results: ::Integer
|
501
|
-
attr_accessor next_token: ::String
|
502
500
|
attr_accessor type: ("saml" | "iamidentitycenter")
|
501
|
+
attr_accessor next_token: ::String
|
502
|
+
attr_accessor max_results: ::Integer
|
503
503
|
SENSITIVE: []
|
504
504
|
end
|
505
505
|
|
506
506
|
class ListSecurityConfigsResponse
|
507
|
-
attr_accessor next_token: ::String
|
508
507
|
attr_accessor security_config_summaries: ::Array[Types::SecurityConfigSummary]
|
508
|
+
attr_accessor next_token: ::String
|
509
509
|
SENSITIVE: []
|
510
510
|
end
|
511
511
|
|
512
512
|
class ListSecurityPoliciesRequest
|
513
|
-
attr_accessor max_results: ::Integer
|
514
|
-
attr_accessor next_token: ::String
|
515
|
-
attr_accessor resource: ::Array[::String]
|
516
513
|
attr_accessor type: ("encryption" | "network")
|
514
|
+
attr_accessor resource: ::Array[::String]
|
515
|
+
attr_accessor next_token: ::String
|
516
|
+
attr_accessor max_results: ::Integer
|
517
517
|
SENSITIVE: []
|
518
518
|
end
|
519
519
|
|
520
520
|
class ListSecurityPoliciesResponse
|
521
|
-
attr_accessor next_token: ::String
|
522
521
|
attr_accessor security_policy_summaries: ::Array[Types::SecurityPolicySummary]
|
522
|
+
attr_accessor next_token: ::String
|
523
523
|
SENSITIVE: []
|
524
524
|
end
|
525
525
|
|
@@ -534,15 +534,15 @@ module Aws::OpenSearchServerless
|
|
534
534
|
end
|
535
535
|
|
536
536
|
class ListVpcEndpointsRequest
|
537
|
-
attr_accessor max_results: ::Integer
|
538
|
-
attr_accessor next_token: ::String
|
539
537
|
attr_accessor vpc_endpoint_filters: Types::VpcEndpointFilters
|
538
|
+
attr_accessor next_token: ::String
|
539
|
+
attr_accessor max_results: ::Integer
|
540
540
|
SENSITIVE: []
|
541
541
|
end
|
542
542
|
|
543
543
|
class ListVpcEndpointsResponse
|
544
|
-
attr_accessor next_token: ::String
|
545
544
|
attr_accessor vpc_endpoint_summaries: ::Array[Types::VpcEndpointSummary]
|
545
|
+
attr_accessor next_token: ::String
|
546
546
|
SENSITIVE: []
|
547
547
|
end
|
548
548
|
|
@@ -557,22 +557,23 @@ module Aws::OpenSearchServerless
|
|
557
557
|
end
|
558
558
|
|
559
559
|
class SamlConfigOptions
|
560
|
-
attr_accessor group_attribute: ::String
|
561
560
|
attr_accessor metadata: ::String
|
562
|
-
attr_accessor session_timeout: ::Integer
|
563
561
|
attr_accessor user_attribute: ::String
|
562
|
+
attr_accessor group_attribute: ::String
|
563
|
+
attr_accessor open_search_serverless_entity_id: ::String
|
564
|
+
attr_accessor session_timeout: ::Integer
|
564
565
|
SENSITIVE: []
|
565
566
|
end
|
566
567
|
|
567
568
|
class SecurityConfigDetail
|
569
|
+
attr_accessor id: ::String
|
570
|
+
attr_accessor type: ("saml" | "iamidentitycenter")
|
568
571
|
attr_accessor config_version: ::String
|
569
|
-
attr_accessor created_date: ::Integer
|
570
572
|
attr_accessor description: ::String
|
573
|
+
attr_accessor saml_options: Types::SamlConfigOptions
|
571
574
|
attr_accessor iam_identity_center_options: Types::IamIdentityCenterConfigOptions
|
572
|
-
attr_accessor
|
575
|
+
attr_accessor created_date: ::Integer
|
573
576
|
attr_accessor last_modified_date: ::Integer
|
574
|
-
attr_accessor saml_options: Types::SamlConfigOptions
|
575
|
-
attr_accessor type: ("saml" | "iamidentitycenter")
|
576
577
|
SENSITIVE: []
|
577
578
|
end
|
578
579
|
|
@@ -582,23 +583,23 @@ module Aws::OpenSearchServerless
|
|
582
583
|
end
|
583
584
|
|
584
585
|
class SecurityConfigSummary
|
586
|
+
attr_accessor id: ::String
|
587
|
+
attr_accessor type: ("saml" | "iamidentitycenter")
|
585
588
|
attr_accessor config_version: ::String
|
586
|
-
attr_accessor created_date: ::Integer
|
587
589
|
attr_accessor description: ::String
|
588
|
-
attr_accessor
|
590
|
+
attr_accessor created_date: ::Integer
|
589
591
|
attr_accessor last_modified_date: ::Integer
|
590
|
-
attr_accessor type: ("saml" | "iamidentitycenter")
|
591
592
|
SENSITIVE: []
|
592
593
|
end
|
593
594
|
|
594
595
|
class SecurityPolicyDetail
|
595
|
-
attr_accessor
|
596
|
-
attr_accessor description: ::String
|
597
|
-
attr_accessor last_modified_date: ::Integer
|
596
|
+
attr_accessor type: ("encryption" | "network")
|
598
597
|
attr_accessor name: ::String
|
599
|
-
attr_accessor policy: untyped
|
600
598
|
attr_accessor policy_version: ::String
|
601
|
-
attr_accessor
|
599
|
+
attr_accessor description: ::String
|
600
|
+
attr_accessor policy: untyped
|
601
|
+
attr_accessor created_date: ::Integer
|
602
|
+
attr_accessor last_modified_date: ::Integer
|
602
603
|
SENSITIVE: []
|
603
604
|
end
|
604
605
|
|
@@ -609,21 +610,21 @@ module Aws::OpenSearchServerless
|
|
609
610
|
end
|
610
611
|
|
611
612
|
class SecurityPolicySummary
|
612
|
-
attr_accessor
|
613
|
-
attr_accessor description: ::String
|
614
|
-
attr_accessor last_modified_date: ::Integer
|
613
|
+
attr_accessor type: ("encryption" | "network")
|
615
614
|
attr_accessor name: ::String
|
616
615
|
attr_accessor policy_version: ::String
|
617
|
-
attr_accessor
|
616
|
+
attr_accessor description: ::String
|
617
|
+
attr_accessor created_date: ::Integer
|
618
|
+
attr_accessor last_modified_date: ::Integer
|
618
619
|
SENSITIVE: []
|
619
620
|
end
|
620
621
|
|
621
622
|
class ServiceQuotaExceededException
|
622
623
|
attr_accessor message: ::String
|
623
|
-
attr_accessor quota_code: ::String
|
624
624
|
attr_accessor resource_id: ::String
|
625
625
|
attr_accessor resource_type: ::String
|
626
626
|
attr_accessor service_code: ::String
|
627
|
+
attr_accessor quota_code: ::String
|
627
628
|
SENSITIVE: []
|
628
629
|
end
|
629
630
|
|
@@ -652,12 +653,12 @@ module Aws::OpenSearchServerless
|
|
652
653
|
end
|
653
654
|
|
654
655
|
class UpdateAccessPolicyRequest
|
655
|
-
attr_accessor
|
656
|
-
attr_accessor description: ::String
|
656
|
+
attr_accessor type: ("data")
|
657
657
|
attr_accessor name: ::String
|
658
|
-
attr_accessor policy: ::String
|
659
658
|
attr_accessor policy_version: ::String
|
660
|
-
attr_accessor
|
659
|
+
attr_accessor description: ::String
|
660
|
+
attr_accessor policy: ::String
|
661
|
+
attr_accessor client_token: ::String
|
661
662
|
SENSITIVE: []
|
662
663
|
end
|
663
664
|
|
@@ -677,21 +678,21 @@ module Aws::OpenSearchServerless
|
|
677
678
|
end
|
678
679
|
|
679
680
|
class UpdateCollectionDetail
|
680
|
-
attr_accessor arn: ::String
|
681
|
-
attr_accessor created_date: ::Integer
|
682
|
-
attr_accessor description: ::String
|
683
681
|
attr_accessor id: ::String
|
684
|
-
attr_accessor last_modified_date: ::Integer
|
685
682
|
attr_accessor name: ::String
|
686
683
|
attr_accessor status: ("CREATING" | "DELETING" | "ACTIVE" | "FAILED")
|
687
684
|
attr_accessor type: ("SEARCH" | "TIMESERIES" | "VECTORSEARCH")
|
685
|
+
attr_accessor description: ::String
|
686
|
+
attr_accessor arn: ::String
|
687
|
+
attr_accessor created_date: ::Integer
|
688
|
+
attr_accessor last_modified_date: ::Integer
|
688
689
|
SENSITIVE: []
|
689
690
|
end
|
690
691
|
|
691
692
|
class UpdateCollectionRequest
|
692
|
-
attr_accessor client_token: ::String
|
693
|
-
attr_accessor description: ::String
|
694
693
|
attr_accessor id: ::String
|
694
|
+
attr_accessor description: ::String
|
695
|
+
attr_accessor client_token: ::String
|
695
696
|
SENSITIVE: []
|
696
697
|
end
|
697
698
|
|
@@ -701,18 +702,18 @@ module Aws::OpenSearchServerless
|
|
701
702
|
end
|
702
703
|
|
703
704
|
class UpdateIamIdentityCenterConfigOptions
|
704
|
-
attr_accessor group_attribute: ("GroupId" | "GroupName")
|
705
705
|
attr_accessor user_attribute: ("UserId" | "UserName" | "Email")
|
706
|
+
attr_accessor group_attribute: ("GroupId" | "GroupName")
|
706
707
|
SENSITIVE: []
|
707
708
|
end
|
708
709
|
|
709
710
|
class UpdateLifecyclePolicyRequest
|
710
|
-
attr_accessor
|
711
|
-
attr_accessor description: ::String
|
711
|
+
attr_accessor type: ("retention")
|
712
712
|
attr_accessor name: ::String
|
713
|
-
attr_accessor policy: ::String
|
714
713
|
attr_accessor policy_version: ::String
|
715
|
-
attr_accessor
|
714
|
+
attr_accessor description: ::String
|
715
|
+
attr_accessor policy: ::String
|
716
|
+
attr_accessor client_token: ::String
|
716
717
|
SENSITIVE: []
|
717
718
|
end
|
718
719
|
|
@@ -722,12 +723,12 @@ module Aws::OpenSearchServerless
|
|
722
723
|
end
|
723
724
|
|
724
725
|
class UpdateSecurityConfigRequest
|
725
|
-
attr_accessor
|
726
|
+
attr_accessor id: ::String
|
726
727
|
attr_accessor config_version: ::String
|
727
728
|
attr_accessor description: ::String
|
728
|
-
attr_accessor iam_identity_center_options_updates: Types::UpdateIamIdentityCenterConfigOptions
|
729
|
-
attr_accessor id: ::String
|
730
729
|
attr_accessor saml_options: Types::SamlConfigOptions
|
730
|
+
attr_accessor iam_identity_center_options_updates: Types::UpdateIamIdentityCenterConfigOptions
|
731
|
+
attr_accessor client_token: ::String
|
731
732
|
SENSITIVE: []
|
732
733
|
end
|
733
734
|
|
@@ -737,12 +738,12 @@ module Aws::OpenSearchServerless
|
|
737
738
|
end
|
738
739
|
|
739
740
|
class UpdateSecurityPolicyRequest
|
740
|
-
attr_accessor
|
741
|
-
attr_accessor description: ::String
|
741
|
+
attr_accessor type: ("encryption" | "network")
|
742
742
|
attr_accessor name: ::String
|
743
|
-
attr_accessor policy: ::String
|
744
743
|
attr_accessor policy_version: ::String
|
745
|
-
attr_accessor
|
744
|
+
attr_accessor description: ::String
|
745
|
+
attr_accessor policy: ::String
|
746
|
+
attr_accessor client_token: ::String
|
746
747
|
SENSITIVE: []
|
747
748
|
end
|
748
749
|
|
@@ -753,21 +754,21 @@ module Aws::OpenSearchServerless
|
|
753
754
|
|
754
755
|
class UpdateVpcEndpointDetail
|
755
756
|
attr_accessor id: ::String
|
756
|
-
attr_accessor last_modified_date: ::Integer
|
757
757
|
attr_accessor name: ::String
|
758
|
-
attr_accessor security_group_ids: ::Array[::String]
|
759
758
|
attr_accessor status: ("PENDING" | "DELETING" | "ACTIVE" | "FAILED")
|
760
759
|
attr_accessor subnet_ids: ::Array[::String]
|
760
|
+
attr_accessor security_group_ids: ::Array[::String]
|
761
|
+
attr_accessor last_modified_date: ::Integer
|
761
762
|
SENSITIVE: []
|
762
763
|
end
|
763
764
|
|
764
765
|
class UpdateVpcEndpointRequest
|
765
|
-
attr_accessor add_security_group_ids: ::Array[::String]
|
766
|
-
attr_accessor add_subnet_ids: ::Array[::String]
|
767
|
-
attr_accessor client_token: ::String
|
768
766
|
attr_accessor id: ::String
|
769
|
-
attr_accessor
|
767
|
+
attr_accessor add_subnet_ids: ::Array[::String]
|
770
768
|
attr_accessor remove_subnet_ids: ::Array[::String]
|
769
|
+
attr_accessor add_security_group_ids: ::Array[::String]
|
770
|
+
attr_accessor remove_security_group_ids: ::Array[::String]
|
771
|
+
attr_accessor client_token: ::String
|
771
772
|
SENSITIVE: []
|
772
773
|
end
|
773
774
|
|
@@ -782,22 +783,22 @@ module Aws::OpenSearchServerless
|
|
782
783
|
end
|
783
784
|
|
784
785
|
class VpcEndpointDetail
|
785
|
-
attr_accessor created_date: ::Integer
|
786
|
-
attr_accessor failure_code: ::String
|
787
|
-
attr_accessor failure_message: ::String
|
788
786
|
attr_accessor id: ::String
|
789
787
|
attr_accessor name: ::String
|
788
|
+
attr_accessor vpc_id: ::String
|
789
|
+
attr_accessor subnet_ids: ::Array[::String]
|
790
790
|
attr_accessor security_group_ids: ::Array[::String]
|
791
791
|
attr_accessor status: ("PENDING" | "DELETING" | "ACTIVE" | "FAILED")
|
792
|
-
attr_accessor
|
793
|
-
attr_accessor
|
792
|
+
attr_accessor created_date: ::Integer
|
793
|
+
attr_accessor failure_code: ::String
|
794
|
+
attr_accessor failure_message: ::String
|
794
795
|
SENSITIVE: []
|
795
796
|
end
|
796
797
|
|
797
798
|
class VpcEndpointErrorDetail
|
798
|
-
attr_accessor error_code: ::String
|
799
|
-
attr_accessor error_message: ::String
|
800
799
|
attr_accessor id: ::String
|
800
|
+
attr_accessor error_message: ::String
|
801
|
+
attr_accessor error_code: ::String
|
801
802
|
SENSITIVE: []
|
802
803
|
end
|
803
804
|
|