R/redshift_interfaces.R

Defines functions update_partner_status_output update_partner_status_input rotate_encryption_key_output rotate_encryption_key_input revoke_snapshot_access_output revoke_snapshot_access_input revoke_endpoint_access_output revoke_endpoint_access_input revoke_cluster_security_group_ingress_output revoke_cluster_security_group_ingress_input resume_cluster_output resume_cluster_input restore_table_from_cluster_snapshot_output restore_table_from_cluster_snapshot_input restore_from_cluster_snapshot_output restore_from_cluster_snapshot_input resize_cluster_output resize_cluster_input reset_cluster_parameter_group_output reset_cluster_parameter_group_input reject_data_share_output reject_data_share_input reboot_cluster_output reboot_cluster_input purchase_reserved_node_offering_output purchase_reserved_node_offering_input pause_cluster_output pause_cluster_input modify_usage_limit_output modify_usage_limit_input modify_snapshot_schedule_output modify_snapshot_schedule_input modify_snapshot_copy_retention_period_output modify_snapshot_copy_retention_period_input modify_scheduled_action_output modify_scheduled_action_input modify_event_subscription_output modify_event_subscription_input modify_endpoint_access_output modify_endpoint_access_input modify_cluster_subnet_group_output modify_cluster_subnet_group_input modify_cluster_snapshot_schedule_output modify_cluster_snapshot_schedule_input modify_cluster_snapshot_output modify_cluster_snapshot_input modify_cluster_parameter_group_output modify_cluster_parameter_group_input modify_cluster_maintenance_output modify_cluster_maintenance_input modify_cluster_iam_roles_output modify_cluster_iam_roles_input modify_cluster_db_revision_output modify_cluster_db_revision_input modify_cluster_output modify_cluster_input modify_authentication_profile_output modify_authentication_profile_input modify_aqua_configuration_output modify_aqua_configuration_input get_reserved_node_exchange_offerings_output get_reserved_node_exchange_offerings_input get_reserved_node_exchange_configuration_options_output get_reserved_node_exchange_configuration_options_input get_cluster_credentials_with_iam_output get_cluster_credentials_with_iam_input get_cluster_credentials_output get_cluster_credentials_input enable_snapshot_copy_output enable_snapshot_copy_input enable_logging_output enable_logging_input disassociate_data_share_consumer_output disassociate_data_share_consumer_input disable_snapshot_copy_output disable_snapshot_copy_input disable_logging_output disable_logging_input describe_usage_limits_output describe_usage_limits_input describe_tags_output describe_tags_input describe_table_restore_status_output describe_table_restore_status_input describe_storage_output describe_storage_input describe_snapshot_schedules_output describe_snapshot_schedules_input describe_snapshot_copy_grants_output describe_snapshot_copy_grants_input describe_scheduled_actions_output describe_scheduled_actions_input describe_resize_output describe_resize_input describe_reserved_nodes_output describe_reserved_nodes_input describe_reserved_node_offerings_output describe_reserved_node_offerings_input describe_reserved_node_exchange_status_output describe_reserved_node_exchange_status_input describe_partners_output describe_partners_input describe_orderable_cluster_options_output describe_orderable_cluster_options_input describe_node_configuration_options_output describe_node_configuration_options_input describe_logging_status_output describe_logging_status_input describe_hsm_configurations_output describe_hsm_configurations_input describe_hsm_client_certificates_output describe_hsm_client_certificates_input describe_events_output describe_events_input describe_event_subscriptions_output describe_event_subscriptions_input describe_event_categories_output describe_event_categories_input describe_endpoint_authorization_output describe_endpoint_authorization_input describe_endpoint_access_output describe_endpoint_access_input describe_default_cluster_parameters_output describe_default_cluster_parameters_input describe_data_shares_for_producer_output describe_data_shares_for_producer_input describe_data_shares_for_consumer_output describe_data_shares_for_consumer_input describe_data_shares_output describe_data_shares_input describe_clusters_output describe_clusters_input describe_cluster_versions_output describe_cluster_versions_input describe_cluster_tracks_output describe_cluster_tracks_input describe_cluster_subnet_groups_output describe_cluster_subnet_groups_input describe_cluster_snapshots_output describe_cluster_snapshots_input describe_cluster_security_groups_output describe_cluster_security_groups_input describe_cluster_parameters_output describe_cluster_parameters_input describe_cluster_parameter_groups_output describe_cluster_parameter_groups_input describe_cluster_db_revisions_output describe_cluster_db_revisions_input describe_authentication_profiles_output describe_authentication_profiles_input describe_account_attributes_output describe_account_attributes_input delete_usage_limit_output delete_usage_limit_input delete_tags_output delete_tags_input delete_snapshot_schedule_output delete_snapshot_schedule_input delete_snapshot_copy_grant_output delete_snapshot_copy_grant_input delete_scheduled_action_output delete_scheduled_action_input delete_partner_output delete_partner_input delete_hsm_configuration_output delete_hsm_configuration_input delete_hsm_client_certificate_output delete_hsm_client_certificate_input delete_event_subscription_output delete_event_subscription_input delete_endpoint_access_output delete_endpoint_access_input delete_cluster_subnet_group_output delete_cluster_subnet_group_input delete_cluster_snapshot_output delete_cluster_snapshot_input delete_cluster_security_group_output delete_cluster_security_group_input delete_cluster_parameter_group_output delete_cluster_parameter_group_input delete_cluster_output delete_cluster_input delete_authentication_profile_output delete_authentication_profile_input deauthorize_data_share_output deauthorize_data_share_input create_usage_limit_output create_usage_limit_input create_tags_output create_tags_input create_snapshot_schedule_output create_snapshot_schedule_input create_snapshot_copy_grant_output create_snapshot_copy_grant_input create_scheduled_action_output create_scheduled_action_input create_hsm_configuration_output create_hsm_configuration_input create_hsm_client_certificate_output create_hsm_client_certificate_input create_event_subscription_output create_event_subscription_input create_endpoint_access_output create_endpoint_access_input create_cluster_subnet_group_output create_cluster_subnet_group_input create_cluster_snapshot_output create_cluster_snapshot_input create_cluster_security_group_output create_cluster_security_group_input create_cluster_parameter_group_output create_cluster_parameter_group_input create_cluster_output create_cluster_input create_authentication_profile_output create_authentication_profile_input copy_cluster_snapshot_output copy_cluster_snapshot_input cancel_resize_output cancel_resize_input batch_modify_cluster_snapshots_output batch_modify_cluster_snapshots_input batch_delete_cluster_snapshots_output batch_delete_cluster_snapshots_input authorize_snapshot_access_output authorize_snapshot_access_input authorize_endpoint_access_output authorize_endpoint_access_input authorize_data_share_output authorize_data_share_input authorize_cluster_security_group_ingress_output authorize_cluster_security_group_ingress_input associate_data_share_consumer_output associate_data_share_consumer_input add_partner_output add_partner_input accept_reserved_node_exchange_output accept_reserved_node_exchange_input

# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include redshift_service.R
NULL

.redshift$accept_reserved_node_exchange_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ReservedNodeId = structure(logical(0), tags = list(type = "string")), TargetReservedNodeOfferingId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$accept_reserved_node_exchange_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ExchangedReservedNode = structure(list(ReservedNodeId = structure(logical(0), tags = list(type = "string")), ReservedNodeOfferingId = structure(logical(0), tags = list(type = "string")), NodeType = structure(logical(0), tags = list(type = "string")), StartTime = structure(logical(0), tags = list(type = "timestamp")), Duration = structure(logical(0), tags = list(type = "integer")), FixedPrice = structure(logical(0), tags = list(type = "double")), UsagePrice = structure(logical(0), tags = list(type = "double")), CurrencyCode = structure(logical(0), tags = list(type = "string")), NodeCount = structure(logical(0), tags = list(type = "integer")), State = structure(logical(0), tags = list(type = "string")), OfferingType = structure(logical(0), tags = list(type = "string")), RecurringCharges = structure(list(structure(list(RecurringChargeAmount = structure(logical(0), tags = list(type = "double")), RecurringChargeFrequency = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "RecurringCharge", type = "structure", wrapper = TRUE))), tags = list(locationNameList = "RecurringCharge", type = "list")), ReservedNodeOfferingType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "AcceptReservedNodeExchangeResult"))
  return(populate(args, shape))
}

.redshift$add_partner_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AccountId = structure(logical(0), tags = list(type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), PartnerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$add_partner_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), PartnerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "AddPartnerResult"))
  return(populate(args, shape))
}

.redshift$associate_data_share_consumer_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DataShareArn = structure(logical(0), tags = list(type = "string")), AssociateEntireAccount = structure(logical(0), tags = list(type = "boolean")), ConsumerArn = structure(logical(0), tags = list(type = "string")), ConsumerRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$associate_data_share_consumer_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DataShareArn = structure(logical(0), tags = list(type = "string")), ProducerArn = structure(logical(0), tags = list(type = "string")), AllowPubliclyAccessibleConsumers = structure(logical(0), tags = list(type = "boolean")), DataShareAssociations = structure(list(structure(list(ConsumerIdentifier = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), ConsumerRegion = structure(logical(0), tags = list(type = "string")), CreatedDate = structure(logical(0), tags = list(type = "timestamp")), StatusChangeDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), ManagedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "AssociateDataShareConsumerResult"))
  return(populate(args, shape))
}

.redshift$authorize_cluster_security_group_ingress_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterSecurityGroupName = structure(logical(0), tags = list(type = "string")), CIDRIP = structure(logical(0), tags = list(type = "string")), EC2SecurityGroupName = structure(logical(0), tags = list(type = "string")), EC2SecurityGroupOwnerId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$authorize_cluster_security_group_ingress_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterSecurityGroup = structure(list(ClusterSecurityGroupName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), EC2SecurityGroups = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), EC2SecurityGroupName = structure(logical(0), tags = list(type = "string")), EC2SecurityGroupOwnerId = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(locationName = "EC2SecurityGroup", type = "structure"))), tags = list(locationNameList = "EC2SecurityGroup", type = "list")), IPRanges = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), CIDRIP = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(locationName = "IPRange", type = "structure"))), tags = list(locationNameList = "IPRange", type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "AuthorizeClusterSecurityGroupIngressResult"))
  return(populate(args, shape))
}

.redshift$authorize_data_share_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DataShareArn = structure(logical(0), tags = list(type = "string")), ConsumerIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$authorize_data_share_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DataShareArn = structure(logical(0), tags = list(type = "string")), ProducerArn = structure(logical(0), tags = list(type = "string")), AllowPubliclyAccessibleConsumers = structure(logical(0), tags = list(type = "boolean")), DataShareAssociations = structure(list(structure(list(ConsumerIdentifier = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), ConsumerRegion = structure(logical(0), tags = list(type = "string")), CreatedDate = structure(logical(0), tags = list(type = "timestamp")), StatusChangeDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), ManagedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "AuthorizeDataShareResult"))
  return(populate(args, shape))
}

.redshift$authorize_endpoint_access_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), Account = structure(logical(0), tags = list(type = "string")), VpcIds = structure(list(structure(logical(0), tags = list(locationName = "VpcIdentifier", type = "string"))), tags = list(locationNameList = "VpcIdentifier", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$authorize_endpoint_access_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Grantor = structure(logical(0), tags = list(type = "string")), Grantee = structure(logical(0), tags = list(type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), AuthorizeTime = structure(logical(0), tags = list(type = "timestamp")), ClusterStatus = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), AllowedAllVPCs = structure(logical(0), tags = list(type = "boolean")), AllowedVPCs = structure(list(structure(logical(0), tags = list(locationName = "VpcIdentifier", type = "string"))), tags = list(locationNameList = "VpcIdentifier", type = "list")), EndpointCount = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure", resultWrapper = "AuthorizeEndpointAccessResult"))
  return(populate(args, shape))
}

.redshift$authorize_snapshot_access_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SnapshotIdentifier = structure(logical(0), tags = list(type = "string")), SnapshotArn = structure(logical(0), tags = list(type = "string")), SnapshotClusterIdentifier = structure(logical(0), tags = list(type = "string")), AccountWithRestoreAccess = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$authorize_snapshot_access_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Snapshot = structure(list(SnapshotIdentifier = structure(logical(0), tags = list(type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), SnapshotCreateTime = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), AvailabilityZone = structure(logical(0), tags = list(type = "string")), ClusterCreateTime = structure(logical(0), tags = list(type = "timestamp")), MasterUsername = structure(logical(0), tags = list(type = "string")), ClusterVersion = structure(logical(0), tags = list(type = "string")), EngineFullVersion = structure(logical(0), tags = list(type = "string")), SnapshotType = structure(logical(0), tags = list(type = "string")), NodeType = structure(logical(0), tags = list(type = "string")), NumberOfNodes = structure(logical(0), tags = list(type = "integer")), DBName = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), Encrypted = structure(logical(0), tags = list(type = "boolean")), KmsKeyId = structure(logical(0), tags = list(type = "string")), EncryptedWithHSM = structure(logical(0), tags = list(type = "boolean")), AccountsWithRestoreAccess = structure(list(structure(list(AccountId = structure(logical(0), tags = list(type = "string")), AccountAlias = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "AccountWithRestoreAccess", type = "structure"))), tags = list(locationNameList = "AccountWithRestoreAccess", type = "list")), OwnerAccount = structure(logical(0), tags = list(type = "string")), TotalBackupSizeInMegaBytes = structure(logical(0), tags = list(type = "double")), ActualIncrementalBackupSizeInMegaBytes = structure(logical(0), tags = list(type = "double")), BackupProgressInMegaBytes = structure(logical(0), tags = list(type = "double")), CurrentBackupRateInMegaBytesPerSecond = structure(logical(0), tags = list(type = "double")), EstimatedSecondsToCompletion = structure(logical(0), tags = list(type = "long")), ElapsedTimeInSeconds = structure(logical(0), tags = list(type = "long")), SourceRegion = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list")), RestorableNodeTypes = structure(list(structure(logical(0), tags = list(locationName = "NodeType", type = "string"))), tags = list(locationNameList = "NodeType", type = "list")), EnhancedVpcRouting = structure(logical(0), tags = list(type = "boolean")), MaintenanceTrackName = structure(logical(0), tags = list(type = "string")), ManualSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), ManualSnapshotRemainingDays = structure(logical(0), tags = list(type = "integer")), SnapshotRetentionStartTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "AuthorizeSnapshotAccessResult"))
  return(populate(args, shape))
}

.redshift$batch_delete_cluster_snapshots_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Identifiers = structure(list(structure(list(SnapshotIdentifier = structure(logical(0), tags = list(type = "string")), SnapshotClusterIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "DeleteClusterSnapshotMessage", type = "structure"))), tags = list(locationNameList = "DeleteClusterSnapshotMessage", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$batch_delete_cluster_snapshots_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Resources = structure(list(structure(logical(0), tags = list(locationName = "String", type = "string"))), tags = list(locationNameList = "String", type = "list")), Errors = structure(list(structure(list(SnapshotIdentifier = structure(logical(0), tags = list(type = "string")), SnapshotClusterIdentifier = structure(logical(0), tags = list(type = "string")), FailureCode = structure(logical(0), tags = list(type = "string")), FailureReason = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "SnapshotErrorMessage", type = "structure"))), tags = list(locationNameList = "SnapshotErrorMessage", type = "list"))), tags = list(type = "structure", resultWrapper = "BatchDeleteClusterSnapshotsResult"))
  return(populate(args, shape))
}

.redshift$batch_modify_cluster_snapshots_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SnapshotIdentifierList = structure(list(structure(logical(0), tags = list(locationName = "String", type = "string"))), tags = list(locationNameList = "String", type = "list")), ManualSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), Force = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$batch_modify_cluster_snapshots_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Resources = structure(list(structure(logical(0), tags = list(locationName = "String", type = "string"))), tags = list(locationNameList = "String", type = "list")), Errors = structure(list(structure(list(SnapshotIdentifier = structure(logical(0), tags = list(type = "string")), SnapshotClusterIdentifier = structure(logical(0), tags = list(type = "string")), FailureCode = structure(logical(0), tags = list(type = "string")), FailureReason = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "SnapshotErrorMessage", type = "structure"))), tags = list(locationNameList = "SnapshotErrorMessage", type = "list"))), tags = list(type = "structure", resultWrapper = "BatchModifyClusterSnapshotsResult"))
  return(populate(args, shape))
}

.redshift$cancel_resize_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$cancel_resize_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetNodeType = structure(logical(0), tags = list(type = "string")), TargetNumberOfNodes = structure(logical(0), tags = list(type = "integer")), TargetClusterType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), ImportTablesCompleted = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImportTablesInProgress = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImportTablesNotStarted = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AvgResizeRateInMegaBytesPerSecond = structure(logical(0), tags = list(type = "double")), TotalResizeDataInMegaBytes = structure(logical(0), tags = list(type = "long")), ProgressInMegaBytes = structure(logical(0), tags = list(type = "long")), ElapsedTimeInSeconds = structure(logical(0), tags = list(type = "long")), EstimatedTimeToCompletionInSeconds = structure(logical(0), tags = list(type = "long")), ResizeType = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), TargetEncryptionType = structure(logical(0), tags = list(type = "string")), DataTransferProgressPercent = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure", resultWrapper = "CancelResizeResult"))
  return(populate(args, shape))
}

.redshift$copy_cluster_snapshot_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SourceSnapshotIdentifier = structure(logical(0), tags = list(type = "string")), SourceSnapshotClusterIdentifier = structure(logical(0), tags = list(type = "string")), TargetSnapshotIdentifier = structure(logical(0), tags = list(type = "string")), ManualSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$copy_cluster_snapshot_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Snapshot = structure(list(SnapshotIdentifier = structure(logical(0), tags = list(type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), SnapshotCreateTime = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), AvailabilityZone = structure(logical(0), tags = list(type = "string")), ClusterCreateTime = structure(logical(0), tags = list(type = "timestamp")), MasterUsername = structure(logical(0), tags = list(type = "string")), ClusterVersion = structure(logical(0), tags = list(type = "string")), EngineFullVersion = structure(logical(0), tags = list(type = "string")), SnapshotType = structure(logical(0), tags = list(type = "string")), NodeType = structure(logical(0), tags = list(type = "string")), NumberOfNodes = structure(logical(0), tags = list(type = "integer")), DBName = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), Encrypted = structure(logical(0), tags = list(type = "boolean")), KmsKeyId = structure(logical(0), tags = list(type = "string")), EncryptedWithHSM = structure(logical(0), tags = list(type = "boolean")), AccountsWithRestoreAccess = structure(list(structure(list(AccountId = structure(logical(0), tags = list(type = "string")), AccountAlias = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "AccountWithRestoreAccess", type = "structure"))), tags = list(locationNameList = "AccountWithRestoreAccess", type = "list")), OwnerAccount = structure(logical(0), tags = list(type = "string")), TotalBackupSizeInMegaBytes = structure(logical(0), tags = list(type = "double")), ActualIncrementalBackupSizeInMegaBytes = structure(logical(0), tags = list(type = "double")), BackupProgressInMegaBytes = structure(logical(0), tags = list(type = "double")), CurrentBackupRateInMegaBytesPerSecond = structure(logical(0), tags = list(type = "double")), EstimatedSecondsToCompletion = structure(logical(0), tags = list(type = "long")), ElapsedTimeInSeconds = structure(logical(0), tags = list(type = "long")), SourceRegion = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list")), RestorableNodeTypes = structure(list(structure(logical(0), tags = list(locationName = "NodeType", type = "string"))), tags = list(locationNameList = "NodeType", type = "list")), EnhancedVpcRouting = structure(logical(0), tags = list(type = "boolean")), MaintenanceTrackName = structure(logical(0), tags = list(type = "string")), ManualSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), ManualSnapshotRemainingDays = structure(logical(0), tags = list(type = "integer")), SnapshotRetentionStartTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "CopyClusterSnapshotResult"))
  return(populate(args, shape))
}

.redshift$create_authentication_profile_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationProfileName = structure(logical(0), tags = list(type = "string")), AuthenticationProfileContent = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_authentication_profile_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationProfileName = structure(logical(0), tags = list(type = "string")), AuthenticationProfileContent = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "CreateAuthenticationProfileResult"))
  return(populate(args, shape))
}

.redshift$create_cluster_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DBName = structure(logical(0), tags = list(type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), ClusterType = structure(logical(0), tags = list(type = "string")), NodeType = structure(logical(0), tags = list(type = "string")), MasterUsername = structure(logical(0), tags = list(type = "string")), MasterUserPassword = structure(logical(0), tags = list(type = "string")), ClusterSecurityGroups = structure(list(structure(logical(0), tags = list(locationName = "ClusterSecurityGroupName", type = "string"))), tags = list(locationNameList = "ClusterSecurityGroupName", type = "list")), VpcSecurityGroupIds = structure(list(structure(logical(0), tags = list(locationName = "VpcSecurityGroupId", type = "string"))), tags = list(locationNameList = "VpcSecurityGroupId", type = "list")), ClusterSubnetGroupName = structure(logical(0), tags = list(type = "string")), AvailabilityZone = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), ClusterParameterGroupName = structure(logical(0), tags = list(type = "string")), AutomatedSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), ManualSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), Port = structure(logical(0), tags = list(type = "integer")), ClusterVersion = structure(logical(0), tags = list(type = "string")), AllowVersionUpgrade = structure(logical(0), tags = list(type = "boolean")), NumberOfNodes = structure(logical(0), tags = list(type = "integer")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Encrypted = structure(logical(0), tags = list(type = "boolean")), HsmClientCertificateIdentifier = structure(logical(0), tags = list(type = "string")), HsmConfigurationIdentifier = structure(logical(0), tags = list(type = "string")), ElasticIp = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list")), KmsKeyId = structure(logical(0), tags = list(type = "string")), EnhancedVpcRouting = structure(logical(0), tags = list(type = "boolean")), AdditionalInfo = structure(logical(0), tags = list(type = "string")), IamRoles = structure(list(structure(logical(0), tags = list(locationName = "IamRoleArn", type = "string"))), tags = list(locationNameList = "IamRoleArn", type = "list")), MaintenanceTrackName = structure(logical(0), tags = list(type = "string")), SnapshotScheduleIdentifier = structure(logical(0), tags = list(type = "string")), AvailabilityZoneRelocation = structure(logical(0), tags = list(type = "boolean")), AquaConfigurationStatus = structure(logical(0), tags = list(type = "string")), DefaultIamRoleArn = structure(logical(0), tags = list(type = "string")), LoadSampleData = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_cluster_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Cluster = structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), NodeType = structure(logical(0), tags = list(type = "string")), ClusterStatus = structure(logical(0), tags = list(type = "string")), ClusterAvailabilityStatus = structure(logical(0), tags = list(type = "string")), ModifyStatus = structure(logical(0), tags = list(type = "string")), MasterUsername = structure(logical(0), tags = list(type = "string")), DBName = structure(logical(0), tags = list(type = "string")), Endpoint = structure(list(Address = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), VpcEndpoints = structure(list(structure(list(VpcEndpointId = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), NetworkInterfaces = structure(list(structure(list(NetworkInterfaceId = structure(logical(0), tags = list(type = "string")), SubnetId = structure(logical(0), tags = list(type = "string")), PrivateIpAddress = structure(logical(0), tags = list(type = "string")), AvailabilityZone = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "NetworkInterface", type = "structure"))), tags = list(locationNameList = "NetworkInterface", type = "list"))), tags = list(locationName = "VpcEndpoint", type = "structure"))), tags = list(locationNameList = "VpcEndpoint", type = "list"))), tags = list(type = "structure")), ClusterCreateTime = structure(logical(0), tags = list(type = "timestamp")), AutomatedSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), ManualSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), ClusterSecurityGroups = structure(list(structure(list(ClusterSecurityGroupName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "ClusterSecurityGroup", type = "structure"))), tags = list(locationNameList = "ClusterSecurityGroup", type = "list")), VpcSecurityGroups = structure(list(structure(list(VpcSecurityGroupId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "VpcSecurityGroup", type = "structure"))), tags = list(locationNameList = "VpcSecurityGroup", type = "list")), ClusterParameterGroups = structure(list(structure(list(ParameterGroupName = structure(logical(0), tags = list(type = "string")), ParameterApplyStatus = structure(logical(0), tags = list(type = "string")), ClusterParameterStatusList = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterApplyStatus = structure(logical(0), tags = list(type = "string")), ParameterApplyErrorDescription = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(locationName = "ClusterParameterGroup", type = "structure"))), tags = list(locationNameList = "ClusterParameterGroup", type = "list")), ClusterSubnetGroupName = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), AvailabilityZone = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), PendingModifiedValues = structure(list(MasterUserPassword = structure(logical(0), tags = list(type = "string")), NodeType = structure(logical(0), tags = list(type = "string")), NumberOfNodes = structure(logical(0), tags = list(type = "integer")), ClusterType = structure(logical(0), tags = list(type = "string")), ClusterVersion = structure(logical(0), tags = list(type = "string")), AutomatedSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), EnhancedVpcRouting = structure(logical(0), tags = list(type = "boolean")), MaintenanceTrackName = structure(logical(0), tags = list(type = "string")), EncryptionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ClusterVersion = structure(logical(0), tags = list(type = "string")), AllowVersionUpgrade = structure(logical(0), tags = list(type = "boolean")), NumberOfNodes = structure(logical(0), tags = list(type = "integer")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Encrypted = structure(logical(0), tags = list(type = "boolean")), RestoreStatus = structure(list(Status = structure(logical(0), tags = list(type = "string")), CurrentRestoreRateInMegaBytesPerSecond = structure(logical(0), tags = list(type = "double")), SnapshotSizeInMegaBytes = structure(logical(0), tags = list(type = "long")), ProgressInMegaBytes = structure(logical(0), tags = list(type = "long")), ElapsedTimeInSeconds = structure(logical(0), tags = list(type = "long")), EstimatedTimeToCompletionInSeconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), DataTransferProgress = structure(list(Status = structure(logical(0), tags = list(type = "string")), CurrentRateInMegaBytesPerSecond = structure(logical(0), tags = list(type = "double")), TotalDataInMegaBytes = structure(logical(0), tags = list(type = "long")), DataTransferredInMegaBytes = structure(logical(0), tags = list(type = "long")), EstimatedTimeToCompletionInSeconds = structure(logical(0), tags = list(type = "long")), ElapsedTimeInSeconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), HsmStatus = structure(list(HsmClientCertificateIdentifier = structure(logical(0), tags = list(type = "string")), HsmConfigurationIdentifier = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ClusterSnapshotCopyStatus = structure(list(DestinationRegion = structure(logical(0), tags = list(type = "string")), RetentionPeriod = structure(logical(0), tags = list(type = "long")), ManualSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), SnapshotCopyGrantName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ClusterPublicKey = structure(logical(0), tags = list(type = "string")), ClusterNodes = structure(list(structure(list(NodeRole = structure(logical(0), tags = list(type = "string")), PrivateIPAddress = structure(logical(0), tags = list(type = "string")), PublicIPAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ElasticIpStatus = structure(list(ElasticIp = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ClusterRevisionNumber = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list")), KmsKeyId = structure(logical(0), tags = list(type = "string")), EnhancedVpcRouting = structure(logical(0), tags = list(type = "boolean")), IamRoles = structure(list(structure(list(IamRoleArn = structure(logical(0), tags = list(type = "string")), ApplyStatus = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "ClusterIamRole", type = "structure"))), tags = list(locationNameList = "ClusterIamRole", type = "list")), PendingActions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MaintenanceTrackName = structure(logical(0), tags = list(type = "string")), ElasticResizeNumberOfNodeOptions = structure(logical(0), tags = list(type = "string")), DeferredMaintenanceWindows = structure(list(structure(list(DeferMaintenanceIdentifier = structure(logical(0), tags = list(type = "string")), DeferMaintenanceStartTime = structure(logical(0), tags = list(type = "timestamp")), DeferMaintenanceEndTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(locationName = "DeferredMaintenanceWindow", type = "structure"))), tags = list(locationNameList = "DeferredMaintenanceWindow", type = "list")), SnapshotScheduleIdentifier = structure(logical(0), tags = list(type = "string")), SnapshotScheduleState = structure(logical(0), tags = list(type = "string")), ExpectedNextSnapshotScheduleTime = structure(logical(0), tags = list(type = "timestamp")), ExpectedNextSnapshotScheduleTimeStatus = structure(logical(0), tags = list(type = "string")), NextMaintenanceWindowStartTime = structure(logical(0), tags = list(type = "timestamp")), ResizeInfo = structure(list(ResizeType = structure(logical(0), tags = list(type = "string")), AllowCancelResize = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AvailabilityZoneRelocationStatus = structure(logical(0), tags = list(type = "string")), ClusterNamespaceArn = structure(logical(0), tags = list(type = "string")), TotalStorageCapacityInMegaBytes = structure(logical(0), tags = list(type = "long")), AquaConfiguration = structure(list(AquaStatus = structure(logical(0), tags = list(type = "string")), AquaConfigurationStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultIamRoleArn = structure(logical(0), tags = list(type = "string")), ReservedNodeExchangeStatus = structure(list(ReservedNodeExchangeRequestId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), RequestTime = structure(logical(0), tags = list(type = "timestamp")), SourceReservedNodeId = structure(logical(0), tags = list(type = "string")), SourceReservedNodeType = structure(logical(0), tags = list(type = "string")), SourceReservedNodeCount = structure(logical(0), tags = list(type = "integer")), TargetReservedNodeOfferingId = structure(logical(0), tags = list(type = "string")), TargetReservedNodeType = structure(logical(0), tags = list(type = "string")), TargetReservedNodeCount = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "CreateClusterResult"))
  return(populate(args, shape))
}

.redshift$create_cluster_parameter_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ParameterGroupName = structure(logical(0), tags = list(type = "string")), ParameterGroupFamily = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_cluster_parameter_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterParameterGroup = structure(list(ParameterGroupName = structure(logical(0), tags = list(type = "string")), ParameterGroupFamily = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "CreateClusterParameterGroupResult"))
  return(populate(args, shape))
}

.redshift$create_cluster_security_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterSecurityGroupName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_cluster_security_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterSecurityGroup = structure(list(ClusterSecurityGroupName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), EC2SecurityGroups = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), EC2SecurityGroupName = structure(logical(0), tags = list(type = "string")), EC2SecurityGroupOwnerId = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(locationName = "EC2SecurityGroup", type = "structure"))), tags = list(locationNameList = "EC2SecurityGroup", type = "list")), IPRanges = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), CIDRIP = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(locationName = "IPRange", type = "structure"))), tags = list(locationNameList = "IPRange", type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "CreateClusterSecurityGroupResult"))
  return(populate(args, shape))
}

