aws-sdk-opensearchservice 1.47.0 → 1.48.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 675759328643991d69a357078ff1080fa71b7db9fe4c163386d2cf0772531f68
4
- data.tar.gz: 1a608201d6b94e48737914c74db69285805b400a90ee8e6ea6957b2da5db5244
3
+ metadata.gz: 48d99e1e5096cd0940293de18631f60ab42ae5e2f22d76167e5df589fee3c657
4
+ data.tar.gz: dd758990848bff8e34789f276cfb6fda8b9fb48e51c1a929da5899a783c895f1
5
5
  SHA512:
6
- metadata.gz: f0a9ea4d47a9dca81016c61cab0c91c9aca1e64e61e971d2ddb0b552a91c07e51fefc93fa4f82bfed0daa88e156d775c4631d8930a6372cc4f5a15ab93af7209
7
- data.tar.gz: 8232885b45f14bd96be937b6cd121d148488d6bb8836676e6eaa91c379063ba01d60b6a1ac25a2c854d4c652426a2ac998a5cf629ec59a297d1622d3b561941c
6
+ metadata.gz: 2be043d7228c233fff05f14044a86596a4cae939b6ddaa222bf5abab271134b76435b5547f7007b1d22474309fb6c7700dcc4520ac35038825ab2d408a74ca28
7
+ data.tar.gz: b73cb73097d16205f1f33386ee90158a2254df9dc13f1dddce4aa0620ffc135ea46ed423f717bd1349c56ee9d03d47634c6c95157fc7bd32c1d384addc74491b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains.
8
+
4
9
  1.47.0 (2024-06-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -847,9 +847,6 @@ module Aws::OpenSearchService
847
847
  # @option params [Types::SoftwareUpdateOptions] :software_update_options
848
848
  # Software update options for the domain.
849
849
  #
850
- # @option params [Types::AIMLOptionsInput] :aiml_options
851
- # Options for all machine learning features for the specified domain.
852
- #
853
850
  # @return [Types::CreateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
854
851
  #
855
852
  # * {Types::CreateDomainResponse#domain_status #domain_status} => Types::DomainStatus
@@ -982,11 +979,6 @@ module Aws::OpenSearchService
982
979
  # software_update_options: {
983
980
  # auto_software_update_enabled: false,
984
981
  # },
985
- # aiml_options: {
986
- # natural_language_query_generation_options: {
987
- # desired_state: "ENABLED", # accepts ENABLED, DISABLED
988
- # },
989
- # },
990
982
  # })
991
983
  #
992
984
  # @example Response structure
@@ -1089,8 +1081,6 @@ module Aws::OpenSearchService
1089
1081
  # resp.domain_status.modifying_properties[0].active_value #=> String
1090
1082
  # resp.domain_status.modifying_properties[0].pending_value #=> String
1091
1083
  # resp.domain_status.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
1092
- # resp.domain_status.aiml_options.natural_language_query_generation_options.desired_state #=> String, one of "ENABLED", "DISABLED"
1093
- # resp.domain_status.aiml_options.natural_language_query_generation_options.current_state #=> String, one of "NOT_ENABLED", "ENABLE_COMPLETE", "ENABLE_IN_PROGRESS", "ENABLE_FAILED", "DISABLE_COMPLETE", "DISABLE_IN_PROGRESS", "DISABLE_FAILED"
1094
1084
  #
1095
1085
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateDomain AWS API Documentation
1096
1086
  #
@@ -1456,8 +1446,6 @@ module Aws::OpenSearchService
1456
1446
  # resp.domain_status.modifying_properties[0].active_value #=> String
1457
1447
  # resp.domain_status.modifying_properties[0].pending_value #=> String
1458
1448
  # resp.domain_status.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
1459
- # resp.domain_status.aiml_options.natural_language_query_generation_options.desired_state #=> String, one of "ENABLED", "DISABLED"
1460
- # resp.domain_status.aiml_options.natural_language_query_generation_options.current_state #=> String, one of "NOT_ENABLED", "ENABLE_COMPLETE", "ENABLE_IN_PROGRESS", "ENABLE_FAILED", "DISABLE_COMPLETE", "DISABLE_IN_PROGRESS", "DISABLE_FAILED"
1461
1449
  #
1462
1450
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeleteDomain AWS API Documentation
1463
1451
  #
@@ -1756,8 +1744,6 @@ module Aws::OpenSearchService
1756
1744
  # resp.domain_status.modifying_properties[0].active_value #=> String
1757
1745
  # resp.domain_status.modifying_properties[0].pending_value #=> String
1758
1746
  # resp.domain_status.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
1759
- # resp.domain_status.aiml_options.natural_language_query_generation_options.desired_state #=> String, one of "ENABLED", "DISABLED"
1760
- # resp.domain_status.aiml_options.natural_language_query_generation_options.current_state #=> String, one of "NOT_ENABLED", "ENABLE_COMPLETE", "ENABLE_IN_PROGRESS", "ENABLE_FAILED", "DISABLE_COMPLETE", "DISABLE_IN_PROGRESS", "DISABLE_FAILED"
1761
1747
  #
1762
1748
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomain AWS API Documentation
1763
1749
  #
@@ -2064,13 +2050,6 @@ module Aws::OpenSearchService
2064
2050
  # resp.domain_config.modifying_properties[0].active_value #=> String
2065
2051
  # resp.domain_config.modifying_properties[0].pending_value #=> String
2066
2052
  # resp.domain_config.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
2067
- # resp.domain_config.aiml_options.options.natural_language_query_generation_options.desired_state #=> String, one of "ENABLED", "DISABLED"
2068
- # resp.domain_config.aiml_options.options.natural_language_query_generation_options.current_state #=> String, one of "NOT_ENABLED", "ENABLE_COMPLETE", "ENABLE_IN_PROGRESS", "ENABLE_FAILED", "DISABLE_COMPLETE", "DISABLE_IN_PROGRESS", "DISABLE_FAILED"
2069
- # resp.domain_config.aiml_options.status.creation_date #=> Time
2070
- # resp.domain_config.aiml_options.status.update_date #=> Time
2071
- # resp.domain_config.aiml_options.status.update_version #=> Integer
2072
- # resp.domain_config.aiml_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
2073
- # resp.domain_config.aiml_options.status.pending_deletion #=> Boolean
2074
2053
  #
2075
2054
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainConfig AWS API Documentation
2076
2055
  #
@@ -2298,8 +2277,6 @@ module Aws::OpenSearchService
2298
2277
  # resp.domain_status_list[0].modifying_properties[0].active_value #=> String
2299
2278
  # resp.domain_status_list[0].modifying_properties[0].pending_value #=> String
2300
2279
  # resp.domain_status_list[0].modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
2301
- # resp.domain_status_list[0].aiml_options.natural_language_query_generation_options.desired_state #=> String, one of "ENABLED", "DISABLED"
2302
- # resp.domain_status_list[0].aiml_options.natural_language_query_generation_options.current_state #=> String, one of "NOT_ENABLED", "ENABLE_COMPLETE", "ENABLE_IN_PROGRESS", "ENABLE_FAILED", "DISABLE_COMPLETE", "DISABLE_IN_PROGRESS", "DISABLE_FAILED"
2303
2280
  #
2304
2281
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomains AWS API Documentation
2305
2282
  #
@@ -2450,8 +2427,6 @@ module Aws::OpenSearchService
2450
2427
  # resp.dry_run_config.modifying_properties[0].active_value #=> String
2451
2428
  # resp.dry_run_config.modifying_properties[0].pending_value #=> String
2452
2429
  # resp.dry_run_config.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
2453
- # resp.dry_run_config.aiml_options.natural_language_query_generation_options.desired_state #=> String, one of "ENABLED", "DISABLED"
2454
- # resp.dry_run_config.aiml_options.natural_language_query_generation_options.current_state #=> String, one of "NOT_ENABLED", "ENABLE_COMPLETE", "ENABLE_IN_PROGRESS", "ENABLE_FAILED", "DISABLE_COMPLETE", "DISABLE_IN_PROGRESS", "DISABLE_FAILED"
2455
2430
  # resp.dry_run_results.deployment_type #=> String
2456
2431
  # resp.dry_run_results.message #=> String
2457
2432
  #
@@ -4195,9 +4170,6 @@ module Aws::OpenSearchService
4195
4170
  # @option params [Types::SoftwareUpdateOptions] :software_update_options
4196
4171
  # Service software update options for the domain.
4197
4172
  #
4198
- # @option params [Types::AIMLOptionsInput] :aiml_options
4199
- # Options for all machine learning features for the specified domain.
4200
- #
4201
4173
  # @return [Types::UpdateDomainConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4202
4174
  #
4203
4175
  # * {Types::UpdateDomainConfigResponse#domain_config #domain_config} => Types::DomainConfig
@@ -4328,11 +4300,6 @@ module Aws::OpenSearchService
4328
4300
  # software_update_options: {
4329
4301
  # auto_software_update_enabled: false,
4330
4302
  # },
4331
- # aiml_options: {
4332
- # natural_language_query_generation_options: {
4333
- # desired_state: "ENABLED", # accepts ENABLED, DISABLED
4334
- # },
4335
- # },
4336
4303
  # })
4337
4304
  #
4338
4305
  # @example Response structure
@@ -4505,13 +4472,6 @@ module Aws::OpenSearchService
4505
4472
  # resp.domain_config.modifying_properties[0].active_value #=> String
4506
4473
  # resp.domain_config.modifying_properties[0].pending_value #=> String
4507
4474
  # resp.domain_config.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
4508
- # resp.domain_config.aiml_options.options.natural_language_query_generation_options.desired_state #=> String, one of "ENABLED", "DISABLED"
4509
- # resp.domain_config.aiml_options.options.natural_language_query_generation_options.current_state #=> String, one of "NOT_ENABLED", "ENABLE_COMPLETE", "ENABLE_IN_PROGRESS", "ENABLE_FAILED", "DISABLE_COMPLETE", "DISABLE_IN_PROGRESS", "DISABLE_FAILED"
4510
- # resp.domain_config.aiml_options.status.creation_date #=> Time
4511
- # resp.domain_config.aiml_options.status.update_date #=> Time
4512
- # resp.domain_config.aiml_options.status.update_version #=> Integer
4513
- # resp.domain_config.aiml_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
4514
- # resp.domain_config.aiml_options.status.pending_deletion #=> Boolean
4515
4475
  # resp.dry_run_results.deployment_type #=> String
4516
4476
  # resp.dry_run_results.message #=> String
4517
4477
  # resp.dry_run_progress_status.dry_run_id #=> String
@@ -4805,7 +4765,7 @@ module Aws::OpenSearchService
4805
4765
  params: params,
4806
4766
  config: config)
