aws-sdk-neptune 1.34.0 → 1.35.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-neptune.rb +1 -1
- data/lib/aws-sdk-neptune/client.rb +170 -141
- data/lib/aws-sdk-neptune/client_api.rb +36 -0
- data/lib/aws-sdk-neptune/types.rb +205 -205
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 545332e6835e559d0b0a7717affcbd1ae3908f362424518e786a54da6853b064
|
4
|
+
data.tar.gz: ede5cb672a975a6ac724defd8efba0b3f4addbd80189c2fdb480650cb9ee761c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41e4232aa57694c57d75df5d8297f0a80ca2cd6538e792019ea2c9f0ac6a34caa05b03f082cc496070084f7e8dbf856babac3c686d72e21ff214c48d4f7f68c5
|
7
|
+
data.tar.gz: 439205757fb79867638b2fae1a6413b9a2890cda130166f0761582ffaf1aee0548bbf2d38acd2093e41ee25c97e4a2dd5413ac8fbf2ee2295050249c59cf4fb4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.35.0
|
data/lib/aws-sdk-neptune.rb
CHANGED
@@ -537,12 +537,12 @@ module Aws::Neptune
|
|
537
537
|
#
|
538
538
|
# * Must specify a valid DB cluster parameter group.
|
539
539
|
#
|
540
|
-
# * If the source DB cluster parameter group is in the same
|
541
|
-
# as the copy, specify a valid DB parameter group identifier,
|
542
|
-
# example `my-db-cluster-param-group`, or a valid ARN.
|
540
|
+
# * If the source DB cluster parameter group is in the same Amazon
|
541
|
+
# Region as the copy, specify a valid DB parameter group identifier,
|
542
|
+
# for example `my-db-cluster-param-group`, or a valid ARN.
|
543
543
|
#
|
544
|
-
# * If the source DB parameter group is in a different
|
545
|
-
# the copy, specify a valid DB cluster parameter group ARN, for
|
544
|
+
# * If the source DB parameter group is in a different Amazon Region
|
545
|
+
# than the copy, specify a valid DB cluster parameter group ARN, for
|
546
546
|
# example
|
547
547
|
# `arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1`.
|
548
548
|
#
|
@@ -615,8 +615,6 @@ module Aws::Neptune
|
|
615
615
|
# The identifier of the DB cluster snapshot to copy. This parameter is
|
616
616
|
# not case-sensitive.
|
617
617
|
#
|
618
|
-
# You can't copy from one AWS Region to another.
|
619
|
-
#
|
620
618
|
# Constraints:
|
621
619
|
#
|
622
620
|
# * Must specify a valid system snapshot in the "available" state.
|
@@ -640,22 +638,22 @@ module Aws::Neptune
|
|
640
638
|
# Example: `my-cluster-snapshot2`
|
641
639
|
#
|
642
640
|
# @option params [String] :kms_key_id
|
643
|
-
# The
|
644
|
-
# key ID is the Amazon Resource Name (ARN), KMS key identifier, or
|
645
|
-
# KMS key alias for the KMS encryption key.
|
641
|
+
# The Amazon Amazon KMS key ID for an encrypted DB cluster snapshot. The
|
642
|
+
# KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or
|
643
|
+
# the KMS key alias for the KMS encryption key.
|
646
644
|
#
|
647
|
-
# If you copy an encrypted DB cluster snapshot from your
|
645
|
+
# If you copy an encrypted DB cluster snapshot from your Amazon account,
|
648
646
|
# you can specify a value for `KmsKeyId` to encrypt the copy with a new
|
649
647
|
# KMS encryption key. If you don't specify a value for `KmsKeyId`, then
|
650
648
|
# the copy of the DB cluster snapshot is encrypted with the same KMS key
|
651
649
|
# as the source DB cluster snapshot.
|
652
650
|
#
|
653
651
|
# If you copy an encrypted DB cluster snapshot that is shared from
|
654
|
-
# another
|
652
|
+
# another Amazon account, then you must specify a value for `KmsKeyId`.
|
655
653
|
#
|
656
|
-
# KMS encryption keys are specific to the
|
657
|
-
# created in, and you can't use encryption keys from one
|
658
|
-
# another
|
654
|
+
# KMS encryption keys are specific to the Amazon Region that they are
|
655
|
+
# created in, and you can't use encryption keys from one Amazon Region
|
656
|
+
# in another Amazon Region.
|
659
657
|
#
|
660
658
|
# You cannot encrypt an unencrypted DB cluster snapshot when you copy
|
661
659
|
# it. If you try to copy an unencrypted DB cluster snapshot and specify
|
@@ -833,6 +831,10 @@ module Aws::Neptune
|
|
833
831
|
# @option params [String] :character_set_name
|
834
832
|
# *(Not supported by Neptune)*
|
835
833
|
#
|
834
|
+
# @option params [Boolean] :copy_tags_to_snapshot
|
835
|
+
# *If set to `true`, tags are copied to any snapshot of the DB cluster
|
836
|
+
# that is created.*
|
837
|
+
#
|
836
838
|
# @option params [String] :database_name
|
837
839
|
# The name for your database of up to 64 alpha-numeric characters. If
|
838
840
|
# you do not provide a name, Amazon Neptune will not create a database
|
@@ -892,21 +894,10 @@ module Aws::Neptune
|
|
892
894
|
# Default: `8182`
|
893
895
|
#
|
894
896
|
# @option params [String] :master_username
|
895
|
-
#
|
896
|
-
#
|
897
|
-
# Constraints:
|
898
|
-
#
|
899
|
-
# * Must be 1 to 16 letters or numbers.
|
900
|
-
#
|
901
|
-
# * First character must be a letter.
|
902
|
-
#
|
903
|
-
# * Cannot be a reserved word for the chosen database engine.
|
897
|
+
# Not supported by Neptune.
|
904
898
|
#
|
905
899
|
# @option params [String] :master_user_password
|
906
|
-
#
|
907
|
-
# any printable ASCII character except "/", """, or "@".
|
908
|
-
#
|
909
|
-
# Constraints: Must contain from 8 to 41 characters.
|
900
|
+
# Not supported by Neptune.
|
910
901
|
#
|
911
902
|
# @option params [String] :option_group_name
|
912
903
|
# *(Not supported by Neptune)*
|
@@ -917,9 +908,9 @@ module Aws::Neptune
|
|
917
908
|
# parameter.
|
918
909
|
#
|
919
910
|
# The default is a 30-minute window selected at random from an 8-hour
|
920
|
-
# block of time for each
|
921
|
-
# see [ Adjusting the Preferred Maintenance Window][1] in the
|
922
|
-
# Neptune User Guide.*
|
911
|
+
# block of time for each Amazon Region. To see the time blocks
|
912
|
+
# available, see [ Adjusting the Preferred Maintenance Window][1] in the
|
913
|
+
# *Amazon Neptune User Guide.*
|
923
914
|
#
|
924
915
|
# Constraints:
|
925
916
|
#
|
@@ -942,7 +933,7 @@ module Aws::Neptune
|
|
942
933
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
943
934
|
#
|
944
935
|
# The default is a 30-minute window selected at random from an 8-hour
|
945
|
-
# block of time for each
|
936
|
+
# block of time for each Amazon Region, occurring on a random day of the
|
946
937
|
# week. To see the time blocks available, see [ Adjusting the Preferred
|
947
938
|
# Maintenance Window][1] in the *Amazon Neptune User Guide.*
|
948
939
|
#
|
@@ -965,10 +956,10 @@ module Aws::Neptune
|
|
965
956
|
# Specifies whether the DB cluster is encrypted.
|
966
957
|
#
|
967
958
|
# @option params [String] :kms_key_id
|
968
|
-
# The
|
959
|
+
# The Amazon KMS key identifier for an encrypted DB cluster.
|
969
960
|
#
|
970
961
|
# The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
|
971
|
-
# encryption key. If you are creating a DB cluster with the same
|
962
|
+
# encryption key. If you are creating a DB cluster with the same Amazon
|
972
963
|
# account that owns the KMS encryption key used to encrypt the new DB
|
973
964
|
# cluster, then you can use the KMS key alias instead of the ARN for the
|
974
965
|
# KMS encryption key.
|
@@ -984,20 +975,24 @@ module Aws::Neptune
|
|
984
975
|
# `ReplicationSourceIdentifier` is not specified, then Amazon Neptune
|
985
976
|
# will use your default encryption key.
|
986
977
|
#
|
987
|
-
#
|
988
|
-
#
|
989
|
-
# Region.
|
978
|
+
# Amazon KMS creates the default encryption key for your Amazon account.
|
979
|
+
# Your Amazon account has a different default encryption key for each
|
980
|
+
# Amazon Region.
|
990
981
|
#
|
991
|
-
# If you create a Read Replica of an encrypted DB cluster in another
|
992
|
-
# Region, you must set `KmsKeyId` to a KMS key ID that is valid
|
993
|
-
# destination
|
994
|
-
# in that
|
982
|
+
# If you create a Read Replica of an encrypted DB cluster in another
|
983
|
+
# Amazon Region, you must set `KmsKeyId` to a KMS key ID that is valid
|
984
|
+
# in the destination Amazon Region. This key is used to encrypt the Read
|
985
|
+
# Replica in that Amazon Region.
|
995
986
|
#
|
996
987
|
# @option params [String] :pre_signed_url
|
997
988
|
# This parameter is not currently supported.
|
998
989
|
#
|
999
990
|
# @option params [Boolean] :enable_iam_database_authentication
|
1000
|
-
#
|
991
|
+
# If set to `true`, enables Amazon Identity and Access Management (IAM)
|
992
|
+
# authentication for the entire DB cluster (this cannot be set at an
|
993
|
+
# instance level).
|
994
|
+
#
|
995
|
+
# Default: `false`.
|
1001
996
|
#
|
1002
997
|
# @option params [Array<String>] :enable_cloudwatch_logs_exports
|
1003
998
|
# The list of log types that need to be enabled for exporting to
|
@@ -1022,6 +1017,7 @@ module Aws::Neptune
|
|
1022
1017
|
# availability_zones: ["String"],
|
1023
1018
|
# backup_retention_period: 1,
|
1024
1019
|
# character_set_name: "String",
|
1020
|
+
# copy_tags_to_snapshot: false,
|
1025
1021
|
# database_name: "String",
|
1026
1022
|
# db_cluster_identifier: "String", # required
|
1027
1023
|
# db_cluster_parameter_group_name: "String",
|
@@ -1101,9 +1097,12 @@ module Aws::Neptune
|
|
1101
1097
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
1102
1098
|
# resp.db_cluster.clone_group_id #=> String
|
1103
1099
|
# resp.db_cluster.cluster_create_time #=> Time
|
1100
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
1104
1101
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
1105
1102
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
1106
1103
|
# resp.db_cluster.deletion_protection #=> Boolean
|
1104
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
1105
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
1107
1106
|
#
|
1108
1107
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CreateDBCluster AWS API Documentation
|
1109
1108
|
#
|
@@ -1387,17 +1386,11 @@ module Aws::Neptune
|
|
1387
1386
|
# Example: `mydbinstance`
|
1388
1387
|
#
|
1389
1388
|
# @option params [Integer] :allocated_storage
|
1390
|
-
#
|
1391
|
-
#
|
1392
|
-
# Type: Integer
|
1393
|
-
#
|
1394
|
-
# Not applicable. Neptune cluster volumes automatically grow as the
|
1395
|
-
# amount of data in your database increases, though you are only charged
|
1396
|
-
# for the space that you use in a Neptune cluster volume.
|
1389
|
+
# Not supported by Neptune.
|
1397
1390
|
#
|
1398
1391
|
# @option params [required, String] :db_instance_class
|
1399
1392
|
# The compute and memory capacity of the DB instance, for example,
|
1400
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
1393
|
+
# `db.m4.large`. Not all DB instance classes are available in all Amazon
|
1401
1394
|
# Regions.
|
1402
1395
|
#
|
1403
1396
|
# @option params [required, String] :engine
|
@@ -1406,13 +1399,10 @@ module Aws::Neptune
|
|
1406
1399
|
# Valid Values: `neptune`
|
1407
1400
|
#
|
1408
1401
|
# @option params [String] :master_username
|
1409
|
-
#
|
1402
|
+
# Not supported by Neptune.
|
1410
1403
|
#
|
1411
1404
|
# @option params [String] :master_user_password
|
1412
|
-
#
|
1413
|
-
# printable ASCII character except "/", """, or "@".
|
1414
|
-
#
|
1415
|
-
# Not used.
|
1405
|
+
# Not supported by Neptune.
|
1416
1406
|
#
|
1417
1407
|
# @option params [Array<String>] :db_security_groups
|
1418
1408
|
# A list of DB security groups to associate with this DB instance.
|
@@ -1432,13 +1422,13 @@ module Aws::Neptune
|
|
1432
1422
|
# The EC2 Availability Zone that the DB instance is created in
|
1433
1423
|
#
|
1434
1424
|
# Default: A random, system-chosen Availability Zone in the endpoint's
|
1435
|
-
#
|
1425
|
+
# Amazon Region.
|
1436
1426
|
#
|
1437
1427
|
# Example: `us-east-1d`
|
1438
1428
|
#
|
1439
1429
|
# Constraint: The AvailabilityZone parameter can't be specified if the
|
1440
1430
|
# MultiAZ parameter is set to `true`. The specified Availability Zone
|
1441
|
-
# must be in the same
|
1431
|
+
# must be in the same Amazon Region as the current endpoint.
|
1442
1432
|
#
|
1443
1433
|
# @option params [String] :db_subnet_group_name
|
1444
1434
|
# A DB subnet group to associate with this DB instance.
|
@@ -1452,7 +1442,7 @@ module Aws::Neptune
|
|
1452
1442
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
1453
1443
|
#
|
1454
1444
|
# The default is a 30-minute window selected at random from an 8-hour
|
1455
|
-
# block of time for each
|
1445
|
+
# block of time for each Amazon Region, occurring on a random day of the
|
1456
1446
|
# week.
|
1457
1447
|
#
|
1458
1448
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
@@ -1568,10 +1558,10 @@ module Aws::Neptune
|
|
1568
1558
|
# Default: false
|
1569
1559
|
#
|
1570
1560
|
# @option params [String] :kms_key_id
|
1571
|
-
# The
|
1561
|
+
# The Amazon KMS key identifier for an encrypted DB instance.
|
1572
1562
|
#
|
1573
1563
|
# The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
|
1574
|
-
# encryption key. If you are creating a DB instance with the same
|
1564
|
+
# encryption key. If you are creating a DB instance with the same Amazon
|
1575
1565
|
# account that owns the KMS encryption key used to encrypt the new DB
|
1576
1566
|
# instance, then you can use the KMS key alias instead of the ARN for
|
1577
1567
|
# the KM encryption key.
|
@@ -1581,9 +1571,9 @@ module Aws::Neptune
|
|
1581
1571
|
#
|
1582
1572
|
# If the `StorageEncrypted` parameter is true, and you do not specify a
|
1583
1573
|
# value for the `KmsKeyId` parameter, then Amazon Neptune will use your
|
1584
|
-
# default encryption key.
|
1585
|
-
# your
|
1586
|
-
# key for each
|
1574
|
+
# default encryption key. Amazon KMS creates the default encryption key
|
1575
|
+
# for your Amazon account. Your Amazon account has a different default
|
1576
|
+
# encryption key for each Amazon Region.
|
1587
1577
|
#
|
1588
1578
|
# @option params [String] :domain
|
1589
1579
|
# Specify the Active Directory Domain to create the instance in.
|
@@ -1627,10 +1617,7 @@ module Aws::Neptune
|
|
1627
1617
|
# The time zone of the DB instance.
|
1628
1618
|
#
|
1629
1619
|
# @option params [Boolean] :enable_iam_database_authentication
|
1630
|
-
#
|
1631
|
-
# for Neptune.
|
1632
|
-
#
|
1633
|
-
# Default: `false`
|
1620
|
+
# Not supported by Neptune (ignored).
|
1634
1621
|
#
|
1635
1622
|
# @option params [Boolean] :enable_performance_insights
|
1636
1623
|
# *(Not supported by Neptune)*
|
@@ -1908,7 +1895,7 @@ module Aws::Neptune
|
|
1908
1895
|
end
|
1909
1896
|
|
1910
1897
|
# Creates a new DB subnet group. DB subnet groups must contain at least
|
1911
|
-
# one subnet in at least two AZs in the
|
1898
|
+
# one subnet in at least two AZs in the Amazon Region.
|
1912
1899
|
#
|
1913
1900
|
# @option params [required, String] :db_subnet_group_name
|
1914
1901
|
# The name for the DB subnet group. This value is stored as a lowercase
|
@@ -2199,9 +2186,12 @@ module Aws::Neptune
|
|
2199
2186
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
2200
2187
|
# resp.db_cluster.clone_group_id #=> String
|
2201
2188
|
# resp.db_cluster.cluster_create_time #=> Time
|
2189
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
2202
2190
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
2203
2191
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
2204
2192
|
# resp.db_cluster.deletion_protection #=> Boolean
|
2193
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
2194
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
2205
2195
|
#
|
2206
2196
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DeleteDBCluster AWS API Documentation
|
2207
2197
|
#
|
@@ -2781,6 +2771,8 @@ module Aws::Neptune
|
|
2781
2771
|
# * {Types::DBClusterParameterGroupsMessage#marker #marker} => String
|
2782
2772
|
# * {Types::DBClusterParameterGroupsMessage#db_cluster_parameter_groups #db_cluster_parameter_groups} => Array<Types::DBClusterParameterGroup>
|
2783
2773
|
#
|
2774
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2775
|
+
#
|
2784
2776
|
# @example Request syntax with placeholder values
|
2785
2777
|
#
|
2786
2778
|
# resp = client.describe_db_cluster_parameter_groups({
|
@@ -2855,6 +2847,8 @@ module Aws::Neptune
|
|
2855
2847
|
# * {Types::DBClusterParameterGroupDetails#parameters #parameters} => Array<Types::Parameter>
|
2856
2848
|
# * {Types::DBClusterParameterGroupDetails#marker #marker} => String
|
2857
2849
|
#
|
2850
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2851
|
+
#
|
2858
2852
|
# @example Request syntax with placeholder values
|
2859
2853
|
#
|
2860
2854
|
# resp = client.describe_db_cluster_parameters({
|
@@ -2897,16 +2891,18 @@ module Aws::Neptune
|
|
2897
2891
|
# Returns a list of DB cluster snapshot attribute names and values for a
|
2898
2892
|
# manual DB cluster snapshot.
|
2899
2893
|
#
|
2900
|
-
# When sharing snapshots with other
|
2894
|
+
# When sharing snapshots with other Amazon accounts,
|
2901
2895
|
# `DescribeDBClusterSnapshotAttributes` returns the `restore` attribute
|
2902
|
-
# and a list of IDs for the
|
2903
|
-
# restore the manual DB cluster snapshot. If `all` is included in the
|
2896
|
+
# and a list of IDs for the Amazon accounts that are authorized to copy
|
2897
|
+
# or restore the manual DB cluster snapshot. If `all` is included in the
|
2904
2898
|
# list of values for the `restore` attribute, then the manual DB cluster
|
2905
|
-
# snapshot is public and can be copied or restored by all
|
2899
|
+
# snapshot is public and can be copied or restored by all Amazon
|
2900
|
+
# accounts.
|
2906
2901
|
#
|
2907
|
-
# To add or remove access for an
|
2908
|
-
# DB cluster snapshot, or to make the manual DB cluster snapshot
|
2909
|
-
# or private, use the ModifyDBClusterSnapshotAttribute API
|
2902
|
+
# To add or remove access for an Amazon account to copy or restore a
|
2903
|
+
# manual DB cluster snapshot, or to make the manual DB cluster snapshot
|
2904
|
+
# public or private, use the ModifyDBClusterSnapshotAttribute API
|
2905
|
+
# action.
|
2910
2906
|
#
|
2911
2907
|
# @option params [required, String] :db_cluster_snapshot_identifier
|
2912
2908
|
# The identifier for the DB cluster snapshot to describe the attributes
|
@@ -2972,13 +2968,13 @@ module Aws::Neptune
|
|
2972
2968
|
# of the following values:
|
2973
2969
|
#
|
2974
2970
|
# * `automated` - Return all DB cluster snapshots that have been
|
2975
|
-
# automatically taken by Amazon Neptune for my
|
2971
|
+
# automatically taken by Amazon Neptune for my Amazon account.
|
2976
2972
|
#
|
2977
2973
|
# * `manual` - Return all DB cluster snapshots that have been taken by
|
2978
2974
|
# my AWS account.
|
2979
2975
|
#
|
2980
2976
|
# * `shared` - Return all manual DB cluster snapshots that have been
|
2981
|
-
# shared to my
|
2977
|
+
# shared to my Amazon account.
|
2982
2978
|
#
|
2983
2979
|
# * `public` - Return all DB cluster snapshots that have been marked as
|
2984
2980
|
# public.
|
@@ -3015,17 +3011,17 @@ module Aws::Neptune
|
|
3015
3011
|
# specified by `MaxRecords`.
|
3016
3012
|
#
|
3017
3013
|
# @option params [Boolean] :include_shared
|
3018
|
-
# True to include shared manual DB cluster snapshots from other
|
3014
|
+
# True to include shared manual DB cluster snapshots from other Amazon
|
3019
3015
|
# accounts that this AWS account has been given permission to copy or
|
3020
3016
|
# restore, and otherwise false. The default is `false`.
|
3021
3017
|
#
|
3022
|
-
# You can give an
|
3023
|
-
# snapshot from another
|
3018
|
+
# You can give an Amazon account permission to restore a manual DB
|
3019
|
+
# cluster snapshot from another Amazon account by the
|
3024
3020
|
# ModifyDBClusterSnapshotAttribute API action.
|
3025
3021
|
#
|
3026
3022
|
# @option params [Boolean] :include_public
|
3027
3023
|
# True to include manual DB cluster snapshots that are public and can be
|
3028
|
-
# copied or restored by any
|
3024
|
+
# copied or restored by any Amazon account, and otherwise false. The
|
3029
3025
|
# default is `false`. The default is false.
|
3030
3026
|
#
|
3031
3027
|
# You can share a manual DB cluster snapshot as public by using the
|
@@ -3036,6 +3032,8 @@ module Aws::Neptune
|
|
3036
3032
|
# * {Types::DBClusterSnapshotMessage#marker #marker} => String
|
3037
3033
|
# * {Types::DBClusterSnapshotMessage#db_cluster_snapshots #db_cluster_snapshots} => Array<Types::DBClusterSnapshot>
|
3038
3034
|
#
|
3035
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3036
|
+
#
|
3039
3037
|
# @example Request syntax with placeholder values
|
3040
3038
|
#
|
3041
3039
|
# resp = client.describe_db_cluster_snapshots({
|
@@ -3120,7 +3118,7 @@ module Aws::Neptune
|
|
3120
3118
|
# * `engine` - Accepts an engine name (such as `neptune`), and restricts
|
3121
3119
|
# the results list to DB clusters created by that engine.
|
3122
3120
|
#
|
3123
|
-
# For example, to invoke this API from the
|
3121
|
+
# For example, to invoke this API from the Amazon CLI and filter so that
|
3124
3122
|
# only Neptune DB clusters are returned, you could use the following
|
3125
3123
|
# command:
|
3126
3124
|
#
|
@@ -3144,6 +3142,8 @@ module Aws::Neptune
|
|
3144
3142
|
# * {Types::DBClusterMessage#marker #marker} => String
|
3145
3143
|
# * {Types::DBClusterMessage#db_clusters #db_clusters} => Array<Types::DBCluster>
|
3146
3144
|
#
|
3145
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3146
|
+
#
|
3147
3147
|
# @example Request syntax with placeholder values
|
3148
3148
|
#
|
3149
3149
|
# resp = client.describe_db_clusters({
|
@@ -3210,9 +3210,12 @@ module Aws::Neptune
|
|
3210
3210
|
# resp.db_clusters[0].iam_database_authentication_enabled #=> Boolean
|
3211
3211
|
# resp.db_clusters[0].clone_group_id #=> String
|
3212
3212
|
# resp.db_clusters[0].cluster_create_time #=> Time
|
3213
|
+
# resp.db_clusters[0].copy_tags_to_snapshot #=> Boolean
|
3213
3214
|
# resp.db_clusters[0].enabled_cloudwatch_logs_exports #=> Array
|
3214
3215
|
# resp.db_clusters[0].enabled_cloudwatch_logs_exports[0] #=> String
|
3215
3216
|
# resp.db_clusters[0].deletion_protection #=> Boolean
|
3217
|
+
# resp.db_clusters[0].cross_account_clone #=> Boolean
|
3218
|
+
# resp.db_clusters[0].automatic_restart_time #=> Time
|
3216
3219
|
#
|
3217
3220
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DescribeDBClusters AWS API Documentation
|
3218
3221
|
#
|
@@ -3369,7 +3372,7 @@ module Aws::Neptune
|
|
3369
3372
|
# * `engine` - Accepts an engine name (such as `neptune`), and restricts
|
3370
3373
|
# the results list to DB instances created by that engine.
|
3371
3374
|
#
|
3372
|
-
# For example, to invoke this API from the
|
3375
|
+
# For example, to invoke this API from the Amazon CLI and filter so that
|
3373
3376
|
# only Neptune DB instances are returned, you could use the following
|
3374
3377
|
# command:
|
3375
3378
|
#
|
@@ -4290,6 +4293,8 @@ module Aws::Neptune
|
|
4290
4293
|
# * {Types::PendingMaintenanceActionsMessage#pending_maintenance_actions #pending_maintenance_actions} => Array<Types::ResourcePendingMaintenanceActions>
|
4291
4294
|
# * {Types::PendingMaintenanceActionsMessage#marker #marker} => String
|
4292
4295
|
#
|
4296
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4297
|
+
#
|
4293
4298
|
# @example Request syntax with placeholder values
|
4294
4299
|
#
|
4295
4300
|
# resp = client.describe_pending_maintenance_actions({
|
@@ -4458,9 +4463,12 @@ module Aws::Neptune
|
|
4458
4463
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
4459
4464
|
# resp.db_cluster.clone_group_id #=> String
|
4460
4465
|
# resp.db_cluster.cluster_create_time #=> Time
|
4466
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
4461
4467
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
4462
4468
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
4463
4469
|
# resp.db_cluster.deletion_protection #=> Boolean
|
4470
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
4471
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
4464
4472
|
#
|
4465
4473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/FailoverDBCluster AWS API Documentation
|
4466
4474
|
#
|
@@ -4551,13 +4559,11 @@ module Aws::Neptune
|
|
4551
4559
|
# the DB cluster. If this parameter is set to `false`, changes to the DB
|
4552
4560
|
# cluster are applied during the next maintenance window.
|
4553
4561
|
#
|
4554
|
-
# The `ApplyImmediately` parameter only affects
|
4555
|
-
#
|
4556
|
-
#
|
4557
|
-
#
|
4558
|
-
#
|
4559
|
-
# immediately, regardless of the value of the `ApplyImmediately`
|
4560
|
-
# parameter.
|
4562
|
+
# The `ApplyImmediately` parameter only affects `NewDBClusterIdentifier`
|
4563
|
+
# values. If you set the `ApplyImmediately` parameter value to false,
|
4564
|
+
# then changes to `NewDBClusterIdentifier` values are applied during the
|
4565
|
+
# next maintenance window. All other changes are applied immediately,
|
4566
|
+
# regardless of the value of the `ApplyImmediately` parameter.
|
4561
4567
|
#
|
4562
4568
|
# Default: `false`
|
4563
4569
|
#
|
@@ -4587,13 +4593,10 @@ module Aws::Neptune
|
|
4587
4593
|
# Default: The same port as the original DB cluster.
|
4588
4594
|
#
|
4589
4595
|
# @option params [String] :master_user_password
|
4590
|
-
#
|
4591
|
-
# contain any printable ASCII character except "/", """, or "@".
|
4592
|
-
#
|
4593
|
-
# Constraints: Must contain from 8 to 41 characters.
|
4596
|
+
# Not supported by Neptune.
|
4594
4597
|
#
|
4595
4598
|
# @option params [String] :option_group_name
|
4596
|
-
# *
|
4599
|
+
# *Not supported by Neptune.*
|
4597
4600
|
#
|
4598
4601
|
# @option params [String] :preferred_backup_window
|
4599
4602
|
# The daily time range during which automated backups are created if
|
@@ -4601,7 +4604,7 @@ module Aws::Neptune
|
|
4601
4604
|
# parameter.
|
4602
4605
|
#
|
4603
4606
|
# The default is a 30-minute window selected at random from an 8-hour
|
4604
|
-
# block of time for each
|
4607
|
+
# block of time for each Amazon Region.
|
4605
4608
|
#
|
4606
4609
|
# Constraints:
|
4607
4610
|
#
|
@@ -4620,7 +4623,7 @@ module Aws::Neptune
|
|
4620
4623
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
4621
4624
|
#
|
4622
4625
|
# The default is a 30-minute window selected at random from an 8-hour
|
4623
|
-
# block of time for each
|
4626
|
+
# block of time for each Amazon Region, occurring on a random day of the
|
4624
4627
|
# week.
|
4625
4628
|
#
|
4626
4629
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
@@ -4628,7 +4631,7 @@ module Aws::Neptune
|
|
4628
4631
|
# Constraints: Minimum 30-minute window.
|
4629
4632
|
#
|
4630
4633
|
# @option params [Boolean] :enable_iam_database_authentication
|
4631
|
-
# True to enable mapping of
|
4634
|
+
# True to enable mapping of Amazon Identity and Access Management (IAM)
|
4632
4635
|
# accounts to database accounts, and otherwise false.
|
4633
4636
|
#
|
4634
4637
|
# Default: `false`
|
@@ -4656,6 +4659,10 @@ module Aws::Neptune
|
|
4656
4659
|
# enabled. The database can't be deleted when deletion protection is
|
4657
4660
|
# enabled. By default, deletion protection is disabled.
|
4658
4661
|
#
|
4662
|
+
# @option params [Boolean] :copy_tags_to_snapshot
|
4663
|
+
# *If set to `true`, tags are copied to any snapshot of the DB cluster
|
4664
|
+
# that is created.*
|
4665
|
+
#
|
4659
4666
|
# @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4660
4667
|
#
|
4661
4668
|
# * {Types::ModifyDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
|
@@ -4681,6 +4688,7 @@ module Aws::Neptune
|
|
4681
4688
|
# },
|
4682
4689
|
# engine_version: "String",
|
4683
4690
|
# deletion_protection: false,
|
4691
|
+
# copy_tags_to_snapshot: false,
|
4684
4692
|
# })
|
4685
4693
|
#
|
4686
4694
|
# @example Response structure
|
@@ -4733,9 +4741,12 @@ module Aws::Neptune
|
|
4733
4741
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
4734
4742
|
# resp.db_cluster.clone_group_id #=> String
|
4735
4743
|
# resp.db_cluster.cluster_create_time #=> Time
|
4744
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
4736
4745
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
4737
4746
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
4738
4747
|
# resp.db_cluster.deletion_protection #=> Boolean
|
4748
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
4749
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
4739
4750
|
#
|
4740
4751
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/ModifyDBCluster AWS API Documentation
|
4741
4752
|
#
|
@@ -4880,20 +4891,21 @@ module Aws::Neptune
|
|
4880
4891
|
# Adds an attribute and values to, or removes an attribute and values
|
4881
4892
|
# from, a manual DB cluster snapshot.
|
4882
4893
|
#
|
4883
|
-
# To share a manual DB cluster snapshot with other
|
4884
|
-
# `restore` as the `AttributeName` and use the `ValuesToAdd`
|
4885
|
-
# to add a list of IDs of the
|
4886
|
-
# restore the manual DB cluster snapshot. Use the value
|
4887
|
-
# the manual DB cluster snapshot public, which means that
|
4888
|
-
# copied or restored by all
|
4889
|
-
# any manual DB cluster snapshots that contain private
|
4890
|
-
# you don't want available to all
|
4891
|
-
# snapshot is encrypted, it can be shared, but only
|
4892
|
-
# of authorized
|
4893
|
-
# can't use `all` as a value for that
|
4894
|
-
#
|
4895
|
-
#
|
4896
|
-
#
|
4894
|
+
# To share a manual DB cluster snapshot with other Amazon accounts,
|
4895
|
+
# specify `restore` as the `AttributeName` and use the `ValuesToAdd`
|
4896
|
+
# parameter to add a list of IDs of the Amazon accounts that are
|
4897
|
+
# authorized to restore the manual DB cluster snapshot. Use the value
|
4898
|
+
# `all` to make the manual DB cluster snapshot public, which means that
|
4899
|
+
# it can be copied or restored by all Amazon accounts. Do not add the
|
4900
|
+
# `all` value for any manual DB cluster snapshots that contain private
|
4901
|
+
# information that you don't want available to all Amazon accounts. If
|
4902
|
+
# a manual DB cluster snapshot is encrypted, it can be shared, but only
|
4903
|
+
# by specifying a list of authorized Amazon account IDs for the
|
4904
|
+
# `ValuesToAdd` parameter. You can't use `all` as a value for that
|
4905
|
+
# parameter in this case.
|
4906
|
+
#
|
4907
|
+
# To view which Amazon accounts have access to copy or restore a manual
|
4908
|
+
# DB cluster snapshot, or whether a manual DB cluster snapshot public or
|
4897
4909
|
# private, use the DescribeDBClusterSnapshotAttributes API action.
|
4898
4910
|
#
|
4899
4911
|
# @option params [required, String] :db_cluster_snapshot_identifier
|
@@ -4903,17 +4915,17 @@ module Aws::Neptune
|
|
4903
4915
|
# @option params [required, String] :attribute_name
|
4904
4916
|
# The name of the DB cluster snapshot attribute to modify.
|
4905
4917
|
#
|
4906
|
-
# To manage authorization for other
|
4918
|
+
# To manage authorization for other Amazon accounts to copy or restore a
|
4907
4919
|
# manual DB cluster snapshot, set this value to `restore`.
|
4908
4920
|
#
|
4909
4921
|
# @option params [Array<String>] :values_to_add
|
4910
4922
|
# A list of DB cluster snapshot attributes to add to the attribute
|
4911
4923
|
# specified by `AttributeName`.
|
4912
4924
|
#
|
4913
|
-
# To authorize other
|
4914
|
-
# snapshot, set this list to include one or more
|
4915
|
-
# `all` to make the manual DB cluster snapshot restorable by any
|
4916
|
-
# account. Do not add the `all` value for any manual DB cluster
|
4925
|
+
# To authorize other Amazon accounts to copy or restore a manual DB
|
4926
|
+
# cluster snapshot, set this list to include one or more Amazon account
|
4927
|
+
# IDs, or `all` to make the manual DB cluster snapshot restorable by any
|
4928
|
+
# Amazon account. Do not add the `all` value for any manual DB cluster
|
4917
4929
|
# snapshots that contain private information that you don't want
|
4918
4930
|
# available to all AWS accounts.
|
4919
4931
|
#
|
@@ -4921,13 +4933,13 @@ module Aws::Neptune
|
|
4921
4933
|
# A list of DB cluster snapshot attributes to remove from the attribute
|
4922
4934
|
# specified by `AttributeName`.
|
4923
4935
|
#
|
4924
|
-
# To remove authorization for other
|
4925
|
-
# manual DB cluster snapshot, set this list to include one or more
|
4926
|
-
# account identifiers, or `all` to remove authorization for any
|
4927
|
-
# account to copy or restore the DB cluster snapshot. If you
|
4928
|
-
# `all`, an
|
4929
|
-
# `restore` attribute can still copy or restore a manual DB
|
4930
|
-
# snapshot.
|
4936
|
+
# To remove authorization for other Amazon accounts to copy or restore a
|
4937
|
+
# manual DB cluster snapshot, set this list to include one or more
|
4938
|
+
# Amazon account identifiers, or `all` to remove authorization for any
|
4939
|
+
# Amazon account to copy or restore the DB cluster snapshot. If you
|
4940
|
+
# specify `all`, an Amazon account whose account ID is explicitly added
|
4941
|
+
# to the `restore` attribute can still copy or restore a manual DB
|
4942
|
+
# cluster snapshot.
|
4931
4943
|
#
|
4932
4944
|
# @return [Types::ModifyDBClusterSnapshotAttributeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4933
4945
|
#
|
@@ -4976,10 +4988,7 @@ module Aws::Neptune
|
|
4976
4988
|
# ^
|
4977
4989
|
#
|
4978
4990
|
# @option params [Integer] :allocated_storage
|
4979
|
-
#
|
4980
|
-
# instance.
|
4981
|
-
#
|
4982
|
-
# Not applicable. Storage is managed by the DB Cluster.
|
4991
|
+
# Not supported by Neptune.
|
4983
4992
|
#
|
4984
4993
|
# @option params [String] :db_instance_class
|
4985
4994
|
# The new compute and memory capacity of the DB instance, for example,
|
@@ -5043,7 +5052,7 @@ module Aws::Neptune
|
|
5043
5052
|
# Default: `false`
|
5044
5053
|
#
|
5045
5054
|
# @option params [String] :master_user_password
|
5046
|
-
# Not
|
5055
|
+
# Not supported by Neptune.
|
5047
5056
|
#
|
5048
5057
|
# @option params [String] :db_parameter_group_name
|
5049
5058
|
# The name of the DB parameter group to apply to the DB instance.
|
@@ -5127,7 +5136,7 @@ module Aws::Neptune
|
|
5127
5136
|
# enabled auto patching for that engine version.
|
5128
5137
|
#
|
5129
5138
|
# @option params [String] :license_model
|
5130
|
-
# Not supported.
|
5139
|
+
# Not supported by Neptune.
|
5131
5140
|
#
|
5132
5141
|
# @option params [Integer] :iops
|
5133
5142
|
# The new Provisioned IOPS (I/O operations per second) value for the
|
@@ -5227,13 +5236,13 @@ module Aws::Neptune
|
|
5227
5236
|
# Valid Values: 0 - 15
|
5228
5237
|
#
|
5229
5238
|
# @option params [Boolean] :enable_iam_database_authentication
|
5230
|
-
# True to enable mapping of
|
5239
|
+
# True to enable mapping of Amazon Identity and Access Management (IAM)
|
5231
5240
|
# accounts to database accounts, and otherwise false.
|
5232
5241
|
#
|
5233
5242
|
# You can enable IAM database authentication for the following database
|
5234
5243
|
# engines
|
5235
5244
|
#
|
5236
|
-
# Not applicable. Mapping
|
5245
|
+
# Not applicable. Mapping Amazon IAM accounts to database accounts is
|
5237
5246
|
# managed by the DB cluster. For more information, see ModifyDBCluster.
|
5238
5247
|
#
|
5239
5248
|
# Default: `false`
|
@@ -5503,7 +5512,7 @@ module Aws::Neptune
|
|
5503
5512
|
end
|
5504
5513
|
|
5505
5514
|
# Modifies an existing DB subnet group. DB subnet groups must contain at
|
5506
|
-
# least one subnet in at least two AZs in the
|
5515
|
+
# least one subnet in at least two AZs in the Amazon Region.
|
5507
5516
|
#
|
5508
5517
|
# @option params [required, String] :db_subnet_group_name
|
5509
5518
|
# The name for the DB subnet group. This value is stored as a lowercase
|
@@ -5690,9 +5699,12 @@ module Aws::Neptune
|
|
5690
5699
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
5691
5700
|
# resp.db_cluster.clone_group_id #=> String
|
5692
5701
|
# resp.db_cluster.cluster_create_time #=> Time
|
5702
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
5693
5703
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
5694
5704
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
5695
5705
|
# resp.db_cluster.deletion_protection #=> Boolean
|
5706
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
5707
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
5696
5708
|
#
|
5697
5709
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
|
5698
5710
|
#
|
@@ -6179,11 +6191,11 @@ module Aws::Neptune
|
|
6179
6191
|
# The tags to be assigned to the restored DB cluster.
|
6180
6192
|
#
|
6181
6193
|
# @option params [String] :kms_key_id
|
6182
|
-
# The
|
6194
|
+
# The Amazon KMS key identifier to use when restoring an encrypted DB
|
6183
6195
|
# cluster from a DB snapshot or DB cluster snapshot.
|
6184
6196
|
#
|
6185
6197
|
# The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
|
6186
|
-
# encryption key. If you are restoring a DB cluster with the same
|
6198
|
+
# encryption key. If you are restoring a DB cluster with the same Amazon
|
6187
6199
|
# account that owns the KMS encryption key used to encrypt the new DB
|
6188
6200
|
# cluster, then you can use the KMS key alias instead of the ARN for the
|
6189
6201
|
# KMS encryption key.
|
@@ -6199,7 +6211,7 @@ module Aws::Neptune
|
|
6199
6211
|
# not encrypted, then the restored DB cluster is not encrypted.
|
6200
6212
|
#
|
6201
6213
|
# @option params [Boolean] :enable_iam_database_authentication
|
6202
|
-
# True to enable mapping of
|
6214
|
+
# True to enable mapping of Amazon Identity and Access Management (IAM)
|
6203
6215
|
# accounts to database accounts, and otherwise false.
|
6204
6216
|
#
|
6205
6217
|
# Default: `false`
|
@@ -6224,6 +6236,10 @@ module Aws::Neptune
|
|
6224
6236
|
# enabled. The database can't be deleted when deletion protection is
|
6225
6237
|
# enabled. By default, deletion protection is disabled.
|
6226
6238
|
#
|
6239
|
+
# @option params [Boolean] :copy_tags_to_snapshot
|
6240
|
+
# *If set to `true`, tags are copied to any snapshot of the restored DB
|
6241
|
+
# cluster that is created.*
|
6242
|
+
#
|
6227
6243
|
# @return [Types::RestoreDBClusterFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6228
6244
|
#
|
6229
6245
|
# * {Types::RestoreDBClusterFromSnapshotResult#db_cluster #db_cluster} => Types::DBCluster
|
@@ -6252,6 +6268,7 @@ module Aws::Neptune
|
|
6252
6268
|
# enable_cloudwatch_logs_exports: ["String"],
|
6253
6269
|
# db_cluster_parameter_group_name: "String",
|
6254
6270
|
# deletion_protection: false,
|
6271
|
+
# copy_tags_to_snapshot: false,
|
6255
6272
|
# })
|
6256
6273
|
#
|
6257
6274
|
# @example Response structure
|
@@ -6304,9 +6321,12 @@ module Aws::Neptune
|
|
6304
6321
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
6305
6322
|
# resp.db_cluster.clone_group_id #=> String
|
6306
6323
|
# resp.db_cluster.cluster_create_time #=> Time
|
6324
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
6307
6325
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
6308
6326
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
6309
6327
|
# resp.db_cluster.deletion_protection #=> Boolean
|
6328
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
6329
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
6310
6330
|
#
|
6311
6331
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
|
6312
6332
|
#
|
@@ -6419,11 +6439,11 @@ module Aws::Neptune
|
|
6419
6439
|
# The tags to be applied to the restored DB cluster.
|
6420
6440
|
#
|
6421
6441
|
# @option params [String] :kms_key_id
|
6422
|
-
# The
|
6442
|
+
# The Amazon KMS key identifier to use when restoring an encrypted DB
|
6423
6443
|
# cluster from an encrypted DB cluster.
|
6424
6444
|
#
|
6425
6445
|
# The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
|
6426
|
-
# encryption key. If you are restoring a DB cluster with the same
|
6446
|
+
# encryption key. If you are restoring a DB cluster with the same Amazon
|
6427
6447
|
# account that owns the KMS encryption key used to encrypt the new DB
|
6428
6448
|
# cluster, then you can use the KMS key alias instead of the ARN for the
|
6429
6449
|
# KMS encryption key.
|
@@ -6447,7 +6467,7 @@ module Aws::Neptune
|
|
6447
6467
|
# then the restore request is rejected.
|
6448
6468
|
#
|
6449
6469
|
# @option params [Boolean] :enable_iam_database_authentication
|
6450
|
-
# True to enable mapping of
|
6470
|
+
# True to enable mapping of Amazon Identity and Access Management (IAM)
|
6451
6471
|
# accounts to database accounts, and otherwise false.
|
6452
6472
|
#
|
6453
6473
|
# Default: `false`
|
@@ -6551,9 +6571,12 @@ module Aws::Neptune
|
|
6551
6571
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
6552
6572
|
# resp.db_cluster.clone_group_id #=> String
|
6553
6573
|
# resp.db_cluster.cluster_create_time #=> Time
|
6574
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
6554
6575
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
6555
6576
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
6556
6577
|
# resp.db_cluster.deletion_protection #=> Boolean
|
6578
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
6579
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
6557
6580
|
#
|
6558
6581
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
|
6559
6582
|
#
|
@@ -6565,7 +6588,7 @@ module Aws::Neptune
|
|
6565
6588
|
end
|
6566
6589
|
|
6567
6590
|
# Starts an Amazon Neptune DB cluster that was stopped using the AWS
|
6568
|
-
# console, the
|
6591
|
+
# console, the Amazon CLI stop-db-cluster command, or the StopDBCluster
|
6569
6592
|
# API.
|
6570
6593
|
#
|
6571
6594
|
# @option params [required, String] :db_cluster_identifier
|
@@ -6632,9 +6655,12 @@ module Aws::Neptune
|
|
6632
6655
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
6633
6656
|
# resp.db_cluster.clone_group_id #=> String
|
6634
6657
|
# resp.db_cluster.cluster_create_time #=> Time
|
6658
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
6635
6659
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
6636
6660
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
6637
6661
|
# resp.db_cluster.deletion_protection #=> Boolean
|
6662
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
6663
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
6638
6664
|
#
|
6639
6665
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/StartDBCluster AWS API Documentation
|
6640
6666
|
#
|
@@ -6716,9 +6742,12 @@ module Aws::Neptune
|
|
6716
6742
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
6717
6743
|
# resp.db_cluster.clone_group_id #=> String
|
6718
6744
|
# resp.db_cluster.cluster_create_time #=> Time
|
6745
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
6719
6746
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
6720
6747
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
6721
6748
|
# resp.db_cluster.deletion_protection #=> Boolean
|
6749
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
6750
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
6722
6751
|
#
|
6723
6752
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/StopDBCluster AWS API Documentation
|
6724
6753
|
#
|
@@ -6742,7 +6771,7 @@ module Aws::Neptune
|
|
6742
6771
|
params: params,
|
6743
6772
|
config: config)
|
6744
6773
|
context[:gem_name] = 'aws-sdk-neptune'
|
6745
|
-
context[:gem_version] = '1.
|
6774
|
+
context[:gem_version] = '1.35.0'
|
6746
6775
|
Seahorse::Client::Request.new(handlers, context)
|
6747
6776
|
end
|
6748
6777
|
|