aws-sdk-neptune 1.92.0 → 1.93.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f32d43d7cf07747272d2a562d45f4d2f0b979902fd748af8b4f29ab23b2154c0
4
- data.tar.gz: 2ef6b05618d5c906d4a5c721b21ab3cbb493ce88bd5b6bf21fc3889d94067eb1
3
+ metadata.gz: 699cd7a53e60565bace39dad2947db4a4deb969b13d5984c8003ba8e3a5db095
4
+ data.tar.gz: 5da2395071b8b78052d9a0d52849d0bdfea8a0c836f82b33ef1b176549fe7921
5
5
  SHA512:
6
- metadata.gz: ee5606996c5390cad743643a167c0e0d55a1f7840882732f4ab36d106c904b6a5667c8d59d0a0c09c46150d035c65697410d631cc9f179d50fe72eb99608eebe
7
- data.tar.gz: 3e362ee053e0a7ead5a47503a1195087e8e78b1cce74f4cc08bb63f5aeadeb59f3a41f16319e4c183ab59b8f8fcc2864bd00ce303d3a7043b4bf29ca3519897a
6
+ metadata.gz: 41ab4eb71060e48b1602df81b1aa2d1909726790f2519b47b00ddb695d2e7de6e5451d6f65fcfe68f47661b7d4a6967b5786f43de6f44f63cf546b9673d54c62
7
+ data.tar.gz: cbc606e5f0385b2433d165b5ab5a4699c38429d09516d2e4a19b8f04656bf619b5eabd89daeaf5bb3ec1a356384657d6f8d860817630045b0c975eb0bea37c3a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2025-09-24)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update to address customer use.
8
+
4
9
  1.92.0 (2025-09-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -762,7 +762,9 @@ module Aws::Neptune
762
762
  #
763
763
  # @option params [required, String] :source_db_cluster_snapshot_identifier
764
764
  # The identifier of the DB cluster snapshot to copy. This parameter is
765
- # not case-sensitive.
765
+ # not case-sensitive. If the source DB cluster snapshot is in a
766
+ # different region or owned by another account, specify the snapshot
767
+ # ARN.
766
768
  #
767
769
  # Constraints:
768
770
  #
@@ -7781,7 +7783,7 @@ module Aws::Neptune
7781
7783
  tracer: tracer
7782
7784
  )
7783
7785
  context[:gem_name] = 'aws-sdk-neptune'
7784
- context[:gem_version] = '1.92.0'
7786
+ context[:gem_version] = '1.93.0'
7785
7787
  Seahorse::Client::Request.new(handlers, context)
7786
7788
  end
7787
7789
 
@@ -389,7 +389,9 @@ module Aws::Neptune
389
389
 
390
390
  # @!attribute [rw] source_db_cluster_snapshot_identifier
391
391
  # The identifier of the DB cluster snapshot to copy. This parameter is
392
- # not case-sensitive.
392
+ # not case-sensitive. If the source DB cluster snapshot is in a
393
+ # different region or owned by another account, specify the snapshot
394
+ # ARN.
393
395
  #
394
396
  # Constraints:
395
397
  #
@@ -55,7 +55,7 @@ module Aws::Neptune
55
55
  autoload :EndpointProvider, 'aws-sdk-neptune/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-neptune/endpoints'
57
57
 
58
- GEM_VERSION = '1.92.0'
58
+ GEM_VERSION = '1.93.0'
59
59
 
60
60
  end
61
61
 
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.92.0
4
+ version: 1.93.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services