aws-sdk-elasticsearchservice 1.49.0 → 1.50.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: c07949d69e12469c1494059fcaa53b5def5e16836a613586ecf0db4fc25524b7
4
- data.tar.gz: 65f51a02a672993e064716e5daf97b9090bab9ca06a32b4b80ef24f866cf2eca
3
+ metadata.gz: 0d6b8842b96cfdf6fa20dd341b4b37d69531eafe54a539ea6db09baec3887386
4
+ data.tar.gz: 4131d6958743b61de550a9383b1b58867bfe90259c6c639c8accb2ca4a8b3d0c
5
5
  SHA512:
6
- metadata.gz: 0a044fce55d5dceb1c7e094bc4a7be79c9607b6388f261b20681ceaaac507d25c1eb17c0ace58a24f4d263ef2001061c462161bc6d82a8195f70892aa136d3f0
7
- data.tar.gz: 03b9b6d0e044410adece5e43e8a12db00129f842fa66ea1ca91e89b3d02f62b3478f7e0bfcd383831ced57749cfc5f172a1f3d28d5fa828680c1dbd4057b3503
6
+ metadata.gz: 8f62c10696593dd26d4a43fc9ac83bc6e149054b0f8828e1d2992233ef0d1def8d42d98e0e12f64df77ae65b7600b4c501850f4117c11376a1f0d46aafbd7dfb
7
+ data.tar.gz: fa6dd933f520914a6a9ed75d050cd5feec44599db7fc0a132881816987d98c280f000d9056c0487b6ff0cbeafe4e5f29afda3fd2d53ed2906acafc4b58389c7a
@@ -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.49.0'
51
+ GEM_VERSION = '1.50.0'
52
52
 
53
53
  end
@@ -562,6 +562,9 @@ module Aws::ElasticsearchService
562
562
  # @option params [Types::AutoTuneOptionsInput] :auto_tune_options
563
563
  # Specifies Auto-Tune options.
564
564
  #
565
+ # @option params [Array<Types::Tag>] :tag_list
566
+ # A list of `Tag` added during domain creation.
567
+ #
565
568
  # @return [Types::CreateElasticsearchDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
566
569
  #
567
570
  # * {Types::CreateElasticsearchDomainResponse#domain_status #domain_status} => Types::ElasticsearchDomainStatus
@@ -662,6 +665,12 @@ module Aws::ElasticsearchService
662
665
  # },
663
666
  # ],
664
667
  # },
668
+ # tag_list: [
669
+ # {
670
+ # key: "TagKey", # required
671
+ # value: "TagValue", # required
672
+ # },
673
+ # ],
665
674
  # })
666
675
  #
667
676
  # @example Response structure
@@ -2801,7 +2810,7 @@ module Aws::ElasticsearchService
2801
2810
  params: params,
2802
2811
  config: config)
2803
2812
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
2804
- context[:gem_version] = '1.49.0'
2813
+ context[:gem_version] = '1.50.0'
2805
2814
  Seahorse::Client::Request.new(handlers, context)
2806
2815
  end
2807
2816
 
@@ -425,6 +425,7 @@ module Aws::ElasticsearchService
425
425
  CreateElasticsearchDomainRequest.add_member(:domain_endpoint_options, Shapes::ShapeRef.new(shape: DomainEndpointOptions, location_name: "DomainEndpointOptions"))
426
426
  CreateElasticsearchDomainRequest.add_member(:advanced_security_options, Shapes::ShapeRef.new(shape: AdvancedSecurityOptionsInput, location_name: "AdvancedSecurityOptions"))
427
427
  CreateElasticsearchDomainRequest.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsInput, location_name: "AutoTuneOptions"))
428
+ CreateElasticsearchDomainRequest.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
428
429
  CreateElasticsearchDomainRequest.struct_class = Types::CreateElasticsearchDomainRequest
429
430
 
430
431
  CreateElasticsearchDomainResponse.add_member(:domain_status, Shapes::ShapeRef.new(shape: ElasticsearchDomainStatus, location_name: "DomainStatus"))
@@ -789,6 +789,12 @@ module Aws::ElasticsearchService
789
789
  # },
790
790
  # ],
791
791
  # },
792
+ # tag_list: [
793
+ # {
794
+ # key: "TagKey", # required
795
+ # value: "TagValue", # required
796
+ # },
797
+ # ],
792
798
  # }
793
799
  #
794
800
  # @!attribute [rw] domain_name
@@ -886,6 +892,10 @@ module Aws::ElasticsearchService
886
892
  # Specifies Auto-Tune options.
887
893
  # @return [Types::AutoTuneOptionsInput]
888
894
  #
895
+ # @!attribute [rw] tag_list
896
+ # A list of `Tag` added during domain creation.
897
+ # @return [Array<Types::Tag>]
898
+ #
889
899
  class CreateElasticsearchDomainRequest < Struct.new(
890
900
  :domain_name,
891
901
  :elasticsearch_version,
@@ -901,7 +911,8 @@ module Aws::ElasticsearchService
901
911
  :log_publishing_options,
902
912
  :domain_endpoint_options,
903
913
  :advanced_security_options,
904
- :auto_tune_options)
914
+ :auto_tune_options,
915
+ :tag_list)
905
916
  SENSITIVE = []
906
917
  include Aws::Structure
907
918
  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.49.0
4
+ version: 1.50.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-02-24 00:00:00.000000000 Z
11
+ date: 2021-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core