aws-sdk-opensearchservice 1.7.0 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opensearchservice/client.rb +67 -1
- data/lib/aws-sdk-opensearchservice/client_api.rb +54 -0
- data/lib/aws-sdk-opensearchservice/types.rb +165 -3
- data/lib/aws-sdk-opensearchservice.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed34deb0d80906cd56f67fb4a5df4d4cdbcb9041e38e7b04ccc1cdc3d1b7031e
|
4
|
+
data.tar.gz: 6114de04e71927a1c70c17f8b6cf88ca1f467234b072efc8f8083f9bc8a77d57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 766b55f09c2618ca56b13e6be21100baa834f81260cfc11afb24a865c62af8872b7298e49758768e545a8c47b031b8a624454924366b3e592f456d885bf3dfba
|
7
|
+
data.tar.gz: dbeb4a2645bce98d2331b915cb4ae753e1b5686b9999da92d1ea2b281b291bb81afe7de9164f5a291b144d66b3b914d073f983b14e3aecd2539d15151afa7407
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.10.0 (2022-02-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.9.0 (2022-02-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.8.0 (2022-01-27)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Allows customers to get progress updates for blue/green deployments
|
18
|
+
|
4
19
|
1.7.0 (2022-01-06)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.10.0
|
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
32
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
31
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
32
34
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
33
35
|
|
@@ -74,7 +76,9 @@ module Aws::OpenSearchService
|
|
74
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
75
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
76
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
77
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
81
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
78
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
79
83
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
80
84
|
|
@@ -779,6 +783,8 @@ module Aws::OpenSearchService
|
|
779
783
|
# resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
|
780
784
|
# resp.domain_status.auto_tune_options.state #=> String, one of "ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS", "DISABLED_AND_ROLLBACK_SCHEDULED", "DISABLED_AND_ROLLBACK_IN_PROGRESS", "DISABLED_AND_ROLLBACK_COMPLETE", "DISABLED_AND_ROLLBACK_ERROR", "ERROR"
|
781
785
|
# resp.domain_status.auto_tune_options.error_message #=> String
|
786
|
+
# resp.domain_status.change_progress_details.change_id #=> String
|
787
|
+
# resp.domain_status.change_progress_details.message #=> String
|
782
788
|
#
|
783
789
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateDomain AWS API Documentation
|
784
790
|
#
|
@@ -994,6 +1000,8 @@ module Aws::OpenSearchService
|
|
994
1000
|
# resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
|
995
1001
|
# resp.domain_status.auto_tune_options.state #=> String, one of "ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS", "DISABLED_AND_ROLLBACK_SCHEDULED", "DISABLED_AND_ROLLBACK_IN_PROGRESS", "DISABLED_AND_ROLLBACK_COMPLETE", "DISABLED_AND_ROLLBACK_ERROR", "ERROR"
|
996
1002
|
# resp.domain_status.auto_tune_options.error_message #=> String
|
1003
|
+
# resp.domain_status.change_progress_details.change_id #=> String
|
1004
|
+
# resp.domain_status.change_progress_details.message #=> String
|
997
1005
|
#
|
998
1006
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeleteDomain AWS API Documentation
|
999
1007
|
#
|
@@ -1207,6 +1215,8 @@ module Aws::OpenSearchService
|
|
1207
1215
|
# resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
|
1208
1216
|
# resp.domain_status.auto_tune_options.state #=> String, one of "ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS", "DISABLED_AND_ROLLBACK_SCHEDULED", "DISABLED_AND_ROLLBACK_IN_PROGRESS", "DISABLED_AND_ROLLBACK_COMPLETE", "DISABLED_AND_ROLLBACK_ERROR", "ERROR"
|
1209
1217
|
# resp.domain_status.auto_tune_options.error_message #=> String
|
1218
|
+
# resp.domain_status.change_progress_details.change_id #=> String
|
1219
|
+
# resp.domain_status.change_progress_details.message #=> String
|
1210
1220
|
#
|
1211
1221
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomain AWS API Documentation
|
1212
1222
|
#
|
@@ -1265,6 +1275,53 @@ module Aws::OpenSearchService
|
|
1265
1275
|
req.send_request(options)
|
1266
1276
|
end
|
1267
1277
|
|
1278
|
+
# Returns information about the current blue/green deployment happening
|
1279
|
+
# on a domain, including a change ID, status, and progress stages.
|
1280
|
+
#
|
1281
|
+
# @option params [required, String] :domain_name
|
1282
|
+
# The domain you want to get the progress information about.
|
1283
|
+
#
|
1284
|
+
# @option params [String] :change_id
|
1285
|
+
# The specific change ID for which you want to get progress information.
|
1286
|
+
# This is an optional parameter. If omitted, the service returns
|
1287
|
+
# information about the most recent configuration change.
|
1288
|
+
#
|
1289
|
+
# @return [Types::DescribeDomainChangeProgressResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1290
|
+
#
|
1291
|
+
# * {Types::DescribeDomainChangeProgressResponse#change_progress_status #change_progress_status} => Types::ChangeProgressStatusDetails
|
1292
|
+
#
|
1293
|
+
# @example Request syntax with placeholder values
|
1294
|
+
#
|
1295
|
+
# resp = client.describe_domain_change_progress({
|
1296
|
+
# domain_name: "DomainName", # required
|
1297
|
+
# change_id: "GUID",
|
1298
|
+
# })
|
1299
|
+
#
|
1300
|
+
# @example Response structure
|
1301
|
+
#
|
1302
|
+
# resp.change_progress_status.change_id #=> String
|
1303
|
+
# resp.change_progress_status.start_time #=> Time
|
1304
|
+
# resp.change_progress_status.status #=> String, one of "PENDING", "PROCESSING", "COMPLETED", "FAILED"
|
1305
|
+
# resp.change_progress_status.pending_properties #=> Array
|
1306
|
+
# resp.change_progress_status.pending_properties[0] #=> String
|
1307
|
+
# resp.change_progress_status.completed_properties #=> Array
|
1308
|
+
# resp.change_progress_status.completed_properties[0] #=> String
|
1309
|
+
# resp.change_progress_status.total_number_of_stages #=> Integer
|
1310
|
+
# resp.change_progress_status.change_progress_stages #=> Array
|
1311
|
+
# resp.change_progress_status.change_progress_stages[0].name #=> String
|
1312
|
+
# resp.change_progress_status.change_progress_stages[0].status #=> String
|
1313
|
+
# resp.change_progress_status.change_progress_stages[0].description #=> String
|
1314
|
+
# resp.change_progress_status.change_progress_stages[0].last_updated #=> Time
|
1315
|
+
#
|
1316
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainChangeProgress AWS API Documentation
|
1317
|
+
#
|
1318
|
+
# @overload describe_domain_change_progress(params = {})
|
1319
|
+
# @param [Hash] params ({})
|
1320
|
+
def describe_domain_change_progress(params = {}, options = {})
|
1321
|
+
req = build_request(:describe_domain_change_progress, params)
|
1322
|
+
req.send_request(options)
|
1323
|
+
end
|
1324
|
+
|
1268
1325
|
# Provides cluster configuration information about the specified domain,
|
1269
1326
|
# such as the state, creation date, update version, and update date for
|
1270
1327
|
# cluster options.
|
@@ -1414,6 +1471,8 @@ module Aws::OpenSearchService
|
|
1414
1471
|
# resp.domain_config.auto_tune_options.status.state #=> String, one of "ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS", "DISABLED_AND_ROLLBACK_SCHEDULED", "DISABLED_AND_ROLLBACK_IN_PROGRESS", "DISABLED_AND_ROLLBACK_COMPLETE", "DISABLED_AND_ROLLBACK_ERROR", "ERROR"
|
1415
1472
|
# resp.domain_config.auto_tune_options.status.error_message #=> String
|
1416
1473
|
# resp.domain_config.auto_tune_options.status.pending_deletion #=> Boolean
|
1474
|
+
# resp.domain_config.change_progress_details.change_id #=> String
|
1475
|
+
# resp.domain_config.change_progress_details.message #=> String
|
1417
1476
|
#
|
1418
1477
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainConfig AWS API Documentation
|
1419
1478
|
#
|
@@ -1515,6 +1574,8 @@ module Aws::OpenSearchService
|
|
1515
1574
|
# resp.domain_status_list[0].advanced_security_options.anonymous_auth_enabled #=> Boolean
|
1516
1575
|
# resp.domain_status_list[0].auto_tune_options.state #=> String, one of "ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS", "DISABLED_AND_ROLLBACK_SCHEDULED", "DISABLED_AND_ROLLBACK_IN_PROGRESS", "DISABLED_AND_ROLLBACK_COMPLETE", "DISABLED_AND_ROLLBACK_ERROR", "ERROR"
|
1517
1576
|
# resp.domain_status_list[0].auto_tune_options.error_message #=> String
|
1577
|
+
# resp.domain_status_list[0].change_progress_details.change_id #=> String
|
1578
|
+
# resp.domain_status_list[0].change_progress_details.message #=> String
|
1518
1579
|
#
|
1519
1580
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomains AWS API Documentation
|
1520
1581
|
#
|
@@ -2808,6 +2869,8 @@ module Aws::OpenSearchService
|
|
2808
2869
|
# resp.domain_config.auto_tune_options.status.state #=> String, one of "ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS", "DISABLED_AND_ROLLBACK_SCHEDULED", "DISABLED_AND_ROLLBACK_IN_PROGRESS", "DISABLED_AND_ROLLBACK_COMPLETE", "DISABLED_AND_ROLLBACK_ERROR", "ERROR"
|
2809
2870
|
# resp.domain_config.auto_tune_options.status.error_message #=> String
|
2810
2871
|
# resp.domain_config.auto_tune_options.status.pending_deletion #=> Boolean
|
2872
|
+
# resp.domain_config.change_progress_details.change_id #=> String
|
2873
|
+
# resp.domain_config.change_progress_details.message #=> String
|
2811
2874
|
# resp.dry_run_results.deployment_type #=> String
|
2812
2875
|
# resp.dry_run_results.message #=> String
|
2813
2876
|
#
|
@@ -2916,6 +2979,7 @@ module Aws::OpenSearchService
|
|
2916
2979
|
# * {Types::UpgradeDomainResponse#target_version #target_version} => String
|
2917
2980
|
# * {Types::UpgradeDomainResponse#perform_check_only #perform_check_only} => Boolean
|
2918
2981
|
# * {Types::UpgradeDomainResponse#advanced_options #advanced_options} => Hash<String,String>
|
2982
|
+
# * {Types::UpgradeDomainResponse#change_progress_details #change_progress_details} => Types::ChangeProgressDetails
|
2919
2983
|
#
|
2920
2984
|
# @example Request syntax with placeholder values
|
2921
2985
|
#
|
@@ -2936,6 +3000,8 @@ module Aws::OpenSearchService
|
|
2936
3000
|
# resp.perform_check_only #=> Boolean
|
2937
3001
|
# resp.advanced_options #=> Hash
|
2938
3002
|
# resp.advanced_options["String"] #=> String
|
3003
|
+
# resp.change_progress_details.change_id #=> String
|
3004
|
+
# resp.change_progress_details.message #=> String
|
2939
3005
|
#
|
2940
3006
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpgradeDomain AWS API Documentation
|
2941
3007
|
#
|
@@ -2959,7 +3025,7 @@ module Aws::OpenSearchService
|
|
2959
3025
|
params: params,
|
2960
3026
|
config: config)
|
2961
3027
|
context[:gem_name] = 'aws-sdk-opensearchservice'
|
2962
|
-
context[:gem_version] = '1.
|
3028
|
+
context[:gem_version] = '1.10.0'
|
2963
3029
|
Seahorse::Client::Request.new(handlers, context)
|
2964
3030
|
end
|
2965
3031
|
|
@@ -48,6 +48,12 @@ module Aws::OpenSearchService
|
|
48
48
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
49
49
|
CancelServiceSoftwareUpdateRequest = Shapes::StructureShape.new(name: 'CancelServiceSoftwareUpdateRequest')
|
50
50
|
CancelServiceSoftwareUpdateResponse = Shapes::StructureShape.new(name: 'CancelServiceSoftwareUpdateResponse')
|
51
|
+
ChangeProgressDetails = Shapes::StructureShape.new(name: 'ChangeProgressDetails')
|
52
|
+
ChangeProgressStage = Shapes::StructureShape.new(name: 'ChangeProgressStage')
|
53
|
+
ChangeProgressStageList = Shapes::ListShape.new(name: 'ChangeProgressStageList')
|
54
|
+
ChangeProgressStageName = Shapes::StringShape.new(name: 'ChangeProgressStageName')
|
55
|
+
ChangeProgressStageStatus = Shapes::StringShape.new(name: 'ChangeProgressStageStatus')
|
56
|
+
ChangeProgressStatusDetails = Shapes::StructureShape.new(name: 'ChangeProgressStatusDetails')
|
51
57
|
CloudWatchLogsLogGroupArn = Shapes::StringShape.new(name: 'CloudWatchLogsLogGroupArn')
|
52
58
|
ClusterConfig = Shapes::StructureShape.new(name: 'ClusterConfig')
|
53
59
|
ClusterConfigStatus = Shapes::StructureShape.new(name: 'ClusterConfigStatus')
|
@@ -81,6 +87,8 @@ module Aws::OpenSearchService
|
|
81
87
|
DeploymentType = Shapes::StringShape.new(name: 'DeploymentType')
|
82
88
|
DescribeDomainAutoTunesRequest = Shapes::StructureShape.new(name: 'DescribeDomainAutoTunesRequest')
|
83
89
|
DescribeDomainAutoTunesResponse = Shapes::StructureShape.new(name: 'DescribeDomainAutoTunesResponse')
|
90
|
+
DescribeDomainChangeProgressRequest = Shapes::StructureShape.new(name: 'DescribeDomainChangeProgressRequest')
|
91
|
+
DescribeDomainChangeProgressResponse = Shapes::StructureShape.new(name: 'DescribeDomainChangeProgressResponse')
|
84
92
|
DescribeDomainConfigRequest = Shapes::StructureShape.new(name: 'DescribeDomainConfigRequest')
|
85
93
|
DescribeDomainConfigResponse = Shapes::StructureShape.new(name: 'DescribeDomainConfigResponse')
|
86
94
|
DescribeDomainRequest = Shapes::StructureShape.new(name: 'DescribeDomainRequest')
|
@@ -104,6 +112,7 @@ module Aws::OpenSearchService
|
|
104
112
|
DescribeReservedInstanceOfferingsResponse = Shapes::StructureShape.new(name: 'DescribeReservedInstanceOfferingsResponse')
|
105
113
|
DescribeReservedInstancesRequest = Shapes::StructureShape.new(name: 'DescribeReservedInstancesRequest')
|
106
114
|
DescribeReservedInstancesResponse = Shapes::StructureShape.new(name: 'DescribeReservedInstancesResponse')
|
115
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
107
116
|
DisableTimestamp = Shapes::TimestampShape.new(name: 'DisableTimestamp')
|
108
117
|
DisabledOperationException = Shapes::StructureShape.new(name: 'DisabledOperationException')
|
109
118
|
DissociatePackageRequest = Shapes::StructureShape.new(name: 'DissociatePackageRequest')
|
@@ -209,6 +218,7 @@ module Aws::OpenSearchService
|
|
209
218
|
OutboundConnectionStatus = Shapes::StructureShape.new(name: 'OutboundConnectionStatus')
|
210
219
|
OutboundConnectionStatusCode = Shapes::StringShape.new(name: 'OutboundConnectionStatusCode')
|
211
220
|
OutboundConnections = Shapes::ListShape.new(name: 'OutboundConnections')
|
221
|
+
OverallChangeStatus = Shapes::StringShape.new(name: 'OverallChangeStatus')
|
212
222
|
OwnerId = Shapes::StringShape.new(name: 'OwnerId')
|
213
223
|
PackageDescription = Shapes::StringShape.new(name: 'PackageDescription')
|
214
224
|
PackageDetails = Shapes::StructureShape.new(name: 'PackageDetails')
|
@@ -275,6 +285,7 @@ module Aws::OpenSearchService
|
|
275
285
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
276
286
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
277
287
|
TimeUnit = Shapes::StringShape.new(name: 'TimeUnit')
|
288
|
+
TotalNumberOfStages = Shapes::IntegerShape.new(name: 'TotalNumberOfStages')
|
278
289
|
UIntValue = Shapes::IntegerShape.new(name: 'UIntValue')
|
279
290
|
UpdateDomainConfigRequest = Shapes::StructureShape.new(name: 'UpdateDomainConfigRequest')
|
280
291
|
UpdateDomainConfigResponse = Shapes::StructureShape.new(name: 'UpdateDomainConfigResponse')
|
@@ -412,6 +423,27 @@ module Aws::OpenSearchService
|
|
412
423
|
CancelServiceSoftwareUpdateResponse.add_member(:service_software_options, Shapes::ShapeRef.new(shape: ServiceSoftwareOptions, location_name: "ServiceSoftwareOptions"))
|
413
424
|
CancelServiceSoftwareUpdateResponse.struct_class = Types::CancelServiceSoftwareUpdateResponse
|
414
425
|
|
426
|
+
ChangeProgressDetails.add_member(:change_id, Shapes::ShapeRef.new(shape: GUID, location_name: "ChangeId"))
|
427
|
+
ChangeProgressDetails.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
428
|
+
ChangeProgressDetails.struct_class = Types::ChangeProgressDetails
|
429
|
+
|
430
|
+
ChangeProgressStage.add_member(:name, Shapes::ShapeRef.new(shape: ChangeProgressStageName, location_name: "Name"))
|
431
|
+
ChangeProgressStage.add_member(:status, Shapes::ShapeRef.new(shape: ChangeProgressStageStatus, location_name: "Status"))
|
432
|
+
ChangeProgressStage.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
433
|
+
ChangeProgressStage.add_member(:last_updated, Shapes::ShapeRef.new(shape: LastUpdated, location_name: "LastUpdated"))
|
434
|
+
ChangeProgressStage.struct_class = Types::ChangeProgressStage
|
435
|
+
|
436
|
+
ChangeProgressStageList.member = Shapes::ShapeRef.new(shape: ChangeProgressStage)
|
437
|
+
|
438
|
+
ChangeProgressStatusDetails.add_member(:change_id, Shapes::ShapeRef.new(shape: GUID, location_name: "ChangeId"))
|
439
|
+
ChangeProgressStatusDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: UpdateTimestamp, location_name: "StartTime"))
|
440
|
+
ChangeProgressStatusDetails.add_member(:status, Shapes::ShapeRef.new(shape: OverallChangeStatus, location_name: "Status"))
|
441
|
+
ChangeProgressStatusDetails.add_member(:pending_properties, Shapes::ShapeRef.new(shape: StringList, location_name: "PendingProperties"))
|
442
|
+
ChangeProgressStatusDetails.add_member(:completed_properties, Shapes::ShapeRef.new(shape: StringList, location_name: "CompletedProperties"))
|
443
|
+
ChangeProgressStatusDetails.add_member(:total_number_of_stages, Shapes::ShapeRef.new(shape: TotalNumberOfStages, location_name: "TotalNumberOfStages"))
|
444
|
+
ChangeProgressStatusDetails.add_member(:change_progress_stages, Shapes::ShapeRef.new(shape: ChangeProgressStageList, location_name: "ChangeProgressStages"))
|
445
|
+
ChangeProgressStatusDetails.struct_class = Types::ChangeProgressStatusDetails
|
446
|
+
|
415
447
|
ClusterConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: OpenSearchPartitionInstanceType, location_name: "InstanceType"))
|
416
448
|
ClusterConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: IntegerClass, location_name: "InstanceCount"))
|
417
449
|
ClusterConfig.add_member(:dedicated_master_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedMasterEnabled"))
|
@@ -525,6 +557,13 @@ module Aws::OpenSearchService
|
|
525
557
|
DescribeDomainAutoTunesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
526
558
|
DescribeDomainAutoTunesResponse.struct_class = Types::DescribeDomainAutoTunesResponse
|
527
559
|
|
560
|
+
DescribeDomainChangeProgressRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
|
561
|
+
DescribeDomainChangeProgressRequest.add_member(:change_id, Shapes::ShapeRef.new(shape: GUID, location: "querystring", location_name: "changeid"))
|
562
|
+
DescribeDomainChangeProgressRequest.struct_class = Types::DescribeDomainChangeProgressRequest
|
563
|
+
|
564
|
+
DescribeDomainChangeProgressResponse.add_member(:change_progress_status, Shapes::ShapeRef.new(shape: ChangeProgressStatusDetails, location_name: "ChangeProgressStatus"))
|
565
|
+
DescribeDomainChangeProgressResponse.struct_class = Types::DescribeDomainChangeProgressResponse
|
566
|
+
|
528
567
|
DescribeDomainConfigRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
|
529
568
|
DescribeDomainConfigRequest.struct_class = Types::DescribeDomainConfigRequest
|
530
569
|
|
@@ -627,6 +666,7 @@ module Aws::OpenSearchService
|
|
627
666
|
DomainConfig.add_member(:domain_endpoint_options, Shapes::ShapeRef.new(shape: DomainEndpointOptionsStatus, location_name: "DomainEndpointOptions"))
|
628
667
|
DomainConfig.add_member(:advanced_security_options, Shapes::ShapeRef.new(shape: AdvancedSecurityOptionsStatus, location_name: "AdvancedSecurityOptions"))
|
629
668
|
DomainConfig.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsStatus, location_name: "AutoTuneOptions"))
|
669
|
+
DomainConfig.add_member(:change_progress_details, Shapes::ShapeRef.new(shape: ChangeProgressDetails, location_name: "ChangeProgressDetails"))
|
630
670
|
DomainConfig.struct_class = Types::DomainConfig
|
631
671
|
|
632
672
|
DomainEndpointOptions.add_member(:enforce_https, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnforceHTTPS"))
|
@@ -688,6 +728,7 @@ module Aws::OpenSearchService
|
|
688
728
|
DomainStatus.add_member(:domain_endpoint_options, Shapes::ShapeRef.new(shape: DomainEndpointOptions, location_name: "DomainEndpointOptions"))
|
689
729
|
DomainStatus.add_member(:advanced_security_options, Shapes::ShapeRef.new(shape: AdvancedSecurityOptions, location_name: "AdvancedSecurityOptions"))
|
690
730
|
DomainStatus.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsOutput, location_name: "AutoTuneOptions"))
|
731
|
+
DomainStatus.add_member(:change_progress_details, Shapes::ShapeRef.new(shape: ChangeProgressDetails, location_name: "ChangeProgressDetails"))
|
691
732
|
DomainStatus.struct_class = Types::DomainStatus
|
692
733
|
|
693
734
|
DomainStatusList.member = Shapes::ShapeRef.new(shape: DomainStatus)
|
@@ -1101,6 +1142,7 @@ module Aws::OpenSearchService
|
|
1101
1142
|
UpgradeDomainResponse.add_member(:target_version, Shapes::ShapeRef.new(shape: VersionString, location_name: "TargetVersion"))
|
1102
1143
|
UpgradeDomainResponse.add_member(:perform_check_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "PerformCheckOnly"))
|
1103
1144
|
UpgradeDomainResponse.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "AdvancedOptions"))
|
1145
|
+
UpgradeDomainResponse.add_member(:change_progress_details, Shapes::ShapeRef.new(shape: ChangeProgressDetails, location_name: "ChangeProgressDetails"))
|
1104
1146
|
UpgradeDomainResponse.struct_class = Types::UpgradeDomainResponse
|
1105
1147
|
|
1106
1148
|
UpgradeHistory.add_member(:upgrade_name, Shapes::ShapeRef.new(shape: UpgradeName, location_name: "UpgradeName"))
|
@@ -1329,6 +1371,18 @@ module Aws::OpenSearchService
|
|
1329
1371
|
)
|
1330
1372
|
end)
|
1331
1373
|
|
1374
|
+
api.add_operation(:describe_domain_change_progress, Seahorse::Model::Operation.new.tap do |o|
|
1375
|
+
o.name = "DescribeDomainChangeProgress"
|
1376
|
+
o.http_method = "GET"
|
1377
|
+
o.http_request_uri = "/2021-01-01/opensearch/domain/{DomainName}/progress"
|
1378
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDomainChangeProgressRequest)
|
1379
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDomainChangeProgressResponse)
|
1380
|
+
o.errors << Shapes::ShapeRef.new(shape: BaseException)
|
1381
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1382
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1383
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1384
|
+
end)
|
1385
|
+
|
1332
1386
|
api.add_operation(:describe_domain_config, Seahorse::Model::Operation.new.tap do |o|
|
1333
1387
|
o.name = "DescribeDomainConfig"
|
1334
1388
|
o.http_method = "GET"
|
@@ -692,6 +692,106 @@ module Aws::OpenSearchService
|
|
692
692
|
include Aws::Structure
|
693
693
|
end
|
694
694
|
|
695
|
+
# Specifies change details of the domain configuration change.
|
696
|
+
#
|
697
|
+
# @!attribute [rw] change_id
|
698
|
+
# The unique change identifier associated with a specific domain
|
699
|
+
# configuration change.
|
700
|
+
# @return [String]
|
701
|
+
#
|
702
|
+
# @!attribute [rw] message
|
703
|
+
# Contains an optional message associated with the domain
|
704
|
+
# configuration change.
|
705
|
+
# @return [String]
|
706
|
+
#
|
707
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ChangeProgressDetails AWS API Documentation
|
708
|
+
#
|
709
|
+
class ChangeProgressDetails < Struct.new(
|
710
|
+
:change_id,
|
711
|
+
:message)
|
712
|
+
SENSITIVE = []
|
713
|
+
include Aws::Structure
|
714
|
+
end
|
715
|
+
|
716
|
+
# A progress stage details of a specific domain configuration change.
|
717
|
+
#
|
718
|
+
# @!attribute [rw] name
|
719
|
+
# The name of the specific progress stage.
|
720
|
+
# @return [String]
|
721
|
+
#
|
722
|
+
# @!attribute [rw] status
|
723
|
+
# The overall status of a specific progress stage.
|
724
|
+
# @return [String]
|
725
|
+
#
|
726
|
+
# @!attribute [rw] description
|
727
|
+
# The description of the progress stage.
|
728
|
+
# @return [String]
|
729
|
+
#
|
730
|
+
# @!attribute [rw] last_updated
|
731
|
+
# The last updated timestamp of the progress stage.
|
732
|
+
# @return [Time]
|
733
|
+
#
|
734
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ChangeProgressStage AWS API Documentation
|
735
|
+
#
|
736
|
+
class ChangeProgressStage < Struct.new(
|
737
|
+
:name,
|
738
|
+
:status,
|
739
|
+
:description,
|
740
|
+
:last_updated)
|
741
|
+
SENSITIVE = []
|
742
|
+
include Aws::Structure
|
743
|
+
end
|
744
|
+
|
745
|
+
# The progress details of a specific domain configuration change.
|
746
|
+
#
|
747
|
+
# @!attribute [rw] change_id
|
748
|
+
# The unique change identifier associated with a specific domain
|
749
|
+
# configuration change.
|
750
|
+
# @return [String]
|
751
|
+
#
|
752
|
+
# @!attribute [rw] start_time
|
753
|
+
# The time at which the configuration change is made on the domain.
|
754
|
+
# @return [Time]
|
755
|
+
#
|
756
|
+
# @!attribute [rw] status
|
757
|
+
# The overall status of the domain configuration change. This field
|
758
|
+
# can take the following values: `PENDING`, `PROCESSING`, `COMPLETED`
|
759
|
+
# and `FAILED`
|
760
|
+
# @return [String]
|
761
|
+
#
|
762
|
+
# @!attribute [rw] pending_properties
|
763
|
+
# The list of properties involved in the domain configuration change
|
764
|
+
# that are still in pending.
|
765
|
+
# @return [Array<String>]
|
766
|
+
#
|
767
|
+
# @!attribute [rw] completed_properties
|
768
|
+
# The list of properties involved in the domain configuration change
|
769
|
+
# that are completed.
|
770
|
+
# @return [Array<String>]
|
771
|
+
#
|
772
|
+
# @!attribute [rw] total_number_of_stages
|
773
|
+
# The total number of stages required for the configuration change.
|
774
|
+
# @return [Integer]
|
775
|
+
#
|
776
|
+
# @!attribute [rw] change_progress_stages
|
777
|
+
# The specific stages that the domain is going through to perform the
|
778
|
+
# configuration change.
|
779
|
+
# @return [Array<Types::ChangeProgressStage>]
|
780
|
+
#
|
781
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ChangeProgressStatusDetails AWS API Documentation
|
782
|
+
#
|
783
|
+
class ChangeProgressStatusDetails < Struct.new(
|
784
|
+
:change_id,
|
785
|
+
:start_time,
|
786
|
+
:status,
|
787
|
+
:pending_properties,
|
788
|
+
:completed_properties,
|
789
|
+
:total_number_of_stages,
|
790
|
+
:change_progress_stages)
|
791
|
+
SENSITIVE = []
|
792
|
+
include Aws::Structure
|
793
|
+
end
|
794
|
+
|
695
795
|
# The configuration for the domain cluster, such as the type and number
|
696
796
|
# of instances.
|
697
797
|
#
|
@@ -1531,6 +1631,53 @@ module Aws::OpenSearchService
|
|
1531
1631
|
include Aws::Structure
|
1532
1632
|
end
|
1533
1633
|
|
1634
|
+
# Container for the parameters to the `DescribeDomainChangeProgress`
|
1635
|
+
# operation. Specifies the domain name and optional change specific
|
1636
|
+
# identity for which you want progress information.
|
1637
|
+
#
|
1638
|
+
# @note When making an API call, you may pass DescribeDomainChangeProgressRequest
|
1639
|
+
# data as a hash:
|
1640
|
+
#
|
1641
|
+
# {
|
1642
|
+
# domain_name: "DomainName", # required
|
1643
|
+
# change_id: "GUID",
|
1644
|
+
# }
|
1645
|
+
#
|
1646
|
+
# @!attribute [rw] domain_name
|
1647
|
+
# The domain you want to get the progress information about.
|
1648
|
+
# @return [String]
|
1649
|
+
#
|
1650
|
+
# @!attribute [rw] change_id
|
1651
|
+
# The specific change ID for which you want to get progress
|
1652
|
+
# information. This is an optional parameter. If omitted, the service
|
1653
|
+
# returns information about the most recent configuration change.
|
1654
|
+
# @return [String]
|
1655
|
+
#
|
1656
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainChangeProgressRequest AWS API Documentation
|
1657
|
+
#
|
1658
|
+
class DescribeDomainChangeProgressRequest < Struct.new(
|
1659
|
+
:domain_name,
|
1660
|
+
:change_id)
|
1661
|
+
SENSITIVE = []
|
1662
|
+
include Aws::Structure
|
1663
|
+
end
|
1664
|
+
|
1665
|
+
# The result of a `DescribeDomainChangeProgress` request. Contains the
|
1666
|
+
# progress information of the requested domain change.
|
1667
|
+
#
|
1668
|
+
# @!attribute [rw] change_progress_status
|
1669
|
+
# Progress information for the configuration change that is requested
|
1670
|
+
# in the `DescribeDomainChangeProgress` request.
|
1671
|
+
# @return [Types::ChangeProgressStatusDetails]
|
1672
|
+
#
|
1673
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainChangeProgressResponse AWS API Documentation
|
1674
|
+
#
|
1675
|
+
class DescribeDomainChangeProgressResponse < Struct.new(
|
1676
|
+
:change_progress_status)
|
1677
|
+
SENSITIVE = []
|
1678
|
+
include Aws::Structure
|
1679
|
+
end
|
1680
|
+
|
1534
1681
|
# Container for the parameters to the `DescribeDomainConfig` operation.
|
1535
1682
|
# Specifies the domain name for which you want configuration
|
1536
1683
|
# information.
|
@@ -2163,6 +2310,10 @@ module Aws::OpenSearchService
|
|
2163
2310
|
# Specifies `AutoTuneOptions` for the domain.
|
2164
2311
|
# @return [Types::AutoTuneOptionsStatus]
|
2165
2312
|
#
|
2313
|
+
# @!attribute [rw] change_progress_details
|
2314
|
+
# Specifies change details of the domain configuration change.
|
2315
|
+
# @return [Types::ChangeProgressDetails]
|
2316
|
+
#
|
2166
2317
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DomainConfig AWS API Documentation
|
2167
2318
|
#
|
2168
2319
|
class DomainConfig < Struct.new(
|
@@ -2179,7 +2330,8 @@ module Aws::OpenSearchService
|
|
2179
2330
|
:log_publishing_options,
|
2180
2331
|
:domain_endpoint_options,
|
2181
2332
|
:advanced_security_options,
|
2182
|
-
:auto_tune_options
|
2333
|
+
:auto_tune_options,
|
2334
|
+
:change_progress_details)
|
2183
2335
|
SENSITIVE = []
|
2184
2336
|
include Aws::Structure
|
2185
2337
|
end
|
@@ -2480,6 +2632,10 @@ module Aws::OpenSearchService
|
|
2480
2632
|
# The current status of the domain's Auto-Tune options.
|
2481
2633
|
# @return [Types::AutoTuneOptionsOutput]
|
2482
2634
|
#
|
2635
|
+
# @!attribute [rw] change_progress_details
|
2636
|
+
# Specifies change details of the domain configuration change.
|
2637
|
+
# @return [Types::ChangeProgressDetails]
|
2638
|
+
#
|
2483
2639
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DomainStatus AWS API Documentation
|
2484
2640
|
#
|
2485
2641
|
class DomainStatus < Struct.new(
|
@@ -2506,7 +2662,8 @@ module Aws::OpenSearchService
|
|
2506
2662
|
:service_software_options,
|
2507
2663
|
:domain_endpoint_options,
|
2508
2664
|
:advanced_security_options,
|
2509
|
-
:auto_tune_options
|
2665
|
+
:auto_tune_options,
|
2666
|
+
:change_progress_details)
|
2510
2667
|
SENSITIVE = []
|
2511
2668
|
include Aws::Structure
|
2512
2669
|
end
|
@@ -4863,6 +5020,10 @@ module Aws::OpenSearchService
|
|
4863
5020
|
# [1]: http://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options
|
4864
5021
|
# @return [Hash<String,String>]
|
4865
5022
|
#
|
5023
|
+
# @!attribute [rw] change_progress_details
|
5024
|
+
# Specifies change details of the domain configuration change.
|
5025
|
+
# @return [Types::ChangeProgressDetails]
|
5026
|
+
#
|
4866
5027
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpgradeDomainResponse AWS API Documentation
|
4867
5028
|
#
|
4868
5029
|
class UpgradeDomainResponse < Struct.new(
|
@@ -4870,7 +5031,8 @@ module Aws::OpenSearchService
|
|
4870
5031
|
:domain_name,
|
4871
5032
|
:target_version,
|
4872
5033
|
:perform_check_only,
|
4873
|
-
:advanced_options
|
5034
|
+
:advanced_options,
|
5035
|
+
:change_progress_details)
|
4874
5036
|
SENSITIVE = []
|
4875
5037
|
include Aws::Structure
|
4876
5038
|
end
|
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.
|
4
|
+
version: 1.10.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: 2022-
|
11
|
+
date: 2022-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.127.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.127.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|