4807
4767
  context[:gem_name] = 'aws-sdk-opensearchservice'
4808
- context[:gem_version] = '1.47.0'
4768
+ context[:gem_version] = '1.48.0'
4809
4769
  Seahorse::Client::Request.new(handlers, context)
4810
4770
  end
4811
4771
 
@@ -13,9 +13,6 @@ module Aws::OpenSearchService
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
- AIMLOptionsInput = Shapes::StructureShape.new(name: 'AIMLOptionsInput')
17
- AIMLOptionsOutput = Shapes::StructureShape.new(name: 'AIMLOptionsOutput')
18
- AIMLOptionsStatus = Shapes::StructureShape.new(name: 'AIMLOptionsStatus')
19
16
  ARN = Shapes::StringShape.new(name: 'ARN')
20
17
  AWSAccount = Shapes::StringShape.new(name: 'AWSAccount')
21
18
  AWSDomainInformation = Shapes::StructureShape.new(name: 'AWSDomainInformation')
@@ -297,10 +294,6 @@ module Aws::OpenSearchService
297
294
  MinimumInstanceCount = Shapes::IntegerShape.new(name: 'MinimumInstanceCount')
298
295
  ModifyingProperties = Shapes::StructureShape.new(name: 'ModifyingProperties')
299
296
  ModifyingPropertiesList = Shapes::ListShape.new(name: 'ModifyingPropertiesList')
300
- NaturalLanguageQueryGenerationCurrentState = Shapes::StringShape.new(name: 'NaturalLanguageQueryGenerationCurrentState')
301
- NaturalLanguageQueryGenerationDesiredState = Shapes::StringShape.new(name: 'NaturalLanguageQueryGenerationDesiredState')
302
- NaturalLanguageQueryGenerationOptionsInput = Shapes::StructureShape.new(name: 'NaturalLanguageQueryGenerationOptionsInput')
303
- NaturalLanguageQueryGenerationOptionsOutput = Shapes::StructureShape.new(name: 'NaturalLanguageQueryGenerationOptionsOutput')
304
297
  NextToken = Shapes::StringShape.new(name: 'NextToken')
305
298
  NodeId = Shapes::StringShape.new(name: 'NodeId')
306
299
  NodeStatus = Shapes::StringShape.new(name: 'NodeStatus')
@@ -466,16 +459,6 @@ module Aws::OpenSearchService
466
459
  ZoneAwarenessConfig = Shapes::StructureShape.new(name: 'ZoneAwarenessConfig')
467
460
  ZoneStatus = Shapes::StringShape.new(name: 'ZoneStatus')
468
461
 
469
- AIMLOptionsInput.add_member(:natural_language_query_generation_options, Shapes::ShapeRef.new(shape: NaturalLanguageQueryGenerationOptionsInput, location_name: "NaturalLanguageQueryGenerationOptions"))
470
- AIMLOptionsInput.struct_class = Types::AIMLOptionsInput
471
-
472
- AIMLOptionsOutput.add_member(:natural_language_query_generation_options, Shapes::ShapeRef.new(shape: NaturalLanguageQueryGenerationOptionsOutput, location_name: "NaturalLanguageQueryGenerationOptions"))
473
- AIMLOptionsOutput.struct_class = Types::AIMLOptionsOutput
474
-
475
- AIMLOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: AIMLOptionsOutput, location_name: "Options"))
476
- AIMLOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, location_name: "Status"))
477
- AIMLOptionsStatus.struct_class = Types::AIMLOptionsStatus
478
-
479
462
  AWSDomainInformation.add_member(:owner_id, Shapes::ShapeRef.new(shape: OwnerId, location_name: "OwnerId"))
480
463
  AWSDomainInformation.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
481
464
  AWSDomainInformation.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
@@ -730,7 +713,6 @@ module Aws::OpenSearchService
730
713
  CreateDomainRequest.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsInput, location_name: "AutoTuneOptions"))
731
714
  CreateDomainRequest.add_member(:off_peak_window_options, Shapes::ShapeRef.new(shape: OffPeakWindowOptions, location_name: "OffPeakWindowOptions"))
732
715
  CreateDomainRequest.add_member(:software_update_options, Shapes::ShapeRef.new(shape: SoftwareUpdateOptions, location_name: "SoftwareUpdateOptions"))
733
- CreateDomainRequest.add_member(:aiml_options, Shapes::ShapeRef.new(shape: AIMLOptionsInput, location_name: "AIMLOptions"))
734
716
  CreateDomainRequest.struct_class = Types::CreateDomainRequest
735
717
 
736
718
  CreateDomainResponse.add_member(:domain_status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "DomainStatus"))
@@ -989,7 +971,6 @@ module Aws::OpenSearchService
989
971
  DomainConfig.add_member(:off_peak_window_options, Shapes::ShapeRef.new(shape: OffPeakWindowOptionsStatus, location_name: "OffPeakWindowOptions"))
990
972
  DomainConfig.add_member(:software_update_options, Shapes::ShapeRef.new(shape: SoftwareUpdateOptionsStatus, location_name: "SoftwareUpdateOptions"))
991
973
  DomainConfig.add_member(:modifying_properties, Shapes::ShapeRef.new(shape: ModifyingPropertiesList, location_name: "ModifyingProperties"))
992
- DomainConfig.add_member(:aiml_options, Shapes::ShapeRef.new(shape: AIMLOptionsStatus, location_name: "AIMLOptions"))
993
974
  DomainConfig.struct_class = Types::DomainConfig
994
975
 
995
976
  DomainEndpointOptions.add_member(:enforce_https, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnforceHTTPS"))
@@ -1083,7 +1064,6 @@ module Aws::OpenSearchService
1083
1064
  DomainStatus.add_member(:software_update_options, Shapes::ShapeRef.new(shape: SoftwareUpdateOptions, location_name: "SoftwareUpdateOptions"))
1084
1065
  DomainStatus.add_member(:domain_processing_status, Shapes::ShapeRef.new(shape: DomainProcessingStatusType, location_name: "DomainProcessingStatus"))
1085
1066
  DomainStatus.add_member(:modifying_properties, Shapes::ShapeRef.new(shape: ModifyingPropertiesList, location_name: "ModifyingProperties"))
1086
- DomainStatus.add_member(:aiml_options, Shapes::ShapeRef.new(shape: AIMLOptionsOutput, location_name: "AIMLOptions"))
1087
1067
  DomainStatus.struct_class = Types::DomainStatus
1088
1068
 
1089
1069
  DomainStatusList.member = Shapes::ShapeRef.new(shape: DomainStatus)
@@ -1390,13 +1370,6 @@ module Aws::OpenSearchService
1390
1370
 
1391
1371
  ModifyingPropertiesList.member = Shapes::ShapeRef.new(shape: ModifyingProperties)
1392
1372
 
1393
- NaturalLanguageQueryGenerationOptionsInput.add_member(:desired_state, Shapes::ShapeRef.new(shape: NaturalLanguageQueryGenerationDesiredState, location_name: "DesiredState"))
1394
- NaturalLanguageQueryGenerationOptionsInput.struct_class = Types::NaturalLanguageQueryGenerationOptionsInput
1395
-
1396
- NaturalLanguageQueryGenerationOptionsOutput.add_member(:desired_state, Shapes::ShapeRef.new(shape: NaturalLanguageQueryGenerationDesiredState, location_name: "DesiredState"))
1397
- NaturalLanguageQueryGenerationOptionsOutput.add_member(:current_state, Shapes::ShapeRef.new(shape: NaturalLanguageQueryGenerationCurrentState, location_name: "CurrentState"))
1398
- NaturalLanguageQueryGenerationOptionsOutput.struct_class = Types::NaturalLanguageQueryGenerationOptionsOutput
1399
-
1400
1373
  NodeToNodeEncryptionOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
1401
1374
  NodeToNodeEncryptionOptions.struct_class = Types::NodeToNodeEncryptionOptions
1402
1375
 
@@ -1673,7 +1646,6 @@ module Aws::OpenSearchService
1673
1646
  UpdateDomainConfigRequest.add_member(:dry_run_mode, Shapes::ShapeRef.new(shape: DryRunMode, location_name: "DryRunMode"))
1674
1647
  UpdateDomainConfigRequest.add_member(:off_peak_window_options, Shapes::ShapeRef.new(shape: OffPeakWindowOptions, location_name: "OffPeakWindowOptions"))
1675
1648
  UpdateDomainConfigRequest.add_member(:software_update_options, Shapes::ShapeRef.new(shape: SoftwareUpdateOptions, location_name: "SoftwareUpdateOptions"))
1676
- UpdateDomainConfigRequest.add_member(:aiml_options, Shapes::ShapeRef.new(shape: AIMLOptionsInput, location_name: "AIMLOptions"))
1677
1649
  UpdateDomainConfigRequest.struct_class = Types::UpdateDomainConfigRequest
1678
1650
 
1679
1651
  UpdateDomainConfigResponse.add_member(:domain_config, Shapes::ShapeRef.new(shape: DomainConfig, required: true, location_name: "DomainConfig"))
@@ -10,57 +10,6 @@
10
10
  module Aws::OpenSearchService
11
11
  module Types
12
12
 
13
- # Container for parameters required to enable all machine learning
14
- # features.
15
- #
16
- # @!attribute [rw] natural_language_query_generation_options
17
- # Container for parameters required for natural language query
18
- # generation on the specified domain.
19
- # @return [Types::NaturalLanguageQueryGenerationOptionsInput]
20
- #
21
- # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AIMLOptionsInput AWS API Documentation
22
- #
23
- class AIMLOptionsInput < Struct.new(
24
- :natural_language_query_generation_options)
25
- SENSITIVE = []
26
- include Aws::Structure
27
- end
28
-
29
- # Container for parameters representing the state of machine learning
30
- # features on the specified domain.
31
- #
32
- # @!attribute [rw] natural_language_query_generation_options
33
- # Container for parameters required for natural language query
34
- # generation on the specified domain.
35
- # @return [Types::NaturalLanguageQueryGenerationOptionsOutput]
36
- #
37
- # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AIMLOptionsOutput AWS API Documentation
38
- #
39
- class AIMLOptionsOutput < Struct.new(
40
- :natural_language_query_generation_options)
41
- SENSITIVE = []
42
- include Aws::Structure
43
- end
44
-
45
- # The status of machine learning options on the specified domain.
46
- #
47
- # @!attribute [rw] options
48
- # Machine learning options on the specified domain.
49
- # @return [Types::AIMLOptionsOutput]
50
- #
51
- # @!attribute [rw] status
52
- # Provides the current status of an entity.
53
- # @return [Types::OptionStatus]
54
- #
55
- # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AIMLOptionsStatus AWS API Documentation
56
- #
57
- class AIMLOptionsStatus < Struct.new(
58
- :options,
59
- :status)
60
- SENSITIVE = []
61
- include Aws::Structure
62
- end
63
-
64
13
  # Information about an Amazon OpenSearch Service domain.
65
14
  #
66
15
  # @!attribute [rw] owner_id
@@ -1445,10 +1394,6 @@ module Aws::OpenSearchService
1445
1394
  # Software update options for the domain.
1446
1395
  # @return [Types::SoftwareUpdateOptions]
1447
1396
  #
1448
- # @!attribute [rw] aiml_options
1449
- # Options for all machine learning features for the specified domain.
1450
- # @return [Types::AIMLOptionsInput]
1451
- #
1452
1397
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateDomainRequest AWS API Documentation
1453
1398
  #
1454
1399
  class CreateDomainRequest < Struct.new(
@@ -1470,8 +1415,7 @@ module Aws::OpenSearchService
1470
1415
  :tag_list,
1471
1416
  :auto_tune_options,
1472
1417
  :off_peak_window_options,
1473
- :software_update_options,
1474
- :aiml_options)
1418
+ :software_update_options)
1475
1419
  SENSITIVE = []
