aws-sdk-neptune 1.15.0 → 1.16.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: 105e5c7742b1e117758dbfc0ee865fcece0e0229
4
- data.tar.gz: 8784d63b284edaf985004a6d2dc1e230540a3f9f
3
+ metadata.gz: d06aad84ae7c88982f22db4f9da0dc6d316cdb4f
4
+ data.tar.gz: d0686e5a23d374f144aa385b85fc7df2088763b5
5
5
  SHA512:
6
- metadata.gz: a96c732822dad4f480882e279d41d33ad907e199378cb35e07587f964333c4edb2a5386b8d0035459498cfe6085f3a6d004f448c68bf2da52c40ab90f02b7f0c
7
- data.tar.gz: 636294773d3e45b4957e7c74ec61ca80f34c27db9db1031f90237ed7fc2f1845432890e4e33bad837436870ea0c36a3ac0945e49a16dba5787ab3ab39adf732c
6
+ metadata.gz: 0e4e1584e885a418c2db44c9d08b02df21a4dc5167d30a299c0f0207b41f41b10e012b32a7ac86251ddaa19a388c5e7217f88a9c417ebcfe56bbf97356d128a9
7
+ data.tar.gz: 8642e21fe901ce83d862cdd3dafa356d83e275aed4d7fae701b8ac280dbcad876bad6c63f2840658a40c7a8202bc6c7ebabfd1069ac9707586fd58934176c575
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-neptune/customizations'
43
43
  # @service
44
44
  module Aws::Neptune
45
45
 
46
- GEM_VERSION = '1.15.0'
46
+ GEM_VERSION = '1.16.0'
47
47
 
48
48
  end
@@ -116,6 +116,10 @@ module Aws::Neptune
116
116
  # Allows you to provide an identifier for this client which will be attached to
117
117
  # all generated client side metrics. Defaults to an empty string.
118
118
  #
119
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
120
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
121
+ # side monitoring agent is running on, where client metrics will be published via UDP.
122
+ #
119
123
  # @option options [Integer] :client_side_monitoring_port (31000)
120
124
  # Required for publishing client metrics. The port that the client side monitoring
121
125
  # agent is running on, where client metrics will be published via UDP.
@@ -913,6 +917,10 @@ module Aws::Neptune
913
917
  #
914
918
  # Default: `false`
915
919
  #
920
+ # @option params [Array<String>] :enable_cloudwatch_logs_exports
921
+ # The list of log types that need to be enabled for exporting to
922
+ # CloudWatch Logs.
923
+ #
916
924
  # @return [Types::CreateDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
917
925
  #
918
926
  # * {Types::CreateDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
@@ -947,6 +955,7 @@ module Aws::Neptune
947
955
  # kms_key_id: "String",
948
956
  # pre_signed_url: "String",
949
957
  # enable_iam_database_authentication: false,
958
+ # enable_cloudwatch_logs_exports: ["String"],
950
959
  # })
951
960
  #
952
961
  # @example Response structure
@@ -998,6 +1007,8 @@ module Aws::Neptune
998
1007
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
999
1008
  # resp.db_cluster.clone_group_id #=> String
1000
1009
  # resp.db_cluster.cluster_create_time #=> Time
1010
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
1011
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
1001
1012
  #
1002
1013
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CreateDBCluster AWS API Documentation
1003
1014
  #
@@ -2006,6 +2017,8 @@ module Aws::Neptune
2006
2017
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
2007
2018
  # resp.db_cluster.clone_group_id #=> String
2008
2019
  # resp.db_cluster.cluster_create_time #=> Time
2020
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
2021
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
2009
2022
  #
2010
2023
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DeleteDBCluster AWS API Documentation
2011
2024
  #
@@ -2121,12 +2134,8 @@ module Aws::Neptune
2121
2134
  # only delete it when the `SkipFinalSnapshot` parameter is set to
2122
2135
  # `true`.
2123
2136
  #
2124
- # If the specified DB instance is part of a DB cluster, you can't
2125
- # delete the DB instance if both of the following conditions are true:
2126
- #
2127
- # * The DB instance is the only instance in the DB cluster.
2128
- #
2129
- # ^
2137
+ # You can't delete a DB instance if it is the only instance in the DB
2138
+ # cluster.
2130
2139
  #
2131
2140
  # @option params [required, String] :db_instance_identifier
2132
2141
  # The DB instance identifier for the DB instance to be deleted. This
@@ -2864,6 +2873,8 @@ module Aws::Neptune
2864
2873
  # resp.db_clusters[0].iam_database_authentication_enabled #=> Boolean
2865
2874
  # resp.db_clusters[0].clone_group_id #=> String
2866
2875
  # resp.db_clusters[0].cluster_create_time #=> Time
2876
+ # resp.db_clusters[0].enabled_cloudwatch_logs_exports #=> Array
2877
+ # resp.db_clusters[0].enabled_cloudwatch_logs_exports[0] #=> String
2867
2878
  #
2868
2879
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DescribeDBClusters AWS API Documentation
2869
2880
  #
@@ -4075,6 +4086,8 @@ module Aws::Neptune
4075
4086
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
4076
4087
  # resp.db_cluster.clone_group_id #=> String
4077
4088
  # resp.db_cluster.cluster_create_time #=> Time
4089
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
4090
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
4078
4091
  #
4079
4092
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/FailoverDBCluster AWS API Documentation
4080
4093
  #
@@ -4258,6 +4271,10 @@ module Aws::Neptune
4258
4271
  #
4259
4272
  # Default: `false`
4260
4273
  #
4274
+ # @option params [Types::CloudwatchLogsExportConfiguration] :cloudwatch_logs_export_configuration
4275
+ # The configuration setting for the log types to be enabled for export
4276
+ # to CloudWatch Logs for a specific DB cluster.
4277
+ #
4261
4278
  # @option params [String] :engine_version
4262
4279
  # The version number of the database engine to which you want to
4263
4280
  # upgrade. Changing this parameter results in an outage. The change is
@@ -4286,6 +4303,10 @@ module Aws::Neptune
4286
4303
  # preferred_backup_window: "String",
4287
4304
  # preferred_maintenance_window: "String",
4288
4305
  # enable_iam_database_authentication: false,
4306
+ # cloudwatch_logs_export_configuration: {
4307
+ # enable_log_types: ["String"],
4308
+ # disable_log_types: ["String"],
4309
+ # },
4289
4310
  # engine_version: "String",
4290
4311
  # })
4291
4312
  #
@@ -4338,6 +4359,8 @@ module Aws::Neptune
4338
4359
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
4339
4360
  # resp.db_cluster.clone_group_id #=> String
4340
4361
  # resp.db_cluster.cluster_create_time #=> Time
4362
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
4363
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
4341
4364
  #
4342
4365
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/ModifyDBCluster AWS API Documentation
4343
4366
  #
@@ -5236,6 +5259,8 @@ module Aws::Neptune
5236
5259
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
5237
5260
  # resp.db_cluster.clone_group_id #=> String
5238
5261
  # resp.db_cluster.cluster_create_time #=> Time
5262
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
5263
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
5239
5264
  #
5240
5265
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
5241
5266
  #
@@ -5740,6 +5765,10 @@ module Aws::Neptune
5740
5765
  #
5741
5766
  # Default: `false`
5742
5767
  #
5768
+ # @option params [Array<String>] :enable_cloudwatch_logs_exports
5769
+ # The list of logs that the restored DB cluster is to export to Amazon
5770
+ # CloudWatch Logs.
5771
+ #
5743
5772
  # @option params [String] :db_cluster_parameter_group_name
5744
5773
  # The name of the DB cluster parameter group to associate with the new
5745
5774
  # DB cluster.
@@ -5776,6 +5805,7 @@ module Aws::Neptune
5776
5805
  # ],
5777
5806
  # kms_key_id: "String",
5778
5807
  # enable_iam_database_authentication: false,
5808
+ # enable_cloudwatch_logs_exports: ["String"],
5779
5809
  # db_cluster_parameter_group_name: "String",
5780
5810
  # })
5781
5811
  #
@@ -5828,6 +5858,8 @@ module Aws::Neptune
5828
5858
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
5829
5859
  # resp.db_cluster.clone_group_id #=> String
5830
5860
  # resp.db_cluster.cluster_create_time #=> Time
5861
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
5862
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
5831
5863
  #
5832
5864
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
5833
5865
  #
@@ -5866,8 +5898,17 @@ module Aws::Neptune
5866
5898
  # * Cannot end with a hyphen or contain two consecutive hyphens
5867
5899
  #
5868
5900
  # @option params [String] :restore_type
5869
- # The type of restore to be performed. The only type of restore
5870
- # currently supported is `full-copy` (the default).
5901
+ # The type of restore to be performed. You can specify one of the
5902
+ # following values:
5903
+ #
5904
+ # * `full-copy` - The new DB cluster is restored as a full copy of the
5905
+ # source DB cluster.
5906
+ #
5907
+ # * `copy-on-write` - The new DB cluster is restored as a clone of the
5908
+ # source DB cluster.
5909
+ #
5910
+ # If you don't specify a `RestoreType` value, then the new DB cluster
5911
+ # is restored as a full copy of the source DB cluster.
5871
5912
  #
5872
5913
  # @option params [required, String] :source_db_cluster_identifier
5873
5914
  # The identifier of the source DB cluster from which to restore.
@@ -5964,6 +6005,10 @@ module Aws::Neptune
5964
6005
  #
5965
6006
  # Default: `false`
5966
6007
  #
6008
+ # @option params [Array<String>] :enable_cloudwatch_logs_exports
6009
+ # The list of logs that the restored DB cluster is to export to
6010
+ # CloudWatch Logs.
6011
+ #
5967
6012
  # @option params [String] :db_cluster_parameter_group_name
5968
6013
  # The name of the DB cluster parameter group to associate with the new
5969
6014
  # DB cluster.
@@ -5999,6 +6044,7 @@ module Aws::Neptune
5999
6044
  # ],
6000
6045
  # kms_key_id: "String",
6001
6046
  # enable_iam_database_authentication: false,
6047
+ # enable_cloudwatch_logs_exports: ["String"],
6002
6048
  # db_cluster_parameter_group_name: "String",
6003
6049
  # })
6004
6050
  #
@@ -6051,6 +6097,8 @@ module Aws::Neptune
6051
6097
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
6052
6098
  # resp.db_cluster.clone_group_id #=> String
6053
6099
  # resp.db_cluster.cluster_create_time #=> Time
6100
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
6101
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
6054
6102
  #
6055
6103
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
6056
6104
  #
@@ -6074,7 +6122,7 @@ module Aws::Neptune
6074
6122
  params: params,
6075
6123
  config: config)
6076
6124
  context[:gem_name] = 'aws-sdk-neptune'
6077
- context[:gem_version] = '1.15.0'
6125
+ context[:gem_version] = '1.16.0'
6078
6126
  Seahorse::Client::Request.new(handlers, context)
6079
6127
  end
6080
6128
 
@@ -365,6 +365,7 @@ module Aws::Neptune
365
365
  CreateDBClusterMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
366
366
  CreateDBClusterMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
367
367
  CreateDBClusterMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
368
+ CreateDBClusterMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
368
369
  CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
369
370
 
370
371
  CreateDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
@@ -499,6 +500,7 @@ module Aws::Neptune
499
500
  DBCluster.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
500
501
  DBCluster.add_member(:clone_group_id, Shapes::ShapeRef.new(shape: String, location_name: "CloneGroupId"))
501
502
  DBCluster.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
503
+ DBCluster.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
502
504
  DBCluster.struct_class = Types::DBCluster
503
505
 
504
506
  DBClusterList.member = Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster")
@@ -990,6 +992,7 @@ module Aws::Neptune
990
992
  ModifyDBClusterMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
991
993
  ModifyDBClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
992
994
  ModifyDBClusterMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
995
+ ModifyDBClusterMessage.add_member(:cloudwatch_logs_export_configuration, Shapes::ShapeRef.new(shape: CloudwatchLogsExportConfiguration, location_name: "CloudwatchLogsExportConfiguration"))
993
996
  ModifyDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
994
997
  ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
995
998
 
@@ -1224,6 +1227,7 @@ module Aws::Neptune
1224
1227
  RestoreDBClusterFromSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1225
1228
  RestoreDBClusterFromSnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1226
1229
  RestoreDBClusterFromSnapshotMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
1230
+ RestoreDBClusterFromSnapshotMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
1227
1231
  RestoreDBClusterFromSnapshotMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
1228
1232
  RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
1229
1233
 
@@ -1242,6 +1246,7 @@ module Aws::Neptune
1242
1246
  RestoreDBClusterToPointInTimeMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1243
1247
  RestoreDBClusterToPointInTimeMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1244
1248
  RestoreDBClusterToPointInTimeMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
1249
+ RestoreDBClusterToPointInTimeMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
1245
1250
  RestoreDBClusterToPointInTimeMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
1246
1251
  RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
1247
1252
 
@@ -215,6 +215,9 @@ module Aws::Neptune
215
215
  # The configuration setting for the log types to be enabled for export
216
216
  # to CloudWatch Logs for a specific DB instance or DB cluster.
217
217
  #
218
+ # The `EnableLogTypes` and `DisableLogTypes` arrays determine which logs
219
+ # will be exported (or not exported) to CloudWatch Logs.
220
+ #
218
221
  # @note When making an API call, you may pass CloudwatchLogsExportConfiguration
219
222
  # data as a hash:
220
223
  #
@@ -547,6 +550,7 @@ module Aws::Neptune
547
550
  # kms_key_id: "String",
548
551
  # pre_signed_url: "String",
549
552
  # enable_iam_database_authentication: false,
553
+ # enable_cloudwatch_logs_exports: ["String"],
550
554
  # }
551
555
  #
552
556
  # @!attribute [rw] availability_zones
@@ -764,6 +768,11 @@ module Aws::Neptune
764
768
  # Default: `false`
765
769
  # @return [Boolean]
766
770
  #
771
+ # @!attribute [rw] enable_cloudwatch_logs_exports
772
+ # The list of log types that need to be enabled for exporting to
773
+ # CloudWatch Logs.
774
+ # @return [Array<String>]
775
+ #
767
776
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CreateDBClusterMessage AWS API Documentation
768
777
  #
769
778
  class CreateDBClusterMessage < Struct.new(
@@ -788,7 +797,8 @@ module Aws::Neptune
788
797
  :storage_encrypted,
789
798
  :kms_key_id,
790
799
  :pre_signed_url,
791
- :enable_iam_database_authentication)
800
+ :enable_iam_database_authentication,
801
+ :enable_cloudwatch_logs_exports)
792
802
  include Aws::Structure
793
803
  end
794
804
 
@@ -1814,6 +1824,11 @@ module Aws::Neptune
1814
1824
  # Coordinated Time (UTC).
1815
1825
  # @return [Time]
1816
1826
  #
1827
+ # @!attribute [rw] enabled_cloudwatch_logs_exports
1828
+ # A list of log types that this DB cluster is configured to export to
1829
+ # CloudWatch Logs.
1830
+ # @return [Array<String>]
1831
+ #
1817
1832
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBCluster AWS API Documentation
1818
1833
  #
1819
1834
  class DBCluster < Struct.new(
@@ -1851,7 +1866,8 @@ module Aws::Neptune
1851
1866
  :associated_roles,
1852
1867
  :iam_database_authentication_enabled,
1853
1868
  :clone_group_id,
1854
- :cluster_create_time)
1869
+ :cluster_create_time,
1870
+ :enabled_cloudwatch_logs_exports)
1855
1871
  include Aws::Structure
1856
1872
  end
1857
1873
 
@@ -4803,6 +4819,10 @@ module Aws::Neptune
4803
4819
  # preferred_backup_window: "String",
4804
4820
  # preferred_maintenance_window: "String",
4805
4821
  # enable_iam_database_authentication: false,
4822
+ # cloudwatch_logs_export_configuration: {
4823
+ # enable_log_types: ["String"],
4824
+ # disable_log_types: ["String"],
4825
+ # },
4806
4826
  # engine_version: "String",
4807
4827
  # }
4808
4828
  #
@@ -4944,6 +4964,11 @@ module Aws::Neptune
4944
4964
  # Default: `false`
4945
4965
  # @return [Boolean]
4946
4966
  #
4967
+ # @!attribute [rw] cloudwatch_logs_export_configuration
4968
+ # The configuration setting for the log types to be enabled for export
4969
+ # to CloudWatch Logs for a specific DB cluster.
4970
+ # @return [Types::CloudwatchLogsExportConfiguration]
4971
+ #
4947
4972
  # @!attribute [rw] engine_version
4948
4973
  # The version number of the database engine to which you want to
4949
4974
  # upgrade. Changing this parameter results in an outage. The change is
@@ -4969,6 +4994,7 @@ module Aws::Neptune
4969
4994
  :preferred_backup_window,
4970
4995
  :preferred_maintenance_window,
4971
4996
  :enable_iam_database_authentication,
4997
+ :cloudwatch_logs_export_configuration,
4972
4998
  :engine_version)
4973
4999
  include Aws::Structure
4974
5000
  end
@@ -6480,6 +6506,7 @@ module Aws::Neptune
6480
6506
  # ],
6481
6507
  # kms_key_id: "String",
6482
6508
  # enable_iam_database_authentication: false,
6509
+ # enable_cloudwatch_logs_exports: ["String"],
6483
6510
  # db_cluster_parameter_group_name: "String",
6484
6511
  # }
6485
6512
  #
@@ -6593,6 +6620,11 @@ module Aws::Neptune
6593
6620
  # Default: `false`
6594
6621
  # @return [Boolean]
6595
6622
  #
6623
+ # @!attribute [rw] enable_cloudwatch_logs_exports
6624
+ # The list of logs that the restored DB cluster is to export to Amazon
6625
+ # CloudWatch Logs.
6626
+ # @return [Array<String>]
6627
+ #
6596
6628
  # @!attribute [rw] db_cluster_parameter_group_name
6597
6629
  # The name of the DB cluster parameter group to associate with the new
6598
6630
  # DB cluster.
@@ -6621,6 +6653,7 @@ module Aws::Neptune
6621
6653
  :tags,
6622
6654
  :kms_key_id,
6623
6655
  :enable_iam_database_authentication,
6656
+ :enable_cloudwatch_logs_exports,
6624
6657
  :db_cluster_parameter_group_name)
6625
6658
  include Aws::Structure
6626
6659
  end
@@ -6660,6 +6693,7 @@ module Aws::Neptune
6660
6693
  # ],
6661
6694
  # kms_key_id: "String",
6662
6695
  # enable_iam_database_authentication: false,
6696
+ # enable_cloudwatch_logs_exports: ["String"],
6663
6697
  # db_cluster_parameter_group_name: "String",
6664
6698
  # }
6665
6699
  #
@@ -6676,8 +6710,17 @@ module Aws::Neptune
6676
6710
  # @return [String]
6677
6711
  #
6678
6712
  # @!attribute [rw] restore_type
6679
- # The type of restore to be performed. The only type of restore
6680
- # currently supported is `full-copy` (the default).
6713
+ # The type of restore to be performed. You can specify one of the
6714
+ # following values:
6715
+ #
6716
+ # * `full-copy` - The new DB cluster is restored as a full copy of the
6717
+ # source DB cluster.
6718
+ #
6719
+ # * `copy-on-write` - The new DB cluster is restored as a clone of the
6720
+ # source DB cluster.
6721
+ #
6722
+ # If you don't specify a `RestoreType` value, then the new DB cluster
6723
+ # is restored as a full copy of the source DB cluster.
6681
6724
  # @return [String]
6682
6725
  #
6683
6726
  # @!attribute [rw] source_db_cluster_identifier
@@ -6785,6 +6828,11 @@ module Aws::Neptune
6785
6828
  # Default: `false`
6786
6829
  # @return [Boolean]
6787
6830
  #
6831
+ # @!attribute [rw] enable_cloudwatch_logs_exports
6832
+ # The list of logs that the restored DB cluster is to export to
6833
+ # CloudWatch Logs.
6834
+ # @return [Array<String>]
6835
+ #
6788
6836
  # @!attribute [rw] db_cluster_parameter_group_name
6789
6837
  # The name of the DB cluster parameter group to associate with the new
6790
6838
  # DB cluster.
@@ -6812,6 +6860,7 @@ module Aws::Neptune
6812
6860
  :tags,
6813
6861
  :kms_key_id,
6814
6862
  :enable_iam_database_authentication,
6863
+ :enable_cloudwatch_logs_exports,
6815
6864
  :db_cluster_parameter_group_name)
6816
6865
  include Aws::Structure
6817
6866
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptune
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.53.0
22
+ version: 3.56.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement