aws-sdk-elasticsearchservice 1.0.0 → 1.1.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
  SHA1:
3
- metadata.gz: d06126db3033c25f6f125e824322c9191ccada9b
4
- data.tar.gz: c862bdbed51c4b936cebec9e8331f2ff52eea551
3
+ metadata.gz: 0051473ca5b260889df2c7af6704faf4de10134f
4
+ data.tar.gz: eaec32287688e3a0e4382a9aea1577c8b6b43ff3
5
5
  SHA512:
6
- metadata.gz: db60c4907745e930fc4b256367457993bf607b55988ccf72235924fca7158f1b08d04db495fb0a8aae049e5c30122643f750308ffbf4458ee84970de24e699fe
7
- data.tar.gz: 51985915ea83703606278b1b1471a6693c6900b17574c046f968015aa86ce5dbae5ea666cf1b49313da78a73ec6700c73204321d9bc59489a92de64b2f6bf8b8
6
+ metadata.gz: 1f3e26e77e0f849333d8a5b4c275553e9188cdd187e8ce56d2bc2c344cb35a1f4ca8e3cc0f4c6bda54853faea7a4133482524da4d754cc737fcc13641a64090a
7
+ data.tar.gz: 80bad6d15cce7c14ce49ae7a343889370d21bcd062119e5f185cfeddc8dc5f1d2b8e44b75f4b82e1c79569ce0bee8af99b4f0f98e47cc85bab971ab9246919ee
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-elasticsearchservice/customizations'
42
42
  # @service
43
43
  module Aws::ElasticsearchService
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -231,6 +231,10 @@ module Aws::ElasticsearchService
231
231
  #
232
232
  # [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options
233
233
  #
234
+ # @option params [Hash<String,Types::LogPublishingOption>] :log_publishing_options
235
+ # Map of `LogType` and `LogPublishingOption`, each containing options to
236
+ # publish a given type of Elasticsearch log.
237
+ #
234
238
  # @return [Types::CreateElasticsearchDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
235
239
  #
236
240
  # * {Types::CreateElasticsearchDomainResponse#domain_status #domain_status} => Types::ElasticsearchDomainStatus
@@ -261,6 +265,12 @@ module Aws::ElasticsearchService
261
265
  # advanced_options: {
262
266
  # "String" => "String",
263
267
  # },
268
+ # log_publishing_options: {
269
+ # "INDEX_SLOW_LOGS" => {
270
+ # cloud_watch_logs_log_group_arn: "CloudWatchLogsLogGroupArn",
271
+ # enabled: false,
272
+ # },
273
+ # },
264
274
  # })
265
275
  #
266
276
  # @example Response structure
@@ -287,6 +297,9 @@ module Aws::ElasticsearchService
287
297
  # resp.domain_status.snapshot_options.automated_snapshot_start_hour #=> Integer
288
298
  # resp.domain_status.advanced_options #=> Hash
289
299
  # resp.domain_status.advanced_options["String"] #=> String
300
+ # resp.domain_status.log_publishing_options #=> Hash
301
+ # resp.domain_status.log_publishing_options["LogType"].cloud_watch_logs_log_group_arn #=> String
302
+ # resp.domain_status.log_publishing_options["LogType"].enabled #=> Boolean
290
303
  #
291
304
  # @overload create_elasticsearch_domain(params = {})
292
305
  # @param [Hash] params ({})
@@ -336,6 +349,9 @@ module Aws::ElasticsearchService
336
349
  # resp.domain_status.snapshot_options.automated_snapshot_start_hour #=> Integer
337
350
  # resp.domain_status.advanced_options #=> Hash
338
351
  # resp.domain_status.advanced_options["String"] #=> String
352
+ # resp.domain_status.log_publishing_options #=> Hash
353
+ # resp.domain_status.log_publishing_options["LogType"].cloud_watch_logs_log_group_arn #=> String
354
+ # resp.domain_status.log_publishing_options["LogType"].enabled #=> Boolean
339
355
  #
340
356
  # @overload delete_elasticsearch_domain(params = {})
341
357
  # @param [Hash] params ({})
@@ -385,6 +401,9 @@ module Aws::ElasticsearchService
385
401
  # resp.domain_status.snapshot_options.automated_snapshot_start_hour #=> Integer
386
402
  # resp.domain_status.advanced_options #=> Hash
387
403
  # resp.domain_status.advanced_options["String"] #=> String
404
+ # resp.domain_status.log_publishing_options #=> Hash
405
+ # resp.domain_status.log_publishing_options["LogType"].cloud_watch_logs_log_group_arn #=> String
406
+ # resp.domain_status.log_publishing_options["LogType"].enabled #=> Boolean
388
407
  #
