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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftserverless/client.rb +5 -1
- data/lib/aws-sdk-redshiftserverless/types.rb +5 -0
- data/lib/aws-sdk-redshiftserverless.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cbb3d4d2fb531382efd18153b67a56ee7bd57db9663091c5c7f7db4972b8d421
|
|
4
|
+
data.tar.gz: 830249c13feb221cf19d7ac7222f4a92a4b594f44cd15efef06c08a6defb5145
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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
|