aws-sdk-neptune 1.99.0 → 1.100.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: 52a1c87a12e70e26cf8b67b6905e7bd7cd2a15a2fd2444eb7b3a91070eb5d083
4
- data.tar.gz: ee5ff5df810a510d0a641f5e86aeab5c43932b1d5c83a79b93ee9671be42053f
3
+ metadata.gz: 3f7c8f96c3681011053d154bf48c694e7530518eca080e89fc63bac52dba2074
4
+ data.tar.gz: 624c7e628cb37895ad496387916b43291be935b6d78a7cdc79a8a1c23c0cee76
5
5
  SHA512:
6
- metadata.gz: 6c8eb436bfd7c1c1f85a7ee45d3dc78d4186956c998acace2b6de4d78916ec836dcbf8547afcadd381cb4b46b7d0502f542fd5e631603ffe1467c59089b32382
7
- data.tar.gz: 29e1f3e063af9005f98092f8f3c797befe6cd6db18af3648c2f4020195fe6309d588563bac8e995be8a7168308feb913af59a6ba98d746d8d8021e626494c056
6
+ metadata.gz: 66db5b200f6be0efb449d0ef32ad6394521b5bdc54688ca99bf01c832406c4e54b259d32db02ef1e100306f58682f3cb628e83a637144f2dba4f6cadf4f72f86
7
+ data.tar.gz: b806195422aa83ed4e73b3d740fcdaaede1c4d226af4d7f2df03d4f5059b403e2be64372faccb3cc0859ddafd1d72c0e095f562baa5e9ed33e0431e5b98fd619
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2026-02-25)
5
+ ------------------
6
+
7
+ * Feature - Neptune global clusters now supports tags
8
+
4
9
  1.99.0 (2026-01-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.100.0
@@ -2335,6 +2335,13 @@ module Aws::Neptune
2335
2335
  # The deletion protection setting for the new global database. The
2336
2336
  # global database can't be deleted when deletion protection is enabled.
2337
2337
  #
2338
+ # @option params [String] :database_name
2339
+ # The name for the new global database (up to 64 alpha-numeric
2340
+ # characters.
2341
+ #
2342
+ # @option params [Array<Types::Tag>] :tags
2343
+ # Tags to assign to the global cluster.
2344
+ #
2338
2345
  # @option params [Boolean] :storage_encrypted
2339
2346
  # The storage encryption setting for the new global database cluster.
2340
2347
  #
@@ -2350,6 +2357,13 @@ module Aws::Neptune
2350
2357
  # engine: "String",
2351
2358
  # engine_version: "String",
2352
2359
  # deletion_protection: false,
2360
+ # database_name: "String",
2361
+ # tags: [
2362
+ # {
2363
+ # key: "String",
2364
+ # value: "String",
2365
+ # },
2366
+ # ],
2353
2367
  # storage_encrypted: false,
2354
2368
  # })
2355
2369
  #
@@ -2361,6 +2375,7 @@ module Aws::Neptune
2361
2375
  # resp.global_cluster.status #=> String
2362
2376
  # resp.global_cluster.engine #=> String
2363
2377
  # resp.global_cluster.engine_version #=> String
2378
+ # resp.global_cluster.database_name #=> String
2364
2379
  # resp.global_cluster.storage_encrypted #=> Boolean
2365
2380
  # resp.global_cluster.deletion_protection #=> Boolean
2366
2381
  # resp.global_cluster.global_cluster_members #=> Array
@@ -2372,6 +2387,9 @@ module Aws::Neptune
2372
2387
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
2373
2388
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
2374
2389
  # resp.global_cluster.failover_state.is_data_loss_allowed #=> Boolean
2390
+ # resp.global_cluster.tag_list #=> Array
2391
+ # resp.global_cluster.tag_list[0].key #=> String
2392
+ # resp.global_cluster.tag_list[0].value #=> String
2375
2393
  #
2376
2394
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CreateGlobalCluster AWS API Documentation
2377
2395
  #
@@ -2987,6 +3005,7 @@ module Aws::Neptune
2987
3005
  # resp.global_cluster.status #=> String
2988
3006
  # resp.global_cluster.engine #=> String
2989
3007
  # resp.global_cluster.engine_version #=> String
3008
+ # resp.global_cluster.database_name #=> String
2990
3009
  # resp.global_cluster.storage_encrypted #=> Boolean
2991
3010
  # resp.global_cluster.deletion_protection #=> Boolean
2992
3011
  # resp.global_cluster.global_cluster_members #=> Array
@@ -2998,6 +3017,9 @@ module Aws::Neptune
2998
3017
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
2999
3018
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
3000
3019
  # resp.global_cluster.failover_state.is_data_loss_allowed #=> Boolean
3020
+ # resp.global_cluster.tag_list #=> Array
3021
+ # resp.global_cluster.tag_list[0].key #=> String
3022
+ # resp.global_cluster.tag_list[0].value #=> String
3001
3023
  #
3002
3024
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DeleteGlobalCluster AWS API Documentation
3003
3025
  #
@@ -4590,6 +4612,7 @@ module Aws::Neptune
4590
4612
  # resp.global_clusters[0].status #=> String
4591
4613
  # resp.global_clusters[0].engine #=> String
4592
4614
  # resp.global_clusters[0].engine_version #=> String
4615
+ # resp.global_clusters[0].database_name #=> String
4593
4616
  # resp.global_clusters[0].storage_encrypted #=> Boolean
4594
4617
  # resp.global_clusters[0].deletion_protection #=> Boolean
4595
4618
  # resp.global_clusters[0].global_cluster_members #=> Array
@@ -4601,6 +4624,9 @@ module Aws::Neptune
4601
4624
  # resp.global_clusters[0].failover_state.from_db_cluster_arn #=> String
4602
4625
  # resp.global_clusters[0].failover_state.to_db_cluster_arn #=> String
4603
4626
  # resp.global_clusters[0].failover_state.is_data_loss_allowed #=> Boolean
4627
+ # resp.global_clusters[0].tag_list #=> Array
4628
+ # resp.global_clusters[0].tag_list[0].key #=> String
4629
+ # resp.global_clusters[0].tag_list[0].value #=> String
4604
4630
  #
4605
4631
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DescribeGlobalClusters AWS API Documentation
4606
4632
  #
@@ -5025,6 +5051,7 @@ module Aws::Neptune
5025
5051
  # resp.global_cluster.status #=> String
5026
5052
  # resp.global_cluster.engine #=> String
5027
5053
  # resp.global_cluster.engine_version #=> String
5054
+ # resp.global_cluster.database_name #=> String
5028
5055
  # resp.global_cluster.storage_encrypted #=> Boolean
5029
5056
  # resp.global_cluster.deletion_protection #=> Boolean
5030
5057
  # resp.global_cluster.global_cluster_members #=> Array
@@ -5036,6 +5063,9 @@ module Aws::Neptune
5036
5063
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
5037
5064
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
5038
5065
  # resp.global_cluster.failover_state.is_data_loss_allowed #=> Boolean
5066
+ # resp.global_cluster.tag_list #=> Array
5067
+ # resp.global_cluster.tag_list[0].key #=> String
5068
+ # resp.global_cluster.tag_list[0].value #=> String
5039
5069
  #
5040
5070
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/FailoverGlobalCluster AWS API Documentation
5041
5071
  #
@@ -6373,6 +6403,7 @@ module Aws::Neptune
6373
6403
  # resp.global_cluster.status #=> String
6374
6404
  # resp.global_cluster.engine #=> String
6375
6405
  # resp.global_cluster.engine_version #=> String
6406
+ # resp.global_cluster.database_name #=> String
6376
6407
  # resp.global_cluster.storage_encrypted #=> Boolean
6377
6408
  # resp.global_cluster.deletion_protection #=> Boolean
6378
6409
  # resp.global_cluster.global_cluster_members #=> Array
@@ -6384,6 +6415,9 @@ module Aws::Neptune
6384
6415
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
6385
6416
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
6386
6417
  # resp.global_cluster.failover_state.is_data_loss_allowed #=> Boolean
6418
+ # resp.global_cluster.tag_list #=> Array
6419
+ # resp.global_cluster.tag_list[0].key #=> String
6420
+ # resp.global_cluster.tag_list[0].value #=> String
6387
6421
  #
6388
6422
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/ModifyGlobalCluster AWS API Documentation
6389
6423
  #
@@ -6669,6 +6703,7 @@ module Aws::Neptune
6669
6703
  # resp.global_cluster.status #=> String
6670
6704
  # resp.global_cluster.engine #=> String
6671
6705
  # resp.global_cluster.engine_version #=> String
6706
+ # resp.global_cluster.database_name #=> String
6672
6707
  # resp.global_cluster.storage_encrypted #=> Boolean
6673
6708
  # resp.global_cluster.deletion_protection #=> Boolean
6674
6709
  # resp.global_cluster.global_cluster_members #=> Array
@@ -6680,6 +6715,9 @@ module Aws::Neptune
6680
6715
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
6681
6716
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
6682
6717
  # resp.global_cluster.failover_state.is_data_loss_allowed #=> Boolean
6718
+ # resp.global_cluster.tag_list #=> Array
6719
+ # resp.global_cluster.tag_list[0].key #=> String
6720
+ # resp.global_cluster.tag_list[0].value #=> String
6683
6721
  #
6684
6722
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RemoveFromGlobalCluster AWS API Documentation
6685
6723
  #
@@ -7744,6 +7782,7 @@ module Aws::Neptune
7744
7782
  # resp.global_cluster.status #=> String
7745
7783
  # resp.global_cluster.engine #=> String
7746
7784
  # resp.global_cluster.engine_version #=> String
7785
+ # resp.global_cluster.database_name #=> String
7747
7786
  # resp.global_cluster.storage_encrypted #=> Boolean
7748
7787
  # resp.global_cluster.deletion_protection #=> Boolean
7749
7788
  # resp.global_cluster.global_cluster_members #=> Array
@@ -7755,6 +7794,9 @@ module Aws::Neptune
7755
7794
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
7756
7795
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
7757
7796
  # resp.global_cluster.failover_state.is_data_loss_allowed #=> Boolean
7797
+ # resp.global_cluster.tag_list #=> Array
7798
+ # resp.global_cluster.tag_list[0].key #=> String
7799
+ # resp.global_cluster.tag_list[0].value #=> String
7758
7800
  #
7759
7801
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/SwitchoverGlobalCluster AWS API Documentation
7760
7802
  #
@@ -7783,7 +7825,7 @@ module Aws::Neptune
7783
7825
  tracer: tracer
7784
7826
  )
7785
7827
  context[:gem_name] = 'aws-sdk-neptune'
7786
- context[:gem_version] = '1.99.0'
7828
+ context[:gem_version] = '1.100.0'
7787
7829
  Seahorse::Client::Request.new(handlers, context)
7788
7830
  end
7789
7831
 
@@ -565,6 +565,8 @@ module Aws::Neptune
565
565
  CreateGlobalClusterMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
566
566
  CreateGlobalClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
567
567
  CreateGlobalClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
568
+ CreateGlobalClusterMessage.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
569
+ CreateGlobalClusterMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
568
570
  CreateGlobalClusterMessage.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
569
571
  CreateGlobalClusterMessage.struct_class = Types::CreateGlobalClusterMessage
570
572
 
@@ -1219,10 +1221,12 @@ module Aws::Neptune
1219
1221
  GlobalCluster.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
1220
1222
  GlobalCluster.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
1221
1223
  GlobalCluster.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
1224
+ GlobalCluster.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
1222
1225
  GlobalCluster.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
1223
1226
  GlobalCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
1224
1227
  GlobalCluster.add_member(:global_cluster_members, Shapes::ShapeRef.new(shape: GlobalClusterMemberList, location_name: "GlobalClusterMembers"))
1225
1228
  GlobalCluster.add_member(:failover_state, Shapes::ShapeRef.new(shape: FailoverState, location_name: "FailoverState"))
1229
+ GlobalCluster.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
1226
1230
  GlobalCluster.struct_class = Types::GlobalCluster
1227
1231
 
1228
1232
  GlobalClusterAlreadyExistsFault.struct_class = Types::GlobalClusterAlreadyExistsFault
@@ -2493,7 +2497,10 @@ module Aws::Neptune
2493
2497
  o.input = Shapes::ShapeRef.new(shape: ModifyGlobalClusterMessage)
2494
2498
  o.output = Shapes::ShapeRef.new(shape: ModifyGlobalClusterResult)
2495
2499
  o.errors << Shapes::ShapeRef.new(shape: GlobalClusterNotFoundFault)
2500
+ o.errors << Shapes::ShapeRef.new(shape: GlobalClusterAlreadyExistsFault)
2496
2501
  o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalClusterStateFault)
2502
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
2503
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
2497
2504
  end)
2498
2505
 
2499
2506
  api.add_operation(:promote_read_replica_db_cluster, Seahorse::Model::Operation.new.tap do |o|
@@ -1732,6 +1732,15 @@ module Aws::Neptune
1732
1732
  # enabled.
1733
1733
  # @return [Boolean]
1734
1734
  #
1735
+ # @!attribute [rw] database_name
1736
+ # The name for the new global database (up to 64 alpha-numeric
1737
+ # characters.
1738
+ # @return [String]
1739
+ #
1740
+ # @!attribute [rw] tags
1741
+ # Tags to assign to the global cluster.
1742
+ # @return [Array<Types::Tag>]
1743
+ #
1735
1744
  # @!attribute [rw] storage_encrypted
1736
1745
  # The storage encryption setting for the new global database cluster.
1737
1746
  # @return [Boolean]
@@ -1744,6 +1753,8 @@ module Aws::Neptune
1744
1753
  :engine,
1745
1754
  :engine_version,
1746
1755
  :deletion_protection,
1756
+ :database_name,
1757
+ :tags,
1747
1758
  :storage_encrypted)
1748
1759
  SENSITIVE = []
1749
1760
  include Aws::Structure
@@ -5429,6 +5440,10 @@ module Aws::Neptune
5429
5440
  # The Neptune engine version used by the global database.
5430
5441
  # @return [String]
5431
5442
  #
5443
+ # @!attribute [rw] database_name
5444
+ # The default database name within the new global database cluster.
5445
+ # @return [String]
5446
+ #
5432
5447
  # @!attribute [rw] storage_encrypted
5433
5448
  # The storage encryption setting for the global database.
5434
5449
  # @return [Boolean]
@@ -5450,6 +5465,10 @@ module Aws::Neptune
5450
5465
  # called on this global cluster.
5451
5466
  # @return [Types::FailoverState]
5452
5467
  #
5468
+ # @!attribute [rw] tag_list
5469
+ # A list of global cluster tags.
5470
+ # @return [Array<Types::Tag>]
5471
+ #
5453
5472
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/GlobalCluster AWS API Documentation
5454
5473
  #
5455
5474
  class GlobalCluster < Struct.new(
@@ -5459,10 +5478,12 @@ module Aws::Neptune
5459
5478
  :status,
5460
5479
  :engine,
5461
5480
  :engine_version,
5481
+ :database_name,
5462
5482
  :storage_encrypted,
5463
5483
  :deletion_protection,
5464
5484
  :global_cluster_members,
5465
- :failover_state)
5485
+ :failover_state,
5486
+ :tag_list)
5466
5487
  SENSITIVE = []
5467
5488
  include Aws::Structure
5468
5489
  end
@@ -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.99.0'
58
+ GEM_VERSION = '1.100.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -413,6 +413,13 @@ module Aws
413
413
  ?engine: ::String,
414
414
  ?engine_version: ::String,
415
415
  ?deletion_protection: bool,
416
+ ?database_name: ::String,
417
+ ?tags: Array[
418
+ {
419
+ key: ::String?,
420
+ value: ::String?
421
+ },
422
+ ],
416
423
  ?storage_encrypted: bool
417
424
  ) -> _CreateGlobalClusterResponseSuccess
418
425
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGlobalClusterResponseSuccess
data/sig/types.rbs CHANGED
@@ -308,6 +308,8 @@ module Aws::Neptune
308
308
  attr_accessor engine: ::String
309
309
  attr_accessor engine_version: ::String
310
310
  attr_accessor deletion_protection: bool
311
+ attr_accessor database_name: ::String
312
+ attr_accessor tags: ::Array[Types::Tag]
311
313
  attr_accessor storage_encrypted: bool
312
314
  SENSITIVE: []
313
315
  end
@@ -1112,10 +1114,12 @@ module Aws::Neptune
1112
1114
  attr_accessor status: ::String
1113
1115
  attr_accessor engine: ::String
1114
1116
  attr_accessor engine_version: ::String
1117
+ attr_accessor database_name: ::String
1115
1118
  attr_accessor storage_encrypted: bool
1116
1119
  attr_accessor deletion_protection: bool
1117
1120
  attr_accessor global_cluster_members: ::Array[Types::GlobalClusterMember]
1118
1121
  attr_accessor failover_state: Types::FailoverState
1122
+ attr_accessor tag_list: ::Array[Types::Tag]
1119
1123
  SENSITIVE: []
1120
1124
  end
1121
1125
 
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.99.0
4
+ version: 1.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services