aws-sdk-elasticsearchservice 1.56.0 → 1.60.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cf399d23fd9a4027bb8e73ad930209023848cab4d13358347e158c0d820602a
4
- data.tar.gz: fd9f89102de64fd4d46a8902f2300ed988ca96c486f987001c7c969a9dde7043
3
+ metadata.gz: 36868bb4041429fc5188b87d3e1c7fcf51a055e6824c21f8ae2e4f3e6c3e0799
4
+ data.tar.gz: b8234e6abc1bf6b11732df0459e8d6606d93637297669918de915b206ac0c4ae
5
5
  SHA512:
6
- metadata.gz: 2e5813dc9701c41d23cbea8fc2d7ff5ae1dc27640b06c48b4ef26e1bbcdbe6b9a3584866ed446d7e08265d60c1330348c8d2ffd276fb35ae51bf98b376a1c1bf
7
- data.tar.gz: 41cb58f6223a415bccca96d88367989cc8730fbbd14f65fe749546a71d5666f17926f670c5556c75d257f1de8f21d1ed25e922872587a834d54e49f8a42934b4
6
+ metadata.gz: b10c163476637e0e651a0cb1b86a7b340c91c7e24686dc02b0c2bd10cffb91b3ea453d3abd7354f03f6898ea72156cf85c110bea90912247736ec1129c24e4d2
7
+ data.tar.gz: 512bd573beebb92bffb4640b5fc0d3164565b2e3f1d9d4f79f41530626396ae3143a138dcea43713780d6944eb79ffd4f47a015d50783acc9cfd5f6f8285f335
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.59.0 (2021-11-22)
10
+ ------------------
11
+
12
+ * Feature - This release adds an optional parameter dry-run for the UpdateElasticsearchDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.
13
+
14
+ 1.58.0 (2021-11-04)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.57.0 (2021-10-18)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.56.0 (2021-09-17)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.60.0
@@ -119,7 +119,9 @@ module Aws::ElasticsearchService
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -275,6 +277,15 @@ module Aws::ElasticsearchService
275
277
  # ** Please note ** When response stubbing is enabled, no HTTP
276
278
  # requests are made, and retries are disabled.
277
279
  #
280
+ # @option options [Boolean] :use_dualstack_endpoint
281
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
282
+ # will be used if available.
283
+ #
284
+ # @option options [Boolean] :use_fips_endpoint
285
+ # When set to `true`, fips compatible endpoints will be used if available.
286
+ # When a `fips` region is used, the region is normalized and this config
287
+ # is set to `true`.
288
+ #
278
289
  # @option options [Boolean] :validate_params (true)
279
290
  # When `true`, request parameters are validated before
280
291
  # sending the request.
@@ -2481,9 +2492,18 @@ module Aws::ElasticsearchService
2481
2492
  # @option params [Types::AutoTuneOptions] :auto_tune_options
2482
2493
  # Specifies Auto-Tune options.
2483
2494
  #
2495
+ # @option params [Boolean] :dry_run
2496
+ # This flag, when set to True, specifies whether the
2497
+ # `UpdateElasticsearchDomain` request should return the results of
2498
+ # validation checks without actually applying the change. This flag,
2499
+ # when set to True, specifies the deployment mechanism through which the
2500
+ # update shall be applied on the domain. This will not actually perform
2501
+ # the Update.
2502
+ #
2484
2503
  # @return [Types::UpdateElasticsearchDomainConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2485
2504
  #
2486
2505
  # * {Types::UpdateElasticsearchDomainConfigResponse#domain_config #domain_config} => Types::ElasticsearchDomainConfig
2506
+ # * {Types::UpdateElasticsearchDomainConfigResponse#dry_run_results #dry_run_results} => Types::DryRunResults
2487
2507
  #
2488
2508
  # @example Request syntax with placeholder values
2489
2509
  #
@@ -2584,6 +2604,7 @@ module Aws::ElasticsearchService
2584
2604
  # },
2585
2605
  # ],
2586
2606
  # },
2607
+ # dry_run: false,
2587
2608
  # })
2588
2609
  #
2589
2610
  # @example Response structure
@@ -2716,6 +2737,8 @@ module Aws::ElasticsearchService
2716
2737
  # 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"
2717
2738
  # resp.domain_config.auto_tune_options.status.error_message #=> String
2718
2739
  # resp.domain_config.auto_tune_options.status.pending_deletion #=> Boolean
2740
+ # resp.dry_run_results.deployment_type #=> String
2741
+ # resp.dry_run_results.message #=> String
2719
2742
  #
2720
2743
  # @overload update_elasticsearch_domain_config(params = {})
2721
2744
  # @param [Hash] params ({})
@@ -2833,7 +2856,7 @@ module Aws::ElasticsearchService
2833
2856
  params: params,
2834
2857
  config: config)
2835
2858
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
2836
- context[:gem_version] = '1.56.0'
2859
+ context[:gem_version] = '1.60.0'
2837
2860
  Seahorse::Client::Request.new(handlers, context)
2838
2861
  end
2839
2862
 
@@ -75,6 +75,7 @@ module Aws::ElasticsearchService
75
75
  DeletePackageResponse = Shapes::StructureShape.new(name: 'DeletePackageResponse')
76
76
  DeploymentCloseDateTimeStamp = Shapes::TimestampShape.new(name: 'DeploymentCloseDateTimeStamp')
77
77
  DeploymentStatus = Shapes::StringShape.new(name: 'DeploymentStatus')
78
+ DeploymentType = Shapes::StringShape.new(name: 'DeploymentType')
78
79
  DescribeDomainAutoTunesRequest = Shapes::StructureShape.new(name: 'DescribeDomainAutoTunesRequest')
79
80
  DescribeDomainAutoTunesResponse = Shapes::StructureShape.new(name: 'DescribeDomainAutoTunesResponse')
80
81
  DescribeElasticsearchDomainConfigRequest = Shapes::StructureShape.new(name: 'DescribeElasticsearchDomainConfigRequest')
@@ -116,6 +117,8 @@ module Aws::ElasticsearchService
116
117
  DomainPackageDetailsList = Shapes::ListShape.new(name: 'DomainPackageDetailsList')
117
118
  DomainPackageStatus = Shapes::StringShape.new(name: 'DomainPackageStatus')
118
119
  Double = Shapes::FloatShape.new(name: 'Double')
120
+ DryRun = Shapes::BooleanShape.new(name: 'DryRun')
121
+ DryRunResults = Shapes::StructureShape.new(name: 'DryRunResults')
119
122
  Duration = Shapes::StructureShape.new(name: 'Duration')
120
123
  DurationValue = Shapes::IntegerShape.new(name: 'DurationValue')
121
124
  EBSOptions = Shapes::StructureShape.new(name: 'EBSOptions')
@@ -192,6 +195,7 @@ module Aws::ElasticsearchService
192
195
  MasterUserOptions = Shapes::StructureShape.new(name: 'MasterUserOptions')
193
196
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
194
197
  MaximumInstanceCount = Shapes::IntegerShape.new(name: 'MaximumInstanceCount')
198
+ Message = Shapes::StringShape.new(name: 'Message')
195
199
  MinimumInstanceCount = Shapes::IntegerShape.new(name: 'MinimumInstanceCount')
196
200
  NextToken = Shapes::StringShape.new(name: 'NextToken')
197
201
  NodeToNodeEncryptionOptions = Shapes::StructureShape.new(name: 'NodeToNodeEncryptionOptions')
@@ -616,6 +620,10 @@ module Aws::ElasticsearchService
616
620
 
617
621
  DomainPackageDetailsList.member = Shapes::ShapeRef.new(shape: DomainPackageDetails)
618
622
 
623
+ DryRunResults.add_member(:deployment_type, Shapes::ShapeRef.new(shape: DeploymentType, location_name: "DeploymentType"))
624
+ DryRunResults.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
625
+ DryRunResults.struct_class = Types::DryRunResults
626
+
619
627
  Duration.add_member(:value, Shapes::ShapeRef.new(shape: DurationValue, location_name: "Value"))
620
628
  Duration.add_member(:unit, Shapes::ShapeRef.new(shape: TimeUnit, location_name: "Unit"))
621
629
  Duration.struct_class = Types::Duration
@@ -1049,9 +1057,11 @@ module Aws::ElasticsearchService
1049
1057
  UpdateElasticsearchDomainConfigRequest.add_member(:node_to_node_encryption_options, Shapes::ShapeRef.new(shape: NodeToNodeEncryptionOptions, location_name: "NodeToNodeEncryptionOptions"))
1050
1058
  UpdateElasticsearchDomainConfigRequest.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
1051
1059
  UpdateElasticsearchDomainConfigRequest.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptions, location_name: "AutoTuneOptions"))
1060
+ UpdateElasticsearchDomainConfigRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: DryRun, location_name: "DryRun"))
1052
1061
  UpdateElasticsearchDomainConfigRequest.struct_class = Types::UpdateElasticsearchDomainConfigRequest
1053
1062
 
