aws-sdk-redshift 1.150.0 → 1.151.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c47bf47e63ca3d6cbc6c9cbe44e8b1fb4c6a14a4710e6a99feb69cc15a18925
4
- data.tar.gz: 6f90b2e50a229c7dc1f63b7d4ba99ca78bef3414b2ac6d850ed57b1c93c08b68
3
+ metadata.gz: c421f5619fbc276891d027b30e522705e4de4cf982edcf975b16aac7ed053b60
4
+ data.tar.gz: 292e425631fffa177e8a2b60b092784d15ce43897b963fa531fd833828112c07
5
5
  SHA512:
6
- metadata.gz: 41a8ecec751cd5263b64913f3b0f54ede5b9c827212cc5b9e9c06aada49cc58eb2f25507efbec76db55483732764bc72e9d90578d37af90c0ea469ffe59b3723
7
- data.tar.gz: 6492e791f4b8d04d5195a7878ee293cab38484b047de0f17a466c17ec7def551a8f5b48b6d1cc4cb6944597a170b4312fefb97ac8d914296c504762be3da4ce9
6
+ metadata.gz: 8e206819b094d24b8b4a99e548dfb29b967a963317ac9965219c21ac2aed55168a0e11ba78d76fc7778605526e53b6e9c67b9dcf79fe32d6a06cf9ca1b450872
7
+ data.tar.gz: 0f7b008c6f58cfe63d6f21a74a29103213696caa61eaa57106eef06de6e89d0ec47e0f09b83fac9fbc3f159fc855798a76addf66e5a148386e7d620bf4e6d616
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.151.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Added support for Amazon Redshift Federated Permissions and AWS IAM Identity Center trusted identity propagation.
8
+
4
9
  1.150.0 (2025-11-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.150.0
1
+ 1.151.0
@@ -1682,6 +1682,21 @@ module Aws::Redshift
1682
1682
  # The Amazon resource name (ARN) of the Amazon Redshift IAM Identity
1683
1683
  # Center application.
1684
1684
  #
1685
+ # @option params [String] :catalog_name
1686
+ # The name of the Glue data catalog that will be associated with the
1687
+ # cluster enabled with Amazon Redshift federated permissions.
1688
+ #
1689
+ # Constraints:
1690
+ #
1691
+ # * Must contain at least one lowercase letter.
1692
+ #
1693
+ # * Can only contain lowercase letters (a-z), numbers (0-9), underscores
1694
+ # (\_), and hyphens (-).
1695
+ #
1696
+ # Pattern: `^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$`
1697
+ #
1698
+ # Example: `my-catalog_01`
1699
+ #
1685
1700
  # @return [Types::CreateClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1686
1701
  #
1687
1702
  # * {Types::CreateClusterResult#cluster #cluster} => Types::Cluster
@@ -1733,6 +1748,7 @@ module Aws::Redshift
1733
1748
  # ip_address_type: "String",
1734
1749
  # multi_az: false,
1735
1750
  # redshift_idc_application_arn: "String",
1751
+ # catalog_name: "CatalogNameString",
1736
1752
  # })
1737
1753
  #
1738
1754
  # @example Response structure
@@ -1868,6 +1884,8 @@ module Aws::Redshift
1868
1884
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
1869
1885
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
1870
1886
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
1887
+ # resp.cluster.lakehouse_registration_status #=> String
1888
+ # resp.cluster.catalog_arn #=> String
1871
1889
  #
1872
1890
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
1873
1891
  #
@@ -2766,6 +2784,11 @@ module Aws::Redshift
2766
2784
  # A collection of service integrations for the Redshift IAM Identity
2767
2785
  # Center application.
2768
2786
  #
2787
+ # @option params [String] :application_type
2788
+ # The type of application being created. Valid values are `None` or
2789
+ # `Lakehouse`. Use `Lakehouse` to enable Amazon Redshift federated
2790
+ # permissions on cluster.
2791
+ #
2769
2792
  # @option params [Array<Types::Tag>] :tags
2770
2793
  # A list of tags.
2771
2794
  #
@@ -2808,8 +2831,16 @@ module Aws::Redshift
2808
2831
  # },
2809
2832
  # },
2810
2833
  # ],
2834
+ # redshift: [
2835
+ # {
2836
+ # connect: {
2837
+ # authorization: "Enabled", # required, accepts Enabled, Disabled
2838
+ # },
2839
+ # },
2840
+ # ],
2811
2841
  # },
2812
2842
  # ],
2843
+ # application_type: "None", # accepts None, Lakehouse
2813
2844
  # tags: [
2814
2845
  # {
2815
2846
  # key: "String",
@@ -2838,6 +2869,9 @@ module Aws::Redshift
2838
2869
  # resp.redshift_idc_application.service_integrations[0].lake_formation[0].lake_formation_query.authorization #=> String, one of "Enabled", "Disabled"
2839
2870
  # resp.redshift_idc_application.service_integrations[0].s3_access_grants #=> Array
2840
2871
  # resp.redshift_idc_application.service_integrations[0].s3_access_grants[0].read_write_access.authorization #=> String, one of "Enabled", "Disabled"
2872
+ # resp.redshift_idc_application.service_integrations[0].redshift #=> Array
2873
+ # resp.redshift_idc_application.service_integrations[0].redshift[0].connect.authorization #=> String, one of "Enabled", "Disabled"
2874
+ # resp.redshift_idc_application.application_type #=> String, one of "None", "Lakehouse"
2841
2875
  # resp.redshift_idc_application.tags #=> Array
2842
2876
  # resp.redshift_idc_application.tags[0].key #=> String
2843
2877
  # resp.redshift_idc_application.tags[0].value #=> String
@@ -3534,6 +3568,8 @@ module Aws::Redshift
3534
3568
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
3535
3569
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
3536
3570
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
3571
+ # resp.cluster.lakehouse_registration_status #=> String
3572
+ # resp.cluster.catalog_arn #=> String
3537
3573
  #
3538
3574
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
3539
3575
  #
@@ -5292,6 +5328,8 @@ module Aws::Redshift
5292
5328
  # resp.clusters[0].multi_az_secondary.cluster_nodes[0].node_role #=> String
5293
5329
  # resp.clusters[0].multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
5294
5330
  # resp.clusters[0].multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
5331
+ # resp.clusters[0].lakehouse_registration_status #=> String
5332
+ # resp.clusters[0].catalog_arn #=> String
5295
5333
  #
5296
5334
  #
5297
5335
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -6736,6 +6774,9 @@ module Aws::Redshift
6736
6774
  # resp.redshift_idc_applications[0].service_integrations[0].lake_formation[0].lake_formation_query.authorization #=> String, one of "Enabled", "Disabled"
6737
6775
  # resp.redshift_idc_applications[0].service_integrations[0].s3_access_grants #=> Array
6738
6776
  # resp.redshift_idc_applications[0].service_integrations[0].s3_access_grants[0].read_write_access.authorization #=> String, one of "Enabled", "Disabled"
6777
+ # resp.redshift_idc_applications[0].service_integrations[0].redshift #=> Array
6778
+ # resp.redshift_idc_applications[0].service_integrations[0].redshift[0].connect.authorization #=> String, one of "Enabled", "Disabled"
6779
+ # resp.redshift_idc_applications[0].application_type #=> String, one of "None", "Lakehouse"
6739
6780
  # resp.redshift_idc_applications[0].tags #=> Array
6740
6781
  # resp.redshift_idc_applications[0].tags[0].key #=> String
6741
6782
  # resp.redshift_idc_applications[0].tags[0].value #=> String
@@ -7847,6 +7888,8 @@ module Aws::Redshift
7847
7888
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
7848
7889
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
7849
7890
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
7891
+ # resp.cluster.lakehouse_registration_status #=> String
7892
+ # resp.cluster.catalog_arn #=> String
7850
7893
  #
7851
7894
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
7852
7895
  #
@@ -8185,6 +8228,8 @@ module Aws::Redshift
8185
8228
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
8186
8229
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
8187
8230
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
8231
+ # resp.cluster.lakehouse_registration_status #=> String
8232
+ # resp.cluster.catalog_arn #=> String
8188
8233
  #
8189
8234
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
8190
8235
  #
@@ -8345,6 +8390,8 @@ module Aws::Redshift
8345
8390
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
8346
8391
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
8347
8392
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
8393
+ # resp.cluster.lakehouse_registration_status #=> String
8394
+ # resp.cluster.catalog_arn #=> String
8348
8395
  #
8349
8396
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/FailoverPrimaryCompute AWS API Documentation
8350
8397
  #
@@ -9486,6 +9533,8 @@ module Aws::Redshift
9486
9533
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
9487
9534
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
9488
9535
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
9536
+ # resp.cluster.lakehouse_registration_status #=> String
9537
+ # resp.cluster.catalog_arn #=> String
9489
9538
  #
9490
9539
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
9491
9540
  #
@@ -9653,6 +9702,8 @@ module Aws::Redshift
9653
9702
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
9654
9703
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
9655
9704
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
9705
+ # resp.cluster.lakehouse_registration_status #=> String
9706
+ # resp.cluster.catalog_arn #=> String
9656
9707
  #
9657
9708
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
9658
9709
  #
@@ -9836,6 +9887,8 @@ module Aws::Redshift
9836
9887
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
9837
9888
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
9838
9889
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
9890
+ # resp.cluster.lakehouse_registration_status #=> String
9891
+ # resp.cluster.catalog_arn #=> String
9839
9892
  #
9840
9893
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
9841
9894
  #
@@ -10019,6 +10072,8 @@ module Aws::Redshift
10019
10072
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
10020
10073
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
10021
10074
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
10075
+ # resp.cluster.lakehouse_registration_status #=> String
10076
+ # resp.cluster.catalog_arn #=> String
10022
10077
  #
10023
10078
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
10024
10079
  #
@@ -10544,6 +10599,84 @@ module Aws::Redshift
10544
10599
  req.send_request(options)
10545
10600
  end
10546
10601
 
10602
+ # Modifies the lakehouse configuration for a cluster. This operation
10603
+ # allows you to manage Amazon Redshift federated permissions and Amazon
10604
+ # Web Services IAM Identity Center trusted identity propagation.
10605
+ #
10606
+ # @option params [required, String] :cluster_identifier
10607
+ # The unique identifier of the cluster whose lakehouse configuration you
10608
+ # want to modify.
10609
+ #
10610
+ # @option params [String] :lakehouse_registration
10611
+ # Specifies whether to register or deregister the cluster with Amazon
10612
+ # Redshift federated permissions. Valid values are `Register` or
10613
+ # `Deregister`.
10614
+ #
10615
+ # @option params [String] :catalog_name
10616
+ # The name of the Glue data catalog that will be associated with the
10617
+ # cluster enabled with Amazon Redshift federated permissions.
10618
+ #
10619
+ # Constraints:
10620
+ #
10621
+ # * Must contain at least one lowercase letter.
10622
+ #
10623
+ # * Can only contain lowercase letters (a-z), numbers (0-9), underscores
10624
+ # (\_), and hyphens (-).
10625
+ #
10626
+ # Pattern: `^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$`
10627
+ #
10628
+ # Example: `my-catalog_01`
10629
+ #
10630
+ # @option params [String] :lakehouse_idc_registration
10631
+ # Modifies the Amazon Web Services IAM Identity Center trusted identity
10632
+ # propagation on a cluster enabled with Amazon Redshift federated
10633
+ # permissions. Valid values are `Associate` or `Disassociate`.
10634
+ #
10635
+ # @option params [String] :lakehouse_idc_application_arn
10636
+ # The Amazon Resource Name (ARN) of the IAM Identity Center application
10637
+ # used for enabling Amazon Web Services IAM Identity Center trusted
10638
+ # identity propagation on a cluster enabled with Amazon Redshift
10639
+ # federated permissions.
10640
+ #
10641
+ # @option params [Boolean] :dry_run
10642
+ # A boolean value that, if `true`, validates the request without
10643
+ # actually modifying the lakehouse configuration. Use this to check for
10644
+ # errors before making changes.
10645
+ #
10646
+ # @return [Types::LakehouseConfiguration] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10647
+ #
10648
+ # * {Types::LakehouseConfiguration#cluster_identifier #cluster_identifier} => String
10649
+ # * {Types::LakehouseConfiguration#lakehouse_idc_application_arn #lakehouse_idc_application_arn} => String
10650
+ # * {Types::LakehouseConfiguration#lakehouse_registration_status #lakehouse_registration_status} => String
10651
+ # * {Types::LakehouseConfiguration#catalog_arn #catalog_arn} => String
10652
+ #
10653
+ # @example Request syntax with placeholder values
10654
+ #
10655
+ # resp = client.modify_lakehouse_configuration({
10656
+ # cluster_identifier: "String", # required
10657
+ # lakehouse_registration: "Register", # accepts Register, Deregister
10658
+ # catalog_name: "CatalogNameString",
10659
+ # lakehouse_idc_registration: "Associate", # accepts Associate, Disassociate
10660
+ # lakehouse_idc_application_arn: "String",
10661
+ # dry_run: false,
10662
+ # })
10663
+ #
10664
+ # @example Response structure
10665
+ #
10666
+ # resp.cluster_identifier #=> String
10667
+ # resp.lakehouse_idc_application_arn #=> String
10668
+ # resp.lakehouse_registration_status #=> String
10669
+ # resp.catalog_arn #=> String
10670
+ #
10671
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyLakehouseConfiguration AWS API Documentation
10672
+ #
10673
+ # @overload modify_lakehouse_configuration(params = {})
10674
+ # @param [Hash] params ({})
10675
+ def modify_lakehouse_configuration(params = {}, options = {})
10676
+ req = build_request(:modify_lakehouse_configuration, params)
10677
+ req.send_request(options)
10678
+ end
10679
+
10547
10680
  # Changes an existing Amazon Redshift IAM Identity Center application.
10548
10681
  #
10549
10682
  # @option params [required, String] :redshift_idc_application_arn
@@ -10604,6 +10737,13 @@ module Aws::Redshift
10604
10737
  # },
10605
10738
  # },
10606
10739
  # ],
10740
+ # redshift: [
10741
+ # {
10742
+ # connect: {
10743
+ # authorization: "Enabled", # required, accepts Enabled, Disabled
10744
+ # },
10745
+ # },
10746
+ # ],
10607
10747
  # },
10608
10748
  # ],
10609
10749
  # })
@@ -10627,6 +10767,9 @@ module Aws::Redshift
10627
10767
  # resp.redshift_idc_application.service_integrations[0].lake_formation[0].lake_formation_query.authorization #=> String, one of "Enabled", "Disabled"
10628
10768
  # resp.redshift_idc_application.service_integrations[0].s3_access_grants #=> Array
10629
10769
  # resp.redshift_idc_application.service_integrations[0].s3_access_grants[0].read_write_access.authorization #=> String, one of "Enabled", "Disabled"
10770
+ # resp.redshift_idc_application.service_integrations[0].redshift #=> Array
10771
+ # resp.redshift_idc_application.service_integrations[0].redshift[0].connect.authorization #=> String, one of "Enabled", "Disabled"
10772
+ # resp.redshift_idc_application.application_type #=> String, one of "None", "Lakehouse"
10630
10773
  # resp.redshift_idc_application.tags #=> Array
10631
10774
  # resp.redshift_idc_application.tags[0].key #=> String
10632
10775
  # resp.redshift_idc_application.tags[0].value #=> String
@@ -10938,6 +11081,8 @@ module Aws::Redshift
10938
11081
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
10939
11082
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
10940
11083
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
11084
+ # resp.cluster.lakehouse_registration_status #=> String
11085
+ # resp.cluster.catalog_arn #=> String
10941
11086
  #
10942
11087
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
10943
11088
  #
@@ -11204,6 +11349,8 @@ module Aws::Redshift
11204
11349
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
11205
11350
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
11206
11351
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
11352
+ # resp.cluster.lakehouse_registration_status #=> String
11353
+ # resp.cluster.catalog_arn #=> String
11207
11354
  #
11208
11355
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PauseCluster AWS API Documentation
11209
11356
  #
@@ -11467,6 +11614,8 @@ module Aws::Redshift
11467
11614
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
11468
11615
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
11469
11616
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
11617
+ # resp.cluster.lakehouse_registration_status #=> String
11618
+ # resp.cluster.catalog_arn #=> String
11470
11619
  #
11471
11620
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
11472
11621
  #
@@ -11824,6 +11973,8 @@ module Aws::Redshift
11824
11973
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
11825
11974
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
11826
11975
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
11976
+ # resp.cluster.lakehouse_registration_status #=> String
11977
+ # resp.cluster.catalog_arn #=> String
11827
11978
  #
11828
11979
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
11829
11980
  #
@@ -12150,6 +12301,27 @@ module Aws::Redshift
12150
12301
  # If true, the snapshot will be restored to a cluster deployed in two
12151
12302
  # Availability Zones.
12152
12303
  #
12304
+ # @option params [String] :catalog_name
12305
+ # The name of the Glue Data Catalog that will be associated with the
12306
+ # cluster enabled with Amazon Redshift federated permissions.
12307
+ #
12308
+ # Constraints:
12309
+ #
12310
+ # * Must contain at least one lowercase letter.
12311
+ #
12312
+ # * Can only contain lowercase letters (a-z), numbers (0-9), underscores
12313
+ # (\_), and hyphens (-).
12314
+ #
12315
+ # Pattern: `^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$`
12316
+ #
12317
+ # Example: `my-catalog_01`
12318
+ #
12319
+ # @option params [String] :redshift_idc_application_arn
12320
+ # The Amazon Resource Name (ARN) of the IAM Identity Center application
12321
+ # used for enabling Amazon Web Services IAM Identity Center trusted
12322
+ # identity propagation on a cluster enabled with Amazon Redshift
12323
+ # federated permissions.
12324
+ #
12153
12325
  # @return [Types::RestoreFromClusterSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12154
12326
  #
12155
12327
  # * {Types::RestoreFromClusterSnapshotResult#cluster #cluster} => Types::Cluster
@@ -12194,6 +12366,8 @@ module Aws::Redshift
12194
12366
  # master_password_secret_kms_key_id: "String",
12195
12367
  # ip_address_type: "String",
12196
12368
  # multi_az: false,
12369
+ # catalog_name: "CatalogNameString",
12370
+ # redshift_idc_application_arn: "String",
12197
12371
  # })
12198
12372
  #
12199
12373
  # @example Response structure
@@ -12329,6 +12503,8 @@ module Aws::Redshift
12329
12503
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
12330
12504
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
12331
12505
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
12506
+ # resp.cluster.lakehouse_registration_status #=> String
12507
+ # resp.cluster.catalog_arn #=> String
12332
12508
  #
12333
12509
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
12334
12510
  #
@@ -12587,6 +12763,8 @@ module Aws::Redshift
12587
12763
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
12588
12764
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
12589
12765
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
12766
+ # resp.cluster.lakehouse_registration_status #=> String
12767
+ # resp.cluster.catalog_arn #=> String
12590
12768
  #
12591
12769
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResumeCluster AWS API Documentation
12592
12770
  #
@@ -12982,6 +13160,8 @@ module Aws::Redshift
12982
13160
  # resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
12983
13161
  # resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
12984
13162
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
13163
+ # resp.cluster.lakehouse_registration_status #=> String
13164
+ # resp.cluster.catalog_arn #=> String
12985
13165
  #
12986
13166
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
12987
13167
  #
@@ -13062,7 +13242,7 @@ module Aws::Redshift
13062
13242
  tracer: tracer
13063
13243
  )
13064
13244
  context[:gem_name] = 'aws-sdk-redshift'
13065
- context[:gem_version] = '1.150.0'
13245
+ context[:gem_version] = '1.151.0'
13066
13246
  Seahorse::Client::Request.new(handlers, context)
13067
13247
  end
13068
13248
 
@@ -23,6 +23,7 @@ module Aws::Redshift
23
23
  AccountWithRestoreAccess = Shapes::StructureShape.new(name: 'AccountWithRestoreAccess')
24
24
  AccountsWithRestoreAccessList = Shapes::ListShape.new(name: 'AccountsWithRestoreAccessList')
25
25
  ActionType = Shapes::StringShape.new(name: 'ActionType')
26
+ ApplicationType = Shapes::StringShape.new(name: 'ApplicationType')
26
27
  AquaConfiguration = Shapes::StructureShape.new(name: 'AquaConfiguration')
27
28
  AquaConfigurationStatus = Shapes::StringShape.new(name: 'AquaConfigurationStatus')
28
29
  AquaStatus = Shapes::StringShape.new(name: 'AquaStatus')
@@ -67,6 +68,7 @@ module Aws::Redshift
67
68
  BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
68
69
  BucketNotFoundFault = Shapes::StructureShape.new(name: 'BucketNotFoundFault', error: {"code" => "BucketNotFoundFault", "httpStatusCode" => 400, "senderFault" => true})
69
70
  CancelResizeMessage = Shapes::StructureShape.new(name: 'CancelResizeMessage')
71
+ CatalogNameString = Shapes::StringShape.new(name: 'CatalogNameString')
70
72
  CertificateAssociation = Shapes::StructureShape.new(name: 'CertificateAssociation')
71
73
  CertificateAssociationList = Shapes::ListShape.new(name: 'CertificateAssociationList')
72
74
  Cluster = Shapes::StructureShape.new(name: 'Cluster')
@@ -122,6 +124,7 @@ module Aws::Redshift
122
124
  ClusterVersionsMessage = Shapes::StructureShape.new(name: 'ClusterVersionsMessage')
123
125
  ClustersMessage = Shapes::StructureShape.new(name: 'ClustersMessage')
124
126
  ConflictPolicyUpdateFault = Shapes::StructureShape.new(name: 'ConflictPolicyUpdateFault', error: {"code" => "ConflictPolicyUpdateFault", "httpStatusCode" => 409, "senderFault" => true})
127
+ Connect = Shapes::StructureShape.new(name: 'Connect')
125
128
  ConsumerIdentifierList = Shapes::ListShape.new(name: 'ConsumerIdentifierList')
126
129
  CopyClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CopyClusterSnapshotMessage')
127
130
  CopyClusterSnapshotResult = Shapes::StructureShape.new(name: 'CopyClusterSnapshotResult')
@@ -393,6 +396,9 @@ module Aws::Redshift
393
396
  LakeFormationQuery = Shapes::StructureShape.new(name: 'LakeFormationQuery')
394
397
  LakeFormationScopeUnion = Shapes::UnionShape.new(name: 'LakeFormationScopeUnion')
395
398
  LakeFormationServiceIntegrations = Shapes::ListShape.new(name: 'LakeFormationServiceIntegrations')
399
+ LakehouseConfiguration = Shapes::StructureShape.new(name: 'LakehouseConfiguration')
400
+ LakehouseIdcRegistration = Shapes::StringShape.new(name: 'LakehouseIdcRegistration')
401
+ LakehouseRegistration = Shapes::StringShape.new(name: 'LakehouseRegistration')
396
402
  LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault', error: {"code" => "LimitExceededFault", "httpStatusCode" => 400, "senderFault" => true})
397
403
  ListRecommendationsMessage = Shapes::StructureShape.new(name: 'ListRecommendationsMessage')
398
404
  ListRecommendationsResult = Shapes::StructureShape.new(name: 'ListRecommendationsResult')
@@ -427,6 +433,7 @@ module Aws::Redshift
427
433
  ModifyEventSubscriptionMessage = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionMessage')
428
434
  ModifyEventSubscriptionResult = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionResult')
429
435
  ModifyIntegrationMessage = Shapes::StructureShape.new(name: 'ModifyIntegrationMessage')
436
+ ModifyLakehouseConfigurationMessage = Shapes::StructureShape.new(name: 'ModifyLakehouseConfigurationMessage')
430
437
  ModifyRedshiftIdcApplicationMessage = Shapes::StructureShape.new(name: 'ModifyRedshiftIdcApplicationMessage')
431
438
  ModifyRedshiftIdcApplicationResult = Shapes::StructureShape.new(name: 'ModifyRedshiftIdcApplicationResult')
432
439
  ModifyScheduledActionMessage = Shapes::StructureShape.new(name: 'ModifyScheduledActionMessage')
@@ -491,6 +498,8 @@ module Aws::Redshift
491
498
  RedshiftIdcApplicationNotExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationNotExistsFault', error: {"code" => "RedshiftIdcApplicationNotExists", "httpStatusCode" => 404, "senderFault" => true})
492
499
  RedshiftIdcApplicationQuotaExceededFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationQuotaExceededFault', error: {"code" => "RedshiftIdcApplicationQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
493
500
  RedshiftInvalidParameterFault = Shapes::StructureShape.new(name: 'RedshiftInvalidParameterFault', error: {"code" => "RedshiftInvalidParameter", "httpStatusCode" => 400, "senderFault" => true})
501
+ RedshiftScopeUnion = Shapes::UnionShape.new(name: 'RedshiftScopeUnion')
502
+ RedshiftServiceIntegrations = Shapes::ListShape.new(name: 'RedshiftServiceIntegrations')
494
503
  ReferenceLink = Shapes::StructureShape.new(name: 'ReferenceLink')
495
504
  ReferenceLinkList = Shapes::ListShape.new(name: 'ReferenceLinkList')
496
505
  RegisterNamespaceInputMessage = Shapes::StructureShape.new(name: 'RegisterNamespaceInputMessage')
@@ -863,6 +872,8 @@ module Aws::Redshift
863
872
  Cluster.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
864
873
  Cluster.add_member(:multi_az, Shapes::ShapeRef.new(shape: String, location_name: "MultiAZ"))
865
874
  Cluster.add_member(:multi_az_secondary, Shapes::ShapeRef.new(shape: SecondaryClusterInfo, location_name: "MultiAZSecondary"))
875
+ Cluster.add_member(:lakehouse_registration_status, Shapes::ShapeRef.new(shape: String, location_name: "LakehouseRegistrationStatus"))
876
+ Cluster.add_member(:catalog_arn, Shapes::ShapeRef.new(shape: String, location_name: "CatalogArn"))
866
877
  Cluster.struct_class = Types::Cluster
867
878
 
868
879
  ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
@@ -1034,6 +1045,9 @@ module Aws::Redshift
1034
1045
 
1035
1046
  ConflictPolicyUpdateFault.struct_class = Types::ConflictPolicyUpdateFault
1036
1047
 
1048
+ Connect.add_member(:authorization, Shapes::ShapeRef.new(shape: ServiceAuthorization, required: true, location_name: "Authorization"))
1049
+ Connect.struct_class = Types::Connect
1050
+
1037
1051
  ConsumerIdentifierList.member = Shapes::ShapeRef.new(shape: String)
1038
1052
 
1039
1053
  CopyClusterSnapshotMessage.add_member(:source_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceSnapshotIdentifier"))
@@ -1094,6 +1108,7 @@ module Aws::Redshift
1094
1108
  CreateClusterMessage.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
1095
1109
  CreateClusterMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
1096
1110
  CreateClusterMessage.add_member(:redshift_idc_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "RedshiftIdcApplicationArn"))
1111
+ CreateClusterMessage.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, location_name: "CatalogName"))
1097
1112
  CreateClusterMessage.struct_class = Types::CreateClusterMessage
1098
1113
 
1099
1114
  CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -1200,6 +1215,7 @@ module Aws::Redshift
1200
1215
  CreateRedshiftIdcApplicationMessage.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
1201
1216
  CreateRedshiftIdcApplicationMessage.add_member(:authorized_token_issuer_list, Shapes::ShapeRef.new(shape: AuthorizedTokenIssuerList, location_name: "AuthorizedTokenIssuerList"))
1202
1217
  CreateRedshiftIdcApplicationMessage.add_member(:service_integrations, Shapes::ShapeRef.new(shape: ServiceIntegrationList, location_name: "ServiceIntegrations"))
1218
+ CreateRedshiftIdcApplicationMessage.add_member(:application_type, Shapes::ShapeRef.new(shape: ApplicationType, location_name: "ApplicationType"))
1203
1219
  CreateRedshiftIdcApplicationMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1204
1220
  CreateRedshiftIdcApplicationMessage.add_member(:sso_tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, location_name: "SsoTagKeys"))
1205
1221
  CreateRedshiftIdcApplicationMessage.struct_class = Types::CreateRedshiftIdcApplicationMessage
@@ -2093,6 +2109,12 @@ module Aws::Redshift
2093
2109
 
2094
2110
  LakeFormationServiceIntegrations.member = Shapes::ShapeRef.new(shape: LakeFormationScopeUnion)
2095
2111
 
2112
+ LakehouseConfiguration.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
2113
+ LakehouseConfiguration.add_member(:lakehouse_idc_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "LakehouseIdcApplicationArn"))
2114
+ LakehouseConfiguration.add_member(:lakehouse_registration_status, Shapes::ShapeRef.new(shape: String, location_name: "LakehouseRegistrationStatus"))
2115
+ LakehouseConfiguration.add_member(:catalog_arn, Shapes::ShapeRef.new(shape: String, location_name: "CatalogArn"))
2116
+ LakehouseConfiguration.struct_class = Types::LakehouseConfiguration
2117
+
2096
2118
  LimitExceededFault.struct_class = Types::LimitExceededFault
2097
2119
 
2098
2120
  ListRecommendationsMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
@@ -2255,6 +2277,14 @@ module Aws::Redshift
2255
2277
  ModifyIntegrationMessage.add_member(:integration_name, Shapes::ShapeRef.new(shape: IntegrationName, location_name: "IntegrationName"))
2256
2278
  ModifyIntegrationMessage.struct_class = Types::ModifyIntegrationMessage
2257
2279
 
2280
+ ModifyLakehouseConfigurationMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
2281
+ ModifyLakehouseConfigurationMessage.add_member(:lakehouse_registration, Shapes::ShapeRef.new(shape: LakehouseRegistration, location_name: "LakehouseRegistration"))
2282
+ ModifyLakehouseConfigurationMessage.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, location_name: "CatalogName"))
2283
+ ModifyLakehouseConfigurationMessage.add_member(:lakehouse_idc_registration, Shapes::ShapeRef.new(shape: LakehouseIdcRegistration, location_name: "LakehouseIdcRegistration"))
2284
+ ModifyLakehouseConfigurationMessage.add_member(:lakehouse_idc_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "LakehouseIdcApplicationArn"))
2285
+ ModifyLakehouseConfigurationMessage.add_member(:dry_run, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DryRun"))
2286
+ ModifyLakehouseConfigurationMessage.struct_class = Types::ModifyLakehouseConfigurationMessage
2287
+
2258
2288
  ModifyRedshiftIdcApplicationMessage.add_member(:redshift_idc_application_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RedshiftIdcApplicationArn"))
2259
2289
  ModifyRedshiftIdcApplicationMessage.add_member(:identity_namespace, Shapes::ShapeRef.new(shape: IdentityNamespaceString, location_name: "IdentityNamespace"))
2260
2290
  ModifyRedshiftIdcApplicationMessage.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamRoleArn"))
@@ -2469,6 +2499,7 @@ module Aws::Redshift
2469
2499
  RedshiftIdcApplication.add_member(:idc_onboard_status, Shapes::ShapeRef.new(shape: String, location_name: "IdcOnboardStatus"))
2470
2500
  RedshiftIdcApplication.add_member(:authorized_token_issuer_list, Shapes::ShapeRef.new(shape: AuthorizedTokenIssuerList, location_name: "AuthorizedTokenIssuerList"))
2471
2501
  RedshiftIdcApplication.add_member(:service_integrations, Shapes::ShapeRef.new(shape: ServiceIntegrationList, location_name: "ServiceIntegrations"))
2502
+ RedshiftIdcApplication.add_member(:application_type, Shapes::ShapeRef.new(shape: ApplicationType, location_name: "ApplicationType"))
2472
2503
  RedshiftIdcApplication.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2473
2504
  RedshiftIdcApplication.add_member(:sso_tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, location_name: "SsoTagKeys"))
2474
2505
  RedshiftIdcApplication.struct_class = Types::RedshiftIdcApplication
@@ -2483,6 +2514,14 @@ module Aws::Redshift
2483
2514
 
2484
2515
  RedshiftInvalidParameterFault.struct_class = Types::RedshiftInvalidParameterFault
2485
2516
 
2517
+ RedshiftScopeUnion.add_member(:connect, Shapes::ShapeRef.new(shape: Connect, location_name: "Connect"))
2518
+ RedshiftScopeUnion.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2519
+ RedshiftScopeUnion.add_member_subclass(:connect, Types::RedshiftScopeUnion::Connect)
2520
+ RedshiftScopeUnion.add_member_subclass(:unknown, Types::RedshiftScopeUnion::Unknown)
2521
+ RedshiftScopeUnion.struct_class = Types::RedshiftScopeUnion
2522
+
2523
+ RedshiftServiceIntegrations.member = Shapes::ShapeRef.new(shape: RedshiftScopeUnion)
2524
+
2486
2525
  ReferenceLink.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "Text"))
2487
2526
  ReferenceLink.add_member(:link, Shapes::ShapeRef.new(shape: String, location_name: "Link"))
2488
2527
  ReferenceLink.struct_class = Types::ReferenceLink
@@ -2655,6 +2694,8 @@ module Aws::Redshift
2655
2694
  RestoreFromClusterSnapshotMessage.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
2656
2695
  RestoreFromClusterSnapshotMessage.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
2657
2696
  RestoreFromClusterSnapshotMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
2697
+ RestoreFromClusterSnapshotMessage.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, location_name: "CatalogName"))
2698
+ RestoreFromClusterSnapshotMessage.add_member(:redshift_idc_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "RedshiftIdcApplicationArn"))
2658
2699
  RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
2659
2700
 
2660
2701
  RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
@@ -2795,9 +2836,11 @@ module Aws::Redshift
2795
2836
 
2796
2837
  ServiceIntegrationsUnion.add_member(:lake_formation, Shapes::ShapeRef.new(shape: LakeFormationServiceIntegrations, location_name: "LakeFormation"))
2797
2838
  ServiceIntegrationsUnion.add_member(:s3_access_grants, Shapes::ShapeRef.new(shape: S3AccessGrantsServiceIntegrations, location_name: "S3AccessGrants"))
2839
+ ServiceIntegrationsUnion.add_member(:redshift, Shapes::ShapeRef.new(shape: RedshiftServiceIntegrations, location_name: "Redshift"))
2798
2840
  ServiceIntegrationsUnion.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2799
2841
  ServiceIntegrationsUnion.add_member_subclass(:lake_formation, Types::ServiceIntegrationsUnion::LakeFormation)
2800
2842
  ServiceIntegrationsUnion.add_member_subclass(:s3_access_grants, Types::ServiceIntegrationsUnion::S3AccessGrants)
2843
+ ServiceIntegrationsUnion.add_member_subclass(:redshift, Types::ServiceIntegrationsUnion::Redshift)
2801
2844
  ServiceIntegrationsUnion.add_member_subclass(:unknown, Types::ServiceIntegrationsUnion::Unknown)
2802
2845
  ServiceIntegrationsUnion.struct_class = Types::ServiceIntegrationsUnion
2803
2846
 
@@ -3247,6 +3290,8 @@ module Aws::Redshift
3247
3290
  o.errors << Shapes::ShapeRef.new(shape: Ipv6CidrBlockNotFoundFault)
3248
3291
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3249
3292
  o.errors << Shapes::ShapeRef.new(shape: RedshiftIdcApplicationNotExistsFault)
3293
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
3294
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceAccessDeniedFault)
3250
3295
  end)
3251
3296
 
3252
3297
  api.add_operation(:create_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
@@ -4688,6 +4733,21 @@ module Aws::Redshift
4688
4733
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
4689
4734
  end)
4690
4735
 
4736
+ api.add_operation(:modify_lakehouse_configuration, Seahorse::Model::Operation.new.tap do |o|
4737
+ o.name = "ModifyLakehouseConfiguration"
4738
+ o.http_method = "POST"
4739
+ o.http_request_uri = "/"
4740
+ o.input = Shapes::ShapeRef.new(shape: ModifyLakehouseConfigurationMessage)
4741
+ o.output = Shapes::ShapeRef.new(shape: LakehouseConfiguration)
4742
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
4743
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
4744
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
4745
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
4746
+ o.errors << Shapes::ShapeRef.new(shape: RedshiftIdcApplicationNotExistsFault)
4747
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
4748
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceAccessDeniedFault)
4749
+ end)
4750
+
4691
4751
  api.add_operation(:modify_redshift_idc_application, Seahorse::Model::Operation.new.tap do |o|
4692
4752
  o.name = "ModifyRedshiftIdcApplication"
4693
4753
  o.http_method = "POST"
@@ -4886,6 +4946,8 @@ module Aws::Redshift
4886
4946
  o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
4887
4947
  o.errors << Shapes::ShapeRef.new(shape: ReservedNodeAlreadyExistsFault)
4888
4948
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
4949
+ o.errors << Shapes::ShapeRef.new(shape: RedshiftIdcApplicationNotExistsFault)
4950
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceAccessDeniedFault)
4889
4951
  o.errors << Shapes::ShapeRef.new(shape: Ipv6CidrBlockNotFoundFault)
4890
4952
  end)
4891
4953
 
@@ -953,6 +953,17 @@ module Aws::Redshift
953
953
  # turned on.
954
954
  # @return [Types::SecondaryClusterInfo]
955
955
  #
956
+ # @!attribute [rw] lakehouse_registration_status
957
+ # The status of the lakehouse registration for the cluster. Indicates
958
+ # whether the cluster is successfully registered with Amazon Redshift
959
+ # federated permissions.
960
+ # @return [String]
961
+ #
962
+ # @!attribute [rw] catalog_arn
963
+ # The Amazon Resource Name (ARN) of the Glue data catalog associated
964
+ # with the cluster enabled with Amazon Redshift federated permissions.
965
+ # @return [String]
966
+ #
956
967
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Cluster AWS API Documentation
957
968
  #
958
969
  class Cluster < Struct.new(
@@ -1015,7 +1026,9 @@ module Aws::Redshift
1015
1026
  :master_password_secret_kms_key_id,
1016
1027
  :ip_address_type,
1017
1028
  :multi_az,
1018
- :multi_az_secondary)
1029
+ :multi_az_secondary,
1030
+ :lakehouse_registration_status,
1031
+ :catalog_arn)
1019
1032
  SENSITIVE = []
1020
1033
  include Aws::Structure
1021
1034
  end
@@ -1794,6 +1807,22 @@ module Aws::Redshift
1794
1807
  #
1795
1808
  class ConflictPolicyUpdateFault < Aws::EmptyStructure; end
1796
1809
 
1810
+ # A structure that defines the Amazon Redshift connect service
1811
+ # integration scope.
1812
+ #
1813
+ # @!attribute [rw] authorization
1814
+ # Determines whether the Amazon Redshift connect integration is
1815
+ # enabled or disabled for the application.
1816
+ # @return [String]
1817
+ #
1818
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Connect AWS API Documentation
1819
+ #
1820
+ class Connect < Struct.new(
1821
+ :authorization)
1822
+ SENSITIVE = []
1823
+ include Aws::Structure
1824
+ end
1825
+
1797
1826
  # @!attribute [rw] source_snapshot_identifier
1798
1827
  # The identifier for the source snapshot.
1799
1828
  #
@@ -2340,6 +2369,22 @@ module Aws::Redshift
2340
2369
  # Center application.
2341
2370
  # @return [String]
2342
2371
  #
2372
+ # @!attribute [rw] catalog_name
2373
+ # The name of the Glue data catalog that will be associated with the
2374
+ # cluster enabled with Amazon Redshift federated permissions.
2375
+ #
2376
+ # Constraints:
2377
+ #
2378
+ # * Must contain at least one lowercase letter.
2379
+ #
2380
+ # * Can only contain lowercase letters (a-z), numbers (0-9),
2381
+ # underscores (\_), and hyphens (-).
2382
+ #
2383
+ # Pattern: `^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$`
2384
+ #
2385
+ # Example: `my-catalog_01`
2386
+ # @return [String]
2387
+ #
2343
2388
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterMessage AWS API Documentation
2344
2389
  #
2345
2390
  class CreateClusterMessage < Struct.new(
@@ -2381,7 +2426,8 @@ module Aws::Redshift
2381
2426
  :master_password_secret_kms_key_id,
2382
2427
  :ip_address_type,
2383
2428
  :multi_az,
2384
- :redshift_idc_application_arn)
2429
+ :redshift_idc_application_arn,
2430
+ :catalog_name)
2385
2431
  SENSITIVE = [:master_user_password]
2386
2432
  include Aws::Structure
2387
2433
  end
@@ -2991,6 +3037,12 @@ module Aws::Redshift
2991
3037
  # Center application.
2992
3038
  # @return [Array<Types::ServiceIntegrationsUnion>]
2993
3039
  #
3040
+ # @!attribute [rw] application_type
3041
+ # The type of application being created. Valid values are `None` or
3042
+ # `Lakehouse`. Use `Lakehouse` to enable Amazon Redshift federated
3043
+ # permissions on cluster.
3044
+ # @return [String]
3045
+ #
2994
3046
  # @!attribute [rw] tags
2995
3047
  # A list of tags.
2996
3048
  # @return [Array<Types::Tag>]
@@ -3011,6 +3063,7 @@ module Aws::Redshift
3011
3063
  :iam_role_arn,
3012
3064
  :authorized_token_issuer_list,
3013
3065
  :service_integrations,
3066
+ :application_type,
3014
3067
  :tags,
3015
3068
  :sso_tag_keys)
3016
3069
  SENSITIVE = []
@@ -7884,6 +7937,43 @@ module Aws::Redshift
7884
7937
  class Unknown < LakeFormationScopeUnion; end
7885
7938
  end
7886
7939
 
7940
+ # Contains configuration information for lakehouse integration,
7941
+ # including the cluster identifier, catalog ARN, and registration
7942
+ # status.
7943
+ #
7944
+ # @!attribute [rw] cluster_identifier
7945
+ # The unique identifier of the cluster associated with this lakehouse
7946
+ # configuration.
7947
+ # @return [String]
7948
+ #
7949
+ # @!attribute [rw] lakehouse_idc_application_arn
7950
+ # The Amazon Resource Name (ARN) of the IAM Identity Center
7951
+ # application used for enabling Amazon Web Services IAM Identity
7952
+ # Center trusted identity propagation on a cluster enabled with Amazon
7953
+ # Redshift federated permissions.
7954
+ # @return [String]
7955
+ #
7956
+ # @!attribute [rw] lakehouse_registration_status
7957
+ # The current status of the lakehouse registration. Indicates whether
7958
+ # the cluster is successfully registered with the lakehouse.
7959
+ # @return [String]
7960
+ #
7961
+ # @!attribute [rw] catalog_arn
7962
+ # The Amazon Resource Name (ARN) of the Glue data catalog associated
7963
+ # with the lakehouse configuration.
7964
+ # @return [String]
7965
+ #
7966
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/LakehouseConfiguration AWS API Documentation
7967
+ #
7968
+ class LakehouseConfiguration < Struct.new(
7969
+ :cluster_identifier,
7970
+ :lakehouse_idc_application_arn,
7971
+ :lakehouse_registration_status,
7972
+ :catalog_arn)
7973
+ SENSITIVE = []
7974
+ include Aws::Structure
7975
+ end
7976
+
7887
7977
  # The encryption key has exceeded its grant limit in Amazon Web Services
7888
7978
  # KMS.
7889
7979
  #
@@ -8918,6 +9008,66 @@ module Aws::Redshift
8918
9008
  include Aws::Structure
8919
9009
  end
8920
9010
 
9011
+ # @!attribute [rw] cluster_identifier
9012
+ # The unique identifier of the cluster whose lakehouse configuration
9013
+ # you want to modify.
9014
+ # @return [String]
9015
+ #
9016
+ # @!attribute [rw] lakehouse_registration
9017
+ # Specifies whether to register or deregister the cluster with Amazon
9018
+ # Redshift federated permissions. Valid values are `Register` or
9019
+ # `Deregister`.
9020
+ # @return [String]
9021
+ #
9022
+ # @!attribute [rw] catalog_name
9023
+ # The name of the Glue data catalog that will be associated with the
9024
+ # cluster enabled with Amazon Redshift federated permissions.
9025
+ #
9026
+ # Constraints:
9027
+ #
9028
+ # * Must contain at least one lowercase letter.
9029
+ #
9030
+ # * Can only contain lowercase letters (a-z), numbers (0-9),
9031
+ # underscores (\_), and hyphens (-).
9032
+ #
9033
+ # Pattern: `^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$`
9034
+ #
9035
+ # Example: `my-catalog_01`
9036
+ # @return [String]
9037
+ #
9038
+ # @!attribute [rw] lakehouse_idc_registration
9039
+ # Modifies the Amazon Web Services IAM Identity Center trusted
9040
+ # identity propagation on a cluster enabled with Amazon Redshift
9041
+ # federated permissions. Valid values are `Associate` or
9042
+ # `Disassociate`.
9043
+ # @return [String]
9044
+ #
9045
+ # @!attribute [rw] lakehouse_idc_application_arn
9046
+ # The Amazon Resource Name (ARN) of the IAM Identity Center
9047
+ # application used for enabling Amazon Web Services IAM Identity
9048
+ # Center trusted identity propagation on a cluster enabled with Amazon
9049
+ # Redshift federated permissions.
9050
+ # @return [String]
9051
+ #
9052
+ # @!attribute [rw] dry_run
9053
+ # A boolean value that, if `true`, validates the request without
9054
+ # actually modifying the lakehouse configuration. Use this to check
9055
+ # for errors before making changes.
9056
+ # @return [Boolean]
9057
+ #
9058
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyLakehouseConfigurationMessage AWS API Documentation
9059
+ #
9060
+ class ModifyLakehouseConfigurationMessage < Struct.new(
9061
+ :cluster_identifier,
9062
+ :lakehouse_registration,
9063
+ :catalog_name,
9064
+ :lakehouse_idc_registration,
9065
+ :lakehouse_idc_application_arn,
9066
+ :dry_run)
9067
+ SENSITIVE = []
9068
+ include Aws::Structure
9069
+ end
9070
+
8921
9071
  # @!attribute [rw] redshift_idc_application_arn
8922
9072
  # The ARN for the Redshift application that integrates with IAM
8923
9073
  # Identity Center.
@@ -9915,6 +10065,12 @@ module Aws::Redshift
9915
10065
  # application.
9916
10066
  # @return [Array<Types::ServiceIntegrationsUnion>]
9917
10067
  #
10068
+ # @!attribute [rw] application_type
10069
+ # The type of application being created. Valid values are `None` or
10070
+ # `Lakehouse`. Use `Lakehouse` to enable Amazon Redshift federated
10071
+ # permissions on cluster.
10072
+ # @return [String]
10073
+ #
9918
10074
  # @!attribute [rw] tags
9919
10075
  # A list of tags.
9920
10076
  # @return [Array<Types::Tag>]
@@ -9938,6 +10094,7 @@ module Aws::Redshift
9938
10094
  :idc_onboard_status,
9939
10095
  :authorized_token_issuer_list,
9940
10096
  :service_integrations,
10097
+ :application_type,
9941
10098
  :tags,
9942
10099
  :sso_tag_keys)
9943
10100
  SENSITIVE = []
@@ -9971,6 +10128,33 @@ module Aws::Redshift
9971
10128
  #
9972
10129
  class RedshiftInvalidParameterFault < Aws::EmptyStructure; end
9973
10130
 
10131
+ # A union structure that defines the scope of Amazon Redshift service
10132
+ # integrations. Contains configuration for different integration types
10133
+ # such as Amazon Redshift.
10134
+ #
10135
+ # @note RedshiftScopeUnion is a union - when making an API calls you must set exactly one of the members.
10136
+ #
10137
+ # @note RedshiftScopeUnion is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of RedshiftScopeUnion corresponding to the set member.
10138
+ #
10139
+ # @!attribute [rw] connect
10140
+ # The Amazon Redshift connect integration scope configuration. Defines
10141
+ # authorization settings for Amazon Redshift connect service
10142
+ # integration.
10143
+ # @return [Types::Connect]
10144
+ #
10145
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RedshiftScopeUnion AWS API Documentation
10146
+ #
10147
+ class RedshiftScopeUnion < Struct.new(
10148
+ :connect,
10149
+ :unknown)
10150
+ SENSITIVE = []
10151
+ include Aws::Structure
10152
+ include Aws::Structure::Union
10153
+
10154
+ class Connect < RedshiftScopeUnion; end
10155
+ class Unknown < RedshiftScopeUnion; end
10156
+ end
10157
+
9974
10158
  # A link to an Amazon Redshift Advisor reference for more information
9975
10159
  # about a recommendation.
9976
10160
  #
@@ -10936,6 +11120,29 @@ module Aws::Redshift
10936
11120
  # Availability Zones.
10937
11121
  # @return [Boolean]
10938
11122
  #
11123
+ # @!attribute [rw] catalog_name
11124
+ # The name of the Glue Data Catalog that will be associated with the
11125
+ # cluster enabled with Amazon Redshift federated permissions.
11126
+ #
11127
+ # Constraints:
11128
+ #
11129
+ # * Must contain at least one lowercase letter.
11130
+ #
11131
+ # * Can only contain lowercase letters (a-z), numbers (0-9),
11132
+ # underscores (\_), and hyphens (-).
11133
+ #
11134
+ # Pattern: `^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$`
11135
+ #
11136
+ # Example: `my-catalog_01`
11137
+ # @return [String]
11138
+ #
11139
+ # @!attribute [rw] redshift_idc_application_arn
11140
+ # The Amazon Resource Name (ARN) of the IAM Identity Center
11141
+ # application used for enabling Amazon Web Services IAM Identity
11142
+ # Center trusted identity propagation on a cluster enabled with Amazon
11143
+ # Redshift federated permissions.
11144
+ # @return [String]
11145
+ #
10939
11146
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshotMessage AWS API Documentation
10940
11147
  #
10941
11148
  class RestoreFromClusterSnapshotMessage < Struct.new(
@@ -10975,7 +11182,9 @@ module Aws::Redshift
10975
11182
  :manage_master_password,
10976
11183
  :master_password_secret_kms_key_id,
10977
11184
  :ip_address_type,
10978
- :multi_az)
11185
+ :multi_az,
11186
+ :catalog_name,
11187
+ :redshift_idc_application_arn)
10979
11188
  SENSITIVE = []
10980
11189
  include Aws::Structure
10981
11190
  end
@@ -11606,11 +11815,16 @@ module Aws::Redshift
11606
11815
  # A list of scopes set up for S3 Access Grants integration.
11607
11816
  # @return [Array<Types::S3AccessGrantsScopeUnion>]
11608
11817
  #
11818
+ # @!attribute [rw] redshift
11819
+ # A list of scopes set up for Amazon Redshift integration.
11820
+ # @return [Array<Types::RedshiftScopeUnion>]
11821
+ #
11609
11822
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ServiceIntegrationsUnion AWS API Documentation
11610
11823
  #
11611
11824
  class ServiceIntegrationsUnion < Struct.new(
11612
11825
  :lake_formation,
11613
11826
  :s3_access_grants,
11827
+ :redshift,
11614
11828
  :unknown)
11615
11829
  SENSITIVE = []
11616
11830
  include Aws::Structure
@@ -11618,6 +11832,7 @@ module Aws::Redshift
11618
11832
 
11619
11833
  class LakeFormation < ServiceIntegrationsUnion; end
11620
11834
  class S3AccessGrants < ServiceIntegrationsUnion; end
11835
+ class Redshift < ServiceIntegrationsUnion; end
11621
11836
  class Unknown < ServiceIntegrationsUnion; end
11622
11837
  end
11623
11838
 
@@ -55,7 +55,7 @@ module Aws::Redshift
55
55
  autoload :EndpointProvider, 'aws-sdk-redshift/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-redshift/endpoints'
57
57
 
58
- GEM_VERSION = '1.150.0'
58
+ GEM_VERSION = '1.151.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -313,7 +313,8 @@ module Aws
313
313
  ?master_password_secret_kms_key_id: ::String,
314
314
  ?ip_address_type: ::String,
315
315
  ?multi_az: bool,
316
- ?redshift_idc_application_arn: ::String
316
+ ?redshift_idc_application_arn: ::String,
317
+ ?catalog_name: ::String
317
318
  ) -> _CreateClusterResponseSuccess
318
319
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
319
320
 
@@ -548,9 +549,17 @@ module Aws
548
549
  authorization: ("Enabled" | "Disabled")
549
550
  }?
550
551
  },
552
+ ]?,
553
+ redshift: Array[
554
+ {
555
+ connect: {
556
+ authorization: ("Enabled" | "Disabled")
557
+ }?
558
+ },
551
559
  ]?
552
560
  },
553
561
  ],
562
+ ?application_type: ("None" | "Lakehouse"),
554
563
  ?tags: Array[
555
564
  {
556
565
  key: ::String?,
@@ -1930,6 +1939,24 @@ module Aws
1930
1939
  ) -> _ModifyIntegrationResponseSuccess
1931
1940
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyIntegrationResponseSuccess
1932
1941
 
1942
+ interface _ModifyLakehouseConfigurationResponseSuccess
1943
+ include ::Seahorse::Client::_ResponseSuccess[Types::LakehouseConfiguration]
1944
+ def cluster_identifier: () -> ::String
1945
+ def lakehouse_idc_application_arn: () -> ::String
1946
+ def lakehouse_registration_status: () -> ::String
1947
+ def catalog_arn: () -> ::String
1948
+ end
1949
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Redshift/Client.html#modify_lakehouse_configuration-instance_method
1950
+ def modify_lakehouse_configuration: (
1951
+ cluster_identifier: ::String,
1952
+ ?lakehouse_registration: ("Register" | "Deregister"),
1953
+ ?catalog_name: ::String,
1954
+ ?lakehouse_idc_registration: ("Associate" | "Disassociate"),
1955
+ ?lakehouse_idc_application_arn: ::String,
1956
+ ?dry_run: bool
1957
+ ) -> _ModifyLakehouseConfigurationResponseSuccess
1958
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyLakehouseConfigurationResponseSuccess
1959
+
1933
1960
  interface _ModifyRedshiftIdcApplicationResponseSuccess
1934
1961
  include ::Seahorse::Client::_ResponseSuccess[Types::ModifyRedshiftIdcApplicationResult]
1935
1962
  def redshift_idc_application: () -> Types::RedshiftIdcApplication
@@ -1961,6 +1988,13 @@ module Aws
1961
1988
  authorization: ("Enabled" | "Disabled")
1962
1989
  }?
1963
1990
  },
1991
+ ]?,
1992
+ redshift: Array[
1993
+ {
1994
+ connect: {
1995
+ authorization: ("Enabled" | "Disabled")
1996
+ }?
1997
+ },
1964
1998
  ]?
1965
1999
  },
1966
2000
  ]
@@ -2215,7 +2249,9 @@ module Aws
2215
2249
  ?manage_master_password: bool,
2216
2250
  ?master_password_secret_kms_key_id: ::String,
2217
2251
  ?ip_address_type: ::String,
2218
- ?multi_az: bool
2252
+ ?multi_az: bool,
2253
+ ?catalog_name: ::String,
2254
+ ?redshift_idc_application_arn: ::String
2219
2255
  ) -> _RestoreFromClusterSnapshotResponseSuccess
2220
2256
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreFromClusterSnapshotResponseSuccess
2221
2257
 
data/sig/types.rbs CHANGED
@@ -250,6 +250,8 @@ module Aws::Redshift
250
250
  attr_accessor ip_address_type: ::String
251
251
  attr_accessor multi_az: ::String
252
252
  attr_accessor multi_az_secondary: Types::SecondaryClusterInfo
253
+ attr_accessor lakehouse_registration_status: ::String
254
+ attr_accessor catalog_arn: ::String
253
255
  SENSITIVE: []
254
256
  end
255
257
 
@@ -460,6 +462,11 @@ module Aws::Redshift
460
462
  class ConflictPolicyUpdateFault < Aws::EmptyStructure
461
463
  end
462
464
 
465
+ class Connect
466
+ attr_accessor authorization: ("Enabled" | "Disabled")
467
+ SENSITIVE: []
468
+ end
469
+
463
470
  class CopyClusterSnapshotMessage
464
471
  attr_accessor source_snapshot_identifier: ::String
465
472
  attr_accessor source_snapshot_cluster_identifier: ::String
@@ -528,6 +535,7 @@ module Aws::Redshift
528
535
  attr_accessor ip_address_type: ::String
529
536
  attr_accessor multi_az: bool
530
537
  attr_accessor redshift_idc_application_arn: ::String
538
+ attr_accessor catalog_name: ::String
531
539
  SENSITIVE: [:master_user_password]
532
540
  end
533
541
 
@@ -674,6 +682,7 @@ module Aws::Redshift
674
682
  attr_accessor iam_role_arn: ::String
675
683
  attr_accessor authorized_token_issuer_list: ::Array[Types::AuthorizedTokenIssuer]
676
684
  attr_accessor service_integrations: ::Array[Types::ServiceIntegrationsUnion]
685
+ attr_accessor application_type: ("None" | "Lakehouse")
677
686
  attr_accessor tags: ::Array[Types::Tag]
678
687
  attr_accessor sso_tag_keys: ::Array[::String]
679
688
  SENSITIVE: []
@@ -1846,6 +1855,14 @@ module Aws::Redshift
1846
1855
  end
1847
1856
  end
1848
1857
 
1858
+ class LakehouseConfiguration
1859
+ attr_accessor cluster_identifier: ::String
1860
+ attr_accessor lakehouse_idc_application_arn: ::String
1861
+ attr_accessor lakehouse_registration_status: ::String
1862
+ attr_accessor catalog_arn: ::String
1863
+ SENSITIVE: []
1864
+ end
1865
+
1849
1866
  class LimitExceededFault < Aws::EmptyStructure
1850
1867
  end
1851
1868
 
@@ -2063,6 +2080,16 @@ module Aws::Redshift
2063
2080
  SENSITIVE: []
2064
2081
  end
2065
2082
 
2083
+ class ModifyLakehouseConfigurationMessage
2084
+ attr_accessor cluster_identifier: ::String
2085
+ attr_accessor lakehouse_registration: ("Register" | "Deregister")
2086
+ attr_accessor catalog_name: ::String
2087
+ attr_accessor lakehouse_idc_registration: ("Associate" | "Disassociate")
2088
+ attr_accessor lakehouse_idc_application_arn: ::String
2089
+ attr_accessor dry_run: bool
2090
+ SENSITIVE: []
2091
+ end
2092
+
2066
2093
  class ModifyRedshiftIdcApplicationMessage
2067
2094
  attr_accessor redshift_idc_application_arn: ::String
2068
2095
  attr_accessor identity_namespace: ::String
@@ -2327,6 +2354,7 @@ module Aws::Redshift
2327
2354
  attr_accessor idc_onboard_status: ::String
2328
2355
  attr_accessor authorized_token_issuer_list: ::Array[Types::AuthorizedTokenIssuer]
2329
2356
  attr_accessor service_integrations: ::Array[Types::ServiceIntegrationsUnion]
2357
+ attr_accessor application_type: ("None" | "Lakehouse")
2330
2358
  attr_accessor tags: ::Array[Types::Tag]
2331
2359
  attr_accessor sso_tag_keys: ::Array[::String]
2332
2360
  SENSITIVE: []
@@ -2344,6 +2372,17 @@ module Aws::Redshift
2344
2372
  class RedshiftInvalidParameterFault < Aws::EmptyStructure
2345
2373
  end
2346
2374
 
2375
+ class RedshiftScopeUnion
2376
+ attr_accessor connect: Types::Connect
2377
+ attr_accessor unknown: untyped
2378
+ SENSITIVE: []
2379
+
2380
+ class Connect < RedshiftScopeUnion
2381
+ end
2382
+ class Unknown < RedshiftScopeUnion
2383
+ end
2384
+ end
2385
+
2347
2386
  class ReferenceLink
2348
2387
  attr_accessor text: ::String
2349
2388
  attr_accessor link: ::String
@@ -2545,6 +2584,8 @@ module Aws::Redshift
2545
2584
  attr_accessor master_password_secret_kms_key_id: ::String
2546
2585
  attr_accessor ip_address_type: ::String
2547
2586
  attr_accessor multi_az: bool
2587
+ attr_accessor catalog_name: ::String
2588
+ attr_accessor redshift_idc_application_arn: ::String
2548
2589
  SENSITIVE: []
2549
2590
  end
2550
2591
 
@@ -2724,6 +2765,7 @@ module Aws::Redshift
2724
2765
  class ServiceIntegrationsUnion
2725
2766
  attr_accessor lake_formation: ::Array[Types::LakeFormationScopeUnion]
2726
2767
  attr_accessor s3_access_grants: ::Array[Types::S3AccessGrantsScopeUnion]
2768
+ attr_accessor redshift: ::Array[Types::RedshiftScopeUnion]
2727
2769
  attr_accessor unknown: untyped
2728
2770
  SENSITIVE: []
2729
2771
 
@@ -2731,6 +2773,8 @@ module Aws::Redshift
2731
2773
  end
2732
2774
  class S3AccessGrants < ServiceIntegrationsUnion
2733
2775
  end
2776
+ class Redshift < ServiceIntegrationsUnion
2777
+ end
2734
2778
  class Unknown < ServiceIntegrationsUnion
2735
2779
  end
2736
2780
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.150.0
4
+ version: 1.151.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement