aws-sdk-elasticsearchservice 1.2.0 → 1.3.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: 8a54212a33ea18f89215cfcf23c4f358a238c54a
4
- data.tar.gz: 2b1a6eeafdceb49e6c9f1a586246ef265b1c56ea
3
+ metadata.gz: 7855e14318b48c7e3e14411bc4b3bf3703209b6d
4
+ data.tar.gz: 033b98ee8fc99bb02fc8f0cb97d1abfa24c8210f
5
5
  SHA512:
6
- metadata.gz: 0fc92e49aa1f3eba207807bca55a7aeec46cb427cf245b52c04031c17dd060dbae05d3c10018b014a1b193d8af5188b60d7d689917562fe41311eedcf0b2a45d
7
- data.tar.gz: 7f9abc9f4cb326a55cbe511076ca35b47400144470508c88a76a6dedea01c63982de8366d062e211d5b8075ccce8d17b4cfeb0f7d3c426c2defbbf96027cb708
6
+ metadata.gz: 999d81fb9f4a517fd01e56e5077586403b2d2b4d66c4e5c77b3ee88681ec714d4a54c1b2791bb4bdcf331e4e2692f154d145366e1f099af44424dd742089621c
7
+ data.tar.gz: b4fe6a281fd6a2a8affac4ef1fa5f62ba782ff113c2b9dc5e57bf9862a923243d051def13dbf7a306e38cb2a6aceaa6a7bb50e3940fa9ad9cbea623821f8588a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-elasticsearchservice/customizations'
42
42
  # @service
43
43
  module Aws::ElasticsearchService
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
@@ -230,6 +230,9 @@ module Aws::ElasticsearchService
230
230
  #
231
231
  # [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc
232
232
  #
233
+ # @option params [Types::EncryptionAtRestOptions] :encryption_at_rest_options
234
+ # Specifies the Encryption At Rest Options.
235
+ #
233
236
  # @option params [Hash<String,String>] :advanced_options
234
237
  # Option to allow references to indices in an HTTP request body. Must be
235
238
  # `false` when configuring access to individual sub-resources. By
@@ -275,6 +278,10 @@ module Aws::ElasticsearchService
275
278
  # subnet_ids: ["String"],
276
279
  # security_group_ids: ["String"],
277
280
  # },
281
+ # encryption_at_rest_options: {
282
+ # enabled: false,
283
+ # kms_key_id: "KmsKeyId",
284
+ # },
278
285
  # advanced_options: {
279
286
  # "String" => "String",
280
287
  # },
@@ -317,6 +324,8 @@ module Aws::ElasticsearchService
317
324
  # resp.domain_status.vpc_options.availability_zones[0] #=> String
318
325
  # resp.domain_status.vpc_options.security_group_ids #=> Array
319
326
  # resp.domain_status.vpc_options.security_group_ids[0] #=> String
327
+ # resp.domain_status.encryption_at_rest_options.enabled #=> Boolean
328
+ # resp.domain_status.encryption_at_rest_options.kms_key_id #=> String
320
329
  # resp.domain_status.advanced_options #=> Hash
321
330
  # resp.domain_status.advanced_options["String"] #=> String
322
331
  # resp.domain_status.log_publishing_options #=> Hash
@@ -378,6 +387,8 @@ module Aws::ElasticsearchService
378
387
  # resp.domain_status.vpc_options.availability_zones[0] #=> String
379
388
  # resp.domain_status.vpc_options.security_group_ids #=> Array
380
389
  # resp.domain_status.vpc_options.security_group_ids[0] #=> String
390
+ # resp.domain_status.encryption_at_rest_options.enabled #=> Boolean
391
+ # resp.domain_status.encryption_at_rest_options.kms_key_id #=> String
381
392
  # resp.domain_status.advanced_options #=> Hash
382
393
  # resp.domain_status.advanced_options["String"] #=> String
383
394
  # resp.domain_status.log_publishing_options #=> Hash
@@ -459,6 +470,8 @@ module Aws::ElasticsearchService
459
470
  # resp.domain_status.vpc_options.availability_zones[0] #=> String
460
471
  # resp.domain_status.vpc_options.security_group_ids #=> Array
461
472
  # resp.domain_status.vpc_options.security_group_ids[0] #=> String
473
+ # resp.domain_status.encryption_at_rest_options.enabled #=> Boolean
474
+ # resp.domain_status.encryption_at_rest_options.kms_key_id #=> String
462
475
  # resp.domain_status.advanced_options #=> Hash
463
476
  # resp.domain_status.advanced_options["String"] #=> String
