aws-sdk-redshift 1.103.0 → 1.104.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.
@@ -49,6 +49,9 @@ module Aws::Redshift
49
49
  AuthorizeEndpointAccessMessage = Shapes::StructureShape.new(name: 'AuthorizeEndpointAccessMessage')
50
50
  AuthorizeSnapshotAccessMessage = Shapes::StructureShape.new(name: 'AuthorizeSnapshotAccessMessage')
51
51
  AuthorizeSnapshotAccessResult = Shapes::StructureShape.new(name: 'AuthorizeSnapshotAccessResult')
52
+ AuthorizedAudienceList = Shapes::ListShape.new(name: 'AuthorizedAudienceList')
53
+ AuthorizedTokenIssuer = Shapes::StructureShape.new(name: 'AuthorizedTokenIssuer')
54
+ AuthorizedTokenIssuerList = Shapes::ListShape.new(name: 'AuthorizedTokenIssuerList')
52
55
  AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
53
56
  AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
54
57
  BatchDeleteClusterSnapshotsRequest = Shapes::StructureShape.new(name: 'BatchDeleteClusterSnapshotsRequest')
@@ -141,6 +144,8 @@ module Aws::Redshift
141
144
  CreateHsmClientCertificateResult = Shapes::StructureShape.new(name: 'CreateHsmClientCertificateResult')
142
145
  CreateHsmConfigurationMessage = Shapes::StructureShape.new(name: 'CreateHsmConfigurationMessage')
143
146
  CreateHsmConfigurationResult = Shapes::StructureShape.new(name: 'CreateHsmConfigurationResult')
147
+ CreateRedshiftIdcApplicationMessage = Shapes::StructureShape.new(name: 'CreateRedshiftIdcApplicationMessage')
148
+ CreateRedshiftIdcApplicationResult = Shapes::StructureShape.new(name: 'CreateRedshiftIdcApplicationResult')
144
149
  CreateScheduledActionMessage = Shapes::StructureShape.new(name: 'CreateScheduledActionMessage')
145
150
  CreateSnapshotCopyGrantMessage = Shapes::StructureShape.new(name: 'CreateSnapshotCopyGrantMessage')
146
151
  CreateSnapshotCopyGrantResult = Shapes::StructureShape.new(name: 'CreateSnapshotCopyGrantResult')
@@ -181,12 +186,14 @@ module Aws::Redshift
181
186
  DeleteEventSubscriptionMessage = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionMessage')
182
187
  DeleteHsmClientCertificateMessage = Shapes::StructureShape.new(name: 'DeleteHsmClientCertificateMessage')
183
188
  DeleteHsmConfigurationMessage = Shapes::StructureShape.new(name: 'DeleteHsmConfigurationMessage')
189
+ DeleteRedshiftIdcApplicationMessage = Shapes::StructureShape.new(name: 'DeleteRedshiftIdcApplicationMessage')
184
190
  DeleteResourcePolicyMessage = Shapes::StructureShape.new(name: 'DeleteResourcePolicyMessage')
185
191
  DeleteScheduledActionMessage = Shapes::StructureShape.new(name: 'DeleteScheduledActionMessage')
186
192
  DeleteSnapshotCopyGrantMessage = Shapes::StructureShape.new(name: 'DeleteSnapshotCopyGrantMessage')
187
193
  DeleteSnapshotScheduleMessage = Shapes::StructureShape.new(name: 'DeleteSnapshotScheduleMessage')
188
194
  DeleteTagsMessage = Shapes::StructureShape.new(name: 'DeleteTagsMessage')
189
195
  DeleteUsageLimitMessage = Shapes::StructureShape.new(name: 'DeleteUsageLimitMessage')
196
+ DependentServiceAccessDeniedFault = Shapes::StructureShape.new(name: 'DependentServiceAccessDeniedFault')
190
197
  DependentServiceRequestThrottlingFault = Shapes::StructureShape.new(name: 'DependentServiceRequestThrottlingFault')
191
198
  DependentServiceUnavailableFault = Shapes::StructureShape.new(name: 'DependentServiceUnavailableFault')
192
199
  DescribeAccountAttributesMessage = Shapes::StructureShape.new(name: 'DescribeAccountAttributesMessage')
@@ -223,6 +230,8 @@ module Aws::Redshift
223
230
  DescribeOrderableClusterOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOrderableClusterOptionsMessage')
224
231
  DescribePartnersInputMessage = Shapes::StructureShape.new(name: 'DescribePartnersInputMessage')
225
232
  DescribePartnersOutputMessage = Shapes::StructureShape.new(name: 'DescribePartnersOutputMessage')
233
+ DescribeRedshiftIdcApplicationsMessage = Shapes::StructureShape.new(name: 'DescribeRedshiftIdcApplicationsMessage')
234
+ DescribeRedshiftIdcApplicationsResult = Shapes::StructureShape.new(name: 'DescribeRedshiftIdcApplicationsResult')
226
235
  DescribeReservedNodeExchangeStatusInputMessage = Shapes::StructureShape.new(name: 'DescribeReservedNodeExchangeStatusInputMessage')
227
236
  DescribeReservedNodeExchangeStatusOutputMessage = Shapes::StructureShape.new(name: 'DescribeReservedNodeExchangeStatusOutputMessage')
228
237
  DescribeReservedNodeOfferingsMessage = Shapes::StructureShape.new(name: 'DescribeReservedNodeOfferingsMessage')
@@ -301,6 +310,8 @@ module Aws::Redshift
301
310
  IPRange = Shapes::StructureShape.new(name: 'IPRange')
302
311
  IPRangeList = Shapes::ListShape.new(name: 'IPRangeList')
303
312
  IamRoleArnList = Shapes::ListShape.new(name: 'IamRoleArnList')
313
+ IdcDisplayNameString = Shapes::StringShape.new(name: 'IdcDisplayNameString')
314
+ IdentityNamespaceString = Shapes::StringShape.new(name: 'IdentityNamespaceString')
304
315
  ImportTablesCompleted = Shapes::ListShape.new(name: 'ImportTablesCompleted')
305
316
  ImportTablesInProgress = Shapes::ListShape.new(name: 'ImportTablesInProgress')
306
317
  ImportTablesNotStarted = Shapes::ListShape.new(name: 'ImportTablesNotStarted')
@@ -348,6 +359,9 @@ module Aws::Redshift
348
359
  InvalidUsageLimitFault = Shapes::StructureShape.new(name: 'InvalidUsageLimitFault')
349
360
  InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
350
361
  Ipv6CidrBlockNotFoundFault = Shapes::StructureShape.new(name: 'Ipv6CidrBlockNotFoundFault')
362
+ LakeFormationQuery = Shapes::StructureShape.new(name: 'LakeFormationQuery')
363
+ LakeFormationScopeUnion = Shapes::UnionShape.new(name: 'LakeFormationScopeUnion')
364
+ LakeFormationServiceIntegrations = Shapes::ListShape.new(name: 'LakeFormationServiceIntegrations')
351
365
  LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault')
352
366
  LogDestinationType = Shapes::StringShape.new(name: 'LogDestinationType')
353
367
  LogTypeList = Shapes::ListShape.new(name: 'LogTypeList')
@@ -379,6 +393,8 @@ module Aws::Redshift
379
393
  ModifyEndpointAccessMessage = Shapes::StructureShape.new(name: 'ModifyEndpointAccessMessage')
380
394
  ModifyEventSubscriptionMessage = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionMessage')
381
395
  ModifyEventSubscriptionResult = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionResult')
396
+ ModifyRedshiftIdcApplicationMessage = Shapes::StructureShape.new(name: 'ModifyRedshiftIdcApplicationMessage')
397
+ ModifyRedshiftIdcApplicationResult = Shapes::StructureShape.new(name: 'ModifyRedshiftIdcApplicationResult')
382
398
  ModifyScheduledActionMessage = Shapes::StructureShape.new(name: 'ModifyScheduledActionMessage')
383
399
  ModifySnapshotCopyRetentionPeriodMessage = Shapes::StructureShape.new(name: 'ModifySnapshotCopyRetentionPeriodMessage')
384
400
  ModifySnapshotCopyRetentionPeriodResult = Shapes::StructureShape.new(name: 'ModifySnapshotCopyRetentionPeriodResult')
@@ -425,6 +441,12 @@ module Aws::Redshift
425
441
  RebootClusterResult = Shapes::StructureShape.new(name: 'RebootClusterResult')
426
442
  RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
427
443
  RecurringChargeList = Shapes::ListShape.new(name: 'RecurringChargeList')
444
+ RedshiftIdcApplication = Shapes::StructureShape.new(name: 'RedshiftIdcApplication')
445
+ RedshiftIdcApplicationAlreadyExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationAlreadyExistsFault')
446
+ RedshiftIdcApplicationList = Shapes::ListShape.new(name: 'RedshiftIdcApplicationList')
447
+ RedshiftIdcApplicationName = Shapes::StringShape.new(name: 'RedshiftIdcApplicationName')
448
+ RedshiftIdcApplicationNotExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationNotExistsFault')
449
+ RedshiftIdcApplicationQuotaExceededFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationQuotaExceededFault')
428
450
  RejectDataShareMessage = Shapes::StructureShape.new(name: 'RejectDataShareMessage')
429
451
  ReservedNode = Shapes::StructureShape.new(name: 'ReservedNode')
430
452
  ReservedNodeAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyExistsFault')
@@ -493,6 +515,9 @@ module Aws::Redshift
493
515
  ScheduledSnapshotTimeList = Shapes::ListShape.new(name: 'ScheduledSnapshotTimeList')
494
516
  SecondaryClusterInfo = Shapes::StructureShape.new(name: 'SecondaryClusterInfo')
495
517
  SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
518
+ ServiceAuthorization = Shapes::StringShape.new(name: 'ServiceAuthorization')
519
+ ServiceIntegrationList = Shapes::ListShape.new(name: 'ServiceIntegrationList')
520
+ ServiceIntegrationsUnion = Shapes::UnionShape.new(name: 'ServiceIntegrationsUnion')
496
521
  Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
497
522
  SnapshotAttributeToSortBy = Shapes::StringShape.new(name: 'SnapshotAttributeToSortBy')
498
523
  SnapshotCopyAlreadyDisabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyAlreadyDisabledFault')
@@ -673,6 +698,14 @@ module Aws::Redshift
673
698
  AuthorizeSnapshotAccessResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
674
699
  AuthorizeSnapshotAccessResult.struct_class = Types::AuthorizeSnapshotAccessResult
675
700
 
701
+ AuthorizedAudienceList.member = Shapes::ShapeRef.new(shape: String)
702
+
703
+ AuthorizedTokenIssuer.add_member(:trusted_token_issuer_arn, Shapes::ShapeRef.new(shape: String, location_name: "TrustedTokenIssuerArn"))
704
+ AuthorizedTokenIssuer.add_member(:authorized_audiences_list, Shapes::ShapeRef.new(shape: AuthorizedAudienceList, location_name: "AuthorizedAudiencesList"))
705
+ AuthorizedTokenIssuer.struct_class = Types::AuthorizedTokenIssuer
706
+
707
+ AuthorizedTokenIssuerList.member = Shapes::ShapeRef.new(shape: AuthorizedTokenIssuer)
708
+
676
709
  AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
677
710
  AvailabilityZone.add_member(:supported_platforms, Shapes::ShapeRef.new(shape: SupportedPlatformsList, location_name: "SupportedPlatforms"))
678
711
  AvailabilityZone.struct_class = Types::AvailabilityZone
@@ -1000,6 +1033,7 @@ module Aws::Redshift
1000
1033
  CreateClusterMessage.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
1001
1034
  CreateClusterMessage.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
1002
1035
  CreateClusterMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
1036
+ CreateClusterMessage.add_member(:redshift_idc_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "RedshiftIdcApplicationArn"))
1003
1037
  CreateClusterMessage.struct_class = Types::CreateClusterMessage
1004
1038
 
1005
1039
  CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -1090,6 +1124,18 @@ module Aws::Redshift
1090
1124
  CreateHsmConfigurationResult.add_member(:hsm_configuration, Shapes::ShapeRef.new(shape: HsmConfiguration, location_name: "HsmConfiguration"))
1091
1125
  CreateHsmConfigurationResult.struct_class = Types::CreateHsmConfigurationResult
1092
1126
 
1127
+ CreateRedshiftIdcApplicationMessage.add_member(:idc_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IdcInstanceArn"))
1128
+ CreateRedshiftIdcApplicationMessage.add_member(:redshift_idc_application_name, Shapes::ShapeRef.new(shape: RedshiftIdcApplicationName, required: true, location_name: "RedshiftIdcApplicationName"))
1129
+ CreateRedshiftIdcApplicationMessage.add_member(:identity_namespace, Shapes::ShapeRef.new(shape: IdentityNamespaceString, location_name: "IdentityNamespace"))
1130
+ CreateRedshiftIdcApplicationMessage.add_member(:idc_display_name, Shapes::ShapeRef.new(shape: IdcDisplayNameString, required: true, location_name: "IdcDisplayName"))
1131
+ CreateRedshiftIdcApplicationMessage.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
1132
+ CreateRedshiftIdcApplicationMessage.add_member(:authorized_token_issuer_list, Shapes::ShapeRef.new(shape: AuthorizedTokenIssuerList, location_name: "AuthorizedTokenIssuerList"))
1133
+ CreateRedshiftIdcApplicationMessage.add_member(:service_integrations, Shapes::ShapeRef.new(shape: ServiceIntegrationList, location_name: "ServiceIntegrations"))
1134
+ CreateRedshiftIdcApplicationMessage.struct_class = Types::CreateRedshiftIdcApplicationMessage
1135
+
1136
+ CreateRedshiftIdcApplicationResult.add_member(:redshift_idc_application, Shapes::ShapeRef.new(shape: RedshiftIdcApplication, location_name: "RedshiftIdcApplication"))
1137
+ CreateRedshiftIdcApplicationResult.struct_class = Types::CreateRedshiftIdcApplicationResult
1138
+
1093
1139
  CreateScheduledActionMessage.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScheduledActionName"))
1094
1140
  CreateScheduledActionMessage.add_member(:target_action, Shapes::ShapeRef.new(shape: ScheduledActionType, required: true, location_name: "TargetAction"))
1095
1141
  CreateScheduledActionMessage.add_member(:schedule, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Schedule"))
@@ -1234,6 +1280,9 @@ module Aws::Redshift
1234
1280
  DeleteHsmConfigurationMessage.add_member(:hsm_configuration_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "HsmConfigurationIdentifier"))
1235
1281
  DeleteHsmConfigurationMessage.struct_class = Types::DeleteHsmConfigurationMessage
1236
1282
 
1283
+ DeleteRedshiftIdcApplicationMessage.add_member(:redshift_idc_application_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RedshiftIdcApplicationArn"))
1284
+ DeleteRedshiftIdcApplicationMessage.struct_class = Types::DeleteRedshiftIdcApplicationMessage
1285
+
1237
1286
  DeleteResourcePolicyMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
1238
1287
  DeleteResourcePolicyMessage.struct_class = Types::DeleteResourcePolicyMessage
1239
1288
 
@@ -1253,6 +1302,8 @@ module Aws::Redshift
1253
1302
  DeleteUsageLimitMessage.add_member(:usage_limit_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "UsageLimitId"))
1254
1303
  DeleteUsageLimitMessage.struct_class = Types::DeleteUsageLimitMessage
1255
1304
 
1305
+ DependentServiceAccessDeniedFault.struct_class = Types::DependentServiceAccessDeniedFault
1306
+
1256
1307
  DependentServiceRequestThrottlingFault.struct_class = Types::DependentServiceRequestThrottlingFault
1257
1308
 
1258
1309
  DependentServiceUnavailableFault.struct_class = Types::DependentServiceUnavailableFault
@@ -1456,6 +1507,15 @@ module Aws::Redshift
1456
1507
  DescribePartnersOutputMessage.add_member(:partner_integration_info_list, Shapes::ShapeRef.new(shape: PartnerIntegrationInfoList, location_name: "PartnerIntegrationInfoList"))
1457
1508
  DescribePartnersOutputMessage.struct_class = Types::DescribePartnersOutputMessage
1458
1509
 
1510
+ DescribeRedshiftIdcApplicationsMessage.add_member(:redshift_idc_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "RedshiftIdcApplicationArn"))
1511
+ DescribeRedshiftIdcApplicationsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1512
+ DescribeRedshiftIdcApplicationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1513
+ DescribeRedshiftIdcApplicationsMessage.struct_class = Types::DescribeRedshiftIdcApplicationsMessage
1514
+
1515
+ DescribeRedshiftIdcApplicationsResult.add_member(:redshift_idc_applications, Shapes::ShapeRef.new(shape: RedshiftIdcApplicationList, location_name: "RedshiftIdcApplications"))
1516
+ DescribeRedshiftIdcApplicationsResult.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1517
+ DescribeRedshiftIdcApplicationsResult.struct_class = Types::DescribeRedshiftIdcApplicationsResult
1518
+
1459
1519
  DescribeReservedNodeExchangeStatusInputMessage.add_member(:reserved_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeId"))
1460
1520
  DescribeReservedNodeExchangeStatusInputMessage.add_member(:reserved_node_exchange_request_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeExchangeRequestId"))
1461
1521
  DescribeReservedNodeExchangeStatusInputMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
@@ -1883,6 +1943,17 @@ module Aws::Redshift
1883
1943
 
1884
1944
  Ipv6CidrBlockNotFoundFault.struct_class = Types::Ipv6CidrBlockNotFoundFault
1885
1945
 
1946
+ LakeFormationQuery.add_member(:authorization, Shapes::ShapeRef.new(shape: ServiceAuthorization, required: true, location_name: "Authorization"))
1947
+ LakeFormationQuery.struct_class = Types::LakeFormationQuery
1948
+
1949
+ LakeFormationScopeUnion.add_member(:lake_formation_query, Shapes::ShapeRef.new(shape: LakeFormationQuery, location_name: "LakeFormationQuery"))
1950
+ LakeFormationScopeUnion.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1951
+ LakeFormationScopeUnion.add_member_subclass(:lake_formation_query, Types::LakeFormationScopeUnion::LakeFormationQuery)
1952
+ LakeFormationScopeUnion.add_member_subclass(:unknown, Types::LakeFormationScopeUnion::Unknown)
1953
+ LakeFormationScopeUnion.struct_class = Types::LakeFormationScopeUnion
1954
+
1955
+ LakeFormationServiceIntegrations.member = Shapes::ShapeRef.new(shape: LakeFormationScopeUnion)
1956
+
1886
1957
  LimitExceededFault.struct_class = Types::LimitExceededFault
1887
1958
 
1888
1959
  LogTypeList.member = Shapes::ShapeRef.new(shape: String)
@@ -2030,6 +2101,17 @@ module Aws::Redshift
2030
2101
  ModifyEventSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
2031
2102
  ModifyEventSubscriptionResult.struct_class = Types::ModifyEventSubscriptionResult
2032
2103
 
2104
+ ModifyRedshiftIdcApplicationMessage.add_member(:redshift_idc_application_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RedshiftIdcApplicationArn"))
2105
+ ModifyRedshiftIdcApplicationMessage.add_member(:identity_namespace, Shapes::ShapeRef.new(shape: IdentityNamespaceString, location_name: "IdentityNamespace"))
2106
+ ModifyRedshiftIdcApplicationMessage.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamRoleArn"))
2107
+ ModifyRedshiftIdcApplicationMessage.add_member(:idc_display_name, Shapes::ShapeRef.new(shape: IdcDisplayNameString, location_name: "IdcDisplayName"))
2108
+ ModifyRedshiftIdcApplicationMessage.add_member(:authorized_token_issuer_list, Shapes::ShapeRef.new(shape: AuthorizedTokenIssuerList, location_name: "AuthorizedTokenIssuerList"))
2109
+ ModifyRedshiftIdcApplicationMessage.add_member(:service_integrations, Shapes::ShapeRef.new(shape: ServiceIntegrationList, location_name: "ServiceIntegrations"))
2110
+ ModifyRedshiftIdcApplicationMessage.struct_class = Types::ModifyRedshiftIdcApplicationMessage
2111
+
2112
+ ModifyRedshiftIdcApplicationResult.add_member(:redshift_idc_application, Shapes::ShapeRef.new(shape: RedshiftIdcApplication, location_name: "RedshiftIdcApplication"))
2113
+ ModifyRedshiftIdcApplicationResult.struct_class = Types::ModifyRedshiftIdcApplicationResult
2114
+
2033
2115
  ModifyScheduledActionMessage.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScheduledActionName"))
2034
2116
  ModifyScheduledActionMessage.add_member(:target_action, Shapes::ShapeRef.new(shape: ScheduledActionType, location_name: "TargetAction"))
2035
2117
  ModifyScheduledActionMessage.add_member(:schedule, Shapes::ShapeRef.new(shape: String, location_name: "Schedule"))
@@ -2185,6 +2267,26 @@ module Aws::Redshift
2185
2267
 
2186
2268
  RecurringChargeList.member = Shapes::ShapeRef.new(shape: RecurringCharge, location_name: "RecurringCharge")
2187
2269
 
2270
+ RedshiftIdcApplication.add_member(:idc_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "IdcInstanceArn"))
2271
+ RedshiftIdcApplication.add_member(:redshift_idc_application_name, Shapes::ShapeRef.new(shape: RedshiftIdcApplicationName, location_name: "RedshiftIdcApplicationName"))
2272
+ RedshiftIdcApplication.add_member(:redshift_idc_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "RedshiftIdcApplicationArn"))
2273
+ RedshiftIdcApplication.add_member(:identity_namespace, Shapes::ShapeRef.new(shape: IdentityNamespaceString, location_name: "IdentityNamespace"))
2274
+ RedshiftIdcApplication.add_member(:idc_display_name, Shapes::ShapeRef.new(shape: IdcDisplayNameString, location_name: "IdcDisplayName"))
2275
+ RedshiftIdcApplication.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamRoleArn"))
2276
+ RedshiftIdcApplication.add_member(:idc_managed_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "IdcManagedApplicationArn"))
2277
+ RedshiftIdcApplication.add_member(:idc_onboard_status, Shapes::ShapeRef.new(shape: String, location_name: "IdcOnboardStatus"))
2278
+ RedshiftIdcApplication.add_member(:authorized_token_issuer_list, Shapes::ShapeRef.new(shape: AuthorizedTokenIssuerList, location_name: "AuthorizedTokenIssuerList"))
2279
+ RedshiftIdcApplication.add_member(:service_integrations, Shapes::ShapeRef.new(shape: ServiceIntegrationList, location_name: "ServiceIntegrations"))
2280
+ RedshiftIdcApplication.struct_class = Types::RedshiftIdcApplication
2281
+
2282
+ RedshiftIdcApplicationAlreadyExistsFault.struct_class = Types::RedshiftIdcApplicationAlreadyExistsFault
2283
+
2284
+ RedshiftIdcApplicationList.member = Shapes::ShapeRef.new(shape: RedshiftIdcApplication)
2285
+
2286
+ RedshiftIdcApplicationNotExistsFault.struct_class = Types::RedshiftIdcApplicationNotExistsFault
2287
+
2288
+ RedshiftIdcApplicationQuotaExceededFault.struct_class = Types::RedshiftIdcApplicationQuotaExceededFault
2289
+
2188
2290
  RejectDataShareMessage.add_member(:data_share_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataShareArn"))
2189
2291
  RejectDataShareMessage.struct_class = Types::RejectDataShareMessage
2190
2292
 
@@ -2468,6 +2570,14 @@ module Aws::Redshift
2468
2570
  SecondaryClusterInfo.add_member(:cluster_nodes, Shapes::ShapeRef.new(shape: ClusterNodesList, location_name: "ClusterNodes"))
2469
2571
  SecondaryClusterInfo.struct_class = Types::SecondaryClusterInfo
2470
2572
 
2573
+ ServiceIntegrationList.member = Shapes::ShapeRef.new(shape: ServiceIntegrationsUnion)
2574
+
2575
+ ServiceIntegrationsUnion.add_member(:lake_formation, Shapes::ShapeRef.new(shape: LakeFormationServiceIntegrations, location_name: "LakeFormation"))
2576
+ ServiceIntegrationsUnion.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2577
+ ServiceIntegrationsUnion.add_member_subclass(:lake_formation, Types::ServiceIntegrationsUnion::LakeFormation)
2578
+ ServiceIntegrationsUnion.add_member_subclass(:unknown, Types::ServiceIntegrationsUnion::Unknown)
2579
+ ServiceIntegrationsUnion.struct_class = Types::ServiceIntegrationsUnion
2580
+
2471
2581
  Snapshot.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotIdentifier"))
2472
2582
  Snapshot.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
2473
2583
  Snapshot.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotCreateTime"))
@@ -2910,6 +3020,7 @@ module Aws::Redshift
2910
3020
  o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
2911
3021
  o.errors << Shapes::ShapeRef.new(shape: Ipv6CidrBlockNotFoundFault)
2912
3022
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3023
+ o.errors << Shapes::ShapeRef.new(shape: RedshiftIdcApplicationNotExistsFault)
2913
3024
  end)
2914
3025
 
2915
3026
  api.add_operation(:create_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
@@ -3039,6 +3150,19 @@ module Aws::Redshift
3039
3150
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
3040
3151
  end)
3041
3152
 
3153
+ api.add_operation(:create_redshift_idc_application, Seahorse::Model::Operation.new.tap do |o|
3154
+ o.name = "CreateRedshiftIdcApplication"
3155
+ o.http_method = "POST"
3156
+ o.http_request_uri = "/"
3157
+ o.input = Shapes::ShapeRef.new(shape: CreateRedshiftIdcApplicationMessage)
3158
+ o.output = Shapes::ShapeRef.new(shape: CreateRedshiftIdcApplicationResult)
3159
+ o.errors << Shapes::ShapeRef.new(shape: RedshiftIdcApplicationAlreadyExistsFault)
3160
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
3161
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3162
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceAccessDeniedFault)
3163
+ o.errors << Shapes::ShapeRef.new(shape: RedshiftIdcApplicationQuotaExceededFault)
3164
+ end)
3165
+
3042
3166
  api.add_operation(:create_scheduled_action, Seahorse::Model::Operation.new.tap do |o|
3043
3167
  o.name = "CreateScheduledAction"
3044
3168
  o.http_method = "POST"
@@ -3250,6 +3374,18 @@ module Aws::Redshift
3250
3374
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3251
3375
  end)
3252
3376
 
3377
+ api.add_operation(:delete_redshift_idc_application, Seahorse::Model::Operation.new.tap do |o|
3378
+ o.name = "DeleteRedshiftIdcApplication"
3379
+ o.http_method = "POST"
3380
+ o.http_request_uri = "/"
3381
+ o.input = Shapes::ShapeRef.new(shape: DeleteRedshiftIdcApplicationMessage)
3382
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3383
+ o.errors << Shapes::ShapeRef.new(shape: RedshiftIdcApplicationNotExistsFault)
3384
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
3385
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3386
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceAccessDeniedFault)
3387
+ end)
3388
+
3253
3389
  api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
3254
3390
  o.name = "DeleteResourcePolicy"
3255
3391
  o.http_method = "POST"
@@ -3720,6 +3856,24 @@ module Aws::Redshift
3720
3856
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3721
3857
  end)
3722
3858
 
3859
+ api.add_operation(:describe_redshift_idc_applications, Seahorse::Model::Operation.new.tap do |o|
3860
+ o.name = "DescribeRedshiftIdcApplications"
3861
+ o.http_method = "POST"
3862
+ o.http_request_uri = "/"
3863
+ o.input = Shapes::ShapeRef.new(shape: DescribeRedshiftIdcApplicationsMessage)
3864
+ o.output = Shapes::ShapeRef.new(shape: DescribeRedshiftIdcApplicationsResult)
3865
+ o.errors << Shapes::ShapeRef.new(shape: RedshiftIdcApplicationNotExistsFault)
3866
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
3867
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3868
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceAccessDeniedFault)
3869
+ o[:pager] = Aws::Pager.new(
3870
+ limit_key: "max_records",
3871
+ tokens: {
3872
+ "marker" => "marker"
3873
+ }
3874
+ )
3875
+ end)
3876
+
3723
3877
  api.add_operation(:describe_reserved_node_exchange_status, Seahorse::Model::Operation.new.tap do |o|
3724
3878
  o.name = "DescribeReservedNodeExchangeStatus"
3725
3879
  o.http_method = "POST"
@@ -4209,6 +4363,18 @@ module Aws::Redshift
4209
4363
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubscriptionStateFault)
4210
4364
  end)
4211
4365
 
4366
+ api.add_operation(:modify_redshift_idc_application, Seahorse::Model::Operation.new.tap do |o|
4367
+ o.name = "ModifyRedshiftIdcApplication"
4368
+ o.http_method = "POST"
4369
+ o.http_request_uri = "/"
4370
+ o.input = Shapes::ShapeRef.new(shape: ModifyRedshiftIdcApplicationMessage)
4371
+ o.output = Shapes::ShapeRef.new(shape: ModifyRedshiftIdcApplicationResult)
4372
+ o.errors << Shapes::ShapeRef.new(shape: RedshiftIdcApplicationNotExistsFault)
4373
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
4374
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
4375
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceAccessDeniedFault)
4376
+ end)
4377
+
4212
4378
  api.add_operation(:modify_scheduled_action, Seahorse::Model::Operation.new.tap do |o|
4213
4379
  o.name = "ModifyScheduledAction"
4214
4380
  o.http_method = "POST"
@@ -320,6 +320,20 @@ module Aws::Redshift
320
320
  end
321
321
  end
322
322
 
323
+ class CreateRedshiftIdcApplication
324
+ def self.build(context)
325
+ unless context.config.regional_endpoint
326
+ endpoint = context.config.endpoint.to_s
327
+ end
328
+ Aws::Redshift::EndpointParameters.new(
329
+ region: context.config.region,
330
+ use_dual_stack: context.config.use_dualstack_endpoint,
331
+ use_fips: context.config.use_fips_endpoint,
332
+ endpoint: endpoint,
333
+ )
334
+ end
335
+ end
336
+
323
337
  class CreateScheduledAction
324
338
  def self.build(context)
325
339
  unless context.config.regional_endpoint
@@ -572,6 +586,20 @@ module Aws::Redshift
572
586
  end
573
587
  end
574
588
 
589
+ class DeleteRedshiftIdcApplication
590
+ def self.build(context)
591
+ unless context.config.regional_endpoint
592
+ endpoint = context.config.endpoint.to_s
593
+ end
594
+ Aws::Redshift::EndpointParameters.new(
595
+ region: context.config.region,
596
+ use_dual_stack: context.config.use_dualstack_endpoint,
597
+ use_fips: context.config.use_fips_endpoint,
598
+ endpoint: endpoint,
599
+ )
600
+ end
601
+ end
602
+
575
603
  class DeleteResourcePolicy
576
604
  def self.build(context)
577
605
  unless context.config.regional_endpoint
@@ -1048,6 +1076,20 @@ module Aws::Redshift
1048
1076
  end
1049
1077
  end
1050
1078
 
1079
+ class DescribeRedshiftIdcApplications
1080
+ def self.build(context)
1081
+ unless context.config.regional_endpoint
1082
+ endpoint = context.config.endpoint.to_s
1083
+ end
1084
+ Aws::Redshift::EndpointParameters.new(
1085
+ region: context.config.region,
1086
+ use_dual_stack: context.config.use_dualstack_endpoint,
1087
+ use_fips: context.config.use_fips_endpoint,
1088
+ endpoint: endpoint,
1089
+ )
1090
+ end
1091
+ end
1092
+
1051
1093
  class DescribeReservedNodeExchangeStatus
1052
1094
  def self.build(context)
1053
1095
  unless context.config.regional_endpoint
@@ -1538,6 +1580,20 @@ module Aws::Redshift
1538
1580
  end
1539
1581
  end
1540
1582
 
1583
+ class ModifyRedshiftIdcApplication
1584
+ def self.build(context)
1585
+ unless context.config.regional_endpoint
1586
+ endpoint = context.config.endpoint.to_s
1587
+ end
1588
+ Aws::Redshift::EndpointParameters.new(
1589
+ region: context.config.region,
1590
+ use_dual_stack: context.config.use_dualstack_endpoint,
1591
+ use_fips: context.config.use_fips_endpoint,
1592
+ endpoint: endpoint,
1593
+ )
1594
+ end
1595
+ end
1596
+
1541
1597
  class ModifyScheduledAction
1542
1598
  def self.build(context)
1543
1599
  unless context.config.regional_endpoint
@@ -59,6 +59,7 @@ module Aws::Redshift
59
59
  # * {CopyToRegionDisabledFault}
60
60
  # * {CustomCnameAssociationFault}
61
61
  # * {CustomDomainAssociationNotFoundFault}
62
+ # * {DependentServiceAccessDeniedFault}
62
63
  # * {DependentServiceRequestThrottlingFault}
63
64
  # * {DependentServiceUnavailableFault}
64
65
  # * {EndpointAlreadyExistsFault}
@@ -116,6 +117,9 @@ module Aws::Redshift
116
117
  # * {NumberOfNodesPerClusterLimitExceededFault}
117
118
  # * {NumberOfNodesQuotaExceededFault}
118
119
  # * {PartnerNotFoundFault}
120
+ # * {RedshiftIdcApplicationAlreadyExistsFault}
121
+ # * {RedshiftIdcApplicationNotExistsFault}
122
+ # * {RedshiftIdcApplicationQuotaExceededFault}
119
123
  # * {ReservedNodeAlreadyExistsFault}
120
124
  # * {ReservedNodeAlreadyMigratedFault}
121
125
  # * {ReservedNodeExchangeNotFoundFault}
@@ -486,6 +490,16 @@ module Aws::Redshift
486
490
  end
487
491
  end
488
492
 
493
+ class DependentServiceAccessDeniedFault < ServiceError
494
+
495
+ # @param [Seahorse::Client::RequestContext] context
496
+ # @param [String] message
497
+ # @param [Aws::Redshift::Types::DependentServiceAccessDeniedFault] data
498
+ def initialize(context, message, data = Aws::EmptyStructure.new)
499
+ super(context, message, data)
500
+ end
501
+ end
502
+
489
503
  class DependentServiceRequestThrottlingFault < ServiceError
490
504
 
491
505
  # @param [Seahorse::Client::RequestContext] context
@@ -1056,6 +1070,36 @@ module Aws::Redshift
1056
1070
  end
1057
1071
  end
1058
1072
 
1073
+ class RedshiftIdcApplicationAlreadyExistsFault < ServiceError
1074
+
1075
+ # @param [Seahorse::Client::RequestContext] context
1076
+ # @param [String] message
1077
+ # @param [Aws::Redshift::Types::RedshiftIdcApplicationAlreadyExistsFault] data
1078
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1079
+ super(context, message, data)
1080
+ end
1081
+ end
1082
+
1083
+ class RedshiftIdcApplicationNotExistsFault < ServiceError
1084
+
1085
+ # @param [Seahorse::Client::RequestContext] context
1086
+ # @param [String] message
1087
+ # @param [Aws::Redshift::Types::RedshiftIdcApplicationNotExistsFault] data
1088
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1089
+ super(context, message, data)
1090
+ end
1091
+ end
1092
+
1093
+ class RedshiftIdcApplicationQuotaExceededFault < ServiceError
1094
+
1095
+ # @param [Seahorse::Client::RequestContext] context
1096
+ # @param [String] message
1097
+ # @param [Aws::Redshift::Types::RedshiftIdcApplicationQuotaExceededFault] data
1098
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1099
+ super(context, message, data)
1100
+ end
1101
+ end
1102
+
1059
1103
  class ReservedNodeAlreadyExistsFault < ServiceError
1060
1104
 
1061
1105
  # @param [Seahorse::Client::RequestContext] context
@@ -100,6 +100,8 @@ module Aws::Redshift
100
100
  Aws::Redshift::Endpoints::CreateHsmClientCertificate.build(context)
101
101
  when :create_hsm_configuration
102
102
  Aws::Redshift::Endpoints::CreateHsmConfiguration.build(context)
103
+ when :create_redshift_idc_application
104
+ Aws::Redshift::Endpoints::CreateRedshiftIdcApplication.build(context)
103
105
  when :create_scheduled_action
104
106
  Aws::Redshift::Endpoints::CreateScheduledAction.build(context)
105
107
  when :create_snapshot_copy_grant
@@ -136,6 +138,8 @@ module Aws::Redshift
136
138
  Aws::Redshift::Endpoints::DeleteHsmConfiguration.build(context)
137
139
  when :delete_partner
138
140
  Aws::Redshift::Endpoints::DeletePartner.build(context)
141
+ when :delete_redshift_idc_application
142
+ Aws::Redshift::Endpoints::DeleteRedshiftIdcApplication.build(context)
139
143
  when :delete_resource_policy
140
144
  Aws::Redshift::Endpoints::DeleteResourcePolicy.build(context)
141
145
  when :delete_scheduled_action
@@ -204,6 +208,8 @@ module Aws::Redshift
204
208
  Aws::Redshift::Endpoints::DescribeOrderableClusterOptions.build(context)
205
209
  when :describe_partners
206
210
  Aws::Redshift::Endpoints::DescribePartners.build(context)
211
+ when :describe_redshift_idc_applications
212
+ Aws::Redshift::Endpoints::DescribeRedshiftIdcApplications.build(context)
207
213
  when :describe_reserved_node_exchange_status
208
214
  Aws::Redshift::Endpoints::DescribeReservedNodeExchangeStatus.build(context)
209
215
  when :describe_reserved_node_offerings
@@ -274,6 +280,8 @@ module Aws::Redshift
274
280
  Aws::Redshift::Endpoints::ModifyEndpointAccess.build(context)
275
281
  when :modify_event_subscription
276
282
  Aws::Redshift::Endpoints::ModifyEventSubscription.build(context)
283
+ when :modify_redshift_idc_application
284
+ Aws::Redshift::Endpoints::ModifyRedshiftIdcApplication.build(context)
277
285
  when :modify_scheduled_action
278
286
  Aws::Redshift::Endpoints::ModifyScheduledAction.build(context)
279
287
  when :modify_snapshot_copy_retention_period