aws-sdk-redshiftserverless 1.58.0 → 1.59.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: 8dfb7c88c0aefbfabe9c9c3afd1cfce5ecafe722ff5240a1002bd83a0ff42468
4
- data.tar.gz: 7cc4b00039166ad633672ea2ec4c35ec104bb860882fd7bf6b438d9d93bd948b
3
+ metadata.gz: 2ff8ab2ac5bb7efd235102bb0dc9d0971a47d81cdf94d496f844cc183dbaf796
4
+ data.tar.gz: 48d1c6a8b67f6813c598f3961d59579a1968f4ad50bffaaaa0fd96d219a316fe
5
5
  SHA512:
6
- metadata.gz: a2064d84628e126dcd296f10d078fbeffe169875a68fea2443899bfbc38e5aa135f06a9adfa961def094abc88e6b0a95235a560eb2c9a2def4dc1576995b70a3
7
- data.tar.gz: 4776c3c6af0b4b8e4349f24d82e32884caaf6b5ebf76684a5a27d64539fb9c7596af14dec04ae3b7125390984386642d6f35653783bba1c516831483847c581e
6
+ metadata.gz: f5b64967b7fa4ddcc6ea727715ee189e4fa0dfee0377db722d2853857e440cd0449e931297f623046f186873a423deeb989eccdf214baca8ab3fe8cc6b2b73cd
7
+ data.tar.gz: fd64fa5bbe692ae88516ff85c61be1b5daaeac1a49a10eaaa08a7ed0866429a0e00087426c5cbd06abfebcadd17f2abfe931c593b6fac5382e9ffabf5544f5f5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Added UpdateLakehouseConfiguration API to manage Amazon Redshift Federated Permissions and AWS IAM Identity Center trusted identity propagation for namespaces.
8
+
4
9
  1.58.0 (2025-10-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -756,12 +756,14 @@ module Aws::RedshiftServerless
756
756
  # resp.namespace.admin_password_secret_arn #=> String
757
757
  # resp.namespace.admin_password_secret_kms_key_id #=> String
758
758
  # resp.namespace.admin_username #=> String
759
+ # resp.namespace.catalog_arn #=> String
759
760
  # resp.namespace.creation_date #=> Time
760
761
  # resp.namespace.db_name #=> String
761
762
  # resp.namespace.default_iam_role_arn #=> String
762
763
  # resp.namespace.iam_roles #=> Array
763
764
  # resp.namespace.iam_roles[0] #=> String
764
765
  # resp.namespace.kms_key_id #=> String
766
+ # resp.namespace.lakehouse_registration_status #=> String
765
767
  # resp.namespace.log_exports #=> Array
766
768
  # resp.namespace.log_exports[0] #=> String, one of "useractivitylog", "userlog", "connectionlog"
767
769
  # resp.namespace.namespace_arn #=> String
@@ -1434,12 +1436,14 @@ module Aws::RedshiftServerless
1434
1436
  # resp.namespace.admin_password_secret_arn #=> String
1435
1437
  # resp.namespace.admin_password_secret_kms_key_id #=> String
1436
1438
  # resp.namespace.admin_username #=> String
1439
+ # resp.namespace.catalog_arn #=> String
1437
1440
  # resp.namespace.creation_date #=> Time
1438
1441
  # resp.namespace.db_name #=> String
1439
1442
  # resp.namespace.default_iam_role_arn #=> String
1440
1443
  # resp.namespace.iam_roles #=> Array
1441
1444
  # resp.namespace.iam_roles[0] #=> String
1442
1445
  # resp.namespace.kms_key_id #=> String
1446
+ # resp.namespace.lakehouse_registration_status #=> String
1443
1447
  # resp.namespace.log_exports #=> Array
1444
1448
  # resp.namespace.log_exports[0] #=> String, one of "useractivitylog", "userlog", "connectionlog"
1445
1449
  # resp.namespace.namespace_arn #=> String
@@ -1892,12 +1896,14 @@ module Aws::RedshiftServerless
1892
1896
  # resp.namespace.admin_password_secret_arn #=> String
1893
1897
  # resp.namespace.admin_password_secret_kms_key_id #=> String
1894
1898
  # resp.namespace.admin_username #=> String
1899
+ # resp.namespace.catalog_arn #=> String
1895
1900
  # resp.namespace.creation_date #=> Time
1896
1901
  # resp.namespace.db_name #=> String
1897
1902
  # resp.namespace.default_iam_role_arn #=> String
1898
1903
  # resp.namespace.iam_roles #=> Array
1899
1904
  # resp.namespace.iam_roles[0] #=> String
1900
1905
  # resp.namespace.kms_key_id #=> String
1906
+ # resp.namespace.lakehouse_registration_status #=> String
1901
1907
  # resp.namespace.log_exports #=> Array
1902
1908
  # resp.namespace.log_exports[0] #=> String, one of "useractivitylog", "userlog", "connectionlog"
1903
1909
  # resp.namespace.namespace_arn #=> String
@@ -2473,8 +2479,8 @@ module Aws::RedshiftServerless
2473
2479
  # page.
2474
2480
  #
2475
2481
  # @option params [String] :source_arn
2476
- # The Amazon Resource Name (ARN) for the managed workgroup in the AWS
2477
- # Glue Data Catalog.
2482
+ # The Amazon Resource Name (ARN) for the managed workgroup in the Glue
2483
+ # Data Catalog.
2478
2484
  #
2479
2485
  # @return [Types::ListManagedWorkgroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2480
2486
  #
@@ -2541,12 +2547,14 @@ module Aws::RedshiftServerless
2541
2547
  # resp.namespaces[0].admin_password_secret_arn #=> String
2542
2548
  # resp.namespaces[0].admin_password_secret_kms_key_id #=> String
2543
2549
  # resp.namespaces[0].admin_username #=> String
2550
+ # resp.namespaces[0].catalog_arn #=> String
2544
2551
  # resp.namespaces[0].creation_date #=> Time
2545
2552
  # resp.namespaces[0].db_name #=> String
2546
2553
  # resp.namespaces[0].default_iam_role_arn #=> String
2547
2554
  # resp.namespaces[0].iam_roles #=> Array
2548
2555
  # resp.namespaces[0].iam_roles[0] #=> String
2549
2556
  # resp.namespaces[0].kms_key_id #=> String
2557
+ # resp.namespaces[0].lakehouse_registration_status #=> String
2550
2558
  # resp.namespaces[0].log_exports #=> Array
2551
2559
  # resp.namespaces[0].log_exports[0] #=> String, one of "useractivitylog", "userlog", "connectionlog"
2552
2560
  # resp.namespaces[0].namespace_arn #=> String
@@ -3259,12 +3267,14 @@ module Aws::RedshiftServerless
3259
3267
  # resp.namespace.admin_password_secret_arn #=> String
3260
3268
  # resp.namespace.admin_password_secret_kms_key_id #=> String
3261
3269
  # resp.namespace.admin_username #=> String
3270
+ # resp.namespace.catalog_arn #=> String
3262
3271
  # resp.namespace.creation_date #=> Time
3263
3272
  # resp.namespace.db_name #=> String
3264
3273
  # resp.namespace.default_iam_role_arn #=> String
3265
3274
  # resp.namespace.iam_roles #=> Array
3266
3275
  # resp.namespace.iam_roles[0] #=> String
3267
3276
  # resp.namespace.kms_key_id #=> String
3277
+ # resp.namespace.lakehouse_registration_status #=> String
3268
3278
  # resp.namespace.log_exports #=> Array
3269
3279
  # resp.namespace.log_exports[0] #=> String, one of "useractivitylog", "userlog", "connectionlog"
3270
3280
  # resp.namespace.namespace_arn #=> String
@@ -3338,12 +3348,14 @@ module Aws::RedshiftServerless
3338
3348
  # resp.namespace.admin_password_secret_arn #=> String
3339
3349
  # resp.namespace.admin_password_secret_kms_key_id #=> String
3340
3350
  # resp.namespace.admin_username #=> String
3351
+ # resp.namespace.catalog_arn #=> String
3341
3352
  # resp.namespace.creation_date #=> Time
3342
3353
  # resp.namespace.db_name #=> String
3343
3354
  # resp.namespace.default_iam_role_arn #=> String
3344
3355
  # resp.namespace.iam_roles #=> Array
3345
3356
  # resp.namespace.iam_roles[0] #=> String
3346
3357
  # resp.namespace.kms_key_id #=> String
3358
+ # resp.namespace.lakehouse_registration_status #=> String
3347
3359
  # resp.namespace.log_exports #=> Array
3348
3360
  # resp.namespace.log_exports[0] #=> String, one of "useractivitylog", "userlog", "connectionlog"
3349
3361
  # resp.namespace.namespace_arn #=> String
@@ -3687,6 +3699,75 @@ module Aws::RedshiftServerless
3687
3699
  req.send_request(options)
3688
3700
  end
3689
3701
 
3702
+ # Modifies the lakehouse configuration for a namespace. This operation
3703
+ # allows you to manage Amazon Redshift federated permissions and Amazon
3704
+ # Web Services IAM Identity Center trusted identity propagation.
3705
+ #
3706
+ # @option params [String] :catalog_name
3707
+ # The name of the Glue Data Catalog that will be associated with the
3708
+ # namespace enabled with Amazon Redshift federated permissions.
3709
+ #
3710
+ # Pattern: `^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$`
3711
+ #
3712
+ # @option params [Boolean] :dry_run
3713
+ # A boolean value that, if `true`, validates the request without
3714
+ # actually updating the lakehouse configuration. Use this to check for
3715
+ # errors before making changes.
3716
+ #
3717
+ # @option params [String] :lakehouse_idc_application_arn
3718
+ # The Amazon Resource Name (ARN) of the IAM Identity Center application
3719
+ # used for enabling Amazon Web Services IAM Identity Center trusted
3720
+ # identity propagation on a namespace enabled with Amazon Redshift
3721
+ # federated permissions.
3722
+ #
3723
+ # @option params [String] :lakehouse_idc_registration
3724
+ # Modifies the Amazon Web Services IAM Identity Center trusted identity
3725
+ # propagation on a namespace enabled with Amazon Redshift federated
3726
+ # permissions. Valid values are `Associate` or `Disassociate`.
3727
+ #
3728
+ # @option params [String] :lakehouse_registration
3729
+ # Specifies whether to register or deregister the namespace with Amazon
3730
+ # Redshift federated permissions. Valid values are `Register` or
3731
+ # `Deregister`.
3732
+ #
3733
+ # @option params [required, String] :namespace_name
3734
+ # The name of the namespace whose lakehouse configuration you want to
3735
+ # modify.
3736
+ #
3737
+ # @return [Types::UpdateLakehouseConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3738
+ #
3739
+ # * {Types::UpdateLakehouseConfigurationResponse#catalog_arn #catalog_arn} => String
3740
+ # * {Types::UpdateLakehouseConfigurationResponse#lakehouse_idc_application_arn #lakehouse_idc_application_arn} => String
3741
+ # * {Types::UpdateLakehouseConfigurationResponse#lakehouse_registration_status #lakehouse_registration_status} => String
3742
+ # * {Types::UpdateLakehouseConfigurationResponse#namespace_name #namespace_name} => String
3743
+ #
3744
+ # @example Request syntax with placeholder values
3745
+ #
3746
+ # resp = client.update_lakehouse_configuration({
3747
+ # catalog_name: "CatalogNameString",
3748
+ # dry_run: false,
3749
+ # lakehouse_idc_application_arn: "String",
3750
+ # lakehouse_idc_registration: "Associate", # accepts Associate, Disassociate
3751
+ # lakehouse_registration: "Register", # accepts Register, Deregister
3752
+ # namespace_name: "NamespaceName", # required
3753
+ # })
3754
+ #
3755
+ # @example Response structure
3756
+ #
3757
+ # resp.catalog_arn #=> String
3758
+ # resp.lakehouse_idc_application_arn #=> String
3759
+ # resp.lakehouse_registration_status #=> String
3760
+ # resp.namespace_name #=> String
3761
+ #
3762
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateLakehouseConfiguration AWS API Documentation
3763
+ #
3764
+ # @overload update_lakehouse_configuration(params = {})
3765
+ # @param [Hash] params ({})
3766
+ def update_lakehouse_configuration(params = {}, options = {})
3767
+ req = build_request(:update_lakehouse_configuration, params)
3768
+ req.send_request(options)
3769
+ end
3770
+
3690
3771
  # Updates a namespace with the specified settings. Unless required, you
3691
3772
  # can't update multiple parameters in one request. For example, you
3692
3773
  # must specify both `adminUsername` and `adminUserPassword` to update
@@ -3761,12 +3842,14 @@ module Aws::RedshiftServerless
3761
3842
  # resp.namespace.admin_password_secret_arn #=> String
3762
3843
  # resp.namespace.admin_password_secret_kms_key_id #=> String
3763
3844
  # resp.namespace.admin_username #=> String
3845
+ # resp.namespace.catalog_arn #=> String
3764
3846
  # resp.namespace.creation_date #=> Time
3765
3847
  # resp.namespace.db_name #=> String
3766
3848
  # resp.namespace.default_iam_role_arn #=> String
3767
3849
  # resp.namespace.iam_roles #=> Array
3768
3850
  # resp.namespace.iam_roles[0] #=> String
3769
3851
  # resp.namespace.kms_key_id #=> String
3852
+ # resp.namespace.lakehouse_registration_status #=> String
3770
3853
  # resp.namespace.log_exports #=> Array
3771
3854
  # resp.namespace.log_exports[0] #=> String, one of "useractivitylog", "userlog", "connectionlog"
3772
3855
  # resp.namespace.namespace_arn #=> String
@@ -4223,7 +4306,7 @@ module Aws::RedshiftServerless
4223
4306
  tracer: tracer
4224
4307
  )
4225
4308
  context[:gem_name] = 'aws-sdk-redshiftserverless'
4226
- context[:gem_version] = '1.58.0'
4309
+ context[:gem_version] = '1.59.0'
4227
4310
  Seahorse::Client::Request.new(handlers, context)
4228
4311
  end
4229
4312
 
@@ -21,6 +21,7 @@ module Aws::RedshiftServerless
21
21
  AssociationList = Shapes::ListShape.new(name: 'AssociationList')
22
22
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
23
23
  Capacity = Shapes::IntegerShape.new(name: 'Capacity')
24
+ CatalogNameString = Shapes::StringShape.new(name: 'CatalogNameString')
24
25
  Charge = Shapes::FloatShape.new(name: 'Charge')
25
26
  ConfigParameter = Shapes::StructureShape.new(name: 'ConfigParameter')
26
27
  ConfigParameterList = Shapes::ListShape.new(name: 'ConfigParameterList')
@@ -72,6 +73,7 @@ module Aws::RedshiftServerless
72
73
  DeleteWorkgroupRequest = Shapes::StructureShape.new(name: 'DeleteWorkgroupRequest')
73
74
  DeleteWorkgroupResponse = Shapes::StructureShape.new(name: 'DeleteWorkgroupResponse')
74
75
  Double = Shapes::FloatShape.new(name: 'Double')
76
+ DryRunException = Shapes::StructureShape.new(name: 'DryRunException')
75
77
  Duration = Shapes::IntegerShape.new(name: 'Duration')
76
78
  Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
77
79
  EndpointAccess = Shapes::StructureShape.new(name: 'EndpointAccess')
@@ -115,6 +117,8 @@ module Aws::RedshiftServerless
115
117
  IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
116
118
  Ipv6CidrBlockNotFoundException = Shapes::StructureShape.new(name: 'Ipv6CidrBlockNotFoundException')
117
119
  KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
120
+ LakehouseIdcRegistration = Shapes::StringShape.new(name: 'LakehouseIdcRegistration')
121
+ LakehouseRegistration = Shapes::StringShape.new(name: 'LakehouseRegistration')
118
122
  ListCustomDomainAssociationsRequest = Shapes::StructureShape.new(name: 'ListCustomDomainAssociationsRequest')
119
123
  ListCustomDomainAssociationsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCustomDomainAssociationsRequestMaxResultsInteger')
120
124
  ListCustomDomainAssociationsResponse = Shapes::StructureShape.new(name: 'ListCustomDomainAssociationsResponse')
@@ -246,6 +250,8 @@ module Aws::RedshiftServerless
246
250
  UpdateCustomDomainAssociationResponse = Shapes::StructureShape.new(name: 'UpdateCustomDomainAssociationResponse')
247
251
  UpdateEndpointAccessRequest = Shapes::StructureShape.new(name: 'UpdateEndpointAccessRequest')
248
252
  UpdateEndpointAccessResponse = Shapes::StructureShape.new(name: 'UpdateEndpointAccessResponse')
253
+ UpdateLakehouseConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateLakehouseConfigurationRequest')
254
+ UpdateLakehouseConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateLakehouseConfigurationResponse')
249
255
  UpdateNamespaceRequest = Shapes::StructureShape.new(name: 'UpdateNamespaceRequest')
250
256
  UpdateNamespaceResponse = Shapes::StructureShape.new(name: 'UpdateNamespaceResponse')
251
257
  UpdateScheduledActionRequest = Shapes::StructureShape.new(name: 'UpdateScheduledActionRequest')
@@ -478,6 +484,9 @@ module Aws::RedshiftServerless
478
484
  DeleteWorkgroupResponse.add_member(:workgroup, Shapes::ShapeRef.new(shape: Workgroup, required: true, location_name: "workgroup"))
479
485
  DeleteWorkgroupResponse.struct_class = Types::DeleteWorkgroupResponse
480
486
 
487
+ DryRunException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
488
+ DryRunException.struct_class = Types::DryRunException
489
+
481
490
  Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "address"))
482
491
  Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
483
492
  Endpoint.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: VpcEndpointList, location_name: "vpcEndpoints"))
@@ -761,11 +770,13 @@ module Aws::RedshiftServerless
761
770
  Namespace.add_member(:admin_password_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "adminPasswordSecretArn"))
762
771
  Namespace.add_member(:admin_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "adminPasswordSecretKmsKeyId"))
763
772
  Namespace.add_member(:admin_username, Shapes::ShapeRef.new(shape: DbUser, location_name: "adminUsername"))
773
+ Namespace.add_member(:catalog_arn, Shapes::ShapeRef.new(shape: String, location_name: "catalogArn"))
764
774
  Namespace.add_member(:creation_date, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "creationDate"))
765
775
  Namespace.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "dbName"))
766
776
  Namespace.add_member(:default_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "defaultIamRoleArn"))
767
777
  Namespace.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleArnList, location_name: "iamRoles"))
768
778
  Namespace.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyId"))
779
+ Namespace.add_member(:lakehouse_registration_status, Shapes::ShapeRef.new(shape: String, location_name: "lakehouseRegistrationStatus"))
769
780
  Namespace.add_member(:log_exports, Shapes::ShapeRef.new(shape: LogExportList, location_name: "logExports"))
770
781
  Namespace.add_member(:namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "namespaceArn"))
771
782
  Namespace.add_member(:namespace_id, Shapes::ShapeRef.new(shape: String, location_name: "namespaceId"))
@@ -1038,6 +1049,20 @@ module Aws::RedshiftServerless
1038
1049
  UpdateEndpointAccessResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: EndpointAccess, location_name: "endpoint"))
1039
1050
  UpdateEndpointAccessResponse.struct_class = Types::UpdateEndpointAccessResponse
1040
1051
 
1052
+ UpdateLakehouseConfigurationRequest.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, location_name: "catalogName"))
1053
+ UpdateLakehouseConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
1054
+ UpdateLakehouseConfigurationRequest.add_member(:lakehouse_idc_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "lakehouseIdcApplicationArn"))
1055
+ UpdateLakehouseConfigurationRequest.add_member(:lakehouse_idc_registration, Shapes::ShapeRef.new(shape: LakehouseIdcRegistration, location_name: "lakehouseIdcRegistration"))
1056
+ UpdateLakehouseConfigurationRequest.add_member(:lakehouse_registration, Shapes::ShapeRef.new(shape: LakehouseRegistration, location_name: "lakehouseRegistration"))
1057
+ UpdateLakehouseConfigurationRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
1058
+ UpdateLakehouseConfigurationRequest.struct_class = Types::UpdateLakehouseConfigurationRequest
1059
+
1060
+ UpdateLakehouseConfigurationResponse.add_member(:catalog_arn, Shapes::ShapeRef.new(shape: String, location_name: "catalogArn"))
1061
+ UpdateLakehouseConfigurationResponse.add_member(:lakehouse_idc_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "lakehouseIdcApplicationArn"))
1062
+ UpdateLakehouseConfigurationResponse.add_member(:lakehouse_registration_status, Shapes::ShapeRef.new(shape: String, location_name: "lakehouseRegistrationStatus"))
1063
+ UpdateLakehouseConfigurationResponse.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
1064
+ UpdateLakehouseConfigurationResponse.struct_class = Types::UpdateLakehouseConfigurationResponse
1065
+
1041
1066
  UpdateNamespaceRequest.add_member(:admin_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "adminPasswordSecretKmsKeyId"))
1042
1067
  UpdateNamespaceRequest.add_member(:admin_user_password, Shapes::ShapeRef.new(shape: DbPassword, location_name: "adminUserPassword"))
1043
1068
  UpdateNamespaceRequest.add_member(:admin_username, Shapes::ShapeRef.new(shape: DbUser, location_name: "adminUsername"))
@@ -1199,8 +1224,8 @@ module Aws::RedshiftServerless
1199
1224
  o.output = Shapes::ShapeRef.new(shape: ConvertRecoveryPointToSnapshotResponse)
1200
1225
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1201
1226
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1202
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1203
1227
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1228
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1204
1229
  o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1205
1230
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1206
1231
  end)
@@ -1213,8 +1238,8 @@ module Aws::RedshiftServerless
1213
1238
  o.output = Shapes::ShapeRef.new(shape: CreateCustomDomainAssociationResponse)
1214
1239
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1215
1240
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1216
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1217
1241
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1242
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1218
1243
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1219
1244
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1220
1245
  end)
@@ -1240,8 +1265,8 @@ module Aws::RedshiftServerless
1240
1265
  o.input = Shapes::ShapeRef.new(shape: CreateNamespaceRequest)
1241
1266
  o.output = Shapes::ShapeRef.new(shape: CreateNamespaceResponse)
1242
1267
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1243
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1244
1268
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1269
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1245
1270
  o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1246
1271
  end)
1247
1272
 
@@ -1253,8 +1278,8 @@ module Aws::RedshiftServerless
1253
1278
  o.output = Shapes::ShapeRef.new(shape: CreateReservationResponse)
1254
1279
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1255
1280
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1256
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1257
1281
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1282
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1258
1283
  o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1259
1284
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1260
1285
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1268,8 +1293,8 @@ module Aws::RedshiftServerless
1268
1293
  o.output = Shapes::ShapeRef.new(shape: CreateScheduledActionResponse)
1269
1294
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1270
1295
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1271
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1272
1296
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1273
1298
  end)
1274
1299
 
1275
1300
  api.add_operation(:create_snapshot, Seahorse::Model::Operation.new.tap do |o|
@@ -1280,8 +1305,8 @@ module Aws::RedshiftServerless
1280
1305
  o.output = Shapes::ShapeRef.new(shape: CreateSnapshotResponse)
1281
1306
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1282
1307
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1283
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1284
1308
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1285
1310
  o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1286
1311
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1287
1312
  end)
@@ -1308,8 +1333,8 @@ module Aws::RedshiftServerless
1308
1333
  o.output = Shapes::ShapeRef.new(shape: CreateUsageLimitResponse)
1309
1334
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1310
1335
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1311
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1312
1336
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1337
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1313
1338
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1314
1339
  end)
1315
1340
 
@@ -1322,8 +1347,8 @@ module Aws::RedshiftServerless
1322
1347
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1323
1348
  o.errors << Shapes::ShapeRef.new(shape: InsufficientCapacityException)
1324
1349
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1325
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1326
1350
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1351
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1327
1352
  o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1328
1353
  o.errors << Shapes::ShapeRef.new(shape: Ipv6CidrBlockNotFoundException)
1329
1354
  end)
@@ -1336,8 +1361,8 @@ module Aws::RedshiftServerless
1336
1361
  o.output = Shapes::ShapeRef.new(shape: DeleteCustomDomainAssociationResponse)
1337
1362
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1338
1363
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1339
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1340
1364
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1365
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1341
1366
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1342
1367
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1343
1368
  end)
@@ -1362,8 +1387,8 @@ module Aws::RedshiftServerless
1362
1387
  o.output = Shapes::ShapeRef.new(shape: DeleteNamespaceResponse)
1363
1388
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1364
1389
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1365
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1366
1390
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1391
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1367
1392
  end)
1368
1393
 
1369
1394
  api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -1396,8 +1421,8 @@ module Aws::RedshiftServerless
1396
1421
  o.output = Shapes::ShapeRef.new(shape: DeleteSnapshotResponse)
1397
1422
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1398
1423
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1399
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1400
1424
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1425
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1401
1426
  end)
1402
1427
 
1403
1428
  api.add_operation(:delete_snapshot_copy_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -1421,8 +1446,8 @@ module Aws::RedshiftServerless
1421
1446
  o.output = Shapes::ShapeRef.new(shape: DeleteUsageLimitResponse)
1422
1447
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1423
1448
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1424
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1425
1449
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1450
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1426
1451
  end)
1427
1452
 
1428
1453
  api.add_operation(:delete_workgroup, Seahorse::Model::Operation.new.tap do |o|
@@ -1433,8 +1458,8 @@ module Aws::RedshiftServerless
1433
1458
  o.output = Shapes::ShapeRef.new(shape: DeleteWorkgroupResponse)
1434
1459
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1435
1460
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1436
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1437
1461
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1462
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1438
1463
  end)
1439
1464
 
1440
1465
  api.add_operation(:get_credentials, Seahorse::Model::Operation.new.tap do |o|
@@ -1456,8 +1481,8 @@ module Aws::RedshiftServerless
1456
1481
  o.output = Shapes::ShapeRef.new(shape: GetCustomDomainAssociationResponse)
1457
1482
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1458
1483
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1459
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1460
1484
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1485
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1461
1486
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1462
1487
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1463
1488
  end)
@@ -1493,8 +1518,8 @@ module Aws::RedshiftServerless
1493
1518
  o.output = Shapes::ShapeRef.new(shape: GetRecoveryPointResponse)
1494
1519
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1495
1520
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1496
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1497
1521
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1522
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1498
1523
  end)
1499
1524
 
1500
1525
  api.add_operation(:get_reservation, Seahorse::Model::Operation.new.tap do |o|
@@ -1572,8 +1597,8 @@ module Aws::RedshiftServerless
1572
1597
  o.output = Shapes::ShapeRef.new(shape: GetTrackResponse)
1573
1598
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1574
1599
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1575
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1576
1600
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1601
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1577
1602
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1578
1603
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1579
1604
  end)
@@ -1586,8 +1611,8 @@ module Aws::RedshiftServerless
1586
1611
  o.output = Shapes::ShapeRef.new(shape: GetUsageLimitResponse)
1587
1612
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1588
1613
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1589
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1590
1614
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1615
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1591
1616
  end)
1592
1617
 
1593
1618
  api.add_operation(:get_workgroup, Seahorse::Model::Operation.new.tap do |o|
@@ -1727,8 +1752,8 @@ module Aws::RedshiftServerless
1727
1752
  o.input = Shapes::ShapeRef.new(shape: ListScheduledActionsRequest)
1728
1753
  o.output = Shapes::ShapeRef.new(shape: ListScheduledActionsResponse)
1729
1754
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1730
- o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
1731
1755
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1756
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
1732
1757
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1733
1758
  o[:pager] = Aws::Pager.new(
1734
1759
  limit_key: "max_results",
@@ -1745,10 +1770,10 @@ module Aws::RedshiftServerless
1745
1770
  o.input = Shapes::ShapeRef.new(shape: ListSnapshotCopyConfigurationsRequest)
1746
1771
  o.output = Shapes::ShapeRef.new(shape: ListSnapshotCopyConfigurationsResponse)
1747
1772
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1748
- o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
1749
1773
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1750
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1774
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
1751
1775
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1776
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1752
1777
  o[:pager] = Aws::Pager.new(
1753
1778
  limit_key: "max_results",
1754
1779
  tokens: {
@@ -1780,8 +1805,8 @@ module Aws::RedshiftServerless
1780
1805
  o.http_request_uri = "/"
1781
1806
  o.input = Shapes::ShapeRef.new(shape: ListTableRestoreStatusRequest)
1782
1807
  o.output = Shapes::ShapeRef.new(shape: ListTableRestoreStatusResponse)
1783
- o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
1784
1808
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1809
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
1785
1810
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1786
1811
  o[:pager] = Aws::Pager.new(
1787
1812
  limit_key: "max_results",
@@ -1829,10 +1854,10 @@ module Aws::RedshiftServerless
1829
1854
  o.input = Shapes::ShapeRef.new(shape: ListUsageLimitsRequest)
1830
1855
  o.output = Shapes::ShapeRef.new(shape: ListUsageLimitsResponse)
1831
1856
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1832
- o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
1833
1857
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1834
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1858
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
1835
1859
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1860
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1836
1861
  o[:pager] = Aws::Pager.new(
1837
1862
  limit_key: "max_results",
1838
1863
  tokens: {
@@ -1865,8 +1890,8 @@ module Aws::RedshiftServerless
1865
1890
  o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyResponse)
1866
1891
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1867
1892
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1868
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1869
1893
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1894
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1870
1895
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1871
1896
  end)
1872
1897
 
@@ -1878,8 +1903,8 @@ module Aws::RedshiftServerless
1878
1903
  o.output = Shapes::ShapeRef.new(shape: RestoreFromRecoveryPointResponse)
1879
1904
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1880
1905
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1881
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1882
1906
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1907
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1883
1908
  end)
1884
1909
 
1885
1910
  api.add_operation(:restore_from_snapshot, Seahorse::Model::Operation.new.tap do |o|
@@ -1890,8 +1915,8 @@ module Aws::RedshiftServerless
1890
1915
  o.output = Shapes::ShapeRef.new(shape: RestoreFromSnapshotResponse)
1891
1916
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1892
1917
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1893
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1894
1918
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1919
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1895
1920
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1896
1921
  end)
1897
1922
 
@@ -1903,8 +1928,8 @@ module Aws::RedshiftServerless
1903
1928
  o.output = Shapes::ShapeRef.new(shape: RestoreTableFromRecoveryPointResponse)
1904
1929
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1905
1930
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1906
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1907
1931
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1932
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1908
1933
  end)
1909
1934
 
1910
1935
  api.add_operation(:restore_table_from_snapshot, Seahorse::Model::Operation.new.tap do |o|
@@ -1915,8 +1940,8 @@ module Aws::RedshiftServerless
1915
1940
  o.output = Shapes::ShapeRef.new(shape: RestoreTableFromSnapshotResponse)
1916
1941
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1917
1942
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1918
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1919
1943
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1944
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1920
1945
  end)
1921
1946
 
1922
1947
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -1952,8 +1977,8 @@ module Aws::RedshiftServerless
1952
1977
  o.output = Shapes::ShapeRef.new(shape: UpdateCustomDomainAssociationResponse)
1953
1978
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1954
1979
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1955
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1956
1980
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1981
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1957
1982
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1958
1983
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1959
1984
  end)
@@ -1971,6 +1996,19 @@ module Aws::RedshiftServerless
1971
1996
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1972
1997
  end)
1973
1998
 
1999
+ api.add_operation(:update_lakehouse_configuration, Seahorse::Model::Operation.new.tap do |o|
2000
+ o.name = "UpdateLakehouseConfiguration"
2001
+ o.http_method = "POST"
2002
+ o.http_request_uri = "/"
2003
+ o.input = Shapes::ShapeRef.new(shape: UpdateLakehouseConfigurationRequest)
2004
+ o.output = Shapes::ShapeRef.new(shape: UpdateLakehouseConfigurationResponse)
2005
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2006
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2007
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2008
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2009
+ o.errors << Shapes::ShapeRef.new(shape: DryRunException)
2010
+ end)
2011
+
1974
2012
  api.add_operation(:update_namespace, Seahorse::Model::Operation.new.tap do |o|
1975
2013
  o.name = "UpdateNamespace"
1976
2014
  o.http_method = "POST"
@@ -1979,8 +2017,8 @@ module Aws::RedshiftServerless
1979
2017
  o.output = Shapes::ShapeRef.new(shape: UpdateNamespaceResponse)
1980
2018
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1981
2019
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1982
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1983
2020
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2021
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1984
2022
  end)
1985
2023
 
1986
2024
  api.add_operation(:update_scheduled_action, Seahorse::Model::Operation.new.tap do |o|
@@ -1991,8 +2029,8 @@ module Aws::RedshiftServerless
1991
2029
  o.output = Shapes::ShapeRef.new(shape: UpdateScheduledActionResponse)
1992
2030
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1993
2031
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1994
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1995
2032
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2033
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1996
2034
  end)
1997
2035
 
1998
2036
  api.add_operation(:update_snapshot, Seahorse::Model::Operation.new.tap do |o|
@@ -2003,8 +2041,8 @@ module Aws::RedshiftServerless
2003
2041
  o.output = Shapes::ShapeRef.new(shape: UpdateSnapshotResponse)
2004
2042
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2005
2043
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2006
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2007
2044
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2045
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2008
2046
  end)
2009
2047
 
2010
2048
  api.add_operation(:update_snapshot_copy_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -2028,8 +2066,8 @@ module Aws::RedshiftServerless
2028
2066
  o.output = Shapes::ShapeRef.new(shape: UpdateUsageLimitResponse)
2029
2067
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2030
2068
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2031
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2032
2069
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2070
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2033
2071
  end)
2034
2072
 
2035
2073
  api.add_operation(:update_workgroup, Seahorse::Model::Operation.new.tap do |o|
@@ -2041,8 +2079,8 @@ module Aws::RedshiftServerless
2041
2079
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2042
2080
  o.errors << Shapes::ShapeRef.new(shape: InsufficientCapacityException)
2043
2081
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2044
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2045
2082
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2083
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2046
2084
  o.errors << Shapes::ShapeRef.new(shape: Ipv6CidrBlockNotFoundException)
2047
2085
  end)
2048
2086
  end
@@ -29,6 +29,7 @@ module Aws::RedshiftServerless
29
29
  # ## Error Classes
30
30
  # * {AccessDeniedException}
31
31
  # * {ConflictException}
32
+ # * {DryRunException}
32
33
  # * {InsufficientCapacityException}
33
34
  # * {InternalServerException}
34
35
  # * {InvalidPaginationException}
@@ -80,6 +81,21 @@ module Aws::RedshiftServerless
80
81
  end
81
82
  end
82
83
 
84
+ class DryRunException < ServiceError
85
+
86
+ # @param [Seahorse::Client::RequestContext] context
87
+ # @param [String] message
88
+ # @param [Aws::RedshiftServerless::Types::DryRunException] data
89
+ def initialize(context, message, data = Aws::EmptyStructure.new)
90
+ super(context, message, data)
91
+ end
92
+
93
+ # @return [String]
94
+ def message
95
+ @message || @data[:message]
96
+ end
97
+ end
98
+
83
99
  class InsufficientCapacityException < ServiceError
84
100
 
85
101
  # @param [Seahorse::Client::RequestContext] context
@@ -991,6 +991,20 @@ module Aws::RedshiftServerless
991
991
  include Aws::Structure
992
992
  end
993
993
 
994
+ # This exception is thrown when the request was successful, but dry run
995
+ # was enabled so no action was taken.
996
+ #
997
+ # @!attribute [rw] message
998
+ # @return [String]
999
+ #
1000
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DryRunException AWS API Documentation
1001
+ #
1002
+ class DryRunException < Struct.new(
1003
+ :message)
1004
+ SENSITIVE = []
1005
+ include Aws::Structure
1006
+ end
1007
+
994
1008
  # The VPC endpoint object.
995
1009
  #
996
1010
  # @!attribute [rw] address
@@ -1687,8 +1701,8 @@ module Aws::RedshiftServerless
1687
1701
  # @return [String]
1688
1702
  #
1689
1703
  # @!attribute [rw] source_arn
1690
- # The Amazon Resource Name (ARN) for the managed workgroup in the AWS
1691
- # Glue Data Catalog.
1704
+ # The Amazon Resource Name (ARN) for the managed workgroup in the Glue
1705
+ # Data Catalog.
1692
1706
  # @return [String]
1693
1707
  #
1694
1708
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListManagedWorkgroupsRequest AWS API Documentation
@@ -2282,7 +2296,7 @@ module Aws::RedshiftServerless
2282
2296
  include Aws::Structure
2283
2297
  end
2284
2298
 
2285
- # A collection of Amazon Redshift compute resources managed by AWS Glue.
2299
+ # A collection of Amazon Redshift compute resources managed by Glue.
2286
2300
  #
2287
2301
  # @!attribute [rw] creation_date
2288
2302
  # The creation date of the managed workgroup.
@@ -2297,8 +2311,8 @@ module Aws::RedshiftServerless
2297
2311
  # @return [String]
2298
2312
  #
2299
2313
  # @!attribute [rw] source_arn
2300
- # The Amazon Resource Name (ARN) for the managed workgroup in the AWS
2301
- # Glue Data Catalog.
2314
+ # The Amazon Resource Name (ARN) for the managed workgroup in the Glue
2315
+ # Data Catalog.
2302
2316
  # @return [String]
2303
2317
  #
2304
2318
  # @!attribute [rw] status
@@ -2334,6 +2348,12 @@ module Aws::RedshiftServerless
2334
2348
  # the namespace.
2335
2349
  # @return [String]
2336
2350
  #
2351
+ # @!attribute [rw] catalog_arn
2352
+ # The Amazon Resource Name (ARN) of the Glue Data Catalog associated
2353
+ # with the namespace enabled with Amazon Redshift federated
2354
+ # permissions.
2355
+ # @return [String]
2356
+ #
2337
2357
  # @!attribute [rw] creation_date
2338
2358
  # The date of when the namespace was created.
2339
2359
  # @return [Time]
@@ -2356,6 +2376,12 @@ module Aws::RedshiftServerless
2356
2376
  # encrypt your data.
2357
2377
  # @return [String]
2358
2378
  #
2379
+ # @!attribute [rw] lakehouse_registration_status
2380
+ # The status of the lakehouse registration for the namespace.
2381
+ # Indicates whether the namespace is successfully registered with
2382
+ # Amazon Redshift federated permissions.
2383
+ # @return [String]
2384
+ #
2359
2385
  # @!attribute [rw] log_exports
2360
2386
  # The types of logs the namespace can export. Available export types
2361
2387
  # are User log, Connection log, and User activity log.
@@ -2390,11 +2416,13 @@ module Aws::RedshiftServerless
2390
2416
  :admin_password_secret_arn,
2391
2417
  :admin_password_secret_kms_key_id,
2392
2418
  :admin_username,
2419
+ :catalog_arn,
2393
2420
  :creation_date,
2394
2421
  :db_name,
2395
2422
  :default_iam_role_arn,
2396
2423
  :iam_roles,
2397
2424
  :kms_key_id,
2425
+ :lakehouse_registration_status,
2398
2426
  :log_exports,
2399
2427
  :namespace_arn,
2400
2428
  :namespace_id,
@@ -2570,8 +2598,7 @@ module Aws::RedshiftServerless
2570
2598
  #
2571
2599
  # @!attribute [rw] start_date
2572
2600
  # The start date for the serverless reservation. This is the date you
2573
- # specified for the reservation to start when you created the
2574
- # reservation.
2601
+ # created the reservation.
2575
2602
  # @return [Time]
2576
2603
  #
2577
2604
  # @!attribute [rw] status
@@ -3620,6 +3647,89 @@ module Aws::RedshiftServerless
3620
3647
  include Aws::Structure
3621
3648
  end
3622
3649
 
3650
+ # @!attribute [rw] catalog_name
3651
+ # The name of the Glue Data Catalog that will be associated with the
3652
+ # namespace enabled with Amazon Redshift federated permissions.
3653
+ #
3654
+ # Pattern: `^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$`
3655
+ # @return [String]
3656
+ #
3657
+ # @!attribute [rw] dry_run
3658
+ # A boolean value that, if `true`, validates the request without
3659
+ # actually updating the lakehouse configuration. Use this to check for
3660
+ # errors before making changes.
3661
+ # @return [Boolean]
3662
+ #
3663
+ # @!attribute [rw] lakehouse_idc_application_arn
3664
+ # The Amazon Resource Name (ARN) of the IAM Identity Center
3665
+ # application used for enabling Amazon Web Services IAM Identity
3666
+ # Center trusted identity propagation on a namespace enabled with
3667
+ # Amazon Redshift federated permissions.
3668
+ # @return [String]
3669
+ #
3670
+ # @!attribute [rw] lakehouse_idc_registration
3671
+ # Modifies the Amazon Web Services IAM Identity Center trusted
3672
+ # identity propagation on a namespace enabled with Amazon Redshift
3673
+ # federated permissions. Valid values are `Associate` or
3674
+ # `Disassociate`.
3675
+ # @return [String]
3676
+ #
3677
+ # @!attribute [rw] lakehouse_registration
3678
+ # Specifies whether to register or deregister the namespace with
3679
+ # Amazon Redshift federated permissions. Valid values are `Register`
3680
+ # or `Deregister`.
3681
+ # @return [String]
3682
+ #
3683
+ # @!attribute [rw] namespace_name
3684
+ # The name of the namespace whose lakehouse configuration you want to
3685
+ # modify.
3686
+ # @return [String]
3687
+ #
3688
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateLakehouseConfigurationRequest AWS API Documentation
3689
+ #
3690
+ class UpdateLakehouseConfigurationRequest < Struct.new(
3691
+ :catalog_name,
3692
+ :dry_run,
3693
+ :lakehouse_idc_application_arn,
3694
+ :lakehouse_idc_registration,
3695
+ :lakehouse_registration,
3696
+ :namespace_name)
3697
+ SENSITIVE = []
3698
+ include Aws::Structure
3699
+ end
3700
+
3701
+ # @!attribute [rw] catalog_arn
3702
+ # The Amazon Resource Name (ARN) of the Glue Data Catalog associated
3703
+ # with the lakehouse configuration.
3704
+ # @return [String]
3705
+ #
3706
+ # @!attribute [rw] lakehouse_idc_application_arn
3707
+ # The Amazon Resource Name (ARN) of the IAM Identity Center
3708
+ # application used for enabling Amazon Web Services IAM Identity
3709
+ # Center trusted identity propagation.
3710
+ # @return [String]
3711
+ #
3712
+ # @!attribute [rw] lakehouse_registration_status
3713
+ # The current status of the lakehouse registration. Indicates whether
3714
+ # the namespace is successfully registered with Amazon Redshift
3715
+ # federated permissions.
3716
+ # @return [String]
3717
+ #
3718
+ # @!attribute [rw] namespace_name
3719
+ # The name of the namespace.
3720
+ # @return [String]
3721
+ #
3722
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateLakehouseConfigurationResponse AWS API Documentation
3723
+ #
3724
+ class UpdateLakehouseConfigurationResponse < Struct.new(
3725
+ :catalog_arn,
3726
+ :lakehouse_idc_application_arn,
3727
+ :lakehouse_registration_status,
3728
+ :namespace_name)
3729
+ SENSITIVE = []
3730
+ include Aws::Structure
3731
+ end
3732
+
3623
3733
  # @!attribute [rw] admin_password_secret_kms_key_id
3624
3734
  # The ID of the Key Management Service (KMS) key used to encrypt and
3625
3735
  # store the namespace's admin credentials secret. You can only use
@@ -4059,8 +4169,8 @@ module Aws::RedshiftServerless
4059
4169
  include Aws::Structure
4060
4170
  end
4061
4171
 
4062
- # The input failed to satisfy the constraints specified by an AWS
4063
- # service.
4172
+ # The input failed to satisfy the constraints specified by an Amazon Web
4173
+ # Services service.
4064
4174
  #
4065
4175
  # @!attribute [rw] message
4066
4176
  # @return [String]
@@ -54,7 +54,7 @@ module Aws::RedshiftServerless
54
54
  autoload :EndpointProvider, 'aws-sdk-redshiftserverless/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-redshiftserverless/endpoints'
56
56
 
57
- GEM_VERSION = '1.58.0'
57
+ GEM_VERSION = '1.59.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -852,6 +852,24 @@ module Aws
852
852
  ) -> _UpdateEndpointAccessResponseSuccess
853
853
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEndpointAccessResponseSuccess
854
854
 
855
+ interface _UpdateLakehouseConfigurationResponseSuccess
856
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLakehouseConfigurationResponse]
857
+ def catalog_arn: () -> ::String
858
+ def lakehouse_idc_application_arn: () -> ::String
859
+ def lakehouse_registration_status: () -> ::String
860
+ def namespace_name: () -> ::String
861
+ end
862
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RedshiftServerless/Client.html#update_lakehouse_configuration-instance_method
863
+ def update_lakehouse_configuration: (
864
+ ?catalog_name: ::String,
865
+ ?dry_run: bool,
866
+ ?lakehouse_idc_application_arn: ::String,
867
+ ?lakehouse_idc_registration: ("Associate" | "Disassociate"),
868
+ ?lakehouse_registration: ("Register" | "Deregister"),
869
+ namespace_name: ::String
870
+ ) -> _UpdateLakehouseConfigurationResponseSuccess
871
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLakehouseConfigurationResponseSuccess
872
+
855
873
  interface _UpdateNamespaceResponseSuccess
856
874
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateNamespaceResponse]
857
875
  def namespace: () -> Types::Namespace
data/sig/errors.rbs CHANGED
@@ -18,6 +18,9 @@ module Aws
18
18
  class ConflictException < ::Aws::Errors::ServiceError
19
19
  def message: () -> ::String
20
20
  end
21
+ class DryRunException < ::Aws::Errors::ServiceError
22
+ def message: () -> ::String
23
+ end
21
24
  class InsufficientCapacityException < ::Aws::Errors::ServiceError
22
25
  def message: () -> ::String
23
26
  end
data/sig/types.rbs CHANGED
@@ -286,6 +286,11 @@ module Aws::RedshiftServerless
286
286
  SENSITIVE: []
287
287
  end
288
288
 
289
+ class DryRunException
290
+ attr_accessor message: ::String
291
+ SENSITIVE: []
292
+ end
293
+
289
294
  class Endpoint
290
295
  attr_accessor address: ::String
291
296
  attr_accessor port: ::Integer
@@ -692,11 +697,13 @@ module Aws::RedshiftServerless
692
697
  attr_accessor admin_password_secret_arn: ::String
693
698
  attr_accessor admin_password_secret_kms_key_id: ::String
694
699
  attr_accessor admin_username: ::String
700
+ attr_accessor catalog_arn: ::String
695
701
  attr_accessor creation_date: ::Time
696
702
  attr_accessor db_name: ::String
697
703
  attr_accessor default_iam_role_arn: ::String
698
704
  attr_accessor iam_roles: ::Array[::String]
699
705
  attr_accessor kms_key_id: ::String
706
+ attr_accessor lakehouse_registration_status: ::String
700
707
  attr_accessor log_exports: ::Array[("useractivitylog" | "userlog" | "connectionlog")]
701
708
  attr_accessor namespace_arn: ::String
702
709
  attr_accessor namespace_id: ::String
@@ -1019,6 +1026,24 @@ module Aws::RedshiftServerless
1019
1026
  SENSITIVE: []
1020
1027
  end
1021
1028
 
1029
+ class UpdateLakehouseConfigurationRequest
1030
+ attr_accessor catalog_name: ::String
1031
+ attr_accessor dry_run: bool
1032
+ attr_accessor lakehouse_idc_application_arn: ::String
1033
+ attr_accessor lakehouse_idc_registration: ("Associate" | "Disassociate")
1034
+ attr_accessor lakehouse_registration: ("Register" | "Deregister")
1035
+ attr_accessor namespace_name: ::String
1036
+ SENSITIVE: []
1037
+ end
1038
+
1039
+ class UpdateLakehouseConfigurationResponse
1040
+ attr_accessor catalog_arn: ::String
1041
+ attr_accessor lakehouse_idc_application_arn: ::String
1042
+ attr_accessor lakehouse_registration_status: ::String
1043
+ attr_accessor namespace_name: ::String
1044
+ SENSITIVE: []
1045
+ end
1046
+
1022
1047
  class UpdateNamespaceRequest
1023
1048
  attr_accessor admin_password_secret_kms_key_id: ::String
1024
1049
  attr_accessor admin_user_password: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshiftserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.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