464
477
  # resp.domain_status.log_publishing_options #=> Hash
@@ -541,6 +554,13 @@ module Aws::ElasticsearchService
541
554
  # resp.domain_config.vpc_options.status.update_version #=> Integer
542
555
  # resp.domain_config.vpc_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
543
556
  # resp.domain_config.vpc_options.status.pending_deletion #=> Boolean
557
+ # resp.domain_config.encryption_at_rest_options.options.enabled #=> Boolean
558
+ # resp.domain_config.encryption_at_rest_options.options.kms_key_id #=> String
559
+ # resp.domain_config.encryption_at_rest_options.status.creation_date #=> Time
560
+ # resp.domain_config.encryption_at_rest_options.status.update_date #=> Time
561
+ # resp.domain_config.encryption_at_rest_options.status.update_version #=> Integer
562
+ # resp.domain_config.encryption_at_rest_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
563
+ # resp.domain_config.encryption_at_rest_options.status.pending_deletion #=> Boolean
544
564
  # resp.domain_config.advanced_options.options #=> Hash
545
565
  # resp.domain_config.advanced_options.options["String"] #=> String
546
566
  # resp.domain_config.advanced_options.status.creation_date #=> Time
@@ -613,6 +633,8 @@ module Aws::ElasticsearchService
613
633
  # resp.domain_status_list[0].vpc_options.availability_zones[0] #=> String
614
634
  # resp.domain_status_list[0].vpc_options.security_group_ids #=> Array
615
635
  # resp.domain_status_list[0].vpc_options.security_group_ids[0] #=> String
636
+ # resp.domain_status_list[0].encryption_at_rest_options.enabled #=> Boolean
637
+ # resp.domain_status_list[0].encryption_at_rest_options.kms_key_id #=> String
616
638
  # resp.domain_status_list[0].advanced_options #=> Hash
617
639
  # resp.domain_status_list[0].advanced_options["String"] #=> String
618
640
  # resp.domain_status_list[0].log_publishing_options #=> Hash
@@ -973,6 +995,13 @@ module Aws::ElasticsearchService
973
995
  # resp.domain_config.vpc_options.status.update_version #=> Integer
974
996
  # resp.domain_config.vpc_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
975
997
  # resp.domain_config.vpc_options.status.pending_deletion #=> Boolean
998
+ # resp.domain_config.encryption_at_rest_options.options.enabled #=> Boolean
999
+ # resp.domain_config.encryption_at_rest_options.options.kms_key_id #=> String
1000
+ # resp.domain_config.encryption_at_rest_options.status.creation_date #=> Time
1001
+ # resp.domain_config.encryption_at_rest_options.status.update_date #=> Time
1002
+ # resp.domain_config.encryption_at_rest_options.status.update_version #=> Integer
1003
+ # resp.domain_config.encryption_at_rest_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
1004
+ # resp.domain_config.encryption_at_rest_options.status.pending_deletion #=> Boolean
976
1005
  # resp.domain_config.advanced_options.options #=> Hash
977
1006
  # resp.domain_config.advanced_options.options["String"] #=> String
978
1007
  # resp.domain_config.advanced_options.status.creation_date #=> Time
@@ -1009,7 +1038,7 @@ module Aws::ElasticsearchService
1009
1038
  params: params,
1010
1039
  config: config)
1011
1040
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
1012
- context[:gem_version] = '1.2.0'
1041
+ context[:gem_version] = '1.3.0'
1013
1042
  Seahorse::Client::Request.new(handlers, context)
1014
1043
  end
1015
1044
 
@@ -51,6 +51,8 @@ module Aws::ElasticsearchService
51
51
  ElasticsearchVersionList = Shapes::ListShape.new(name: 'ElasticsearchVersionList')
52
52
  ElasticsearchVersionStatus = Shapes::StructureShape.new(name: 'ElasticsearchVersionStatus')
53
53
  ElasticsearchVersionString = Shapes::StringShape.new(name: 'ElasticsearchVersionString')
54
+ EncryptionAtRestOptions = Shapes::StructureShape.new(name: 'EncryptionAtRestOptions')
55
+ EncryptionAtRestOptionsStatus = Shapes::StructureShape.new(name: 'EncryptionAtRestOptionsStatus')
54
56
  EndpointsMap = Shapes::MapShape.new(name: 'EndpointsMap')
55
57
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
56
58
  InstanceCountLimits = Shapes::StructureShape.new(name: 'InstanceCountLimits')
@@ -59,6 +61,7 @@ module Aws::ElasticsearchService
59
61
  IntegerClass = Shapes::IntegerShape.new(name: 'IntegerClass')
60
62
  InternalException = Shapes::StructureShape.new(name: 'InternalException')
61
63
  InvalidTypeException = Shapes::StructureShape.new(name: 'InvalidTypeException')
64
+ KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
62
65
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
63
66
  LimitName = Shapes::StringShape.new(name: 'LimitName')
64
67
  LimitValue = Shapes::StringShape.new(name: 'LimitValue')
@@ -139,6 +142,7 @@ module Aws::ElasticsearchService
139
142
  CreateElasticsearchDomainRequest.add_member(:access_policies, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "AccessPolicies"))
140
143
  CreateElasticsearchDomainRequest.add_member(:snapshot_options, Shapes::ShapeRef.new(shape: SnapshotOptions, location_name: "SnapshotOptions"))
141
144
  CreateElasticsearchDomainRequest.add_member(:vpc_options, Shapes::ShapeRef.new(shape: VPCOptions, location_name: "VPCOptions"))
145
+ CreateElasticsearchDomainRequest.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
142
146
  CreateElasticsearchDomainRequest.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "AdvancedOptions"))
143
147
  CreateElasticsearchDomainRequest.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
144
148
  CreateElasticsearchDomainRequest.struct_class = Types::CreateElasticsearchDomainRequest
@@ -213,6 +217,7 @@ module Aws::ElasticsearchService
213
217
  ElasticsearchDomainConfig.add_member(:access_policies, Shapes::ShapeRef.new(shape: AccessPoliciesStatus, location_name: "AccessPolicies"))
214
218
  ElasticsearchDomainConfig.add_member(:snapshot_options, Shapes::ShapeRef.new(shape: SnapshotOptionsStatus, location_name: "SnapshotOptions"))
215
219
  ElasticsearchDomainConfig.add_member(:vpc_options, Shapes::ShapeRef.new(shape: VPCDerivedInfoStatus, location_name: "VPCOptions"))
220
+ ElasticsearchDomainConfig.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptionsStatus, location_name: "EncryptionAtRestOptions"))
216
221
  ElasticsearchDomainConfig.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptionsStatus, location_name: "AdvancedOptions"))
217
222
  ElasticsearchDomainConfig.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptionsStatus, location_name: "LogPublishingOptions"))
218
223
  ElasticsearchDomainConfig.struct_class = Types::ElasticsearchDomainConfig
@@ -231,6 +236,7 @@ module Aws::ElasticsearchService
231
236
  ElasticsearchDomainStatus.add_member(:access_policies, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "AccessPolicies"))
232
237
  ElasticsearchDomainStatus.add_member(:snapshot_options, Shapes::ShapeRef.new(shape: SnapshotOptions, location_name: "SnapshotOptions"))
233
238
  ElasticsearchDomainStatus.add_member(:vpc_options, Shapes::ShapeRef.new(shape: VPCDerivedInfo, location_name: "VPCOptions"))
239
+ ElasticsearchDomainStatus.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
234
240
  ElasticsearchDomainStatus.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "AdvancedOptions"))
235
241
  ElasticsearchDomainStatus.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
236
242
  ElasticsearchDomainStatus.struct_class = Types::ElasticsearchDomainStatus
@@ -245,6 +251,14 @@ module Aws::ElasticsearchService
245
251
  ElasticsearchVersionStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
246
252
  ElasticsearchVersionStatus.struct_class = Types::ElasticsearchVersionStatus
247
253
 
254
+ EncryptionAtRestOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
255
+ EncryptionAtRestOptions.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
256
+ EncryptionAtRestOptions.struct_class = Types::EncryptionAtRestOptions
257
+
258
+ EncryptionAtRestOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, required: true, location_name: "Options"))
259
+ EncryptionAtRestOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
260
+ EncryptionAtRestOptionsStatus.struct_class = Types::EncryptionAtRestOptionsStatus
261
+
248
262
  EndpointsMap.key = Shapes::ShapeRef.new(shape: String)
249
263
  EndpointsMap.value = Shapes::ShapeRef.new(shape: ServiceUrl)
250
264
 
@@ -145,6 +145,10 @@ module Aws::ElasticsearchService
145
145
  # subnet_ids: ["String"],
146
146
  # security_group_ids: ["String"],
147
147
  # },
148
+ # encryption_at_rest_options: {
149
+ # enabled: false,
150
+ # kms_key_id: "KmsKeyId",
151
+ # },
148
152
  # advanced_options: {
149
153
  # "String" => "String",
150
154
  # },
@@ -204,6 +208,10 @@ module Aws::ElasticsearchService
204
208
  # [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc
205
209
  # @return [Types::VPCOptions]
206
210
  #
211
+ # @!attribute [rw] encryption_at_rest_options
212
+ # Specifies the Encryption At Rest Options.
213
+ # @return [Types::EncryptionAtRestOptions]
214
+ #
207
215
  # @!attribute [rw] advanced_options
208
216
  # Option to allow references to indices in an HTTP request body. Must
209
217
  # be `false` when configuring access to individual sub-resources. By
@@ -228,6 +236,7 @@ module Aws::ElasticsearchService
228
236
  :access_policies,
229
237
  :snapshot_options,
230
238
  :vpc_options,
239
+ :encryption_at_rest_options,
231
240
  :advanced_options,
232
241
  :log_publishing_options)
233
242
  include Aws::Structure
@@ -605,6 +614,11 @@ module Aws::ElasticsearchService
605
614
  # [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html
606
615
  # @return [Types::VPCDerivedInfoStatus]
607
616
  #
617
+ # @!attribute [rw] encryption_at_rest_options
618
+ # Specifies the `EncryptionAtRestOptions` for the Elasticsearch
619
+ # domain.
620
+ # @return [Types::EncryptionAtRestOptionsStatus]
621
+ #
608
622
  # @!attribute [rw] advanced_options
609
623
  # Specifies the `AdvancedOptions` for the domain. See [Configuring
610
624
  # Advanced Options][1] for more information.
@@ -625,6 +639,7 @@ module Aws::ElasticsearchService
625
639
  :access_policies,
626
640
  :snapshot_options,
627
641
  :vpc_options,
642
+ :encryption_at_rest_options,
628
643
  :advanced_options,
629
644
  :log_publishing_options)
630
645
  include Aws::Structure
@@ -716,6 +731,10 @@ module Aws::ElasticsearchService
716
731
  # [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html
717
732
  # @return [Types::VPCDerivedInfo]
718
733
  #
734
+ # @!attribute [rw] encryption_at_rest_options
735
+ # Specifies the status of the `EncryptionAtRestOptions`.
736
+ # @return [Types::EncryptionAtRestOptions]
737
+ #
719
738
  # @!attribute [rw] advanced_options
720
739
  # Specifies the status of the `AdvancedOptions`
721
740
  # @return [Hash<String,String>]
@@ -739,6 +758,7 @@ module Aws::ElasticsearchService
739
758
  :access_policies,
740
759
  :snapshot_options,
741
760
  :vpc_options,
761
+ :encryption_at_rest_options,
742
762
  :advanced_options,
743
763
  :log_publishing_options)
744
764
  include Aws::Structure
@@ -763,6 +783,49 @@ module Aws::ElasticsearchService
763
783
  include Aws::Structure
764
784
  end
765
785
 
786
+ # Specifies the Encryption At Rest Options.
787
+ #
788
+ # @note When making an API call, you may pass EncryptionAtRestOptions
789
+ # data as a hash:
790
+ #
791
+ # {
792
+ # enabled: false,
793
+ # kms_key_id: "KmsKeyId",
794
+ # }
795
+ #
796
+ # @!attribute [rw] enabled
797
+ # Specifies the option to enable Encryption At Rest.
798
+ # @return [Boolean]
799
+ #
800
+ # @!attribute [rw] kms_key_id
801
+ # Specifies the KMS Key ID for Encryption At Rest options.
802
+ # @return [String]
803
+ #
804
+ class EncryptionAtRestOptions < Struct.new(
805
+ :enabled,
806
+ :kms_key_id)
807
+ include Aws::Structure
808
+ end
809
+
810
+ # Status of the Encryption At Rest options for the specified
811
+ # Elasticsearch domain.
812
+ #
813
+ # @!attribute [rw] options
814
+ # Specifies the Encryption At Rest options for the specified
815
+ # Elasticsearch domain.
816
+ # @return [Types::EncryptionAtRestOptions]
817
+ #
818
+ # @!attribute [rw] status
819
+ # Specifies the status of the Encryption At Rest options for the
820
+ # specified Elasticsearch domain.
821
+ # @return [Types::OptionStatus]
822
+ #
823
+ class EncryptionAtRestOptionsStatus < Struct.new(
824
+ :options,
825
+ :status)
826
+ include Aws::Structure
827
+ end
828
+
766
829
  # InstanceCountLimits represents the limits on number of instances that
767
830
  # be created in Amazon Elasticsearch for given InstanceType.
768
831
  #
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.2.0
4
+ version: 1.3.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-10-17 00:00:00.000000000 Z
11
+ date: 2017-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core