389
408
  # @overload describe_elasticsearch_domain(params = {})
390
409
  # @param [Hash] params ({})
@@ -457,6 +476,14 @@ module Aws::ElasticsearchService
457
476
  # resp.domain_config.advanced_options.status.update_version #=> Integer
458
477
  # resp.domain_config.advanced_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
459
478
  # resp.domain_config.advanced_options.status.pending_deletion #=> Boolean
479
+ # resp.domain_config.log_publishing_options.options #=> Hash
480
+ # resp.domain_config.log_publishing_options.options["LogType"].cloud_watch_logs_log_group_arn #=> String
481
+ # resp.domain_config.log_publishing_options.options["LogType"].enabled #=> Boolean
482
+ # resp.domain_config.log_publishing_options.status.creation_date #=> Time
483
+ # resp.domain_config.log_publishing_options.status.update_date #=> Time
484
+ # resp.domain_config.log_publishing_options.status.update_version #=> Integer
485
+ # resp.domain_config.log_publishing_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
486
+ # resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
460
487
  #
461
488
  # @overload describe_elasticsearch_domain_config(params = {})
462
489
  # @param [Hash] params ({})
@@ -507,6 +534,9 @@ module Aws::ElasticsearchService
507
534
  # resp.domain_status_list[0].snapshot_options.automated_snapshot_start_hour #=> Integer
508
535
  # resp.domain_status_list[0].advanced_options #=> Hash
509
536
  # resp.domain_status_list[0].advanced_options["String"] #=> String
537
+ # resp.domain_status_list[0].log_publishing_options #=> Hash
538
+ # resp.domain_status_list[0].log_publishing_options["LogType"].cloud_watch_logs_log_group_arn #=> String
539
+ # resp.domain_status_list[0].log_publishing_options["LogType"].enabled #=> Boolean
510
540
  #
511
541
  # @overload describe_elasticsearch_domains(params = {})
512
542
  # @param [Hash] params ({})
@@ -756,6 +786,10 @@ module Aws::ElasticsearchService
756
786
  # @option params [String] :access_policies
757
787
  # IAM access policy as a JSON-formatted string.
758
788
  #
789
+ # @option params [Hash<String,Types::LogPublishingOption>] :log_publishing_options
790
+ # Map of `LogType` and `LogPublishingOption`, each containing options to
791
+ # publish a given type of Elasticsearch log.
792
+ #
759
793
  # @return [Types::UpdateElasticsearchDomainConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
760
794
  #
761
795
  # * {Types::UpdateElasticsearchDomainConfigResponse#domain_config #domain_config} => Types::ElasticsearchDomainConfig
@@ -785,6 +819,12 @@ module Aws::ElasticsearchService
785
819
  # "String" => "String",
786
820
  # },
787
821
  # access_policies: "PolicyDocument",
822
+ # log_publishing_options: {
823
+ # "INDEX_SLOW_LOGS" => {
824
+ # cloud_watch_logs_log_group_arn: "CloudWatchLogsLogGroupArn",
825
+ # enabled: false,
826
+ # },
827
+ # },
788
828
  # })
789
829
  #
790
830
  # @example Response structure
@@ -834,6 +874,14 @@ module Aws::ElasticsearchService
834
874
  # resp.domain_config.advanced_options.status.update_version #=> Integer
835
875
  # resp.domain_config.advanced_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
836
876
  # resp.domain_config.advanced_options.status.pending_deletion #=> Boolean
877
+ # resp.domain_config.log_publishing_options.options #=> Hash
878
+ # resp.domain_config.log_publishing_options.options["LogType"].cloud_watch_logs_log_group_arn #=> String
879
+ # resp.domain_config.log_publishing_options.options["LogType"].enabled #=> Boolean
880
+ # resp.domain_config.log_publishing_options.status.creation_date #=> Time
881
+ # resp.domain_config.log_publishing_options.status.update_date #=> Time
882
+ # resp.domain_config.log_publishing_options.status.update_version #=> Integer
883
+ # resp.domain_config.log_publishing_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
884
+ # resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
837
885
  #
838
886
  # @overload update_elasticsearch_domain_config(params = {})
839
887
  # @param [Hash] params ({})
@@ -855,7 +903,7 @@ module Aws::ElasticsearchService
855
903
  params: params,
856
904
  config: config)
857
905
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
858
- context[:gem_version] = '1.0.0'
906
+ context[:gem_version] = '1.1.0'
859
907
  Seahorse::Client::Request.new(handlers, context)
860
908
  end
861
909
 
@@ -20,6 +20,7 @@ module Aws::ElasticsearchService
20
20
  AdvancedOptionsStatus = Shapes::StructureShape.new(name: 'AdvancedOptionsStatus')
21
21
  BaseException = Shapes::StructureShape.new(name: 'BaseException')
22
22
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
23
+ CloudWatchLogsLogGroupArn = Shapes::StringShape.new(name: 'CloudWatchLogsLogGroupArn')
23
24
  CreateElasticsearchDomainRequest = Shapes::StructureShape.new(name: 'CreateElasticsearchDomainRequest')
24
25
  CreateElasticsearchDomainResponse = Shapes::StructureShape.new(name: 'CreateElasticsearchDomainResponse')
25
26
  DeleteElasticsearchDomainRequest = Shapes::StructureShape.new(name: 'DeleteElasticsearchDomainRequest')
@@ -70,6 +71,10 @@ module Aws::ElasticsearchService
70
71
  ListElasticsearchVersionsResponse = Shapes::StructureShape.new(name: 'ListElasticsearchVersionsResponse')
71
72
  ListTagsRequest = Shapes::StructureShape.new(name: 'ListTagsRequest')
72
73
  ListTagsResponse = Shapes::StructureShape.new(name: 'ListTagsResponse')
74
+ LogPublishingOption = Shapes::StructureShape.new(name: 'LogPublishingOption')
75
+ LogPublishingOptions = Shapes::MapShape.new(name: 'LogPublishingOptions')
76
+ LogPublishingOptionsStatus = Shapes::StructureShape.new(name: 'LogPublishingOptionsStatus')
77
+ LogType = Shapes::StringShape.new(name: 'LogType')
73
78
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
74
79
  MaximumInstanceCount = Shapes::IntegerShape.new(name: 'MaximumInstanceCount')
75
80
  MinimumInstanceCount = Shapes::IntegerShape.new(name: 'MinimumInstanceCount')
@@ -130,6 +135,7 @@ module Aws::ElasticsearchService
130
135
  CreateElasticsearchDomainRequest.add_member(:access_policies, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "AccessPolicies"))
131
136
  CreateElasticsearchDomainRequest.add_member(:snapshot_options, Shapes::ShapeRef.new(shape: SnapshotOptions, location_name: "SnapshotOptions"))
132
137
  CreateElasticsearchDomainRequest.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "AdvancedOptions"))
138
+ CreateElasticsearchDomainRequest.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
133
139
  CreateElasticsearchDomainRequest.struct_class = Types::CreateElasticsearchDomainRequest
134
140
 
135
141
  CreateElasticsearchDomainResponse.add_member(:domain_status, Shapes::ShapeRef.new(shape: ElasticsearchDomainStatus, location_name: "DomainStatus"))
@@ -202,6 +208,7 @@ module Aws::ElasticsearchService
202
208
  ElasticsearchDomainConfig.add_member(:access_policies, Shapes::ShapeRef.new(shape: AccessPoliciesStatus, location_name: "AccessPolicies"))
203
209
  ElasticsearchDomainConfig.add_member(:snapshot_options, Shapes::ShapeRef.new(shape: SnapshotOptionsStatus, location_name: "SnapshotOptions"))
204
210
  ElasticsearchDomainConfig.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptionsStatus, location_name: "AdvancedOptions"))
211
+ ElasticsearchDomainConfig.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptionsStatus, location_name: "LogPublishingOptions"))
205
212
  ElasticsearchDomainConfig.struct_class = Types::ElasticsearchDomainConfig
206
213
 
207
214
  ElasticsearchDomainStatus.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
@@ -217,6 +224,7 @@ module Aws::ElasticsearchService
217
224
  ElasticsearchDomainStatus.add_member(:access_policies, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "AccessPolicies"))
218
225
  ElasticsearchDomainStatus.add_member(:snapshot_options, Shapes::ShapeRef.new(shape: SnapshotOptions, location_name: "SnapshotOptions"))
219
226
  ElasticsearchDomainStatus.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "AdvancedOptions"))
227
+ ElasticsearchDomainStatus.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
220
228
  ElasticsearchDomainStatus.struct_class = Types::ElasticsearchDomainStatus
221
229
 
222
230
  ElasticsearchDomainStatusList.member = Shapes::ShapeRef.new(shape: ElasticsearchDomainStatus)
@@ -273,6 +281,17 @@ module Aws::ElasticsearchService
273
281
  ListTagsResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
274
282
  ListTagsResponse.struct_class = Types::ListTagsResponse
275
283
 
