aws-sdk-opensearchservice 1.36.0 → 1.37.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: 017fb17879a66e70c68927a19df551564decb5b377ffdb7fe53b48f632fca7f1
4
- data.tar.gz: a4b10b6912a07087b0230a329197d8c49b5283c1c70cffe52e1f85f9b534595b
3
+ metadata.gz: 7bc54f291ae4ae88d02985dae483917860f54ed434c7072d48ab04e65ab3a788
4
+ data.tar.gz: 12b62ade04abe89b169a8b2c0b30bd6ed510d09b71a5e1f60b98e9a26617e5d9
5
5
  SHA512:
6
- metadata.gz: 616195b84195b2608ac9d85ab89f605a34f2d3b5b6d3ad53d0f66ea29020912c5f2a2fe382cab138c6d87991e984a1be096c5be367e1eff9923544e06957190a
7
- data.tar.gz: 46411594340e0330b7b94a2b87f5612dff62fb4a8a6a90ba30c5a9b1c6ae02e1cc4c159ec641c58e5799e77722f02313a3115cdaabd4b890c7b09ca74695f6e2
6
+ metadata.gz: 7de19a8d44f99e09261dfcd424b78758097dcd61b53f6727ad57b4a86b3d0792c8361c9d012903142315d950a922daa01f04eda59b38715188722cef73a57800
7
+ data.tar.gz: a7cb5560eca8031fa56f3a7859641a75c1b51b3775b51d21baf08909cbc8e4d1502c189f85f4b114bda253941e6224532123e8627de6f9cd0529cb4219752617
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2024-02-06)
5
+ ------------------
6
+
7
+ * Feature - This release adds clear visibility to the customers on the changes that they make on the domain.
8
+
4
9
  1.36.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -603,6 +603,50 @@ module Aws::OpenSearchService
603
603
  req.send_request(options)
604
604
  end
605
605
 
606
+ # Cancels a pending configuration change on an Amazon OpenSearch Service
607
+ # domain.
608
+ #
609
+ # @option params [required, String] :domain_name
610
+ # The name of an OpenSearch Service domain. Domain names are unique
611
+ # across the domains owned by an account within an Amazon Web Services
612
+ # Region.
613
+ #
614
+ # @option params [Boolean] :dry_run
615
+ # When set to `True`, returns the list of change IDs and properties that
616
+ # will be cancelled without actually cancelling the change.
617
+ #
618
+ # @return [Types::CancelDomainConfigChangeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
619
+ #
620
+ # * {Types::CancelDomainConfigChangeResponse#cancelled_change_ids #cancelled_change_ids} => Array<String>
621
+ # * {Types::CancelDomainConfigChangeResponse#cancelled_change_properties #cancelled_change_properties} => Array<Types::CancelledChangeProperty>
622
+ # * {Types::CancelDomainConfigChangeResponse#dry_run #dry_run} => Boolean
623
+ #
624
+ # @example Request syntax with placeholder values
625
+ #
626
+ # resp = client.cancel_domain_config_change({
627
+ # domain_name: "DomainName", # required
628
+ # dry_run: false,
629
+ # })
630
+ #
631
+ # @example Response structure
632
+ #
633
+ # resp.cancelled_change_ids #=> Array
634
+ # resp.cancelled_change_ids[0] #=> String
635
+ # resp.cancelled_change_properties #=> Array
636
+ # resp.cancelled_change_properties[0].property_name #=> String
637
+ # resp.cancelled_change_properties[0].cancelled_value #=> String
638
+ # resp.cancelled_change_properties[0].active_value #=> String
639
+ # resp.dry_run #=> Boolean
640
+ #
641
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CancelDomainConfigChange AWS API Documentation
642
+ #
643
+ # @overload cancel_domain_config_change(params = {})
644
+ # @param [Hash] params ({})
645
+ def cancel_domain_config_change(params = {}, options = {})
646
+ req = build_request(:cancel_domain_config_change, params)
647
+ req.send_request(options)
648
+ end
649
+
606
650
  # Cancels a scheduled service software update for an Amazon OpenSearch
607
651
  # Service domain. You can only perform this operation before the
608
652
  # `AutomatedUpdateDate` and when the domain's `UpdateStatus` is
@@ -984,10 +1028,20 @@ module Aws::OpenSearchService
984
1028
  # resp.domain_status.auto_tune_options.use_off_peak_window #=> Boolean
985
1029
  # resp.domain_status.change_progress_details.change_id #=> String
986
1030
  # resp.domain_status.change_progress_details.message #=> String
1031
+ # resp.domain_status.change_progress_details.config_change_status #=> String, one of "Pending", "Initializing", "Validating", "ValidationFailed", "ApplyingChanges", "Completed", "PendingUserInput", "Cancelled"
1032
+ # resp.domain_status.change_progress_details.initiated_by #=> String, one of "CUSTOMER", "SERVICE"
1033
+ # resp.domain_status.change_progress_details.start_time #=> Time
1034
+ # resp.domain_status.change_progress_details.last_updated_time #=> Time
987
1035
  # resp.domain_status.off_peak_window_options.enabled #=> Boolean
988
1036
  # resp.domain_status.off_peak_window_options.off_peak_window.window_start_time.hours #=> Integer
989
1037
  # resp.domain_status.off_peak_window_options.off_peak_window.window_start_time.minutes #=> Integer
990
1038
  # resp.domain_status.software_update_options.auto_software_update_enabled #=> Boolean
1039
+ # resp.domain_status.domain_processing_status #=> String, one of "Creating", "Active", "Modifying", "UpgradingEngineVersion", "UpdatingServiceSoftware", "Isolated", "Deleting"
1040
+ # resp.domain_status.modifying_properties #=> Array
1041
+ # resp.domain_status.modifying_properties[0].name #=> String
1042
+ # resp.domain_status.modifying_properties[0].active_value #=> String
1043
+ # resp.domain_status.modifying_properties[0].pending_value #=> String
1044
+ # resp.domain_status.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
991
1045
  #
992
1046
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateDomain AWS API Documentation
993
1047
  #
@@ -1334,10 +1388,20 @@ module Aws::OpenSearchService
1334
1388
  # resp.domain_status.auto_tune_options.use_off_peak_window #=> Boolean
1335
1389
  # resp.domain_status.change_progress_details.change_id #=> String
1336
1390
  # resp.domain_status.change_progress_details.message #=> String
1391
+ # resp.domain_status.change_progress_details.config_change_status #=> String, one of "Pending", "Initializing", "Validating", "ValidationFailed", "ApplyingChanges", "Completed", "PendingUserInput", "Cancelled"
1392
+ # resp.domain_status.change_progress_details.initiated_by #=> String, one of "CUSTOMER", "SERVICE"
1393
+ # resp.domain_status.change_progress_details.start_time #=> Time
1394
+ # resp.domain_status.change_progress_details.last_updated_time #=> Time
1337
1395
  # resp.domain_status.off_peak_window_options.enabled #=> Boolean
1338
1396
  # resp.domain_status.off_peak_window_options.off_peak_window.window_start_time.hours #=> Integer
1339
1397
  # resp.domain_status.off_peak_window_options.off_peak_window.window_start_time.minutes #=> Integer
1340
1398
  # resp.domain_status.software_update_options.auto_software_update_enabled #=> Boolean
1399
+ # resp.domain_status.domain_processing_status #=> String, one of "Creating", "Active", "Modifying", "UpgradingEngineVersion", "UpdatingServiceSoftware", "Isolated", "Deleting"
1400
+ # resp.domain_status.modifying_properties #=> Array
1401
+ # resp.domain_status.modifying_properties[0].name #=> String
1402
+ # resp.domain_status.modifying_properties[0].active_value #=> String
1403
+ # resp.domain_status.modifying_properties[0].pending_value #=> String
1404
+ # resp.domain_status.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
1341
1405
  #
1342
1406
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeleteDomain AWS API Documentation
1343
1407
  #
@@ -1617,10 +1681,20 @@ module Aws::OpenSearchService
1617
1681
  # resp.domain_status.auto_tune_options.use_off_peak_window #=> Boolean
1618
1682
  # resp.domain_status.change_progress_details.change_id #=> String
1619
1683
  # resp.domain_status.change_progress_details.message #=> String
1684
+ # resp.domain_status.change_progress_details.config_change_status #=> String, one of "Pending", "Initializing", "Validating", "ValidationFailed", "ApplyingChanges", "Completed", "PendingUserInput", "Cancelled"
1685
+ # resp.domain_status.change_progress_details.initiated_by #=> String, one of "CUSTOMER", "SERVICE"
1686
+ # resp.domain_status.change_progress_details.start_time #=> Time
1687
+ # resp.domain_status.change_progress_details.last_updated_time #=> Time
1620
1688
  # resp.domain_status.off_peak_window_options.enabled #=> Boolean
1621
1689
  # resp.domain_status.off_peak_window_options.off_peak_window.window_start_time.hours #=> Integer
1622
1690
  # resp.domain_status.off_peak_window_options.off_peak_window.window_start_time.minutes #=> Integer
1623
1691
  # resp.domain_status.software_update_options.auto_software_update_enabled #=> Boolean
1692
+ # resp.domain_status.domain_processing_status #=> String, one of "Creating", "Active", "Modifying", "UpgradingEngineVersion", "UpdatingServiceSoftware", "Isolated", "Deleting"
1693
+ # resp.domain_status.modifying_properties #=> Array
1694
+ # resp.domain_status.modifying_properties[0].name #=> String
1695
+ # resp.domain_status.modifying_properties[0].active_value #=> String
1696
+ # resp.domain_status.modifying_properties[0].pending_value #=> String
1697
+ # resp.domain_status.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
1624
1698
  #
1625
1699
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomain AWS API Documentation
1626
1700
  #
@@ -1728,6 +1802,9 @@ module Aws::OpenSearchService
1728
1802
  # resp.change_progress_status.change_progress_stages[0].status #=> String
1729
1803
  # resp.change_progress_status.change_progress_stages[0].description #=> String
1730
1804
  # resp.change_progress_status.change_progress_stages[0].last_updated #=> Time
1805
+ # resp.change_progress_status.last_updated_time #=> Time
1806
+ # resp.change_progress_status.config_change_status #=> String, one of "Pending", "Initializing", "Validating", "ValidationFailed", "ApplyingChanges", "Completed", "PendingUserInput", "Cancelled"
1807
+ # resp.change_progress_status.initiated_by #=> String, one of "CUSTOMER", "SERVICE"
1731
1808
  #
1732
1809
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainChangeProgress AWS API Documentation
1733
1810
  #
@@ -1897,6 +1974,10 @@ module Aws::OpenSearchService
1897
1974
  # resp.domain_config.auto_tune_options.status.pending_deletion #=> Boolean
1898
1975
  # resp.domain_config.change_progress_details.change_id #=> String
1899
1976
  # resp.domain_config.change_progress_details.message #=> String
1977
+ # resp.domain_config.change_progress_details.config_change_status #=> String, one of "Pending", "Initializing", "Validating", "ValidationFailed", "ApplyingChanges", "Completed", "PendingUserInput", "Cancelled"
1978
+ # resp.domain_config.change_progress_details.initiated_by #=> String, one of "CUSTOMER", "SERVICE"
1979
+ # resp.domain_config.change_progress_details.start_time #=> Time
1980
+ # resp.domain_config.change_progress_details.last_updated_time #=> Time
1900
1981
  # resp.domain_config.off_peak_window_options.options.enabled #=> Boolean
1901
1982
  # resp.domain_config.off_peak_window_options.options.off_peak_window.window_start_time.hours #=> Integer
1902
1983
  # resp.domain_config.off_peak_window_options.options.off_peak_window.window_start_time.minutes #=> Integer
@@ -1911,6 +1992,11 @@ module Aws::OpenSearchService
1911
1992
  # resp.domain_config.software_update_options.status.update_version #=> Integer
1912
1993
  # resp.domain_config.software_update_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
1913
1994
  # resp.domain_config.software_update_options.status.pending_deletion #=> Boolean
1995
+ # resp.domain_config.modifying_properties #=> Array
1996
+ # resp.domain_config.modifying_properties[0].name #=> String
1997
+ # resp.domain_config.modifying_properties[0].active_value #=> String
1998
+ # resp.domain_config.modifying_properties[0].pending_value #=> String
1999
+ # resp.domain_config.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
1914
2000
  #
1915
2001
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainConfig AWS API Documentation
1916
2002
  #
@@ -2119,10 +2205,20 @@ module Aws::OpenSearchService
2119
2205
  # resp.domain_status_list[0].auto_tune_options.use_off_peak_window #=> Boolean
2120
2206
  # resp.domain_status_list[0].change_progress_details.change_id #=> String
2121
2207
  # resp.domain_status_list[0].change_progress_details.message #=> String
2208
+ # resp.domain_status_list[0].change_progress_details.config_change_status #=> String, one of "Pending", "Initializing", "Validating", "ValidationFailed", "ApplyingChanges", "Completed", "PendingUserInput", "Cancelled"
2209
+ # resp.domain_status_list[0].change_progress_details.initiated_by #=> String, one of "CUSTOMER", "SERVICE"
2210
+ # resp.domain_status_list[0].change_progress_details.start_time #=> Time
2211
+ # resp.domain_status_list[0].change_progress_details.last_updated_time #=> Time
2122
2212
  # resp.domain_status_list[0].off_peak_window_options.enabled #=> Boolean
2123
2213
  # resp.domain_status_list[0].off_peak_window_options.off_peak_window.window_start_time.hours #=> Integer
2124
2214
  # resp.domain_status_list[0].off_peak_window_options.off_peak_window.window_start_time.minutes #=> Integer
2125
2215
  # resp.domain_status_list[0].software_update_options.auto_software_update_enabled #=> Boolean
2216
+ # resp.domain_status_list[0].domain_processing_status #=> String, one of "Creating", "Active", "Modifying", "UpgradingEngineVersion", "UpdatingServiceSoftware", "Isolated", "Deleting"
2217
+ # resp.domain_status_list[0].modifying_properties #=> Array
2218
+ # resp.domain_status_list[0].modifying_properties[0].name #=> String
2219
+ # resp.domain_status_list[0].modifying_properties[0].active_value #=> String
2220
+ # resp.domain_status_list[0].modifying_properties[0].pending_value #=> String
2221
+ # resp.domain_status_list[0].modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
2126
2222
  #
2127
2223
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomains AWS API Documentation
2128
2224
  #
@@ -2254,10 +2350,20 @@ module Aws::OpenSearchService
2254
2350
  # resp.dry_run_config.auto_tune_options.use_off_peak_window #=> Boolean
2255
2351
  # resp.dry_run_config.change_progress_details.change_id #=> String
2256
2352
  # resp.dry_run_config.change_progress_details.message #=> String
2353
+ # resp.dry_run_config.change_progress_details.config_change_status #=> String, one of "Pending", "Initializing", "Validating", "ValidationFailed", "ApplyingChanges", "Completed", "PendingUserInput", "Cancelled"
2354
+ # resp.dry_run_config.change_progress_details.initiated_by #=> String, one of "CUSTOMER", "SERVICE"
2355
+ # resp.dry_run_config.change_progress_details.start_time #=> Time
2356
+ # resp.dry_run_config.change_progress_details.last_updated_time #=> Time
2257
2357
  # resp.dry_run_config.off_peak_window_options.enabled #=> Boolean
2258
2358
  # resp.dry_run_config.off_peak_window_options.off_peak_window.window_start_time.hours #=> Integer
2259
2359
  # resp.dry_run_config.off_peak_window_options.off_peak_window.window_start_time.minutes #=> Integer
2260
2360
  # resp.dry_run_config.software_update_options.auto_software_update_enabled #=> Boolean
2361
+ # resp.dry_run_config.domain_processing_status #=> String, one of "Creating", "Active", "Modifying", "UpgradingEngineVersion", "UpdatingServiceSoftware", "Isolated", "Deleting"
2362
+ # resp.dry_run_config.modifying_properties #=> Array
2363
+ # resp.dry_run_config.modifying_properties[0].name #=> String
2364
+ # resp.dry_run_config.modifying_properties[0].active_value #=> String
2365
+ # resp.dry_run_config.modifying_properties[0].pending_value #=> String
2366
+ # resp.dry_run_config.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
2261
2367
  # resp.dry_run_results.deployment_type #=> String
2262
2368
  # resp.dry_run_results.message #=> String
2263
2369
  #
@@ -4263,6 +4369,10 @@ module Aws::OpenSearchService
4263
4369
  # resp.domain_config.auto_tune_options.status.pending_deletion #=> Boolean
4264
4370
  # resp.domain_config.change_progress_details.change_id #=> String
4265
4371
  # resp.domain_config.change_progress_details.message #=> String
4372
+ # resp.domain_config.change_progress_details.config_change_status #=> String, one of "Pending", "Initializing", "Validating", "ValidationFailed", "ApplyingChanges", "Completed", "PendingUserInput", "Cancelled"
4373
+ # resp.domain_config.change_progress_details.initiated_by #=> String, one of "CUSTOMER", "SERVICE"
4374
+ # resp.domain_config.change_progress_details.start_time #=> Time
4375
+ # resp.domain_config.change_progress_details.last_updated_time #=> Time
4266
4376
  # resp.domain_config.off_peak_window_options.options.enabled #=> Boolean
4267
4377
  # resp.domain_config.off_peak_window_options.options.off_peak_window.window_start_time.hours #=> Integer
4268
4378
  # resp.domain_config.off_peak_window_options.options.off_peak_window.window_start_time.minutes #=> Integer
@@ -4277,6 +4387,11 @@ module Aws::OpenSearchService
4277
4387
  # resp.domain_config.software_update_options.status.update_version #=> Integer
4278
4388
  # resp.domain_config.software_update_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
4279
4389
  # resp.domain_config.software_update_options.status.pending_deletion #=> Boolean
4390
+ # resp.domain_config.modifying_properties #=> Array
4391
+ # resp.domain_config.modifying_properties[0].name #=> String
4392
+ # resp.domain_config.modifying_properties[0].active_value #=> String
4393
+ # resp.domain_config.modifying_properties[0].pending_value #=> String
4394
+ # resp.domain_config.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
4280
4395
  # resp.dry_run_results.deployment_type #=> String
4281
4396
  # resp.dry_run_results.message #=> String
4282
4397
  # resp.dry_run_progress_status.dry_run_id #=> String
@@ -4543,6 +4658,10 @@ module Aws::OpenSearchService
4543
4658
  # resp.advanced_options["String"] #=> String
4544
4659
  # resp.change_progress_details.change_id #=> String
4545
4660
  # resp.change_progress_details.message #=> String
4661
+ # resp.change_progress_details.config_change_status #=> String, one of "Pending", "Initializing", "Validating", "ValidationFailed", "ApplyingChanges", "Completed", "PendingUserInput", "Cancelled"
4662
+ # resp.change_progress_details.initiated_by #=> String, one of "CUSTOMER", "SERVICE"
4663
+ # resp.change_progress_details.start_time #=> Time
4664
+ # resp.change_progress_details.last_updated_time #=> Time
4546
4665
  #
4547
4666
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpgradeDomain AWS API Documentation
4548
4667
  #
@@ -4566,7 +4685,7 @@ module Aws::OpenSearchService
4566
4685
  params: params,
4567
4686
  config: config)
4568
4687
  context[:gem_name] = 'aws-sdk-opensearchservice'
4569
- context[:gem_version] = '1.36.0'
4688
+ context[:gem_version] = '1.37.0'
4570
4689
  Seahorse::Client::Request.new(handlers, context)
4571
4690
  end
4572
4691
 
@@ -60,8 +60,12 @@ module Aws::OpenSearchService
60
60
  BackendRole = Shapes::StringShape.new(name: 'BackendRole')
61
61
  BaseException = Shapes::StructureShape.new(name: 'BaseException')
62
62
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
63
+ CancelDomainConfigChangeRequest = Shapes::StructureShape.new(name: 'CancelDomainConfigChangeRequest')
64
+ CancelDomainConfigChangeResponse = Shapes::StructureShape.new(name: 'CancelDomainConfigChangeResponse')
63
65
  CancelServiceSoftwareUpdateRequest = Shapes::StructureShape.new(name: 'CancelServiceSoftwareUpdateRequest')
64
66
  CancelServiceSoftwareUpdateResponse = Shapes::StructureShape.new(name: 'CancelServiceSoftwareUpdateResponse')
67
+ CancelledChangeProperty = Shapes::StructureShape.new(name: 'CancelledChangeProperty')
68
+ CancelledChangePropertyList = Shapes::ListShape.new(name: 'CancelledChangePropertyList')
65
69
  ChangeProgressDetails = Shapes::StructureShape.new(name: 'ChangeProgressDetails')
66
70
  ChangeProgressStage = Shapes::StructureShape.new(name: 'ChangeProgressStage')
67
71
  ChangeProgressStageList = Shapes::ListShape.new(name: 'ChangeProgressStageList')
@@ -78,6 +82,7 @@ module Aws::OpenSearchService
78
82
  CommitMessage = Shapes::StringShape.new(name: 'CommitMessage')
79
83
  CompatibleVersionsList = Shapes::ListShape.new(name: 'CompatibleVersionsList')
80
84
  CompatibleVersionsMap = Shapes::StructureShape.new(name: 'CompatibleVersionsMap')
85
+ ConfigChangeStatus = Shapes::StringShape.new(name: 'ConfigChangeStatus')
81
86
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
82
87
  ConnectionAlias = Shapes::StringShape.new(name: 'ConnectionAlias')
83
88
  ConnectionId = Shapes::StringShape.new(name: 'ConnectionId')
@@ -174,6 +179,7 @@ module Aws::OpenSearchService
174
179
  DomainPackageDetails = Shapes::StructureShape.new(name: 'DomainPackageDetails')
175
180
  DomainPackageDetailsList = Shapes::ListShape.new(name: 'DomainPackageDetailsList')
176
181
  DomainPackageStatus = Shapes::StringShape.new(name: 'DomainPackageStatus')
182
+ DomainProcessingStatusType = Shapes::StringShape.new(name: 'DomainProcessingStatusType')
177
183
  DomainState = Shapes::StringShape.new(name: 'DomainState')
178
184
  DomainStatus = Shapes::StructureShape.new(name: 'DomainStatus')
179
185
  DomainStatusList = Shapes::ListShape.new(name: 'DomainStatusList')
@@ -200,6 +206,7 @@ module Aws::OpenSearchService
200
206
  Filter = Shapes::StructureShape.new(name: 'Filter')
201
207
  FilterList = Shapes::ListShape.new(name: 'FilterList')
202
208
  GUID = Shapes::StringShape.new(name: 'GUID')
209
+ GUIDList = Shapes::ListShape.new(name: 'GUIDList')
203
210
  GetCompatibleVersionsRequest = Shapes::StructureShape.new(name: 'GetCompatibleVersionsRequest')
204
211
  GetCompatibleVersionsResponse = Shapes::StructureShape.new(name: 'GetCompatibleVersionsResponse')
205
212
  GetDataSourceRequest = Shapes::StructureShape.new(name: 'GetDataSourceRequest')
@@ -219,6 +226,7 @@ module Aws::OpenSearchService
219
226
  InboundConnectionStatus = Shapes::StructureShape.new(name: 'InboundConnectionStatus')
220
227
  InboundConnectionStatusCode = Shapes::StringShape.new(name: 'InboundConnectionStatusCode')
221
228
  InboundConnections = Shapes::ListShape.new(name: 'InboundConnections')
229
+ InitiatedBy = Shapes::StringShape.new(name: 'InitiatedBy')
222
230
  InstanceCount = Shapes::IntegerShape.new(name: 'InstanceCount')
223
231
  InstanceCountLimits = Shapes::StructureShape.new(name: 'InstanceCountLimits')
224
232
  InstanceLimits = Shapes::StructureShape.new(name: 'InstanceLimits')
@@ -280,6 +288,8 @@ module Aws::OpenSearchService
280
288
  MaximumInstanceCount = Shapes::IntegerShape.new(name: 'MaximumInstanceCount')
281
289
  Message = Shapes::StringShape.new(name: 'Message')
282
290
  MinimumInstanceCount = Shapes::IntegerShape.new(name: 'MinimumInstanceCount')
291
+ ModifyingProperties = Shapes::StructureShape.new(name: 'ModifyingProperties')
292
+ ModifyingPropertiesList = Shapes::ListShape.new(name: 'ModifyingPropertiesList')
283
293
  NextToken = Shapes::StringShape.new(name: 'NextToken')
284
294
  NodeId = Shapes::StringShape.new(name: 'NodeId')
285
295
  NodeStatus = Shapes::StringShape.new(name: 'NodeStatus')
@@ -322,6 +332,7 @@ module Aws::OpenSearchService
322
332
  PluginVersion = Shapes::StringShape.new(name: 'PluginVersion')
323
333
  PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
324
334
  PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
335
+ PropertyValueType = Shapes::StringShape.new(name: 'PropertyValueType')
325
336
  PurchaseReservedInstanceOfferingRequest = Shapes::StructureShape.new(name: 'PurchaseReservedInstanceOfferingRequest')
326
337
  PurchaseReservedInstanceOfferingResponse = Shapes::StructureShape.new(name: 'PurchaseReservedInstanceOfferingResponse')
327
338
  RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
@@ -582,14 +593,34 @@ module Aws::OpenSearchService
582
593
  BaseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
583
594
  BaseException.struct_class = Types::BaseException
584
595
 
596
+ CancelDomainConfigChangeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
597
+ CancelDomainConfigChangeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: DryRun, location_name: "DryRun"))
598
+ CancelDomainConfigChangeRequest.struct_class = Types::CancelDomainConfigChangeRequest
599
+
600
+ CancelDomainConfigChangeResponse.add_member(:cancelled_change_ids, Shapes::ShapeRef.new(shape: GUIDList, location_name: "CancelledChangeIds"))
601
+ CancelDomainConfigChangeResponse.add_member(:cancelled_change_properties, Shapes::ShapeRef.new(shape: CancelledChangePropertyList, location_name: "CancelledChangeProperties"))
602
+ CancelDomainConfigChangeResponse.add_member(:dry_run, Shapes::ShapeRef.new(shape: DryRun, location_name: "DryRun"))
603
+ CancelDomainConfigChangeResponse.struct_class = Types::CancelDomainConfigChangeResponse
604
+
585
605
  CancelServiceSoftwareUpdateRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
586
606
  CancelServiceSoftwareUpdateRequest.struct_class = Types::CancelServiceSoftwareUpdateRequest
587
607
 
588
608
  CancelServiceSoftwareUpdateResponse.add_member(:service_software_options, Shapes::ShapeRef.new(shape: ServiceSoftwareOptions, location_name: "ServiceSoftwareOptions"))
589
609
  CancelServiceSoftwareUpdateResponse.struct_class = Types::CancelServiceSoftwareUpdateResponse
590
610
 
611
+ CancelledChangeProperty.add_member(:property_name, Shapes::ShapeRef.new(shape: String, location_name: "PropertyName"))
612
+ CancelledChangeProperty.add_member(:cancelled_value, Shapes::ShapeRef.new(shape: String, location_name: "CancelledValue"))
613
+ CancelledChangeProperty.add_member(:active_value, Shapes::ShapeRef.new(shape: String, location_name: "ActiveValue"))
614
+ CancelledChangeProperty.struct_class = Types::CancelledChangeProperty
615
+
616
+ CancelledChangePropertyList.member = Shapes::ShapeRef.new(shape: CancelledChangeProperty)
617
+
591
618
  ChangeProgressDetails.add_member(:change_id, Shapes::ShapeRef.new(shape: GUID, location_name: "ChangeId"))
592
619
  ChangeProgressDetails.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
620
+ ChangeProgressDetails.add_member(:config_change_status, Shapes::ShapeRef.new(shape: ConfigChangeStatus, location_name: "ConfigChangeStatus"))
621
+ ChangeProgressDetails.add_member(:initiated_by, Shapes::ShapeRef.new(shape: InitiatedBy, location_name: "InitiatedBy"))
622
+ ChangeProgressDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: UpdateTimestamp, location_name: "StartTime"))
623
+ ChangeProgressDetails.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: UpdateTimestamp, location_name: "LastUpdatedTime"))
593
624
  ChangeProgressDetails.struct_class = Types::ChangeProgressDetails
594
625
 
595
626
  ChangeProgressStage.add_member(:name, Shapes::ShapeRef.new(shape: ChangeProgressStageName, location_name: "Name"))
@@ -607,6 +638,9 @@ module Aws::OpenSearchService
607
638
  ChangeProgressStatusDetails.add_member(:completed_properties, Shapes::ShapeRef.new(shape: StringList, location_name: "CompletedProperties"))
608
639
  ChangeProgressStatusDetails.add_member(:total_number_of_stages, Shapes::ShapeRef.new(shape: TotalNumberOfStages, location_name: "TotalNumberOfStages"))
609
640
  ChangeProgressStatusDetails.add_member(:change_progress_stages, Shapes::ShapeRef.new(shape: ChangeProgressStageList, location_name: "ChangeProgressStages"))
641
+ ChangeProgressStatusDetails.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: UpdateTimestamp, location_name: "LastUpdatedTime"))
642
+ ChangeProgressStatusDetails.add_member(:config_change_status, Shapes::ShapeRef.new(shape: ConfigChangeStatus, location_name: "ConfigChangeStatus"))
643
+ ChangeProgressStatusDetails.add_member(:initiated_by, Shapes::ShapeRef.new(shape: InitiatedBy, location_name: "InitiatedBy"))
610
644
  ChangeProgressStatusDetails.struct_class = Types::ChangeProgressStatusDetails
611
645
 
612
646
  ClusterConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: OpenSearchPartitionInstanceType, location_name: "InstanceType"))
@@ -927,6 +961,7 @@ module Aws::OpenSearchService
927
961
  DomainConfig.add_member(:change_progress_details, Shapes::ShapeRef.new(shape: ChangeProgressDetails, location_name: "ChangeProgressDetails"))
928
962
  DomainConfig.add_member(:off_peak_window_options, Shapes::ShapeRef.new(shape: OffPeakWindowOptionsStatus, location_name: "OffPeakWindowOptions"))
929
963
  DomainConfig.add_member(:software_update_options, Shapes::ShapeRef.new(shape: SoftwareUpdateOptionsStatus, location_name: "SoftwareUpdateOptions"))
964
+ DomainConfig.add_member(:modifying_properties, Shapes::ShapeRef.new(shape: ModifyingPropertiesList, location_name: "ModifyingProperties"))
930
965
  DomainConfig.struct_class = Types::DomainConfig
931
966
 
932
967
  DomainEndpointOptions.add_member(:enforce_https, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnforceHTTPS"))
@@ -1017,6 +1052,8 @@ module Aws::OpenSearchService
1017
1052
  DomainStatus.add_member(:change_progress_details, Shapes::ShapeRef.new(shape: ChangeProgressDetails, location_name: "ChangeProgressDetails"))
1018
1053
  DomainStatus.add_member(:off_peak_window_options, Shapes::ShapeRef.new(shape: OffPeakWindowOptions, location_name: "OffPeakWindowOptions"))
1019
1054
  DomainStatus.add_member(:software_update_options, Shapes::ShapeRef.new(shape: SoftwareUpdateOptions, location_name: "SoftwareUpdateOptions"))
1055
+ DomainStatus.add_member(:domain_processing_status, Shapes::ShapeRef.new(shape: DomainProcessingStatusType, location_name: "DomainProcessingStatus"))
1056
+ DomainStatus.add_member(:modifying_properties, Shapes::ShapeRef.new(shape: ModifyingPropertiesList, location_name: "ModifyingProperties"))
1020
1057
  DomainStatus.struct_class = Types::DomainStatus
1021
1058
 
1022
1059
  DomainStatusList.member = Shapes::ShapeRef.new(shape: DomainStatus)
@@ -1073,6 +1110,8 @@ module Aws::OpenSearchService
1073
1110
 
1074
1111
  FilterList.member = Shapes::ShapeRef.new(shape: Filter)
1075
1112
 
1113
+ GUIDList.member = Shapes::ShapeRef.new(shape: GUID)
1114
+
1076
1115
  GetCompatibleVersionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location: "querystring", location_name: "domainName"))
1077
1116
  GetCompatibleVersionsRequest.struct_class = Types::GetCompatibleVersionsRequest
1078
1117
 
@@ -1300,6 +1339,14 @@ module Aws::OpenSearchService
1300
1339
  MasterUserOptions.add_member(:master_user_password, Shapes::ShapeRef.new(shape: Password, location_name: "MasterUserPassword"))
1301
1340
  MasterUserOptions.struct_class = Types::MasterUserOptions
1302
1341
 
1342
+ ModifyingProperties.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
1343
+ ModifyingProperties.add_member(:active_value, Shapes::ShapeRef.new(shape: String, location_name: "ActiveValue"))
1344
+ ModifyingProperties.add_member(:pending_value, Shapes::ShapeRef.new(shape: String, location_name: "PendingValue"))
1345
+ ModifyingProperties.add_member(:value_type, Shapes::ShapeRef.new(shape: PropertyValueType, location_name: "ValueType"))
1346
+ ModifyingProperties.struct_class = Types::ModifyingProperties
1347
+
1348
+ ModifyingPropertiesList.member = Shapes::ShapeRef.new(shape: ModifyingProperties)
1349
+
1303
1350
  NodeToNodeEncryptionOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
1304
1351
  NodeToNodeEncryptionOptions.struct_class = Types::NodeToNodeEncryptionOptions
1305
1352
 
@@ -1784,6 +1831,19 @@ module Aws::OpenSearchService
1784
1831
  o.errors << Shapes::ShapeRef.new(shape: BaseException)
1785
1832
  end)
1786
1833
 
1834
+ api.add_operation(:cancel_domain_config_change, Seahorse::Model::Operation.new.tap do |o|
1835
+ o.name = "CancelDomainConfigChange"
1836
+ o.http_method = "POST"
1837
+ o.http_request_uri = "/2021-01-01/opensearch/domain/{DomainName}/config/cancel"
1838
+ o.input = Shapes::ShapeRef.new(shape: CancelDomainConfigChangeRequest)
1839
+ o.output = Shapes::ShapeRef.new(shape: CancelDomainConfigChangeResponse)
1840
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
1841
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1842
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1843
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1844
+ o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
1845
+ end)
1846
+
1787
1847
  api.add_operation(:cancel_service_software_update, Seahorse::Model::Operation.new.tap do |o|
1788
1848
  o.name = "CancelServiceSoftwareUpdate"
1789
1849
  o.http_method = "POST"
@@ -82,6 +82,20 @@ module Aws::OpenSearchService
82
82
  end
83
83
  end
84
84
 
85
+ class CancelDomainConfigChange
86
+ def self.build(context)
87
+ unless context.config.regional_endpoint
88
+ endpoint = context.config.endpoint.to_s
89
+ end
90
+ Aws::OpenSearchService::EndpointParameters.new(
91
+ region: context.config.region,
92
+ use_dual_stack: context.config.use_dualstack_endpoint,
93
+ use_fips: context.config.use_fips_endpoint,
94
+ endpoint: endpoint,
95
+ )
96
+ end
97
+ end
98
+
85
99
  class CancelServiceSoftwareUpdate
86
100
  def self.build(context)
87
101
  unless context.config.regional_endpoint
@@ -68,6 +68,8 @@ module Aws::OpenSearchService
68
68
  Aws::OpenSearchService::Endpoints::AssociatePackage.build(context)
69
69
  when :authorize_vpc_endpoint_access
70
70
  Aws::OpenSearchService::Endpoints::AuthorizeVpcEndpointAccess.build(context)
71
+ when :cancel_domain_config_change
72
+ Aws::OpenSearchService::Endpoints::CancelDomainConfigChange.build(context)
71
73
  when :cancel_service_software_update
72
74
  Aws::OpenSearchService::Endpoints::CancelServiceSoftwareUpdate.build(context)
73
75
  when :create_domain
@@ -762,6 +762,49 @@ module Aws::OpenSearchService
762
762
  include Aws::Structure
763
763
  end
764
764
 
765
+ # @!attribute [rw] domain_name
766
+ # The name of an OpenSearch Service domain. Domain names are unique
767
+ # across the domains owned by an account within an Amazon Web Services
768
+ # Region.
769
+ # @return [String]
770
+ #
771
+ # @!attribute [rw] dry_run
772
+ # When set to `True`, returns the list of change IDs and properties
773
+ # that will be cancelled without actually cancelling the change.
774
+ # @return [Boolean]
775
+ #
776
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CancelDomainConfigChangeRequest AWS API Documentation
777
+ #
778
+ class CancelDomainConfigChangeRequest < Struct.new(
779
+ :domain_name,
780
+ :dry_run)
781
+ SENSITIVE = []
782
+ include Aws::Structure
783
+ end
784
+
785
+ # @!attribute [rw] cancelled_change_ids
786
+ # The unique identifiers of the changes that were cancelled.
787
+ # @return [Array<String>]
788
+ #
789
+ # @!attribute [rw] cancelled_change_properties
790
+ # The domain change properties that were cancelled.
791
+ # @return [Array<Types::CancelledChangeProperty>]
792
+ #
793
+ # @!attribute [rw] dry_run
794
+ # Whether or not the request was a dry run. If `True`, the changes
795
+ # were not actually cancelled.
796
+ # @return [Boolean]
797
+ #
798
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CancelDomainConfigChangeResponse AWS API Documentation
799
+ #
800
+ class CancelDomainConfigChangeResponse < Struct.new(
801
+ :cancelled_change_ids,
802
+ :cancelled_change_properties,
803
+ :dry_run)
804
+ SENSITIVE = []
805
+ include Aws::Structure
806
+ end
807
+
765
808
  # Container for the request parameters to cancel a service software
766
809
  # update.
767
810
  #
@@ -794,6 +837,33 @@ module Aws::OpenSearchService
794
837
  include Aws::Structure
795
838
  end
796
839
 
840
+ # A property change that was cancelled for an Amazon OpenSearch Service
841
+ # domain.
842
+ #
843
+ # @!attribute [rw] property_name
844
+ # The name of the property whose change was cancelled.
845
+ # @return [String]
846
+ #
847
+ # @!attribute [rw] cancelled_value
848
+ # The pending value of the property that was cancelled. This would
849
+ # have been the eventual value of the property if the chance had not
850
+ # been cancelled.
851
+ # @return [String]
852
+ #
853
+ # @!attribute [rw] active_value
854
+ # The current value of the property, after the change was cancelled.
855
+ # @return [String]
856
+ #
857
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CancelledChangeProperty AWS API Documentation
858
+ #
859
+ class CancelledChangeProperty < Struct.new(
860
+ :property_name,
861
+ :cancelled_value,
862
+ :active_value)
863
+ SENSITIVE = []
864
+ include Aws::Structure
865
+ end
866
+
797
867
  # Container for information about a configuration change happening on a
798
868
  # domain.
799
869
  #
@@ -805,11 +875,32 @@ module Aws::OpenSearchService
805
875
  # A message corresponding to the status of the configuration change.
806
876
  # @return [String]
807
877
  #
878
+ # @!attribute [rw] config_change_status
879
+ # The current status of the configuration change.
880
+ # @return [String]
881
+ #
882
+ # @!attribute [rw] initiated_by
883
+ # The IAM principal who initiated the configuration change.
884
+ # @return [String]
885
+ #
886
+ # @!attribute [rw] start_time
887
+ # The time that the configuration change was initiated, in Universal
888
+ # Coordinated Time (UTC).
889
+ # @return [Time]
890
+ #
891
+ # @!attribute [rw] last_updated_time
892
+ # The last time that the configuration change was updated.
893
+ # @return [Time]
894
+ #
808
895
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ChangeProgressDetails AWS API Documentation
809
896
  #
810
897
  class ChangeProgressDetails < Struct.new(
811
898
  :change_id,
812
- :message)
899
+ :message,
900
+ :config_change_status,
901
+ :initiated_by,
902
+ :start_time,
903
+ :last_updated_time)
813
904
  SENSITIVE = []
814
905
  include Aws::Structure
815
906
  end
@@ -877,6 +968,19 @@ module Aws::OpenSearchService
877
968
  # configuration change.
878
969
  # @return [Array<Types::ChangeProgressStage>]
879
970
  #
971
+ # @!attribute [rw] last_updated_time
972
+ # The last time that the status of the configuration change was
973
+ # updated.
974
+ # @return [Time]
975
+ #
976
+ # @!attribute [rw] config_change_status
977
+ # The current status of the configuration change.
978
+ # @return [String]
979
+ #
980
+ # @!attribute [rw] initiated_by
981
+ # The IAM principal who initiated the configuration change.
982
+ # @return [String]
983
+ #
880
984
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ChangeProgressStatusDetails AWS API Documentation
881
985
  #
882
986
  class ChangeProgressStatusDetails < Struct.new(
@@ -886,7 +990,10 @@ module Aws::OpenSearchService
886
990
  :pending_properties,
887
991
  :completed_properties,
888
992
  :total_number_of_stages,
889
- :change_progress_stages)
993
+ :change_progress_stages,
994
+ :last_updated_time,
995
+ :config_change_status,
996
+ :initiated_by)
890
997
  SENSITIVE = []
891
998
  include Aws::Structure
892
999
  end
@@ -2585,6 +2692,11 @@ module Aws::OpenSearchService
2585
2692
  # Software update options for the domain.
2586
2693
  # @return [Types::SoftwareUpdateOptionsStatus]
2587
2694
  #
2695
+ # @!attribute [rw] modifying_properties
2696
+ # Information about the domain properties that are currently being
2697
+ # modified.
2698
+ # @return [Array<Types::ModifyingProperties>]
2699
+ #
2588
2700
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DomainConfig AWS API Documentation
2589
2701
  #
2590
2702
  class DomainConfig < Struct.new(
@@ -2605,7 +2717,8 @@ module Aws::OpenSearchService
2605
2717
  :auto_tune_options,
2606
2718
  :change_progress_details,
2607
2719
  :off_peak_window_options,
2608
- :software_update_options)
2720
+ :software_update_options,
2721
+ :modifying_properties)
2609
2722
  SENSITIVE = []
2610
2723
  include Aws::Structure
2611
2724
  end
@@ -3017,6 +3130,16 @@ module Aws::OpenSearchService
3017
3130
  # Service software update options for the domain.
3018
3131
  # @return [Types::SoftwareUpdateOptions]
3019
3132
  #
3133
+ # @!attribute [rw] domain_processing_status
3134
+ # The status of any changes that are currently in progress for the
3135
+ # domain.
3136
+ # @return [String]
3137
+ #
3138
+ # @!attribute [rw] modifying_properties
3139
+ # Information about the domain properties that are currently being
3140
+ # modified.
3141
+ # @return [Array<Types::ModifyingProperties>]
3142
+ #
3020
3143
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DomainStatus AWS API Documentation
3021
3144
  #
3022
3145
  class DomainStatus < Struct.new(
@@ -3048,7 +3171,9 @@ module Aws::OpenSearchService
3048
3171
  :auto_tune_options,
3049
3172
  :change_progress_details,
3050
3173
  :off_peak_window_options,
3051
- :software_update_options)
3174
+ :software_update_options,
3175
+ :domain_processing_status,
3176
+ :modifying_properties)
3052
3177
  SENSITIVE = []
3053
3178
  include Aws::Structure
3054
3179
  end
@@ -3201,8 +3326,10 @@ module Aws::OpenSearchService
3201
3326
  end
3202
3327
 
3203
3328
  # Specifies whether the domain should encrypt data at rest, and if so,
3204
- # the Key Management Service (KMS) key to use. Can be used only to
3205
- # create a new domain, not update an existing one.
3329
+ # the Key Management Service (KMS) key to use. Can only be used when
3330
+ # creating a new domain or enabling encryption at rest for the first
3331
+ # time on an existing domain. You can't modify this parameter after
3332
+ # it's already been specified.
3206
3333
  #
3207
3334
  # @!attribute [rw] enabled
3208
3335
  # True to enable encryption at rest.
@@ -4438,6 +4565,44 @@ module Aws::OpenSearchService
4438
4565
  include Aws::Structure
4439
4566
  end
4440
4567
 
4568
+ # Information about the domain properties that are currently being
4569
+ # modified.
4570
+ #
4571
+ # @!attribute [rw] name
4572
+ # The name of the property that is currently being modified.
4573
+ # @return [String]
4574
+ #
4575
+ # @!attribute [rw] active_value
4576
+ # The current value of the domain property that is being modified.
4577
+ # @return [String]
4578
+ #
4579
+ # @!attribute [rw] pending_value
4580
+ # The value that the property that is currently being modified will
4581
+ # eventually have.
4582
+ # @return [String]
4583
+ #
4584
+ # @!attribute [rw] value_type
4585
+ # The type of value that is currently being modified. Properties can
4586
+ # have two types:
4587
+ #
4588
+ # * `PLAIN_TEXT`: Contain direct values such as "1", "True", or
4589
+ # "c5.large.search".
4590
+ #
4591
+ # * `STRINGIFIED_JSON`: Contain content in JSON format, such as
4592
+ # \\\{"Enabled":"True"\\}".
4593
+ # @return [String]
4594
+ #
4595
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ModifyingProperties AWS API Documentation
4596
+ #
4597
+ class ModifyingProperties < Struct.new(
4598
+ :name,
4599
+ :active_value,
4600
+ :pending_value,
4601
+ :value_type)
4602
+ SENSITIVE = []
4603
+ include Aws::Structure
4604
+ end
4605
+
4441
4606
  # Enables or disables node-to-node encryption. For more information, see
4442
4607
  # [Node-to-node encryption for Amazon OpenSearch Service][1].
4443
4608
  #
@@ -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.36.0'
55
+ GEM_VERSION = '1.37.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -133,6 +133,19 @@ module Aws
133
133
  ) -> _AuthorizeVpcEndpointAccessResponseSuccess
134
134
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AuthorizeVpcEndpointAccessResponseSuccess
135
135
 
136
+ interface _CancelDomainConfigChangeResponseSuccess
137
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelDomainConfigChangeResponse]
138
+ def cancelled_change_ids: () -> ::Array[::String]
139
+ def cancelled_change_properties: () -> ::Array[Types::CancelledChangeProperty]
140
+ def dry_run: () -> bool
141
+ end
142
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#cancel_domain_config_change-instance_method
143
+ def cancel_domain_config_change: (
144
+ domain_name: ::String,
145
+ ?dry_run: bool
146
+ ) -> _CancelDomainConfigChangeResponseSuccess
147
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelDomainConfigChangeResponseSuccess
148
+
136
149
  interface _CancelServiceSoftwareUpdateResponseSuccess
137
150
  include ::Seahorse::Client::_ResponseSuccess[Types::CancelServiceSoftwareUpdateResponse]
138
151
  def service_software_options: () -> Types::ServiceSoftwareOptions
data/sig/types.rbs CHANGED
@@ -188,6 +188,19 @@ module Aws::OpenSearchService
188
188
  SENSITIVE: []
189
189
  end
190
190
 
191
+ class CancelDomainConfigChangeRequest
192
+ attr_accessor domain_name: ::String
193
+ attr_accessor dry_run: bool
194
+ SENSITIVE: []
195
+ end
196
+
197
+ class CancelDomainConfigChangeResponse
198
+ attr_accessor cancelled_change_ids: ::Array[::String]
199
+ attr_accessor cancelled_change_properties: ::Array[Types::CancelledChangeProperty]
200
+ attr_accessor dry_run: bool
201
+ SENSITIVE: []
202
+ end
203
+
191
204
  class CancelServiceSoftwareUpdateRequest
192
205
  attr_accessor domain_name: ::String
193
206
  SENSITIVE: []
@@ -198,9 +211,20 @@ module Aws::OpenSearchService
198
211
  SENSITIVE: []
199
212
  end
200
213
 
214
+ class CancelledChangeProperty
215
+ attr_accessor property_name: ::String
216
+ attr_accessor cancelled_value: ::String
217
+ attr_accessor active_value: ::String
218
+ SENSITIVE: []
219
+ end
220
+
201
221
  class ChangeProgressDetails
202
222
  attr_accessor change_id: ::String
203
223
  attr_accessor message: ::String
224
+ attr_accessor config_change_status: ("Pending" | "Initializing" | "Validating" | "ValidationFailed" | "ApplyingChanges" | "Completed" | "PendingUserInput" | "Cancelled")
225
+ attr_accessor initiated_by: ("CUSTOMER" | "SERVICE")
226
+ attr_accessor start_time: ::Time
227
+ attr_accessor last_updated_time: ::Time
204
228
  SENSITIVE: []
205
229
  end
206
230
 
@@ -220,6 +244,9 @@ module Aws::OpenSearchService
220
244
  attr_accessor completed_properties: ::Array[::String]
221
245
  attr_accessor total_number_of_stages: ::Integer
222
246
  attr_accessor change_progress_stages: ::Array[Types::ChangeProgressStage]
247
+ attr_accessor last_updated_time: ::Time
248
+ attr_accessor config_change_status: ("Pending" | "Initializing" | "Validating" | "ValidationFailed" | "ApplyingChanges" | "Completed" | "PendingUserInput" | "Cancelled")
249
+ attr_accessor initiated_by: ("CUSTOMER" | "SERVICE")
223
250
  SENSITIVE: []
224
251
  end
225
252
 
@@ -666,6 +693,7 @@ module Aws::OpenSearchService
666
693
  attr_accessor change_progress_details: Types::ChangeProgressDetails
667
694
  attr_accessor off_peak_window_options: Types::OffPeakWindowOptionsStatus
668
695
  attr_accessor software_update_options: Types::SoftwareUpdateOptionsStatus
696
+ attr_accessor modifying_properties: ::Array[Types::ModifyingProperties]
669
697
  SENSITIVE: []
670
698
  end
671
699
 
@@ -762,6 +790,8 @@ module Aws::OpenSearchService
762
790
  attr_accessor change_progress_details: Types::ChangeProgressDetails
763
791
  attr_accessor off_peak_window_options: Types::OffPeakWindowOptions
764
792
  attr_accessor software_update_options: Types::SoftwareUpdateOptions
793
+ attr_accessor domain_processing_status: ("Creating" | "Active" | "Modifying" | "UpgradingEngineVersion" | "UpdatingServiceSoftware" | "Isolated" | "Deleting")
794
+ attr_accessor modifying_properties: ::Array[Types::ModifyingProperties]
765
795
  SENSITIVE: []
766
796
  end
767
797
 
@@ -1137,6 +1167,14 @@ module Aws::OpenSearchService
1137
1167
  SENSITIVE: [:master_user_name, :master_user_password]
1138
1168
  end
1139
1169
 
1170
+ class ModifyingProperties
1171
+ attr_accessor name: ::String
1172
+ attr_accessor active_value: ::String
1173
+ attr_accessor pending_value: ::String
1174
+ attr_accessor value_type: ("PLAIN_TEXT" | "STRINGIFIED_JSON")
1175
+ SENSITIVE: []
1176
+ end
1177
+
1140
1178
  class NodeToNodeEncryptionOptions
1141
1179
  attr_accessor enabled: bool
1142
1180
  SENSITIVE: []
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.36.0
4
+ version: 1.37.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-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core