1054
1063
  UpdateElasticsearchDomainConfigResponse.add_member(:domain_config, Shapes::ShapeRef.new(shape: ElasticsearchDomainConfig, required: true, location_name: "DomainConfig"))
1064
+ UpdateElasticsearchDomainConfigResponse.add_member(:dry_run_results, Shapes::ShapeRef.new(shape: DryRunResults, location_name: "DryRunResults"))
1055
1065
  UpdateElasticsearchDomainConfigResponse.struct_class = Types::UpdateElasticsearchDomainConfigResponse
1056
1066
 
1057
1067
  UpdatePackageRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: PackageID, required: true, location_name: "PackageID"))
@@ -1973,6 +1973,28 @@ module Aws::ElasticsearchService
1973
1973
  include Aws::Structure
1974
1974
  end
1975
1975
 
1976
+ # @!attribute [rw] deployment_type
1977
+ # Specifies the deployment mechanism through which the update shall be
1978
+ # applied on the domain. Possible responses are `Blue/Green` (The
1979
+ # update will require a blue/green deployment.) `DynamicUpdate` (The
1980
+ # update can be applied in-place without a Blue/Green deployment
1981
+ # required.) `Undetermined` (The domain is undergoing an update which
1982
+ # needs to complete before the deployment type can be predicted.)
1983
+ # `None` (The configuration change matches the current configuration
1984
+ # and will not result in any update.)
1985
+ # @return [String]
1986
+ #
1987
+ # @!attribute [rw] message
1988
+ # Contains an optional message associated with the DryRunResults.
1989
+ # @return [String]
1990
+ #
1991
+ class DryRunResults < Struct.new(
1992
+ :deployment_type,
1993
+ :message)
1994
+ SENSITIVE = []
1995
+ include Aws::Structure
1996
+ end
1997
+
1976
1998
  # Specifies maintenance schedule duration: duration value and duration
1977
1999
  # unit. See the [Developer Guide][1] for more information.
1978
2000
  #
@@ -4259,6 +4281,7 @@ module Aws::ElasticsearchService
4259
4281
  # },
4260
4282
  # ],
4261
4283
  # },
4284
+ # dry_run: false,
4262
4285
  # }
4263
4286
  #
4264
4287
  # @!attribute [rw] domain_name
@@ -4340,6 +4363,15 @@ module Aws::ElasticsearchService
4340
4363
  # Specifies Auto-Tune options.
4341
4364
  # @return [Types::AutoTuneOptions]
4342
4365
  #
4366
+ # @!attribute [rw] dry_run
4367
+ # This flag, when set to True, specifies whether the
4368
+ # `UpdateElasticsearchDomain` request should return the results of
4369
+ # validation checks without actually applying the change. This flag,
4370
+ # when set to True, specifies the deployment mechanism through which
4371
+ # the update shall be applied on the domain. This will not actually
4372
+ # perform the Update.
4373
+ # @return [Boolean]
4374
+ #
4343
4375
  class UpdateElasticsearchDomainConfigRequest < Struct.new(
4344
4376
  :domain_name,
4345
4377
  :elasticsearch_cluster_config,
@@ -4354,7 +4386,8 @@ module Aws::ElasticsearchService
4354
4386
  :advanced_security_options,
4355
4387
  :node_to_node_encryption_options,
4356
4388
  :encryption_at_rest_options,
4357
- :auto_tune_options)
4389
+ :auto_tune_options,
4390
+ :dry_run)
4358
4391
  SENSITIVE = []
4359
4392
  include Aws::Structure
4360
4393
  end
@@ -4366,8 +4399,13 @@ module Aws::ElasticsearchService
4366
4399
  # The status of the updated Elasticsearch domain.
4367
4400
  # @return [Types::ElasticsearchDomainConfig]
4368
4401
  #
4402
+ # @!attribute [rw] dry_run_results
4403
+ # Contains result of DryRun.
4404
+ # @return [Types::DryRunResults]
4405
+ #
4369
4406
  class UpdateElasticsearchDomainConfigResponse < Struct.new(
4370
- :domain_config)
4407
+ :domain_config,
4408
+ :dry_run_results)
4371
4409
  SENSITIVE = []
4372
4410
  include Aws::Structure
4373
4411
  end
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-elasticsearchservice/customizations'
48
48
  # @!group service
49
49
  module Aws::ElasticsearchService
50
50
 
51
- GEM_VERSION = '1.56.0'
51
+ GEM_VERSION = '1.60.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticsearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.60.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: 2021-09-17 00:00:00.000000000 Z
11
+ date: 2021-11-30 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.120.0
22
+ version: 3.122.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.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement