aws-sdk-redshift 1.164.0 → 1.166.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-redshift/client.rb +183 -9
- data/lib/aws-sdk-redshift/client_api.rb +22 -0
- data/lib/aws-sdk-redshift/types.rb +117 -12
- data/lib/aws-sdk-redshift.rb +1 -1
- data/sig/client.rbs +13 -6
- data/sig/types.rbs +22 -2
- 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: 7bbb9b683ff72aba354390354ae02a40a91f63ecddf4cafbd0c83e7fe439e06d
|
|
4
|
+
data.tar.gz: 73f88acfc1da9239b4eec68b3ca9e101b6fa57ea9ce31fbaf04d25239ce18ead
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c7b458ebc63d1c13ce36f8c5fb9e1dfe44fc3015fbade9dcc1020c96701631a4257dfbdcef44f92de53bf1bc34a95b63101371fe862d08e04dbbe219e924e3f
|
|
7
|
+
data.tar.gz: 48f56230084679f7e2f3e8b586101264bdcef675404958d779ce33fbd8137c3c10015509fb4931392fb9f7711d5c5e436d1e720bda60d2163cbc58419f1eae04
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.166.0 (2026-08-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon Redshift enhanced System Table retention that allows customers to store their system table data directly in S3 Tables in customer's account instead of Redshift Managed Storage
|
|
8
|
+
|
|
9
|
+
1.165.0 (2026-08-14)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Amazon Redshift now unlocks a locked admin user account and resets the failed-login counter when you update the admin password using the ModifyCluster API. This option is available only when account lockout security is enabled.
|
|
13
|
+
|
|
4
14
|
1.164.0 (2026-07-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.166.0
|
|
@@ -1893,6 +1893,13 @@ module Aws::Redshift
|
|
|
1893
1893
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
1894
1894
|
# resp.cluster.catalog_arn #=> String
|
|
1895
1895
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
1896
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
1897
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
1898
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
1899
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
1900
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
1901
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
1902
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
1896
1903
|
#
|
|
1897
1904
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
|
|
1898
1905
|
#
|
|
@@ -3639,6 +3646,13 @@ module Aws::Redshift
|
|
|
3639
3646
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
3640
3647
|
# resp.cluster.catalog_arn #=> String
|
|
3641
3648
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
3649
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
3650
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
3651
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
3652
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
3653
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
3654
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
3655
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
3642
3656
|
#
|
|
3643
3657
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
|
|
3644
3658
|
#
|
|
@@ -5424,6 +5438,13 @@ module Aws::Redshift
|
|
|
5424
5438
|
# resp.clusters[0].lakehouse_registration_status #=> String
|
|
5425
5439
|
# resp.clusters[0].catalog_arn #=> String
|
|
5426
5440
|
# resp.clusters[0].extra_compute_for_automatic_optimization #=> String
|
|
5441
|
+
# resp.clusters[0].logging_publish_status.s3_tables.s3_tables #=> Array
|
|
5442
|
+
# resp.clusters[0].logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
5443
|
+
# resp.clusters[0].logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
5444
|
+
# resp.clusters[0].logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
5445
|
+
# resp.clusters[0].logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
5446
|
+
# resp.clusters[0].logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
5447
|
+
# resp.clusters[0].logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
5427
5448
|
#
|
|
5428
5449
|
#
|
|
5429
5450
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -6553,6 +6574,7 @@ module Aws::Redshift
|
|
|
6553
6574
|
# * {Types::LoggingStatus#last_failure_message #last_failure_message} => String
|
|
6554
6575
|
# * {Types::LoggingStatus#log_destination_type #log_destination_type} => String
|
|
6555
6576
|
# * {Types::LoggingStatus#log_exports #log_exports} => Array<String>
|
|
6577
|
+
# * {Types::LoggingStatus#s3_tables #s3_tables} => Types::S3TablePublishStatus
|
|
6556
6578
|
#
|
|
6557
6579
|
# @example Request syntax with placeholder values
|
|
6558
6580
|
#
|
|
@@ -6568,9 +6590,16 @@ module Aws::Redshift
|
|
|
6568
6590
|
# resp.last_successful_delivery_time #=> Time
|
|
6569
6591
|
# resp.last_failure_time #=> Time
|
|
6570
6592
|
# resp.last_failure_message #=> String
|
|
6571
|
-
# resp.log_destination_type #=> String, one of "s3", "cloudwatch"
|
|
6593
|
+
# resp.log_destination_type #=> String, one of "s3", "cloudwatch", "s3table"
|
|
6572
6594
|
# resp.log_exports #=> Array
|
|
6573
6595
|
# resp.log_exports[0] #=> String
|
|
6596
|
+
# resp.s3_tables.s3_tables #=> Array
|
|
6597
|
+
# resp.s3_tables.s3_tables[0] #=> String
|
|
6598
|
+
# resp.s3_tables.s3_table_namespace #=> String
|
|
6599
|
+
# resp.s3_tables.s3_table_granularity #=> String
|
|
6600
|
+
# resp.s3_tables.enabled_all #=> Boolean
|
|
6601
|
+
# resp.s3_tables.last_ingestion_times #=> Hash
|
|
6602
|
+
# resp.s3_tables.last_ingestion_times["String"] #=> String
|
|
6574
6603
|
#
|
|
6575
6604
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeLoggingStatus AWS API Documentation
|
|
6576
6605
|
#
|
|
@@ -7847,6 +7876,17 @@ module Aws::Redshift
|
|
|
7847
7876
|
#
|
|
7848
7877
|
# Example: `examplecluster`
|
|
7849
7878
|
#
|
|
7879
|
+
# @option params [String] :log_destination_type
|
|
7880
|
+
# The log destination type. An enum with possible values of `s3`,
|
|
7881
|
+
# `cloudwatch`, and `s3table`. When set to `s3table`, stops system table
|
|
7882
|
+
# publishing. When omitted, the operation disables audit logging.
|
|
7883
|
+
#
|
|
7884
|
+
# @option params [Array<String>] :log_exports
|
|
7885
|
+
# The collection of log types to stop exporting. When
|
|
7886
|
+
# `LogDestinationType` is `s3table`, the values are the names of the
|
|
7887
|
+
# system tables to stop publishing. Omitting this parameter or passing
|
|
7888
|
+
# `all` stops publishing all system tables.
|
|
7889
|
+
#
|
|
7850
7890
|
# @return [Types::LoggingStatus] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
7851
7891
|
#
|
|
7852
7892
|
# * {Types::LoggingStatus#logging_enabled #logging_enabled} => Boolean
|
|
@@ -7857,11 +7897,14 @@ module Aws::Redshift
|
|
|
7857
7897
|
# * {Types::LoggingStatus#last_failure_message #last_failure_message} => String
|
|
7858
7898
|
# * {Types::LoggingStatus#log_destination_type #log_destination_type} => String
|
|
7859
7899
|
# * {Types::LoggingStatus#log_exports #log_exports} => Array<String>
|
|
7900
|
+
# * {Types::LoggingStatus#s3_tables #s3_tables} => Types::S3TablePublishStatus
|
|
7860
7901
|
#
|
|
7861
7902
|
# @example Request syntax with placeholder values
|
|
7862
7903
|
#
|
|
7863
7904
|
# resp = client.disable_logging({
|
|
7864
7905
|
# cluster_identifier: "String", # required
|
|
7906
|
+
# log_destination_type: "s3", # accepts s3, cloudwatch, s3table
|
|
7907
|
+
# log_exports: ["String"],
|
|
7865
7908
|
# })
|
|
7866
7909
|
#
|
|
7867
7910
|
# @example Response structure
|
|
@@ -7872,9 +7915,16 @@ module Aws::Redshift
|
|
|
7872
7915
|
# resp.last_successful_delivery_time #=> Time
|
|
7873
7916
|
# resp.last_failure_time #=> Time
|
|
7874
7917
|
# resp.last_failure_message #=> String
|
|
7875
|
-
# resp.log_destination_type #=> String, one of "s3", "cloudwatch"
|
|
7918
|
+
# resp.log_destination_type #=> String, one of "s3", "cloudwatch", "s3table"
|
|
7876
7919
|
# resp.log_exports #=> Array
|
|
7877
7920
|
# resp.log_exports[0] #=> String
|
|
7921
|
+
# resp.s3_tables.s3_tables #=> Array
|
|
7922
|
+
# resp.s3_tables.s3_tables[0] #=> String
|
|
7923
|
+
# resp.s3_tables.s3_table_namespace #=> String
|
|
7924
|
+
# resp.s3_tables.s3_table_granularity #=> String
|
|
7925
|
+
# resp.s3_tables.enabled_all #=> Boolean
|
|
7926
|
+
# resp.s3_tables.last_ingestion_times #=> Hash
|
|
7927
|
+
# resp.s3_tables.last_ingestion_times["String"] #=> String
|
|
7878
7928
|
#
|
|
7879
7929
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableLogging AWS API Documentation
|
|
7880
7930
|
#
|
|
@@ -8046,6 +8096,13 @@ module Aws::Redshift
|
|
|
8046
8096
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
8047
8097
|
# resp.cluster.catalog_arn #=> String
|
|
8048
8098
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
8099
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
8100
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
8101
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
8102
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
8103
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
8104
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
8105
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
8049
8106
|
#
|
|
8050
8107
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
|
|
8051
8108
|
#
|
|
@@ -8146,12 +8203,28 @@ module Aws::Redshift
|
|
|
8146
8203
|
# plus (`+`), backslash (``), hyphen (`-`), at symbol (`@`).
|
|
8147
8204
|
#
|
|
8148
8205
|
# @option params [String] :log_destination_type
|
|
8149
|
-
# The log destination type. An enum with possible values of `s3
|
|
8150
|
-
# `cloudwatch`.
|
|
8206
|
+
# The log destination type. An enum with possible values of `s3`,
|
|
8207
|
+
# `cloudwatch`, and `s3table`.
|
|
8151
8208
|
#
|
|
8152
8209
|
# @option params [Array<String>] :log_exports
|
|
8153
|
-
# The collection of exported log types.
|
|
8154
|
-
# `
|
|
8210
|
+
# The collection of exported log types. When `LogDestinationType` is
|
|
8211
|
+
# `s3` or `cloudwatch`, possible values are `connectionlog`,
|
|
8212
|
+
# `useractivitylog`, and `userlog`. When `LogDestinationType` is
|
|
8213
|
+
# `s3table`, the values are the names of the system tables to publish.
|
|
8214
|
+
# Omitting this parameter, passing an empty list, or including the value
|
|
8215
|
+
# `all` publishes all current and future system tables.
|
|
8216
|
+
#
|
|
8217
|
+
# @option params [String] :s3_table_kms_key_id
|
|
8218
|
+
# The identifier of a customer managed KMS key used to encrypt the S3
|
|
8219
|
+
# tables. This parameter is valid only when `LogDestinationType` is
|
|
8220
|
+
# `s3table`.
|
|
8221
|
+
#
|
|
8222
|
+
# @option params [String] :s3_table_granularity
|
|
8223
|
+
# The scope of system table publishing. Valid values are `cluster` and
|
|
8224
|
+
# `account`. A value of `cluster` scopes publishing to the individual
|
|
8225
|
+
# cluster. A value of `account` scopes publishing to the Amazon Web
|
|
8226
|
+
# Services account. This parameter is valid only when
|
|
8227
|
+
# `LogDestinationType` is `s3table`.
|
|
8155
8228
|
#
|
|
8156
8229
|
# @return [Types::LoggingStatus] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
8157
8230
|
#
|
|
@@ -8163,6 +8236,7 @@ module Aws::Redshift
|
|
|
8163
8236
|
# * {Types::LoggingStatus#last_failure_message #last_failure_message} => String
|
|
8164
8237
|
# * {Types::LoggingStatus#log_destination_type #log_destination_type} => String
|
|
8165
8238
|
# * {Types::LoggingStatus#log_exports #log_exports} => Array<String>
|
|
8239
|
+
# * {Types::LoggingStatus#s3_tables #s3_tables} => Types::S3TablePublishStatus
|
|
8166
8240
|
#
|
|
8167
8241
|
# @example Request syntax with placeholder values
|
|
8168
8242
|
#
|
|
@@ -8170,8 +8244,10 @@ module Aws::Redshift
|
|
|
8170
8244
|
# cluster_identifier: "String", # required
|
|
8171
8245
|
# bucket_name: "String",
|
|
8172
8246
|
# s3_key_prefix: "S3KeyPrefixValue",
|
|
8173
|
-
# log_destination_type: "s3", # accepts s3, cloudwatch
|
|
8247
|
+
# log_destination_type: "s3", # accepts s3, cloudwatch, s3table
|
|
8174
8248
|
# log_exports: ["String"],
|
|
8249
|
+
# s3_table_kms_key_id: "String",
|
|
8250
|
+
# s3_table_granularity: "String",
|
|
8175
8251
|
# })
|
|
8176
8252
|
#
|
|
8177
8253
|
# @example Response structure
|
|
@@ -8182,9 +8258,16 @@ module Aws::Redshift
|
|
|
8182
8258
|
# resp.last_successful_delivery_time #=> Time
|
|
8183
8259
|
# resp.last_failure_time #=> Time
|
|
8184
8260
|
# resp.last_failure_message #=> String
|
|
8185
|
-
# resp.log_destination_type #=> String, one of "s3", "cloudwatch"
|
|
8261
|
+
# resp.log_destination_type #=> String, one of "s3", "cloudwatch", "s3table"
|
|
8186
8262
|
# resp.log_exports #=> Array
|
|
8187
8263
|
# resp.log_exports[0] #=> String
|
|
8264
|
+
# resp.s3_tables.s3_tables #=> Array
|
|
8265
|
+
# resp.s3_tables.s3_tables[0] #=> String
|
|
8266
|
+
# resp.s3_tables.s3_table_namespace #=> String
|
|
8267
|
+
# resp.s3_tables.s3_table_granularity #=> String
|
|
8268
|
+
# resp.s3_tables.enabled_all #=> Boolean
|
|
8269
|
+
# resp.s3_tables.last_ingestion_times #=> Hash
|
|
8270
|
+
# resp.s3_tables.last_ingestion_times["String"] #=> String
|
|
8188
8271
|
#
|
|
8189
8272
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableLogging AWS API Documentation
|
|
8190
8273
|
#
|
|
@@ -8387,6 +8470,13 @@ module Aws::Redshift
|
|
|
8387
8470
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
8388
8471
|
# resp.cluster.catalog_arn #=> String
|
|
8389
8472
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
8473
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
8474
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
8475
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
8476
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
8477
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
8478
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
8479
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
8390
8480
|
#
|
|
8391
8481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
|
|
8392
8482
|
#
|
|
@@ -8550,6 +8640,13 @@ module Aws::Redshift
|
|
|
8550
8640
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
8551
8641
|
# resp.cluster.catalog_arn #=> String
|
|
8552
8642
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
8643
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
8644
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
8645
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
8646
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
8647
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
8648
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
8649
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
8553
8650
|
#
|
|
8554
8651
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/FailoverPrimaryCompute AWS API Documentation
|
|
8555
8652
|
#
|
|
@@ -9702,6 +9799,13 @@ module Aws::Redshift
|
|
|
9702
9799
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
9703
9800
|
# resp.cluster.catalog_arn #=> String
|
|
9704
9801
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
9802
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
9803
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
9804
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
9805
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
9806
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
9807
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
9808
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
9705
9809
|
#
|
|
9706
9810
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
|
|
9707
9811
|
#
|
|
@@ -9872,6 +9976,13 @@ module Aws::Redshift
|
|
|
9872
9976
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
9873
9977
|
# resp.cluster.catalog_arn #=> String
|
|
9874
9978
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
9979
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
9980
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
9981
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
9982
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
9983
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
9984
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
9985
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
9875
9986
|
#
|
|
9876
9987
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
|
|
9877
9988
|
#
|
|
@@ -10058,6 +10169,13 @@ module Aws::Redshift
|
|
|
10058
10169
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
10059
10170
|
# resp.cluster.catalog_arn #=> String
|
|
10060
10171
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
10172
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
10173
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
10174
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
10175
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
10176
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
10177
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
10178
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
10061
10179
|
#
|
|
10062
10180
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
|
|
10063
10181
|
#
|
|
@@ -10244,6 +10362,13 @@ module Aws::Redshift
|
|
|
10244
10362
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
10245
10363
|
# resp.cluster.catalog_arn #=> String
|
|
10246
10364
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
10365
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
10366
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
10367
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
10368
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
10369
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
10370
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
10371
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
10247
10372
|
#
|
|
10248
10373
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
|
|
10249
10374
|
#
|
|
@@ -11297,6 +11422,13 @@ module Aws::Redshift
|
|
|
11297
11422
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
11298
11423
|
# resp.cluster.catalog_arn #=> String
|
|
11299
11424
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
11425
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
11426
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
11427
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
11428
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
11429
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
11430
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
11431
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
11300
11432
|
#
|
|
11301
11433
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
|
|
11302
11434
|
#
|
|
@@ -11566,6 +11698,13 @@ module Aws::Redshift
|
|
|
11566
11698
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
11567
11699
|
# resp.cluster.catalog_arn #=> String
|
|
11568
11700
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
11701
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
11702
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
11703
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
11704
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
11705
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
11706
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
11707
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
11569
11708
|
#
|
|
11570
11709
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PauseCluster AWS API Documentation
|
|
11571
11710
|
#
|
|
@@ -11832,6 +11971,13 @@ module Aws::Redshift
|
|
|
11832
11971
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
11833
11972
|
# resp.cluster.catalog_arn #=> String
|
|
11834
11973
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
11974
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
11975
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
11976
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
11977
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
11978
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
11979
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
11980
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
11835
11981
|
#
|
|
11836
11982
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
|
|
11837
11983
|
#
|
|
@@ -12200,6 +12346,13 @@ module Aws::Redshift
|
|
|
12200
12346
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
12201
12347
|
# resp.cluster.catalog_arn #=> String
|
|
12202
12348
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
12349
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
12350
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
12351
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
12352
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
12353
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
12354
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
12355
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
12203
12356
|
#
|
|
12204
12357
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
|
|
12205
12358
|
#
|
|
@@ -12731,6 +12884,13 @@ module Aws::Redshift
|
|
|
12731
12884
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
12732
12885
|
# resp.cluster.catalog_arn #=> String
|
|
12733
12886
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
12887
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
12888
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
12889
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
12890
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
12891
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
12892
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
12893
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
12734
12894
|
#
|
|
12735
12895
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
|
|
12736
12896
|
#
|
|
@@ -12992,6 +13152,13 @@ module Aws::Redshift
|
|
|
12992
13152
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
12993
13153
|
# resp.cluster.catalog_arn #=> String
|
|
12994
13154
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
13155
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
13156
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
13157
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
13158
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
13159
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
13160
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
13161
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
12995
13162
|
#
|
|
12996
13163
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResumeCluster AWS API Documentation
|
|
12997
13164
|
#
|
|
@@ -13390,6 +13557,13 @@ module Aws::Redshift
|
|
|
13390
13557
|
# resp.cluster.lakehouse_registration_status #=> String
|
|
13391
13558
|
# resp.cluster.catalog_arn #=> String
|
|
13392
13559
|
# resp.cluster.extra_compute_for_automatic_optimization #=> String
|
|
13560
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables #=> Array
|
|
13561
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_tables[0] #=> String
|
|
13562
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_namespace #=> String
|
|
13563
|
+
# resp.cluster.logging_publish_status.s3_tables.s3_table_granularity #=> String
|
|
13564
|
+
# resp.cluster.logging_publish_status.s3_tables.enabled_all #=> Boolean
|
|
13565
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times #=> Hash
|
|
13566
|
+
# resp.cluster.logging_publish_status.s3_tables.last_ingestion_times["String"] #=> String
|
|
13393
13567
|
#
|
|
13394
13568
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
|
|
13395
13569
|
#
|
|
@@ -13470,7 +13644,7 @@ module Aws::Redshift
|
|
|
13470
13644
|
tracer: tracer
|
|
13471
13645
|
)
|
|
13472
13646
|
context[:gem_name] = 'aws-sdk-redshift'
|
|
13473
|
-
context[:gem_version] = '1.
|
|
13647
|
+
context[:gem_version] = '1.166.0'
|
|
13474
13648
|
Seahorse::Client::Request.new(handlers, context)
|
|
13475
13649
|
end
|
|
13476
13650
|
|
|
@@ -409,6 +409,7 @@ module Aws::Redshift
|
|
|
409
409
|
ListRecommendationsResult = Shapes::StructureShape.new(name: 'ListRecommendationsResult')
|
|
410
410
|
LogDestinationType = Shapes::StringShape.new(name: 'LogDestinationType')
|
|
411
411
|
LogTypeList = Shapes::ListShape.new(name: 'LogTypeList')
|
|
412
|
+
LoggingPublishStatus = Shapes::StructureShape.new(name: 'LoggingPublishStatus')
|
|
412
413
|
LoggingStatus = Shapes::StructureShape.new(name: 'LoggingStatus')
|
|
413
414
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
414
415
|
LongOptional = Shapes::IntegerShape.new(name: 'LongOptional')
|
|
@@ -564,6 +565,8 @@ module Aws::Redshift
|
|
|
564
565
|
S3AccessGrantsScopeUnion = Shapes::UnionShape.new(name: 'S3AccessGrantsScopeUnion')
|
|
565
566
|
S3AccessGrantsServiceIntegrations = Shapes::ListShape.new(name: 'S3AccessGrantsServiceIntegrations')
|
|
566
567
|
S3KeyPrefixValue = Shapes::StringShape.new(name: 'S3KeyPrefixValue')
|
|
568
|
+
S3TableLastIngestionTimeMap = Shapes::MapShape.new(name: 'S3TableLastIngestionTimeMap')
|
|
569
|
+
S3TablePublishStatus = Shapes::StructureShape.new(name: 'S3TablePublishStatus')
|
|
567
570
|
SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault', error: {"code" => "SNSInvalidTopic", "httpStatusCode" => 400, "senderFault" => true})
|
|
568
571
|
SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault', error: {"code" => "SNSNoAuthorization", "httpStatusCode" => 400, "senderFault" => true})
|
|
569
572
|
SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault', error: {"code" => "SNSTopicArnNotFound", "httpStatusCode" => 404, "senderFault" => true})
|
|
@@ -887,6 +890,7 @@ module Aws::Redshift
|
|
|
887
890
|
Cluster.add_member(:lakehouse_registration_status, Shapes::ShapeRef.new(shape: String, location_name: "LakehouseRegistrationStatus"))
|
|
888
891
|
Cluster.add_member(:catalog_arn, Shapes::ShapeRef.new(shape: String, location_name: "CatalogArn"))
|
|
889
892
|
Cluster.add_member(:extra_compute_for_automatic_optimization, Shapes::ShapeRef.new(shape: String, location_name: "ExtraComputeForAutomaticOptimization"))
|
|
893
|
+
Cluster.add_member(:logging_publish_status, Shapes::ShapeRef.new(shape: LoggingPublishStatus, location_name: "LoggingPublishStatus"))
|
|
890
894
|
Cluster.struct_class = Types::Cluster
|
|
891
895
|
|
|
892
896
|
ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
|
|
@@ -1741,6 +1745,8 @@ module Aws::Redshift
|
|
|
1741
1745
|
DescribeUsageLimitsMessage.struct_class = Types::DescribeUsageLimitsMessage
|
|
1742
1746
|
|
|
1743
1747
|
DisableLoggingMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
|
|
1748
|
+
DisableLoggingMessage.add_member(:log_destination_type, Shapes::ShapeRef.new(shape: LogDestinationType, location_name: "LogDestinationType"))
|
|
1749
|
+
DisableLoggingMessage.add_member(:log_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "LogExports"))
|
|
1744
1750
|
DisableLoggingMessage.struct_class = Types::DisableLoggingMessage
|
|
1745
1751
|
|
|
1746
1752
|
DisableSnapshotCopyMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
|
|
@@ -1774,6 +1780,8 @@ module Aws::Redshift
|
|
|
1774
1780
|
EnableLoggingMessage.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefixValue, location_name: "S3KeyPrefix"))
|
|
1775
1781
|
EnableLoggingMessage.add_member(:log_destination_type, Shapes::ShapeRef.new(shape: LogDestinationType, location_name: "LogDestinationType"))
|
|
1776
1782
|
EnableLoggingMessage.add_member(:log_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "LogExports"))
|
|
1783
|
+
EnableLoggingMessage.add_member(:s3_table_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "S3TableKmsKeyId"))
|
|
1784
|
+
EnableLoggingMessage.add_member(:s3_table_granularity, Shapes::ShapeRef.new(shape: String, location_name: "S3TableGranularity"))
|
|
1777
1785
|
EnableLoggingMessage.struct_class = Types::EnableLoggingMessage
|
|
1778
1786
|
|
|
1779
1787
|
EnableSnapshotCopyMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
|
|
@@ -2164,6 +2172,9 @@ module Aws::Redshift
|
|
|
2164
2172
|
|
|
2165
2173
|
LogTypeList.member = Shapes::ShapeRef.new(shape: String)
|
|
2166
2174
|
|
|
2175
|
+
LoggingPublishStatus.add_member(:s3_tables, Shapes::ShapeRef.new(shape: S3TablePublishStatus, location_name: "S3Tables"))
|
|
2176
|
+
LoggingPublishStatus.struct_class = Types::LoggingPublishStatus
|
|
2177
|
+
|
|
2167
2178
|
LoggingStatus.add_member(:logging_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "LoggingEnabled"))
|
|
2168
2179
|
LoggingStatus.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "BucketName"))
|
|
2169
2180
|
LoggingStatus.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefixValue, location_name: "S3KeyPrefix"))
|
|
@@ -2172,6 +2183,7 @@ module Aws::Redshift
|
|
|
2172
2183
|
LoggingStatus.add_member(:last_failure_message, Shapes::ShapeRef.new(shape: String, location_name: "LastFailureMessage"))
|
|
2173
2184
|
LoggingStatus.add_member(:log_destination_type, Shapes::ShapeRef.new(shape: LogDestinationType, location_name: "LogDestinationType"))
|
|
2174
2185
|
LoggingStatus.add_member(:log_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "LogExports"))
|
|
2186
|
+
LoggingStatus.add_member(:s3_tables, Shapes::ShapeRef.new(shape: S3TablePublishStatus, location_name: "S3Tables"))
|
|
2175
2187
|
LoggingStatus.struct_class = Types::LoggingStatus
|
|
2176
2188
|
|
|
2177
2189
|
MaintenanceTrack.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
|
|
@@ -2832,6 +2844,16 @@ module Aws::Redshift
|
|
|
2832
2844
|
|
|
2833
2845
|
S3AccessGrantsServiceIntegrations.member = Shapes::ShapeRef.new(shape: S3AccessGrantsScopeUnion)
|
|
2834
2846
|
|
|
2847
|
+
S3TableLastIngestionTimeMap.key = Shapes::ShapeRef.new(shape: String)
|
|
2848
|
+
S3TableLastIngestionTimeMap.value = Shapes::ShapeRef.new(shape: String)
|
|
2849
|
+
|
|
2850
|
+
S3TablePublishStatus.add_member(:s3_tables, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "S3Tables"))
|
|
2851
|
+
S3TablePublishStatus.add_member(:s3_table_namespace, Shapes::ShapeRef.new(shape: String, location_name: "S3TableNamespace"))
|
|
2852
|
+
S3TablePublishStatus.add_member(:s3_table_granularity, Shapes::ShapeRef.new(shape: String, location_name: "S3TableGranularity"))
|
|
2853
|
+
S3TablePublishStatus.add_member(:enabled_all, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnabledAll"))
|
|
2854
|
+
S3TablePublishStatus.add_member(:last_ingestion_times, Shapes::ShapeRef.new(shape: S3TableLastIngestionTimeMap, location_name: "LastIngestionTimes"))
|
|
2855
|
+
S3TablePublishStatus.struct_class = Types::S3TablePublishStatus
|
|
2856
|
+
|
|
2835
2857
|
SNSInvalidTopicFault.struct_class = Types::SNSInvalidTopicFault
|
|
2836
2858
|
|
|
2837
2859
|
SNSNoAuthorizationFault.struct_class = Types::SNSNoAuthorizationFault
|
|
@@ -972,6 +972,11 @@ module Aws::Redshift
|
|
|
972
972
|
# Default: false
|
|
973
973
|
# @return [String]
|
|
974
974
|
#
|
|
975
|
+
# @!attribute [rw] logging_publish_status
|
|
976
|
+
# The status of system table publishing for the cluster. This field is
|
|
977
|
+
# present only when system table publishing is configured.
|
|
978
|
+
# @return [Types::LoggingPublishStatus]
|
|
979
|
+
#
|
|
975
980
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Cluster AWS API Documentation
|
|
976
981
|
#
|
|
977
982
|
class Cluster < Struct.new(
|
|
@@ -1037,7 +1042,8 @@ module Aws::Redshift
|
|
|
1037
1042
|
:multi_az_secondary,
|
|
1038
1043
|
:lakehouse_registration_status,
|
|
1039
1044
|
:catalog_arn,
|
|
1040
|
-
:extra_compute_for_automatic_optimization
|
|
1045
|
+
:extra_compute_for_automatic_optimization,
|
|
1046
|
+
:logging_publish_status)
|
|
1041
1047
|
SENSITIVE = []
|
|
1042
1048
|
include Aws::Structure
|
|
1043
1049
|
end
|
|
@@ -6248,10 +6254,26 @@ module Aws::Redshift
|
|
|
6248
6254
|
# Example: `examplecluster`
|
|
6249
6255
|
# @return [String]
|
|
6250
6256
|
#
|
|
6257
|
+
# @!attribute [rw] log_destination_type
|
|
6258
|
+
# The log destination type. An enum with possible values of `s3`,
|
|
6259
|
+
# `cloudwatch`, and `s3table`. When set to `s3table`, stops system
|
|
6260
|
+
# table publishing. When omitted, the operation disables audit
|
|
6261
|
+
# logging.
|
|
6262
|
+
# @return [String]
|
|
6263
|
+
#
|
|
6264
|
+
# @!attribute [rw] log_exports
|
|
6265
|
+
# The collection of log types to stop exporting. When
|
|
6266
|
+
# `LogDestinationType` is `s3table`, the values are the names of the
|
|
6267
|
+
# system tables to stop publishing. Omitting this parameter or passing
|
|
6268
|
+
# `all` stops publishing all system tables.
|
|
6269
|
+
# @return [Array<String>]
|
|
6270
|
+
#
|
|
6251
6271
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableLoggingMessage AWS API Documentation
|
|
6252
6272
|
#
|
|
6253
6273
|
class DisableLoggingMessage < Struct.new(
|
|
6254
|
-
:cluster_identifier
|
|
6274
|
+
:cluster_identifier,
|
|
6275
|
+
:log_destination_type,
|
|
6276
|
+
:log_exports)
|
|
6255
6277
|
SENSITIVE = []
|
|
6256
6278
|
include Aws::Structure
|
|
6257
6279
|
end
|
|
@@ -6392,15 +6414,33 @@ module Aws::Redshift
|
|
|
6392
6414
|
# @return [String]
|
|
6393
6415
|
#
|
|
6394
6416
|
# @!attribute [rw] log_destination_type
|
|
6395
|
-
# The log destination type. An enum with possible values of `s3
|
|
6396
|
-
# `cloudwatch`.
|
|
6417
|
+
# The log destination type. An enum with possible values of `s3`,
|
|
6418
|
+
# `cloudwatch`, and `s3table`.
|
|
6397
6419
|
# @return [String]
|
|
6398
6420
|
#
|
|
6399
6421
|
# @!attribute [rw] log_exports
|
|
6400
|
-
# The collection of exported log types.
|
|
6401
|
-
# `
|
|
6422
|
+
# The collection of exported log types. When `LogDestinationType` is
|
|
6423
|
+
# `s3` or `cloudwatch`, possible values are `connectionlog`,
|
|
6424
|
+
# `useractivitylog`, and `userlog`. When `LogDestinationType` is
|
|
6425
|
+
# `s3table`, the values are the names of the system tables to publish.
|
|
6426
|
+
# Omitting this parameter, passing an empty list, or including the
|
|
6427
|
+
# value `all` publishes all current and future system tables.
|
|
6402
6428
|
# @return [Array<String>]
|
|
6403
6429
|
#
|
|
6430
|
+
# @!attribute [rw] s3_table_kms_key_id
|
|
6431
|
+
# The identifier of a customer managed KMS key used to encrypt the S3
|
|
6432
|
+
# tables. This parameter is valid only when `LogDestinationType` is
|
|
6433
|
+
# `s3table`.
|
|
6434
|
+
# @return [String]
|
|
6435
|
+
#
|
|
6436
|
+
# @!attribute [rw] s3_table_granularity
|
|
6437
|
+
# The scope of system table publishing. Valid values are `cluster` and
|
|
6438
|
+
# `account`. A value of `cluster` scopes publishing to the individual
|
|
6439
|
+
# cluster. A value of `account` scopes publishing to the Amazon Web
|
|
6440
|
+
# Services account. This parameter is valid only when
|
|
6441
|
+
# `LogDestinationType` is `s3table`.
|
|
6442
|
+
# @return [String]
|
|
6443
|
+
#
|
|
6404
6444
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableLoggingMessage AWS API Documentation
|
|
6405
6445
|
#
|
|
6406
6446
|
class EnableLoggingMessage < Struct.new(
|
|
@@ -6408,7 +6448,9 @@ module Aws::Redshift
|
|
|
6408
6448
|
:bucket_name,
|
|
6409
6449
|
:s3_key_prefix,
|
|
6410
6450
|
:log_destination_type,
|
|
6411
|
-
:log_exports
|
|
6451
|
+
:log_exports,
|
|
6452
|
+
:s3_table_kms_key_id,
|
|
6453
|
+
:s3_table_granularity)
|
|
6412
6454
|
SENSITIVE = []
|
|
6413
6455
|
include Aws::Structure
|
|
6414
6456
|
end
|
|
@@ -8182,6 +8224,20 @@ module Aws::Redshift
|
|
|
8182
8224
|
include Aws::Structure
|
|
8183
8225
|
end
|
|
8184
8226
|
|
|
8227
|
+
# Describes the system table publishing status for a cluster.
|
|
8228
|
+
#
|
|
8229
|
+
# @!attribute [rw] s3_tables
|
|
8230
|
+
# The status of system table publishing to S3 Tables.
|
|
8231
|
+
# @return [Types::S3TablePublishStatus]
|
|
8232
|
+
#
|
|
8233
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/LoggingPublishStatus AWS API Documentation
|
|
8234
|
+
#
|
|
8235
|
+
class LoggingPublishStatus < Struct.new(
|
|
8236
|
+
:s3_tables)
|
|
8237
|
+
SENSITIVE = []
|
|
8238
|
+
include Aws::Structure
|
|
8239
|
+
end
|
|
8240
|
+
|
|
8185
8241
|
# Describes the status of logging for a cluster.
|
|
8186
8242
|
#
|
|
8187
8243
|
# @!attribute [rw] logging_enabled
|
|
@@ -8209,15 +8265,23 @@ module Aws::Redshift
|
|
|
8209
8265
|
# @return [String]
|
|
8210
8266
|
#
|
|
8211
8267
|
# @!attribute [rw] log_destination_type
|
|
8212
|
-
# The log destination type. An enum with possible values of `s3
|
|
8213
|
-
# `cloudwatch`.
|
|
8268
|
+
# The log destination type. An enum with possible values of `s3`,
|
|
8269
|
+
# `cloudwatch`, and `s3table`.
|
|
8214
8270
|
# @return [String]
|
|
8215
8271
|
#
|
|
8216
8272
|
# @!attribute [rw] log_exports
|
|
8217
|
-
# The collection of exported log types.
|
|
8218
|
-
# `
|
|
8273
|
+
# The collection of exported log types. When `LogDestinationType` is
|
|
8274
|
+
# `s3` or `cloudwatch`, possible values are `connectionlog`,
|
|
8275
|
+
# `useractivitylog`, and `userlog`. When `LogDestinationType` is
|
|
8276
|
+
# `s3table`, the values are the names of the system tables being
|
|
8277
|
+
# published.
|
|
8219
8278
|
# @return [Array<String>]
|
|
8220
8279
|
#
|
|
8280
|
+
# @!attribute [rw] s3_tables
|
|
8281
|
+
# The status of system table publishing to S3 Tables. This field is
|
|
8282
|
+
# populated only when system table publishing is active.
|
|
8283
|
+
# @return [Types::S3TablePublishStatus]
|
|
8284
|
+
#
|
|
8221
8285
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/LoggingStatus AWS API Documentation
|
|
8222
8286
|
#
|
|
8223
8287
|
class LoggingStatus < Struct.new(
|
|
@@ -8228,7 +8292,8 @@ module Aws::Redshift
|
|
|
8228
8292
|
:last_failure_time,
|
|
8229
8293
|
:last_failure_message,
|
|
8230
8294
|
:log_destination_type,
|
|
8231
|
-
:log_exports
|
|
8295
|
+
:log_exports,
|
|
8296
|
+
:s3_tables)
|
|
8232
8297
|
SENSITIVE = []
|
|
8233
8298
|
include Aws::Structure
|
|
8234
8299
|
end
|
|
@@ -11800,6 +11865,46 @@ module Aws::Redshift
|
|
|
11800
11865
|
class Unknown < S3AccessGrantsScopeUnion; end
|
|
11801
11866
|
end
|
|
11802
11867
|
|
|
11868
|
+
# Describes the status of system table publishing to S3 Tables for a
|
|
11869
|
+
# cluster.
|
|
11870
|
+
#
|
|
11871
|
+
# @!attribute [rw] s3_tables
|
|
11872
|
+
# The system tables currently being published.
|
|
11873
|
+
# @return [Array<String>]
|
|
11874
|
+
#
|
|
11875
|
+
# @!attribute [rw] s3_table_namespace
|
|
11876
|
+
# The namespace in the S3 table bucket that holds the published
|
|
11877
|
+
# tables.
|
|
11878
|
+
# @return [String]
|
|
11879
|
+
#
|
|
11880
|
+
# @!attribute [rw] s3_table_granularity
|
|
11881
|
+
# The scope of system table publishing in effect. Possible values are
|
|
11882
|
+
# `cluster` and `account`.
|
|
11883
|
+
# @return [String]
|
|
11884
|
+
#
|
|
11885
|
+
# @!attribute [rw] enabled_all
|
|
11886
|
+
# `true` if the cluster is enrolled in all current and future system
|
|
11887
|
+
# tables rather than an explicit subset.
|
|
11888
|
+
# @return [Boolean]
|
|
11889
|
+
#
|
|
11890
|
+
# @!attribute [rw] last_ingestion_times
|
|
11891
|
+
# A map whose keys are the names of the published system tables and
|
|
11892
|
+
# whose values are the time each table last received data. Use this to
|
|
11893
|
+
# judge data freshness.
|
|
11894
|
+
# @return [Hash<String,String>]
|
|
11895
|
+
#
|
|
11896
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/S3TablePublishStatus AWS API Documentation
|
|
11897
|
+
#
|
|
11898
|
+
class S3TablePublishStatus < Struct.new(
|
|
11899
|
+
:s3_tables,
|
|
11900
|
+
:s3_table_namespace,
|
|
11901
|
+
:s3_table_granularity,
|
|
11902
|
+
:enabled_all,
|
|
11903
|
+
:last_ingestion_times)
|
|
11904
|
+
SENSITIVE = []
|
|
11905
|
+
include Aws::Structure
|
|
11906
|
+
end
|
|
11907
|
+
|
|
11803
11908
|
# Amazon SNS has responded that there is a problem with the specified
|
|
11804
11909
|
# Amazon SNS topic.
|
|
11805
11910
|
#
|
data/lib/aws-sdk-redshift.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1254,8 +1254,9 @@ module Aws
|
|
|
1254
1254
|
def last_successful_delivery_time: () -> ::Time
|
|
1255
1255
|
def last_failure_time: () -> ::Time
|
|
1256
1256
|
def last_failure_message: () -> ::String
|
|
1257
|
-
def log_destination_type: () -> ("s3" | "cloudwatch")
|
|
1257
|
+
def log_destination_type: () -> ("s3" | "cloudwatch" | "s3table")
|
|
1258
1258
|
def log_exports: () -> ::Array[::String]
|
|
1259
|
+
def s3_tables: () -> Types::S3TablePublishStatus
|
|
1259
1260
|
end
|
|
1260
1261
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Redshift/Client.html#describe_logging_status-instance_method
|
|
1261
1262
|
def describe_logging_status: (
|
|
@@ -1523,12 +1524,15 @@ module Aws
|
|
|
1523
1524
|
def last_successful_delivery_time: () -> ::Time
|
|
1524
1525
|
def last_failure_time: () -> ::Time
|
|
1525
1526
|
def last_failure_message: () -> ::String
|
|
1526
|
-
def log_destination_type: () -> ("s3" | "cloudwatch")
|
|
1527
|
+
def log_destination_type: () -> ("s3" | "cloudwatch" | "s3table")
|
|
1527
1528
|
def log_exports: () -> ::Array[::String]
|
|
1529
|
+
def s3_tables: () -> Types::S3TablePublishStatus
|
|
1528
1530
|
end
|
|
1529
1531
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Redshift/Client.html#disable_logging-instance_method
|
|
1530
1532
|
def disable_logging: (
|
|
1531
|
-
cluster_identifier: ::String
|
|
1533
|
+
cluster_identifier: ::String,
|
|
1534
|
+
?log_destination_type: ("s3" | "cloudwatch" | "s3table"),
|
|
1535
|
+
?log_exports: Array[::String]
|
|
1532
1536
|
) -> _DisableLoggingResponseSuccess
|
|
1533
1537
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisableLoggingResponseSuccess
|
|
1534
1538
|
|
|
@@ -1568,16 +1572,19 @@ module Aws
|
|
|
1568
1572
|
def last_successful_delivery_time: () -> ::Time
|
|
1569
1573
|
def last_failure_time: () -> ::Time
|
|
1570
1574
|
def last_failure_message: () -> ::String
|
|
1571
|
-
def log_destination_type: () -> ("s3" | "cloudwatch")
|
|
1575
|
+
def log_destination_type: () -> ("s3" | "cloudwatch" | "s3table")
|
|
1572
1576
|
def log_exports: () -> ::Array[::String]
|
|
1577
|
+
def s3_tables: () -> Types::S3TablePublishStatus
|
|
1573
1578
|
end
|
|
1574
1579
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Redshift/Client.html#enable_logging-instance_method
|
|
1575
1580
|
def enable_logging: (
|
|
1576
1581
|
cluster_identifier: ::String,
|
|
1577
1582
|
?bucket_name: ::String,
|
|
1578
1583
|
?s3_key_prefix: ::String,
|
|
1579
|
-
?log_destination_type: ("s3" | "cloudwatch"),
|
|
1580
|
-
?log_exports: Array[::String]
|
|
1584
|
+
?log_destination_type: ("s3" | "cloudwatch" | "s3table"),
|
|
1585
|
+
?log_exports: Array[::String],
|
|
1586
|
+
?s3_table_kms_key_id: ::String,
|
|
1587
|
+
?s3_table_granularity: ::String
|
|
1581
1588
|
) -> _EnableLoggingResponseSuccess
|
|
1582
1589
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableLoggingResponseSuccess
|
|
1583
1590
|
|
data/sig/types.rbs
CHANGED
|
@@ -253,6 +253,7 @@ module Aws::Redshift
|
|
|
253
253
|
attr_accessor lakehouse_registration_status: ::String
|
|
254
254
|
attr_accessor catalog_arn: ::String
|
|
255
255
|
attr_accessor extra_compute_for_automatic_optimization: ::String
|
|
256
|
+
attr_accessor logging_publish_status: Types::LoggingPublishStatus
|
|
256
257
|
SENSITIVE: []
|
|
257
258
|
end
|
|
258
259
|
|
|
@@ -1377,6 +1378,8 @@ module Aws::Redshift
|
|
|
1377
1378
|
|
|
1378
1379
|
class DisableLoggingMessage
|
|
1379
1380
|
attr_accessor cluster_identifier: ::String
|
|
1381
|
+
attr_accessor log_destination_type: ("s3" | "cloudwatch" | "s3table")
|
|
1382
|
+
attr_accessor log_exports: ::Array[::String]
|
|
1380
1383
|
SENSITIVE: []
|
|
1381
1384
|
end
|
|
1382
1385
|
|
|
@@ -1416,8 +1419,10 @@ module Aws::Redshift
|
|
|
1416
1419
|
attr_accessor cluster_identifier: ::String
|
|
1417
1420
|
attr_accessor bucket_name: ::String
|
|
1418
1421
|
attr_accessor s3_key_prefix: ::String
|
|
1419
|
-
attr_accessor log_destination_type: ("s3" | "cloudwatch")
|
|
1422
|
+
attr_accessor log_destination_type: ("s3" | "cloudwatch" | "s3table")
|
|
1420
1423
|
attr_accessor log_exports: ::Array[::String]
|
|
1424
|
+
attr_accessor s3_table_kms_key_id: ::String
|
|
1425
|
+
attr_accessor s3_table_granularity: ::String
|
|
1421
1426
|
SENSITIVE: []
|
|
1422
1427
|
end
|
|
1423
1428
|
|
|
@@ -1913,6 +1918,11 @@ module Aws::Redshift
|
|
|
1913
1918
|
SENSITIVE: []
|
|
1914
1919
|
end
|
|
1915
1920
|
|
|
1921
|
+
class LoggingPublishStatus
|
|
1922
|
+
attr_accessor s3_tables: Types::S3TablePublishStatus
|
|
1923
|
+
SENSITIVE: []
|
|
1924
|
+
end
|
|
1925
|
+
|
|
1916
1926
|
class LoggingStatus
|
|
1917
1927
|
attr_accessor logging_enabled: bool
|
|
1918
1928
|
attr_accessor bucket_name: ::String
|
|
@@ -1920,8 +1930,9 @@ module Aws::Redshift
|
|
|
1920
1930
|
attr_accessor last_successful_delivery_time: ::Time
|
|
1921
1931
|
attr_accessor last_failure_time: ::Time
|
|
1922
1932
|
attr_accessor last_failure_message: ::String
|
|
1923
|
-
attr_accessor log_destination_type: ("s3" | "cloudwatch")
|
|
1933
|
+
attr_accessor log_destination_type: ("s3" | "cloudwatch" | "s3table")
|
|
1924
1934
|
attr_accessor log_exports: ::Array[::String]
|
|
1935
|
+
attr_accessor s3_tables: Types::S3TablePublishStatus
|
|
1925
1936
|
SENSITIVE: []
|
|
1926
1937
|
end
|
|
1927
1938
|
|
|
@@ -2756,6 +2767,15 @@ module Aws::Redshift
|
|
|
2756
2767
|
end
|
|
2757
2768
|
end
|
|
2758
2769
|
|
|
2770
|
+
class S3TablePublishStatus
|
|
2771
|
+
attr_accessor s3_tables: ::Array[::String]
|
|
2772
|
+
attr_accessor s3_table_namespace: ::String
|
|
2773
|
+
attr_accessor s3_table_granularity: ::String
|
|
2774
|
+
attr_accessor enabled_all: bool
|
|
2775
|
+
attr_accessor last_ingestion_times: ::Hash[::String, ::String]
|
|
2776
|
+
SENSITIVE: []
|
|
2777
|
+
end
|
|
2778
|
+
|
|
2759
2779
|
class SNSInvalidTopicFault < Aws::EmptyStructure
|
|
2760
2780
|
end
|
|
2761
2781
|
|