1476
1420
  include Aws::Structure
1477
1421
  end
@@ -2771,11 +2715,6 @@ module Aws::OpenSearchService
2771
2715
  # modified.
2772
2716
  # @return [Array<Types::ModifyingProperties>]
2773
2717
  #
2774
- # @!attribute [rw] aiml_options
2775
- # Container for parameters required to enable all machine learning
2776
- # features.
2777
- # @return [Types::AIMLOptionsStatus]
2778
- #
2779
2718
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DomainConfig AWS API Documentation
2780
2719
  #
2781
2720
  class DomainConfig < Struct.new(
@@ -2797,8 +2736,7 @@ module Aws::OpenSearchService
2797
2736
  :change_progress_details,
2798
2737
  :off_peak_window_options,
2799
2738
  :software_update_options,
2800
- :modifying_properties,
2801
- :aiml_options)
2739
+ :modifying_properties)
2802
2740
  SENSITIVE = []
2803
2741
  include Aws::Structure
2804
2742
  end
@@ -3229,11 +3167,6 @@ module Aws::OpenSearchService
3229
3167
  # modified.
3230
3168
  # @return [Array<Types::ModifyingProperties>]
3231
3169
  #
3232
- # @!attribute [rw] aiml_options
3233
- # Container for parameters required to enable all machine learning
3234
- # features.
3235
- # @return [Types::AIMLOptionsOutput]
3236
- #
3237
3170
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DomainStatus AWS API Documentation
3238
3171
  #
3239
3172
  class DomainStatus < Struct.new(
@@ -3268,8 +3201,7 @@ module Aws::OpenSearchService
3268
3201
  :off_peak_window_options,
3269
3202
  :software_update_options,
3270
3203
  :domain_processing_status,
3271
- :modifying_properties,
3272
- :aiml_options)
3204
+ :modifying_properties)
3273
3205
  SENSITIVE = []
3274
3206
  include Aws::Structure
3275
3207
  end
@@ -4764,44 +4696,6 @@ module Aws::OpenSearchService
4764
4696
  include Aws::Structure
4765
4697
  end
4766
4698
 
4767
- # Container for parameters required to enable the natural language query
4768
- # generation feature.
4769
- #
4770
- # @!attribute [rw] desired_state
4771
- # The desired state of the natural language query generation feature.
4772
- # Valid values are ENABLED and DISABLED.
4773
- # @return [String]
4774
- #
4775
- # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/NaturalLanguageQueryGenerationOptionsInput AWS API Documentation
4776
- #
4777
- class NaturalLanguageQueryGenerationOptionsInput < Struct.new(
4778
- :desired_state)
4779
- SENSITIVE = []
4780
- include Aws::Structure
4781
- end
4782
-
4783
- # Container for parameters representing the state of the natural
4784
- # language query generation feature on the specified domain.
4785
- #
4786
- # @!attribute [rw] desired_state
4787
- # The desired state of the natural language query generation feature.
4788
- # Valid values are ENABLED and DISABLED.
4789
- # @return [String]
4790
- #
4791
- # @!attribute [rw] current_state
4792
- # The current state of the natural language query generation feature,
4793
- # indicating completion, in progress, or failure.
4794
- # @return [String]
4795
- #
4796
- # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/NaturalLanguageQueryGenerationOptionsOutput AWS API Documentation
4797
- #
4798
- class NaturalLanguageQueryGenerationOptionsOutput < Struct.new(
4799
- :desired_state,
4800
- :current_state)
4801
- SENSITIVE = []
4802
- include Aws::Structure
4803
- end
4804
-
4805
4699
  # Enables or disables node-to-node encryption. For more information, see
4806
4700
  # [Node-to-node encryption for Amazon OpenSearch Service][1].
4807
4701
  #
@@ -6221,10 +6115,6 @@ module Aws::OpenSearchService
6221
6115
  # Service software update options for the domain.
6222
6116
  # @return [Types::SoftwareUpdateOptions]
6223
6117
  #
6224
- # @!attribute [rw] aiml_options
6225
- # Options for all machine learning features for the specified domain.
6226
- # @return [Types::AIMLOptionsInput]
6227
- #
6228
6118
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpdateDomainConfigRequest AWS API Documentation
6229
6119
  #
6230
6120
  class UpdateDomainConfigRequest < Struct.new(
@@ -6246,8 +6136,7 @@ module Aws::OpenSearchService
6246
6136
  :dry_run,
6247
6137
  :dry_run_mode,
6248
6138
  :off_peak_window_options,
6249
- :software_update_options,
6250
- :aiml_options)
6139
+ :software_update_options)
6251
6140
  SENSITIVE = []
6252
6141
  include Aws::Structure
6253
6142
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-opensearchservice/customizations'
52
52
  # @!group service
53
53
  module Aws::OpenSearchService
54
54
 
55
- GEM_VERSION = '1.47.0'
55
+ GEM_VERSION = '1.48.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -282,11 +282,6 @@ module Aws
282
282
  },
283
283
  ?software_update_options: {
284
284
  auto_software_update_enabled: bool?
285
- },
286
- ?aiml_options: {
287
- natural_language_query_generation_options: {
288
- desired_state: ("ENABLED" | "DISABLED")?
289
- }?
290
285
  }
291
286
  ) -> _CreateDomainResponseSuccess
292
287
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDomainResponseSuccess
@@ -1066,11 +1061,6 @@ module Aws
1066
1061
  },
1067
1062
  ?software_update_options: {
1068
1063
  auto_software_update_enabled: bool?
1069
- },
1070
- ?aiml_options: {
1071
- natural_language_query_generation_options: {
1072
- desired_state: ("ENABLED" | "DISABLED")?
1073
- }?
1074
1064
  }
1075
1065
  ) -> _UpdateDomainConfigResponseSuccess
