aws-sdk-opensearchservice 1.47.0 → 1.49.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: 95fa25078ced585620fd702bfb949b5c881e31ed36b08d74a5992e32600bf0c4
4
+ data.tar.gz: 4c7773e8ef0a39f6e4e5125eed79d666982ce732484f369e1526a8c50901baab
5
5
  SHA512:
6
- metadata.gz: f0a9ea4d47a9dca81016c61cab0c91c9aca1e64e61e971d2ddb0b552a91c07e51fefc93fa4f82bfed0daa88e156d775c4631d8930a6372cc4f5a15ab93af7209
7
- data.tar.gz: 8232885b45f14bd96be937b6cd121d148488d6bb8836676e6eaa91c379063ba01d60b6a1ac25a2c854d4c652426a2ac998a5cf629ec59a297d1622d3b561941c
6
+ metadata.gz: 85f70113e85e6a11ef43c210ff81268bbd3761ade953d4181de7a10d8c13e21cf59f3846dd586d05682d69892796142dbcda795f8cd108dd38267796e01bf262
7
+ data.tar.gz: b8fbf1b501b45ba154190c1972520e0eb1c1f6f43996ea98067dcffa19db5c4d84c80c9ce0d46bfe4de94cde749261209c75fa0380fdea4550f263435189a35a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2024-07-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.48.0 (2024-06-28)
10
+ ------------------
11
+
12
+ * Feature - This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains.
13
+
4
14
  1.47.0 (2024-06-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.49.0
@@ -312,6 +312,15 @@ module Aws::OpenSearchService
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :stub_responses (false)
316
325
  # Causes the client to return stubbed responses. By default
317
326
  # fake responses are generated and returned. You can specify
@@ -847,9 +856,6 @@ module Aws::OpenSearchService
847
856
  # @option params [Types::SoftwareUpdateOptions] :software_update_options
848
857
  # Software update options for the domain.
849
858
  #
850
- # @option params [Types::AIMLOptionsInput] :aiml_options
851
- # Options for all machine learning features for the specified domain.
852
- #
853
859
  # @return [Types::CreateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
854
860
  #
855
861
  # * {Types::CreateDomainResponse#domain_status #domain_status} => Types::DomainStatus
@@ -982,11 +988,6 @@ module Aws::OpenSearchService
982
988
  # software_update_options: {
983
989
  # auto_software_update_enabled: false,
984
990
  # },
985
- # aiml_options: {
986
- # natural_language_query_generation_options: {
987
- # desired_state: "ENABLED", # accepts ENABLED, DISABLED
988
- # },
989
- # },
990
991
  # })
991
992
  #
992
993
  # @example Response structure
@@ -1089,8 +1090,6 @@ module Aws::OpenSearchService
1089
1090
  # resp.domain_status.modifying_properties[0].active_value #=> String
1090
1091
  # resp.domain_status.modifying_properties[0].pending_value #=> String
1091
1092
  # 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
1093
  #
1095
1094
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateDomain AWS API Documentation
1096
1095
  #
@@ -1456,8 +1455,6 @@ module Aws::OpenSearchService
1456
1455
  # resp.domain_status.modifying_properties[0].active_value #=> String
1457
1456
  # resp.domain_status.modifying_properties[0].pending_value #=> String
1458
1457
  # 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
1458
  #
1462
1459
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeleteDomain AWS API Documentation
1463
1460
  #
@@ -1756,8 +1753,6 @@ module Aws::OpenSearchService
1756
1753
  # resp.domain_status.modifying_properties[0].active_value #=> String
1757
1754
  # resp.domain_status.modifying_properties[0].pending_value #=> String
1758
1755
  # 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
1756
  #
1762
1757
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomain AWS API Documentation
1763
1758
  #
@@ -2064,13 +2059,6 @@ module Aws::OpenSearchService
2064
2059
  # resp.domain_config.modifying_properties[0].active_value #=> String
2065
2060
  # resp.domain_config.modifying_properties[0].pending_value #=> String
2066
2061
  # 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
2062
  #
2075
2063
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainConfig AWS API Documentation
2076
2064
  #
@@ -2298,8 +2286,6 @@ module Aws::OpenSearchService
2298
2286
  # resp.domain_status_list[0].modifying_properties[0].active_value #=> String
2299
2287
  # resp.domain_status_list[0].modifying_properties[0].pending_value #=> String
2300
2288
  # 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
2289
  #
2304
2290
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomains AWS API Documentation
2305
2291
  #
@@ -2450,8 +2436,6 @@ module Aws::OpenSearchService
2450
2436
  # resp.dry_run_config.modifying_properties[0].active_value #=> String
2451
2437
  # resp.dry_run_config.modifying_properties[0].pending_value #=> String
2452
2438
  # 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
2439
  # resp.dry_run_results.deployment_type #=> String
2456
2440
  # resp.dry_run_results.message #=> String
2457
2441
  #
@@ -4195,9 +4179,6 @@ module Aws::OpenSearchService
4195
4179
  # @option params [Types::SoftwareUpdateOptions] :software_update_options
4196
4180
  # Service software update options for the domain.
4197
4181
  #
4198
- # @option params [Types::AIMLOptionsInput] :aiml_options
4199
- # Options for all machine learning features for the specified domain.
4200
- #
4201
4182
  # @return [Types::UpdateDomainConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4202
4183
  #
4203
4184
  # * {Types::UpdateDomainConfigResponse#domain_config #domain_config} => Types::DomainConfig
@@ -4328,11 +4309,6 @@ module Aws::OpenSearchService
4328
4309
  # software_update_options: {
4329
4310
  # auto_software_update_enabled: false,
4330
4311
  # },
4331
- # aiml_options: {
4332
- # natural_language_query_generation_options: {
4333
- # desired_state: "ENABLED", # accepts ENABLED, DISABLED
4334
- # },
4335
- # },
4336
4312
  # })
4337
4313
  #
4338
4314
  # @example Response structure
@@ -4505,13 +4481,6 @@ module Aws::OpenSearchService
4505
4481
  # resp.domain_config.modifying_properties[0].active_value #=> String
4506
4482
  # resp.domain_config.modifying_properties[0].pending_value #=> String
4507
4483
  # 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
4484
  # resp.dry_run_results.deployment_type #=> String
4516
4485
  # resp.dry_run_results.message #=> String
4517
4486
  # resp.dry_run_progress_status.dry_run_id #=> String
@@ -4805,7 +4774,7 @@ module Aws::OpenSearchService
4805
4774
  params: params,
4806
4775
  config: config)
4807
4776
  context[:gem_name] = 'aws-sdk-opensearchservice'
4808
- context[:gem_version] = '1.47.0'
4777
+ context[:gem_version] = '1.49.0'
4809
4778
  Seahorse::Client::Request.new(handlers, context)
4810
4779
  end
4811
4780
 
@@ -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.49.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
@@ -282,11 +283,6 @@ module Aws
282
283
  },
283
284
  ?software_update_options: {
284
285
  auto_software_update_enabled: bool?
285
- },
286
- ?aiml_options: {
287
- natural_language_query_generation_options: {
288
- desired_state: ("ENABLED" | "DISABLED")?
289
- }?
290
286
  }
291
287
  ) -> _CreateDomainResponseSuccess
292
288
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDomainResponseSuccess
@@ -1066,11 +1062,6 @@ module Aws
1066
1062
  },
1067
1063
  ?software_update_options: {
1068
1064
  auto_software_update_enabled: bool?
1069
- },
1070
- ?aiml_options: {
1071
- natural_language_query_generation_options: {
1072
- desired_state: ("ENABLED" | "DISABLED")?
1073
- }?
1074
1065
  }
1075
1066
  ) -> _UpdateDomainConfigResponseSuccess
1076
1067
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainConfigResponseSuccess
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
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.49.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-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for Amazon OpenSearch Service. This gem is part
48
48
  of the AWS SDK for Ruby.
49
49
  email: