aws-sdk-redshiftserverless 1.22.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftserverless/client.rb +9 -9
- data/lib/aws-sdk-redshiftserverless/types.rb +15 -12
- 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: dadcbc77e0f51f86c6199c4c3508a583dccee55f461750952d23621d3cc73734
|
4
|
+
data.tar.gz: 6dff2e3b90b3c89ef6fb0ee1125f1992bb23008bd6d682d15c2288db28c205c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 829e51db17f2c9c03b5915ad75927d54300e9db8b22c52153e2998079d9cd188b6784eeedda0076231848b86df44272c131afd847b12b8fb599ef5b4006fb458
|
7
|
+
data.tar.gz: 384c7d48867265c3e37839e4cd0545408ee77f0b62fa6de749a19d39e002cca3b13371b534405e9600e50359303bc3f940a223e06e9085532447139fa6000e0f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.23.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
|
1024
|
-
# you define performance boundaries. For
|
1025
|
-
# monitoring rules and available metrics,
|
1026
|
-
# for Amazon Redshift Serverless][1].
|
1023
|
+
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and query
|
1024
|
+
# monitoring metrics that let you define performance boundaries. For
|
1025
|
+
# more information about query monitoring rules and available metrics,
|
1026
|
+
# see [ 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
|
3535
|
-
# you define performance boundaries. For
|
3536
|
-
# monitoring rules and available metrics,
|
3537
|
-
# for Amazon Redshift Serverless][1].
|
3534
|
+
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and query
|
3535
|
+
# monitoring metrics that let you define performance boundaries. For
|
3536
|
+
# more information about query monitoring rules and available metrics,
|
3537
|
+
# see [ 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.23.0'
|
3654
3654
|
Seahorse::Client::Request.new(handlers, context)
|
3655
3655
|
end
|
3656
3656
|
|
@@ -627,10 +627,11 @@ 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`,
|
631
|
-
# you define performance boundaries.
|
632
|
-
#
|
633
|
-
# metrics for Amazon Redshift
|
630
|
+
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
|
631
|
+
# query monitoring metrics that let you define performance boundaries.
|
632
|
+
# For more information about query monitoring rules and available
|
633
|
+
# metrics, see [ Query monitoring metrics for Amazon Redshift
|
634
|
+
# Serverless][1].
|
634
635
|
#
|
635
636
|
#
|
636
637
|
#
|
@@ -3365,10 +3366,11 @@ module Aws::RedshiftServerless
|
|
3365
3366
|
# An array of parameters to set for advanced control over a database.
|
3366
3367
|
# The options are `auto_mv`, `datestyle`,
|
3367
3368
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
3368
|
-
# `query_group`, `search_path`,
|
3369
|
-
# you define performance boundaries.
|
3370
|
-
#
|
3371
|
-
# metrics for Amazon Redshift
|
3369
|
+
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
|
3370
|
+
# query monitoring metrics that let you define performance boundaries.
|
3371
|
+
# For more information about query monitoring rules and available
|
3372
|
+
# metrics, see [ Query monitoring metrics for Amazon Redshift
|
3373
|
+
# Serverless][1].
|
3372
3374
|
#
|
3373
3375
|
#
|
3374
3376
|
#
|
@@ -3559,10 +3561,11 @@ module Aws::RedshiftServerless
|
|
3559
3561
|
# An array of parameters to set for advanced control over a database.
|
3560
3562
|
# The options are `auto_mv`, `datestyle`,
|
3561
3563
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
3562
|
-
# `query_group`, `search_path`,
|
3563
|
-
# you define performance boundaries.
|
3564
|
-
#
|
3565
|
-
# metrics for Amazon Redshift
|
3564
|
+
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
|
3565
|
+
# query monitoring metrics that let you define performance boundaries.
|
3566
|
+
# For more information about query monitoring rules and available
|
3567
|
+
# metrics, see [ Query monitoring metrics for Amazon Redshift
|
3568
|
+
# Serverless][1].
|
3566
3569
|
#
|
3567
3570
|
#
|
3568
3571
|
#
|
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.23.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-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|