1076
1066
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainConfigResponseSuccess
data/sig/types.rbs CHANGED
@@ -8,22 +8,6 @@
8
8
  module Aws::OpenSearchService
9
9
  module Types
10
10
 
11
- class AIMLOptionsInput
12
- attr_accessor natural_language_query_generation_options: Types::NaturalLanguageQueryGenerationOptionsInput
13
- SENSITIVE: []
14
- end
15
-
16
- class AIMLOptionsOutput
17
- attr_accessor natural_language_query_generation_options: Types::NaturalLanguageQueryGenerationOptionsOutput
18
- SENSITIVE: []
19
- end
20
-
21
- class AIMLOptionsStatus
22
- attr_accessor options: Types::AIMLOptionsOutput
23
- attr_accessor status: Types::OptionStatus
24
- SENSITIVE: []
25
- end
26
-
27
11
  class AWSDomainInformation
28
12
  attr_accessor owner_id: ::String
29
13
  attr_accessor domain_name: ::String
@@ -344,7 +328,6 @@ module Aws::OpenSearchService
344
328
  attr_accessor auto_tune_options: Types::AutoTuneOptionsInput
345
329
  attr_accessor off_peak_window_options: Types::OffPeakWindowOptions
346
330
  attr_accessor software_update_options: Types::SoftwareUpdateOptions
347
- attr_accessor aiml_options: Types::AIMLOptionsInput
348
331
  SENSITIVE: []
349
332
  end
350
333
 
@@ -714,7 +697,6 @@ module Aws::OpenSearchService
714
697
  attr_accessor off_peak_window_options: Types::OffPeakWindowOptionsStatus
715
698
  attr_accessor software_update_options: Types::SoftwareUpdateOptionsStatus
716
699
  attr_accessor modifying_properties: ::Array[Types::ModifyingProperties]
717
- attr_accessor aiml_options: Types::AIMLOptionsStatus
718
700
  SENSITIVE: []
719
701
  end
720
702
 
@@ -814,7 +796,6 @@ module Aws::OpenSearchService
814
796
  attr_accessor software_update_options: Types::SoftwareUpdateOptions
815
797
  attr_accessor domain_processing_status: ("Creating" | "Active" | "Modifying" | "UpgradingEngineVersion" | "UpdatingServiceSoftware" | "Isolated" | "Deleting")
816
798
  attr_accessor modifying_properties: ::Array[Types::ModifyingProperties]
817
- attr_accessor aiml_options: Types::AIMLOptionsOutput
818
799
  SENSITIVE: []
819
800
  end
820
801
 
@@ -1215,17 +1196,6 @@ module Aws::OpenSearchService
1215
1196
  SENSITIVE: []
1216
1197
  end
1217
1198
 
1218
- class NaturalLanguageQueryGenerationOptionsInput
1219
- attr_accessor desired_state: ("ENABLED" | "DISABLED")
1220
- SENSITIVE: []
1221
- end
1222
-
1223
- class NaturalLanguageQueryGenerationOptionsOutput
1224
- attr_accessor desired_state: ("ENABLED" | "DISABLED")
1225
- attr_accessor current_state: ("NOT_ENABLED" | "ENABLE_COMPLETE" | "ENABLE_IN_PROGRESS" | "ENABLE_FAILED" | "DISABLE_COMPLETE" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED")
1226
- SENSITIVE: []
1227
- end
1228
-
1229
1199
  class NodeToNodeEncryptionOptions
1230
1200
  attr_accessor enabled: bool
1231
1201
  SENSITIVE: []
@@ -1566,7 +1536,6 @@ module Aws::OpenSearchService
1566
1536
  attr_accessor dry_run_mode: ("Basic" | "Verbose")
1567
1537
  attr_accessor off_peak_window_options: Types::OffPeakWindowOptions
1568
1538
  attr_accessor software_update_options: Types::SoftwareUpdateOptions
1569
- attr_accessor aiml_options: Types::AIMLOptionsInput
1570
1539
  SENSITIVE: []
1571
1540
  end
1572
1541
 
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.47.0
4
+ version: 1.48.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-06-26 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core