aws-sdk-opensearchservice 1.98.0 → 1.100.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1c2c38117c6ef81b0efc8072965ad007e287e3a5eb86fd95f65c570fb81de99
4
- data.tar.gz: 04341c0a0b2c954e01fd9a2acf89de4f22f63431c768ef56995c1cdd4021c8f8
3
+ metadata.gz: 2bdd2021fec2b9a81b59b63fb279390bc8f18df8a9bfa97a7e63b5d5bc0e12fc
4
+ data.tar.gz: 839b0188c9d3a14be0023b359750d2536394607c524fd856ed49faa28166d6ec
5
5
  SHA512:
6
- metadata.gz: 3935591dc6b1523e124a6ef5b77b523843f89008aa6e817970ac79786d8abf77ce3aa5e7523ba3a1aeb08390a2f150cd84b34ae5b17045ab45e082cdbf4a65ac
7
- data.tar.gz: 17a3f46c233ee035c0ddb1d0e08d8de0074a1566de0f53e91a236594607bcd3aab1e28a4ba395486b579a2e65ef696b75d90406163369b3f8b5c34e3e2183061
6
+ metadata.gz: 2b16125322bb65ba8cd4e7be15525fdaaafe0ffeec888cd1a311fb51ed2e38390e0789d9938165a9c3b5a1549e7a1779d0d1d82b926390ede66ac314b5804b47
7
+ data.tar.gz: 626a43c6b6721fde035938f6b965a309e1e72b469de8a2eb11b7da8da0684203591cdc2218dc43713d64156bfa67654d57d0ce5f50f861a364ce6b9f3e0fe77d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.99.0 (2026-05-13)
10
+ ------------------
11
+
12
+ * Feature - Adds support for AutomatedSnapshotPauseOptions.
13
+
4
14
  1.98.0 (2026-05-05)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.100.0
@@ -1199,6 +1199,16 @@ module Aws::OpenSearchService
1199
1199
  # @option params [Types::DeploymentStrategyOptions] :deployment_strategy_options
1200
1200
  # Specifies the deployment strategy options for the domain.
1201
1201
  #
1202
+ # @option params [Types::AutomatedSnapshotPauseRequestOptions] :automated_snapshot_pause_options
1203
+ # Specifies the automated snapshot pause options for the domain.
1204
+ #
1205
+ # Suspending snapshots reduces data protection. You cannot restore your
1206
+ # domain to points in time when snapshots are suspended. Use this
1207
+ # feature only for short-term operational needs such as migrations or
1208
+ # maintenance windows.
1209
+ #
1210
+ # Maximum suspension duration: 3 days.
1211
+ #
1202
1212
  # @return [Types::CreateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1203
1213
  #
1204
1214
  # * {Types::CreateDomainResponse#domain_status #domain_status} => Types::DomainStatus
@@ -1370,6 +1380,11 @@ module Aws::OpenSearchService
1370
1380
  # deployment_strategy_options: {
1371
1381
  # deployment_strategy: "Default", # required, accepts Default, CapacityOptimized
1372
1382
  # },
1383
+ # automated_snapshot_pause_options: {
1384
+ # enabled: false, # required
1385
+ # start_time: Time.now,
1386
+ # end_time: Time.now,
1387
+ # },
1373
1388
  # })
1374
1389
  #
1375
1390
  # @example Response structure
@@ -1495,6 +1510,10 @@ module Aws::OpenSearchService
1495
1510
  # resp.domain_status.aiml_options.s3_vectors_engine.enabled #=> Boolean
1496
1511
  # resp.domain_status.aiml_options.serverless_vector_acceleration.enabled #=> Boolean
1497
1512
  # resp.domain_status.deployment_strategy_options.deployment_strategy #=> String, one of "Default", "CapacityOptimized"
1513
+ # resp.domain_status.automated_snapshot_pause_options.enabled #=> Boolean
1514
+ # resp.domain_status.automated_snapshot_pause_options.start_time #=> Time
1515
+ # resp.domain_status.automated_snapshot_pause_options.end_time #=> Time
1516
+ # resp.domain_status.automated_snapshot_pause_options.state #=> String, one of "Active", "Completed", "Scheduled", "Disabled"
1498
1517
  #
1499
1518
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateDomain AWS API Documentation
1500
1519
  #
@@ -2030,6 +2049,10 @@ module Aws::OpenSearchService
2030
2049
  # resp.domain_status.aiml_options.s3_vectors_engine.enabled #=> Boolean
2031
2050
  # resp.domain_status.aiml_options.serverless_vector_acceleration.enabled #=> Boolean
2032
2051
  # resp.domain_status.deployment_strategy_options.deployment_strategy #=> String, one of "Default", "CapacityOptimized"
2052
+ # resp.domain_status.automated_snapshot_pause_options.enabled #=> Boolean
2053
+ # resp.domain_status.automated_snapshot_pause_options.start_time #=> Time
2054
+ # resp.domain_status.automated_snapshot_pause_options.end_time #=> Time
2055
+ # resp.domain_status.automated_snapshot_pause_options.state #=> String, one of "Active", "Completed", "Scheduled", "Disabled"
2033
2056
  #
2034
2057
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeleteDomain AWS API Documentation
2035
2058
  #
@@ -2430,6 +2453,10 @@ module Aws::OpenSearchService
2430
2453
  # resp.domain_status.aiml_options.s3_vectors_engine.enabled #=> Boolean
2431
2454
  # resp.domain_status.aiml_options.serverless_vector_acceleration.enabled #=> Boolean
2432
2455
  # resp.domain_status.deployment_strategy_options.deployment_strategy #=> String, one of "Default", "CapacityOptimized"
2456
+ # resp.domain_status.automated_snapshot_pause_options.enabled #=> Boolean
2457
+ # resp.domain_status.automated_snapshot_pause_options.start_time #=> Time
2458
+ # resp.domain_status.automated_snapshot_pause_options.end_time #=> Time
2459
+ # resp.domain_status.automated_snapshot_pause_options.state #=> String, one of "Active", "Completed", "Scheduled", "Disabled"
2433
2460
  #
2434
2461
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomain AWS API Documentation
2435
2462
  #
@@ -2774,6 +2801,15 @@ module Aws::OpenSearchService
2774
2801
  # resp.domain_config.deployment_strategy_options.status.update_version #=> Integer
2775
2802
  # resp.domain_config.deployment_strategy_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
2776
2803
  # resp.domain_config.deployment_strategy_options.status.pending_deletion #=> Boolean
2804
+ # resp.domain_config.automated_snapshot_pause_options.options.enabled #=> Boolean
2805
+ # resp.domain_config.automated_snapshot_pause_options.options.start_time #=> Time
2806
+ # resp.domain_config.automated_snapshot_pause_options.options.end_time #=> Time
2807
+ # resp.domain_config.automated_snapshot_pause_options.options.state #=> String, one of "Active", "Completed", "Scheduled", "Disabled"
2808
+ # resp.domain_config.automated_snapshot_pause_options.status.creation_date #=> Time
2809
+ # resp.domain_config.automated_snapshot_pause_options.status.update_date #=> Time
2810
+ # resp.domain_config.automated_snapshot_pause_options.status.update_version #=> Integer
2811
+ # resp.domain_config.automated_snapshot_pause_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
2812
+ # resp.domain_config.automated_snapshot_pause_options.status.pending_deletion #=> Boolean
2777
2813
  #
2778
2814
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainConfig AWS API Documentation
2779
2815
  #
@@ -3024,6 +3060,10 @@ module Aws::OpenSearchService
3024
3060
  # resp.domain_status_list[0].aiml_options.s3_vectors_engine.enabled #=> Boolean
3025
3061
  # resp.domain_status_list[0].aiml_options.serverless_vector_acceleration.enabled #=> Boolean
3026
3062
  # resp.domain_status_list[0].deployment_strategy_options.deployment_strategy #=> String, one of "Default", "CapacityOptimized"
3063
+ # resp.domain_status_list[0].automated_snapshot_pause_options.enabled #=> Boolean
3064
+ # resp.domain_status_list[0].automated_snapshot_pause_options.start_time #=> Time
3065
+ # resp.domain_status_list[0].automated_snapshot_pause_options.end_time #=> Time
3066
+ # resp.domain_status_list[0].automated_snapshot_pause_options.state #=> String, one of "Active", "Completed", "Scheduled", "Disabled"
3027
3067
  #
3028
3068
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomains AWS API Documentation
3029
3069
  #
@@ -3197,6 +3237,10 @@ module Aws::OpenSearchService
3197
3237
  # resp.dry_run_config.aiml_options.s3_vectors_engine.enabled #=> Boolean
3198
3238
  # resp.dry_run_config.aiml_options.serverless_vector_acceleration.enabled #=> Boolean
3199
3239
  # resp.dry_run_config.deployment_strategy_options.deployment_strategy #=> String, one of "Default", "CapacityOptimized"
3240
+ # resp.dry_run_config.automated_snapshot_pause_options.enabled #=> Boolean
3241
+ # resp.dry_run_config.automated_snapshot_pause_options.start_time #=> Time
3242
+ # resp.dry_run_config.automated_snapshot_pause_options.end_time #=> Time
3243
+ # resp.dry_run_config.automated_snapshot_pause_options.state #=> String, one of "Active", "Completed", "Scheduled", "Disabled"
3200
3244
  # resp.dry_run_results.deployment_type #=> String
3201
3245
  # resp.dry_run_results.message #=> String
3202
3246
  #
@@ -5729,6 +5773,16 @@ module Aws::OpenSearchService
5729
5773
  # @option params [Types::DeploymentStrategyOptions] :deployment_strategy_options
5730
5774
  # Specifies the deployment strategy options for the domain.
5731
5775
  #
5776
+ # @option params [Types::AutomatedSnapshotPauseRequestOptions] :automated_snapshot_pause_options
5777
+ # Specifies the automated snapshot pause options for the domain.
5778
+ #
5779
+ # Suspending snapshots reduces data protection. You cannot restore your
5780
+ # domain to points in time when snapshots are suspended. Use this
5781
+ # feature only for short-term operational needs such as migrations or
5782
+ # maintenance windows.
5783
+ #
5784
+ # Maximum suspension duration: 3 days.
5785
+ #
5732
5786
  # @return [Types::UpdateDomainConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5733
5787
  #
5734
5788
  # * {Types::UpdateDomainConfigResponse#domain_config #domain_config} => Types::DomainConfig
@@ -5898,6 +5952,11 @@ module Aws::OpenSearchService
5898
5952
  # deployment_strategy_options: {
5899
5953
  # deployment_strategy: "Default", # required, accepts Default, CapacityOptimized
5900
5954
  # },
5955
+ # automated_snapshot_pause_options: {
5956
+ # enabled: false, # required
5957
+ # start_time: Time.now,
5958
+ # end_time: Time.now,
5959
+ # },
5901
5960
  # })
5902
5961
  #
5903
5962
  # @example Response structure
@@ -6108,6 +6167,15 @@ module Aws::OpenSearchService
6108
6167
  # resp.domain_config.deployment_strategy_options.status.update_version #=> Integer
6109
6168
  # resp.domain_config.deployment_strategy_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
6110
6169
  # resp.domain_config.deployment_strategy_options.status.pending_deletion #=> Boolean
6170
+ # resp.domain_config.automated_snapshot_pause_options.options.enabled #=> Boolean
6171
+ # resp.domain_config.automated_snapshot_pause_options.options.start_time #=> Time
6172
+ # resp.domain_config.automated_snapshot_pause_options.options.end_time #=> Time
6173
+ # resp.domain_config.automated_snapshot_pause_options.options.state #=> String, one of "Active", "Completed", "Scheduled", "Disabled"
6174
+ # resp.domain_config.automated_snapshot_pause_options.status.creation_date #=> Time
6175
+ # resp.domain_config.automated_snapshot_pause_options.status.update_date #=> Time
6176
+ # resp.domain_config.automated_snapshot_pause_options.status.update_version #=> Integer
6177
+ # resp.domain_config.automated_snapshot_pause_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
6178
+ # resp.domain_config.automated_snapshot_pause_options.status.pending_deletion #=> Boolean
6111
6179
  # resp.dry_run_results.deployment_type #=> String
6112
6180
  # resp.dry_run_results.message #=> String
6113
6181
  # resp.dry_run_progress_status.dry_run_id #=> String
@@ -6525,7 +6593,7 @@ module Aws::OpenSearchService
6525
6593
  tracer: tracer
6526
6594
  )
6527
6595
  context[:gem_name] = 'aws-sdk-opensearchservice'
6528
- context[:gem_version] = '1.98.0'
6596
+ context[:gem_version] = '1.100.0'
6529
6597
  Seahorse::Client::Request.new(handlers, context)
