aws-sdk-redshift 1.124.0 → 1.126.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +6 -21
- data/lib/aws-sdk-redshift/client_api.rb +3 -2
- data/lib/aws-sdk-redshift/types.rb +4 -17
- data/lib/aws-sdk-redshift.rb +3 -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: ad6c6d541ecae555f8cf34febf7d9b4277dfdc237d79c4e099de37a33f95935c
|
4
|
+
data.tar.gz: 5abd9baa57fdf18ccb7d4b8f53d66faab3b20240031fa8095bcba89e80a669c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b252ee00350b6e873e7f436fc9254df003f7fb7f9d3a01b74ba0c05bd50b1dcea68e48a352f626956340822c49ac3083ab0b2bfccc432d09e553f96f7aa202e
|
7
|
+
data.tar.gz: a474113da36aac92710ab177562e31207f622b287dee5145cfe63b4721dd85914109bae26dbfa47e2f6309fddd27df9429a721d98e60173b7845852f47ec6ca7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.126.0 (2024-10-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add validation pattern to S3KeyPrefix on the EnableLogging API
|
8
|
+
|
9
|
+
1.125.0 (2024-09-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.124.0 (2024-09-23)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.126.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/query.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:redshift)
|
40
|
-
|
41
39
|
module Aws::Redshift
|
42
40
|
# An API client for Redshift. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -7564,23 +7562,10 @@ module Aws::Redshift
|
|
7564
7562
|
# @option params [String] :s3_key_prefix
|
7565
7563
|
# The prefix applied to the log file names.
|
7566
7564
|
#
|
7567
|
-
#
|
7568
|
-
#
|
7569
|
-
#
|
7570
|
-
#
|
7571
|
-
# * Cannot contain spaces( ), double quotes ("), single quotes ('), a
|
7572
|
-
# backslash (\\), or control characters. The hexadecimal codes for
|
7573
|
-
# invalid characters are:
|
7574
|
-
#
|
7575
|
-
# * x00 to x20
|
7576
|
-
#
|
7577
|
-
# * x22
|
7578
|
-
#
|
7579
|
-
# * x27
|
7580
|
-
#
|
7581
|
-
# * x5c
|
7582
|
-
#
|
7583
|
-
# * x7f or larger
|
7565
|
+
# Valid characters are any letter from any language, any whitespace
|
7566
|
+
# character, any numeric character, and the following characters:
|
7567
|
+
# underscore (`_`), period (`.`), colon (`:`), slash (`/`), equal (`=`),
|
7568
|
+
# plus (`+`), backslash (``), hyphen (`-`), at symbol (`@`).
|
7584
7569
|
#
|
7585
7570
|
# @option params [String] :log_destination_type
|
7586
7571
|
# The log destination type. An enum with possible values of `s3` and
|
@@ -7606,7 +7591,7 @@ module Aws::Redshift
|
|
7606
7591
|
# resp = client.enable_logging({
|
7607
7592
|
# cluster_identifier: "String", # required
|
7608
7593
|
# bucket_name: "String",
|
7609
|
-
# s3_key_prefix: "
|
7594
|
+
# s3_key_prefix: "S3KeyPrefixValue",
|
7610
7595
|
# log_destination_type: "s3", # accepts s3, cloudwatch
|
7611
7596
|
# log_exports: ["String"],
|
7612
7597
|
# })
|
@@ -12448,7 +12433,7 @@ module Aws::Redshift
|
|
12448
12433
|
tracer: tracer
|
12449
12434
|
)
|
12450
12435
|
context[:gem_name] = 'aws-sdk-redshift'
|
12451
|
-
context[:gem_version] = '1.
|
12436
|
+
context[:gem_version] = '1.126.0'
|
12452
12437
|
Seahorse::Client::Request.new(handlers, context)
|
12453
12438
|
end
|
12454
12439
|
|
@@ -503,6 +503,7 @@ module Aws::Redshift
|
|
503
503
|
RevokeSnapshotAccessResult = Shapes::StructureShape.new(name: 'RevokeSnapshotAccessResult')
|
504
504
|
RotateEncryptionKeyMessage = Shapes::StructureShape.new(name: 'RotateEncryptionKeyMessage')
|
505
505
|
RotateEncryptionKeyResult = Shapes::StructureShape.new(name: 'RotateEncryptionKeyResult')
|
506
|
+
S3KeyPrefixValue = Shapes::StringShape.new(name: 'S3KeyPrefixValue')
|
506
507
|
SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault', error: {"code"=>"SNSInvalidTopic", "httpStatusCode"=>400, "senderFault"=>true})
|
507
508
|
SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault', error: {"code"=>"SNSNoAuthorization", "httpStatusCode"=>400, "senderFault"=>true})
|
508
509
|
SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault', error: {"code"=>"SNSTopicArnNotFound", "httpStatusCode"=>404, "senderFault"=>true})
|
@@ -1637,7 +1638,7 @@ module Aws::Redshift
|
|
1637
1638
|
|
1638
1639
|
EnableLoggingMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
|
1639
1640
|
EnableLoggingMessage.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "BucketName"))
|
1640
|
-
EnableLoggingMessage.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape:
|
1641
|
+
EnableLoggingMessage.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefixValue, location_name: "S3KeyPrefix"))
|
1641
1642
|
EnableLoggingMessage.add_member(:log_destination_type, Shapes::ShapeRef.new(shape: LogDestinationType, location_name: "LogDestinationType"))
|
1642
1643
|
EnableLoggingMessage.add_member(:log_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "LogExports"))
|
1643
1644
|
EnableLoggingMessage.struct_class = Types::EnableLoggingMessage
|
@@ -1985,7 +1986,7 @@ module Aws::Redshift
|
|
1985
1986
|
|
1986
1987
|
LoggingStatus.add_member(:logging_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "LoggingEnabled"))
|
1987
1988
|
LoggingStatus.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "BucketName"))
|
1988
|
-
LoggingStatus.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape:
|
1989
|
+
LoggingStatus.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefixValue, location_name: "S3KeyPrefix"))
|
1989
1990
|
LoggingStatus.add_member(:last_successful_delivery_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LastSuccessfulDeliveryTime"))
|
1990
1991
|
LoggingStatus.add_member(:last_failure_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LastFailureTime"))
|
1991
1992
|
LoggingStatus.add_member(:last_failure_message, Shapes::ShapeRef.new(shape: String, location_name: "LastFailureMessage"))
|
@@ -6012,23 +6012,10 @@ module Aws::Redshift
|
|
6012
6012
|
# @!attribute [rw] s3_key_prefix
|
6013
6013
|
# The prefix applied to the log file names.
|
6014
6014
|
#
|
6015
|
-
#
|
6016
|
-
#
|
6017
|
-
#
|
6018
|
-
#
|
6019
|
-
# * Cannot contain spaces( ), double quotes ("), single quotes ('),
|
6020
|
-
# a backslash (\\), or control characters. The hexadecimal codes for
|
6021
|
-
# invalid characters are:
|
6022
|
-
#
|
6023
|
-
# * x00 to x20
|
6024
|
-
#
|
6025
|
-
# * x22
|
6026
|
-
#
|
6027
|
-
# * x27
|
6028
|
-
#
|
6029
|
-
# * x5c
|
6030
|
-
#
|
6031
|
-
# * x7f or larger
|
6015
|
+
# Valid characters are any letter from any language, any whitespace
|
6016
|
+
# character, any numeric character, and the following characters:
|
6017
|
+
# underscore (`_`), period (`.`), colon (`:`), slash (`/`), equal
|
6018
|
+
# (`=`), plus (`+`), backslash (``), hyphen (`-`), at symbol (`@`).
|
6032
6019
|
# @return [String]
|
6033
6020
|
#
|
6034
6021
|
# @!attribute [rw] log_destination_type
|
data/lib/aws-sdk-redshift.rb
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:redshift)
|
15
|
+
|
14
16
|
# This module provides support for Amazon Redshift. This module is available in the
|
15
17
|
# `aws-sdk-redshift` gem.
|
16
18
|
#
|
@@ -53,7 +55,7 @@ module Aws::Redshift
|
|
53
55
|
autoload :EndpointProvider, 'aws-sdk-redshift/endpoint_provider'
|
54
56
|
autoload :Endpoints, 'aws-sdk-redshift/endpoints'
|
55
57
|
|
56
|
-
GEM_VERSION = '1.
|
58
|
+
GEM_VERSION = '1.126.0'
|
57
59
|
|
58
60
|
end
|
59
61
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-redshift
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.126.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: 2024-
|
11
|
+
date: 2024-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|