AWS Redshift #Action=RestoreFromClusterSnapshot API

The #Action=RestoreFromClusterSnapshot API from AWS Redshift — 1 operation(s) for #action=restorefromclustersnapshot.

OpenAPI Specification

aws-redshift-action-restorefromclustersnapshot-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  version: '2019-12-20'
  x-release: v4
  title: 'Redshift Data API Service #Action=AcceptReservedNodeExchange #Action=AcceptReservedNodeExchange #Action=RestoreFromClusterSnapshot API'
  description: <p>You can use the Amazon Redshift Data API to run queries on Amazon Redshift tables. You can run SQL statements, which are committed if the statement succeeds. </p> <p>For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </p>
  x-logo:
    url: https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png
    backgroundColor: '#FFFFFF'
  termsOfService: https://aws.amazon.com/service-terms/
  contact:
    name: Mike Ralphson
    email: mike.ralphson@gmail.com
    url: https://github.com/mermade/aws2openapi
    x-twitter: PermittedSoc
  license:
    name: Apache 2.0 License
    url: http://www.apache.org/licenses/
  x-providerName: amazonaws.com
  x-serviceName: redshift-data
  x-aws-signingName: redshift-data
  x-origin:
  - contentType: application/json
    url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/redshift-data-2019-12-20.normal.json
    converter:
      url: https://github.com/mermade/aws2openapi
      version: 1.0.0
    x-apisguru-driver: external
  x-apiClientRegistration:
    url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct
  x-apisguru-categories:
  - cloud
  x-preferred: true
servers:
- url: http://redshift-data.{region}.amazonaws.com
  variables:
    region:
      description: The AWS region
      enum:
      - us-east-1
      - us-east-2
      - us-west-1
      - us-west-2
      - us-gov-west-1
      - us-gov-east-1
      - ca-central-1
      - eu-north-1
      - eu-west-1
      - eu-west-2
      - eu-west-3
      - eu-central-1
      - eu-south-1
      - af-south-1
      - ap-northeast-1
      - ap-northeast-2
      - ap-northeast-3
      - ap-southeast-1
      - ap-southeast-2
      - ap-east-1
      - ap-south-1
      - sa-east-1
      - me-south-1
      default: us-east-1
  description: The Redshift Data API Service multi-region endpoint
- url: https://redshift-data.{region}.amazonaws.com
  variables:
    region:
      description: The AWS region
      enum:
      - us-east-1
      - us-east-2
      - us-west-1
      - us-west-2
      - us-gov-west-1
      - us-gov-east-1
      - ca-central-1
      - eu-north-1
      - eu-west-1
      - eu-west-2
      - eu-west-3
      - eu-central-1
      - eu-south-1
      - af-south-1
      - ap-northeast-1
      - ap-northeast-2
      - ap-northeast-3
      - ap-southeast-1
      - ap-southeast-2
      - ap-east-1
      - ap-south-1
      - sa-east-1
      - me-south-1
      default: us-east-1
  description: The Redshift Data API Service multi-region endpoint
- url: http://redshift-data.{region}.amazonaws.com.cn
  variables:
    region:
      description: The AWS region
      enum:
      - cn-north-1
      - cn-northwest-1
      default: cn-north-1
  description: The Redshift Data API Service endpoint for China (Beijing) and China (Ningxia)
- url: https://redshift-data.{region}.amazonaws.com.cn
  variables:
    region:
      description: The AWS region
      enum:
      - cn-north-1
      - cn-northwest-1
      default: cn-north-1
  description: The Redshift Data API Service endpoint for China (Beijing) and China (Ningxia)
security:
- hmac: []
tags:
- name: '#Action=RestoreFromClusterSnapshot'
paths:
  /#Action=RestoreFromClusterSnapshot:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    get:
      x-aws-operation-name: RestoreFromClusterSnapshot
      operationId: GET_RestoreFromClusterSnapshot
      description: <p>Creates a new cluster from a snapshot. By default, Amazon Redshift creates the resulting cluster with the same configuration as the original cluster from which the snapshot was created, except that the new cluster is created with the default cluster security and parameter groups. After Amazon Redshift creates the cluster, you can use the <a>ModifyCluster</a> API to associate a different security group and different parameter group with the restored cluster. If you are using a DS node type, you can also choose to change to another DS node type of the same size during restore.</p> <p>If you restore a cluster into a VPC, you must provide a cluster subnet group where you want the cluster restored.</p> <p> For more information about working with snapshots, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
      responses:
        '200':
          description: Success
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/RestoreFromClusterSnapshotResult'
        '480':
          description: AccessToSnapshotDeniedFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/AccessToSnapshotDeniedFault'
        '481':
          description: ClusterAlreadyExistsFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterAlreadyExistsFault'
        '482':
          description: ClusterSnapshotNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterSnapshotNotFoundFault'
        '483':
          description: ClusterQuotaExceededFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterQuotaExceededFault'
        '484':
          description: InsufficientClusterCapacityFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InsufficientClusterCapacityFault'
        '485':
          description: InvalidClusterSnapshotStateFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidClusterSnapshotStateFault'
        '486':
          description: InvalidRestoreFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidRestoreFault'
        '487':
          description: NumberOfNodesQuotaExceededFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/NumberOfNodesQuotaExceededFault'
        '488':
          description: NumberOfNodesPerClusterLimitExceededFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/NumberOfNodesPerClusterLimitExceededFault'
        '489':
          description: InvalidVPCNetworkStateFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidVPCNetworkStateFault'
        '490':
          description: InvalidClusterSubnetGroupStateFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidClusterSubnetGroupStateFault'
        '491':
          description: InvalidSubnet
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidSubnet'
        '492':
          description: ClusterSubnetGroupNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterSubnetGroupNotFoundFault'
        '493':
          description: UnauthorizedOperation
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/UnauthorizedOperation'
        '494':
          description: HsmClientCertificateNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/HsmClientCertificateNotFoundFault'
        '495':
          description: HsmConfigurationNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/HsmConfigurationNotFoundFault'
        '496':
          description: InvalidElasticIpFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidElasticIpFault'
        '497':
          description: ClusterParameterGroupNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterParameterGroupNotFoundFault'
        '498':
          description: ClusterSecurityGroupNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterSecurityGroupNotFoundFault'
        '499':
          description: LimitExceededFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/LimitExceededFault'
        '500':
          description: DependentServiceRequestThrottlingFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/DependentServiceRequestThrottlingFault'
        '501':
          description: InvalidClusterTrackFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidClusterTrackFault'
        '502':
          description: SnapshotScheduleNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/SnapshotScheduleNotFoundFault'
        '503':
          description: TagLimitExceededFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/TagLimitExceededFault'
        '504':
          description: InvalidTagFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidTagFault'
        '505':
          description: ReservedNodeNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ReservedNodeNotFoundFault'
        '506':
          description: InvalidReservedNodeStateFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidReservedNodeStateFault'
        '507':
          description: ReservedNodeAlreadyMigratedFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ReservedNodeAlreadyMigratedFault'
        '508':
          description: ReservedNodeOfferingNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ReservedNodeOfferingNotFoundFault'
        '509':
          description: DependentServiceUnavailableFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/DependentServiceUnavailableFault'
        '510':
          description: ReservedNodeAlreadyExistsFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ReservedNodeAlreadyExistsFault'
        '511':
          description: UnsupportedOperationFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/UnsupportedOperationFault'
      parameters:
      - name: ClusterIdentifier
        in: query
        required: true
        description: <p>The identifier of the cluster that will be created from restoring the snapshot.</p> <p>Constraints:</p> <ul> <li> <p>Must contain from 1 to 63 alphanumeric characters or hyphens.</p> </li> <li> <p>Alphabetic characters must be lowercase.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> <li> <p>Must be unique for all clusters within an Amazon Web Services account.</p> </li> </ul>
        schema:
          type: string
          maxLength: 2147483647
      - name: SnapshotIdentifier
        in: query
        required: false
        description: '<p>The name of the snapshot from which to create the new cluster. This parameter isn''t case sensitive. You must specify this parameter or <code>snapshotArn</code>, but not both.</p> <p>Example: <code>my-snapshot-id</code> </p>'
        schema:
          type: string
          maxLength: 2147483647
      - name: SnapshotArn
        in: query
        required: false
        description: The Amazon Resource Name (ARN) of the snapshot associated with the message to restore from a cluster. You must specify this parameter or <code>snapshotIdentifier</code>, but not both.
        schema:
          type: string
          maxLength: 2147483647
      - name: SnapshotClusterIdentifier
        in: query
        required: false
        description: The name of the cluster the source snapshot was created from. This parameter is required if your IAM user or role has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
        schema:
          type: string
          maxLength: 2147483647
      - name: Port
        in: query
        required: false
        description: '<p>The port number on which the cluster accepts connections.</p> <p>Default: The same port as the original cluster.</p> <p>Constraints: Must be between <code>1115</code> and <code>65535</code>.</p>'
        schema:
          type: integer
      - name: AvailabilityZone
        in: query
        required: false
        description: '<p>The Amazon EC2 Availability Zone in which to restore the cluster.</p> <p>Default: A random, system-chosen Availability Zone.</p> <p>Example: <code>us-east-2a</code> </p>'
        schema:
          type: string
          maxLength: 2147483647
      - name: AllowVersionUpgrade
        in: query
        required: false
        description: '<p>If <code>true</code>, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. </p> <p>Default: <code>true</code> </p>'
        schema:
          type: boolean
      - name: ClusterSubnetGroupName
        in: query
        required: false
        description: <p>The name of the subnet group where you want to cluster restored.</p> <p>A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.</p>
        schema:
          type: string
          maxLength: 2147483647
      - name: PubliclyAccessible
        in: query
        required: false
        description: 'If <code>true</code>, the cluster can be accessed from a public network. '
        schema:
          type: boolean
      - name: OwnerAccount
        in: query
        required: false
        description: The Amazon Web Services account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.
        schema:
          type: string
          maxLength: 2147483647
      - name: HsmClientCertificateIdentifier
        in: query
        required: false
        description: Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
        schema:
          type: string
          maxLength: 2147483647
      - name: HsmConfigurationIdentifier
        in: query
        required: false
        description: Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
        schema:
          type: string
          maxLength: 2147483647
      - name: ElasticIp
        in: query
        required: false
        description: The Elastic IP (EIP) address for the cluster. Don't specify the Elastic IP address for a publicly accessible cluster with availability zone relocation turned on.
        schema:
          type: string
          maxLength: 2147483647
      - name: ClusterParameterGroupName
        in: query
        required: false
        description: '<p>The name of the parameter group to be associated with this cluster.</p> <p>Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Working with Amazon Redshift Parameter Groups</a>.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>'
        schema:
          type: string
          maxLength: 2147483647
      - name: ClusterSecurityGroups
        in: query
        required: false
        description: '<p>A list of security groups to be associated with this cluster.</p> <p>Default: The default cluster security group for Amazon Redshift.</p> <p>Cluster security groups only apply to clusters outside of VPCs.</p>'
        schema:
          type: array
          items:
            allOf:
            - $ref: '#/components/schemas/String'
            - xml:
                name: ClusterSecurityGroupName
      - name: VpcSecurityGroupIds
        in: query
        required: false
        description: '<p>A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.</p> <p>Default: The default VPC security group is associated with the cluster.</p> <p>VPC security groups only apply to clusters in VPCs.</p>'
        schema:
          type: array
          items:
            allOf:
            - $ref: '#/components/schemas/String'
            - xml:
                name: VpcSecurityGroupId
      - name: PreferredMaintenanceWindow
        in: query
        required: false
        description: '<p>The weekly time range (in UTC) during which automated cluster maintenance can occur.</p> <p> Format: <code>ddd:hh24:mi-ddd:hh24:mi</code> </p> <p> Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-maintenance-windows">Maintenance Windows</a> in Amazon Redshift Cluster Management Guide. </p> <p>Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun</p> <p>Constraints: Minimum 30-minute window.</p>'
        schema:
          type: string
          maxLength: 2147483647
      - name: AutomatedSnapshotRetentionPeriod
        in: query
        required: false
        description: '<p>The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with <a>CreateClusterSnapshot</a>. </p> <p>You can''t disable automated snapshots for RA3 node types. Set the automated retention period from 1-35 days.</p> <p>Default: The value selected for the cluster from which the snapshot was taken.</p> <p>Constraints: Must be a value from 0 to 35.</p>'
        schema:
          type: integer
      - name: ManualSnapshotRetentionPeriod
        in: query
        required: false
        description: <p>The default number of days to retain a manual snapshot. If the value is -1, the snapshot is retained indefinitely. This setting doesn't change the retention period of existing snapshots.</p> <p>The value must be either -1 or an integer between 1 and 3,653.</p>
        schema:
          type: integer
      - name: KmsKeyId
        in: query
        required: false
        description: The Key Management Service (KMS) key ID of the encryption key that encrypts data in the cluster restored from a shared snapshot. You can also provide the key ID when you restore from an unencrypted snapshot to an encrypted cluster in the same account. Additionally, you can specify a new KMS key ID when you restore from an encrypted snapshot in the same account in order to change it. In that case, the restored cluster is encrypted with the new KMS key ID.
        schema:
          type: string
          maxLength: 2147483647
      - name: NodeType
        in: query
        required: false
        description: '<p>The node type that the restored cluster will be provisioned with.</p> <p>Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds1.xlarge into ds2.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type or dc2.large instance type. You can''t restore dc1.8xlarge to dc2.8xlarge. First restore to a dc1.8xlarge cluster, then resize to a dc2.8large cluster. For more information about node types, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-about-clusters-and-nodes"> About Clusters and Nodes</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </p>'
        schema:
          type: string
          maxLength: 2147483647
      - name: EnhancedVpcRouting
        in: query
        required: false
        description: '<p>An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/enhanced-vpc-routing.html">Enhanced VPC Routing</a> in the Amazon Redshift Cluster Management Guide.</p> <p>If this option is <code>true</code>, enhanced VPC routing is enabled. </p> <p>Default: false</p>'
        schema:
          type: boolean
      - name: AdditionalInfo
        in: query
        required: false
        description: Reserved.
        schema:
          type: string
          maxLength: 2147483647
      - name: IamRoles
        in: query
        required: false
        description: <p>A list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web Services services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. </p> <p>The maximum number of IAM roles that you can associate is subject to a quota. For more information, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Quotas and limits</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
        schema:
          type: array
          items:
            allOf:
            - $ref: '#/components/schemas/String'
            - xml:
                name: IamRoleArn
      - name: MaintenanceTrackName
        in: query
        required: false
        description: The name of the maintenance track for the restored cluster. When you take a snapshot, the snapshot inherits the <code>MaintenanceTrack</code> value from the cluster. The snapshot might be on a different track than the cluster that was the source for the snapshot. For example, suppose that you take a snapshot of a cluster that is on the current track and then change the cluster to be on the trailing track. In this case, the snapshot and the source cluster are on different tracks.
        schema:
          type: string
          maxLength: 2147483647
      - name: SnapshotScheduleIdentifier
        in: query
        required: false
        description: A unique identifier for the snapshot schedule.
        schema:
          type: string
          maxLength: 2147483647
      - name: NumberOfNodes
        in: query
        required: false
        description: The number of nodes specified when provisioning the restored cluster.
        schema:
          type: integer
      - name: AvailabilityZoneRelocation
        in: query
        required: false
        description: The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is restored.
        schema:
          type: boolean
      - name: AquaConfigurationStatus
        in: query
        required: false
        description: This parameter is retired. It does not set the AQUA configuration status. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).
        schema:
          type: string
          enum:
          - enabled
          - disabled
          - auto
      - name: DefaultIamRoleArn
        in: query
        required: false
        description: The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was last modified while it was restored from a snapshot.
        schema:
          type: string
          maxLength: 2147483647
      - name: ReservedNodeId
        in: query
        required: false
        description: The identifier of the target reserved node offering.
        schema:
          type: string
          maxLength: 2147483647
      - name: TargetReservedNodeOfferingId
        in: query
        required: false
        description: The identifier of the target reserved node offering.
        schema:
          type: string
          maxLength: 2147483647
      - name: Encrypted
        in: query
        required: false
        description: Enables support for restoring an unencrypted snapshot to a cluster encrypted with Key Management Service (KMS) and a customer managed key.
        schema:
          type: boolean
      - name: Action
        in: query
        required: true
        schema:
          type: string
          enum:
          - RestoreFromClusterSnapshot
      - name: Version
        in: query
        required: true
        schema:
          type: string
          enum:
          - '2012-12-01'
      summary: Amazon Redshift - G E T_ Restore from Cluster Snapshot
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      tags:
      - '#Action=RestoreFromClusterSnapshot'
    post:
      x-aws-operation-name: RestoreFromClusterSnapshot
      operationId: POST_RestoreFromClusterSnapshot
      description: <p>Creates a new cluster from a snapshot. By default, Amazon Redshift creates the resulting cluster with the same configuration as the original cluster from which the snapshot was created, except that the new cluster is created with the default cluster security and parameter groups. After Amazon Redshift creates the cluster, you can use the <a>ModifyCluster</a> API to associate a different security group and different parameter group with the restored cluster. If you are using a DS node type, you can also choose to change to another DS node type of the same size during restore.</p> <p>If you restore a cluster into a VPC, you must provide a cluster subnet group where you want the cluster restored.</p> <p> For more information about working with snapshots, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
      responses:
        '200':
          description: Success
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/RestoreFromClusterSnapshotResult'
        '480':
          description: AccessToSnapshotDeniedFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/AccessToSnapshotDeniedFault'
        '481':
          description: ClusterAlreadyExistsFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterAlreadyExistsFault'
        '482':
          description: ClusterSnapshotNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterSnapshotNotFoundFault'
        '483':
          description: ClusterQuotaExceededFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterQuotaExceededFault'
        '484':
          description: InsufficientClusterCapacityFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InsufficientClusterCapacityFault'
        '485':
          description: InvalidClusterSnapshotStateFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidClusterSnapshotStateFault'
        '486':
          description: InvalidRestoreFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidRestoreFault'
        '487':
          description: NumberOfNodesQuotaExceededFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/NumberOfNodesQuotaExceededFault'
        '488':
          description: NumberOfNodesPerClusterLimitExceededFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/NumberOfNodesPerClusterLimitExceededFault'
        '489':
          description: InvalidVPCNetworkStateFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidVPCNetworkStateFault'
        '490':
          description: InvalidClusterSubnetGroupStateFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidClusterSubnetGroupStateFault'
        '491':
          description: InvalidSubnet
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidSubnet'
        '492':
          description: ClusterSubnetGroupNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterSubnetGroupNotFoundFault'
        '493':
          description: UnauthorizedOperation
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/UnauthorizedOperation'
        '494':
          description: HsmClientCertificateNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/HsmClientCertificateNotFoundFault'
        '495':
          description: HsmConfigurationNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/HsmConfigurationNotFoundFault'
        '496':
          description: InvalidElasticIpFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidElasticIpFault'
        '497':
          description: ClusterParameterGroupNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterParameterGroupNotFoundFault'
        '498':
          description: ClusterSecurityGroupNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/ClusterSecurityGroupNotFoundFault'
        '499':
          description: LimitExceededFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/LimitExceededFault'
        '500':
          description: DependentServiceRequestThrottlingFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/DependentServiceRequestThrottlingFault'
        '501':
          description: InvalidClusterTrackFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/InvalidClusterTrackFault'
        '502':
          description: SnapshotScheduleNotFoundFault
          content:
            text/xml:
              schema:
                $ref: '#/components/schemas/SnapshotScheduleNotFoundFault'
        '503':
          description: TagLimitExceededFault
          content:
            text/xml:
              schema:
               

# --- truncated at 32 KB (85 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/openapi/aws-redshift-action-restorefromclustersnapshot-api-openapi.yml