aws-sdk-elasticsearchservice 1.10.0 → 1.11.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
  SHA1:
3
- metadata.gz: 6bc29aef8e0fadc5950414718437e3fd70c8e00a
4
- data.tar.gz: 0efb98782fc8d6f54851e04726d84eea6307adf2
3
+ metadata.gz: 9d3a70a7cd1a5f35fd0a016f25a987a0c8c26c4b
4
+ data.tar.gz: 45d7055769d6fee85f5d899f986164ea463e8848
5
5
  SHA512:
6
- metadata.gz: eb4b990f396314f867a386efc4f1aee28eb77ed657a99040afbee18bfced65a81bf265aa68bf54b2b8e9fd990d2bfc551a6298423fbdfa4cfbdacd940726fa70
7
- data.tar.gz: 40e8bff85463fc76c7fb88c4bdbb7840f3b109feb516ae83853f8ed06e8363788a617c429f397b4474ca79ae9183afac8ebff5ed7955c68f54a4a900b2e63122
6
+ metadata.gz: 8e4a28802019f3cc2108c5ae7ef238ea6548545bbc66d90ab18bed18780f9bc4fd7d18b1309fbb58ed203acf9ca5474fd6b75ae5af57e29c970fa0ec42dad28c
7
+ data.tar.gz: ee7f0f00a0ce85b586f7c87b099d73ce4d17f7c3a7e62165d8395e5860a023a9584b5063a9ebda38f64cfa499819d2acd874e214e010ccb45a8a4a9fd6778449
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-elasticsearchservice/customizations'
42
42
  # @service
43
43
  module Aws::ElasticsearchService
44
44
 
45
- GEM_VERSION = '1.10.0'
45
+ GEM_VERSION = '1.11.0'
46
46
 
47
47
  end
@@ -273,6 +273,9 @@ module Aws::ElasticsearchService
273
273
  # @option params [Types::EncryptionAtRestOptions] :encryption_at_rest_options
274
274
  # Specifies the Encryption At Rest Options.
275
275
  #
276
+ # @option params [Types::NodeToNodeEncryptionOptions] :node_to_node_encryption_options
277
+ # Specifies the NodeToNodeEncryptionOptions.
278
+ #
276
279
  # @option params [Hash<String,String>] :advanced_options
277
280
  # Option to allow references to indices in an HTTP request body. Must be
278
281
  # `false` when configuring access to individual sub-resources. By
@@ -328,6 +331,9 @@ module Aws::ElasticsearchService
328
331
  # enabled: false,
329
332
  # kms_key_id: "KmsKeyId",
330
333
  # },
334
+ # node_to_node_encryption_options: {
335
+ # enabled: false,
336
+ # },
331
337
  # advanced_options: {
332
338
  # "String" => "String",
333
339
  # },
@@ -377,6 +383,7 @@ module Aws::ElasticsearchService
377
383
  # resp.domain_status.cognito_options.role_arn #=> String
378
384
  # resp.domain_status.encryption_at_rest_options.enabled #=> Boolean
379
385
  # resp.domain_status.encryption_at_rest_options.kms_key_id #=> String
386
+ # resp.domain_status.node_to_node_encryption_options.enabled #=> Boolean
380
387
  # resp.domain_status.advanced_options #=> Hash
381
388
  # resp.domain_status.advanced_options["String"] #=> String
382
389
  # resp.domain_status.log_publishing_options #=> Hash
@@ -445,6 +452,7 @@ module Aws::ElasticsearchService
445
452
  # resp.domain_status.cognito_options.role_arn #=> String
446
453
  # resp.domain_status.encryption_at_rest_options.enabled #=> Boolean
447
454
  # resp.domain_status.encryption_at_rest_options.kms_key_id #=> String
455
+ # resp.domain_status.node_to_node_encryption_options.enabled #=> Boolean
448
456
  # resp.domain_status.advanced_options #=> Hash
449
457
  # resp.domain_status.advanced_options["String"] #=> String
450
458
  # resp.domain_status.log_publishing_options #=> Hash
@@ -533,6 +541,7 @@ module Aws::ElasticsearchService
533
541
  # resp.domain_status.cognito_options.role_arn #=> String
534
542
  # resp.domain_status.encryption_at_rest_options.enabled #=> Boolean
535
543
  # resp.domain_status.encryption_at_rest_options.kms_key_id #=> String
544
+ # resp.domain_status.node_to_node_encryption_options.enabled #=> Boolean
536
545
  # resp.domain_status.advanced_options #=> Hash
537
546
  # resp.domain_status.advanced_options["String"] #=> String
538
547
  # resp.domain_status.log_publishing_options #=> Hash
@@ -631,6 +640,12 @@ module Aws::ElasticsearchService
631
640
  # resp.domain_config.encryption_at_rest_options.status.update_version #=> Integer
632
641
  # resp.domain_config.encryption_at_rest_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
633
642
  # resp.domain_config.encryption_at_rest_options.status.pending_deletion #=> Boolean
643
+ # resp.domain_config.node_to_node_encryption_options.options.enabled #=> Boolean
644
+ # resp.domain_config.node_to_node_encryption_options.status.creation_date #=> Time
645
+ # resp.domain_config.node_to_node_encryption_options.status.update_date #=> Time
646
+ # resp.domain_config.node_to_node_encryption_options.status.update_version #=> Integer
647
+ # resp.domain_config.node_to_node_encryption_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
648
+ # resp.domain_config.node_to_node_encryption_options.status.pending_deletion #=> Boolean
634
649
  # resp.domain_config.advanced_options.options #=> Hash
635
650
  # resp.domain_config.advanced_options.options["String"] #=> String
636
651
  # resp.domain_config.advanced_options.status.creation_date #=> Time
@@ -710,6 +725,7 @@ module Aws::ElasticsearchService
710
725
  # resp.domain_status_list[0].cognito_options.role_arn #=> String
711
726
  # resp.domain_status_list[0].encryption_at_rest_options.enabled #=> Boolean
712
727
  # resp.domain_status_list[0].encryption_at_rest_options.kms_key_id #=> String
728
+ # resp.domain_status_list[0].node_to_node_encryption_options.enabled #=> Boolean
713
729
  # resp.domain_status_list[0].advanced_options #=> Hash
714
730
  # resp.domain_status_list[0].advanced_options["String"] #=> String
715
731
  # resp.domain_status_list[0].log_publishing_options #=> Hash
@@ -1362,6 +1378,12 @@ module Aws::ElasticsearchService
1362
1378
  # resp.domain_config.encryption_at_rest_options.status.update_version #=> Integer
1363
1379
  # resp.domain_config.encryption_at_rest_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
1364
1380
  # resp.domain_config.encryption_at_rest_options.status.pending_deletion #=> Boolean
1381
+ # resp.domain_config.node_to_node_encryption_options.options.enabled #=> Boolean
1382
+ # resp.domain_config.node_to_node_encryption_options.status.creation_date #=> Time
1383
+ # resp.domain_config.node_to_node_encryption_options.status.update_date #=> Time
1384
+ # resp.domain_config.node_to_node_encryption_options.status.update_version #=> Integer
1385
+ # resp.domain_config.node_to_node_encryption_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
1386
+ # resp.domain_config.node_to_node_encryption_options.status.pending_deletion #=> Boolean
1365
1387
  # resp.domain_config.advanced_options.options #=> Hash
1366
1388
  # resp.domain_config.advanced_options.options["String"] #=> String
1367
1389
  # resp.domain_config.advanced_options.status.creation_date #=> Time
@@ -1442,7 +1464,7 @@ module Aws::ElasticsearchService
1442
1464
  params: params,
1443
1465
  config: config)
1444
1466
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
1445
- context[:gem_version] = '1.10.0'
1467
+ context[:gem_version] = '1.11.0'
1446
1468
  Seahorse::Client::Request.new(handlers, context)
1447
1469
  end
1448
1470
 
@@ -104,6 +104,8 @@ module Aws::ElasticsearchService
104
104
  MaximumInstanceCount = Shapes::IntegerShape.new(name: 'MaximumInstanceCount')
105
105
  MinimumInstanceCount = Shapes::IntegerShape.new(name: 'MinimumInstanceCount')
106
106
  NextToken = Shapes::StringShape.new(name: 'NextToken')
107
+ NodeToNodeEncryptionOptions = Shapes::StructureShape.new(name: 'NodeToNodeEncryptionOptions')
108
+ NodeToNodeEncryptionOptionsStatus = Shapes::StructureShape.new(name: 'NodeToNodeEncryptionOptionsStatus')
107
109
  OptionState = Shapes::StringShape.new(name: 'OptionState')
108
110
  OptionStatus = Shapes::StructureShape.new(name: 'OptionStatus')
109
111
  PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
@@ -203,6 +205,7 @@ module Aws::ElasticsearchService
203
205
  CreateElasticsearchDomainRequest.add_member(:vpc_options, Shapes::ShapeRef.new(shape: VPCOptions, location_name: "VPCOptions"))
204
206
  CreateElasticsearchDomainRequest.add_member(:cognito_options, Shapes::ShapeRef.new(shape: CognitoOptions, location_name: "CognitoOptions"))
205
207
  CreateElasticsearchDomainRequest.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
208
+ CreateElasticsearchDomainRequest.add_member(:node_to_node_encryption_options, Shapes::ShapeRef.new(shape: NodeToNodeEncryptionOptions, location_name: "NodeToNodeEncryptionOptions"))
206
209
  CreateElasticsearchDomainRequest.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "AdvancedOptions"))
207
210
  CreateElasticsearchDomainRequest.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
208
211
  CreateElasticsearchDomainRequest.struct_class = Types::CreateElasticsearchDomainRequest
@@ -297,6 +300,7 @@ module Aws::ElasticsearchService
297
300
  ElasticsearchDomainConfig.add_member(:vpc_options, Shapes::ShapeRef.new(shape: VPCDerivedInfoStatus, location_name: "VPCOptions"))
298
301
  ElasticsearchDomainConfig.add_member(:cognito_options, Shapes::ShapeRef.new(shape: CognitoOptionsStatus, location_name: "CognitoOptions"))
299
302
  ElasticsearchDomainConfig.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptionsStatus, location_name: "EncryptionAtRestOptions"))
303
+ ElasticsearchDomainConfig.add_member(:node_to_node_encryption_options, Shapes::ShapeRef.new(shape: NodeToNodeEncryptionOptionsStatus, location_name: "NodeToNodeEncryptionOptions"))
300
304
  ElasticsearchDomainConfig.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptionsStatus, location_name: "AdvancedOptions"))
301
305
  ElasticsearchDomainConfig.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptionsStatus, location_name: "LogPublishingOptions"))
302
306
  ElasticsearchDomainConfig.struct_class = Types::ElasticsearchDomainConfig
@@ -318,6 +322,7 @@ module Aws::ElasticsearchService
318
322
  ElasticsearchDomainStatus.add_member(:vpc_options, Shapes::ShapeRef.new(shape: VPCDerivedInfo, location_name: "VPCOptions"))
319
323
  ElasticsearchDomainStatus.add_member(:cognito_options, Shapes::ShapeRef.new(shape: CognitoOptions, location_name: "CognitoOptions"))
320
324
  ElasticsearchDomainStatus.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
325
+ ElasticsearchDomainStatus.add_member(:node_to_node_encryption_options, Shapes::ShapeRef.new(shape: NodeToNodeEncryptionOptions, location_name: "NodeToNodeEncryptionOptions"))
321
326
  ElasticsearchDomainStatus.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "AdvancedOptions"))
322
327
  ElasticsearchDomainStatus.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
323
328
  ElasticsearchDomainStatus.struct_class = Types::ElasticsearchDomainStatus
@@ -423,6 +428,13 @@ module Aws::ElasticsearchService
423
428
  LogPublishingOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, location_name: "Status"))
424
429
  LogPublishingOptionsStatus.struct_class = Types::LogPublishingOptionsStatus
425
430
 
431
+ NodeToNodeEncryptionOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
432
+ NodeToNodeEncryptionOptions.struct_class = Types::NodeToNodeEncryptionOptions
433
+
434
+ NodeToNodeEncryptionOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: NodeToNodeEncryptionOptions, required: true, location_name: "Options"))
435
+ NodeToNodeEncryptionOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
436
+ NodeToNodeEncryptionOptionsStatus.struct_class = Types::NodeToNodeEncryptionOptionsStatus
437
+
426
438
  OptionStatus.add_member(:creation_date, Shapes::ShapeRef.new(shape: UpdateTimestamp, required: true, location_name: "CreationDate"))
427
439
  OptionStatus.add_member(:update_date, Shapes::ShapeRef.new(shape: UpdateTimestamp, required: true, location_name: "UpdateDate"))
428
440
  OptionStatus.add_member(:update_version, Shapes::ShapeRef.new(shape: UIntValue, location_name: "UpdateVersion"))
@@ -233,6 +233,9 @@ module Aws::ElasticsearchService
233
233
  # enabled: false,
234
234
  # kms_key_id: "KmsKeyId",
235
235
  # },
236
+ # node_to_node_encryption_options: {
237
+ # enabled: false,
238
+ # },
236
239
  # advanced_options: {
237
240
  # "String" => "String",
238
241
  # },
@@ -306,6 +309,10 @@ module Aws::ElasticsearchService
306
309
  # Specifies the Encryption At Rest Options.
307
310
  # @return [Types::EncryptionAtRestOptions]
308
311
  #
312
+ # @!attribute [rw] node_to_node_encryption_options
313
+ # Specifies the NodeToNodeEncryptionOptions.
314
+ # @return [Types::NodeToNodeEncryptionOptions]
315
+ #
309
316
  # @!attribute [rw] advanced_options
310
317
  # Option to allow references to indices in an HTTP request body. Must
311
318
  # be `false` when configuring access to individual sub-resources. By
@@ -332,6 +339,7 @@ module Aws::ElasticsearchService
332
339
  :vpc_options,
333
340
  :cognito_options,
334
341
  :encryption_at_rest_options,
342
+ :node_to_node_encryption_options,
335
343
  :advanced_options,
336
344
  :log_publishing_options)
337
345
  include Aws::Structure
@@ -825,6 +833,11 @@ module Aws::ElasticsearchService
825
833
  # domain.
826
834
  # @return [Types::EncryptionAtRestOptionsStatus]
827
835
  #
836
+ # @!attribute [rw] node_to_node_encryption_options
837
+ # Specifies the `NodeToNodeEncryptionOptions` for the Elasticsearch
838
+ # domain.
839
+ # @return [Types::NodeToNodeEncryptionOptionsStatus]
840
+ #
828
841
  # @!attribute [rw] advanced_options
829
842
  # Specifies the `AdvancedOptions` for the domain. See [Configuring
830
843
  # Advanced Options][1] for more information.
@@ -847,6 +860,7 @@ module Aws::ElasticsearchService
847
860
  :vpc_options,
848
861
  :cognito_options,
849
862
  :encryption_at_rest_options,
863
+ :node_to_node_encryption_options,
850
864
  :advanced_options,
851
865
  :log_publishing_options)
852
866
  include Aws::Structure
@@ -957,6 +971,10 @@ module Aws::ElasticsearchService
957
971
  # Specifies the status of the `EncryptionAtRestOptions`.
958
972
  # @return [Types::EncryptionAtRestOptions]
959
973
  #
974
+ # @!attribute [rw] node_to_node_encryption_options
975
+ # Specifies the status of the `NodeToNodeEncryptionOptions`.
976
+ # @return [Types::NodeToNodeEncryptionOptions]
977
+ #
960
978
  # @!attribute [rw] advanced_options
961
979
  # Specifies the status of the `AdvancedOptions`
962
980
  # @return [Hash<String,String>]
@@ -983,6 +1001,7 @@ module Aws::ElasticsearchService
983
1001
  :vpc_options,
984
1002
  :cognito_options,
985
1003
  :encryption_at_rest_options,
1004
+ :node_to_node_encryption_options,
986
1005
  :advanced_options,
987
1006
  :log_publishing_options)
988
1007
  include Aws::Structure
@@ -1456,6 +1475,43 @@ module Aws::ElasticsearchService
1456
1475
  include Aws::Structure
1457
1476
  end
1458
1477
 
1478
+ # Specifies the node-to-node encryption options.
1479
+ #
1480
+ # @note When making an API call, you may pass NodeToNodeEncryptionOptions
1481
+ # data as a hash:
1482
+ #
1483
+ # {
1484
+ # enabled: false,
1485
+ # }
1486
+ #
1487
+ # @!attribute [rw] enabled
1488
+ # Specify true to enable node-to-node encryption.
1489
+ # @return [Boolean]
1490
+ #
1491
+ class NodeToNodeEncryptionOptions < Struct.new(
1492
+ :enabled)
1493
+ include Aws::Structure
1494
+ end
1495
+
1496
+ # Status of the node-to-node encryption options for the specified
1497
+ # Elasticsearch domain.
1498
+ #
1499
+ # @!attribute [rw] options
1500
+ # Specifies the node-to-node encryption options for the specified
1501
+ # Elasticsearch domain.
1502
+ # @return [Types::NodeToNodeEncryptionOptions]
1503
+ #
1504
+ # @!attribute [rw] status
1505
+ # Specifies the status of the node-to-node encryption options for the
1506
+ # specified Elasticsearch domain.
1507
+ # @return [Types::OptionStatus]
1508
+ #
1509
+ class NodeToNodeEncryptionOptionsStatus < Struct.new(
1510
+ :options,
1511
+ :status)
1512
+ include Aws::Structure
1513
+ end
1514
+
1459
1515
  # Provides the current status of the entity.
1460
1516
  #
1461
1517
  # @!attribute [rw] creation_date
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.10.0
4
+ version: 1.11.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: 2018-09-06 00:00:00.000000000 Z
11
+ date: 2018-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core