aws-sdk-neptune 1.57.0 → 1.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-neptune/client.rb +12 -17
- data/lib/aws-sdk-neptune/client_api.rb +3 -2
- data/lib/aws-sdk-neptune/endpoint_provider.rb +2 -2
- data/lib/aws-sdk-neptune/types.rb +23 -33
- data/lib/aws-sdk-neptune.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cedd68ec1e19bbe221941db26c1ed81211020e794d51c7960e931a5caf64db07
|
|
4
|
+
data.tar.gz: 20a5263ea64a6cf2a1ef5b1db5acd37b56041d1d6651b363bc242e1bc766e89d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70d5d133e1cd6d336d2884f80edf655e9521ede37cbfe644e22de86fae67b6fcb35ad1b4023925b5c999e58b5853563d17c62250d7ebe4d0ed351f5fe579216c
|
|
7
|
+
data.tar.gz: 70e33ecda20fcdae52007110bf239f36ed8ba600998cd6b3b905f8ea2c57294d1d2d43956172e74ee300530714bb58f1f406ca7f85441850001ce2b8c6b55ccc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.58.0
|
|
@@ -404,7 +404,7 @@ module Aws::Neptune
|
|
|
404
404
|
# @option params [String] :feature_name
|
|
405
405
|
# The name of the feature for the Neptune DB cluster that the IAM role
|
|
406
406
|
# is to be associated with. For the list of supported feature names, see
|
|
407
|
-
#
|
|
407
|
+
# DBEngineVersion.
|
|
408
408
|
#
|
|
409
409
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
410
410
|
#
|
|
@@ -970,8 +970,8 @@ module Aws::Neptune
|
|
|
970
970
|
#
|
|
971
971
|
# The default is a 30-minute window selected at random from an 8-hour
|
|
972
972
|
# block of time for each Amazon Region. To see the time blocks
|
|
973
|
-
# available, see [
|
|
974
|
-
#
|
|
973
|
+
# available, see [Neptune Maintenance Window][1] in the *Amazon Neptune
|
|
974
|
+
# User Guide.*
|
|
975
975
|
#
|
|
976
976
|
# Constraints:
|
|
977
977
|
#
|
|
@@ -985,7 +985,7 @@ module Aws::Neptune
|
|
|
985
985
|
#
|
|
986
986
|
#
|
|
987
987
|
#
|
|
988
|
-
# [1]: https://docs.aws.amazon.com/
|
|
988
|
+
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-maintaining.html#manage-console-maintaining-window
|
|
989
989
|
#
|
|
990
990
|
# @option params [String] :preferred_maintenance_window
|
|
991
991
|
# The weekly time range during which system maintenance can occur, in
|
|
@@ -995,8 +995,8 @@ module Aws::Neptune
|
|
|
995
995
|
#
|
|
996
996
|
# The default is a 30-minute window selected at random from an 8-hour
|
|
997
997
|
# block of time for each Amazon Region, occurring on a random day of the
|
|
998
|
-
# week. To see the time blocks available, see [
|
|
999
|
-
#
|
|
998
|
+
# week. To see the time blocks available, see [Neptune Maintenance
|
|
999
|
+
# Window][1] in the *Amazon Neptune User Guide.*
|
|
1000
1000
|
#
|
|
1001
1001
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
|
1002
1002
|
#
|
|
@@ -1004,7 +1004,7 @@ module Aws::Neptune
|
|
|
1004
1004
|
#
|
|
1005
1005
|
#
|
|
1006
1006
|
#
|
|
1007
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1007
|
+
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-maintaining.html#manage-console-maintaining-window
|
|
1008
1008
|
#
|
|
1009
1009
|
# @option params [String] :replication_source_identifier
|
|
1010
1010
|
# The Amazon Resource Name (ARN) of the source DB instance or DB cluster
|
|
@@ -1775,7 +1775,7 @@ module Aws::Neptune
|
|
|
1775
1775
|
# db_cluster_identifier: "String", # required
|
|
1776
1776
|
# storage_type: "String",
|
|
1777
1777
|
# tde_credential_arn: "String",
|
|
1778
|
-
# tde_credential_password: "
|
|
1778
|
+
# tde_credential_password: "SensitiveString",
|
|
1779
1779
|
# storage_encrypted: false,
|
|
1780
1780
|
# kms_key_id: "String",
|
|
1781
1781
|
# domain: "String",
|
|
@@ -5034,12 +5034,11 @@ module Aws::Neptune
|
|
|
5034
5034
|
# `ApplyImmediately` parameter is set to true.
|
|
5035
5035
|
#
|
|
5036
5036
|
# For a list of valid engine versions, see [Engine Releases for Amazon
|
|
5037
|
-
# Neptune][1], or call
|
|
5037
|
+
# Neptune][1], or call DescribeDBEngineVersions.
|
|
5038
5038
|
#
|
|
5039
5039
|
#
|
|
5040
5040
|
#
|
|
5041
5041
|
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html
|
|
5042
|
-
# [2]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
|
|
5043
5042
|
#
|
|
5044
5043
|
# @option params [Boolean] :allow_major_version_upgrade
|
|
5045
5044
|
# A value that indicates whether upgrades between different major
|
|
@@ -5740,7 +5739,7 @@ module Aws::Neptune
|
|
|
5740
5739
|
# new_db_instance_identifier: "String",
|
|
5741
5740
|
# storage_type: "String",
|
|
5742
5741
|
# tde_credential_arn: "String",
|
|
5743
|
-
# tde_credential_password: "
|
|
5742
|
+
# tde_credential_password: "SensitiveString",
|
|
5744
5743
|
# ca_certificate_identifier: "String",
|
|
5745
5744
|
# domain: "String",
|
|
5746
5745
|
# copy_tags_to_snapshot: false,
|
|
@@ -6471,11 +6470,7 @@ module Aws::Neptune
|
|
|
6471
6470
|
# @option params [String] :feature_name
|
|
6472
6471
|
# The name of the feature for the DB cluster that the IAM role is to be
|
|
6473
6472
|
# disassociated from. For the list of supported feature names, see
|
|
6474
|
-
#
|
|
6475
|
-
#
|
|
6476
|
-
#
|
|
6477
|
-
#
|
|
6478
|
-
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
|
|
6473
|
+
# DescribeDBEngineVersions.
|
|
6479
6474
|
#
|
|
6480
6475
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
6481
6476
|
#
|
|
@@ -7451,7 +7446,7 @@ module Aws::Neptune
|
|
|
7451
7446
|
params: params,
|
|
7452
7447
|
config: config)
|
|
7453
7448
|
context[:gem_name] = 'aws-sdk-neptune'
|
|
7454
|
-
context[:gem_version] = '1.
|
|
7449
|
+
context[:gem_version] = '1.58.0'
|
|
7455
7450
|
Seahorse::Client::Request.new(handlers, context)
|
|
7456
7451
|
end
|
|
7457
7452
|
|
|
@@ -282,6 +282,7 @@ module Aws::Neptune
|
|
|
282
282
|
SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
|
|
283
283
|
SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
|
|
284
284
|
SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault')
|
|
285
|
+
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
|
285
286
|
ServerlessV2ScalingConfiguration = Shapes::StructureShape.new(name: 'ServerlessV2ScalingConfiguration')
|
|
286
287
|
ServerlessV2ScalingConfigurationInfo = Shapes::StructureShape.new(name: 'ServerlessV2ScalingConfigurationInfo')
|
|
287
288
|
SharedSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SharedSnapshotQuotaExceededFault')
|
|
@@ -502,7 +503,7 @@ module Aws::Neptune
|
|
|
502
503
|
CreateDBInstanceMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
|
503
504
|
CreateDBInstanceMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
|
504
505
|
CreateDBInstanceMessage.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
|
505
|
-
CreateDBInstanceMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape:
|
|
506
|
+
CreateDBInstanceMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "TdeCredentialPassword"))
|
|
506
507
|
CreateDBInstanceMessage.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
|
|
507
508
|
CreateDBInstanceMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
|
508
509
|
CreateDBInstanceMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
|
@@ -1347,7 +1348,7 @@ module Aws::Neptune
|
|
|
1347
1348
|
ModifyDBInstanceMessage.add_member(:new_db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "NewDBInstanceIdentifier"))
|
|
1348
1349
|
ModifyDBInstanceMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
|
1349
1350
|
ModifyDBInstanceMessage.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
|
1350
|
-
ModifyDBInstanceMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape:
|
|
1351
|
+
ModifyDBInstanceMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "TdeCredentialPassword"))
|
|
1351
1352
|
ModifyDBInstanceMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
|
1352
1353
|
ModifyDBInstanceMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
|
1353
1354
|
ModifyDBInstanceMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
|
@@ -32,8 +32,8 @@ module Aws::Neptune
|
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
|
36
|
-
if Aws::Endpoints::Matchers.string_equals?(
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
|
|
37
37
|
return Aws::Endpoints::Endpoint.new(url: "https://rds.#{region}.amazonaws.com", headers: {}, properties: {})
|
|
38
38
|
end
|
|
39
39
|
return Aws::Endpoints::Endpoint.new(url: "https://rds-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
@@ -23,8 +23,7 @@ module Aws::Neptune
|
|
|
23
23
|
# @!attribute [rw] feature_name
|
|
24
24
|
# The name of the feature for the Neptune DB cluster that the IAM role
|
|
25
25
|
# is to be associated with. For the list of supported feature names,
|
|
26
|
-
# see
|
|
27
|
-
# [DBEngineVersion](neptune/latest/userguide/api-other-apis.html#DBEngineVersion).
|
|
26
|
+
# see DBEngineVersion.
|
|
28
27
|
# @return [String]
|
|
29
28
|
#
|
|
30
29
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/AddRoleToDBClusterMessage AWS API Documentation
|
|
@@ -764,8 +763,8 @@ module Aws::Neptune
|
|
|
764
763
|
#
|
|
765
764
|
# The default is a 30-minute window selected at random from an 8-hour
|
|
766
765
|
# block of time for each Amazon Region. To see the time blocks
|
|
767
|
-
# available, see [
|
|
768
|
-
#
|
|
766
|
+
# available, see [Neptune Maintenance Window][1] in the *Amazon
|
|
767
|
+
# Neptune User Guide.*
|
|
769
768
|
#
|
|
770
769
|
# Constraints:
|
|
771
770
|
#
|
|
@@ -779,7 +778,7 @@ module Aws::Neptune
|
|
|
779
778
|
#
|
|
780
779
|
#
|
|
781
780
|
#
|
|
782
|
-
# [1]: https://docs.aws.amazon.com/
|
|
781
|
+
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-maintaining.html#manage-console-maintaining-window
|
|
783
782
|
# @return [String]
|
|
784
783
|
#
|
|
785
784
|
# @!attribute [rw] preferred_maintenance_window
|
|
@@ -790,8 +789,8 @@ module Aws::Neptune
|
|
|
790
789
|
#
|
|
791
790
|
# The default is a 30-minute window selected at random from an 8-hour
|
|
792
791
|
# block of time for each Amazon Region, occurring on a random day of
|
|
793
|
-
# the week. To see the time blocks available, see [
|
|
794
|
-
#
|
|
792
|
+
# the week. To see the time blocks available, see [Neptune Maintenance
|
|
793
|
+
# Window][1] in the *Amazon Neptune User Guide.*
|
|
795
794
|
#
|
|
796
795
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
|
797
796
|
#
|
|
@@ -799,7 +798,7 @@ module Aws::Neptune
|
|
|
799
798
|
#
|
|
800
799
|
#
|
|
801
800
|
#
|
|
802
|
-
# [1]: https://docs.aws.amazon.com/
|
|
801
|
+
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-maintaining.html#manage-console-maintaining-window
|
|
803
802
|
# @return [String]
|
|
804
803
|
#
|
|
805
804
|
# @!attribute [rw] replication_source_identifier
|
|
@@ -986,7 +985,7 @@ module Aws::Neptune
|
|
|
986
985
|
# Contains the details of an Amazon Neptune DB cluster.
|
|
987
986
|
#
|
|
988
987
|
# This data type is used as a response element in the
|
|
989
|
-
# DescribeDBClusters
|
|
988
|
+
# DescribeDBClusters.
|
|
990
989
|
# @return [Types::DBCluster]
|
|
991
990
|
#
|
|
992
991
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CreateDBClusterResult AWS API Documentation
|
|
@@ -1421,7 +1420,7 @@ module Aws::Neptune
|
|
|
1421
1420
|
:performance_insights_kms_key_id,
|
|
1422
1421
|
:enable_cloudwatch_logs_exports,
|
|
1423
1422
|
:deletion_protection)
|
|
1424
|
-
SENSITIVE = []
|
|
1423
|
+
SENSITIVE = [:tde_credential_password]
|
|
1425
1424
|
include Aws::Structure
|
|
1426
1425
|
end
|
|
1427
1426
|
|
|
@@ -1696,8 +1695,8 @@ module Aws::Neptune
|
|
|
1696
1695
|
|
|
1697
1696
|
# Contains the details of an Amazon Neptune DB cluster.
|
|
1698
1697
|
#
|
|
1699
|
-
# This data type is used as a response element in the
|
|
1700
|
-
#
|
|
1698
|
+
# This data type is used as a response element in the
|
|
1699
|
+
# DescribeDBClusters.
|
|
1701
1700
|
#
|
|
1702
1701
|
# @!attribute [rw] allocated_storage
|
|
1703
1702
|
# `AllocatedStorage` always returns 1, because Neptune DB cluster
|
|
@@ -2320,11 +2319,7 @@ module Aws::Neptune
|
|
|
2320
2319
|
# @!attribute [rw] feature_name
|
|
2321
2320
|
# The name of the feature associated with the Amazon Identity and
|
|
2322
2321
|
# Access Management (IAM) role. For the list of supported feature
|
|
2323
|
-
# names, see
|
|
2324
|
-
#
|
|
2325
|
-
#
|
|
2326
|
-
#
|
|
2327
|
-
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
|
|
2322
|
+
# names, see DescribeDBEngineVersions.
|
|
2328
2323
|
# @return [String]
|
|
2329
2324
|
#
|
|
2330
2325
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterRole AWS API Documentation
|
|
@@ -3519,7 +3514,7 @@ module Aws::Neptune
|
|
|
3519
3514
|
# Contains the details of an Amazon Neptune DB cluster.
|
|
3520
3515
|
#
|
|
3521
3516
|
# This data type is used as a response element in the
|
|
3522
|
-
# DescribeDBClusters
|
|
3517
|
+
# DescribeDBClusters.
|
|
3523
3518
|
# @return [Types::DBCluster]
|
|
3524
3519
|
#
|
|
3525
3520
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DeleteDBClusterResult AWS API Documentation
|
|
@@ -5125,7 +5120,7 @@ module Aws::Neptune
|
|
|
5125
5120
|
# Contains the details of an Amazon Neptune DB cluster.
|
|
5126
5121
|
#
|
|
5127
5122
|
# This data type is used as a response element in the
|
|
5128
|
-
# DescribeDBClusters
|
|
5123
|
+
# DescribeDBClusters.
|
|
5129
5124
|
# @return [Types::DBCluster]
|
|
5130
5125
|
#
|
|
5131
5126
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/FailoverDBClusterResult AWS API Documentation
|
|
@@ -5727,12 +5722,11 @@ module Aws::Neptune
|
|
|
5727
5722
|
# `ApplyImmediately` parameter is set to true.
|
|
5728
5723
|
#
|
|
5729
5724
|
# For a list of valid engine versions, see [Engine Releases for Amazon
|
|
5730
|
-
# Neptune][1], or call
|
|
5725
|
+
# Neptune][1], or call DescribeDBEngineVersions.
|
|
5731
5726
|
#
|
|
5732
5727
|
#
|
|
5733
5728
|
#
|
|
5734
5729
|
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html
|
|
5735
|
-
# [2]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
|
|
5736
5730
|
# @return [String]
|
|
5737
5731
|
#
|
|
5738
5732
|
# @!attribute [rw] allow_major_version_upgrade
|
|
@@ -5836,7 +5830,7 @@ module Aws::Neptune
|
|
|
5836
5830
|
# Contains the details of an Amazon Neptune DB cluster.
|
|
5837
5831
|
#
|
|
5838
5832
|
# This data type is used as a response element in the
|
|
5839
|
-
# DescribeDBClusters
|
|
5833
|
+
# DescribeDBClusters.
|
|
5840
5834
|
# @return [Types::DBCluster]
|
|
5841
5835
|
#
|
|
5842
5836
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/ModifyDBClusterResult AWS API Documentation
|
|
@@ -6285,7 +6279,7 @@ module Aws::Neptune
|
|
|
6285
6279
|
:performance_insights_kms_key_id,
|
|
6286
6280
|
:cloudwatch_logs_export_configuration,
|
|
6287
6281
|
:deletion_protection)
|
|
6288
|
-
SENSITIVE = []
|
|
6282
|
+
SENSITIVE = [:tde_credential_password]
|
|
6289
6283
|
include Aws::Structure
|
|
6290
6284
|
end
|
|
6291
6285
|
|
|
@@ -6946,7 +6940,7 @@ module Aws::Neptune
|
|
|
6946
6940
|
# Contains the details of an Amazon Neptune DB cluster.
|
|
6947
6941
|
#
|
|
6948
6942
|
# This data type is used as a response element in the
|
|
6949
|
-
# DescribeDBClusters
|
|
6943
|
+
# DescribeDBClusters.
|
|
6950
6944
|
# @return [Types::DBCluster]
|
|
6951
6945
|
#
|
|
6952
6946
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/PromoteReadReplicaDBClusterResult AWS API Documentation
|
|
@@ -7082,11 +7076,7 @@ module Aws::Neptune
|
|
|
7082
7076
|
# @!attribute [rw] feature_name
|
|
7083
7077
|
# The name of the feature for the DB cluster that the IAM role is to
|
|
7084
7078
|
# be disassociated from. For the list of supported feature names, see
|
|
7085
|
-
#
|
|
7086
|
-
#
|
|
7087
|
-
#
|
|
7088
|
-
#
|
|
7089
|
-
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
|
|
7079
|
+
# DescribeDBEngineVersions.
|
|
7090
7080
|
# @return [String]
|
|
7091
7081
|
#
|
|
7092
7082
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RemoveRoleFromDBClusterMessage AWS API Documentation
|
|
@@ -7425,7 +7415,7 @@ module Aws::Neptune
|
|
|
7425
7415
|
# Contains the details of an Amazon Neptune DB cluster.
|
|
7426
7416
|
#
|
|
7427
7417
|
# This data type is used as a response element in the
|
|
7428
|
-
# DescribeDBClusters
|
|
7418
|
+
# DescribeDBClusters.
|
|
7429
7419
|
# @return [Types::DBCluster]
|
|
7430
7420
|
#
|
|
7431
7421
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RestoreDBClusterFromSnapshotResult AWS API Documentation
|
|
@@ -7629,7 +7619,7 @@ module Aws::Neptune
|
|
|
7629
7619
|
# Contains the details of an Amazon Neptune DB cluster.
|
|
7630
7620
|
#
|
|
7631
7621
|
# This data type is used as a response element in the
|
|
7632
|
-
# DescribeDBClusters
|
|
7622
|
+
# DescribeDBClusters.
|
|
7633
7623
|
# @return [Types::DBCluster]
|
|
7634
7624
|
#
|
|
7635
7625
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RestoreDBClusterToPointInTimeResult AWS API Documentation
|
|
@@ -7755,7 +7745,7 @@ module Aws::Neptune
|
|
|
7755
7745
|
# Contains the details of an Amazon Neptune DB cluster.
|
|
7756
7746
|
#
|
|
7757
7747
|
# This data type is used as a response element in the
|
|
7758
|
-
# DescribeDBClusters
|
|
7748
|
+
# DescribeDBClusters.
|
|
7759
7749
|
# @return [Types::DBCluster]
|
|
7760
7750
|
#
|
|
7761
7751
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/StartDBClusterResult AWS API Documentation
|
|
@@ -7783,7 +7773,7 @@ module Aws::Neptune
|
|
|
7783
7773
|
# Contains the details of an Amazon Neptune DB cluster.
|
|
7784
7774
|
#
|
|
7785
7775
|
# This data type is used as a response element in the
|
|
7786
|
-
# DescribeDBClusters
|
|
7776
|
+
# DescribeDBClusters.
|
|
7787
7777
|
# @return [Types::DBCluster]
|
|
7788
7778
|
#
|
|
7789
7779
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/StopDBClusterResult AWS API Documentation
|
data/lib/aws-sdk-neptune.rb
CHANGED
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.
|
|
4
|
+
version: 1.58.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: 2023-
|
|
11
|
+
date: 2023-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|