aws-sdk-rds 1.18.0 → 1.19.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: 88095640c8b2d6d7d3d07035454e7bb075fc63cc
4
- data.tar.gz: 49fa60e4ed07423d2a2a4a75a6ea47f0ef948bc7
3
+ metadata.gz: 0cf5b77c6a21d4d0096f8eb4f808b26139496e19
4
+ data.tar.gz: 14a3e2399781004022aebd282f09a96b31265ad5
5
5
  SHA512:
6
- metadata.gz: 15e2d8c6f07d8504c38ef30810e8e4536110c3c44c2ca8d2f655df366fb7e8dac5701c9bdcd7e8a836115976004c7c626f2bdd1800d2a7b65598ce565458e9cb
7
- data.tar.gz: beadcba73ee0325dc94c1737f394602f5d4eb323c6724934e078e94925387220cf806b6198f9362c13c12bcd87e6c098a00f995d71847c8bdbfb1a339a614686
6
+ metadata.gz: b3f69d1e2882a7a6701b417c51838d08f81a61680574e7611d07ede7b292f38705be02e8388a62d704729436c752d5987f2da7c88d46b05a7f524f8110e34872
7
+ data.tar.gz: 32df381e5083ab64cc3f2620fb1955d3754dfdbe2af0cd217ce556aa1ee7e86ee207ec4e344f6f83b9ba0cb1ed62d78c165dd8149d8ec547cbf4af5f8729bfc7
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.18.0'
71
+ GEM_VERSION = '1.19.0'
72
72
 
73
73
  end
@@ -1693,6 +1693,10 @@ module Aws::RDS
1693
1693
  #
1694
1694
  # ^
1695
1695
  #
1696
+ # @option params [Array<String>] :enable_cloudwatch_logs_exports
1697
+ # The list of log types that need to be enabled for exporting to
1698
+ # CloudWatch Logs.
1699
+ #
1696
1700
  # @option params [String] :source_region
1697
1701
  # The source region of the snapshot. This is only needed when the
1698
1702
  # shapshot is encrypted and in a different region.
@@ -1759,6 +1763,7 @@ module Aws::RDS
1759
1763
  # pre_signed_url: "String",
1760
1764
  # enable_iam_database_authentication: false,
1761
1765
  # backtrack_window: 1,
1766
+ # enable_cloudwatch_logs_exports: ["String"],
1762
1767
  # source_region: "String",
1763
1768
  # })
1764
1769
  #
@@ -1814,6 +1819,8 @@ module Aws::RDS
1814
1819
  # resp.db_cluster.earliest_backtrack_time #=> Time
1815
1820
  # resp.db_cluster.backtrack_window #=> Integer
1816
1821
  # resp.db_cluster.backtrack_consumed_change_records #=> Integer
1822
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
1823
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
1817
1824
  #
1818
1825
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
1819
1826
  #
@@ -2952,6 +2959,13 @@ module Aws::RDS
2952
2959
  # True to enable Performance Insights for the DB instance, and otherwise
2953
2960
  # false.
2954
2961
  #
2962
+ # For more information, see [Using Amazon Performance Insights][1] in
2963
+ # the *Amazon Relational Database Service User Guide*.
2964
+ #
2965
+ #
2966
+ #
2967
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
2968
+ #
2955
2969
  # @option params [String] :performance_insights_kms_key_id
2956
2970
  # The AWS KMS key identifier for encryption of Performance Insights
2957
2971
  # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
@@ -3437,6 +3451,13 @@ module Aws::RDS
3437
3451
  # True to enable Performance Insights for the read replica, and
3438
3452
  # otherwise false.
3439
3453
  #
3454
+ # For more information, see [Using Amazon Performance Insights][1] in
3455
+ # the *Amazon Relational Database Service User Guide*.
3456
+ #
3457
+ #
3458
+ #
3459
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
3460
+ #
3440
3461
  # @option params [String] :performance_insights_kms_key_id
3441
3462
  # The AWS KMS key identifier for encryption of Performance Insights
3442
3463
  # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
@@ -3737,6 +3758,11 @@ module Aws::RDS
3737
3758
  # Creates a new DB security group. DB security groups control access to
3738
3759
  # a DB instance.
3739
3760
  #
3761
+ # <note markdown="1"> A DB security group controls access to EC2-Classic DB instances that
3762
+ # are not in a VPC.
3763
+ #
3764
+ # </note>
3765
+ #
3740
3766
  # @option params [required, String] :db_security_group_name
3741
3767
  # The name for the DB security group. This value is stored as a
3742
3768
  # lowercase string.
@@ -4416,6 +4442,8 @@ module Aws::RDS
4416
4442
  # resp.db_cluster.earliest_backtrack_time #=> Time
4417
4443
  # resp.db_cluster.backtrack_window #=> Integer
4418
4444
  # resp.db_cluster.backtrack_consumed_change_records #=> Integer
4445
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
4446
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
4419
4447
  #
4420
4448
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
4421
4449
  #
@@ -5876,6 +5904,8 @@ module Aws::RDS
5876
5904
  # resp.db_clusters[0].earliest_backtrack_time #=> Time
5877
5905
  # resp.db_clusters[0].backtrack_window #=> Integer
5878
5906
  # resp.db_clusters[0].backtrack_consumed_change_records #=> Integer
5907
+ # resp.db_clusters[0].enabled_cloudwatch_logs_exports #=> Array
5908
+ # resp.db_clusters[0].enabled_cloudwatch_logs_exports[0] #=> String
5879
5909
  #
5880
5910
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusters AWS API Documentation
5881
5911
  #
@@ -8397,6 +8427,8 @@ module Aws::RDS
8397
8427
  # resp.db_cluster.earliest_backtrack_time #=> Time
8398
8428
  # resp.db_cluster.backtrack_window #=> Integer
8399
8429
  # resp.db_cluster.backtrack_consumed_change_records #=> Integer
8430
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
8431
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
8400
8432
  #
8401
8433
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
8402
8434
  #
@@ -8630,6 +8662,10 @@ module Aws::RDS
8630
8662
  #
8631
8663
  # ^
8632
8664
  #
8665
+ # @option params [Types::CloudwatchLogsExportConfiguration] :cloudwatch_logs_export_configuration
8666
+ # The configuration setting for the log types to be enabled for export
8667
+ # to CloudWatch Logs for a specific DB cluster.
8668
+ #
8633
8669
  # @option params [String] :engine_version
8634
8670
  # The version number of the database engine to which you want to
8635
8671
  # upgrade. Changing this parameter results in an outage. The change is
@@ -8679,6 +8715,10 @@ module Aws::RDS
8679
8715
  # preferred_maintenance_window: "String",
8680
8716
  # enable_iam_database_authentication: false,
8681
8717
  # backtrack_window: 1,
8718
+ # cloudwatch_logs_export_configuration: {
8719
+ # enable_log_types: ["String"],
8720
+ # disable_log_types: ["String"],
8721
+ # },
8682
8722
  # engine_version: "String",
8683
8723
  # })
8684
8724
  #
@@ -8734,6 +8774,8 @@ module Aws::RDS
8734
8774
  # resp.db_cluster.earliest_backtrack_time #=> Time
8735
8775
  # resp.db_cluster.backtrack_window #=> Integer
8736
8776
  # resp.db_cluster.backtrack_consumed_change_records #=> Integer
8777
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
8778
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
8737
8779
  #
8738
8780
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
8739
8781
  #
@@ -9473,6 +9515,13 @@ module Aws::RDS
9473
9515
  # True to enable Performance Insights for the DB instance, and otherwise
9474
9516
  # false.
9475
9517
  #
9518
+ # For more information, see [Using Amazon Performance Insights][1] in
9519
+ # the *Amazon Relational Database Service User Guide*.
9520
+ #
9521
+ #
9522
+ #
9523
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
9524
+ #
9476
9525
  # @option params [String] :performance_insights_kms_key_id
9477
9526
  # The AWS KMS key identifier for encryption of Performance Insights
9478
9527
  # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
@@ -9480,7 +9529,7 @@ module Aws::RDS
9480
9529
  #
9481
9530
  # @option params [Types::CloudwatchLogsExportConfiguration] :cloudwatch_logs_export_configuration
9482
9531
  # The configuration setting for the log types to be enabled for export
9483
- # to CloudWatch Logs for a specific DB instance or DB cluster.
9532
+ # to CloudWatch Logs for a specific DB instance.
9484
9533
  #
9485
9534
  # @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9486
9535
  #
@@ -10532,6 +10581,8 @@ module Aws::RDS
10532
10581
  # resp.db_cluster.earliest_backtrack_time #=> Time
10533
10582
  # resp.db_cluster.backtrack_window #=> Integer
10534
10583
  # resp.db_cluster.backtrack_consumed_change_records #=> Integer
10584
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
10585
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
10535
10586
  #
10536
10587
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
10537
10588
  #
@@ -11369,6 +11420,10 @@ module Aws::RDS
11369
11420
  #
11370
11421
  # ^
11371
11422
  #
11423
+ # @option params [Array<String>] :enable_cloudwatch_logs_exports
11424
+ # The list of logs that the restored DB cluster is to export to
11425
+ # CloudWatch Logs.
11426
+ #
11372
11427
  # @return [Types::RestoreDBClusterFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11373
11428
  #
11374
11429
  # * {Types::RestoreDBClusterFromS3Result#db_cluster #db_cluster} => Types::DBCluster
@@ -11407,6 +11462,7 @@ module Aws::RDS
11407
11462
  # s3_prefix: "String",
11408
11463
  # s3_ingestion_role_arn: "String", # required
11409
11464
  # backtrack_window: 1,
11465
+ # enable_cloudwatch_logs_exports: ["String"],
11410
11466
  # })
11411
11467
  #
11412
11468
  # @example Response structure
@@ -11461,6 +11517,8 @@ module Aws::RDS
11461
11517
  # resp.db_cluster.earliest_backtrack_time #=> Time
11462
11518
  # resp.db_cluster.backtrack_window #=> Integer
11463
11519
  # resp.db_cluster.backtrack_consumed_change_records #=> Integer
11520
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
11521
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
11464
11522
  #
11465
11523
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
11466
11524
  #
@@ -11597,6 +11655,10 @@ module Aws::RDS
11597
11655
  #
11598
11656
  # ^
11599
11657
  #
11658
+ # @option params [Array<String>] :enable_cloudwatch_logs_exports
11659
+ # The list of logs that the restored DB cluster is to export to
11660
+ # CloudWatch Logs.
11661
+ #
11600
11662
  # @return [Types::RestoreDBClusterFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11601
11663
  #
11602
11664
  # * {Types::RestoreDBClusterFromSnapshotResult#db_cluster #db_cluster} => Types::DBCluster
@@ -11640,6 +11702,7 @@ module Aws::RDS
11640
11702
  # kms_key_id: "String",
11641
11703
  # enable_iam_database_authentication: false,
11642
11704
  # backtrack_window: 1,
11705
+ # enable_cloudwatch_logs_exports: ["String"],
11643
11706
  # })
11644
11707
  #
11645
11708
  # @example Response structure
@@ -11694,6 +11757,8 @@ module Aws::RDS
11694
11757
  # resp.db_cluster.earliest_backtrack_time #=> Time
11695
11758
  # resp.db_cluster.backtrack_window #=> Integer
11696
11759
  # resp.db_cluster.backtrack_consumed_change_records #=> Integer
11760
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
11761
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
11697
11762
  #
11698
11763
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
11699
11764
  #
@@ -11867,6 +11932,10 @@ module Aws::RDS
11867
11932
  #
11868
11933
  # ^
11869
11934
  #
11935
+ # @option params [Array<String>] :enable_cloudwatch_logs_exports
11936
+ # The list of logs that the restored DB cluster is to export to
11937
+ # CloudWatch Logs.
11938
+ #
11870
11939
  # @return [Types::RestoreDBClusterToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11871
11940
  #
11872
11941
  # * {Types::RestoreDBClusterToPointInTimeResult#db_cluster #db_cluster} => Types::DBCluster
@@ -11909,6 +11978,7 @@ module Aws::RDS
11909
11978
  # kms_key_id: "String",
11910
11979
  # enable_iam_database_authentication: false,
11911
11980
  # backtrack_window: 1,
11981
+ # enable_cloudwatch_logs_exports: ["String"],
11912
11982
  # })
11913
11983
  #
11914
11984
  # @example Response structure
@@ -11963,6 +12033,8 @@ module Aws::RDS
11963
12033
  # resp.db_cluster.earliest_backtrack_time #=> Time
11964
12034
  # resp.db_cluster.backtrack_window #=> Integer
11965
12035
  # resp.db_cluster.backtrack_consumed_change_records #=> Integer
12036
+ # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
12037
+ # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
11966
12038
  #
11967
12039
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
11968
12040
  #
@@ -12764,6 +12836,13 @@ module Aws::RDS
12764
12836
  # True to enable Performance Insights for the DB instance, and otherwise
12765
12837
  # false.
12766
12838
  #
12839
+ # For more information, see [Using Amazon Performance Insights][1] in
12840
+ # the *Amazon Relational Database Service User Guide*.
12841
+ #
12842
+ #
12843
+ #
12844
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
12845
+ #
12767
12846
  # @option params [String] :performance_insights_kms_key_id
12768
12847
  # The AWS KMS key identifier for encryption of Performance Insights
12769
12848
  # data. The KMS key ID is the Amazon Resource Name (ARN), the KMS key
@@ -13800,7 +13879,7 @@ module Aws::RDS
13800
13879
  params: params,
13801
13880
  config: config)
13802
13881
  context[:gem_name] = 'aws-sdk-rds'
13803
- context[:gem_version] = '1.18.0'
13882
+ context[:gem_version] = '1.19.0'
13804
13883
  Seahorse::Client::Request.new(handlers, context)
13805
13884
  end
13806
13885
 
@@ -565,6 +565,7 @@ module Aws::RDS
565
565
  CreateDBClusterMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
566
566
  CreateDBClusterMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
567
567
  CreateDBClusterMessage.add_member(:backtrack_window, Shapes::ShapeRef.new(shape: LongOptional, location_name: "BacktrackWindow"))
568
+ CreateDBClusterMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
568
569
  CreateDBClusterMessage.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, location_name: "DestinationRegion", metadata: {"documented"=>false}))
569
570
  CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
570
571
  CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
@@ -759,6 +760,7 @@ module Aws::RDS
759
760
  DBCluster.add_member(:earliest_backtrack_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EarliestBacktrackTime"))
760
761
  DBCluster.add_member(:backtrack_window, Shapes::ShapeRef.new(shape: LongOptional, location_name: "BacktrackWindow"))
761
762
  DBCluster.add_member(:backtrack_consumed_change_records, Shapes::ShapeRef.new(shape: LongOptional, location_name: "BacktrackConsumedChangeRecords"))
763
+ DBCluster.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
762
764
  DBCluster.struct_class = Types::DBCluster
763
765
 
764
766
  DBClusterBacktrack.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
@@ -1462,6 +1464,7 @@ module Aws::RDS
1462
1464
  ModifyDBClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
1463
1465
  ModifyDBClusterMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
1464
1466
  ModifyDBClusterMessage.add_member(:backtrack_window, Shapes::ShapeRef.new(shape: LongOptional, location_name: "BacktrackWindow"))
1467
+ ModifyDBClusterMessage.add_member(:cloudwatch_logs_export_configuration, Shapes::ShapeRef.new(shape: CloudwatchLogsExportConfiguration, location_name: "CloudwatchLogsExportConfiguration"))
1465
1468
  ModifyDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
1466
1469
  ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
1467
1470
 
@@ -1899,6 +1902,7 @@ module Aws::RDS
1899
1902
  RestoreDBClusterFromS3Message.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: String, location_name: "S3Prefix"))
1900
1903
  RestoreDBClusterFromS3Message.add_member(:s3_ingestion_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3IngestionRoleArn"))
1901
1904
  RestoreDBClusterFromS3Message.add_member(:backtrack_window, Shapes::ShapeRef.new(shape: LongOptional, location_name: "BacktrackWindow"))
1905
+ RestoreDBClusterFromS3Message.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
1902
1906
  RestoreDBClusterFromS3Message.struct_class = Types::RestoreDBClusterFromS3Message
1903
1907
 
1904
1908
  RestoreDBClusterFromS3Result.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -1918,6 +1922,7 @@ module Aws::RDS
1918
1922
  RestoreDBClusterFromSnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1919
1923
  RestoreDBClusterFromSnapshotMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
1920
1924
  RestoreDBClusterFromSnapshotMessage.add_member(:backtrack_window, Shapes::ShapeRef.new(shape: LongOptional, location_name: "BacktrackWindow"))
1925
+ RestoreDBClusterFromSnapshotMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
1921
1926
  RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
1922
1927
 
1923
1928
  RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -1936,6 +1941,7 @@ module Aws::RDS
1936
1941
  RestoreDBClusterToPointInTimeMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1937
1942
  RestoreDBClusterToPointInTimeMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
1938
1943
  RestoreDBClusterToPointInTimeMessage.add_member(:backtrack_window, Shapes::ShapeRef.new(shape: LongOptional, location_name: "BacktrackWindow"))
1944
+ RestoreDBClusterToPointInTimeMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
1939
1945
  RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
1940
1946
 
1941
1947
  RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -295,6 +295,13 @@ module Aws::RDS
295
295
  data[:backtrack_consumed_change_records]
296
296
  end
297
297
 
298
+ # A list of log types that this DB cluster is configured to export to
299
+ # CloudWatch Logs.
300
+ # @return [Array<String>]
301
+ def enabled_cloudwatch_logs_exports
302
+ data[:enabled_cloudwatch_logs_exports]
303
+ end
304
+
298
305
  # @!endgroup
299
306
 
300
307
  # @return [Client]
@@ -457,6 +464,7 @@ module Aws::RDS
457
464
  # pre_signed_url: "String",
458
465
  # enable_iam_database_authentication: false,
459
466
  # backtrack_window: 1,
467
+ # enable_cloudwatch_logs_exports: ["String"],
460
468
  # source_region: "String",
461
469
  # })
462
470
  # @param [Hash] options ({})
@@ -685,6 +693,9 @@ module Aws::RDS
685
693
  # (72 hours).
686
694
  #
687
695
  # ^
696
+ # @option options [Array<String>] :enable_cloudwatch_logs_exports
697
+ # The list of log types that need to be enabled for exporting to
698
+ # CloudWatch Logs.
688
699
  # @option options [String] :destination_region
689
700
  # @option options [String] :source_region
690
701
  # The source region of the snapshot. This is only needed when the
@@ -822,6 +833,10 @@ module Aws::RDS
822
833
  # preferred_maintenance_window: "String",
823
834
  # enable_iam_database_authentication: false,
824
835
  # backtrack_window: 1,
836
+ # cloudwatch_logs_export_configuration: {
837
+ # enable_log_types: ["String"],
838
+ # disable_log_types: ["String"],
839
+ # },
825
840
  # engine_version: "String",
826
841
  # })
827
842
  # @param [Hash] options ({})
@@ -951,6 +966,9 @@ module Aws::RDS
951
966
  # (72 hours).
952
967
  #
953
968
  # ^
969
+ # @option options [Types::CloudwatchLogsExportConfiguration] :cloudwatch_logs_export_configuration
970
+ # The configuration setting for the log types to be enabled for export
971
+ # to CloudWatch Logs for a specific DB cluster.
954
972
  # @option options [String] :engine_version
955
973
  # The version number of the database engine to which you want to
956
974
  # upgrade. Changing this parameter results in an outage. The change is
@@ -990,6 +1008,7 @@ module Aws::RDS
990
1008
  # kms_key_id: "String",
991
1009
  # enable_iam_database_authentication: false,
992
1010
  # backtrack_window: 1,
1011
+ # enable_cloudwatch_logs_exports: ["String"],
993
1012
  # })
994
1013
  # @param [Hash] options ({})
995
1014
  # @option options [required, String] :db_cluster_identifier
@@ -1111,6 +1130,9 @@ module Aws::RDS
1111
1130
  # (72 hours).
1112
1131
  #
1113
1132
  # ^
1133
+ # @option options [Array<String>] :enable_cloudwatch_logs_exports
1134
+ # The list of logs that the restored DB cluster is to export to
1135
+ # CloudWatch Logs.
1114
1136
  # @return [DBCluster]
1115
1137
  def restore(options = {})
1116
1138
  options = options.merge(source_db_cluster_identifier: @id)
@@ -472,6 +472,7 @@ module Aws::RDS
472
472
  # kms_key_id: "String",
473
473
  # enable_iam_database_authentication: false,
474
474
  # backtrack_window: 1,
475
+ # enable_cloudwatch_logs_exports: ["String"],
475
476
  # })
476
477
  # @param [Hash] options ({})
477
478
  # @option options [Array<String>] :availability_zones
@@ -555,6 +556,9 @@ module Aws::RDS
555
556
  # (72 hours).
556
557
  #
557
558
  # ^
559
+ # @option options [Array<String>] :enable_cloudwatch_logs_exports
560
+ # The list of logs that the restored DB cluster is to export to
561
+ # CloudWatch Logs.
558
562
  # @return [DBCluster]
559
563
  def restore(options = {})
560
564
  options = options.merge(snapshot_identifier: @snapshot_id)
@@ -1457,6 +1457,13 @@ module Aws::RDS
1457
1457
  # @option options [Boolean] :enable_performance_insights
1458
1458
  # True to enable Performance Insights for the DB instance, and otherwise
1459
1459
  # false.
1460
+ #
1461
+ # For more information, see [Using Amazon Performance Insights][1] in
1462
+ # the *Amazon Relational Database Service User Guide*.
1463
+ #
1464
+ #
1465
+ #
1466
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
1460
1467
  # @option options [String] :performance_insights_kms_key_id
1461
1468
  # The AWS KMS key identifier for encryption of Performance Insights
1462
1469
  # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
@@ -1729,6 +1736,13 @@ module Aws::RDS
1729
1736
  # @option options [Boolean] :enable_performance_insights
1730
1737
  # True to enable Performance Insights for the read replica, and
1731
1738
  # otherwise false.
1739
+ #
1740
+ # For more information, see [Using Amazon Performance Insights][1] in
1741
+ # the *Amazon Relational Database Service User Guide*.
1742
+ #
1743
+ #
1744
+ #
1745
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
1732
1746
  # @option options [String] :performance_insights_kms_key_id
1733
1747
  # The AWS KMS key identifier for encryption of Performance Insights
1734
1748
  # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
@@ -2374,13 +2388,20 @@ module Aws::RDS
2374
2388
  # @option options [Boolean] :enable_performance_insights
2375
2389
  # True to enable Performance Insights for the DB instance, and otherwise
2376
2390
  # false.
2391
+ #
2392
+ # For more information, see [Using Amazon Performance Insights][1] in
2393
+ # the *Amazon Relational Database Service User Guide*.
2394
+ #
2395
+ #
2396
+ #
2397
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
2377
2398
  # @option options [String] :performance_insights_kms_key_id
2378
2399
  # The AWS KMS key identifier for encryption of Performance Insights
2379
2400
  # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
2380
2401
  # identifier, or the KMS key alias for the KMS encryption key.
2381
2402
  # @option options [Types::CloudwatchLogsExportConfiguration] :cloudwatch_logs_export_configuration
2382
2403
  # The configuration setting for the log types to be enabled for export
2383
- # to CloudWatch Logs for a specific DB instance or DB cluster.
2404
+ # to CloudWatch Logs for a specific DB instance.
2384
2405
  # @return [DBInstance]
2385
2406
  def modify(options = {})
2386
2407
  options = options.merge(db_instance_identifier: @id)
@@ -52,6 +52,7 @@ module Aws::RDS
52
52
  # pre_signed_url: "String",
53
53
  # enable_iam_database_authentication: false,
54
54
  # backtrack_window: 1,
55
+ # enable_cloudwatch_logs_exports: ["String"],
55
56
  # source_region: "String",
56
57
  # })
57
58
  # @param [Hash] options ({})
@@ -293,6 +294,9 @@ module Aws::RDS
293
294
  # (72 hours).
294
295
  #
295
296
  # ^
297
+ # @option options [Array<String>] :enable_cloudwatch_logs_exports
298
+ # The list of log types that need to be enabled for exporting to
299
+ # CloudWatch Logs.
296
300
  # @option options [String] :destination_region
297
301
  # @option options [String] :source_region
298
302
  # The source region of the snapshot. This is only needed when the
@@ -1276,6 +1280,13 @@ module Aws::RDS
1276
1280
  # @option options [Boolean] :enable_performance_insights
1277
1281
  # True to enable Performance Insights for the DB instance, and otherwise
1278
1282
  # false.
1283
+ #
1284
+ # For more information, see [Using Amazon Performance Insights][1] in
1285
+ # the *Amazon Relational Database Service User Guide*.
1286
+ #
1287
+ #
1288
+ #
1289
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
1279
1290
  # @option options [String] :performance_insights_kms_key_id
1280
1291
  # The AWS KMS key identifier for encryption of Performance Insights
1281
1292
  # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
@@ -1160,6 +1160,7 @@ module Aws::RDS
1160
1160
  # pre_signed_url: "String",
1161
1161
  # enable_iam_database_authentication: false,
1162
1162
  # backtrack_window: 1,
1163
+ # enable_cloudwatch_logs_exports: ["String"],
1163
1164
  # source_region: "String",
1164
1165
  # }
1165
1166
  #
@@ -1448,6 +1449,11 @@ module Aws::RDS
1448
1449
  # ^
1449
1450
  # @return [Integer]
1450
1451
  #
1452
+ # @!attribute [rw] enable_cloudwatch_logs_exports
1453
+ # The list of log types that need to be enabled for exporting to
1454
+ # CloudWatch Logs.
1455
+ # @return [Array<String>]
1456
+ #
1451
1457
  # @!attribute [rw] destination_region
1452
1458
  # @return [String]
1453
1459
  #
@@ -1482,6 +1488,7 @@ module Aws::RDS
1482
1488
  :pre_signed_url,
1483
1489
  :enable_iam_database_authentication,
1484
1490
  :backtrack_window,
1491
+ :enable_cloudwatch_logs_exports,
1485
1492
  :destination_region,
1486
1493
  :source_region)
1487
1494
  include Aws::Structure
@@ -2654,6 +2661,13 @@ module Aws::RDS
2654
2661
  # @!attribute [rw] enable_performance_insights
2655
2662
  # True to enable Performance Insights for the DB instance, and
2656
2663
  # otherwise false.
2664
+ #
2665
+ # For more information, see [Using Amazon Performance Insights][1] in
2666
+ # the *Amazon Relational Database Service User Guide*.
2667
+ #
2668
+ #
2669
+ #
2670
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
2657
2671
  # @return [Boolean]
2658
2672
  #
2659
2673
  # @!attribute [rw] performance_insights_kms_key_id
@@ -3042,6 +3056,13 @@ module Aws::RDS
3042
3056
  # @!attribute [rw] enable_performance_insights
3043
3057
  # True to enable Performance Insights for the read replica, and
3044
3058
  # otherwise false.
3059
+ #
3060
+ # For more information, see [Using Amazon Performance Insights][1] in
3061
+ # the *Amazon Relational Database Service User Guide*.
3062
+ #
3063
+ #
3064
+ #
3065
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
3045
3066
  # @return [Boolean]
3046
3067
  #
3047
3068
  # @!attribute [rw] performance_insights_kms_key_id
@@ -3795,6 +3816,11 @@ module Aws::RDS
3795
3816
  # The number of change records stored for Backtrack.
3796
3817
  # @return [Integer]
3797
3818
  #
3819
+ # @!attribute [rw] enabled_cloudwatch_logs_exports
3820
+ # A list of log types that this DB cluster is configured to export to
3821
+ # CloudWatch Logs.
3822
+ # @return [Array<String>]
3823
+ #
3798
3824
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBCluster AWS API Documentation
3799
3825
  #
3800
3826
  class DBCluster < Struct.new(
@@ -3835,7 +3861,8 @@ module Aws::RDS
3835
3861
  :cluster_create_time,
3836
3862
  :earliest_backtrack_time,
3837
3863
  :backtrack_window,
3838
- :backtrack_consumed_change_records)
3864
+ :backtrack_consumed_change_records,
3865
+ :enabled_cloudwatch_logs_exports)
3839
3866
  include Aws::Structure
3840
3867
  end
3841
3868
 
@@ -8405,6 +8432,10 @@ module Aws::RDS
8405
8432
  # preferred_maintenance_window: "String",
8406
8433
  # enable_iam_database_authentication: false,
8407
8434
  # backtrack_window: 1,
8435
+ # cloudwatch_logs_export_configuration: {
8436
+ # enable_log_types: ["String"],
8437
+ # disable_log_types: ["String"],
8438
+ # },
8408
8439
  # engine_version: "String",
8409
8440
  # }
8410
8441
  #
@@ -8571,6 +8602,11 @@ module Aws::RDS
8571
8602
  # ^
8572
8603
  # @return [Integer]
8573
8604
  #
8605
+ # @!attribute [rw] cloudwatch_logs_export_configuration
8606
+ # The configuration setting for the log types to be enabled for export
8607
+ # to CloudWatch Logs for a specific DB cluster.
8608
+ # @return [Types::CloudwatchLogsExportConfiguration]
8609
+ #
8574
8610
  # @!attribute [rw] engine_version
8575
8611
  # The version number of the database engine to which you want to
8576
8612
  # upgrade. Changing this parameter results in an outage. The change is
@@ -8597,6 +8633,7 @@ module Aws::RDS
8597
8633
  :preferred_maintenance_window,
8598
8634
  :enable_iam_database_authentication,
8599
8635
  :backtrack_window,
8636
+ :cloudwatch_logs_export_configuration,
8600
8637
  :engine_version)
8601
8638
  include Aws::Structure
8602
8639
  end
@@ -9334,6 +9371,13 @@ module Aws::RDS
9334
9371
  # @!attribute [rw] enable_performance_insights
9335
9372
  # True to enable Performance Insights for the DB instance, and
9336
9373
  # otherwise false.
9374
+ #
9375
+ # For more information, see [Using Amazon Performance Insights][1] in
9376
+ # the *Amazon Relational Database Service User Guide*.
9377
+ #
9378
+ #
9379
+ #
9380
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
9337
9381
  # @return [Boolean]
9338
9382
  #
9339
9383
  # @!attribute [rw] performance_insights_kms_key_id
@@ -9344,7 +9388,7 @@ module Aws::RDS
9344
9388
  #
9345
9389
  # @!attribute [rw] cloudwatch_logs_export_configuration
9346
9390
  # The configuration setting for the log types to be enabled for export
9347
- # to CloudWatch Logs for a specific DB instance or DB cluster.
9391
+ # to CloudWatch Logs for a specific DB instance.
9348
9392
  # @return [Types::CloudwatchLogsExportConfiguration]
9349
9393
  #
9350
9394
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
@@ -11412,6 +11456,7 @@ module Aws::RDS
11412
11456
  # s3_prefix: "String",
11413
11457
  # s3_ingestion_role_arn: "String", # required
11414
11458
  # backtrack_window: 1,
11459
+ # enable_cloudwatch_logs_exports: ["String"],
11415
11460
  # }
11416
11461
  #
11417
11462
  # @!attribute [rw] availability_zones
@@ -11665,6 +11710,11 @@ module Aws::RDS
11665
11710
  # ^
11666
11711
  # @return [Integer]
11667
11712
  #
11713
+ # @!attribute [rw] enable_cloudwatch_logs_exports
11714
+ # The list of logs that the restored DB cluster is to export to
11715
+ # CloudWatch Logs.
11716
+ # @return [Array<String>]
11717
+ #
11668
11718
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3Message AWS API Documentation
11669
11719
  #
11670
11720
  class RestoreDBClusterFromS3Message < Struct.new(
@@ -11693,7 +11743,8 @@ module Aws::RDS
11693
11743
  :s3_bucket_name,
11694
11744
  :s3_prefix,
11695
11745
  :s3_ingestion_role_arn,
11696
- :backtrack_window)
11746
+ :backtrack_window,
11747
+ :enable_cloudwatch_logs_exports)
11697
11748
  include Aws::Structure
11698
11749
  end
11699
11750
 
@@ -11734,6 +11785,7 @@ module Aws::RDS
11734
11785
  # kms_key_id: "String",
11735
11786
  # enable_iam_database_authentication: false,
11736
11787
  # backtrack_window: 1,
11788
+ # enable_cloudwatch_logs_exports: ["String"],
11737
11789
  # }
11738
11790
  #
11739
11791
  # @!attribute [rw] availability_zones
@@ -11860,6 +11912,11 @@ module Aws::RDS
11860
11912
  # ^
11861
11913
  # @return [Integer]
11862
11914
  #
11915
+ # @!attribute [rw] enable_cloudwatch_logs_exports
11916
+ # The list of logs that the restored DB cluster is to export to
11917
+ # CloudWatch Logs.
11918
+ # @return [Array<String>]
11919
+ #
11863
11920
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshotMessage AWS API Documentation
11864
11921
  #
11865
11922
  class RestoreDBClusterFromSnapshotMessage < Struct.new(
@@ -11876,7 +11933,8 @@ module Aws::RDS
11876
11933
  :tags,
11877
11934
  :kms_key_id,
11878
11935
  :enable_iam_database_authentication,
11879
- :backtrack_window)
11936
+ :backtrack_window,
11937
+ :enable_cloudwatch_logs_exports)
11880
11938
  include Aws::Structure
11881
11939
  end
11882
11940
 
@@ -11916,6 +11974,7 @@ module Aws::RDS
11916
11974
  # kms_key_id: "String",
11917
11975
  # enable_iam_database_authentication: false,
11918
11976
  # backtrack_window: 1,
11977
+ # enable_cloudwatch_logs_exports: ["String"],
11919
11978
  # }
11920
11979
  #
11921
11980
  # @!attribute [rw] db_cluster_identifier
@@ -12071,6 +12130,11 @@ module Aws::RDS
12071
12130
  # ^
12072
12131
  # @return [Integer]
12073
12132
  #
12133
+ # @!attribute [rw] enable_cloudwatch_logs_exports
12134
+ # The list of logs that the restored DB cluster is to export to
12135
+ # CloudWatch Logs.
12136
+ # @return [Array<String>]
12137
+ #
12074
12138
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTimeMessage AWS API Documentation
12075
12139
  #
12076
12140
  class RestoreDBClusterToPointInTimeMessage < Struct.new(
@@ -12086,7 +12150,8 @@ module Aws::RDS
12086
12150
  :tags,
12087
12151
  :kms_key_id,
12088
12152
  :enable_iam_database_authentication,
12089
- :backtrack_window)
12153
+ :backtrack_window,
12154
+ :enable_cloudwatch_logs_exports)
12090
12155
  include Aws::Structure
12091
12156
  end
12092
12157
 
@@ -12806,6 +12871,13 @@ module Aws::RDS
12806
12871
  # @!attribute [rw] enable_performance_insights
12807
12872
  # True to enable Performance Insights for the DB instance, and
12808
12873
  # otherwise false.
12874
+ #
12875
+ # For more information, see [Using Amazon Performance Insights][1] in
12876
+ # the *Amazon Relational Database Service User Guide*.
12877
+ #
12878
+ #
12879
+ #
12880
+ # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
12809
12881
  # @return [Boolean]
12810
12882
  #
12811
12883
  # @!attribute [rw] performance_insights_kms_key_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.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-05-10 00:00:00.000000000 Z
11
+ date: 2018-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4