aws-sdk-elasticsearchservice 1.115.0 → 1.116.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticsearchservice/client.rb +29 -1
- data/lib/aws-sdk-elasticsearchservice/client_api.rb +14 -0
- data/lib/aws-sdk-elasticsearchservice/types.rb +58 -4
- data/lib/aws-sdk-elasticsearchservice.rb +1 -1
- data/sig/client.rbs +8 -2
- data/sig/types.rbs +15 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aba51840d7c0fdabba6aa0648bba3d1c5d547ca7e77f4f2ae9b41aa34dfc6aca
|
|
4
|
+
data.tar.gz: dbf7ab65c782eaf4f890759e3be331ca050f4851aba560642b28c59f33530356
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89ba2fd99eb90f81335ee9acfed2606d8250a9afe71ca7340f999b1530a71e9f91bc481db5c2ea25cbdcf423f230f7339ce946763dde8187138fb34ca9be1868
|
|
7
|
+
data.tar.gz: 40f2542340132f6c9259ff9d3e40e8c8b090505946af7e4bfdf089f2fbbef2329c6945e90e505a1efc5e3e06f008928761be868042d9e2d9e188fdb0156ea0bb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.116.0
|
|
@@ -786,6 +786,9 @@ module Aws::ElasticsearchService
|
|
|
786
786
|
# @option params [Array<Types::Tag>] :tag_list
|
|
787
787
|
# A list of `Tag` added during domain creation.
|
|
788
788
|
#
|
|
789
|
+
# @option params [Types::DeploymentStrategyOptions] :deployment_strategy_options
|
|
790
|
+
# Specifies the deployment strategy options.
|
|
791
|
+
#
|
|
789
792
|
# @return [Types::CreateElasticsearchDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
790
793
|
#
|
|
791
794
|
# * {Types::CreateElasticsearchDomainResponse#domain_status #domain_status} => Types::ElasticsearchDomainStatus
|
|
@@ -897,6 +900,9 @@ module Aws::ElasticsearchService
|
|
|
897
900
|
# value: "TagValue", # required
|
|
898
901
|
# },
|
|
899
902
|
# ],
|
|
903
|
+
# deployment_strategy_options: {
|
|
904
|
+
# deployment_strategy: "Default", # required, accepts Default, CapacityOptimized
|
|
905
|
+
# },
|
|
900
906
|
# })
|
|
901
907
|
#
|
|
902
908
|
# @example Response structure
|
|
@@ -986,6 +992,7 @@ module Aws::ElasticsearchService
|
|
|
986
992
|
# resp.domain_status.modifying_properties[0].active_value #=> String
|
|
987
993
|
# resp.domain_status.modifying_properties[0].pending_value #=> String
|
|
988
994
|
# resp.domain_status.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
|
|
995
|
+
# resp.domain_status.deployment_strategy_options.deployment_strategy #=> String, one of "Default", "CapacityOptimized"
|
|
989
996
|
#
|
|
990
997
|
# @overload create_elasticsearch_domain(params = {})
|
|
991
998
|
# @param [Hash] params ({})
|
|
@@ -1255,6 +1262,7 @@ module Aws::ElasticsearchService
|
|
|
1255
1262
|
# resp.domain_status.modifying_properties[0].active_value #=> String
|
|
1256
1263
|
# resp.domain_status.modifying_properties[0].pending_value #=> String
|
|
1257
1264
|
# resp.domain_status.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
|
|
1265
|
+
# resp.domain_status.deployment_strategy_options.deployment_strategy #=> String, one of "Default", "CapacityOptimized"
|
|
1258
1266
|
#
|
|
1259
1267
|
# @overload delete_elasticsearch_domain(params = {})
|
|
1260
1268
|
# @param [Hash] params ({})
|
|
@@ -1618,6 +1626,7 @@ module Aws::ElasticsearchService
|
|
|
1618
1626
|
# resp.domain_status.modifying_properties[0].active_value #=> String
|
|
1619
1627
|
# resp.domain_status.modifying_properties[0].pending_value #=> String
|
|
1620
1628
|
# resp.domain_status.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
|
|
1629
|
+
# resp.domain_status.deployment_strategy_options.deployment_strategy #=> String, one of "Default", "CapacityOptimized"
|
|
1621
1630
|
#
|
|
1622
1631
|
# @overload describe_elasticsearch_domain(params = {})
|
|
1623
1632
|
# @param [Hash] params ({})
|
|
@@ -1787,6 +1796,12 @@ module Aws::ElasticsearchService
|
|
|
1787
1796
|
# resp.domain_config.modifying_properties[0].active_value #=> String
|
|
1788
1797
|
# resp.domain_config.modifying_properties[0].pending_value #=> String
|
|
1789
1798
|
# resp.domain_config.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
|
|
1799
|
+
# resp.domain_config.deployment_strategy_options.options.deployment_strategy #=> String, one of "Default", "CapacityOptimized"
|
|
1800
|
+
# resp.domain_config.deployment_strategy_options.status.creation_date #=> Time
|
|
1801
|
+
# resp.domain_config.deployment_strategy_options.status.update_date #=> Time
|
|
1802
|
+
# resp.domain_config.deployment_strategy_options.status.update_version #=> Integer
|
|
1803
|
+
# resp.domain_config.deployment_strategy_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
|
1804
|
+
# resp.domain_config.deployment_strategy_options.status.pending_deletion #=> Boolean
|
|
1790
1805
|
#
|
|
1791
1806
|
# @overload describe_elasticsearch_domain_config(params = {})
|
|
1792
1807
|
# @param [Hash] params ({})
|
|
@@ -1900,6 +1915,7 @@ module Aws::ElasticsearchService
|
|
|
1900
1915
|
# resp.domain_status_list[0].modifying_properties[0].active_value #=> String
|
|
1901
1916
|
# resp.domain_status_list[0].modifying_properties[0].pending_value #=> String
|
|
1902
1917
|
# resp.domain_status_list[0].modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
|
|
1918
|
+
# resp.domain_status_list[0].deployment_strategy_options.deployment_strategy #=> String, one of "Default", "CapacityOptimized"
|
|
1903
1919
|
#
|
|
1904
1920
|
# @overload describe_elasticsearch_domains(params = {})
|
|
1905
1921
|
# @param [Hash] params ({})
|
|
@@ -3087,6 +3103,9 @@ module Aws::ElasticsearchService
|
|
|
3087
3103
|
# update shall be applied on the domain. This will not actually perform
|
|
3088
3104
|
# the Update.
|
|
3089
3105
|
#
|
|
3106
|
+
# @option params [Types::DeploymentStrategyOptions] :deployment_strategy_options
|
|
3107
|
+
# Specifies the deployment strategy options.
|
|
3108
|
+
#
|
|
3090
3109
|
# @return [Types::UpdateElasticsearchDomainConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3091
3110
|
#
|
|
3092
3111
|
# * {Types::UpdateElasticsearchDomainConfigResponse#domain_config #domain_config} => Types::ElasticsearchDomainConfig
|
|
@@ -3194,6 +3213,9 @@ module Aws::ElasticsearchService
|
|
|
3194
3213
|
# ],
|
|
3195
3214
|
# },
|
|
3196
3215
|
# dry_run: false,
|
|
3216
|
+
# deployment_strategy_options: {
|
|
3217
|
+
# deployment_strategy: "Default", # required, accepts Default, CapacityOptimized
|
|
3218
|
+
# },
|
|
3197
3219
|
# })
|
|
3198
3220
|
#
|
|
3199
3221
|
# @example Response structure
|
|
@@ -3340,6 +3362,12 @@ module Aws::ElasticsearchService
|
|
|
3340
3362
|
# resp.domain_config.modifying_properties[0].active_value #=> String
|
|
3341
3363
|
# resp.domain_config.modifying_properties[0].pending_value #=> String
|
|
3342
3364
|
# resp.domain_config.modifying_properties[0].value_type #=> String, one of "PLAIN_TEXT", "STRINGIFIED_JSON"
|
|
3365
|
+
# resp.domain_config.deployment_strategy_options.options.deployment_strategy #=> String, one of "Default", "CapacityOptimized"
|
|
3366
|
+
# resp.domain_config.deployment_strategy_options.status.creation_date #=> Time
|
|
3367
|
+
# resp.domain_config.deployment_strategy_options.status.update_date #=> Time
|
|
3368
|
+
# resp.domain_config.deployment_strategy_options.status.update_version #=> Integer
|
|
3369
|
+
# resp.domain_config.deployment_strategy_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
|
3370
|
+
# resp.domain_config.deployment_strategy_options.status.pending_deletion #=> Boolean
|
|
3343
3371
|
# resp.dry_run_results.deployment_type #=> String
|
|
3344
3372
|
# resp.dry_run_results.message #=> String
|
|
3345
3373
|
#
|
|
@@ -3515,7 +3543,7 @@ module Aws::ElasticsearchService
|
|
|
3515
3543
|
tracer: tracer
|
|
3516
3544
|
)
|
|
3517
3545
|
context[:gem_name] = 'aws-sdk-elasticsearchservice'
|
|
3518
|
-
context[:gem_version] = '1.
|
|
3546
|
+
context[:gem_version] = '1.116.0'
|
|
3519
3547
|
Seahorse::Client::Request.new(handlers, context)
|
|
3520
3548
|
end
|
|
3521
3549
|
|
|
@@ -97,6 +97,9 @@ module Aws::ElasticsearchService
|
|
|
97
97
|
DeleteVpcEndpointResponse = Shapes::StructureShape.new(name: 'DeleteVpcEndpointResponse')
|
|
98
98
|
DeploymentCloseDateTimeStamp = Shapes::TimestampShape.new(name: 'DeploymentCloseDateTimeStamp')
|
|
99
99
|
DeploymentStatus = Shapes::StringShape.new(name: 'DeploymentStatus')
|
|
100
|
+
DeploymentStrategy = Shapes::StringShape.new(name: 'DeploymentStrategy')
|
|
101
|
+
DeploymentStrategyOptions = Shapes::StructureShape.new(name: 'DeploymentStrategyOptions')
|
|
102
|
+
DeploymentStrategyOptionsStatus = Shapes::StructureShape.new(name: 'DeploymentStrategyOptionsStatus')
|
|
100
103
|
DeploymentType = Shapes::StringShape.new(name: 'DeploymentType')
|
|
101
104
|
DescribeDomainAutoTunesRequest = Shapes::StructureShape.new(name: 'DescribeDomainAutoTunesRequest')
|
|
102
105
|
DescribeDomainAutoTunesResponse = Shapes::StructureShape.new(name: 'DescribeDomainAutoTunesResponse')
|
|
@@ -555,6 +558,7 @@ module Aws::ElasticsearchService
|
|
|
555
558
|
CreateElasticsearchDomainRequest.add_member(:advanced_security_options, Shapes::ShapeRef.new(shape: AdvancedSecurityOptionsInput, location_name: "AdvancedSecurityOptions"))
|
|
556
559
|
CreateElasticsearchDomainRequest.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsInput, location_name: "AutoTuneOptions"))
|
|
557
560
|
CreateElasticsearchDomainRequest.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
|
561
|
+
CreateElasticsearchDomainRequest.add_member(:deployment_strategy_options, Shapes::ShapeRef.new(shape: DeploymentStrategyOptions, location_name: "DeploymentStrategyOptions"))
|
|
558
562
|
CreateElasticsearchDomainRequest.struct_class = Types::CreateElasticsearchDomainRequest
|
|
559
563
|
|
|
560
564
|
CreateElasticsearchDomainResponse.add_member(:domain_status, Shapes::ShapeRef.new(shape: ElasticsearchDomainStatus, location_name: "DomainStatus"))
|
|
@@ -619,6 +623,13 @@ module Aws::ElasticsearchService
|
|
|
619
623
|
DeleteVpcEndpointResponse.add_member(:vpc_endpoint_summary, Shapes::ShapeRef.new(shape: VpcEndpointSummary, required: true, location_name: "VpcEndpointSummary"))
|
|
620
624
|
DeleteVpcEndpointResponse.struct_class = Types::DeleteVpcEndpointResponse
|
|
621
625
|
|
|
626
|
+
DeploymentStrategyOptions.add_member(:deployment_strategy, Shapes::ShapeRef.new(shape: DeploymentStrategy, required: true, location_name: "DeploymentStrategy"))
|
|
627
|
+
DeploymentStrategyOptions.struct_class = Types::DeploymentStrategyOptions
|
|
628
|
+
|
|
629
|
+
DeploymentStrategyOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: DeploymentStrategyOptions, required: true, location_name: "Options"))
|
|
630
|
+
DeploymentStrategyOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
|
|
631
|
+
DeploymentStrategyOptionsStatus.struct_class = Types::DeploymentStrategyOptionsStatus
|
|
632
|
+
|
|
622
633
|
DescribeDomainAutoTunesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
|
|
623
634
|
DescribeDomainAutoTunesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
624
635
|
DescribeDomainAutoTunesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
@@ -819,6 +830,7 @@ module Aws::ElasticsearchService
|
|
|
819
830
|
ElasticsearchDomainConfig.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsStatus, location_name: "AutoTuneOptions"))
|
|
820
831
|
ElasticsearchDomainConfig.add_member(:change_progress_details, Shapes::ShapeRef.new(shape: ChangeProgressDetails, location_name: "ChangeProgressDetails"))
|
|
821
832
|
ElasticsearchDomainConfig.add_member(:modifying_properties, Shapes::ShapeRef.new(shape: ModifyingPropertiesList, location_name: "ModifyingProperties"))
|
|
833
|
+
ElasticsearchDomainConfig.add_member(:deployment_strategy_options, Shapes::ShapeRef.new(shape: DeploymentStrategyOptionsStatus, location_name: "DeploymentStrategyOptions"))
|
|
822
834
|
ElasticsearchDomainConfig.struct_class = Types::ElasticsearchDomainConfig
|
|
823
835
|
|
|
824
836
|
ElasticsearchDomainStatus.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
|
@@ -848,6 +860,7 @@ module Aws::ElasticsearchService
|
|
|
848
860
|
ElasticsearchDomainStatus.add_member(:change_progress_details, Shapes::ShapeRef.new(shape: ChangeProgressDetails, location_name: "ChangeProgressDetails"))
|
|
849
861
|
ElasticsearchDomainStatus.add_member(:domain_processing_status, Shapes::ShapeRef.new(shape: DomainProcessingStatusType, location_name: "DomainProcessingStatus"))
|
|
850
862
|
ElasticsearchDomainStatus.add_member(:modifying_properties, Shapes::ShapeRef.new(shape: ModifyingPropertiesList, location_name: "ModifyingProperties"))
|
|
863
|
+
ElasticsearchDomainStatus.add_member(:deployment_strategy_options, Shapes::ShapeRef.new(shape: DeploymentStrategyOptions, location_name: "DeploymentStrategyOptions"))
|
|
851
864
|
ElasticsearchDomainStatus.struct_class = Types::ElasticsearchDomainStatus
|
|
852
865
|
|
|
853
866
|
ElasticsearchDomainStatusList.member = Shapes::ShapeRef.new(shape: ElasticsearchDomainStatus)
|
|
@@ -1250,6 +1263,7 @@ module Aws::ElasticsearchService
|
|
|
1250
1263
|
UpdateElasticsearchDomainConfigRequest.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
|
|
1251
1264
|
UpdateElasticsearchDomainConfigRequest.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptions, location_name: "AutoTuneOptions"))
|
|
1252
1265
|
UpdateElasticsearchDomainConfigRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: DryRun, location_name: "DryRun"))
|
|
1266
|
+
UpdateElasticsearchDomainConfigRequest.add_member(:deployment_strategy_options, Shapes::ShapeRef.new(shape: DeploymentStrategyOptions, location_name: "DeploymentStrategyOptions"))
|
|
1253
1267
|
UpdateElasticsearchDomainConfigRequest.struct_class = Types::UpdateElasticsearchDomainConfigRequest
|
|
1254
1268
|
|
|
1255
1269
|
UpdateElasticsearchDomainConfigResponse.add_member(:domain_config, Shapes::ShapeRef.new(shape: ElasticsearchDomainConfig, required: true, location_name: "DomainConfig"))
|
|
@@ -955,6 +955,10 @@ module Aws::ElasticsearchService
|
|
|
955
955
|
# A list of `Tag` added during domain creation.
|
|
956
956
|
# @return [Array<Types::Tag>]
|
|
957
957
|
#
|
|
958
|
+
# @!attribute [rw] deployment_strategy_options
|
|
959
|
+
# Specifies the deployment strategy options.
|
|
960
|
+
# @return [Types::DeploymentStrategyOptions]
|
|
961
|
+
#
|
|
958
962
|
class CreateElasticsearchDomainRequest < Struct.new(
|
|
959
963
|
:domain_name,
|
|
960
964
|
:elasticsearch_version,
|
|
@@ -971,7 +975,8 @@ module Aws::ElasticsearchService
|
|
|
971
975
|
:domain_endpoint_options,
|
|
972
976
|
:advanced_security_options,
|
|
973
977
|
:auto_tune_options,
|
|
974
|
-
:tag_list
|
|
978
|
+
:tag_list,
|
|
979
|
+
:deployment_strategy_options)
|
|
975
980
|
SENSITIVE = []
|
|
976
981
|
include Aws::Structure
|
|
977
982
|
end
|
|
@@ -1268,6 +1273,39 @@ module Aws::ElasticsearchService
|
|
|
1268
1273
|
include Aws::Structure
|
|
1269
1274
|
end
|
|
1270
1275
|
|
|
1276
|
+
# Specifies the deployment strategy options for the domain.
|
|
1277
|
+
#
|
|
1278
|
+
# @!attribute [rw] deployment_strategy
|
|
1279
|
+
# Specifies the deployment strategy for the domain. Valid values are
|
|
1280
|
+
# `Default` and `CapacityOptimized`.
|
|
1281
|
+
# @return [String]
|
|
1282
|
+
#
|
|
1283
|
+
class DeploymentStrategyOptions < Struct.new(
|
|
1284
|
+
:deployment_strategy)
|
|
1285
|
+
SENSITIVE = []
|
|
1286
|
+
include Aws::Structure
|
|
1287
|
+
end
|
|
1288
|
+
|
|
1289
|
+
# Specifies the status of deployment strategy options for the specified
|
|
1290
|
+
# Elasticsearch domain.
|
|
1291
|
+
#
|
|
1292
|
+
# @!attribute [rw] options
|
|
1293
|
+
# Specifies deployment strategy options for the specified
|
|
1294
|
+
# Elasticsearch domain.
|
|
1295
|
+
# @return [Types::DeploymentStrategyOptions]
|
|
1296
|
+
#
|
|
1297
|
+
# @!attribute [rw] status
|
|
1298
|
+
# Specifies the status of the deployment strategy options for the
|
|
1299
|
+
# specified Elasticsearch domain.
|
|
1300
|
+
# @return [Types::OptionStatus]
|
|
1301
|
+
#
|
|
1302
|
+
class DeploymentStrategyOptionsStatus < Struct.new(
|
|
1303
|
+
:options,
|
|
1304
|
+
:status)
|
|
1305
|
+
SENSITIVE = []
|
|
1306
|
+
include Aws::Structure
|
|
1307
|
+
end
|
|
1308
|
+
|
|
1271
1309
|
# Container for the parameters to the `DescribeDomainAutoTunes`
|
|
1272
1310
|
# operation.
|
|
1273
1311
|
#
|
|
@@ -2245,6 +2283,10 @@ module Aws::ElasticsearchService
|
|
|
2245
2283
|
# modified.
|
|
2246
2284
|
# @return [Array<Types::ModifyingProperties>]
|
|
2247
2285
|
#
|
|
2286
|
+
# @!attribute [rw] deployment_strategy_options
|
|
2287
|
+
# Specifies `DeploymentStrategyOptions` for the domain.
|
|
2288
|
+
# @return [Types::DeploymentStrategyOptionsStatus]
|
|
2289
|
+
#
|
|
2248
2290
|
class ElasticsearchDomainConfig < Struct.new(
|
|
2249
2291
|
:elasticsearch_version,
|
|
2250
2292
|
:elasticsearch_cluster_config,
|
|
@@ -2261,7 +2303,8 @@ module Aws::ElasticsearchService
|
|
|
2261
2303
|
:advanced_security_options,
|
|
2262
2304
|
:auto_tune_options,
|
|
2263
2305
|
:change_progress_details,
|
|
2264
|
-
:modifying_properties
|
|
2306
|
+
:modifying_properties,
|
|
2307
|
+
:deployment_strategy_options)
|
|
2265
2308
|
SENSITIVE = []
|
|
2266
2309
|
include Aws::Structure
|
|
2267
2310
|
end
|
|
@@ -2414,6 +2457,11 @@ module Aws::ElasticsearchService
|
|
|
2414
2457
|
# modified.
|
|
2415
2458
|
# @return [Array<Types::ModifyingProperties>]
|
|
2416
2459
|
#
|
|
2460
|
+
# @!attribute [rw] deployment_strategy_options
|
|
2461
|
+
# The current status of the Elasticsearch domain's deployment
|
|
2462
|
+
# strategy options.
|
|
2463
|
+
# @return [Types::DeploymentStrategyOptions]
|
|
2464
|
+
#
|
|
2417
2465
|
class ElasticsearchDomainStatus < Struct.new(
|
|
2418
2466
|
:domain_id,
|
|
2419
2467
|
:domain_name,
|
|
@@ -2441,7 +2489,8 @@ module Aws::ElasticsearchService
|
|
|
2441
2489
|
:auto_tune_options,
|
|
2442
2490
|
:change_progress_details,
|
|
2443
2491
|
:domain_processing_status,
|
|
2444
|
-
:modifying_properties
|
|
2492
|
+
:modifying_properties,
|
|
2493
|
+
:deployment_strategy_options)
|
|
2445
2494
|
SENSITIVE = []
|
|
2446
2495
|
include Aws::Structure
|
|
2447
2496
|
end
|
|
@@ -4213,6 +4262,10 @@ module Aws::ElasticsearchService
|
|
|
4213
4262
|
# perform the Update.
|
|
4214
4263
|
# @return [Boolean]
|
|
4215
4264
|
#
|
|
4265
|
+
# @!attribute [rw] deployment_strategy_options
|
|
4266
|
+
# Specifies the deployment strategy options.
|
|
4267
|
+
# @return [Types::DeploymentStrategyOptions]
|
|
4268
|
+
#
|
|
4216
4269
|
class UpdateElasticsearchDomainConfigRequest < Struct.new(
|
|
4217
4270
|
:domain_name,
|
|
4218
4271
|
:elasticsearch_cluster_config,
|
|
@@ -4228,7 +4281,8 @@ module Aws::ElasticsearchService
|
|
|
4228
4281
|
:node_to_node_encryption_options,
|
|
4229
4282
|
:encryption_at_rest_options,
|
|
4230
4283
|
:auto_tune_options,
|
|
4231
|
-
:dry_run
|
|
4284
|
+
:dry_run,
|
|
4285
|
+
:deployment_strategy_options)
|
|
4232
4286
|
SENSITIVE = []
|
|
4233
4287
|
include Aws::Structure
|
|
4234
4288
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -250,7 +250,10 @@ module Aws
|
|
|
250
250
|
key: ::String,
|
|
251
251
|
value: ::String
|
|
252
252
|
},
|
|
253
|
-
]
|
|
253
|
+
],
|
|
254
|
+
?deployment_strategy_options: {
|
|
255
|
+
deployment_strategy: ("Default" | "CapacityOptimized")
|
|
256
|
+
}
|
|
254
257
|
) -> _CreateElasticsearchDomainResponseSuccess
|
|
255
258
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateElasticsearchDomainResponseSuccess
|
|
256
259
|
|
|
@@ -838,7 +841,10 @@ module Aws
|
|
|
838
841
|
},
|
|
839
842
|
]?
|
|
840
843
|
},
|
|
841
|
-
?dry_run: bool
|
|
844
|
+
?dry_run: bool,
|
|
845
|
+
?deployment_strategy_options: {
|
|
846
|
+
deployment_strategy: ("Default" | "CapacityOptimized")
|
|
847
|
+
}
|
|
842
848
|
) -> _UpdateElasticsearchDomainConfigResponseSuccess
|
|
843
849
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateElasticsearchDomainConfigResponseSuccess
|
|
844
850
|
|
data/sig/types.rbs
CHANGED
|
@@ -262,6 +262,7 @@ module Aws::ElasticsearchService
|
|
|
262
262
|
attr_accessor advanced_security_options: Types::AdvancedSecurityOptionsInput
|
|
263
263
|
attr_accessor auto_tune_options: Types::AutoTuneOptionsInput
|
|
264
264
|
attr_accessor tag_list: ::Array[Types::Tag]
|
|
265
|
+
attr_accessor deployment_strategy_options: Types::DeploymentStrategyOptions
|
|
265
266
|
SENSITIVE: []
|
|
266
267
|
end
|
|
267
268
|
|
|
@@ -361,6 +362,17 @@ module Aws::ElasticsearchService
|
|
|
361
362
|
SENSITIVE: []
|
|
362
363
|
end
|
|
363
364
|
|
|
365
|
+
class DeploymentStrategyOptions
|
|
366
|
+
attr_accessor deployment_strategy: ("Default" | "CapacityOptimized")
|
|
367
|
+
SENSITIVE: []
|
|
368
|
+
end
|
|
369
|
+
|
|
370
|
+
class DeploymentStrategyOptionsStatus
|
|
371
|
+
attr_accessor options: Types::DeploymentStrategyOptions
|
|
372
|
+
attr_accessor status: Types::OptionStatus
|
|
373
|
+
SENSITIVE: []
|
|
374
|
+
end
|
|
375
|
+
|
|
364
376
|
class DescribeDomainAutoTunesRequest
|
|
365
377
|
attr_accessor domain_name: ::String
|
|
366
378
|
attr_accessor max_results: ::Integer
|
|
@@ -629,6 +641,7 @@ module Aws::ElasticsearchService
|
|
|
629
641
|
attr_accessor auto_tune_options: Types::AutoTuneOptionsStatus
|
|
630
642
|
attr_accessor change_progress_details: Types::ChangeProgressDetails
|
|
631
643
|
attr_accessor modifying_properties: ::Array[Types::ModifyingProperties]
|
|
644
|
+
attr_accessor deployment_strategy_options: Types::DeploymentStrategyOptionsStatus
|
|
632
645
|
SENSITIVE: []
|
|
633
646
|
end
|
|
634
647
|
|
|
@@ -660,6 +673,7 @@ module Aws::ElasticsearchService
|
|
|
660
673
|
attr_accessor change_progress_details: Types::ChangeProgressDetails
|
|
661
674
|
attr_accessor domain_processing_status: ("Creating" | "Active" | "Modifying" | "UpgradingEngineVersion" | "UpdatingServiceSoftware" | "Isolated" | "Deleting")
|
|
662
675
|
attr_accessor modifying_properties: ::Array[Types::ModifyingProperties]
|
|
676
|
+
attr_accessor deployment_strategy_options: Types::DeploymentStrategyOptions
|
|
663
677
|
SENSITIVE: []
|
|
664
678
|
end
|
|
665
679
|
|
|
@@ -1162,6 +1176,7 @@ module Aws::ElasticsearchService
|
|
|
1162
1176
|
attr_accessor encryption_at_rest_options: Types::EncryptionAtRestOptions
|
|
1163
1177
|
attr_accessor auto_tune_options: Types::AutoTuneOptions
|
|
1164
1178
|
attr_accessor dry_run: bool
|
|
1179
|
+
attr_accessor deployment_strategy_options: Types::DeploymentStrategyOptions
|
|
1165
1180
|
SENSITIVE: []
|
|
1166
1181
|
end
|
|
1167
1182
|
|