aws-sdk-redshiftserverless 1.71.0 → 1.72.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: bb48e92d31f74f1e37e7d2cd79d8105bdbe3019a4032e7044c7b5b986302b4f4
4
- data.tar.gz: 203fc1dc3e7c93f763bdc356fbedf766f8cea6648d56ffc290eeda028b253842
3
+ metadata.gz: cbb3d4d2fb531382efd18153b67a56ee7bd57db9663091c5c7f7db4972b8d421
4
+ data.tar.gz: 830249c13feb221cf19d7ac7222f4a92a4b594f44cd15efef06c08a6defb5145
5
5
  SHA512:
6
- metadata.gz: 2875ea35d84c593537f2a5609295b18bfdad2d0d256b62ce3986bd52789f51cff35609603df31bb09cfd0f4600aa3ca1f9c6fd3e8abc383bcb28b1064da5ba60
7
- data.tar.gz: db02e226045fc5b3281b33394f1ee3a7a0e2dd85b082d86d9b76d8b750f6d9eb5417a14fb69e17fb481b9d3a50559b4250a345bf3b78b03e5bed4470f9270715
6
+ metadata.gz: 2487abc370a8856f125f0243781cf6342c4ac7a4f02b1d145d0a296499a1bd6ebbd1415a2f07407b07419200c240168519ee91ec882e82c7d980b6fed912e171
7
+ data.tar.gz: 8b949800ff50f3098ea1bc433ea08647732ef37a152dfe8c4397ebcc6c810f6f80dd7366b677b77260c630c3d26c2dbfca9bd3d2666fc0869095fee34a25809c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.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 UpdateNamespace API. This option is available only when account lockout security is enabled.
8
+
4
9
  1.71.0 (2026-07-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -3871,6 +3871,10 @@ module Aws::RedshiftServerless
3871
3871
  #
3872
3872
  # You can't use `adminUserPassword` if `manageAdminPassword` is true.
3873
3873
  #
3874
+ # If your admin user account is locked, this operation also unlocks your
3875
+ # account and resets the failed-login counter. This option is available
3876
+ # only when account lockout security is enabled for the namespace.
3877
+ #
3874
3878
  # @option params [String] :admin_username
3875
3879
  # The username of the administrator for the first database created in
3876
3880
  # the namespace. This parameter must be updated together with
@@ -4405,7 +4409,7 @@ module Aws::RedshiftServerless
4405
4409
  tracer: tracer
4406
4410
  )
4407
4411
  context[:gem_name] = 'aws-sdk-redshiftserverless'
4408
- context[:gem_version] = '1.71.0'
4412
+ context[:gem_version] = '1.72.0'
4409
4413
  Seahorse::Client::Request.new(handlers, context)
4410
4414
  end
4411
4415
 
@@ -3827,6 +3827,11 @@ module Aws::RedshiftServerless
3827
3827
  # `adminUsername`.
3828
3828
  #
3829
3829
  # You can't use `adminUserPassword` if `manageAdminPassword` is true.
3830
+ #
3831
+ # If your admin user account is locked, this operation also unlocks
3832
+ # your account and resets the failed-login counter. This option is
3833
+ # available only when account lockout security is enabled for the
3834
+ # namespace.
3830
3835
  # @return [String]
3831
3836
  #
3832
3837
  # @!attribute [rw] admin_username
@@ -54,7 +54,7 @@ module Aws::RedshiftServerless
54
54
  autoload :EndpointProvider, 'aws-sdk-redshiftserverless/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-redshiftserverless/endpoints'
56
56
 
57
- GEM_VERSION = '1.71.0'
57
+ GEM_VERSION = '1.72.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshiftserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.71.0
4
+ version: 1.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services