.redshift$create_cluster_snapshot_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SnapshotIdentifier = structure(logical(0), tags = list(type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), ManualSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_cluster_snapshot_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Snapshot = structure(list(SnapshotIdentifier = structure(logical(0), tags = list(type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), SnapshotCreateTime = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), AvailabilityZone = structure(logical(0), tags = list(type = "string")), ClusterCreateTime = structure(logical(0), tags = list(type = "timestamp")), MasterUsername = structure(logical(0), tags = list(type = "string")), ClusterVersion = structure(logical(0), tags = list(type = "string")), EngineFullVersion = structure(logical(0), tags = list(type = "string")), SnapshotType = structure(logical(0), tags = list(type = "string")), NodeType = structure(logical(0), tags = list(type = "string")), NumberOfNodes = structure(logical(0), tags = list(type = "integer")), DBName = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), Encrypted = structure(logical(0), tags = list(type = "boolean")), KmsKeyId = structure(logical(0), tags = list(type = "string")), EncryptedWithHSM = structure(logical(0), tags = list(type = "boolean")), AccountsWithRestoreAccess = structure(list(structure(list(AccountId = structure(logical(0), tags = list(type = "string")), AccountAlias = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "AccountWithRestoreAccess", type = "structure"))), tags = list(locationNameList = "AccountWithRestoreAccess", type = "list")), OwnerAccount = structure(logical(0), tags = list(type = "string")), TotalBackupSizeInMegaBytes = structure(logical(0), tags = list(type = "double")), ActualIncrementalBackupSizeInMegaBytes = structure(logical(0), tags = list(type = "double")), BackupProgressInMegaBytes = structure(logical(0), tags = list(type = "double")), CurrentBackupRateInMegaBytesPerSecond = structure(logical(0), tags = list(type = "double")), EstimatedSecondsToCompletion = structure(logical(0), tags = list(type = "long")), ElapsedTimeInSeconds = structure(logical(0), tags = list(type = "long")), SourceRegion = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list")), RestorableNodeTypes = structure(list(structure(logical(0), tags = list(locationName = "NodeType", type = "string"))), tags = list(locationNameList = "NodeType", type = "list")), EnhancedVpcRouting = structure(logical(0), tags = list(type = "boolean")), MaintenanceTrackName = structure(logical(0), tags = list(type = "string")), ManualSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), ManualSnapshotRemainingDays = structure(logical(0), tags = list(type = "integer")), SnapshotRetentionStartTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "CreateClusterSnapshotResult"))
  return(populate(args, shape))
}

.redshift$create_cluster_subnet_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterSubnetGroupName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(locationName = "SubnetIdentifier", type = "string"))), tags = list(locationNameList = "SubnetIdentifier", type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_cluster_subnet_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterSubnetGroup = structure(list(ClusterSubnetGroupName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), SubnetGroupStatus = structure(logical(0), tags = list(type = "string")), Subnets = structure(list(structure(list(SubnetIdentifier = structure(logical(0), tags = list(type = "string")), SubnetAvailabilityZone = structure(list(Name = structure(logical(0), tags = list(type = "string")), SupportedPlatforms = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "SupportedPlatform", type = "structure", wrapper = TRUE))), tags = list(locationNameList = "SupportedPlatform", type = "list"))), tags = list(type = "structure", wrapper = TRUE)), SubnetStatus = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Subnet", type = "structure"))), tags = list(locationNameList = "Subnet", type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "CreateClusterSubnetGroupResult"))
  return(populate(args, shape))
}

.redshift$create_endpoint_access_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), ResourceOwner = structure(logical(0), tags = list(type = "string")), EndpointName = structure(logical(0), tags = list(type = "string")), SubnetGroupName = structure(logical(0), tags = list(type = "string")), VpcSecurityGroupIds = structure(list(structure(logical(0), tags = list(locationName = "VpcSecurityGroupId", type = "string"))), tags = list(locationNameList = "VpcSecurityGroupId", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_endpoint_access_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), ResourceOwner = structure(logical(0), tags = list(type = "string")), SubnetGroupName = structure(logical(0), tags = list(type = "string")), EndpointStatus = structure(logical(0), tags = list(type = "string")), EndpointName = structure(logical(0), tags = list(type = "string")), EndpointCreateTime = structure(logical(0), tags = list(type = "timestamp")), Port = structure(logical(0), tags = list(type = "integer")), Address = structure(logical(0), tags = list(type = "string")), VpcSecurityGroups = structure(list(structure(list(VpcSecurityGroupId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "VpcSecurityGroup", type = "structure"))), tags = list(locationNameList = "VpcSecurityGroup", type = "list")), VpcEndpoint = structure(list(VpcEndpointId = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), NetworkInterfaces = structure(list(structure(list(NetworkInterfaceId = structure(logical(0), tags = list(type = "string")), SubnetId = structure(logical(0), tags = list(type = "string")), PrivateIpAddress = structure(logical(0), tags = list(type = "string")), AvailabilityZone = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "NetworkInterface", type = "structure"))), tags = list(locationNameList = "NetworkInterface", type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", resultWrapper = "CreateEndpointAccessResult"))
  return(populate(args, shape))
}

.redshift$create_event_subscription_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SubscriptionName = structure(logical(0), tags = list(type = "string")), SnsTopicArn = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), SourceIds = structure(list(structure(logical(0), tags = list(locationName = "SourceId", type = "string"))), tags = list(locationNameList = "SourceId", type = "list")), EventCategories = structure(list(structure(logical(0), tags = list(locationName = "EventCategory", type = "string"))), tags = list(locationNameList = "EventCategory", type = "list")), Severity = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_event_subscription_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EventSubscription = structure(list(CustomerAwsId = structure(logical(0), tags = list(type = "string")), CustSubscriptionId = structure(logical(0), tags = list(type = "string")), SnsTopicArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SubscriptionCreationTime = structure(logical(0), tags = list(type = "timestamp")), SourceType = structure(logical(0), tags = list(type = "string")), SourceIdsList = structure(list(structure(logical(0), tags = list(locationName = "SourceId", type = "string"))), tags = list(locationNameList = "SourceId", type = "list")), EventCategoriesList = structure(list(structure(logical(0), tags = list(locationName = "EventCategory", type = "string"))), tags = list(locationNameList = "EventCategory", type = "list")), Severity = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "CreateEventSubscriptionResult"))
  return(populate(args, shape))
}

.redshift$create_hsm_client_certificate_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HsmClientCertificateIdentifier = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_hsm_client_certificate_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HsmClientCertificate = structure(list(HsmClientCertificateIdentifier = structure(logical(0), tags = list(type = "string")), HsmClientCertificatePublicKey = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "CreateHsmClientCertificateResult"))
  return(populate(args, shape))
}

.redshift$create_hsm_configuration_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HsmConfigurationIdentifier = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), HsmIpAddress = structure(logical(0), tags = list(type = "string")), HsmPartitionName = structure(logical(0), tags = list(type = "string")), HsmPartitionPassword = structure(logical(0), tags = list(type = "string")), HsmServerPublicCertificate = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_hsm_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HsmConfiguration = structure(list(HsmConfigurationIdentifier = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), HsmIpAddress = structure(logical(0), tags = list(type = "string")), HsmPartitionName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "CreateHsmConfigurationResult"))
  return(populate(args, shape))
}

.redshift$create_scheduled_action_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ScheduledActionName = structure(logical(0), tags = list(type = "string")), TargetAction = structure(list(ResizeCluster = structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), ClusterType = structure(logical(0), tags = list(type = "string")), NodeType = structure(logical(0), tags = list(type = "string")), NumberOfNodes = structure(logical(0), tags = list(type = "integer")), Classic = structure(logical(0), tags = list(type = "boolean")), ReservedNodeId = structure(logical(0), tags = list(type = "string")), TargetReservedNodeOfferingId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PauseCluster = structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ResumeCluster = structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Schedule = structure(logical(0), tags = list(type = "string")), IamRole = structure(logical(0), tags = list(type = "string")), ScheduledActionDescription = structure(logical(0), tags = list(type = "string")), StartTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp")), Enable = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_scheduled_action_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ScheduledActionName = structure(logical(0), tags = list(type = "string")), TargetAction = structure(list(ResizeCluster = structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), ClusterType = structure(logical(0), tags = list(type = "string")), NodeType = structure(logical(0), tags = list(type = "string")), NumberOfNodes = structure(logical(0), tags = list(type = "integer")), Classic = structure(logical(0), tags = list(type = "boolean")), ReservedNodeId = structure(logical(0), tags = list(type = "string")), TargetReservedNodeOfferingId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PauseCluster = structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ResumeCluster = structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Schedule = structure(logical(0), tags = list(type = "string")), IamRole = structure(logical(0), tags = list(type = "string")), ScheduledActionDescription = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), NextInvocations = structure(list(structure(logical(0), tags = list(locationName = "ScheduledActionTime", type = "timestamp"))), tags = list(locationNameList = "ScheduledActionTime", type = "list")), StartTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure", resultWrapper = "CreateScheduledActionResult"))
  return(populate(args, shape))
}

.redshift$create_snapshot_copy_grant_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SnapshotCopyGrantName = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_snapshot_copy_grant_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SnapshotCopyGrant = structure(list(SnapshotCopyGrantName = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "CreateSnapshotCopyGrantResult"))
  return(populate(args, shape))
}

.redshift$create_snapshot_schedule_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ScheduleDefinitions = structure(list(structure(logical(0), tags = list(locationName = "ScheduleDefinition", type = "string"))), tags = list(locationNameList = "ScheduleDefinition", type = "list")), ScheduleIdentifier = structure(logical(0), tags = list(type = "string")), ScheduleDescription = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list")), DryRun = structure(logical(0), tags = list(type = "boolean")), NextInvocations = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_snapshot_schedule_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ScheduleDefinitions = structure(list(structure(logical(0), tags = list(locationName = "ScheduleDefinition", type = "string"))), tags = list(locationNameList = "ScheduleDefinition", type = "list")), ScheduleIdentifier = structure(logical(0), tags = list(type = "string")), ScheduleDescription = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list")), NextInvocations = structure(list(structure(logical(0), tags = list(locationName = "SnapshotTime", type = "timestamp"))), tags = list(locationNameList = "SnapshotTime", type = "list")), AssociatedClusterCount = structure(logical(0), tags = list(type = "integer")), AssociatedClusters = structure(list(structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), ScheduleAssociationState = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "ClusterAssociatedToSchedule", type = "structure"))), tags = list(locationNameList = "ClusterAssociatedToSchedule", type = "list"))), tags = list(type = "structure", resultWrapper = "CreateSnapshotScheduleResult"))
  return(populate(args, shape))
}

.redshift$create_tags_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_tags_output <- function(...) {
  list()
}

.redshift$create_usage_limit_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), FeatureType = structure(logical(0), tags = list(type = "string")), LimitType = structure(logical(0), tags = list(type = "string")), Amount = structure(logical(0), tags = list(type = "long")), Period = structure(logical(0), tags = list(type = "string")), BreachAction = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$create_usage_limit_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(UsageLimitId = structure(logical(0), tags = list(type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), FeatureType = structure(logical(0), tags = list(type = "string")), LimitType = structure(logical(0), tags = list(type = "string")), Amount = structure(logical(0), tags = list(type = "long")), Period = structure(logical(0), tags = list(type = "string")), BreachAction = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tag", type = "structure"))), tags = list(locationNameList = "Tag", type = "list"))), tags = list(type = "structure", resultWrapper = "CreateUsageLimitResult"))
  return(populate(args, shape))
}

.redshift$deauthorize_data_share_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DataShareArn = structure(logical(0), tags = list(type = "string")), ConsumerIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$deauthorize_data_share_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DataShareArn = structure(logical(0), tags = list(type = "string")), ProducerArn = structure(logical(0), tags = list(type = "string")), AllowPubliclyAccessibleConsumers = structure(logical(0), tags = list(type = "boolean")), DataShareAssociations = structure(list(structure(list(ConsumerIdentifier = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), ConsumerRegion = structure(logical(0), tags = list(type = "string")), CreatedDate = structure(logical(0), tags = list(type = "timestamp")), StatusChangeDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), ManagedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DeauthorizeDataShareResult"))
  return(populate(args, shape))
}

.redshift$delete_authentication_profile_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$delete_authentication_profile_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DeleteAuthenticationProfileResult"))
  return(populate(args, shape))
}

.redshift$delete_cluster_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), SkipFinalClusterSnapshot = structure(logical(0), tags = list(type = "boolean")), FinalClusterSnapshotIdentifier = structure(logical(0), tags = list(type = "string")), FinalClusterSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.redshift$delete_cluster_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Cluster = structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), NodeType = structure(logical(0), tags = list(type = "string")), ClusterStatus = structure(logical(0), tags = list(type = "string")), ClusterAvailabilityStatus = structure(logical(0), tags = list(type = "string")), ModifyStatus = structure(logical(0), tags = list(type = "string")), MasterUsername = structure(logical(0), tags = list(type = "string")), DBName = structure(logical(0), tags = list(type = "string")), Endpoint = structure(list(Address = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), VpcEndpoints = structure(list(structure(list(VpcEndpointId = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), NetworkInterfaces = structure(list(structure(list(NetworkInterfaceId = structure(logical(0), tags = list(type = "string")), SubnetId = structure(logical(0), tags = list(type = "string")), PrivateIpAddress = structure(logical(0), tags = list(type = "string")), AvailabilityZone = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "NetworkInterface", type = "structure"))), tags = list(locationNameList = "NetworkInterface", type = "list"))), tags = list(locationName = "VpcEndpoint", type = "structure"))), tags = list(locationNameList = "VpcEndpoint", type = "list"))), tags = list(type = "structure")), ClusterCreateTime = structure(logical(0), tags = list(type = "timestamp")), AutomatedSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), ManualSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), ClusterSecurityGroups = structure(list(structure(list(ClusterSecurityGroupName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "ClusterSecurityGroup", type = "structure"))), tags = list(locationNameList = "ClusterSecurityGroup", type = "list")), VpcSecurityGroups = structure(list(structure(list(VpcSecurityGroupId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "VpcSecurityGroup", type = "structure"))), tags = list(locationNameList = "VpcSecurityGroup", type = "list")), ClusterParameterGroups = structure(list(structure(list(ParameterGroupName = structure(logical(0), tags = list(type = "string")), ParameterApplyStatus = structure(logical(0), tags = list(type = "string")), ClusterParameterStatusList = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterApplyStatus = structure(logical(0), tags = list(type = "string")), ParameterApplyErrorDescription = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(locationName = "ClusterParameterGroup", type = "structure"))), tags = list(locationNameList = "ClusterParameterGroup", type = "list")), ClusterSubnetGroupName = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), AvailabilityZone = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), PendingModifiedValues = structure(list(MasterUserPassword = structure(logical(0), tags = list(type = "string")), NodeType = structure(logical(0), tags = list(type = "string")), NumberOfNodes = structure(logical(0), tags = list(type = "integer")), ClusterType = structure(logical(0), tags = list(type = "string")), ClusterVersion = structure(logical(0), tags = list(type = "string")), AutomatedSnapshotRetentionPeriod = structure(logical(0), tags = list(type = "integer")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), EnhancedVpcRouting = structure(logical(0), tags = list(type = "boolean")), MaintenanceTrackName = structure(logical(0), tags = list(type = "string")), EncryptionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ClusterVersion = structure(logical(0), tags = list(type = "string")), AllowVersionUpgrade = structure(logical(0), tags = list(type = "boolean")), NumberOfNodes = structure(logical(0), tags = list(type = "integer")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Encrypted = structure(logical(0), tags = list(type = "boolean")), RestoreStatus = structure(list(Status = structure(logical(0), tags = list(type = "string")), CurrentRestoreRateInMegaBytesPerSecond = structure(logical(0), tags = list(type = "double")), SnapshotSizeInMegaBytes = structure(logical(0), tags = list(type = "long")), ProgressInMegaBytes = structure(logical(0), tags = list(type = "long")), ElapsedTimeInSeconds = structure(logical(0), tags = list(type = "long")), EstimatedTimeToCompletionInSeconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), DataTransferProgress = structure(list(Status = structure(logical(0), tags = list(type = "string")), CurrentRateInMegaBytesPerSecond = structure(logical(0), tags = list(type = "double")), TotalDataInMegaBytes = structure(logical(0), tags = list(type = "long")), DataTransferredInMegaBytes = structure(logical(0), tags = list(type = "long")