aws-sdk-elasticsearchservice 1.32.0 → 1.33.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
- SHA1:
3
- metadata.gz: e5216afb691bac3ea5145b14ccc77d008fc5e115
4
- data.tar.gz: 4c4c6bc3f786a4a4e3769c19b816c65d192723ff
2
+ SHA256:
3
+ metadata.gz: 4a998d74b60e5f8376949f614552e6fad7aad486b28f09b5dcef34f2a3c65e3e
4
+ data.tar.gz: b7724a14dd1e9dcd958bfb61eaf89bfedf6d00872b4c0332655f093838d3bef2
5
5
  SHA512:
6
- metadata.gz: e34c4a1317d6113ec63553c6031b18987423469e998566e152dfe4c1e110846f3c7b374528b53fb95065ef631e37a59c9634dd17d492a76020947b95874940bb
7
- data.tar.gz: 9a15112b0f84f554cc898bd4424384aa80f4b5cb3a4f1df9a06e93cf88d7edb871b783e70195358a9c848075f26366b0463c04e31833d69b3e69a12d1cce67dd
6
+ metadata.gz: 4daca1942ce2e614bb150a138ed38857f45f47c8c2ffc80771450dae7917326cc91bb49ce9ccfd2b724338888dc312da201570674f45908bba5b93e97ae7a7e5
7
+ data.tar.gz: 807cec80368d3c5e8d562335b555b483c9fa029278903010f598f07ef339358bb73158f33cccb8dc1c72621e93d2663d09b56c983ee382cae6e398b39a53481a
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-elasticsearchservice/customizations'
45
45
  # @service
46
46
  module Aws::ElasticsearchService
47
47
 
48
- GEM_VERSION = '1.32.0'
48
+ GEM_VERSION = '1.33.0'
49
49
 
50
50
  end
@@ -410,6 +410,7 @@ module Aws::ElasticsearchService
410
410
  # resp.service_software_options.update_status #=> String, one of "PENDING_UPDATE", "IN_PROGRESS", "COMPLETED", "NOT_ELIGIBLE", "ELIGIBLE"
411
411
  # resp.service_software_options.description #=> String
412
412
  # resp.service_software_options.automated_update_date #=> Time
413
+ # resp.service_software_options.optional_deployment #=> Boolean
413
414
  #
414
415
  # @overload cancel_elasticsearch_service_software_update(params = {})
415
416
  # @param [Hash] params ({})
@@ -632,6 +633,7 @@ module Aws::ElasticsearchService
632
633
  # resp.domain_status.service_software_options.update_status #=> String, one of "PENDING_UPDATE", "IN_PROGRESS", "COMPLETED", "NOT_ELIGIBLE", "ELIGIBLE"
633
634
  # resp.domain_status.service_software_options.description #=> String
634
635
  # resp.domain_status.service_software_options.automated_update_date #=> Time
636
+ # resp.domain_status.service_software_options.optional_deployment #=> Boolean
635
637
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
636
638
  # resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
637
639
  # resp.domain_status.advanced_security_options.enabled #=> Boolean
@@ -764,6 +766,7 @@ module Aws::ElasticsearchService
764
766
  # resp.domain_status.service_software_options.update_status #=> String, one of "PENDING_UPDATE", "IN_PROGRESS", "COMPLETED", "NOT_ELIGIBLE", "ELIGIBLE"
765
767
  # resp.domain_status.service_software_options.description #=> String
766
768
  # resp.domain_status.service_software_options.automated_update_date #=> Time
769
+ # resp.domain_status.service_software_options.optional_deployment #=> Boolean
767
770
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
768
771
  # resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
769
772
  # resp.domain_status.advanced_security_options.enabled #=> Boolean
@@ -902,6 +905,7 @@ module Aws::ElasticsearchService
902
905
  # resp.domain_status.service_software_options.update_status #=> String, one of "PENDING_UPDATE", "IN_PROGRESS", "COMPLETED", "NOT_ELIGIBLE", "ELIGIBLE"
903
906
  # resp.domain_status.service_software_options.description #=> String
904
907
  # resp.domain_status.service_software_options.automated_update_date #=> Time
908
+ # resp.domain_status.service_software_options.optional_deployment #=> Boolean
905
909
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
906
910
  # resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
907
911
  # resp.domain_status.advanced_security_options.enabled #=> Boolean
@@ -1119,6 +1123,7 @@ module Aws::ElasticsearchService
1119
1123
  # resp.domain_status_list[0].service_software_options.update_status #=> String, one of "PENDING_UPDATE", "IN_PROGRESS", "COMPLETED", "NOT_ELIGIBLE", "ELIGIBLE"
1120
1124
  # resp.domain_status_list[0].service_software_options.description #=> String
1121
1125
  # resp.domain_status_list[0].service_software_options.automated_update_date #=> Time
1126
+ # resp.domain_status_list[0].service_software_options.optional_deployment #=> Boolean
1122
1127
  # resp.domain_status_list[0].domain_endpoint_options.enforce_https #=> Boolean
1123
1128
  # resp.domain_status_list[0].domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
1124
1129
  # resp.domain_status_list[0].advanced_security_options.enabled #=> Boolean
@@ -1829,6 +1834,7 @@ module Aws::ElasticsearchService
1829
1834
  # resp.service_software_options.update_status #=> String, one of "PENDING_UPDATE", "IN_PROGRESS", "COMPLETED", "NOT_ELIGIBLE", "ELIGIBLE"
1830
1835
  # resp.service_software_options.description #=> String
1831
1836
  # resp.service_software_options.automated_update_date #=> Time
1837
+ # resp.service_software_options.optional_deployment #=> Boolean
1832
1838
  #
1833
1839
  # @overload start_elasticsearch_service_software_update(params = {})
1834
1840
  # @param [Hash] params ({})
@@ -2135,7 +2141,7 @@ module Aws::ElasticsearchService
2135
2141
  params: params,
2136
2142
  config: config)
2137
2143
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
2138
- context[:gem_version] = '1.32.0'
2144
+ context[:gem_version] = '1.33.0'
2139
2145
  Seahorse::Client::Request.new(handlers, context)
2140
2146
  end
2141
2147
 
@@ -711,6 +711,7 @@ module Aws::ElasticsearchService
711
711
  ServiceSoftwareOptions.add_member(:update_status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "UpdateStatus"))
712
712
  ServiceSoftwareOptions.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
713
713
  ServiceSoftwareOptions.add_member(:automated_update_date, Shapes::ShapeRef.new(shape: DeploymentCloseDateTimeStamp, location_name: "AutomatedUpdateDate"))
714
+ ServiceSoftwareOptions.add_member(:optional_deployment, Shapes::ShapeRef.new(shape: Boolean, location_name: "OptionalDeployment"))
714
715
  ServiceSoftwareOptions.struct_class = Types::ServiceSoftwareOptions
715
716
 
716
717
  SnapshotOptions.add_member(:automated_snapshot_start_hour, Shapes::ShapeRef.new(shape: IntegerClass, location_name: "AutomatedSnapshotStartHour"))
@@ -2588,6 +2588,12 @@ module Aws::ElasticsearchService
2588
2588
  # your service software.
2589
2589
  # @return [Time]
2590
2590
  #
2591
+ # @!attribute [rw] optional_deployment
2592
+ # `True` if a service software is never automatically updated. `False`
2593
+ # if a service software is automatically updated after
2594
+ # `AutomatedUpdateDate`.
2595
+ # @return [Boolean]
2596
+ #
2591
2597
  class ServiceSoftwareOptions < Struct.new(
2592
2598
  :current_version,
2593
2599
  :new_version,
@@ -2595,7 +2601,8 @@ module Aws::ElasticsearchService
2595
2601
  :cancellable,
2596
2602
  :update_status,
2597
2603
  :description,
2598
- :automated_update_date)
2604
+ :automated_update_date,
2605
+ :optional_deployment)
2599
2606
  include Aws::Structure
2600
2607
  end
2601
2608
 
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.32.0
4
+ version: 1.33.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: 2020-03-25 00:00:00.000000000 Z
11
+ date: 2020-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - Amazon Elasticsearch Service