aws-sdk-neptune 1.101.0 → 1.103.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-neptune/client.rb +12 -12
- data/lib/aws-sdk-neptune/types.rb +13 -13
- data/lib/aws-sdk-neptune.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b3440ebfc3da467fdd5d51d96d58f52201aba425e77b242e34019c6ba654722
|
|
4
|
+
data.tar.gz: 71c2241dba0e794a76d281a141caca2e00f773880cec502541126e2c6f90d79d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45e47b8e430a6ef3e6823f72e0f13dd8a428524b2c6e0db9c7bc085f1ab9184cefb0068a59dea57222fd2465d48ecd902ae7d337fe11c041c68e57b0a65b6b24
|
|
7
|
+
data.tar.gz: 701f6b9e7fb0133264732610263968426b9b62ae9cf7e42e15f66470bcb76fd9a1e28956ecfbd6b5d954c2e3cff34f84d7b5ed963051a3bc858cafa083e376f0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.103.0 (2026-05-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.102.0 (2026-04-17)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Improving Documentation for Neptune
|
|
13
|
+
|
|
4
14
|
1.101.0 (2026-03-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.103.0
|
|
@@ -789,9 +789,9 @@ module Aws::Neptune
|
|
|
789
789
|
# Example: `my-cluster-snapshot2`
|
|
790
790
|
#
|
|
791
791
|
# @option params [String] :kms_key_id
|
|
792
|
-
# The Amazon
|
|
793
|
-
#
|
|
794
|
-
#
|
|
792
|
+
# The Amazon KMS key ID for an encrypted DB cluster snapshot. The KMS
|
|
793
|
+
# key ID is the Amazon Resource Name (ARN), KMS key identifier, or the
|
|
794
|
+
# KMS key alias for the KMS encryption key.
|
|
795
795
|
#
|
|
796
796
|
# If you copy an encrypted DB cluster snapshot from your Amazon account,
|
|
797
797
|
# you can specify a value for `KmsKeyId` to encrypt the copy with a new
|
|
@@ -1792,7 +1792,7 @@ module Aws::Neptune
|
|
|
1792
1792
|
# encryption key. If you are creating a DB instance with the same Amazon
|
|
1793
1793
|
# account that owns the KMS encryption key used to encrypt the new DB
|
|
1794
1794
|
# instance, then you can use the KMS key alias instead of the ARN for
|
|
1795
|
-
# the
|
|
1795
|
+
# the KMS encryption key.
|
|
1796
1796
|
#
|
|
1797
1797
|
# Not applicable. The KMS key identifier is managed by the DB cluster.
|
|
1798
1798
|
# For more information, see CreateDBCluster.
|
|
@@ -2253,7 +2253,7 @@ module Aws::Neptune
|
|
|
2253
2253
|
#
|
|
2254
2254
|
# @option params [Boolean] :enabled
|
|
2255
2255
|
# A Boolean value; set to **true** to activate the subscription, set to
|
|
2256
|
-
# **false** to create the subscription but not
|
|
2256
|
+
# **false** to create the subscription but not activate it.
|
|
2257
2257
|
#
|
|
2258
2258
|
# @option params [Array<Types::Tag>] :tags
|
|
2259
2259
|
# The tags to be applied to the new event subscription.
|
|
@@ -2337,7 +2337,7 @@ module Aws::Neptune
|
|
|
2337
2337
|
#
|
|
2338
2338
|
# @option params [String] :database_name
|
|
2339
2339
|
# The name for the new global database (up to 64 alpha-numeric
|
|
2340
|
-
# characters.
|
|
2340
|
+
# characters).
|
|
2341
2341
|
#
|
|
2342
2342
|
# @option params [Array<Types::Tag>] :tags
|
|
2343
2343
|
# Tags to assign to the global cluster.
|
|
@@ -2436,7 +2436,7 @@ module Aws::Neptune
|
|
|
2436
2436
|
# The DB cluster snapshot identifier of the new DB cluster snapshot
|
|
2437
2437
|
# created when `SkipFinalSnapshot` is set to `false`.
|
|
2438
2438
|
#
|
|
2439
|
-
# <note markdown="1"> Specifying this parameter and also setting the `
|
|
2439
|
+
# <note markdown="1"> Specifying this parameter and also setting the `SkipFinalSnapshot`
|
|
2440
2440
|
# parameter to true results in an error.
|
|
2441
2441
|
#
|
|
2442
2442
|
# </note>
|
|
@@ -2736,7 +2736,7 @@ module Aws::Neptune
|
|
|
2736
2736
|
# The DBSnapshotIdentifier of the new DBSnapshot created when
|
|
2737
2737
|
# SkipFinalSnapshot is set to `false`.
|
|
2738
2738
|
#
|
|
2739
|
-
# <note markdown="1"> Specifying this parameter and also setting the
|
|
2739
|
+
# <note markdown="1"> Specifying this parameter and also setting the SkipFinalSnapshot
|
|
2740
2740
|
# parameter to true results in an error.
|
|
2741
2741
|
#
|
|
2742
2742
|
# </note>
|
|
@@ -5021,13 +5021,13 @@ module Aws::Neptune
|
|
|
5021
5021
|
# If you don't specify `AllowDataLoss`, the global database cluster
|
|
5022
5022
|
# operation defaults to a switchover.
|
|
5023
5023
|
#
|
|
5024
|
-
# Constraints:Can't be specified together with the `Switchover`
|
|
5024
|
+
# Constraints: Can't be specified together with the `Switchover`
|
|
5025
5025
|
# parameter.
|
|
5026
5026
|
#
|
|
5027
5027
|
# @option params [Boolean] :switchover
|
|
5028
5028
|
# Specifies whether to switch over this global database cluster.
|
|
5029
5029
|
#
|
|
5030
|
-
# Constraints:Can't be specified together with the `AllowDataLoss`
|
|
5030
|
+
# Constraints: Can't be specified together with the `AllowDataLoss`
|
|
5031
5031
|
# parameter.
|
|
5032
5032
|
#
|
|
5033
5033
|
# @return [Types::FailoverGlobalClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -6674,7 +6674,7 @@ module Aws::Neptune
|
|
|
6674
6674
|
# Detaches a Neptune DB cluster from a Neptune global database. A
|
|
6675
6675
|
# secondary cluster becomes a normal standalone cluster with read-write
|
|
6676
6676
|
# capability instead of being read-only, and no longer receives data
|
|
6677
|
-
# from
|
|
6677
|
+
# from the primary cluster.
|
|
6678
6678
|
#
|
|
6679
6679
|
# @option params [required, String] :global_cluster_identifier
|
|
6680
6680
|
# The identifier of the Neptune global database from which to detach the
|
|
@@ -7825,7 +7825,7 @@ module Aws::Neptune
|
|
|
7825
7825
|
tracer: tracer
|
|
7826
7826
|
)
|
|
7827
7827
|
context[:gem_name] = 'aws-sdk-neptune'
|
|
7828
|
-
context[:gem_version] = '1.
|
|
7828
|
+
context[:gem_version] = '1.103.0'
|
|
7829
7829
|
Seahorse::Client::Request.new(handlers, context)
|
|
7830
7830
|
end
|
|
7831
7831
|
|
|
@@ -418,9 +418,9 @@ module Aws::Neptune
|
|
|
418
418
|
# @return [String]
|
|
419
419
|
#
|
|
420
420
|
# @!attribute [rw] kms_key_id
|
|
421
|
-
# The Amazon
|
|
422
|
-
#
|
|
423
|
-
#
|
|
421
|
+
# The Amazon KMS key ID for an encrypted DB cluster snapshot. The KMS
|
|
422
|
+
# key ID is the Amazon Resource Name (ARN), KMS key identifier, or the
|
|
423
|
+
# KMS key alias for the KMS encryption key.
|
|
424
424
|
#
|
|
425
425
|
# If you copy an encrypted DB cluster snapshot from your Amazon
|
|
426
426
|
# account, you can specify a value for `KmsKeyId` to encrypt the copy
|
|
@@ -1356,7 +1356,7 @@ module Aws::Neptune
|
|
|
1356
1356
|
# encryption key. If you are creating a DB instance with the same
|
|
1357
1357
|
# Amazon account that owns the KMS encryption key used to encrypt the
|
|
1358
1358
|
# new DB instance, then you can use the KMS key alias instead of the
|
|
1359
|
-
# ARN for the
|
|
1359
|
+
# ARN for the KMS encryption key.
|
|
1360
1360
|
#
|
|
1361
1361
|
# Not applicable. The KMS key identifier is managed by the DB cluster.
|
|
1362
1362
|
# For more information, see CreateDBCluster.
|
|
@@ -1671,7 +1671,7 @@ module Aws::Neptune
|
|
|
1671
1671
|
#
|
|
1672
1672
|
# @!attribute [rw] enabled
|
|
1673
1673
|
# A Boolean value; set to **true** to activate the subscription, set
|
|
1674
|
-
# to **false** to create the subscription but not
|
|
1674
|
+
# to **false** to create the subscription but not activate it.
|
|
1675
1675
|
# @return [Boolean]
|
|
1676
1676
|
#
|
|
1677
1677
|
# @!attribute [rw] tags
|
|
@@ -1734,7 +1734,7 @@ module Aws::Neptune
|
|
|
1734
1734
|
#
|
|
1735
1735
|
# @!attribute [rw] database_name
|
|
1736
1736
|
# The name for the new global database (up to 64 alpha-numeric
|
|
1737
|
-
# characters.
|
|
1737
|
+
# characters).
|
|
1738
1738
|
# @return [String]
|
|
1739
1739
|
#
|
|
1740
1740
|
# @!attribute [rw] tags
|
|
@@ -2193,7 +2193,7 @@ module Aws::Neptune
|
|
|
2193
2193
|
class DBClusterEndpointAlreadyExistsFault < Aws::EmptyStructure; end
|
|
2194
2194
|
|
|
2195
2195
|
# @!attribute [rw] marker
|
|
2196
|
-
#
|
|
2196
|
+
# An optional pagination token provided by a previous
|
|
2197
2197
|
# `DescribeDBClusterEndpoints` request. If this parameter is
|
|
2198
2198
|
# specified, the response includes only records beyond the marker, up
|
|
2199
2199
|
# to the value specified by `MaxRecords`.
|
|
@@ -3304,7 +3304,7 @@ module Aws::Neptune
|
|
|
3304
3304
|
# * RebootDBInstance
|
|
3305
3305
|
#
|
|
3306
3306
|
# @!attribute [rw] db_parameter_group_name
|
|
3307
|
-
# The name of the
|
|
3307
|
+
# The name of the DB parameter group.
|
|
3308
3308
|
# @return [String]
|
|
3309
3309
|
#
|
|
3310
3310
|
# @!attribute [rw] parameter_apply_status
|
|
@@ -3603,7 +3603,7 @@ module Aws::Neptune
|
|
|
3603
3603
|
# The DB cluster snapshot identifier of the new DB cluster snapshot
|
|
3604
3604
|
# created when `SkipFinalSnapshot` is set to `false`.
|
|
3605
3605
|
#
|
|
3606
|
-
# <note markdown="1"> Specifying this parameter and also setting the `
|
|
3606
|
+
# <note markdown="1"> Specifying this parameter and also setting the `SkipFinalSnapshot`
|
|
3607
3607
|
# parameter to true results in an error.
|
|
3608
3608
|
#
|
|
3609
3609
|
# </note>
|
|
@@ -3728,7 +3728,7 @@ module Aws::Neptune
|
|
|
3728
3728
|
# The DBSnapshotIdentifier of the new DBSnapshot created when
|
|
3729
3729
|
# SkipFinalSnapshot is set to `false`.
|
|
3730
3730
|
#
|
|
3731
|
-
# <note markdown="1"> Specifying this parameter and also setting the
|
|
3731
|
+
# <note markdown="1"> Specifying this parameter and also setting the SkipFinalSnapshot
|
|
3732
3732
|
# parameter to true results in an error.
|
|
3733
3733
|
#
|
|
3734
3734
|
# </note>
|
|
@@ -5291,14 +5291,14 @@ module Aws::Neptune
|
|
|
5291
5291
|
# If you don't specify `AllowDataLoss`, the global database cluster
|
|
5292
5292
|
# operation defaults to a switchover.
|
|
5293
5293
|
#
|
|
5294
|
-
# Constraints:Can't be specified together with the `Switchover`
|
|
5294
|
+
# Constraints: Can't be specified together with the `Switchover`
|
|
5295
5295
|
# parameter.
|
|
5296
5296
|
# @return [Boolean]
|
|
5297
5297
|
#
|
|
5298
5298
|
# @!attribute [rw] switchover
|
|
5299
5299
|
# Specifies whether to switch over this global database cluster.
|
|
5300
5300
|
#
|
|
5301
|
-
# Constraints:Can't be specified together with the `AllowDataLoss`
|
|
5301
|
+
# Constraints: Can't be specified together with the `AllowDataLoss`
|
|
5302
5302
|
# parameter.
|
|
5303
5303
|
# @return [Boolean]
|
|
5304
5304
|
#
|
|
@@ -5419,7 +5419,7 @@ module Aws::Neptune
|
|
|
5419
5419
|
#
|
|
5420
5420
|
# @!attribute [rw] global_cluster_resource_id
|
|
5421
5421
|
# An immutable identifier for the global database that is unique
|
|
5422
|
-
# within
|
|
5422
|
+
# within all regions. This identifier is found in CloudTrail log
|
|
5423
5423
|
# entries whenever the KMS key for the DB cluster is accessed.
|
|
5424
5424
|
# @return [String]
|
|
5425
5425
|
#
|
data/lib/aws-sdk-neptune.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.103.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.247.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.247.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|