aws-sdk-redshift 1.149.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +245 -1
- data/lib/aws-sdk-redshift/client_api.rb +89 -0
- data/lib/aws-sdk-redshift/errors.rb +14 -0
- data/lib/aws-sdk-redshift/types.rb +286 -3
- data/lib/aws-sdk-redshift.rb +1 -1
- data/sig/client.rbs +49 -2
- data/sig/errors.rbs +2 -0
- data/sig/types.rbs +58 -0
- metadata +3 -3
|
@@ -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')
|
|
@@ -79,6 +81,7 @@ module Aws::Redshift
|
|
|
79
81
|
ClusterExtendedCredentials = Shapes::StructureShape.new(name: 'ClusterExtendedCredentials')
|
|
80
82
|
ClusterIamRole = Shapes::StructureShape.new(name: 'ClusterIamRole')
|
|
81
83
|
ClusterIamRoleList = Shapes::ListShape.new(name: 'ClusterIamRoleList')
|
|
84
|
+
ClusterIdentifierList = Shapes::ListShape.new(name: 'ClusterIdentifierList')
|
|
82
85
|
ClusterList = Shapes::ListShape.new(name: 'ClusterList')
|
|
83
86
|
ClusterNode = Shapes::StructureShape.new(name: 'ClusterNode')
|
|
84
87
|
ClusterNodesList = Shapes::ListShape.new(name: 'ClusterNodesList')
|
|
@@ -121,6 +124,7 @@ module Aws::Redshift
|
|
|
121
124
|
ClusterVersionsMessage = Shapes::StructureShape.new(name: 'ClusterVersionsMessage')
|
|
122
125
|
ClustersMessage = Shapes::StructureShape.new(name: 'ClustersMessage')
|
|
123
126
|
ConflictPolicyUpdateFault = Shapes::StructureShape.new(name: 'ConflictPolicyUpdateFault', error: {"code" => "ConflictPolicyUpdateFault", "httpStatusCode" => 409, "senderFault" => true})
|
|
127
|
+
Connect = Shapes::StructureShape.new(name: 'Connect')
|
|
124
128
|
ConsumerIdentifierList = Shapes::ListShape.new(name: 'ConsumerIdentifierList')
|
|
125
129
|
CopyClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CopyClusterSnapshotMessage')
|
|
126
130
|
CopyClusterSnapshotResult = Shapes::StructureShape.new(name: 'CopyClusterSnapshotResult')
|
|
@@ -302,6 +306,8 @@ module Aws::Redshift
|
|
|
302
306
|
FailoverPrimaryComputeResult = Shapes::StructureShape.new(name: 'FailoverPrimaryComputeResult')
|
|
303
307
|
GetClusterCredentialsMessage = Shapes::StructureShape.new(name: 'GetClusterCredentialsMessage')
|
|
304
308
|
GetClusterCredentialsWithIAMMessage = Shapes::StructureShape.new(name: 'GetClusterCredentialsWithIAMMessage')
|
|
309
|
+
GetIdentityCenterAuthTokenRequest = Shapes::StructureShape.new(name: 'GetIdentityCenterAuthTokenRequest')
|
|
310
|
+
GetIdentityCenterAuthTokenResponse = Shapes::StructureShape.new(name: 'GetIdentityCenterAuthTokenResponse')
|
|
305
311
|
GetReservedNodeExchangeConfigurationOptionsInputMessage = Shapes::StructureShape.new(name: 'GetReservedNodeExchangeConfigurationOptionsInputMessage')
|
|
306
312
|
GetReservedNodeExchangeConfigurationOptionsOutputMessage = Shapes::StructureShape.new(name: 'GetReservedNodeExchangeConfigurationOptionsOutputMessage')
|
|
307
313
|
GetReservedNodeExchangeOfferingsInputMessage = Shapes::StructureShape.new(name: 'GetReservedNodeExchangeOfferingsInputMessage')
|
|
@@ -390,6 +396,9 @@ module Aws::Redshift
|
|
|
390
396
|
LakeFormationQuery = Shapes::StructureShape.new(name: 'LakeFormationQuery')
|
|
391
397
|
LakeFormationScopeUnion = Shapes::UnionShape.new(name: 'LakeFormationScopeUnion')
|
|
392
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')
|
|
393
402
|
LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault', error: {"code" => "LimitExceededFault", "httpStatusCode" => 400, "senderFault" => true})
|
|
394
403
|
ListRecommendationsMessage = Shapes::StructureShape.new(name: 'ListRecommendationsMessage')
|
|
395
404
|
ListRecommendationsResult = Shapes::StructureShape.new(name: 'ListRecommendationsResult')
|
|
@@ -424,6 +433,7 @@ module Aws::Redshift
|
|
|
424
433
|
ModifyEventSubscriptionMessage = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionMessage')
|
|
425
434
|
ModifyEventSubscriptionResult = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionResult')
|
|
426
435
|
ModifyIntegrationMessage = Shapes::StructureShape.new(name: 'ModifyIntegrationMessage')
|
|
436
|
+
ModifyLakehouseConfigurationMessage = Shapes::StructureShape.new(name: 'ModifyLakehouseConfigurationMessage')
|
|
427
437
|
ModifyRedshiftIdcApplicationMessage = Shapes::StructureShape.new(name: 'ModifyRedshiftIdcApplicationMessage')
|
|
428
438
|
ModifyRedshiftIdcApplicationResult = Shapes::StructureShape.new(name: 'ModifyRedshiftIdcApplicationResult')
|
|
429
439
|
ModifyScheduledActionMessage = Shapes::StructureShape.new(name: 'ModifyScheduledActionMessage')
|
|
@@ -487,6 +497,9 @@ module Aws::Redshift
|
|
|
487
497
|
RedshiftIdcApplicationName = Shapes::StringShape.new(name: 'RedshiftIdcApplicationName')
|
|
488
498
|
RedshiftIdcApplicationNotExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationNotExistsFault', error: {"code" => "RedshiftIdcApplicationNotExists", "httpStatusCode" => 404, "senderFault" => true})
|
|
489
499
|
RedshiftIdcApplicationQuotaExceededFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationQuotaExceededFault', error: {"code" => "RedshiftIdcApplicationQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
|
|
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')
|
|
490
503
|
ReferenceLink = Shapes::StructureShape.new(name: 'ReferenceLink')
|
|
491
504
|
ReferenceLinkList = Shapes::ListShape.new(name: 'ReferenceLinkList')
|
|
492
505
|
RegisterNamespaceInputMessage = Shapes::StructureShape.new(name: 'RegisterNamespaceInputMessage')
|
|
@@ -859,6 +872,8 @@ module Aws::Redshift
|
|
|
859
872
|
Cluster.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
|
|
860
873
|
Cluster.add_member(:multi_az, Shapes::ShapeRef.new(shape: String, location_name: "MultiAZ"))
|
|
861
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"))
|
|
862
877
|
Cluster.struct_class = Types::Cluster
|
|
863
878
|
|
|
864
879
|
ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
|
|
@@ -896,6 +911,8 @@ module Aws::Redshift
|
|
|
896
911
|
|
|
897
912
|
ClusterIamRoleList.member = Shapes::ShapeRef.new(shape: ClusterIamRole, location_name: "ClusterIamRole")
|
|
898
913
|
|
|
914
|
+
ClusterIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier")
|
|
915
|
+
|
|
899
916
|
ClusterList.member = Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster")
|
|
900
917
|
|
|
901
918
|
ClusterNode.add_member(:node_role, Shapes::ShapeRef.new(shape: String, location_name: "NodeRole"))
|
|
@@ -1028,6 +1045,9 @@ module Aws::Redshift
|
|
|
1028
1045
|
|
|
1029
1046
|
ConflictPolicyUpdateFault.struct_class = Types::ConflictPolicyUpdateFault
|
|
1030
1047
|
|
|
1048
|
+
Connect.add_member(:authorization, Shapes::ShapeRef.new(shape: ServiceAuthorization, required: true, location_name: "Authorization"))
|
|
1049
|
+
Connect.struct_class = Types::Connect
|
|
1050
|
+
|
|
1031
1051
|
ConsumerIdentifierList.member = Shapes::ShapeRef.new(shape: String)
|
|
1032
1052
|
|
|
1033
1053
|
CopyClusterSnapshotMessage.add_member(:source_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceSnapshotIdentifier"))
|
|
@@ -1088,6 +1108,7 @@ module Aws::Redshift
|
|
|
1088
1108
|
CreateClusterMessage.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
|
|
1089
1109
|
CreateClusterMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
|
1090
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"))
|
|
1091
1112
|
CreateClusterMessage.struct_class = Types::CreateClusterMessage
|
|
1092
1113
|
|
|
1093
1114
|
CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
|
|
@@ -1194,6 +1215,7 @@ module Aws::Redshift
|
|
|
1194
1215
|
CreateRedshiftIdcApplicationMessage.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
|
|
1195
1216
|
CreateRedshiftIdcApplicationMessage.add_member(:authorized_token_issuer_list, Shapes::ShapeRef.new(shape: AuthorizedTokenIssuerList, location_name: "AuthorizedTokenIssuerList"))
|
|
1196
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"))
|
|
1197
1219
|
CreateRedshiftIdcApplicationMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1198
1220
|
CreateRedshiftIdcApplicationMessage.add_member(:sso_tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, location_name: "SsoTagKeys"))
|
|
1199
1221
|
CreateRedshiftIdcApplicationMessage.struct_class = Types::CreateRedshiftIdcApplicationMessage
|
|
@@ -1862,6 +1884,13 @@ module Aws::Redshift
|
|
|
1862
1884
|
GetClusterCredentialsWithIAMMessage.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: String, location_name: "CustomDomainName"))
|
|
1863
1885
|
GetClusterCredentialsWithIAMMessage.struct_class = Types::GetClusterCredentialsWithIAMMessage
|
|
1864
1886
|
|
|
1887
|
+
GetIdentityCenterAuthTokenRequest.add_member(:cluster_ids, Shapes::ShapeRef.new(shape: ClusterIdentifierList, required: true, location_name: "ClusterIds"))
|
|
1888
|
+
GetIdentityCenterAuthTokenRequest.struct_class = Types::GetIdentityCenterAuthTokenRequest
|
|
1889
|
+
|
|
1890
|
+
GetIdentityCenterAuthTokenResponse.add_member(:token, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "Token"))
|
|
1891
|
+
GetIdentityCenterAuthTokenResponse.add_member(:expiration_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ExpirationTime"))
|
|
1892
|
+
GetIdentityCenterAuthTokenResponse.struct_class = Types::GetIdentityCenterAuthTokenResponse
|
|
1893
|
+
|
|
1865
1894
|
GetReservedNodeExchangeConfigurationOptionsInputMessage.add_member(:action_type, Shapes::ShapeRef.new(shape: ReservedNodeExchangeActionType, required: true, location_name: "ActionType"))
|
|
1866
1895
|
GetReservedNodeExchangeConfigurationOptionsInputMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
|
1867
1896
|
GetReservedNodeExchangeConfigurationOptionsInputMessage.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotIdentifier"))
|
|
@@ -2080,6 +2109,12 @@ module Aws::Redshift
|
|
|
2080
2109
|
|
|
2081
2110
|
LakeFormationServiceIntegrations.member = Shapes::ShapeRef.new(shape: LakeFormationScopeUnion)
|
|
2082
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
|
+
|
|
2083
2118
|
LimitExceededFault.struct_class = Types::LimitExceededFault
|
|
2084
2119
|
|
|
2085
2120
|
ListRecommendationsMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
|
@@ -2242,6 +2277,14 @@ module Aws::Redshift
|
|
|
2242
2277
|
ModifyIntegrationMessage.add_member(:integration_name, Shapes::ShapeRef.new(shape: IntegrationName, location_name: "IntegrationName"))
|
|
2243
2278
|
ModifyIntegrationMessage.struct_class = Types::ModifyIntegrationMessage
|
|
2244
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
|
+
|
|
2245
2288
|
ModifyRedshiftIdcApplicationMessage.add_member(:redshift_idc_application_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RedshiftIdcApplicationArn"))
|
|
2246
2289
|
ModifyRedshiftIdcApplicationMessage.add_member(:identity_namespace, Shapes::ShapeRef.new(shape: IdentityNamespaceString, location_name: "IdentityNamespace"))
|
|
2247
2290
|
ModifyRedshiftIdcApplicationMessage.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamRoleArn"))
|
|
@@ -2456,6 +2499,7 @@ module Aws::Redshift
|
|
|
2456
2499
|
RedshiftIdcApplication.add_member(:idc_onboard_status, Shapes::ShapeRef.new(shape: String, location_name: "IdcOnboardStatus"))
|
|
2457
2500
|
RedshiftIdcApplication.add_member(:authorized_token_issuer_list, Shapes::ShapeRef.new(shape: AuthorizedTokenIssuerList, location_name: "AuthorizedTokenIssuerList"))
|
|
2458
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"))
|
|
2459
2503
|
RedshiftIdcApplication.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
2460
2504
|
RedshiftIdcApplication.add_member(:sso_tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, location_name: "SsoTagKeys"))
|
|
2461
2505
|
RedshiftIdcApplication.struct_class = Types::RedshiftIdcApplication
|
|
@@ -2468,6 +2512,16 @@ module Aws::Redshift
|
|
|
2468
2512
|
|
|
2469
2513
|
RedshiftIdcApplicationQuotaExceededFault.struct_class = Types::RedshiftIdcApplicationQuotaExceededFault
|
|
2470
2514
|
|
|
2515
|
+
RedshiftInvalidParameterFault.struct_class = Types::RedshiftInvalidParameterFault
|
|
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
|
+
|
|
2471
2525
|
ReferenceLink.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "Text"))
|
|
2472
2526
|
ReferenceLink.add_member(:link, Shapes::ShapeRef.new(shape: String, location_name: "Link"))
|
|
2473
2527
|
ReferenceLink.struct_class = Types::ReferenceLink
|
|
@@ -2640,6 +2694,8 @@ module Aws::Redshift
|
|
|
2640
2694
|
RestoreFromClusterSnapshotMessage.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
|
|
2641
2695
|
RestoreFromClusterSnapshotMessage.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
|
|
2642
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"))
|
|
2643
2699
|
RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
|
|
2644
2700
|
|
|
2645
2701
|
RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
|
|
@@ -2780,9 +2836,11 @@ module Aws::Redshift
|
|
|
2780
2836
|
|
|
2781
2837
|
ServiceIntegrationsUnion.add_member(:lake_formation, Shapes::ShapeRef.new(shape: LakeFormationServiceIntegrations, location_name: "LakeFormation"))
|
|
2782
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"))
|
|
2783
2840
|
ServiceIntegrationsUnion.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2784
2841
|
ServiceIntegrationsUnion.add_member_subclass(:lake_formation, Types::ServiceIntegrationsUnion::LakeFormation)
|
|
2785
2842
|
ServiceIntegrationsUnion.add_member_subclass(:s3_access_grants, Types::ServiceIntegrationsUnion::S3AccessGrants)
|
|
2843
|
+
ServiceIntegrationsUnion.add_member_subclass(:redshift, Types::ServiceIntegrationsUnion::Redshift)
|
|
2786
2844
|
ServiceIntegrationsUnion.add_member_subclass(:unknown, Types::ServiceIntegrationsUnion::Unknown)
|
|
2787
2845
|
ServiceIntegrationsUnion.struct_class = Types::ServiceIntegrationsUnion
|
|
2788
2846
|
|
|
@@ -3232,6 +3290,8 @@ module Aws::Redshift
|
|
|
3232
3290
|
o.errors << Shapes::ShapeRef.new(shape: Ipv6CidrBlockNotFoundFault)
|
|
3233
3291
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
|
3234
3292
|
o.errors << Shapes::ShapeRef.new(shape: RedshiftIdcApplicationNotExistsFault)
|
|
3293
|
+
o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
|
|
3294
|
+
o.errors << Shapes::ShapeRef.new(shape: DependentServiceAccessDeniedFault)
|
|
3235
3295
|
end)
|
|
3236
3296
|
|
|
3237
3297
|
api.add_operation(:create_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -4406,6 +4466,18 @@ module Aws::Redshift
|
|
|
4406
4466
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
|
4407
4467
|
end)
|
|
4408
4468
|
|
|
4469
|
+
api.add_operation(:get_identity_center_auth_token, Seahorse::Model::Operation.new.tap do |o|
|
|
4470
|
+
o.name = "GetIdentityCenterAuthToken"
|
|
4471
|
+
o.http_method = "POST"
|
|
4472
|
+
o.http_request_uri = "/"
|
|
4473
|
+
o.input = Shapes::ShapeRef.new(shape: GetIdentityCenterAuthTokenRequest)
|
|
4474
|
+
o.output = Shapes::ShapeRef.new(shape: GetIdentityCenterAuthTokenResponse)
|
|
4475
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
|
4476
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
|
4477
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
|
4478
|
+
o.errors << Shapes::ShapeRef.new(shape: RedshiftInvalidParameterFault)
|
|
4479
|
+
end)
|
|
4480
|
+
|
|
4409
4481
|
api.add_operation(:get_reserved_node_exchange_configuration_options, Seahorse::Model::Operation.new.tap do |o|
|
|
4410
4482
|
o.name = "GetReservedNodeExchangeConfigurationOptions"
|
|
4411
4483
|
o.http_method = "POST"
|
|
@@ -4661,6 +4733,21 @@ module Aws::Redshift
|
|
|
4661
4733
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
|
4662
4734
|
end)
|
|
4663
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
|
+
|
|
4664
4751
|
api.add_operation(:modify_redshift_idc_application, Seahorse::Model::Operation.new.tap do |o|
|
|
4665
4752
|
o.name = "ModifyRedshiftIdcApplication"
|
|
4666
4753
|
o.http_method = "POST"
|
|
@@ -4859,6 +4946,8 @@ module Aws::Redshift
|
|
|
4859
4946
|
o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
|
|
4860
4947
|
o.errors << Shapes::ShapeRef.new(shape: ReservedNodeAlreadyExistsFault)
|
|
4861
4948
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
|
4949
|
+
o.errors << Shapes::ShapeRef.new(shape: RedshiftIdcApplicationNotExistsFault)
|
|
4950
|
+
o.errors << Shapes::ShapeRef.new(shape: DependentServiceAccessDeniedFault)
|
|
4862
4951
|
o.errors << Shapes::ShapeRef.new(shape: Ipv6CidrBlockNotFoundFault)
|
|
4863
4952
|
end)
|
|
4864
4953
|
|
|
@@ -177,6 +177,8 @@ module Aws::Redshift
|
|
|
177
177
|
# * This error class is not used. `RedshiftIdcApplicationNotExists` is used during parsing instead.
|
|
178
178
|
# * {RedshiftIdcApplicationQuotaExceededFault}
|
|
179
179
|
# * This error class is not used. `RedshiftIdcApplicationQuotaExceeded` is used during parsing instead.
|
|
180
|
+
# * {RedshiftInvalidParameterFault}
|
|
181
|
+
# * This error class is not used. `RedshiftInvalidParameter` is used during parsing instead.
|
|
180
182
|
# * {ReservedNodeAlreadyExistsFault}
|
|
181
183
|
# * This error class is not used. `ReservedNodeAlreadyExists` is used during parsing instead.
|
|
182
184
|
# * {ReservedNodeAlreadyMigratedFault}
|
|
@@ -1349,6 +1351,18 @@ module Aws::Redshift
|
|
|
1349
1351
|
end
|
|
1350
1352
|
end
|
|
1351
1353
|
|
|
1354
|
+
# @deprecated This error class is not used during parsing.
|
|
1355
|
+
# Please use `RedshiftInvalidParameter` instead.
|
|
1356
|
+
class RedshiftInvalidParameterFault < ServiceError
|
|
1357
|
+
|
|
1358
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
1359
|
+
# @param [String] message
|
|
1360
|
+
# @param [Aws::Redshift::Types::RedshiftInvalidParameterFault] data
|
|
1361
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
1362
|
+
super(context, message, data)
|
|
1363
|
+
end
|
|
1364
|
+
end
|
|
1365
|
+
|
|
1352
1366
|
# @deprecated This error class is not used during parsing.
|
|
1353
1367
|
# Please use `ReservedNodeAlreadyExists` instead.
|
|
1354
1368
|
class ReservedNodeAlreadyExistsFault < ServiceError
|