aws-sdk-rds 1.254.0 → 1.255.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: fdfce807d3b6b3198fb66aed6d2c81d90606f207fc43f603d1cadc4e9cdb7873
4
- data.tar.gz: eb02b47e5f61f1f891baa5dee89e08106176baf47b2918e69fc69287e3db1ccc
3
+ metadata.gz: 15cd769f552a524682ebabe428d596b36608087f8bb6089cdda5cde34190fa34
4
+ data.tar.gz: 674ad038c51962425c98872e7909feb610079fe2c21ad56e1522a1ecca001d0c
5
5
  SHA512:
6
- metadata.gz: '07934cd5cc5948d49e0e3295cec956f2b36eec9df57bdcb9a26f4d40a41fcee212ae03b7e091a2a1a0f86801871442206f3d4e9d71e8c08c0ea7437c33381b97'
7
- data.tar.gz: 8e9958d959a3c0f034a7357e3bc3b1dcaca5a0f566cf2261cb83e2b23e7b036f4cd5ded78cac406e1e65cf91650e3144a69feab3e66c38c391a061c06dc94891
6
+ metadata.gz: 50a8a91648f9e976d7a061d853fc22ad358101a39c21a87d5df4bf78fa9f45643bf5be40ba1cbfaa7f82eb52d6fad9f9c0e0b42f76ea2d7c91c2770d9106e4c7
7
+ data.tar.gz: ab5b16bb85605a8a38ab7f2d762c92d18d83610718d3022d0c20db04ec371e9f7d3f37cee6ed64a44320a555b6cd6bbcc63ea1197f306f8658faa51a91639285
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.255.0 (2024-10-22)
5
+ ------------------
6
+
7
+ * Feature - Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance.
8
+
4
9
  1.254.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.254.0
1
+ 1.255.0
@@ -8186,6 +8186,7 @@ module Aws::RDS
8186
8186
  # resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
8187
8187
  # resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
8188
8188
  # resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
8189
+ # resp.global_cluster.endpoint #=> String
8189
8190
  # resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
8190
8191
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
8191
8192
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
@@ -10483,6 +10484,7 @@ module Aws::RDS
10483
10484
  # resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
10484
10485
  # resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
10485
10486
  # resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
10487
+ # resp.global_cluster.endpoint #=> String
10486
10488
  # resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
10487
10489
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
10488
10490
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
@@ -16071,6 +16073,7 @@ module Aws::RDS
16071
16073
  # resp.global_clusters[0].global_cluster_members[0].is_writer #=> Boolean
16072
16074
  # resp.global_clusters[0].global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
16073
16075
  # resp.global_clusters[0].global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
16076
+ # resp.global_clusters[0].endpoint #=> String
16074
16077
  # resp.global_clusters[0].failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
16075
16078
  # resp.global_clusters[0].failover_state.from_db_cluster_arn #=> String
16076
16079
  # resp.global_clusters[0].failover_state.to_db_cluster_arn #=> String
@@ -18117,6 +18120,7 @@ module Aws::RDS
18117
18120
  # resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
18118
18121
  # resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
18119
18122
  # resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
18123
+ # resp.global_cluster.endpoint #=> String
18120
18124
  # resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
18121
18125
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
18122
18126
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
@@ -22621,6 +22625,7 @@ module Aws::RDS
22621
22625
  # resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
22622
22626
  # resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
22623
22627
  # resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
22628
+ # resp.global_cluster.endpoint #=> String
22624
22629
  # resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
22625
22630
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
22626
22631
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
@@ -24150,6 +24155,7 @@ module Aws::RDS
24150
24155
  # resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
24151
24156
  # resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
24152
24157
  # resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
24158
+ # resp.global_cluster.endpoint #=> String
24153
24159
  # resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
24154
24160
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
24155
24161
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
@@ -31302,6 +31308,7 @@ module Aws::RDS
31302
31308
  # resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
31303
31309
  # resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
31304
31310
  # resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
31311
+ # resp.global_cluster.endpoint #=> String
31305
31312
  # resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
31306
31313
  # resp.global_cluster.failover_state.from_db_cluster_arn #=> String
31307
31314
  # resp.global_cluster.failover_state.to_db_cluster_arn #=> String
@@ -31535,7 +31542,7 @@ module Aws::RDS
31535
31542
  tracer: tracer
31536
31543
  )
31537
31544
  context[:gem_name] = 'aws-sdk-rds'
31538
- context[:gem_version] = '1.254.0'
31545
+ context[:gem_version] = '1.255.0'
31539
31546
  Seahorse::Client::Request.new(handlers, context)
31540
31547
  end
31541
31548
 
@@ -2831,6 +2831,7 @@ module Aws::RDS
2831
2831
  GlobalCluster.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
2832
2832
  GlobalCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
2833
2833
  GlobalCluster.add_member(:global_cluster_members, Shapes::ShapeRef.new(shape: GlobalClusterMemberList, location_name: "GlobalClusterMembers"))
2834
+ GlobalCluster.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
2834
2835
  GlobalCluster.add_member(:failover_state, Shapes::ShapeRef.new(shape: FailoverState, location_name: "FailoverState"))
2835
2836
  GlobalCluster.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
2836
2837
  GlobalCluster.struct_class = Types::GlobalCluster
@@ -5993,6 +5994,7 @@ module Aws::RDS
5993
5994
  o.input = Shapes::ShapeRef.new(shape: ModifyGlobalClusterMessage)
5994
5995
  o.output = Shapes::ShapeRef.new(shape: ModifyGlobalClusterResult)
5995
5996
  o.errors << Shapes::ShapeRef.new(shape: GlobalClusterNotFoundFault)
5997
+ o.errors << Shapes::ShapeRef.new(shape: GlobalClusterAlreadyExistsFault)
5996
5998
  o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalClusterStateFault)
5997
5999
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
5998
6000
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
@@ -16152,6 +16152,12 @@ module Aws::RDS
16152
16152
  # database cluster.
16153
16153
  # @return [Array<Types::GlobalClusterMember>]
16154
16154
  #
16155
+ # @!attribute [rw] endpoint
16156
+ # The writer endpoint for the new global database cluster. This
16157
+ # endpoint always points to the writer DB instance in the current
16158
+ # primary cluster.
16159
+ # @return [String]
16160
+ #
16155
16161
  # @!attribute [rw] failover_state
16156
16162
  # A data object containing all properties for the current state of an
16157
16163
  # in-process or pending switchover or failover process for this global
@@ -16187,15 +16193,16 @@ module Aws::RDS
16187
16193
  :storage_encrypted,
16188
16194
  :deletion_protection,
16189
16195
  :global_cluster_members,
16196
+ :endpoint,
16190
16197
  :failover_state,
16191
16198
  :tag_list)
16192
16199
  SENSITIVE = []
16193
16200
  include Aws::Structure
16194
16201
  end
16195
16202
 
16196
- # The `GlobalClusterIdentifier` already exists. Choose a new global
16203
+ # The `GlobalClusterIdentifier` already exists. Specify a new global
16197
16204
  # database identifier (unique name) to create a new global database
16198
- # cluster.
16205
+ # cluster or to rename an existing one.
16199
16206
  #
16200
16207
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/GlobalClusterAlreadyExistsFault AWS API Documentation
16201
16208
  #
data/lib/aws-sdk-rds.rb CHANGED
@@ -80,7 +80,7 @@ module Aws::RDS
80
80
  autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
81
81
  autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
82
82
 
83
- GEM_VERSION = '1.254.0'
83
+ GEM_VERSION = '1.255.0'
84
84
 
85
85
  end
86
86
 
data/sig/types.rbs CHANGED
@@ -2527,6 +2527,7 @@ module Aws::RDS
2527
2527
  attr_accessor storage_encrypted: bool
2528
2528
  attr_accessor deletion_protection: bool
2529
2529
  attr_accessor global_cluster_members: ::Array[Types::GlobalClusterMember]
2530
+ attr_accessor endpoint: ::String
2530
2531
  attr_accessor failover_state: Types::FailoverState
2531
2532
  attr_accessor tag_list: ::Array[Types::Tag]
2532
2533
  SENSITIVE: []
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.254.0
4
+ version: 1.255.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core