284
+ LogPublishingOption.add_member(:cloud_watch_logs_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogsLogGroupArn, location_name: "CloudWatchLogsLogGroupArn"))
285
+ LogPublishingOption.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
286
+ LogPublishingOption.struct_class = Types::LogPublishingOption
287
+
288
+ LogPublishingOptions.key = Shapes::ShapeRef.new(shape: LogType)
289
+ LogPublishingOptions.value = Shapes::ShapeRef.new(shape: LogPublishingOption)
290
+
291
+ LogPublishingOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "Options"))
292
+ LogPublishingOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, location_name: "Status"))
293
+ LogPublishingOptionsStatus.struct_class = Types::LogPublishingOptionsStatus
294
+
276
295
  OptionStatus.add_member(:creation_date, Shapes::ShapeRef.new(shape: UpdateTimestamp, required: true, location_name: "CreationDate"))
277
296
  OptionStatus.add_member(:update_date, Shapes::ShapeRef.new(shape: UpdateTimestamp, required: true, location_name: "UpdateDate"))
278
297
  OptionStatus.add_member(:update_version, Shapes::ShapeRef.new(shape: UIntValue, location_name: "UpdateVersion"))
@@ -318,6 +337,7 @@ module Aws::ElasticsearchService
318
337
  UpdateElasticsearchDomainConfigRequest.add_member(:snapshot_options, Shapes::ShapeRef.new(shape: SnapshotOptions, location_name: "SnapshotOptions"))
319
338
  UpdateElasticsearchDomainConfigRequest.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "AdvancedOptions"))
320
339
  UpdateElasticsearchDomainConfigRequest.add_member(:access_policies, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "AccessPolicies"))
340
+ UpdateElasticsearchDomainConfigRequest.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
321
341
  UpdateElasticsearchDomainConfigRequest.struct_class = Types::UpdateElasticsearchDomainConfigRequest
322
342
 
323
343
  UpdateElasticsearchDomainConfigResponse.add_member(:domain_config, Shapes::ShapeRef.new(shape: ElasticsearchDomainConfig, required: true, location_name: "DomainConfig"))
@@ -144,6 +144,12 @@ module Aws::ElasticsearchService
144
144
  # advanced_options: {
145
145
  # "String" => "String",
146
146
  # },
147
+ # log_publishing_options: {
148
+ # "INDEX_SLOW_LOGS" => {
149
+ # cloud_watch_logs_log_group_arn: "CloudWatchLogsLogGroupArn",
150
+ # enabled: false,
151
+ # },
152
+ # },
147
153
  # }
148
154
  #
149
155
  # @!attribute [rw] domain_name
@@ -195,6 +201,11 @@ module Aws::ElasticsearchService
195
201
  # [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options
196
202
  # @return [Hash<String,String>]
197
203
  #
204
+ # @!attribute [rw] log_publishing_options
205
+ # Map of `LogType` and `LogPublishingOption`, each containing options
206
+ # to publish a given type of Elasticsearch log.
207
+ # @return [Hash<String,Types::LogPublishingOption>]
208
+ #
198
209
  class CreateElasticsearchDomainRequest < Struct.new(
199
210
  :domain_name,
200
211
  :elasticsearch_version,
@@ -202,7 +213,8 @@ module Aws::ElasticsearchService
202
213
  :ebs_options,
203
214
  :access_policies,
204
215
  :snapshot_options,
205
- :advanced_options)
216
+ :advanced_options,
217
+ :log_publishing_options)
206
218
  include Aws::Structure
207
219
  end
208
220
 
@@ -578,13 +590,18 @@ module Aws::ElasticsearchService
578
590
  # [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options
579
591
  # @return [Types::AdvancedOptionsStatus]
580
592
  #
593
+ # @!attribute [rw] log_publishing_options
594
+ # Log publishing options for the given domain.
595
+ # @return [Types::LogPublishingOptionsStatus]
596
+ #
581
597
  class ElasticsearchDomainConfig < Struct.new(
582
598
  :elasticsearch_version,
583
599
  :elasticsearch_cluster_config,
584
600
  :ebs_options,
585
601
  :access_policies,
586
602
  :snapshot_options,
587
- :advanced_options)
603
+ :advanced_options,
604
+ :log_publishing_options)
588
605
  include Aws::Structure
589
606
  end
590
607
 
@@ -663,6 +680,10 @@ module Aws::ElasticsearchService
663
680
  # Specifies the status of the `AdvancedOptions`
664
681
  # @return [Hash<String,String>]
665
682
  #
683
+ # @!attribute [rw] log_publishing_options
684
+ # Log publishing options for the given domain.
685
+ # @return [Hash<String,Types::LogPublishingOption>]
686
+ #
666
687
  class ElasticsearchDomainStatus < Struct.new(
667
688
  :domain_id,
668
689
  :domain_name,
@@ -676,7 +697,8 @@ module Aws::ElasticsearchService
676
697
  :ebs_options,
677
698
  :access_policies,
678
699
  :snapshot_options,
679
- :advanced_options)
700
+ :advanced_options,
701
+ :log_publishing_options)
680
702
  include Aws::Structure
681
703
  end
682
704
 
@@ -918,6 +940,54 @@ module Aws::ElasticsearchService
918
940
  include Aws::Structure
919
941
  end
920
942
 
943
+ # Log Publishing option that is set for given domain.
944
+ # Attributes and their details: * CloudWatchLogsLogGroupArn: ARN of the
945
+ # Cloudwatch log group to which
946
+ # log needs to be published.
947
+ # * Enabled: Whether the log publishing for given log type is enabled or
948
+ # not
949
+ #
950
+ # @note When making an API call, you may pass LogPublishingOption
951
+ # data as a hash:
952
+ #
953
+ # {
954
+ # cloud_watch_logs_log_group_arn: "CloudWatchLogsLogGroupArn",
955
+ # enabled: false,
956
+ # }
957
+ #
958
+ # @!attribute [rw] cloud_watch_logs_log_group_arn
959
+ # ARN of the Cloudwatch log group to which log needs to be published.
960
+ # @return [String]
961
+ #
962
+ # @!attribute [rw] enabled
963
+ # Specifies whether given log publishing option is enabled or not.
964
+ # @return [Boolean]
965
+ #
966
+ class LogPublishingOption < Struct.new(
967
+ :cloud_watch_logs_log_group_arn,
968
+ :enabled)
969
+ include Aws::Structure
970
+ end
971
+
972
+ # The configured log publishing options for the domain and their current
973
+ # status.
974
+ #
975
+ # @!attribute [rw] options
976
+ # The log publishing options configured for the Elasticsearch domain.
977
+ # @return [Hash<String,Types::LogPublishingOption>]
978
+ #
979
+ # @!attribute [rw] status
980
+ # The status of the log publishing options for the Elasticsearch
981
+ # domain. See `OptionStatus` for the status information that's
982
+ # included.
983
+ # @return [Types::OptionStatus]
984
+ #
985
+ class LogPublishingOptionsStatus < Struct.new(
986
+ :options,
987
+ :status)
988
+ include Aws::Structure
989
+ end
990
+
921
991
  # Provides the current status of the entity.
922
992
  #
923
993
  # @!attribute [rw] creation_date
@@ -1126,6 +1196,12 @@ module Aws::ElasticsearchService
1126
1196
  # "String" => "String",
1127
1197
  # },
1128
1198
  # access_policies: "PolicyDocument",
1199
+ # log_publishing_options: {
1200
+ # "INDEX_SLOW_LOGS" => {
1201
+ # cloud_watch_logs_log_group_arn: "CloudWatchLogsLogGroupArn",
1202
+ # enabled: false,
1203
+ # },
1204
+ # },
1129
1205
  # }
1130
1206
  #
1131
1207
  # @!attribute [rw] domain_name
@@ -1161,13 +1237,19 @@ module Aws::ElasticsearchService
1161
1237
  # IAM access policy as a JSON-formatted string.
1162
1238
  # @return [String]
1163
1239
  #
1240
+ # @!attribute [rw] log_publishing_options
1241
+ # Map of `LogType` and `LogPublishingOption`, each containing options
1242
+ # to publish a given type of Elasticsearch log.
1243
+ # @return [Hash<String,Types::LogPublishingOption>]
1244
+ #
1164
1245
  class UpdateElasticsearchDomainConfigRequest < Struct.new(
1165
1246
  :domain_name,
1166
1247
  :elasticsearch_cluster_config,
1167
1248
  :ebs_options,
1168
1249
  :snapshot_options,
1169
1250
  :advanced_options,
1170
- :access_policies)
1251
+ :access_policies,
1252
+ :log_publishing_options)
1171
1253
  include Aws::Structure
1172
1254
  end
1173
1255
 
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.0.0
4
+ version: 1.1.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: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -56,7 +56,9 @@ files:
56
56
  homepage: http://github.com/aws/aws-sdk-ruby
57
57
  licenses:
58
58
  - Apache-2.0
59
- metadata: {}
59
+ metadata:
60
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticsearchservice
61
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticsearchservice/CHANGELOG.md
60
62
  post_install_message:
61
63
  rdoc_options: []
62
64
  require_paths: