UNPKG

aws-sdk

Version:
2,061 lines (2,060 loc) • 115 kB
{ "version": "2.0", "metadata": { "apiVersion": "2012-12-01", "endpointPrefix": "redshift", "protocol": "query", "protocols": [ "query" ], "serviceFullName": "Amazon Redshift", "serviceId": "Redshift", "signatureVersion": "v4", "uid": "redshift-2012-12-01", "xmlNamespace": "http://redshift.amazonaws.com/doc/2012-12-01/", "auth": [ "aws.auth#sigv4" ] }, "operations": { "AcceptReservedNodeExchange": { "input": { "type": "structure", "required": [ "ReservedNodeId", "TargetReservedNodeOfferingId" ], "members": { "ReservedNodeId": {}, "TargetReservedNodeOfferingId": {} } }, "output": { "resultWrapper": "AcceptReservedNodeExchangeResult", "type": "structure", "members": { "ExchangedReservedNode": { "shape": "S4" } } } }, "AddPartner": { "input": { "shape": "Sb" }, "output": { "shape": "Sg", "resultWrapper": "AddPartnerResult" } }, "AssociateDataShareConsumer": { "input": { "type": "structure", "required": [ "DataShareArn" ], "members": { "DataShareArn": {}, "AssociateEntireAccount": { "type": "boolean" }, "ConsumerArn": {}, "ConsumerRegion": {}, "AllowWrites": { "type": "boolean" } } }, "output": { "shape": "Sj", "resultWrapper": "AssociateDataShareConsumerResult" } }, "AuthorizeClusterSecurityGroupIngress": { "input": { "type": "structure", "required": [ "ClusterSecurityGroupName" ], "members": { "ClusterSecurityGroupName": {}, "CIDRIP": {}, "EC2SecurityGroupName": {}, "EC2SecurityGroupOwnerId": {} } }, "output": { "resultWrapper": "AuthorizeClusterSecurityGroupIngressResult", "type": "structure", "members": { "ClusterSecurityGroup": { "shape": "Sq" } } } }, "AuthorizeDataShare": { "input": { "type": "structure", "required": [ "DataShareArn", "ConsumerIdentifier" ], "members": { "DataShareArn": {}, "ConsumerIdentifier": {}, "AllowWrites": { "type": "boolean" } } }, "output": { "shape": "Sj", "resultWrapper": "AuthorizeDataShareResult" } }, "AuthorizeEndpointAccess": { "input": { "type": "structure", "required": [ "Account" ], "members": { "ClusterIdentifier": {}, "Account": {}, "VpcIds": { "shape": "Sz" } } }, "output": { "shape": "S10", "resultWrapper": "AuthorizeEndpointAccessResult" } }, "AuthorizeSnapshotAccess": { "input": { "type": "structure", "required": [ "AccountWithRestoreAccess" ], "members": { "SnapshotIdentifier": {}, "SnapshotArn": {}, "SnapshotClusterIdentifier": {}, "AccountWithRestoreAccess": {} } }, "output": { "resultWrapper": "AuthorizeSnapshotAccessResult", "type": "structure", "members": { "Snapshot": { "shape": "S14" } } } }, "BatchDeleteClusterSnapshots": { "input": { "type": "structure", "required": [ "Identifiers" ], "members": { "Identifiers": { "type": "list", "member": { "shape": "S1c", "locationName": "DeleteClusterSnapshotMessage" } } } }, "output": { "resultWrapper": "BatchDeleteClusterSnapshotsResult", "type": "structure", "members": { "Resources": { "shape": "S1e" }, "Errors": { "type": "list", "member": { "shape": "S1g", "locationName": "SnapshotErrorMessage" } } } } }, "BatchModifyClusterSnapshots": { "input": { "type": "structure", "required": [ "SnapshotIdentifierList" ], "members": { "SnapshotIdentifierList": { "shape": "S1e" }, "ManualSnapshotRetentionPeriod": { "type": "integer" }, "Force": { "type": "boolean" } } }, "output": { "resultWrapper": "BatchModifyClusterSnapshotsResult", "type": "structure", "members": { "Resources": { "shape": "S1e" }, "Errors": { "type": "list", "member": { "shape": "S1g", "locationName": "SnapshotErrorMessage" } } } } }, "CancelResize": { "input": { "type": "structure", "required": [ "ClusterIdentifier" ], "members": { "ClusterIdentifier": {} } }, "output": { "shape": "S1l", "resultWrapper": "CancelResizeResult" } }, "CopyClusterSnapshot": { "input": { "type": "structure", "required": [ "SourceSnapshotIdentifier", "TargetSnapshotIdentifier" ], "members": { "SourceSnapshotIdentifier": {}, "SourceSnapshotClusterIdentifier": {}, "TargetSnapshotIdentifier": {}, "ManualSnapshotRetentionPeriod": { "type": "integer" } } }, "output": { "resultWrapper": "CopyClusterSnapshotResult", "type": "structure", "members": { "Snapshot": { "shape": "S14" } } } }, "CreateAuthenticationProfile": { "input": { "type": "structure", "required": [ "AuthenticationProfileName", "AuthenticationProfileContent" ], "members": { "AuthenticationProfileName": {}, "AuthenticationProfileContent": {} } }, "output": { "resultWrapper": "CreateAuthenticationProfileResult", "type": "structure", "members": { "AuthenticationProfileName": {}, "AuthenticationProfileContent": {} } } }, "CreateCluster": { "input": { "type": "structure", "required": [ "ClusterIdentifier", "NodeType", "MasterUsername" ], "members": { "DBName": {}, "ClusterIdentifier": {}, "ClusterType": {}, "NodeType": {}, "MasterUsername": {}, "MasterUserPassword": { "shape": "S1x" }, "ClusterSecurityGroups": { "shape": "S1y" }, "VpcSecurityGroupIds": { "shape": "S1z" }, "ClusterSubnetGroupName": {}, "AvailabilityZone": {}, "PreferredMaintenanceWindow": {}, "ClusterParameterGroupName": {}, "AutomatedSnapshotRetentionPeriod": { "type": "integer" }, "ManualSnapshotRetentionPeriod": { "type": "integer" }, "Port": { "type": "integer" }, "ClusterVersion": {}, "AllowVersionUpgrade": { "type": "boolean" }, "NumberOfNodes": { "type": "integer" }, "PubliclyAccessible": { "type": "boolean" }, "Encrypted": { "type": "boolean" }, "HsmClientCertificateIdentifier": {}, "HsmConfigurationIdentifier": {}, "ElasticIp": {}, "Tags": { "shape": "St" }, "KmsKeyId": {}, "EnhancedVpcRouting": { "type": "boolean" }, "AdditionalInfo": {}, "IamRoles": { "shape": "S20" }, "MaintenanceTrackName": {}, "SnapshotScheduleIdentifier": {}, "AvailabilityZoneRelocation": { "type": "boolean" }, "AquaConfigurationStatus": {}, "DefaultIamRoleArn": {}, "LoadSampleData": {}, "ManageMasterPassword": { "type": "boolean" }, "MasterPasswordSecretKmsKeyId": {}, "IpAddressType": {}, "MultiAZ": { "type": "boolean" }, "RedshiftIdcApplicationArn": {} } }, "output": { "resultWrapper": "CreateClusterResult", "type": "structure", "members": { "Cluster": { "shape": "S23" } } } }, "CreateClusterParameterGroup": { "input": { "type": "structure", "required": [ "ParameterGroupName", "ParameterGroupFamily", "Description" ], "members": { "ParameterGroupName": {}, "ParameterGroupFamily": {}, "Description": {}, "Tags": { "shape": "St" } } }, "output": { "resultWrapper": "CreateClusterParameterGroupResult", "type": "structure", "members": { "ClusterParameterGroup": { "shape": "S33" } } } }, "CreateClusterSecurityGroup": { "input": { "type": "structure", "required": [ "ClusterSecurityGroupName", "Description" ], "members": { "ClusterSecurityGroupName": {}, "Description": {}, "Tags": { "shape": "St" } } }, "output": { "resultWrapper": "CreateClusterSecurityGroupResult", "type": "structure", "members": { "ClusterSecurityGroup": { "shape": "Sq" } } } }, "CreateClusterSnapshot": { "input": { "type": "structure", "required": [ "SnapshotIdentifier", "ClusterIdentifier" ], "members": { "SnapshotIdentifier": {}, "ClusterIdentifier": {}, "ManualSnapshotRetentionPeriod": { "type": "integer" }, "Tags": { "shape": "St" } } }, "output": { "resultWrapper": "CreateClusterSnapshotResult", "type": "structure", "members": { "Snapshot": { "shape": "S14" } } } }, "CreateClusterSubnetGroup": { "input": { "type": "structure", "required": [ "ClusterSubnetGroupName", "Description", "SubnetIds" ], "members": { "ClusterSubnetGroupName": {}, "Description": {}, "SubnetIds": { "shape": "S39" }, "Tags": { "shape": "St" } } }, "output": { "resultWrapper": "CreateClusterSubnetGroupResult", "type": "structure", "members": { "ClusterSubnetGroup": { "shape": "S3b" } } } }, "CreateCustomDomainAssociation": { "input": { "type": "structure", "required": [ "CustomDomainName", "CustomDomainCertificateArn", "ClusterIdentifier" ], "members": { "CustomDomainName": {}, "CustomDomainCertificateArn": {}, "ClusterIdentifier": {} } }, "output": { "resultWrapper": "CreateCustomDomainAssociationResult", "type": "structure", "members": { "CustomDomainName": {}, "CustomDomainCertificateArn": {}, "ClusterIdentifier": {}, "CustomDomainCertExpiryTime": {} } } }, "CreateEndpointAccess": { "input": { "type": "structure", "required": [ "EndpointName", "SubnetGroupName" ], "members": { "ClusterIdentifier": {}, "ResourceOwner": {}, "EndpointName": {}, "SubnetGroupName": {}, "VpcSecurityGroupIds": { "shape": "S1z" } } }, "output": { "shape": "S3n", "resultWrapper": "CreateEndpointAccessResult" } }, "CreateEventSubscription": { "input": { "type": "structure", "required": [ "SubscriptionName", "SnsTopicArn" ], "members": { "SubscriptionName": {}, "SnsTopicArn": {}, "SourceType": {}, "SourceIds": { "shape": "S3p" }, "EventCategories": { "shape": "S3q" }, "Severity": {}, "Enabled": { "type": "boolean" }, "Tags": { "shape": "St" } } }, "output": { "resultWrapper": "CreateEventSubscriptionResult", "type": "structure", "members": { "EventSubscription": { "shape": "S3s" } } } }, "CreateHsmClientCertificate": { "input": { "type": "structure", "required": [ "HsmClientCertificateIdentifier" ], "members": { "HsmClientCertificateIdentifier": {}, "Tags": { "shape": "St" } } }, "output": { "resultWrapper": "CreateHsmClientCertificateResult", "type": "structure", "members": { "HsmClientCertificate": { "shape": "S3v" } } } }, "CreateHsmConfiguration": { "input": { "type": "structure", "required": [ "HsmConfigurationIdentifier", "Description", "HsmIpAddress", "HsmPartitionName", "HsmPartitionPassword", "HsmServerPublicCertificate" ], "members": { "HsmConfigurationIdentifier": {}, "Description": {}, "HsmIpAddress": {}, "HsmPartitionName": {}, "HsmPartitionPassword": {}, "HsmServerPublicCertificate": {}, "Tags": { "shape": "St" } } }, "output": { "resultWrapper": "CreateHsmConfigurationResult", "type": "structure", "members": { "HsmConfiguration": { "shape": "S3y" } } } }, "CreateRedshiftIdcApplication": { "input": { "type": "structure", "required": [ "IdcInstanceArn", "RedshiftIdcApplicationName", "IdcDisplayName", "IamRoleArn" ], "members": { "IdcInstanceArn": {}, "RedshiftIdcApplicationName": {}, "IdentityNamespace": {}, "IdcDisplayName": {}, "IamRoleArn": {}, "AuthorizedTokenIssuerList": { "shape": "S43" }, "ServiceIntegrations": { "shape": "S46" } } }, "output": { "resultWrapper": "CreateRedshiftIdcApplicationResult", "type": "structure", "members": { "RedshiftIdcApplication": { "shape": "S4d" } } } }, "CreateScheduledAction": { "input": { "type": "structure", "required": [ "ScheduledActionName", "TargetAction", "Schedule", "IamRole" ], "members": { "ScheduledActionName": {}, "TargetAction": { "shape": "S4f" }, "Schedule": {}, "IamRole": {}, "ScheduledActionDescription": {}, "StartTime": { "type": "timestamp" }, "EndTime": { "type": "timestamp" }, "Enable": { "type": "boolean" } } }, "output": { "shape": "S4j", "resultWrapper": "CreateScheduledActionResult" } }, "CreateSnapshotCopyGrant": { "input": { "type": "structure", "required": [ "SnapshotCopyGrantName" ], "members": { "SnapshotCopyGrantName": {}, "KmsKeyId": {}, "Tags": { "shape": "St" } } }, "output": { "resultWrapper": "CreateSnapshotCopyGrantResult", "type": "structure", "members": { "SnapshotCopyGrant": { "shape": "S4o" } } } }, "CreateSnapshotSchedule": { "input": { "type": "structure", "members": { "ScheduleDefinitions": { "shape": "S4q" }, "ScheduleIdentifier": {}, "ScheduleDescription": {}, "Tags": { "shape": "St" }, "DryRun": { "type": "boolean" }, "NextInvocations": { "type": "integer" } } }, "output": { "shape": "S4r", "resultWrapper": "CreateSnapshotScheduleResult" } }, "CreateTags": { "input": { "type": "structure", "required": [ "ResourceName", "Tags" ], "members": { "ResourceName": {}, "Tags": { "shape": "St" } } } }, "CreateUsageLimit": { "input": { "type": "structure", "required": [ "ClusterIdentifier", "FeatureType", "LimitType", "Amount" ], "members": { "ClusterIdentifier": {}, "FeatureType": {}, "LimitType": {}, "Amount": { "type": "long" }, "Period": {}, "BreachAction": {}, "Tags": { "shape": "St" } } }, "output": { "shape": "S51", "resultWrapper": "CreateUsageLimitResult" } }, "DeauthorizeDataShare": { "input": { "type": "structure", "required": [ "DataShareArn", "ConsumerIdentifier" ], "members": { "DataShareArn": {}, "ConsumerIdentifier": {} } }, "output": { "shape": "Sj", "resultWrapper": "DeauthorizeDataShareResult" } }, "DeleteAuthenticationProfile": { "input": { "type": "structure", "required": [ "AuthenticationProfileName" ], "members": { "AuthenticationProfileName": {} } }, "output": { "resultWrapper": "DeleteAuthenticationProfileResult", "type": "structure", "members": { "AuthenticationProfileName": {} } } }, "DeleteCluster": { "input": { "type": "structure", "required": [ "ClusterIdentifier" ], "members": { "ClusterIdentifier": {}, "SkipFinalClusterSnapshot": { "type": "boolean" }, "FinalClusterSnapshotIdentifier": {}, "FinalClusterSnapshotRetentionPeriod": { "type": "integer" } } }, "output": { "resultWrapper": "DeleteClusterResult", "type": "structure", "members": { "Cluster": { "shape": "S23" } } } }, "DeleteClusterParameterGroup": { "input": { "type": "structure", "required": [ "ParameterGroupName" ], "members": { "ParameterGroupName": {} } } }, "DeleteClusterSecurityGroup": { "input": { "type": "structure", "required": [ "ClusterSecurityGroupName" ], "members": { "ClusterSecurityGroupName": {} } } }, "DeleteClusterSnapshot": { "input": { "shape": "S1c" }, "output": { "resultWrapper": "DeleteClusterSnapshotResult", "type": "structure", "members": { "Snapshot": { "shape": "S14" } } } }, "DeleteClusterSubnetGroup": { "input": { "type": "structure", "required": [ "ClusterSubnetGroupName" ], "members": { "ClusterSubnetGroupName": {} } } }, "DeleteCustomDomainAssociation": { "input": { "type": "structure", "required": [ "ClusterIdentifier", "CustomDomainName" ], "members": { "ClusterIdentifier": {}, "CustomDomainName": {} } } }, "DeleteEndpointAccess": { "input": { "type": "structure", "required": [ "EndpointName" ], "members": { "EndpointName": {} } }, "output": { "shape": "S3n", "resultWrapper": "DeleteEndpointAccessResult" } }, "DeleteEventSubscription": { "input": { "type": "structure", "required": [ "SubscriptionName" ], "members": { "SubscriptionName": {} } } }, "DeleteHsmClientCertificate": { "input": { "type": "structure", "required": [ "HsmClientCertificateIdentifier" ], "members": { "HsmClientCertificateIdentifier": {} } } }, "DeleteHsmConfiguration": { "input": { "type": "structure", "required": [ "HsmConfigurationIdentifier" ], "members": { "HsmConfigurationIdentifier": {} } } }, "DeletePartner": { "input": { "shape": "Sb" }, "output": { "shape": "Sg", "resultWrapper": "DeletePartnerResult" } }, "DeleteRedshiftIdcApplication": { "input": { "type": "structure", "required": [ "RedshiftIdcApplicationArn" ], "members": { "RedshiftIdcApplicationArn": {} } } }, "DeleteResourcePolicy": { "input": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": {} } } }, "DeleteScheduledAction": { "input": { "type": "structure", "required": [ "ScheduledActionName" ], "members": { "ScheduledActionName": {} } } }, "DeleteSnapshotCopyGrant": { "input": { "type": "structure", "required": [ "SnapshotCopyGrantName" ], "members": { "SnapshotCopyGrantName": {} } } }, "DeleteSnapshotSchedule": { "input": { "type": "structure", "required": [ "ScheduleIdentifier" ], "members": { "ScheduleIdentifier": {} } } }, "DeleteTags": { "input": { "type": "structure", "required": [ "ResourceName", "TagKeys" ], "members": { "ResourceName": {}, "TagKeys": { "shape": "S5m" } } } }, "DeleteUsageLimit": { "input": { "type": "structure", "required": [ "UsageLimitId" ], "members": { "UsageLimitId": {} } } }, "DescribeAccountAttributes": { "input": { "type": "structure", "members": { "AttributeNames": { "type": "list", "member": { "locationName": "AttributeName" } } } }, "output": { "resultWrapper": "DescribeAccountAttributesResult", "type": "structure", "members": { "AccountAttributes": { "type": "list", "member": { "locationName": "AccountAttribute", "type": "structure", "members": { "AttributeName": {}, "AttributeValues": { "type": "list", "member": { "locationName": "AttributeValueTarget", "type": "structure", "members": { "AttributeValue": {} } } } } } } } } }, "DescribeAuthenticationProfiles": { "input": { "type": "structure", "members": { "AuthenticationProfileName": {} } }, "output": { "resultWrapper": "DescribeAuthenticationProfilesResult", "type": "structure", "members": { "AuthenticationProfiles": { "type": "list", "member": { "type": "structure", "members": { "AuthenticationProfileName": {}, "AuthenticationProfileContent": {} } } } } } }, "DescribeClusterDbRevisions": { "input": { "type": "structure", "members": { "ClusterIdentifier": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeClusterDbRevisionsResult", "type": "structure", "members": { "Marker": {}, "ClusterDbRevisions": { "type": "list", "member": { "locationName": "ClusterDbRevision", "type": "structure", "members": { "ClusterIdentifier": {}, "CurrentDatabaseRevision": {}, "DatabaseRevisionReleaseDate": { "type": "timestamp" }, "RevisionTargets": { "type": "list", "member": { "locationName": "RevisionTarget", "type": "structure", "members": { "DatabaseRevision": {}, "Description": {}, "DatabaseRevisionReleaseDate": { "type": "timestamp" } } } } } } } } } }, "DescribeClusterParameterGroups": { "input": { "type": "structure", "members": { "ParameterGroupName": {}, "MaxRecords": { "type": "integer" }, "Marker": {}, "TagKeys": { "shape": "S5m" }, "TagValues": { "shape": "S66" } } }, "output": { "resultWrapper": "DescribeClusterParameterGroupsResult", "type": "structure", "members": { "Marker": {}, "ParameterGroups": { "type": "list", "member": { "shape": "S33", "locationName": "ClusterParameterGroup" } } } } }, "DescribeClusterParameters": { "input": { "type": "structure", "required": [ "ParameterGroupName" ], "members": { "ParameterGroupName": {}, "Source": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeClusterParametersResult", "type": "structure", "members": { "Parameters": { "shape": "S6b" }, "Marker": {} } } }, "DescribeClusterSecurityGroups": { "input": { "type": "structure", "members": { "ClusterSecurityGroupName": {}, "MaxRecords": { "type": "integer" }, "Marker": {}, "TagKeys": { "shape": "S5m" }, "TagValues": { "shape": "S66" } } }, "output": { "resultWrapper": "DescribeClusterSecurityGroupsResult", "type": "structure", "members": { "Marker": {}, "ClusterSecurityGroups": { "type": "list", "member": { "shape": "Sq", "locationName": "ClusterSecurityGroup" } } } } }, "DescribeClusterSnapshots": { "input": { "type": "structure", "members": { "ClusterIdentifier": {}, "SnapshotIdentifier": {}, "SnapshotArn": {}, "SnapshotType": {}, "StartTime": { "type": "timestamp" }, "EndTime": { "type": "timestamp" }, "MaxRecords": { "type": "integer" }, "Marker": {}, "OwnerAccount": {}, "TagKeys": { "shape": "S5m" }, "TagValues": { "shape": "S66" }, "ClusterExists": { "type": "boolean" }, "SortingEntities": { "type": "list", "member": { "locationName": "SnapshotSortingEntity", "type": "structure", "required": [ "Attribute" ], "members": { "Attribute": {}, "SortOrder": {} } } } } }, "output": { "resultWrapper": "DescribeClusterSnapshotsResult", "type": "structure", "members": { "Marker": {}, "Snapshots": { "type": "list", "member": { "shape": "S14", "locationName": "Snapshot" } } } } }, "DescribeClusterSubnetGroups": { "input": { "type": "structure", "members": { "ClusterSubnetGroupName": {}, "MaxRecords": { "type": "integer" }, "Marker": {}, "TagKeys": { "shape": "S5m" }, "TagValues": { "shape": "S66" } } }, "output": { "resultWrapper": "DescribeClusterSubnetGroupsResult", "type": "structure", "members": { "Marker": {}, "ClusterSubnetGroups": { "type": "list", "member": { "shape": "S3b", "locationName": "ClusterSubnetGroup" } } } } }, "DescribeClusterTracks": { "input": { "type": "structure", "members": { "MaintenanceTrackName": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeClusterTracksResult", "type": "structure", "members": { "MaintenanceTracks": { "type": "list", "member": { "locationName": "MaintenanceTrack", "type": "structure", "members": { "MaintenanceTrackName": {}, "DatabaseVersion": {}, "UpdateTargets": { "type": "list", "member": { "locationName": "UpdateTarget", "type": "structure", "members": { "MaintenanceTrackName": {}, "DatabaseVersion": {}, "SupportedOperations": { "type": "list", "member": { "locationName": "SupportedOperation", "type": "structure", "members": { "OperationName": {} } } } } } } } } }, "Marker": {} } } }, "DescribeClusterVersions": { "input": { "type": "structure", "members": { "ClusterVersion": {}, "ClusterParameterGroupFamily": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeClusterVersionsResult", "type": "structure", "members": { "Marker": {}, "ClusterVersions": { "type": "list", "member": { "locationName": "ClusterVersion", "type": "structure", "members": { "ClusterVersion": {}, "ClusterParameterGroupFamily": {}, "Description": {} } } } } } }, "DescribeClusters": { "input": { "type": "structure", "members": { "ClusterIdentifier": {}, "MaxRecords": { "type": "integer" }, "Marker": {}, "TagKeys": { "shape": "S5m" }, "TagValues": { "shape": "S66" } } }, "output": { "resultWrapper": "DescribeClustersResult", "type": "structure", "members": { "Marker": {}, "Clusters": { "type": "list", "member": { "shape": "S23", "locationName": "Cluster" } } } } }, "DescribeCustomDomainAssociations": { "input": { "type": "structure", "members": { "CustomDomainName": {}, "CustomDomainCertificateArn": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeCustomDomainAssociationsResult", "type": "structure", "members": { "Marker": {}, "Associations": { "type": "list", "member": { "locationName": "Association", "type": "structure", "members": { "CustomDomainCertificateArn": {}, "CustomDomainCertificateExpiryDate": { "type": "timestamp" }, "CertificateAssociations": { "type": "list", "member": { "locationName": "CertificateAssociation", "type": "structure", "members": { "CustomDomainName": {}, "ClusterIdentifier": {} } } } }, "wrapper": true } } } } }, "DescribeDataShares": { "input": { "type": "structure", "members": { "DataShareArn": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeDataSharesResult", "type": "structure", "members": { "DataShares": { "shape": "S7e" }, "Marker": {} } } }, "DescribeDataSharesForConsumer": { "input": { "type": "structure", "members": { "ConsumerArn": {}, "Status": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeDataSharesForConsumerResult", "type": "structure", "members": { "DataShares": { "shape": "S7e" }, "Marker": {} } } }, "DescribeDataSharesForProducer": { "input": { "type": "structure", "members": { "ProducerArn": {}, "Status": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeDataSharesForProducerResult", "type": "structure", "members": { "DataShares": { "shape": "S7e" }, "Marker": {} } } }, "DescribeDefaultClusterParameters": { "input": { "type": "structure", "required": [ "ParameterGroupFamily" ], "members": { "ParameterGroupFamily": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeDefaultClusterParametersResult", "type": "structure", "members": { "DefaultClusterParameters": { "type": "structure", "members": { "ParameterGroupFamily": {}, "Marker": {}, "Parameters": { "shape": "S6b" } }, "wrapper": true } } } }, "DescribeEndpointAccess": { "input": { "type": "structure", "members": { "ClusterIdentifier": {}, "ResourceOwner": {}, "EndpointName": {}, "VpcId": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeEndpointAccessResult", "type": "structure", "members": { "EndpointAccessList": { "type": "list", "member": { "shape": "S3n" } }, "Marker": {} } } }, "DescribeEndpointAuthorization": { "input": { "type": "structure", "members": { "ClusterIdentifier": {}, "Account": {}, "Grantee": { "type": "boolean" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeEndpointAuthorizationResult", "type": "structure", "members": { "EndpointAuthorizationList": { "type": "list", "member": { "shape": "S10" } }, "Marker": {} } } }, "DescribeEventCategories": { "input": { "type": "structure", "members": { "SourceType": {} } }, "output": { "resultWrapper": "DescribeEventCategoriesResult", "type": "structure", "members": { "EventCategoriesMapList": { "type": "list", "member": { "locationName": "EventCategoriesMap", "type": "structure", "members": { "SourceType": {}, "Events": { "type": "list", "member": { "locationName": "EventInfoMap", "type": "structure", "members": { "EventId": {}, "EventCategories": { "shape": "S3q" }, "EventDescription": {}, "Severity": {} }, "wrapper": true } } }, "wrapper": true } } } } }, "DescribeEventSubscriptions": { "input": { "type": "structure", "members": { "SubscriptionName": {}, "MaxRecords": { "type": "integer" }, "Marker": {}, "TagKeys": { "shape": "S5m" }, "TagValues": { "shape": "S66" } } }, "output": { "resultWrapper": "DescribeEventSubscriptionsResult", "type": "structure", "members": { "Marker": {}, "EventSubscriptionsList": { "type": "list", "member": { "shape": "S3s", "locationName": "EventSubscription" } } } } }, "DescribeEvents": { "input": { "type": "structure", "members": { "SourceIdentifier": {}, "SourceType": {}, "StartTime": { "type": "timestamp" }, "EndTime": { "type": "timestamp" }, "Duration": { "type": "integer" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeEventsResult", "type": "structure", "members": { "Marker": {}, "Events": { "type": "list", "member": { "locationName": "Event", "type": "structure", "members": { "SourceIdentifier": {}, "SourceType": {}, "Message": {}, "EventCategories": { "shape": "S3q" }, "Severity": {}, "Date": { "type": "timestamp" }, "EventId": {} } } } } } }, "DescribeHsmClientCertificates": { "input": { "type": "structure", "members": { "HsmClientCertificateIdentifier": {}, "MaxRecords": { "type": "integer" }, "Marker": {}, "TagKeys": { "shape": "S5m" }, "TagValues": { "shape": "S66" } } }, "output": { "resultWrapper": "DescribeHsmClientCertificatesResult", "type": "structure", "members": { "Marker": {}, "HsmClientCertificates": { "type": "list", "member": { "shape": "S3v", "locationName": "HsmClientCertificate" } } } } }, "DescribeHsmConfigurations": { "input": { "type": "structure", "members": { "HsmConfigurationIdentifier": {}, "MaxRecords": { "type": "integer" }, "Marker": {}, "TagKeys": { "shape": "S5m" }, "TagValues": { "shape": "S66" } } }, "output": { "resultWrapper": "DescribeHsmConfigurationsResult", "type": "structure", "members": { "Marker": {}, "HsmConfigurations": { "type": "list", "member": { "shape": "S3y", "locationName": "HsmConfiguration" } } } } }, "DescribeInboundIntegrations": { "input": { "type": "structure", "members": { "IntegrationArn": {}, "TargetArn": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeInboundIntegrationsResult", "type": "structure", "members": { "Marker": {}, "InboundIntegrations": { "type": "list", "member": { "locationName": "InboundIntegration", "type": "structure", "members": { "IntegrationArn": {}, "SourceArn": {}, "TargetArn": {}, "Status": {}, "Errors": { "type": "list", "member": { "locationName": "IntegrationError", "type": "structure", "required": [ "ErrorCode" ], "members": { "ErrorCode": {}, "ErrorMessage": {} } } }, "CreateTime": { "type": "timestamp" } } } } } } }, "DescribeLoggingStatus": { "input": { "type": "structure", "required": [ "ClusterIdentifier" ], "members": { "ClusterIdentifier": {} } }, "output": { "shape": "S8m", "resultWrapper": "DescribeLoggingStatusResult" } }, "DescribeNodeConfigurationOptions": { "input": { "type": "structure", "required": [ "ActionType" ], "members": { "ActionType": {}, "ClusterIdentifier": {}, "SnapshotIdentifier": {}, "SnapshotArn": {}, "OwnerAccount": {}, "Filters": { "locationName": "Filter", "type": "list", "member": { "locationName": "NodeConfigurationOptionsFilter", "type": "structure", "members": { "Name": {}, "Operator": {}, "Values": { "shape": "S3h", "locationName": "Value" } } } }, "Marker": {}, "MaxRecords": { "type": "integer" } } }, "output": { "resultWrapper": "DescribeNodeConfigurationOptionsResult", "type": "structure", "members": { "NodeConfigurationOptionList": { "type": "list", "member": { "locationName": "NodeConfigurationOption", "type": "structure", "members": { "NodeType": {}, "NumberOfNodes": { "type": "integer" }, "EstimatedDiskUtilizationPercent": { "type": "double" }, "Mode": {} } } }, "Marker": {} } } }, "DescribeOrderableClusterOptions": { "input": { "type": "structure", "members": { "ClusterVersion": {}, "NodeType": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeOrderableClusterOptionsResult", "type": "structure", "members": { "OrderableClusterOptions": { "type": "list", "member": { "locationName": "OrderableClusterOption", "type": "structure", "members": { "ClusterVersion": {}, "ClusterType": {}, "NodeType": {}, "AvailabilityZones": { "type": "list", "member": { "shape": "S3e", "locationName": "AvailabilityZone" } } }, "wrapper": true } }, "Marker": {} } } }, "DescribePartners": { "input": { "type": "structure", "required": [ "AccountId", "ClusterIdentifier" ], "members": { "AccountId": {}, "ClusterIdentifier": {}, "DatabaseName": {}, "PartnerName": {} } }, "output": { "resultWrapper": "DescribePartnersResult", "type": "structure", "members": { "PartnerIntegrationInfoList": { "type": "list", "member": { "locationName": "PartnerIntegrationInfo", "type": "structure", "members": { "DatabaseName": {}, "PartnerName": {}, "Status": {}, "StatusMessage": {}, "CreatedAt": { "type": "timestamp" }, "UpdatedAt": { "type": "timestamp" } } } } } } }, "DescribeRedshiftIdcApplications": { "input": { "type": "structure", "members": { "RedshiftIdcApplicationArn": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "resultWrapper": "DescribeRedshiftIdcApplicationsResult", "type": "structure", "members": { "RedshiftIdcApplications": {