6530
6598
  end
6531
6599
 
@@ -74,6 +74,9 @@ module Aws::OpenSearchService
74
74
  AutoTuneState = Shapes::StringShape.new(name: 'AutoTuneState')
75
75
  AutoTuneStatus = Shapes::StructureShape.new(name: 'AutoTuneStatus')
76
76
  AutoTuneType = Shapes::StringShape.new(name: 'AutoTuneType')
77
+ AutomatedSnapshotPauseOptions = Shapes::StructureShape.new(name: 'AutomatedSnapshotPauseOptions')
78
+ AutomatedSnapshotPauseOptionsStatus = Shapes::StructureShape.new(name: 'AutomatedSnapshotPauseOptionsStatus')
79
+ AutomatedSnapshotPauseRequestOptions = Shapes::StructureShape.new(name: 'AutomatedSnapshotPauseRequestOptions')
77
80
  AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
78
81
  AvailabilityZoneInfo = Shapes::StructureShape.new(name: 'AvailabilityZoneInfo')
79
82
  AvailabilityZoneInfoList = Shapes::ListShape.new(name: 'AvailabilityZoneInfoList')
@@ -456,6 +459,7 @@ module Aws::OpenSearchService
456
459
  PackageVersionHistory = Shapes::StructureShape.new(name: 'PackageVersionHistory')
457
460
  PackageVersionHistoryList = Shapes::ListShape.new(name: 'PackageVersionHistoryList')
458
461
  Password = Shapes::StringShape.new(name: 'Password')
462
+ PauseState = Shapes::StringShape.new(name: 'PauseState')
459
463
  PluginClassName = Shapes::StringShape.new(name: 'PluginClassName')
460
464
  PluginDescription = Shapes::StringShape.new(name: 'PluginDescription')
461
465
  PluginName = Shapes::StringShape.new(name: 'PluginName')
@@ -800,6 +804,21 @@ module Aws::OpenSearchService
800
804
  AutoTuneStatus.add_member(:pending_deletion, Shapes::ShapeRef.new(shape: Boolean, location_name: "PendingDeletion"))
801
805
  AutoTuneStatus.struct_class = Types::AutoTuneStatus
802
806
 
807
+ AutomatedSnapshotPauseOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
808
+ AutomatedSnapshotPauseOptions.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
809
+ AutomatedSnapshotPauseOptions.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
810
+ AutomatedSnapshotPauseOptions.add_member(:state, Shapes::ShapeRef.new(shape: PauseState, location_name: "State"))
811
+ AutomatedSnapshotPauseOptions.struct_class = Types::AutomatedSnapshotPauseOptions
812
+
813
+ AutomatedSnapshotPauseOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: AutomatedSnapshotPauseOptions, required: true, location_name: "Options"))
814
+ AutomatedSnapshotPauseOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
815
+ AutomatedSnapshotPauseOptionsStatus.struct_class = Types::AutomatedSnapshotPauseOptionsStatus
816
+
817
+ AutomatedSnapshotPauseRequestOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
818
+ AutomatedSnapshotPauseRequestOptions.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
819
+ AutomatedSnapshotPauseRequestOptions.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
820
+ AutomatedSnapshotPauseRequestOptions.struct_class = Types::AutomatedSnapshotPauseRequestOptions
821
+
803
822
  AvailabilityZoneInfo.add_member(:availability_zone_name, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZoneName"))
804
823
  AvailabilityZoneInfo.add_member(:zone_status, Shapes::ShapeRef.new(shape: ZoneStatus, location_name: "ZoneStatus"))
805
824
  AvailabilityZoneInfo.add_member(:configured_data_node_count, Shapes::ShapeRef.new(shape: NumberOfNodes, location_name: "ConfiguredDataNodeCount"))
@@ -978,6 +997,7 @@ module Aws::OpenSearchService
978
997
  CreateDomainRequest.add_member(:software_update_options, Shapes::ShapeRef.new(shape: SoftwareUpdateOptions, location_name: "SoftwareUpdateOptions"))
979
998
  CreateDomainRequest.add_member(:aiml_options, Shapes::ShapeRef.new(shape: AIMLOptionsInput, location_name: "AIMLOptions"))
980
999
  CreateDomainRequest.add_member(:deployment_strategy_options, Shapes::ShapeRef.new(shape: DeploymentStrategyOptions, location_name: "DeploymentStrategyOptions"))
1000
+ CreateDomainRequest.add_member(:automated_snapshot_pause_options, Shapes::ShapeRef.new(shape: AutomatedSnapshotPauseRequestOptions, location_name: "AutomatedSnapshotPauseOptions"))
981
1001
  CreateDomainRequest.struct_class = Types::CreateDomainRequest
982
1002
 
983
1003
  CreateDomainResponse.add_member(:domain_status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "DomainStatus"))
@@ -1324,6 +1344,7 @@ module Aws::OpenSearchService
1324
1344
  DomainConfig.add_member(:modifying_properties, Shapes::ShapeRef.new(shape: ModifyingPropertiesList, location_name: "ModifyingProperties"))
1325
1345
  DomainConfig.add_member(:aiml_options, Shapes::ShapeRef.new(shape: AIMLOptionsStatus, location_name: "AIMLOptions"))
1326
1346
  DomainConfig.add_member(:deployment_strategy_options, Shapes::ShapeRef.new(shape: DeploymentStrategyOptionsStatus, location_name: "DeploymentStrategyOptions"))
1347
+ DomainConfig.add_member(:automated_snapshot_pause_options, Shapes::ShapeRef.new(shape: AutomatedSnapshotPauseOptionsStatus, location_name: "AutomatedSnapshotPauseOptions"))
1327
1348
  DomainConfig.struct_class = Types::DomainConfig
1328
1349
 
1329
1350
  DomainEndpointOptions.add_member(:enforce_https, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnforceHTTPS"))
@@ -1422,6 +1443,7 @@ module Aws::OpenSearchService
1422
1443
  DomainStatus.add_member(:modifying_properties, Shapes::ShapeRef.new(shape: ModifyingPropertiesList, location_name: "ModifyingProperties"))
1423
1444
  DomainStatus.add_member(:aiml_options, Shapes::ShapeRef.new(shape: AIMLOptionsOutput, location_name: "AIMLOptions"))
1424
1445
  DomainStatus.add_member(:deployment_strategy_options, Shapes::ShapeRef.new(shape: DeploymentStrategyOptions, location_name: "DeploymentStrategyOptions"))
1446
+ DomainStatus.add_member(:automated_snapshot_pause_options, Shapes::ShapeRef.new(shape: AutomatedSnapshotPauseOptions, location_name: "AutomatedSnapshotPauseOptions"))
1425
1447
  DomainStatus.struct_class = Types::DomainStatus
1426
1448
 
1427
1449
  DomainStatusList.member = Shapes::ShapeRef.new(shape: DomainStatus)
@@ -2289,6 +2311,7 @@ module Aws::OpenSearchService
2289
2311
  UpdateDomainConfigRequest.add_member(:software_update_options, Shapes::ShapeRef.new(shape: SoftwareUpdateOptions, location_name: "SoftwareUpdateOptions"))
2290
2312
  UpdateDomainConfigRequest.add_member(:aiml_options, Shapes::ShapeRef.new(shape: AIMLOptionsInput, location_name: "AIMLOptions"))
2291
2313
  UpdateDomainConfigRequest.add_member(:deployment_strategy_options, Shapes::ShapeRef.new(shape: DeploymentStrategyOptions, location_name: "DeploymentStrategyOptions"))
2314
+ UpdateDomainConfigRequest.add_member(:automated_snapshot_pause_options, Shapes::ShapeRef.new(shape: AutomatedSnapshotPauseRequestOptions, location_name: "AutomatedSnapshotPauseOptions"))
2292
2315
  UpdateDomainConfigRequest.struct_class = Types::UpdateDomainConfigRequest
2293
2316
 
2294
2317
  UpdateDomainConfigResponse.add_member(:domain_config, Shapes::ShapeRef.new(shape: DomainConfig, required: true, location_name: "DomainConfig"))
@@ -1011,6 +1011,92 @@ module Aws::OpenSearchService
1011
1011
  include Aws::Structure
1012
1012
  end
1013
1013
 
1014
+ # Specifies the automated snapshot pause options for the domain. These
1015
+ # options allow you to temporarily pause automated snapshots for a
1016
+ # specified time period.
1017
+ #
1018
+ # @!attribute [rw] enabled
1019
+ # Whether automated snapshot pause is enabled for the domain.
1020
+ # @return [Boolean]
1021
+ #
1022
+ # @!attribute [rw] start_time
1023
+ # The timestamp at which the automated snapshot pause begins.
1024
+ # @return [Time]
1025
+ #
1026
+ # @!attribute [rw] end_time
1027
+ # The timestamp at which the automated snapshot pause ends.
1028
+ # @return [Time]
1029
+ #
1030
+ # @!attribute [rw] state
1031
+ # The current state of the automated snapshot pause. Valid values are
1032
+ # `Active`, `Completed`, `Scheduled`, and `Disabled`.
1033
+ # @return [String]
1034
+ #
1035
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AutomatedSnapshotPauseOptions AWS API Documentation
1036
+ #
1037
+ class AutomatedSnapshotPauseOptions < Struct.new(
1038
+ :enabled,
1039
+ :start_time,
1040
+ :end_time,
1041
+ :state)
1042
+ SENSITIVE = []
1043
+ include Aws::Structure
1044
+ end
1045
+
1046
+ # The status of automated snapshot pause options for the domain.
1047
+ #
1048
+ # @!attribute [rw] options
1049
+ # Automated snapshot pause options for the domain.
1050
+ # @return [Types::AutomatedSnapshotPauseOptions]
1051
+ #
1052
+ # @!attribute [rw] status
1053
+ # The current status of the automated snapshot pause options for the
1054
+ # domain.
1055
+ # @return [Types::OptionStatus]
1056
+ #
1057
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AutomatedSnapshotPauseOptionsStatus AWS API Documentation
1058
+ #
1059
+ class AutomatedSnapshotPauseOptionsStatus < Struct.new(
1060
+ :options,
1061
+ :status)
1062
+ SENSITIVE = []
1063
+ include Aws::Structure
1064
+ end
1065
+
1066
+ # Specifies the automated snapshot pause request options for the domain.
1067
+ #
1068
+ # Suspending snapshots reduces data protection. You cannot restore your
1069
+ # domain to points in time when snapshots are suspended. Use this
1070
+ # feature only for short-term operational needs such as migrations or
1071
+ # maintenance windows.
1072
+ #
1073
+ # Maximum suspension duration: 3 days.
1074
+ #
1075
+ # @!attribute [rw] enabled
1076
+ # Whether to enable or disable automated snapshot pause for the
1077
+ # domain.
1078
+ # @return [Boolean]
1079
+ #
1080
+ # @!attribute [rw] start_time
1081
+ # The timestamp at which the automated snapshot pause should begin.
1082
+ # @return [Time]
1083
+ #
1084
+ # @!attribute [rw] end_time
1085
+ # The timestamp at which the automated snapshot pause should end. The
1086
+ # maximum allowed duration between `StartTime` and `EndTime` is 3
1087
+ # days.
1088
+ # @return [Time]
1089
+ #
1090
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AutomatedSnapshotPauseRequestOptions AWS API Documentation
1091
+ #
1092
+ class AutomatedSnapshotPauseRequestOptions < Struct.new(
1093
+ :enabled,
1094
+ :start_time,
1095
+ :end_time)
1096
+ SENSITIVE = []
1097
+ include Aws::Structure
1098
+ end
1099
+
1014
1100
  # Information about an Availability Zone on a domain.
1015
1101
  #
1016
1102
  # @!attribute [rw] availability_zone_name
@@ -1928,6 +2014,17 @@ module Aws::OpenSearchService
1928
2014
  # Specifies the deployment strategy options for the domain.
1929
2015
  # @return [Types::DeploymentStrategyOptions]
1930
2016
  #
2017
+ # @!attribute [rw] automated_snapshot_pause_options
2018
+ # Specifies the automated snapshot pause options for the domain.
2019
+ #
2020
+ # Suspending snapshots reduces data protection. You cannot restore
2021
+ # your domain to points in time when snapshots are suspended. Use this
2022
+ # feature only for short-term operational needs such as migrations or
2023
+ # maintenance windows.
2024
+ #
2025
+ # Maximum suspension duration: 3 days.
2026
+ # @return [Types::AutomatedSnapshotPauseRequestOptions]
2027
+ #
1931
2028
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateDomainRequest AWS API Documentation
1932
2029
  #
1933
2030
  class CreateDomainRequest < Struct.new(
@@ -1952,7 +2049,8 @@ module Aws::OpenSearchService
1952
2049
  :off_peak_window_options,
1953
2050
  :software_update_options,
1954
2051
  :aiml_options,
1955
- :deployment_strategy_options)
2052
+ :deployment_strategy_options,
2053
+ :automated_snapshot_pause_options)
1956
2054
  SENSITIVE = []
1957
2055
  include Aws::Structure
1958
2056
  end
@@ -3649,6 +3747,10 @@ module Aws::OpenSearchService
3649
3747
  # Specifies `DeploymentStrategyOptions` for the domain.
3650
3748
  # @return [Types::DeploymentStrategyOptionsStatus]
3651
3749
  #
3750
+ # @!attribute [rw] automated_snapshot_pause_options
3751
+ # Specifies `AutomatedSnapshotPauseOptions` for the domain.
3752
+ # @return [Types::AutomatedSnapshotPauseOptionsStatus]
3753
+ #
3652
3754
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DomainConfig AWS API Documentation
3653
3755
  #
3654
3756
  class DomainConfig < Struct.new(
@@ -3673,7 +3775,8 @@ module Aws::OpenSearchService
3673
3775
  :software_update_options,
3674
3776
  :modifying_properties,
3675
3777
  :aiml_options,
3676
- :deployment_strategy_options)
3778
+ :deployment_strategy_options,
3779
+ :automated_snapshot_pause_options)
3677
3780
  SENSITIVE = []
3678
3781
  include Aws::Structure
3679
3782
  end
@@ -4133,6 +4236,11 @@ module Aws::OpenSearchService
4133
4236
  # The current status of the domain's deployment strategy options.
4134
4237
  # @return [Types::DeploymentStrategyOptions]
4135
4238
  #
4239
+ # @!attribute [rw] automated_snapshot_pause_options
4240
+ # The current status of the domain's automated snapshot pause
4241
+ # options.
4242
+ # @return [Types::AutomatedSnapshotPauseOptions]
4243
+ #
4136
4244
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DomainStatus AWS API Documentation
4137
4245
  #
4138
4246
  class DomainStatus < Struct.new(
@@ -4170,7 +4278,8 @@ module Aws::OpenSearchService
4170
4278
  :domain_processing_status,
4171
4279
  :modifying_properties,
4172
4280
  :aiml_options,
4173
- :deployment_strategy_options)
4281
+ :deployment_strategy_options,
4282
+ :automated_snapshot_pause_options)
4174
4283
  SENSITIVE = []
4175
4284
  include Aws::Structure
4176
4285
  end
@@ -8538,6 +8647,17 @@ module Aws::OpenSearchService
8538
8647
  # Specifies the deployment strategy options for the domain.
8539
8648
  # @return [Types::DeploymentStrategyOptions]
8540
8649
  #
8650
+ # @!attribute [rw] automated_snapshot_pause_options
8651
+ # Specifies the automated snapshot pause options for the domain.
8652
+ #
8653
+ # Suspending snapshots reduces data protection. You cannot restore
8654
+ # your domain to points in time when snapshots are suspended. Use this
8655
+ # feature only for short-term operational needs such as migrations or
8656
+ # maintenance windows.
8657
+ #
8658
+ # Maximum suspension duration: 3 days.
8659
+ # @return [Types::AutomatedSnapshotPauseRequestOptions]
8660
+ #
8541
8661
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpdateDomainConfigRequest AWS API Documentation
8542
8662
  #
8543
8663
  class UpdateDomainConfigRequest < Struct.new(
@@ -8562,7 +8682,8 @@ module Aws::OpenSearchService
8562
8682
  :off_peak_window_options,
8563
8683
  :software_update_options,
8564
8684
  :aiml_options,
8565
- :deployment_strategy_options)
8685
+ :deployment_strategy_options,
8686
+ :automated_snapshot_pause_options)
8566
8687
  SENSITIVE = []
8567
8688
  include Aws::Structure
8568
8689
  end
@@ -54,7 +54,7 @@ module Aws::OpenSearchService
54
54
  autoload :EndpointProvider, 'aws-sdk-opensearchservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-opensearchservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.98.0'
57
+ GEM_VERSION = '1.100.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -112,18 +112,7 @@ module Aws
112
112
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#add_direct_query_data_source-instance_method
113
113
  def add_direct_query_data_source: (
114
114
  data_source_name: ::String,
115
- data_source_type: {
116
- cloud_watch_log: {
117
- role_arn: ::String
118
- }?,
119
- security_lake: {
120
- role_arn: ::String
121
- }?,
122
- prometheus: {
123
- role_arn: ::String,
124
- workspace_arn: ::String
125
- }?
126
- },
115
+ data_source_type: Params::direct_query_data_source_type,
127
116
  ?description: ::String,
128
117
  ?open_search_arns: Array[::String],
129
118
  ?data_source_access_policy: ::String,
@@ -131,7 +120,7 @@ module Aws
131
120
  {
132
121
  key: ::String,
133
122
  value: ::String
134
- },
123
+ }
135
124
  ]
136
125
  ) -> _AddDirectQueryDataSourceResponseSuccess
137
126
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddDirectQueryDataSourceResponseSuccess
@@ -143,7 +132,7 @@ module Aws
143
132
  {
144
133
  key: ::String,
145
134
  value: ::String
146
- },
135
+ }
147
136
  ]
148
137
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
149
138
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -182,7 +171,7 @@ module Aws
182
171
  key_store_access_enabled: bool
183
172
  }?
184
173
  }?
185
- },
174
+ }
186
175
  ],
187
176
  domain_name: ::String
188
177
  ) -> _AssociatePackagesResponseSuccess
@@ -247,7 +236,7 @@ module Aws
247
236
  data_source_arn: ::String?,
248
237
  data_source_description: ::String?,
249
238
  iam_role_for_data_source_arn: ::String?
250
- },
239
+ }
251
240
  ],
252
241
  ?iam_identity_center_options: {
253
242
  enabled: bool?,
@@ -258,13 +247,13 @@ module Aws
258
247
  {
259
248
  key: ("opensearchDashboards.dashboardAdmin.users" | "opensearchDashboards.dashboardAdmin.groups")?,
260
249
  value: ::String?
261
- },
250
+ }
262
251
  ],
263
252
  ?tag_list: Array[
264
253
  {
265
254
  key: ::String,
266
255
  value: ::String
267
- },
256
+ }
268
257
  ],
269
258
  ?kms_key_arn: ::String
270
259
  ) -> _CreateApplicationResponseSuccess
@@ -278,34 +267,7 @@ module Aws
278
267
  def create_domain: (
279
268
  domain_name: ::String,
280
269
  ?engine_version: ::String,
281
- ?cluster_config: {
282
- instance_type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
283
- instance_count: ::Integer?,
284
- dedicated_master_enabled: bool?,
285
- zone_awareness_enabled: bool?,
286
- zone_awareness_config: {
287
- availability_zone_count: ::Integer?
288
- }?,
289
- dedicated_master_type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
290
- dedicated_master_count: ::Integer?,
291
- warm_enabled: bool?,
292
- warm_type: ("ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search")?,
293
- warm_count: ::Integer?,
294
- cold_storage_options: {
295
- enabled: bool
296
- }?,
297
- multi_az_with_standby_enabled: bool?,
298
- node_options: Array[
299
- {
300
- node_type: ("coordinator")?,
301
- node_config: {
302
- enabled: bool?,
303
- type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
304
- count: ::Integer?
305
- }?
306
- },
307
- ]?
308
- },
270
+ ?cluster_config: Params::cluster_config,
309
271
  ?ebs_options: {
310
272
  ebs_enabled: bool?,
311
273
  volume_type: ("standard" | "gp2" | "io1" | "gp3")?,
@@ -348,40 +310,7 @@ module Aws
348
310
  custom_endpoint: ::String?,
349
311
  custom_endpoint_certificate_arn: ::String?
350
312
  },
351
- ?advanced_security_options: {
352
- enabled: bool?,
353
- internal_user_database_enabled: bool?,
354
- master_user_options: {
355
- master_user_arn: ::String?,
356
- master_user_name: ::String?,
357
- master_user_password: ::String?
358
- }?,
359
- saml_options: {
360
- enabled: bool?,
361
- idp: {
362
- metadata_content: ::String,
363
- entity_id: ::String
364
- }?,
365
- master_user_name: ::String?,
366
- master_backend_role: ::String?,
367
- subject_key: ::String?,
368
- roles_key: ::String?,
369
- session_timeout_minutes: ::Integer?
370
- }?,
371
- jwt_options: {
372
- enabled: bool?,
373
- subject_key: ::String?,
374
- roles_key: ::String?,
375
- jwks_url: ::String?,
376
- public_key: ::String?
377
- }?,
378
- iam_federation_options: {
379
- enabled: bool?,
380
- subject_key: ::String?,
381
- roles_key: ::String?
382
- }?,
383
- anonymous_auth_enabled: bool?
384
- },
313
+ ?advanced_security_options: Params::advanced_security_options_input,
385
314
  ?identity_center_options: {
386
315
  enabled_api_access: bool?,
387
316
  identity_center_instance_arn: ::String?,
@@ -393,48 +322,28 @@ module Aws
393
322
  {
394
323
  key: ::String,
395
324
  value: ::String
396
- },
325
+ }
397
326
  ],
398
327
  ?auto_tune_options: {
399
328
  desired_state: ("ENABLED" | "DISABLED")?,
400
329
  maintenance_schedules: Array[
401
- {
402
- start_at: ::Time?,
403
- duration: {
404
- value: ::Integer?,
405
- unit: ("HOURS")?
406
- }?,
407
- cron_expression_for_recurrence: ::String?
408
- },
330
+ Params::auto_tune_maintenance_schedule
409
331
  ]?,
410
332
  use_off_peak_window: bool?
411
333
  },
412
- ?off_peak_window_options: {
413
- enabled: bool?,
414
- off_peak_window: {
415
- window_start_time: {
416
- hours: ::Integer,
417
- minutes: ::Integer
418
- }?
419
- }?
420
- },
334
+ ?off_peak_window_options: Params::off_peak_window_options,
421
335
  ?software_update_options: {
422
336
  auto_software_update_enabled: bool?,
423
337
  use_latest_service_software_for_blue_green: bool?
424
338
  },
425
- ?aiml_options: {
426
- natural_language_query_generation_options: {
427
- desired_state: ("ENABLED" | "DISABLED")?
428
- }?,
429
- s3_vectors_engine: {
430
- enabled: bool?
431
- }?,
432
- serverless_vector_acceleration: {
433
- enabled: bool?
434
- }?
435
- },
339
+ ?aiml_options: Params::aiml_options_input,
436
340
  ?deployment_strategy_options: {
437
341
  deployment_strategy: ("Default" | "CapacityOptimized")
342
+ },
343
+ ?automated_snapshot_pause_options: {
344
+ enabled: bool,
345
+ start_time: ::Time?,
346
+ end_time: ::Time?
438
347
  }
439
348
  ) -> _CreateDomainResponseSuccess
440
349
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDomainResponseSuccess
@@ -744,7 +653,7 @@ module Aws
744
653
  {
745
654
  name: ::String?,
746
655
  values: Array[::String]?
747
- },
656
+ }
748
657
  ],
749
658
  ?max_results: ::Integer,
750
659
  ?next_token: ::String
@@ -789,7 +698,7 @@ module Aws
789
698
  {
790
699
  name: ::String?,
791
700
  values: Array[::String]?
792
- },
701
+ }
793
702
  ],
794
703
  ?max_results: ::Integer,
795
704
  ?next_token: ::String
@@ -807,7 +716,7 @@ module Aws
807
716
  {
808
717
  name: ("PackageID" | "PackageName" | "PackageStatus" | "PackageType" | "EngineVersion" | "PackageOwner")?,
809
718
  value: Array[::String]?
810
- },
719
+ }
811
720
  ],
812
721
  ?max_results: ::Integer,
813
722
  ?next_token: ::String
@@ -1340,13 +1249,13 @@ module Aws
1340
1249
  data_source_arn: ::String?,
1341
1250
  data_source_description: ::String?,
1342
1251
  iam_role_for_data_source_arn: ::String?
1343
- },
1252
+ }
1344
1253
  ],
1345
1254
  ?app_configs: Array[
1346
1255
  {
1347
1256
  key: ("opensearchDashboards.dashboardAdmin.users" | "opensearchDashboards.dashboardAdmin.groups")?,
1348
1257
  value: ::String?
1349
- },
1258
+ }
1350
1259
  ]
1351
1260
  ) -> _UpdateApplicationResponseSuccess
1352
1261
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
@@ -1376,18 +1285,7 @@ module Aws
1376
1285
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_direct_query_data_source-instance_method
1377
1286
  def update_direct_query_data_source: (
1378
1287
  data_source_name: ::String,
1379
- data_source_type: {
1380
- cloud_watch_log: {
1381
- role_arn: ::String
1382
- }?,
1383
- security_lake: {
1384
- role_arn: ::String
1385
- }?,
1386
- prometheus: {
1387
- role_arn: ::String,
1388
- workspace_arn: ::String
1389
- }?
1390
- },
1288
+ data_source_type: Params::direct_query_data_source_type,
1391
1289
  ?description: ::String,
1392
1290
  ?open_search_arns: Array[::String],
1393
1291
  ?data_source_access_policy: ::String
@@ -1403,34 +1301,7 @@ module Aws
1403
1301
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_domain_config-instance_method
1404
1302
  def update_domain_config: (
1405
1303
  domain_name: ::String,
1406
- ?cluster_config: {
1407
- instance_type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
1408
- instance_count: ::Integer?,
1409
- dedicated_master_enabled: bool?,
1410
- zone_awareness_enabled: bool?,
1411
- zone_awareness_config: {
1412
- availability_zone_count: ::Integer?
1413
- }?,
1414
- dedicated_master_type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
1415
- dedicated_master_count: ::Integer?,
1416
- warm_enabled: bool?,
1417
- warm_type: ("ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search")?,
1418
- warm_count: ::Integer?,
1419
- cold_storage_options: {
1420
- enabled: bool
1421
- }?,
1422
- multi_az_with_standby_enabled: bool?,
1423
- node_options: Array[
1424
- {
1425
- node_type: ("coordinator")?,
1426
- node_config: {
1427
- enabled: bool?,
1428
- type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
1429
- count: ::Integer?
1430
- }?
1431
- },
1432
- ]?
1433
- },
1304
+ ?cluster_config: Params::cluster_config,
1434
1305
  ?ebs_options: {
1435
1306
  ebs_enabled: bool?,
1436
1307
  volume_type: ("standard" | "gp2" | "io1" | "gp3")?,
@@ -1473,40 +1344,7 @@ module Aws
1473
1344
  ?node_to_node_encryption_options: {
1474
1345
  enabled: bool?
1475
1346
  },
1476
- ?advanced_security_options: {
1477
- enabled: bool?,
1478
- internal_user_database_enabled: bool?,
1479
- master_user_options: {
1480
- master_user_arn: ::String?,
1481
- master_user_name: ::String?,
1482
- master_user_password: ::String?
1483
- }?,
1484
- saml_options: {
1485
- enabled: bool?,
1486
- idp: {
1487
- metadata_content: ::String,
1488
- entity_id: ::String
1489
- }?,
1490
- master_user_name: ::String?,
1491
- master_backend_role: ::String?,
1492
- subject_key: ::String?,
1493
- roles_key: ::String?,
1494
- session_timeout_minutes: ::Integer?
1495
- }?,
1496
- jwt_options: {
1497
- enabled: bool?,
1498
- subject_key: ::String?,
1499
- roles_key: ::String?,
1500
- jwks_url: ::String?,
1501
- public_key: ::String?
1502
- }?,
1503
- iam_federation_options: {
1504
- enabled: bool?,
1505
- subject_key: ::String?,
1506
- roles_key: ::String?
1507
- }?,
1508
- anonymous_auth_enabled: bool?
1509
- },
1347
+ ?advanced_security_options: Params::advanced_security_options_input,
1510
1348
  ?identity_center_options: {
1511
1349
  enabled_api_access: bool?,
1512
1350
  identity_center_instance_arn: ::String?,
@@ -1518,45 +1356,25 @@ module Aws
1518
1356
  desired_state: ("ENABLED" | "DISABLED")?,
1519
1357
  rollback_on_disable: ("NO_ROLLBACK" | "DEFAULT_ROLLBACK")?,
1520
1358
  maintenance_schedules: Array[
1521
- {
1522
- start_at: ::Time?,
1523
- duration: {
1524
- value: ::Integer?,
1525
- unit: ("HOURS")?
1526
- }?,
1527
- cron_expression_for_recurrence: ::String?
1528
- },
1359
+ Params::auto_tune_maintenance_schedule
1529
1360
  ]?,
1530
1361
  use_off_peak_window: bool?
1531
1362
  },
1532
1363
  ?dry_run: bool,
1533
1364
  ?dry_run_mode: ("Basic" | "Verbose"),
1534
- ?off_peak_window_options: {
1535
- enabled: bool?,
1536
- off_peak_window: {
1537
- window_start_time: {
1538
- hours: ::Integer,
1539
- minutes: ::Integer
1540
- }?
1541
- }?
1542
- },
1365
+ ?off_peak_window_options: Params::off_peak_window_options,
1543
1366
  ?software_update_options: {
1544
1367
  auto_software_update_enabled: bool?,
1545
1368
  use_latest_service_software_for_blue_green: bool?
1546
1369
  },
1547
- ?aiml_options: {
1548
- natural_language_query_generation_options: {
1549
- desired_state: ("ENABLED" | "DISABLED")?
1550
- }?,
1551
- s3_vectors_engine: {
1552
- enabled: bool?
1553
- }?,
1554
- serverless_vector_acceleration: {
1555
- enabled: bool?
1556
- }?
1557
- },
1370
+ ?aiml_options: Params::aiml_options_input,
1558
1371
  ?deployment_strategy_options: {
1559
1372
  deployment_strategy: ("Default" | "CapacityOptimized")
1373
+ },
1374
+ ?automated_snapshot_pause_options: {
1375
+ enabled: bool,
1376
+ start_time: ::Time?,
1377
+ end_time: ::Time?
1560
1378
  }
1561
1379
  ) -> _UpdateDomainConfigResponseSuccess
1562
1380
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainConfigResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,125 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module OpenSearchService
10
+ module Params
11
+ type direct_query_data_source_type = {
12
+ cloud_watch_log: {
13
+ role_arn: ::String
14
+ }?,
15
+ security_lake: {
16
+ role_arn: ::String
17
+ }?,
18
+ prometheus: {
19
+ role_arn: ::String,
20
+ workspace_arn: ::String
21
+ }?
22
+ }
23
+
24
+ type cluster_config = {
25
+ instance_type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
26
+ instance_count: ::Integer?,
27
+ dedicated_master_enabled: bool?,
28
+ zone_awareness_enabled: bool?,
29
+ zone_awareness_config: {
30
+ availability_zone_count: ::Integer?
31
+ }?,
32
+ dedicated_master_type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
33
+ dedicated_master_count: ::Integer?,
34
+ warm_enabled: bool?,
35
+ warm_type: ("ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search")?,
36
+ warm_count: ::Integer?,
37
+ cold_storage_options: {
38
+ enabled: bool
39
+ }?,
40
+ multi_az_with_standby_enabled: bool?,
41
+ node_options: Array[
42
+ Params::node_option
43
+ ]?
44
+ }
45
+
46
+ type node_option = {
47
+ node_type: ("coordinator")?,
48
+ node_config: {
49
+ enabled: bool?,
50
+ type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
51
+ count: ::Integer?
52
+ }?
53
+ }
54
+
55
+ type saml_options_input = {
56
+ enabled: bool?,
57
+ idp: {
58
+ metadata_content: ::String,
59
+ entity_id: ::String
60
+ }?,
61
+ master_user_name: ::String?,
62
+ master_backend_role: ::String?,
63
+ subject_key: ::String?,
64
+ roles_key: ::String?,
65
+ session_timeout_minutes: ::Integer?
66
+ }
67
+
68
+ type advanced_security_options_input = {
69
+ enabled: bool?,
70
+ internal_user_database_enabled: bool?,
71
+ master_user_options: {
72
+ master_user_arn: ::String?,
73
+ master_user_name: ::String?,
74
+ master_user_password: ::String?
75
+ }?,
76
+ saml_options: Params::saml_options_input?,
77
+ jwt_options: {
78
+ enabled: bool?,
79
+ subject_key: ::String?,
80
+ roles_key: ::String?,
81
+ jwks_url: ::String?,
82
+ public_key: ::String?
83
+ }?,
84
+ iam_federation_options: {
85
+ enabled: bool?,
86
+ subject_key: ::String?,
87
+ roles_key: ::String?
88
+ }?,
89
+ anonymous_auth_enabled: bool?
90
+ }
91
+
92
+ type auto_tune_maintenance_schedule = {
93
+ start_at: ::Time?,
94
+ duration: {
95
+ value: ::Integer?,
96
+ unit: ("HOURS")?
97
+ }?,
98
+ cron_expression_for_recurrence: ::String?
99
+ }
100
+
101
+ type off_peak_window_options = {
102
+ enabled: bool?,
103
+ off_peak_window: {
104
+ window_start_time: {
105
+ hours: ::Integer,
106
+ minutes: ::Integer
107
+ }?
108
+ }?
109
+ }
110
+
111
+ type aiml_options_input = {
112
+ natural_language_query_generation_options: {
113
+ desired_state: ("ENABLED" | "DISABLED")?
114
+ }?,
115
+ s3_vectors_engine: {
116
+ enabled: bool?
117
+ }?,
118
+ serverless_vector_acceleration: {
119
+ enabled: bool?
120
+ }?
121
+ }
122
+
123
+ end
124
+ end
125
+ end
data/sig/types.rbs CHANGED
@@ -248,6 +248,27 @@ module Aws::OpenSearchService
248
248
  SENSITIVE: []
249
249
  end
250
250
 
251
+ class AutomatedSnapshotPauseOptions
252
+ attr_accessor enabled: bool
253
+ attr_accessor start_time: ::Time
254
+ attr_accessor end_time: ::Time
255
+ attr_accessor state: ("Active" | "Completed" | "Scheduled" | "Disabled")
256
+ SENSITIVE: []
257
+ end
258
+
259
+ class AutomatedSnapshotPauseOptionsStatus
260
+ attr_accessor options: Types::AutomatedSnapshotPauseOptions
261
+ attr_accessor status: Types::OptionStatus
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class AutomatedSnapshotPauseRequestOptions
266
+ attr_accessor enabled: bool
267
+ attr_accessor start_time: ::Time
268
+ attr_accessor end_time: ::Time
269
+ SENSITIVE: []
270
+ end
271
+
251
272
  class AvailabilityZoneInfo
252
273
  attr_accessor availability_zone_name: ::String
253
274
  attr_accessor zone_status: ("Active" | "StandBy" | "NotAvailable")
@@ -473,6 +494,7 @@ module Aws::OpenSearchService
473
494
  attr_accessor software_update_options: Types::SoftwareUpdateOptions
474
495
  attr_accessor aiml_options: Types::AIMLOptionsInput
475
496
  attr_accessor deployment_strategy_options: Types::DeploymentStrategyOptions
497
+ attr_accessor automated_snapshot_pause_options: Types::AutomatedSnapshotPauseRequestOptions
476
498
  SENSITIVE: []
477
499
  end
478
500
 
@@ -964,6 +986,7 @@ module Aws::OpenSearchService
964
986
  attr_accessor modifying_properties: ::Array[Types::ModifyingProperties]
965
987
  attr_accessor aiml_options: Types::AIMLOptionsStatus
966
988
  attr_accessor deployment_strategy_options: Types::DeploymentStrategyOptionsStatus
989
+ attr_accessor automated_snapshot_pause_options: Types::AutomatedSnapshotPauseOptionsStatus
967
990
  SENSITIVE: []
968
991
  end
969
992
 
@@ -1068,6 +1091,7 @@ module Aws::OpenSearchService
1068
1091
  attr_accessor modifying_properties: ::Array[Types::ModifyingProperties]
1069
1092
  attr_accessor aiml_options: Types::AIMLOptionsOutput
1070
1093
  attr_accessor deployment_strategy_options: Types::DeploymentStrategyOptions
1094
+ attr_accessor automated_snapshot_pause_options: Types::AutomatedSnapshotPauseOptions
1071
1095
  SENSITIVE: []
1072
1096
  end
1073
1097
 
@@ -2186,6 +2210,7 @@ module Aws::OpenSearchService
2186
2210
  attr_accessor software_update_options: Types::SoftwareUpdateOptions
2187
2211
  attr_accessor aiml_options: Types::AIMLOptionsInput
2188
2212
  attr_accessor deployment_strategy_options: Types::DeploymentStrategyOptions
2213
+ attr_accessor automated_snapshot_pause_options: Types::AutomatedSnapshotPauseRequestOptions
2189
2214
  SENSITIVE: []
2190
2215
  end
2191
2216
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.98.0
4
+ version: 1.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.244.0
21
+ version: 3.247.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.244.0
31
+ version: 3.247.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-opensearchservice/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs