aws-sdk-redshiftserverless 1.22.0 → 1.24.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftserverless/client.rb +9 -9
- data/lib/aws-sdk-redshiftserverless/types.rb +16 -16
- data/lib/aws-sdk-redshiftserverless.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e2244e69dd918015bac70059fde8ec2ee27fda8b3453aa0e66f8736dc5b6266
|
|
4
|
+
data.tar.gz: 0cd7035eb1e4389f9f374708fedf1b051b34645cd1a0277e6126edc039234c34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c509820d52fc577e97223693e9e0897ccd7a8f39d50c83115f0a9893c47035d7eaa3a8b01d5c14b9674fbfcfcba99e68a4d0672ad555037b4ce6f623b3f08695
|
|
7
|
+
data.tar.gz: 8eea11d588f7e1bd28b185a6cdf2ac601e450a93fb5e04cc9ec8463eb9d73004590d2a9abcb07c717a96930d3abaa5d881498d7d62009b61f02c42e848984a59
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.24.0 (2024-01-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updates to ConfigParameter for RSS workgroup, removal of use_fips_ssl
|
|
8
|
+
|
|
9
|
+
1.23.0 (2024-01-05)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - use_fips_ssl and require_ssl parameter support for Workgroup, UpdateWorkgroup, and CreateWorkgroup
|
|
13
|
+
|
|
4
14
|
1.22.0 (2023-11-30)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.24.0
|
|
@@ -1020,10 +1020,10 @@ module Aws::RedshiftServerless
|
|
|
1020
1020
|
# An array of parameters to set for advanced control over a database.
|
|
1021
1021
|
# The options are `auto_mv`, `datestyle`,
|
|
1022
1022
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
1023
|
-
# `query_group`, `search_path`, and query monitoring
|
|
1024
|
-
# you define performance boundaries. For more
|
|
1025
|
-
# monitoring rules and available metrics, see [
|
|
1026
|
-
# for Amazon Redshift Serverless][1].
|
|
1023
|
+
# `query_group`, `search_path`, `require_ssl`, and query monitoring
|
|
1024
|
+
# metrics that let you define performance boundaries. For more
|
|
1025
|
+
# information about query monitoring rules and available metrics, see [
|
|
1026
|
+
# Query monitoring metrics for Amazon Redshift Serverless][1].
|
|
1027
1027
|
#
|
|
1028
1028
|
#
|
|
1029
1029
|
#
|
|
@@ -3531,10 +3531,10 @@ module Aws::RedshiftServerless
|
|
|
3531
3531
|
# An array of parameters to set for advanced control over a database.
|
|
3532
3532
|
# The options are `auto_mv`, `datestyle`,
|
|
3533
3533
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
3534
|
-
# `query_group`, `search_path`, and query monitoring
|
|
3535
|
-
# you define performance boundaries. For more
|
|
3536
|
-
# monitoring rules and available metrics, see [
|
|
3537
|
-
# for Amazon Redshift Serverless][1].
|
|
3534
|
+
# `query_group`, `search_path`, `require_ssl`, and query monitoring
|
|
3535
|
+
# metrics that let you define performance boundaries. For more
|
|
3536
|
+
# information about query monitoring rules and available metrics, see [
|
|
3537
|
+
# Query monitoring metrics for Amazon Redshift Serverless][1].
|
|
3538
3538
|
#
|
|
3539
3539
|
#
|
|
3540
3540
|
#
|
|
@@ -3650,7 +3650,7 @@ module Aws::RedshiftServerless
|
|
|
3650
3650
|
params: params,
|
|
3651
3651
|
config: config)
|
|
3652
3652
|
context[:gem_name] = 'aws-sdk-redshiftserverless'
|
|
3653
|
-
context[:gem_version] = '1.
|
|
3653
|
+
context[:gem_version] = '1.24.0'
|
|
3654
3654
|
Seahorse::Client::Request.new(handlers, context)
|
|
3655
3655
|
end
|
|
3656
3656
|
|
|
@@ -62,10 +62,10 @@ module Aws::RedshiftServerless
|
|
|
62
62
|
# @!attribute [rw] parameter_key
|
|
63
63
|
# The key of the parameter. The options are `auto_mv`, `datestyle`,
|
|
64
64
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
65
|
-
# `query_group`, `search_path`, and query monitoring
|
|
66
|
-
# you define performance boundaries. For more
|
|
67
|
-
# monitoring rules and available metrics, see
|
|
68
|
-
# metrics for Amazon Redshift Serverless][1].
|
|
65
|
+
# `query_group`, `search_path`, `require_ssl`, and query monitoring
|
|
66
|
+
# metrics that let you define performance boundaries. For more
|
|
67
|
+
# information about query monitoring rules and available metrics, see
|
|
68
|
+
# [Query monitoring metrics for Amazon Redshift Serverless][1].
|
|
69
69
|
#
|
|
70
70
|
#
|
|
71
71
|
#
|
|
@@ -627,10 +627,10 @@ module Aws::RedshiftServerless
|
|
|
627
627
|
# An array of parameters to set for advanced control over a database.
|
|
628
628
|
# The options are `auto_mv`, `datestyle`,
|
|
629
629
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
630
|
-
# `query_group`, `search_path`, and query monitoring
|
|
631
|
-
# you define performance boundaries. For more
|
|
632
|
-
# monitoring rules and available metrics, see
|
|
633
|
-
# metrics for Amazon Redshift Serverless][1].
|
|
630
|
+
# `query_group`, `search_path`, `require_ssl`, and query monitoring
|
|
631
|
+
# metrics that let you define performance boundaries. For more
|
|
632
|
+
# information about query monitoring rules and available metrics, see
|
|
633
|
+
# [ Query monitoring metrics for Amazon Redshift Serverless][1].
|
|
634
634
|
#
|
|
635
635
|
#
|
|
636
636
|
#
|
|
@@ -3365,10 +3365,10 @@ module Aws::RedshiftServerless
|
|
|
3365
3365
|
# An array of parameters to set for advanced control over a database.
|
|
3366
3366
|
# The options are `auto_mv`, `datestyle`,
|
|
3367
3367
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
3368
|
-
# `query_group`, `search_path`, and query monitoring
|
|
3369
|
-
# you define performance boundaries. For more
|
|
3370
|
-
# monitoring rules and available metrics, see
|
|
3371
|
-
# metrics for Amazon Redshift Serverless][1].
|
|
3368
|
+
# `query_group`, `search_path`, `require_ssl`, and query monitoring
|
|
3369
|
+
# metrics that let you define performance boundaries. For more
|
|
3370
|
+
# information about query monitoring rules and available metrics, see
|
|
3371
|
+
# [ Query monitoring metrics for Amazon Redshift Serverless][1].
|
|
3372
3372
|
#
|
|
3373
3373
|
#
|
|
3374
3374
|
#
|
|
@@ -3559,10 +3559,10 @@ module Aws::RedshiftServerless
|
|
|
3559
3559
|
# An array of parameters to set for advanced control over a database.
|
|
3560
3560
|
# The options are `auto_mv`, `datestyle`,
|
|
3561
3561
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
3562
|
-
# `query_group`, `search_path`, and query monitoring
|
|
3563
|
-
# you define performance boundaries. For more
|
|
3564
|
-
# monitoring rules and available metrics, see
|
|
3565
|
-
# metrics for Amazon Redshift Serverless][1].
|
|
3562
|
+
# `query_group`, `search_path`, `require_ssl`, and query monitoring
|
|
3563
|
+
# metrics that let you define performance boundaries. For more
|
|
3564
|
+
# information about query monitoring rules and available metrics, see
|
|
3565
|
+
# [ Query monitoring metrics for Amazon Redshift Serverless][1].
|
|
3566
3566
|
#
|
|
3567
3567
|
#
|
|
3568
3568
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-redshiftserverless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.24.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:
|
|
11
|
+
date: 2024-01-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|