aws-sdk-redshift 1.164.0 → 1.165.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: da8938691ba423b6b7b8acbc24e053d62a92bca274d0fc8fce842d3b595d983d
4
- data.tar.gz: e9fadbabe7e8f6ba371f9bfc943152eb91d9a5399266e2e0857457224545989e
3
+ metadata.gz: 2bbc58012e8d65dc431694e5c146704ff64afb5d16e6947ea45a9e617325b9f2
4
+ data.tar.gz: ed63e24304b83e6a86cd05eb00d804ee60d39e67a2f334d434a669881c0ea867
5
5
  SHA512:
6
- metadata.gz: ef2481520c0af26a54afb0e5ce7d4092d8293c825cd0b87c0a437d3cbdff371ae8e59d0396f57ce6322fcdb53139529411a6baae87f93fff82182ed6d78e547c
7
- data.tar.gz: 9c9708c23802ac82ca5d3d7bd5091d37a51fbd237e6021e31168efc0628bd532054e74e3251d10a8eb6b90c835f712025ae548e993ba1e14ca10d309f4927a8a
6
+ metadata.gz: 0ccbc5f13d1dcebaae75250c18c3217ec41a0167400245c05be475c184e9b1593e5fd628e6ba5a6caae54e92684cf6c1fe42359d5aadbb5c157bc639690812ac
7
+ data.tar.gz: 0f294de1775457ef05195df174f71e04f8ad080ae5e5ec55e9c82db36d89a6f4d8f439ca9b4fe2ac1b822724f3807a364783037399fa61b4aa24534f59a73cfe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.165.0 (2026-08-14)
5
+ ------------------
6
+
7
+ * Feature - Amazon Redshift now unlocks a locked admin user account and resets the failed-login counter when you update the admin password using the ModifyCluster API. This option is available only when account lockout security is enabled.
8
+
4
9
  1.164.0 (2026-07-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.164.0
1
+ 1.165.0
@@ -9299,6 +9299,10 @@ module Aws::Redshift
9299
9299
  # You can't use `MasterUserPassword` if `ManageMasterPassword` is
9300
9300
  # `true`.
9301
9301
  #
9302
+ # If your admin user account is locked, this operation also unlocks your
9303
+ # account and resets the failed-login counter. This option is available
9304
+ # only when account lockout security is enabled for the cluster.
9305
+ #
9302
9306
  # <note markdown="1"> Operations never return the password, so this operation provides a way
9303
9307
  # to regain access to the admin user account for a cluster if the
9304
9308
  # password is lost.
@@ -13470,7 +13474,7 @@ module Aws::Redshift
13470
13474
  tracer: tracer
13471
13475
  )
13472
13476
  context[:gem_name] = 'aws-sdk-redshift'
13473
- context[:gem_version] = '1.164.0'
13477
+ context[:gem_version] = '1.165.0'
13474
13478
  Seahorse::Client::Request.new(handlers, context)
13475
13479
  end
13476
13480
 
@@ -8544,6 +8544,11 @@ module Aws::Redshift
8544
8544
  # You can't use `MasterUserPassword` if `ManageMasterPassword` is
8545
8545
  # `true`.
8546
8546
  #
8547
+ # If your admin user account is locked, this operation also unlocks
8548
+ # your account and resets the failed-login counter. This option is
8549
+ # available only when account lockout security is enabled for the
8550
+ # cluster.
8551
+ #
8547
8552
  # <note markdown="1"> Operations never return the password, so this operation provides a
8548
8553
  # way to regain access to the admin user account for a cluster if the
8549
8554
  # password is lost.
@@ -55,7 +55,7 @@ module Aws::Redshift
55
55
  autoload :EndpointProvider, 'aws-sdk-redshift/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-redshift/endpoints'
57
57
 
58
- GEM_VERSION = '1.164.0'
58
+ GEM_VERSION = '1.165.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-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.164.0
4
+ version: 1.165.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services