openapi: 3.0.0 info: version: '2013-06-30' x-release: v4 title: AWS Storage Gateway description: 'Storage Gateway Service

Storage Gateway is the service that connects an on-premises software appliance with cloud-based storage to provide seamless and secure integration between an organization''s on-premises IT environment and the Amazon Web Services storage infrastructure. The service enables you to securely upload data to the Amazon Web Services Cloud for cost effective backup and rapid disaster recovery.

Use the following links to get started using the Storage Gateway Service API Reference:

Storage Gateway resource IDs are in uppercase. When you use these resource IDs with the Amazon EC2 API, EC2 expects resource IDs in lowercase. You must change your resource ID to lowercase to use it with the EC2 API. For example, in Storage Gateway the ID for a volume might be vol-AA22BB012345DAF670. When you use this ID with the EC2 API, you must change it to vol-aa22bb012345daf670. Otherwise, the EC2 API might not behave as expected.

IDs for Storage Gateway volumes and Amazon EBS snapshots created from gateway volumes are changing to a longer format. Starting in December 2016, all new volumes and snapshots will be created with a 17-character string. Starting in April 2016, you will be able to use these longer IDs so you can test your systems with the new format. For more information, see Longer EC2 and EBS resource IDs.

For example, a volume Amazon Resource Name (ARN) with the longer volume ID format looks like the following:

arn:aws:storagegateway:us-west-2:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABBCCDDEEFFG.

A snapshot ID with the longer ID format looks like the following: snap-78e226633445566ee.

For more information, see Announcement: Heads-up – Longer Storage Gateway volume and snapshot IDs coming in 2016.

' x-logo: url: 'https://twitter.com/awscloud/profile_image?size=original' 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: storagegateway x-origin: - contentType: application/json url: 'https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/storagegateway-2013-06-30.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 externalDocs: description: Amazon Web Services documentation url: 'https://docs.aws.amazon.com/storagegateway/' servers: - url: 'http://storagegateway.{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 AWS Storage Gateway multi-region endpoint - url: 'https://storagegateway.{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 AWS Storage Gateway multi-region endpoint - url: 'http://storagegateway.{region}.amazonaws.com.cn' variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWS Storage Gateway endpoint for China (Beijing) and China (Ningxia) - url: 'https://storagegateway.{region}.amazonaws.com.cn' variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWS Storage Gateway endpoint for China (Beijing) and China (Ningxia) x-hasEquivalentPaths: true paths: /#X-Amz-Target=StorageGateway_20130630.ActivateGateway: post: operationId: ActivateGateway description: '

Activates the gateway you previously deployed on your host. In the activation process, you specify information such as the Amazon Web Services Region that you want to use for storing snapshots or tapes, the time zone for scheduled snapshots the gateway snapshot schedule window, an activation key, and a name for your gateway. The activation process also associates your gateway with your account. For more information, see UpdateGatewayInformation.

You must turn on the gateway VM before you can activate your gateway.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ActivateGatewayOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ActivateGatewayInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ActivateGateway 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' /#X-Amz-Target=StorageGateway_20130630.AddCache: post: operationId: AddCache description: '

Configures one or more gateway local disks as cache for a gateway. This operation is only supported in the cached volume, tape, and file gateway type (see How Storage Gateway works (architecture).

In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add cache, and one or more disk IDs that you want to configure as cache.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/AddCacheOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/AddCacheInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.AddCache 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' /#X-Amz-Target=StorageGateway_20130630.AddTagsToResource: post: operationId: AddTagsToResource description: '

Adds one or more tags to the specified resource. You use tags to add metadata to resources, which you can use to categorize these resources. For example, you can categorize resources by purpose, owner, environment, or team. Each tag consists of a key and a value, which you define. You can add tags to the following Storage Gateway resources:

You can create a maximum of 50 tags for each resource. Virtual tapes and storage volumes that are recovered to a new gateway maintain their tags.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/AddTagsToResourceOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/AddTagsToResourceInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.AddTagsToResource 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' /#X-Amz-Target=StorageGateway_20130630.AddUploadBuffer: post: operationId: AddUploadBuffer description: '

Configures one or more gateway local disks as upload buffer for a specified gateway. This operation is supported for the stored volume, cached volume, and tape gateway types.

In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add upload buffer, and one or more disk IDs that you want to configure as upload buffer.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/AddUploadBufferOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/AddUploadBufferInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.AddUploadBuffer 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' /#X-Amz-Target=StorageGateway_20130630.AddWorkingStorage: post: operationId: AddWorkingStorage description: '

Configures one or more gateway local disks as working storage for a gateway. This operation is only supported in the stored volume gateway type. This operation is deprecated in cached volume API version 20120630. Use AddUploadBuffer instead.

Working storage is also referred to as upload buffer. You can also use the AddUploadBuffer operation to add upload buffer to a stored volume gateway.

In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add working storage, and one or more disk IDs that you want to configure as working storage.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/AddWorkingStorageOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/AddWorkingStorageInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.AddWorkingStorage 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' /#X-Amz-Target=StorageGateway_20130630.AssignTapePool: post: operationId: AssignTapePool description: 'Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the S3 storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/AssignTapePoolOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/AssignTapePoolInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.AssignTapePool 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' /#X-Amz-Target=StorageGateway_20130630.AssociateFileSystem: post: operationId: AssociateFileSystem description: 'Associate an Amazon FSx file system with the FSx File Gateway. After the association process is complete, the file shares on the Amazon FSx file system are available for access through the gateway. This operation only supports the FSx File Gateway type.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/AssociateFileSystemOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/AssociateFileSystemInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.AssociateFileSystem 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' /#X-Amz-Target=StorageGateway_20130630.AttachVolume: post: operationId: AttachVolume description: Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway. Detaching and attaching a volume enables you to recover your data from one gateway to a different gateway without creating a snapshot. It also makes it easier to move your volumes from an on-premises gateway to a gateway hosted on an Amazon EC2 instance. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/AttachVolumeOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/AttachVolumeInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.AttachVolume 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' /#X-Amz-Target=StorageGateway_20130630.CancelArchival: post: operationId: CancelArchival description: Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving process is initiated. This operation is only supported in the tape gateway type. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CancelArchivalOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CancelArchivalInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.CancelArchival 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' /#X-Amz-Target=StorageGateway_20130630.CancelRetrieval: post: operationId: CancelRetrieval description: Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after the retrieval process is initiated. The virtual tape is returned to the VTS. This operation is only supported in the tape gateway type. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CancelRetrievalOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CancelRetrievalInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.CancelRetrieval 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' /#X-Amz-Target=StorageGateway_20130630.CreateCachediSCSIVolume: post: operationId: CreateCachediSCSIVolume description: '

Creates a cached volume on a specified cached volume gateway. This operation is only supported in the cached volume gateway type.

Cache storage must be allocated to the gateway before you can create a cached volume. Use the AddCache operation to add cache storage to a gateway.

In the request, you must specify the gateway, size of the volume in bytes, the iSCSI target name, an IP address on which to expose the target, and a unique client token. In response, the gateway creates the volume and returns information about it. This information includes the volume Amazon Resource Name (ARN), its size, and the iSCSI target ARN that initiators can use to connect to the volume target.

Optionally, you can provide the ARN for an existing volume as the SourceVolumeARN for this cached volume, which creates an exact copy of the existing volume’s latest recovery point. The VolumeSizeInBytes value must be equal to or larger than the size of the copied volume, in bytes.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateCachediSCSIVolumeOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateCachediSCSIVolumeInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.CreateCachediSCSIVolume 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' /#X-Amz-Target=StorageGateway_20130630.CreateNFSFileShare: post: operationId: CreateNFSFileShare description: '

Creates a Network File System (NFS) file share on an existing S3 File Gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an NFS interface. This operation is only supported for S3 File Gateways.

S3 File gateway requires Security Token Service (Amazon Web Services STS) to be activated to enable you to create a file share. Make sure Amazon Web Services STS is activated in the Amazon Web Services Region you are creating your S3 File Gateway in. If Amazon Web Services STS is not activated in the Amazon Web Services Region, activate it. For information about how to activate Amazon Web Services STS, see Activating and deactivating Amazon Web Services STS in an Amazon Web Services Region in the Identity and Access Management User Guide.

S3 File Gateways do not support creating hard or symbolic links on a file share.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateNFSFileShareOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateNFSFileShareInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.CreateNFSFileShare 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' /#X-Amz-Target=StorageGateway_20130630.CreateSMBFileShare: post: operationId: CreateSMBFileShare description: '

Creates a Server Message Block (SMB) file share on an existing S3 File Gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an SMB interface. This operation is only supported for S3 File Gateways.

S3 File Gateways require Security Token Service (Amazon Web Services STS) to be activated to enable you to create a file share. Make sure that Amazon Web Services STS is activated in the Amazon Web Services Region you are creating your S3 File Gateway in. If Amazon Web Services STS is not activated in this Amazon Web Services Region, activate it. For information about how to activate Amazon Web Services STS, see Activating and deactivating Amazon Web Services STS in an Amazon Web Services Region in the Identity and Access Management User Guide.

File gateways don''t support creating hard or symbolic links on a file share.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateSMBFileShareOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateSMBFileShareInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.CreateSMBFileShare 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' /#X-Amz-Target=StorageGateway_20130630.CreateSnapshot: post: operationId: CreateSnapshot description: '

Initiates a snapshot of a volume.

Storage Gateway provides the ability to back up point-in-time snapshots of your data to Amazon Simple Storage (Amazon S3) for durable off-site recovery, and also import the data to an Amazon Elastic Block Store (EBS) volume in Amazon Elastic Compute Cloud (EC2). You can take snapshots of your gateway volume on a scheduled or ad hoc basis. This API enables you to take an ad hoc snapshot. For more information, see Editing a snapshot schedule.

In the CreateSnapshot request, you identify the volume by providing its Amazon Resource Name (ARN). You must also provide description for the snapshot. When Storage Gateway takes the snapshot of specified volume, the snapshot and description appears in the Storage Gateway console. In response, Storage Gateway returns you a snapshot ID. You can use this snapshot ID to check the snapshot progress or later use it when you want to create a volume from a snapshot. This operation is only supported in stored and cached volume gateway type.

To list or delete a snapshot, you must use the Amazon EC2 API. For more information, see DescribeSnapshots or DeleteSnapshot in the Amazon Elastic Compute Cloud API Reference.

Volume and snapshot IDs are changing to a longer length ID format. For more information, see the important note on the Welcome page.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateSnapshotOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' '482': description: ServiceUnavailableError content: application/json: schema: $ref: '#/components/schemas/ServiceUnavailableError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateSnapshotInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.CreateSnapshot 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' /#X-Amz-Target=StorageGateway_20130630.CreateSnapshotFromVolumeRecoveryPoint: post: operationId: CreateSnapshotFromVolumeRecoveryPoint description: '

Initiates a snapshot of a gateway from a volume recovery point. This operation is only supported in the cached volume gateway type.

A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot. To get a list of volume recovery point for cached volume gateway, use ListVolumeRecoveryPoints.

In the CreateSnapshotFromVolumeRecoveryPoint request, you identify the volume by providing its Amazon Resource Name (ARN). You must also provide a description for the snapshot. When the gateway takes a snapshot of the specified volume, the snapshot and its description appear in the Storage Gateway console. In response, the gateway returns you a snapshot ID. You can use this snapshot ID to check the snapshot progress or later use it when you want to create a volume from a snapshot.

To list or delete a snapshot, you must use the Amazon EC2 API. For more information, see DescribeSnapshots or DeleteSnapshot in the Amazon Elastic Compute Cloud API Reference.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateSnapshotFromVolumeRecoveryPointOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' '482': description: ServiceUnavailableError content: application/json: schema: $ref: '#/components/schemas/ServiceUnavailableError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateSnapshotFromVolumeRecoveryPointInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.CreateSnapshotFromVolumeRecoveryPoint 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' /#X-Amz-Target=StorageGateway_20130630.CreateStorediSCSIVolume: post: operationId: CreateStorediSCSIVolume description: '

Creates a volume on a specified gateway. This operation is only supported in the stored volume gateway type.

The size of the volume to create is inferred from the disk size. You can choose to preserve existing data on the disk, create volume from an existing snapshot, or create an empty volume. If you choose to create an empty gateway volume, then any existing data on the disk is erased.

In the request, you must specify the gateway and the disk information on which you are creating the volume. In response, the gateway creates the volume and returns volume information such as the volume Amazon Resource Name (ARN), its size, and the iSCSI target ARN that initiators can use to connect to the volume target.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateStorediSCSIVolumeOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateStorediSCSIVolumeInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.CreateStorediSCSIVolume 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' /#X-Amz-Target=StorageGateway_20130630.CreateTapePool: post: operationId: CreateTapePool description: Creates a new custom tape pool. You can use custom tape pool to enable tape retention lock on tapes that are archived in the custom pool. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateTapePoolOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateTapePoolInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.CreateTapePool 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' /#X-Amz-Target=StorageGateway_20130630.CreateTapeWithBarcode: post: operationId: CreateTapeWithBarcode description:

Creates a virtual tape by using your own barcode. You write data to the virtual tape and then archive the tape. A barcode is unique and cannot be reused if it has already been used on a tape. This applies to barcodes used on deleted tapes. This operation is only supported in the tape gateway type.

Cache storage must be allocated to the gateway before you can create a virtual tape. Use the AddCache operation to add cache storage to a gateway.

responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateTapeWithBarcodeOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateTapeWithBarcodeInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.CreateTapeWithBarcode 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' /#X-Amz-Target=StorageGateway_20130630.CreateTapes: post: operationId: CreateTapes description:

Creates one or more virtual tapes. You write data to the virtual tapes and then archive the tapes. This operation is only supported in the tape gateway type.

Cache storage must be allocated to the gateway before you can create virtual tapes. Use the AddCache operation to add cache storage to a gateway.

responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateTapesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateTapesInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.CreateTapes 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' /#X-Amz-Target=StorageGateway_20130630.DeleteAutomaticTapeCreationPolicy: post: operationId: DeleteAutomaticTapeCreationPolicy description: 'Deletes the automatic tape creation policy of a gateway. If you delete this policy, new virtual tapes must be created manually. Use the Amazon Resource Name (ARN) of the gateway in your request to remove the policy.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteAutomaticTapeCreationPolicyOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteAutomaticTapeCreationPolicyInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DeleteAutomaticTapeCreationPolicy 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' /#X-Amz-Target=StorageGateway_20130630.DeleteBandwidthRateLimit: post: operationId: DeleteBandwidthRateLimit description: 'Deletes the bandwidth rate limits of a gateway. You can delete either the upload and download bandwidth rate limit, or you can delete both. If you delete only one of the limits, the other limit remains unchanged. To specify which gateway to work with, use the Amazon Resource Name (ARN) of the gateway in your request. This operation is supported only for the stored volume, cached volume, and tape gateway types.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteBandwidthRateLimitOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteBandwidthRateLimitInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DeleteBandwidthRateLimit 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' /#X-Amz-Target=StorageGateway_20130630.DeleteChapCredentials: post: operationId: DeleteChapCredentials description: Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair. This operation is supported in volume and tape gateway types. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteChapCredentialsOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteChapCredentialsInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DeleteChapCredentials 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' /#X-Amz-Target=StorageGateway_20130630.DeleteFileShare: post: operationId: DeleteFileShare description: Deletes a file share from an S3 File Gateway. This operation is only supported for S3 File Gateways. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteFileShareOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteFileShareInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DeleteFileShare 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' /#X-Amz-Target=StorageGateway_20130630.DeleteGateway: post: operationId: DeleteGateway description: "

Deletes a gateway. To specify which gateway to delete, use the Amazon Resource Name (ARN) of the gateway in your request. The operation deletes the gateway; however, it does not delete the gateway virtual machine (VM) from your host computer.

After you delete a gateway, you cannot reactivate it. Completed snapshots of the gateway volumes are not deleted upon deleting the gateway, however, pending snapshots will not complete. After you delete a gateway, your next step is to remove it from your environment.

You no longer pay software charges after the gateway is deleted; however, your existing Amazon EBS snapshots persist and you will continue to be billed for these snapshots.\_You can choose to remove all remaining Amazon EBS snapshots by canceling your Amazon EC2 subscription.\_ If you prefer not to cancel your Amazon EC2 subscription, you can delete your snapshots using the Amazon EC2 console. For more information, see the Storage Gateway detail page.

" responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteGatewayOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteGatewayInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DeleteGateway 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' /#X-Amz-Target=StorageGateway_20130630.DeleteSnapshotSchedule: post: operationId: DeleteSnapshotSchedule description: '

Deletes a snapshot of a volume.

You can take snapshots of your gateway volumes on a scheduled or ad hoc basis. This API action enables you to delete a snapshot schedule for a volume. For more information, see Backing up your volumes. In the DeleteSnapshotSchedule request, you identify the volume by providing its Amazon Resource Name (ARN). This operation is only supported for cached volume gateway types.

To list or delete a snapshot, you must use the Amazon EC2 API. For more information, go to DescribeSnapshots in the Amazon Elastic Compute Cloud API Reference.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteSnapshotScheduleOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteSnapshotScheduleInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DeleteSnapshotSchedule 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' /#X-Amz-Target=StorageGateway_20130630.DeleteTape: post: operationId: DeleteTape description: Deletes the specified virtual tape. This operation is only supported in the tape gateway type. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteTapeOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteTapeInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DeleteTape 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' /#X-Amz-Target=StorageGateway_20130630.DeleteTapeArchive: post: operationId: DeleteTapeArchive description: Deletes the specified virtual tape from the virtual tape shelf (VTS). This operation is only supported in the tape gateway type. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteTapeArchiveOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteTapeArchiveInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DeleteTapeArchive 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' /#X-Amz-Target=StorageGateway_20130630.DeleteTapePool: post: operationId: DeleteTapePool description: Delete a custom tape pool. A custom tape pool can only be deleted if there are no tapes in the pool and if there are no automatic tape creation policies that reference the custom tape pool. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteTapePoolOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteTapePoolInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DeleteTapePool 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' /#X-Amz-Target=StorageGateway_20130630.DeleteVolume: post: operationId: DeleteVolume description: '

Deletes the specified storage volume that you previously created using the CreateCachediSCSIVolume or CreateStorediSCSIVolume API. This operation is only supported in the cached volume and stored volume types. For stored volume gateways, the local disk that was configured as the storage volume is not deleted. You can reuse the local disk to create another storage volume.

Before you delete a volume, make sure there are no iSCSI connections to the volume you are deleting. You should also make sure there is no snapshot in progress. You can use the Amazon Elastic Compute Cloud (Amazon EC2) API to query snapshots on the volume you are deleting and check the snapshot status. For more information, go to DescribeSnapshots in the Amazon Elastic Compute Cloud API Reference.

In the request, you must provide the Amazon Resource Name (ARN) of the storage volume you want to delete.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteVolumeOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteVolumeInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DeleteVolume 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' /#X-Amz-Target=StorageGateway_20130630.DescribeAvailabilityMonitorTest: post: operationId: DescribeAvailabilityMonitorTest description: 'Returns information about the most recent high availability monitoring test that was performed on the host in a cluster. If a test isn''t performed, the status and start time in the response would be null.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeAvailabilityMonitorTestOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeAvailabilityMonitorTestInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeAvailabilityMonitorTest 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' /#X-Amz-Target=StorageGateway_20130630.DescribeBandwidthRateLimit: post: operationId: DescribeBandwidthRateLimit description: '

Returns the bandwidth rate limits of a gateway. By default, these limits are not set, which means no bandwidth rate limiting is in effect. This operation is supported only for the stored volume, cached volume, and tape gateway types. To describe bandwidth rate limits for S3 file gateways, use DescribeBandwidthRateLimitSchedule.

This operation returns a value for a bandwidth rate limit only if the limit is set. If no limits are set for the gateway, then this operation returns only the gateway ARN in the response body. To specify which gateway to describe, use the Amazon Resource Name (ARN) of the gateway in your request.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeBandwidthRateLimitOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeBandwidthRateLimitInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeBandwidthRateLimit 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' /#X-Amz-Target=StorageGateway_20130630.DescribeBandwidthRateLimitSchedule: post: operationId: DescribeBandwidthRateLimitSchedule description: '

Returns information about the bandwidth rate limit schedule of a gateway. By default, gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. This operation is supported only for volume, tape and S3 file gateways. FSx file gateways do not support bandwidth rate limits.

This operation returns information about a gateway''s bandwidth rate limit schedule. A bandwidth rate limit schedule consists of one or more bandwidth rate limit intervals. A bandwidth rate limit interval defines a period of time on one or more days of the week, during which bandwidth rate limits are specified for uploading, downloading, or both.

A bandwidth rate limit interval consists of one or more days of the week, a start hour and minute, an ending hour and minute, and bandwidth rate limits for uploading and downloading

If no bandwidth rate limit schedule intervals are set for the gateway, this operation returns an empty response. To specify which gateway to describe, use the Amazon Resource Name (ARN) of the gateway in your request.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeBandwidthRateLimitScheduleOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeBandwidthRateLimitScheduleInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeBandwidthRateLimitSchedule 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' /#X-Amz-Target=StorageGateway_20130630.DescribeCache: post: operationId: DescribeCache description: '

Returns information about the cache of a gateway. This operation is only supported in the cached volume, tape, and file gateway types.

The response includes disk IDs that are configured as cache, and it includes the amount of cache allocated and used.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeCacheOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeCacheInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeCache 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' /#X-Amz-Target=StorageGateway_20130630.DescribeCachediSCSIVolumes: post: operationId: DescribeCachediSCSIVolumes description: '

Returns a description of the gateway volumes specified in the request. This operation is only supported in the cached volume gateway types.

The list of gateway volumes in the request must be from one gateway. In the response, Storage Gateway returns volume information sorted by volume Amazon Resource Name (ARN).

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeCachediSCSIVolumesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeCachediSCSIVolumesInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeCachediSCSIVolumes 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' /#X-Amz-Target=StorageGateway_20130630.DescribeChapCredentials: post: operationId: DescribeChapCredentials description: 'Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials information for a specified iSCSI target, one for each target-initiator pair. This operation is supported in the volume and tape gateway types.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeChapCredentialsOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeChapCredentialsInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeChapCredentials 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' /#X-Amz-Target=StorageGateway_20130630.DescribeFileSystemAssociations: post: operationId: DescribeFileSystemAssociations description: Gets the file system association information. This operation is only supported for FSx File Gateways. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeFileSystemAssociationsOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeFileSystemAssociationsInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeFileSystemAssociations 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' /#X-Amz-Target=StorageGateway_20130630.DescribeGatewayInformation: post: operationId: DescribeGatewayInformation description: 'Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not). To specify which gateway to describe, use the Amazon Resource Name (ARN) of the gateway in your request.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeGatewayInformationOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeGatewayInformationInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeGatewayInformation 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' /#X-Amz-Target=StorageGateway_20130630.DescribeMaintenanceStartTime: post: operationId: DescribeMaintenanceStartTime description: Returns your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeMaintenanceStartTimeOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeMaintenanceStartTimeInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeMaintenanceStartTime 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' /#X-Amz-Target=StorageGateway_20130630.DescribeNFSFileShares: post: operationId: DescribeNFSFileShares description: Gets a description for one or more Network File System (NFS) file shares from an S3 File Gateway. This operation is only supported for S3 File Gateways. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeNFSFileSharesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeNFSFileSharesInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeNFSFileShares 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' /#X-Amz-Target=StorageGateway_20130630.DescribeSMBFileShares: post: operationId: DescribeSMBFileShares description: Gets a description for one or more Server Message Block (SMB) file shares from a S3 File Gateway. This operation is only supported for S3 File Gateways. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeSMBFileSharesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeSMBFileSharesInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeSMBFileShares 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' /#X-Amz-Target=StorageGateway_20130630.DescribeSMBSettings: post: operationId: DescribeSMBSettings description: Gets a description of a Server Message Block (SMB) file share settings from a file gateway. This operation is only supported for file gateways. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeSMBSettingsOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeSMBSettingsInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeSMBSettings 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' /#X-Amz-Target=StorageGateway_20130630.DescribeSnapshotSchedule: post: operationId: DescribeSnapshotSchedule description: Describes the snapshot schedule for the specified gateway volume. The snapshot schedule information includes intervals at which snapshots are automatically initiated on the volume. This operation is only supported in the cached volume and stored volume types. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeSnapshotScheduleOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeSnapshotScheduleInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeSnapshotSchedule 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' /#X-Amz-Target=StorageGateway_20130630.DescribeStorediSCSIVolumes: post: operationId: DescribeStorediSCSIVolumes description: 'Returns the description of the gateway volumes specified in the request. The list of gateway volumes in the request must be from one gateway. In the response, Storage Gateway returns volume information sorted by volume ARNs. This operation is only supported in stored volume gateway type.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeStorediSCSIVolumesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeStorediSCSIVolumesInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeStorediSCSIVolumes 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' /#X-Amz-Target=StorageGateway_20130630.DescribeTapeArchives: post: operationId: DescribeTapeArchives description: '

Returns a description of specified virtual tapes in the virtual tape shelf (VTS). This operation is only supported in the tape gateway type.

If a specific TapeARN is not specified, Storage Gateway returns a description of all virtual tapes found in the VTS associated with your account.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeTapeArchivesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeTapeArchivesInput' parameters: - name: Limit in: query schema: type: string description: Pagination limit required: false - name: Marker in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeTapeArchives 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' /#X-Amz-Target=StorageGateway_20130630.DescribeTapeRecoveryPoints: post: operationId: DescribeTapeRecoveryPoints description: '

Returns a list of virtual tape recovery points that are available for the specified tape gateway.

A recovery point is a point-in-time view of a virtual tape at which all the data on the virtual tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway. This operation is only supported in the tape gateway type.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeTapeRecoveryPointsOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeTapeRecoveryPointsInput' parameters: - name: Limit in: query schema: type: string description: Pagination limit required: false - name: Marker in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeTapeRecoveryPoints 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' /#X-Amz-Target=StorageGateway_20130630.DescribeTapes: post: operationId: DescribeTapes description: 'Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a TapeARN is not specified, returns a description of all virtual tapes associated with the specified gateway. This operation is only supported in the tape gateway type.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeTapesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeTapesInput' parameters: - name: Limit in: query schema: type: string description: Pagination limit required: false - name: Marker in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeTapes 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' /#X-Amz-Target=StorageGateway_20130630.DescribeUploadBuffer: post: operationId: DescribeUploadBuffer description: '

Returns information about the upload buffer of a gateway. This operation is supported for the stored volume, cached volume, and tape gateway types.

The response includes disk IDs that are configured as upload buffer space, and it includes the amount of upload buffer space allocated and used.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeUploadBufferOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeUploadBufferInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeUploadBuffer 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' /#X-Amz-Target=StorageGateway_20130630.DescribeVTLDevices: post: operationId: DescribeVTLDevices description: '

Returns a description of virtual tape library (VTL) devices for the specified tape gateway. In the response, Storage Gateway returns VTL device information.

This operation is only supported in the tape gateway type.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeVTLDevicesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeVTLDevicesInput' parameters: - name: Limit in: query schema: type: string description: Pagination limit required: false - name: Marker in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeVTLDevices 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' /#X-Amz-Target=StorageGateway_20130630.DescribeWorkingStorage: post: operationId: DescribeWorkingStorage description: '

Returns information about the working storage of a gateway. This operation is only supported in the stored volumes gateway type. This operation is deprecated in cached volumes API version (20120630). Use DescribeUploadBuffer instead.

Working storage is also referred to as upload buffer. You can also use the DescribeUploadBuffer operation to add upload buffer to a stored volume gateway.

The response includes disk IDs that are configured as working storage, and it includes the amount of working storage allocated and used.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeWorkingStorageOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeWorkingStorageInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DescribeWorkingStorage 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' /#X-Amz-Target=StorageGateway_20130630.DetachVolume: post: operationId: DetachVolume description: Disconnects a volume from an iSCSI connection and then detaches the volume from the specified gateway. Detaching and attaching a volume enables you to recover your data from one gateway to a different gateway without creating a snapshot. It also makes it easier to move your volumes from an on-premises gateway to a gateway hosted on an Amazon EC2 instance. This operation is only supported in the volume gateway type. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DetachVolumeOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DetachVolumeInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DetachVolume 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' /#X-Amz-Target=StorageGateway_20130630.DisableGateway: post: operationId: DisableGateway description: '

Disables a tape gateway when the gateway is no longer functioning. For example, if your gateway VM is damaged, you can disable the gateway so you can recover virtual tapes.

Use this operation for a tape gateway that is not reachable or not functioning. This operation is only supported in the tape gateway type.

After a gateway is disabled, it cannot be enabled.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DisableGatewayOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DisableGatewayInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DisableGateway 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' /#X-Amz-Target=StorageGateway_20130630.DisassociateFileSystem: post: operationId: DisassociateFileSystem description: 'Disassociates an Amazon FSx file system from the specified gateway. After the disassociation process finishes, the gateway can no longer access the Amazon FSx file system. This operation is only supported in the FSx File Gateway type.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DisassociateFileSystemOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DisassociateFileSystemInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.DisassociateFileSystem 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' /#X-Amz-Target=StorageGateway_20130630.JoinDomain: post: operationId: JoinDomain description: Adds a file gateway to an Active Directory domain. This operation is only supported for file gateways that support the SMB file protocol. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/JoinDomainOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/JoinDomainInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.JoinDomain 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' /#X-Amz-Target=StorageGateway_20130630.ListAutomaticTapeCreationPolicies: post: operationId: ListAutomaticTapeCreationPolicies description: '

Lists the automatic tape creation policies for a gateway. If there are no automatic tape creation policies for the gateway, it returns an empty list.

This operation is only supported for tape gateways.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListAutomaticTapeCreationPoliciesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListAutomaticTapeCreationPoliciesInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ListAutomaticTapeCreationPolicies 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' /#X-Amz-Target=StorageGateway_20130630.ListFileShares: post: operationId: ListFileShares description: 'Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the calling user account. This operation is only supported for S3 File Gateways.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListFileSharesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListFileSharesInput' parameters: - name: Limit in: query schema: type: string description: Pagination limit required: false - name: Marker in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ListFileShares 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' /#X-Amz-Target=StorageGateway_20130630.ListFileSystemAssociations: post: operationId: ListFileSystemAssociations description: Gets a list of FileSystemAssociationSummary objects. Each object contains a summary of a file system association. This operation is only supported for FSx File Gateways. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListFileSystemAssociationsOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListFileSystemAssociationsInput' parameters: - name: Limit in: query schema: type: string description: Pagination limit required: false - name: Marker in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ListFileSystemAssociations 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' /#X-Amz-Target=StorageGateway_20130630.ListGateways: post: operationId: ListGateways description: '

Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN).

By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response.

If you have more gateways than are returned in a response (that is, the response returns only a truncated list of your gateways), the response contains a marker that you can specify in your next request to fetch the next page of gateways.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListGatewaysOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListGatewaysInput' parameters: - name: Limit in: query schema: type: string description: Pagination limit required: false - name: Marker in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ListGateways 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' /#X-Amz-Target=StorageGateway_20130630.ListLocalDisks: post: operationId: ListLocalDisks description: '

Returns a list of the gateway''s local disks. To specify which gateway to describe, you use the Amazon Resource Name (ARN) of the gateway in the body of the request.

The request returns a list of all disks, specifying which are configured as working storage, cache storage, or stored volume or not configured at all. The response includes a DiskStatus field. This field can have a value of present (the disk is available to use), missing (the disk is no longer connected to the gateway), or mismatch (the disk node is occupied by a disk that has incorrect metadata or the disk content is corrupted).

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListLocalDisksOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListLocalDisksInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ListLocalDisks 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' /#X-Amz-Target=StorageGateway_20130630.ListTagsForResource: post: operationId: ListTagsForResource description: Lists the tags that have been added to the specified resource. This operation is supported in storage gateways of all types. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListTagsForResourceOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListTagsForResourceInput' parameters: - name: Limit in: query schema: type: string description: Pagination limit required: false - name: Marker in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ListTagsForResource 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' /#X-Amz-Target=StorageGateway_20130630.ListTapePools: post: operationId: ListTapePools description: '

Lists custom tape pools. You specify custom tape pools to list by specifying one or more custom tape pool Amazon Resource Names (ARNs). If you don''t specify a custom tape pool ARN, the operation lists all custom tape pools.

This operation supports pagination. You can optionally specify the Limit parameter in the body to limit the number of tape pools in the response. If the number of tape pools returned in the response is truncated, the response includes a Marker element that you can use in your subsequent request to retrieve the next set of tape pools.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListTapePoolsOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListTapePoolsInput' parameters: - name: Limit in: query schema: type: string description: Pagination limit required: false - name: Marker in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ListTapePools 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' /#X-Amz-Target=StorageGateway_20130630.ListTapes: post: operationId: ListTapes description: '

Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS). You specify the tapes to list by specifying one or more tape Amazon Resource Names (ARNs). If you don''t specify a tape ARN, the operation lists all virtual tapes in both your VTL and VTS.

This operation supports pagination. By default, the operation returns a maximum of up to 100 tapes. You can optionally specify the Limit parameter in the body to limit the number of tapes in the response. If the number of tapes returned in the response is truncated, the response includes a Marker element that you can use in your subsequent request to retrieve the next set of tapes. This operation is only supported in the tape gateway type.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListTapesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListTapesInput' parameters: - name: Limit in: query schema: type: string description: Pagination limit required: false - name: Marker in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ListTapes 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' /#X-Amz-Target=StorageGateway_20130630.ListVolumeInitiators: post: operationId: ListVolumeInitiators description: Lists iSCSI initiators that are connected to a volume. You can use this operation to determine whether a volume is being used or not. This operation is only supported in the cached volume and stored volume gateway types. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListVolumeInitiatorsOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListVolumeInitiatorsInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ListVolumeInitiators 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' /#X-Amz-Target=StorageGateway_20130630.ListVolumeRecoveryPoints: post: operationId: ListVolumeRecoveryPoints description:

Lists the recovery points for a specified gateway. This operation is only supported in the cached volume gateway type.

Each cache volume has one recovery point. A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot or clone a new cached volume from a source volume. To create a snapshot from a volume recovery point use the CreateSnapshotFromVolumeRecoveryPoint operation.

responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListVolumeRecoveryPointsOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListVolumeRecoveryPointsInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ListVolumeRecoveryPoints 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' /#X-Amz-Target=StorageGateway_20130630.ListVolumes: post: operationId: ListVolumes description: '

Lists the iSCSI stored volumes of a gateway. Results are sorted by volume ARN. The response includes only the volume ARNs. If you want additional volume information, use the DescribeStorediSCSIVolumes or the DescribeCachediSCSIVolumes API.

The operation supports pagination. By default, the operation returns a maximum of up to 100 volumes. You can optionally specify the Limit field in the body to limit the number of volumes in the response. If the number of volumes returned in the response is truncated, the response includes a Marker field. You can use this Marker value in your subsequent request to retrieve the next set of volumes. This operation is only supported in the cached volume and stored volume gateway types.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListVolumesOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListVolumesInput' parameters: - name: Limit in: query schema: type: string description: Pagination limit required: false - name: Marker in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ListVolumes 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' /#X-Amz-Target=StorageGateway_20130630.NotifyWhenUploaded: post: operationId: NotifyWhenUploaded description: '

Sends you notification through CloudWatch Events when all files written to your file share have been uploaded to S3. Amazon S3.

Storage Gateway can send a notification through Amazon CloudWatch Events when all files written to your file share up to that point in time have been uploaded to Amazon S3. These files include files written to the file share up to the time that you make a request for notification. When the upload is done, Storage Gateway sends you notification through an Amazon CloudWatch Event. You can configure CloudWatch Events to send the notification through event targets such as Amazon SNS or Lambda function. This operation is only supported for S3 File Gateways.

For more information, see Getting file upload notification in the Storage Gateway User Guide.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/NotifyWhenUploadedOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/NotifyWhenUploadedInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.NotifyWhenUploaded 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' /#X-Amz-Target=StorageGateway_20130630.RefreshCache: post: operationId: RefreshCache description: '

Refreshes the cached inventory of objects for the specified file share. This operation finds objects in the Amazon S3 bucket that were added, removed, or replaced since the gateway last listed the bucket''s contents and cached the results. This operation does not import files into the S3 File Gateway cache storage. It only updates the cached inventory to reflect changes in the inventory of the objects in the S3 bucket. This operation is only supported in the S3 File Gateway types.

You can subscribe to be notified through an Amazon CloudWatch event when your RefreshCache operation completes. For more information, see Getting notified about file operations in the Storage Gateway User Guide. This operation is Only supported for S3 File Gateways.

When this API is called, it only initiates the refresh operation. When the API call completes and returns a success code, it doesn''t necessarily mean that the file refresh has completed. You should use the refresh-complete notification to determine that the operation has completed before you check for new files on the gateway file share. You can subscribe to be notified through a CloudWatch event when your RefreshCache operation completes.

Throttle limit: This API is asynchronous, so the gateway will accept no more than two refreshes at any time. We recommend using the refresh-complete CloudWatch event notification before issuing additional requests. For more information, see Getting notified about file operations in the Storage Gateway User Guide.

The S3 bucket name does not need to be included when entering the list of folders in the FolderList parameter.

For more information, see Getting notified about file operations in the Storage Gateway User Guide.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/RefreshCacheOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/RefreshCacheInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.RefreshCache 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' /#X-Amz-Target=StorageGateway_20130630.RemoveTagsFromResource: post: operationId: RemoveTagsFromResource description: Removes one or more tags from the specified resource. This operation is supported in storage gateways of all types. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/RemoveTagsFromResourceOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/RemoveTagsFromResourceInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.RemoveTagsFromResource 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' /#X-Amz-Target=StorageGateway_20130630.ResetCache: post: operationId: ResetCache description: '

Resets all cache disks that have encountered an error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters an error, the gateway prevents read and write operations on virtual tapes in the gateway. For example, an error can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the gateway loses its cache storage. At this point, you can reconfigure the disks as cache disks. This operation is only supported in the cached volume and tape types.

If the cache disk you are resetting contains data that has not been uploaded to Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no configured cache disks left in the gateway, so you must configure at least one new cache disk for your gateway to function properly.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ResetCacheOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ResetCacheInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ResetCache 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' /#X-Amz-Target=StorageGateway_20130630.RetrieveTapeArchive: post: operationId: RetrieveTapeArchive description: '

Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a tape gateway. Virtual tapes archived in the VTS are not associated with any gateway. However after a tape is retrieved, it is associated with a gateway, even though it is also listed in the VTS, that is, archive. This operation is only supported in the tape gateway type.

Once a tape is successfully retrieved to a gateway, it cannot be retrieved again to another gateway. You must archive the tape again before you can retrieve it to another gateway. This operation is only supported in the tape gateway type.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/RetrieveTapeArchiveOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/RetrieveTapeArchiveInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.RetrieveTapeArchive 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' /#X-Amz-Target=StorageGateway_20130630.RetrieveTapeRecoveryPoint: post: operationId: RetrieveTapeRecoveryPoint description: '

Retrieves the recovery point for the specified virtual tape. This operation is only supported in the tape gateway type.

A recovery point is a point in time view of a virtual tape at which all the data on the tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway.

The virtual tape can be retrieved to only one gateway. The retrieved tape is read-only. The virtual tape can be retrieved to only a tape gateway. There is no charge for retrieving recovery points.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/RetrieveTapeRecoveryPointOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/RetrieveTapeRecoveryPointInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.RetrieveTapeRecoveryPoint 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' /#X-Amz-Target=StorageGateway_20130630.SetLocalConsolePassword: post: operationId: SetLocalConsolePassword description: 'Sets the password for your VM local console. When you log in to the local console for the first time, you log in to the VM with the default credentials. We recommend that you set a new password. You don''t need to know the default password to set a new password.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/SetLocalConsolePasswordOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/SetLocalConsolePasswordInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.SetLocalConsolePassword 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' /#X-Amz-Target=StorageGateway_20130630.SetSMBGuestPassword: post: operationId: SetSMBGuestPassword description: Sets the password for the guest user smbguest. The smbguest user is the user when the authentication method for the file share is set to GuestAccess. This operation only supported for S3 File Gateways responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/SetSMBGuestPasswordOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/SetSMBGuestPasswordInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.SetSMBGuestPassword 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' /#X-Amz-Target=StorageGateway_20130630.ShutdownGateway: post: operationId: ShutdownGateway description: '

Shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource Name (ARN) of the gateway in the body of your request.

The operation shuts down the gateway service component running in the gateway''s virtual machine (VM) and not the host VM.

If you want to shut down the VM, it is recommended that you first shut down the gateway component in the VM to avoid unpredictable conditions.

After the gateway is shutdown, you cannot call any other API except StartGateway, DescribeGatewayInformation, and ListGateways. For more information, see ActivateGateway. Your applications cannot read from or write to the gateway''s storage volumes, and there are no snapshots taken.

When you make a shutdown request, you will get a 200 OK success response immediately. However, it might take some time for the gateway to shut down. You can call the DescribeGatewayInformation API to check the status. For more information, see ActivateGateway.

If do not intend to use the gateway again, you must delete the gateway (using DeleteGateway) to no longer pay software charges associated with the gateway.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ShutdownGatewayOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ShutdownGatewayInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.ShutdownGateway 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' /#X-Amz-Target=StorageGateway_20130630.StartAvailabilityMonitorTest: post: operationId: StartAvailabilityMonitorTest description: '

Start a test that verifies that the specified gateway is configured for High Availability monitoring in your host environment. This request only initiates the test and that a successful response only indicates that the test was started. It doesn''t indicate that the test passed. For the status of the test, invoke the DescribeAvailabilityMonitorTest API.

Starting this test will cause your gateway to go offline for a brief period.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/StartAvailabilityMonitorTestOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/StartAvailabilityMonitorTestInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.StartAvailabilityMonitorTest 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' /#X-Amz-Target=StorageGateway_20130630.StartGateway: post: operationId: StartGateway description: '

Starts a gateway that you previously shut down (see ShutdownGateway). After the gateway starts, you can then make other API calls, your applications can read from or write to the gateway''s storage volumes and you will be able to take snapshot backups.

When you make a request, you will get a 200 OK success response immediately. However, it might take some time for the gateway to be ready. You should call DescribeGatewayInformation and check the status before making any additional API calls. For more information, see ActivateGateway.

To specify which gateway to start, use the Amazon Resource Name (ARN) of the gateway in your request.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/StartGatewayOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/StartGatewayInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.StartGateway 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' /#X-Amz-Target=StorageGateway_20130630.UpdateAutomaticTapeCreationPolicy: post: operationId: UpdateAutomaticTapeCreationPolicy description: '

Updates the automatic tape creation policy of a gateway. Use this to update the policy with a new set of automatic tape creation rules. This is only supported for tape gateways.

By default, there is no automatic tape creation policy.

A gateway can have only one automatic tape creation policy.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateAutomaticTapeCreationPolicyOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateAutomaticTapeCreationPolicyInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateAutomaticTapeCreationPolicy 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' /#X-Amz-Target=StorageGateway_20130630.UpdateBandwidthRateLimit: post: operationId: UpdateBandwidthRateLimit description: '

Updates the bandwidth rate limits of a gateway. You can update both the upload and download bandwidth rate limit or specify only one of the two. If you don''t set a bandwidth rate limit, the existing rate limit remains. This operation is supported only for the stored volume, cached volume, and tape gateway types. To update bandwidth rate limits for S3 file gateways, use UpdateBandwidthRateLimitSchedule.

By default, a gateway''s bandwidth rate limits are not set. If you don''t set any limit, the gateway does not have any limitations on its bandwidth usage and could potentially use the maximum available bandwidth.

To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in your request.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateBandwidthRateLimitOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateBandwidthRateLimitInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateBandwidthRateLimit 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' /#X-Amz-Target=StorageGateway_20130630.UpdateBandwidthRateLimitSchedule: post: operationId: UpdateBandwidthRateLimitSchedule description: ' Updates the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. Use this to initiate or update a gateway''s bandwidth rate limit schedule. This operation is supported only for volume, tape and S3 file gateways. FSx file gateways do not support bandwidth rate limits.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateBandwidthRateLimitScheduleOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateBandwidthRateLimitScheduleInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateBandwidthRateLimitSchedule 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' /#X-Amz-Target=StorageGateway_20130630.UpdateChapCredentials: post: operationId: UpdateChapCredentials description: '

Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target. By default, a gateway does not have CHAP enabled; however, for added security, you might use it. This operation is supported in the volume and tape gateway types.

When you update CHAP credentials, all existing connections on the target are closed and initiators must reconnect with the new credentials.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateChapCredentialsOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateChapCredentialsInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateChapCredentials 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' /#X-Amz-Target=StorageGateway_20130630.UpdateFileSystemAssociation: post: operationId: UpdateFileSystemAssociation description: Updates a file system association. This operation is only supported in the FSx File Gateways. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateFileSystemAssociationOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateFileSystemAssociationInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateFileSystemAssociation 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' /#X-Amz-Target=StorageGateway_20130630.UpdateGatewayInformation: post: operationId: UpdateGatewayInformation description: '

Updates a gateway''s metadata, which includes the gateway''s name and time zone. To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in your request.

For gateways activated after September 2, 2015, the gateway''s ARN contains the gateway ID rather than the gateway name. However, changing the name of the gateway has no effect on the gateway''s ARN.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateGatewayInformationOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateGatewayInformationInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateGatewayInformation 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' /#X-Amz-Target=StorageGateway_20130630.UpdateGatewaySoftwareNow: post: operationId: UpdateGatewaySoftwareNow description: '

Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.

When you make this request, you get a 200 OK success response immediately. However, it might take some time for the update to complete. You can call DescribeGatewayInformation to verify the gateway is in the STATE_RUNNING state.

A software update forces a system restart of your gateway. You can minimize the chance of any disruption to your applications by increasing your iSCSI Initiators'' timeouts. For more information about increasing iSCSI Initiator timeouts for Windows and Linux, see Customizing your Windows iSCSI settings and Customizing your Linux iSCSI settings, respectively.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateGatewaySoftwareNowOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateGatewaySoftwareNowInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateGatewaySoftwareNow 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' /#X-Amz-Target=StorageGateway_20130630.UpdateMaintenanceStartTime: post: operationId: UpdateMaintenanceStartTime description: 'Updates a gateway''s weekly maintenance start time information, including day and time of the week. The maintenance time is the time in your gateway''s time zone.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateMaintenanceStartTimeOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateMaintenanceStartTimeInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateMaintenanceStartTime 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' /#X-Amz-Target=StorageGateway_20130630.UpdateNFSFileShare: post: operationId: UpdateNFSFileShare description: '

Updates a Network File System (NFS) file share. This operation is only supported in S3 File Gateways.

To leave a file share field unchanged, set the corresponding input field to null.

Updates the following file share settings:

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateNFSFileShareOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateNFSFileShareInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateNFSFileShare 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' /#X-Amz-Target=StorageGateway_20130630.UpdateSMBFileShare: post: operationId: UpdateSMBFileShare description: '

Updates a Server Message Block (SMB) file share. This operation is only supported for S3 File Gateways.

To leave a file share field unchanged, set the corresponding input field to null.

File gateways require Security Token Service (Amazon Web Services STS) to be activated to enable you to create a file share. Make sure that Amazon Web Services STS is activated in the Amazon Web Services Region you are creating your file gateway in. If Amazon Web Services STS is not activated in this Amazon Web Services Region, activate it. For information about how to activate Amazon Web Services STS, see Activating and deactivating Amazon Web Services STS in an Amazon Web Services Region in the Identity and Access Management User Guide.

File gateways don''t support creating hard or symbolic links on a file share.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateSMBFileShareOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateSMBFileShareInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateSMBFileShare 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' /#X-Amz-Target=StorageGateway_20130630.UpdateSMBFileShareVisibility: post: operationId: UpdateSMBFileShareVisibility description: Controls whether the shares on an S3 File Gateway are visible in a net view or browse list. The operation is only supported for S3 File Gateways. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateSMBFileShareVisibilityOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateSMBFileShareVisibilityInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateSMBFileShareVisibility 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' /#X-Amz-Target=StorageGateway_20130630.UpdateSMBLocalGroups: post: operationId: UpdateSMBLocalGroups description: Updates the list of Active Directory users and groups that have special permissions for SMB file shares on the gateway. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateSMBLocalGroupsOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateSMBLocalGroupsInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateSMBLocalGroups 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' /#X-Amz-Target=StorageGateway_20130630.UpdateSMBSecurityStrategy: post: operationId: UpdateSMBSecurityStrategy description:

Updates the SMB security strategy on a file gateway. This action is only supported in file gateways.

This API is called Security level in the User Guide.

A higher security level can affect performance of the gateway.

responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateSMBSecurityStrategyOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateSMBSecurityStrategyInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateSMBSecurityStrategy 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' /#X-Amz-Target=StorageGateway_20130630.UpdateSnapshotSchedule: post: operationId: UpdateSnapshotSchedule description: '

Updates a snapshot schedule configured for a gateway volume. This operation is only supported in the cached volume and stored volume gateway types.

The default snapshot schedule for volume is once every 24 hours, starting at the creation time of the volume. You can use this API to change the snapshot schedule configured for the volume.

In the request you must identify the gateway volume whose snapshot schedule you want to update, and the schedule information, including when you want the snapshot to begin on a day and the frequency (in hours) of snapshots.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateSnapshotScheduleOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateSnapshotScheduleInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateSnapshotSchedule 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' /#X-Amz-Target=StorageGateway_20130630.UpdateVTLDeviceType: post: operationId: UpdateVTLDeviceType description: 'Updates the type of medium changer in a tape gateway. When you activate a tape gateway, you select a medium changer type for the tape gateway. This operation enables you to select a different type of medium changer after a tape gateway is activated. This operation is only supported in the tape gateway type.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateVTLDeviceTypeOutput' '480': description: InvalidGatewayRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidGatewayRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateVTLDeviceTypeInput' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - StorageGateway_20130630.UpdateVTLDeviceType 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' components: parameters: X-Amz-Content-Sha256: name: X-Amz-Content-Sha256 in: header schema: type: string required: false X-Amz-Date: name: X-Amz-Date in: header schema: type: string required: false X-Amz-Algorithm: name: X-Amz-Algorithm in: header schema: type: string required: false X-Amz-Credential: name: X-Amz-Credential in: header schema: type: string required: false X-Amz-Security-Token: name: X-Amz-Security-Token in: header schema: type: string required: false X-Amz-Signature: name: X-Amz-Signature in: header schema: type: string required: false X-Amz-SignedHeaders: name: X-Amz-SignedHeaders in: header schema: type: string required: false securitySchemes: hmac: type: apiKey name: Authorization in: header description: Amazon Signature authorization v4 x-amazon-apigateway-authtype: awsSigv4 schemas: ActivateGatewayOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: '

Storage Gateway returns the Amazon Resource Name (ARN) of the activated gateway. It is a string made of information such as your account, gateway name, and Amazon Web Services Region. This ARN is used to reference the gateway in other API operations as well as resource-based authorization.

For gateways activated prior to September 02, 2015, the gateway ARN contains the gateway name rather than the gateway ID. Changing the name of the gateway has no effect on the gateway ARN.

' ActivateGatewayInput: type: object required: - ActivationKey - GatewayName - GatewayTimezone - GatewayRegion title: ActivateGatewayInput properties: ActivationKey: allOf: - $ref: '#/components/schemas/ActivationKey' - description: '

Your gateway activation key. You can obtain the activation key by sending an HTTP GET request with redirects enabled to the gateway IP address (port 80). The redirect URL returned in the response provides you the activation key for your gateway in the query string parameter activationKey. It may also include other activation-related parameters, however, these are merely defaults -- the arguments you pass to the ActivateGateway API call determine the actual configuration of your gateway.

For more information, see Getting activation key in the Storage Gateway User Guide.

' GatewayName: allOf: - $ref: '#/components/schemas/GatewayName' - description: The name you configured for your gateway. GatewayTimezone: allOf: - $ref: '#/components/schemas/GatewayTimezone' - description: 'A value that indicates the time zone you want to set for the gateway. The time zone is of the format "GMT-hr:mm" or "GMT+hr:mm". For example, GMT-4:00 indicates the time is 4 hours behind GMT. GMT+2:00 indicates the time is 2 hours ahead of GMT. The time zone is used, for example, for scheduling snapshots and your gateway''s maintenance schedule.' GatewayRegion: allOf: - $ref: '#/components/schemas/RegionId' - description: '

A value that indicates the Amazon Web Services Region where you want to store your data. The gateway Amazon Web Services Region specified must be the same Amazon Web Services Region as the Amazon Web Services Region in your Host header in the request. For more information about available Amazon Web Services Regions and endpoints for Storage Gateway, see Storage Gateway endpoints and quotas in the Amazon Web Services General Reference.

Valid Values: See Storage Gateway endpoints and quotas in the Amazon Web Services General Reference.

' GatewayType: allOf: - $ref: '#/components/schemas/GatewayType' - description: '

A value that defines the type of gateway to activate. The type specified is critical to all later functions of the gateway and cannot be changed after activation. The default value is CACHED.

Valid Values: STORED | CACHED | VTL | VTL_SNOW | FILE_S3 | FILE_FSX_SMB

' TapeDriveType: allOf: - $ref: '#/components/schemas/TapeDriveType' - description: '

The value that indicates the type of tape drive to use for tape gateway. This field is optional.

Valid Values: IBM-ULT3580-TD5

' MediumChangerType: allOf: - $ref: '#/components/schemas/MediumChangerType' - description: '

The value that indicates the type of medium changer to use for tape gateway. This field is optional.

Valid Values: STK-L700 | AWS-Gateway-VTL | IBM-03584L32-0402

' Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

A list of up to 50 tags that you can assign to the gateway. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers that can be represented in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256 characters.

' description: '

A JSON object containing one or more of the following fields:

' InvalidGatewayRequestException: {} InternalServerError: {} AddCacheOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' AddCacheInput: type: object required: - GatewayARN - DiskIds title: AddCacheInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DiskIds: allOf: - $ref: '#/components/schemas/DiskIds' - description: An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API. AddTagsToResourceOutput: type: object example: ResourceARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B' properties: ResourceARN: allOf: - $ref: '#/components/schemas/ResourceARN' - description: The Amazon Resource Name (ARN) of the resource you want to add tags to. description: AddTagsToResourceOutput AddTagsToResourceInput: type: object required: - ResourceARN - Tags title: AddTagsToResourceInput properties: ResourceARN: allOf: - $ref: '#/components/schemas/ResourceARN' - description: The Amazon Resource Name (ARN) of the resource you want to add tags to. Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

The key-value pair that represents the tag you want to add to the resource. The value can be an empty string.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256.

' description: AddTagsToResourceInput AddUploadBufferOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' AddUploadBufferInput: type: object required: - GatewayARN - DiskIds title: AddUploadBufferInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DiskIds: allOf: - $ref: '#/components/schemas/DiskIds' - description: An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API. AddWorkingStorageOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway for which working storage was configured. AddWorkingStorageInput: type: object required: - GatewayARN - DiskIds title: AddWorkingStorageInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DiskIds: allOf: - $ref: '#/components/schemas/DiskIds' - description: An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API. description: '

A JSON object containing one or more of the following fields:

' AssignTapePoolOutput: type: object properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The unique Amazon Resource Names (ARN) of the virtual tape that was added to the tape pool. AssignTapePoolInput: type: object required: - TapeARN - PoolId title: AssignTapePoolInput properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool. PoolId: allOf: - $ref: '#/components/schemas/PoolId' - description: 'The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.' BypassGovernanceRetention: allOf: - $ref: '#/components/schemas/boolean' - description: '

Set permissions to bypass governance retention. If the lock type of the archived tape is Governance, the tape''s archived age is not older than RetentionLockInDays, and the user does not already have BypassGovernanceRetention, setting this to TRUE enables the user to bypass the retention lock. This parameter is set to true by default for calls from the console.

Valid values: TRUE | FALSE

' AssociateFileSystemOutput: type: object properties: FileSystemAssociationARN: allOf: - $ref: '#/components/schemas/FileSystemAssociationARN' - description: The ARN of the newly created file system association. AssociateFileSystemInput: type: object required: - UserName - Password - ClientToken - GatewayARN - LocationARN title: AssociateFileSystemInput properties: UserName: allOf: - $ref: '#/components/schemas/DomainUserName' - description: The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group. Password: allOf: - $ref: '#/components/schemas/DomainUserPassword' - description: The password of the user credential. ClientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique string value that you supply that is used by the FSx File Gateway to ensure idempotent file system association creation. GatewayARN: $ref: '#/components/schemas/GatewayARN' LocationARN: allOf: - $ref: '#/components/schemas/FileSystemLocationARN' - description: The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway. Tags: allOf: - $ref: '#/components/schemas/Tags' - description: A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value pair. AuditDestinationARN: allOf: - $ref: '#/components/schemas/AuditDestinationARN' - description: The Amazon Resource Name (ARN) of the storage used for the audit logs. CacheAttributes: $ref: '#/components/schemas/CacheAttributes' EndpointNetworkConfiguration: allOf: - $ref: '#/components/schemas/EndpointNetworkConfiguration' - description: '

Specifies the network configuration information for the gateway associated with the Amazon FSx file system.

If multiple file systems are associated with this gateway, this parameter''s IpAddresses field is required.

' AttachVolumeOutput: type: object properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume that was attached to the gateway. TargetARN: allOf: - $ref: '#/components/schemas/TargetARN' - description: 'The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was used to connect to the target.' description: AttachVolumeOutput AttachVolumeInput: type: object required: - GatewayARN - VolumeARN - NetworkInterfaceId title: AttachVolumeInput properties: GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The Amazon Resource Name (ARN) of the gateway that you want to attach the volume to. TargetName: allOf: - $ref: '#/components/schemas/TargetName' - description: '

The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes on a gateway.

If you don''t specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.

' VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume to attach to the specified gateway. NetworkInterfaceId: allOf: - $ref: '#/components/schemas/NetworkInterfaceId' - description: '

The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted. Use DescribeGatewayInformation to get a list of the network interfaces available on a gateway.

Valid Values: A valid IP address.

' DiskId: allOf: - $ref: '#/components/schemas/DiskId' - description: The unique device ID or other distinguishing data that identifies the local disk used to create the volume. This value is only required when you are attaching a stored volume. description: AttachVolumeInput CancelArchivalOutput: type: object example: TapeARN: 'arn:aws:storagegateway:us-east-1:999999999999:tape/AMZN01A2A4' properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled. description: CancelArchivalOutput CancelArchivalInput: type: object required: - GatewayARN - TapeARN title: CancelArchivalInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for. description: CancelArchivalInput CancelRetrievalOutput: type: object example: TapeARN: 'arn:aws:storagegateway:us-east-1:999999999999:tape/AMZN01A2A4' properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled. description: CancelRetrievalOutput CancelRetrievalInput: type: object required: - GatewayARN - TapeARN title: CancelRetrievalInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for. description: CancelRetrievalInput CreateCachediSCSIVolumeOutput: type: object example: TargetARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume' VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the configured volume. TargetARN: allOf: - $ref: '#/components/schemas/TargetARN' - description: 'The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.' CreateCachediSCSIVolumeInput: type: object required: - GatewayARN - VolumeSizeInBytes - TargetName - NetworkInterfaceId - ClientToken title: CreateCachediSCSIVolumeInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' VolumeSizeInBytes: allOf: - $ref: '#/components/schemas/long' - description: The size of the volume in bytes. SnapshotId: allOf: - $ref: '#/components/schemas/SnapshotId' - description: 'The snapshot ID (e.g. "snap-1122aabb") of the snapshot to restore as the new cached volume. Specify this field if you want to create the iSCSI storage volume from a snapshot; otherwise, do not include this field. To list snapshots for your account use DescribeSnapshots in the Amazon Elastic Compute Cloud API Reference.' TargetName: allOf: - $ref: '#/components/schemas/TargetName' - description: '

The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes on a gateway.

If you don''t specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.

' SourceVolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: 'The ARN for an existing volume. Specifying this ARN makes the new volume into an exact copy of the specified existing volume''s latest recovery point. The VolumeSizeInBytes value for this new volume must be equal to or larger than the size of the existing volume, in bytes.' NetworkInterfaceId: allOf: - $ref: '#/components/schemas/NetworkInterfaceId' - description: '

The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted. Use DescribeGatewayInformation to get a list of the network interfaces available on a gateway.

Valid Values: A valid IP address.

' ClientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: 'A unique identifier that you use to retry a request. If you retry a request, use the same ClientToken you specified in the initial request.' KMSEncrypted: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Set to true to use Amazon S3 server-side encryption with your own KMS key, or false to use a key managed by Amazon S3. Optional.

Valid Values: true | false

' KMSKey: allOf: - $ref: '#/components/schemas/KMSKey' - description: The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can only be set when KMSEncrypted is true. Optional. Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

A list of up to 50 tags that you can assign to a cached volume. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers that you can represent in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256 characters.

' CreateNFSFileShareOutput: type: object properties: FileShareARN: allOf: - $ref: '#/components/schemas/FileShareARN' - description: The Amazon Resource Name (ARN) of the newly created file share. description: CreateNFSFileShareOutput CreateNFSFileShareInput: type: object required: - ClientToken - GatewayARN - Role - LocationARN title: CreateNFSFileShareInput properties: ClientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique string value that you supply that is used by S3 File Gateway to ensure idempotent file share creation. NFSFileShareDefaults: allOf: - $ref: '#/components/schemas/NFSFileShareDefaults' - description: File share default values. Optional. GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The Amazon Resource Name (ARN) of the S3 File Gateway on which you want to create a file share. KMSEncrypted: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Set to true to use Amazon S3 server-side encryption with your own KMS key, or false to use a key managed by Amazon S3. Optional.

Valid Values: true | false

' KMSKey: allOf: - $ref: '#/components/schemas/KMSKey' - description: The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can only be set when KMSEncrypted is true. Optional. Role: allOf: - $ref: '#/components/schemas/Role' - description: The ARN of the Identity and Access Management (IAM) role that an S3 File Gateway assumes when it accesses the underlying storage. LocationARN: allOf: - $ref: '#/components/schemas/LocationARN' - description: '

A custom ARN for the backend storage used for storing data for file shares. It includes a resource ARN with an optional prefix concatenation. The prefix must end with a forward slash (/).

You can specify LocationARN as a bucket ARN, access point ARN or access point alias, as shown in the following examples.

Bucket ARN:

arn:aws:s3:::my-bucket/prefix/

Access point ARN:

arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/

If you specify an access point, the bucket policy must be configured to delegate access control to the access point. For information, see Delegating access control to access points in the Amazon S3 User Guide.

Access point alias:

test-ap-ab123cdef4gehijklmn5opqrstuvuse1a-s3alias

' DefaultStorageClass: allOf: - $ref: '#/components/schemas/StorageClass' - description: '

The default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway. The default value is S3_STANDARD. Optional.

Valid Values: S3_STANDARD | S3_INTELLIGENT_TIERING | S3_STANDARD_IA | S3_ONEZONE_IA

' ObjectACL: allOf: - $ref: '#/components/schemas/ObjectACL' - description: A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into. The default value is private. ClientList: allOf: - $ref: '#/components/schemas/FileShareClientList' - description: The list of clients that are allowed to access the S3 File Gateway. The list must contain either valid IP addresses or valid CIDR blocks. Squash: allOf: - $ref: '#/components/schemas/Squash' - description: '

A value that maps a user to anonymous user.

Valid values are the following:

' ReadOnly: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets the write status of a file share. Set this value to true to set the write status to read-only, otherwise set to false.

Valid Values: true | false

' GuessMIMETypeEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to true to enable MIME type guessing, otherwise set to false. The default value is true.

Valid Values: true | false

' RequesterPays: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets who pays the cost of the request and the cost associated with data download from the S3 bucket. If this value is set to true, the requester pays the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays the cost of storing data.

RequesterPays is a configuration for the S3 bucket that backs the file share, so make sure that the configuration on the file share is the same as the S3 bucket configuration.

Valid Values: true | false

' Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

A list of up to 50 tags that can be assigned to the NFS file share. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256.

' FileShareName: allOf: - $ref: '#/components/schemas/FileShareName' - description: '

The name of the file share. Optional.

FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.

' CacheAttributes: allOf: - $ref: '#/components/schemas/CacheAttributes' - description: Specifies refresh cache information for the file share. NotificationPolicy: allOf: - $ref: '#/components/schemas/NotificationPolicy' - description: '

The notification policy of the file share. SettlingTimeInSeconds controls the number of seconds to wait after the last point in time a client wrote to a file before generating an ObjectUploaded notification. Because clients can make many small writes to files, it''s best to set this parameter for as long as possible to avoid generating multiple notifications for the same file in a small time period.

SettlingTimeInSeconds has no effect on the timing of the object uploading to Amazon S3, only the timing of the notification.

The following example sets NotificationPolicy on with SettlingTimeInSeconds set to 60.

{\"Upload\": {\"SettlingTimeInSeconds\": 60}}

The following example sets NotificationPolicy off.

{}

' VPCEndpointDNSName: allOf: - $ref: '#/components/schemas/DNSHostName' - description: '

Specifies the DNS name for the VPC endpoint that the NFS file share uses to connect to Amazon S3.

This parameter is required for NFS file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point.

' BucketRegion: allOf: - $ref: '#/components/schemas/RegionId' - description: '

Specifies the Region of the S3 bucket where the NFS file share stores files.

This parameter is required for NFS file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point.

' AuditDestinationARN: allOf: - $ref: '#/components/schemas/AuditDestinationARN' - description: The Amazon Resource Name (ARN) of the storage used for audit logs. description: CreateNFSFileShareInput CreateSMBFileShareOutput: type: object properties: FileShareARN: allOf: - $ref: '#/components/schemas/FileShareARN' - description: The Amazon Resource Name (ARN) of the newly created file share. description: CreateSMBFileShareOutput CreateSMBFileShareInput: type: object required: - ClientToken - GatewayARN - Role - LocationARN title: CreateSMBFileShareInput properties: ClientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique string value that you supply that is used by S3 File Gateway to ensure idempotent file share creation. GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The ARN of the S3 File Gateway on which you want to create a file share. KMSEncrypted: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Set to true to use Amazon S3 server-side encryption with your own KMS key, or false to use a key managed by Amazon S3. Optional.

Valid Values: true | false

' KMSKey: allOf: - $ref: '#/components/schemas/KMSKey' - description: The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can only be set when KMSEncrypted is true. Optional. Role: allOf: - $ref: '#/components/schemas/Role' - description: The ARN of the Identity and Access Management (IAM) role that an S3 File Gateway assumes when it accesses the underlying storage. LocationARN: allOf: - $ref: '#/components/schemas/LocationARN' - description: '

A custom ARN for the backend storage used for storing data for file shares. It includes a resource ARN with an optional prefix concatenation. The prefix must end with a forward slash (/).

You can specify LocationARN as a bucket ARN, access point ARN or access point alias, as shown in the following examples.

Bucket ARN:

arn:aws:s3:::my-bucket/prefix/

Access point ARN:

arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/

If you specify an access point, the bucket policy must be configured to delegate access control to the access point. For information, see Delegating access control to access points in the Amazon S3 User Guide.

Access point alias:

test-ap-ab123cdef4gehijklmn5opqrstuvuse1a-s3alias

' DefaultStorageClass: allOf: - $ref: '#/components/schemas/StorageClass' - description: '

The default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway. The default value is S3_STANDARD. Optional.

Valid Values: S3_STANDARD | S3_INTELLIGENT_TIERING | S3_STANDARD_IA | S3_ONEZONE_IA

' ObjectACL: allOf: - $ref: '#/components/schemas/ObjectACL' - description: A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into. The default value is private. ReadOnly: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets the write status of a file share. Set this value to true to set the write status to read-only, otherwise set to false.

Valid Values: true | false

' GuessMIMETypeEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to true to enable MIME type guessing, otherwise set to false. The default value is true.

Valid Values: true | false

' RequesterPays: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets who pays the cost of the request and the cost associated with data download from the S3 bucket. If this value is set to true, the requester pays the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays the cost of storing data.

RequesterPays is a configuration for the S3 bucket that backs the file share, so make sure that the configuration on the file share is the same as the S3 bucket configuration.

Valid Values: true | false

' SMBACLEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Set this value to true to enable access control list (ACL) on the SMB file share. Set it to false to map file and directory permissions to the POSIX permissions.

For more information, see Using Microsoft Windows ACLs to control access to an SMB file share in the Storage Gateway User Guide.

Valid Values: true | false

' AccessBasedEnumeration: allOf: - $ref: '#/components/schemas/Boolean' - description: The files and folders on this share will only be visible to users with read access. AdminUserList: allOf: - $ref: '#/components/schemas/UserList' - description: '

A list of users or groups in the Active Directory that will be granted administrator privileges on the file share. These users can do all file operations as the super-user. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1.

Use this option very carefully, because any user in this list can do anything they like on the file share, regardless of file permissions.

' ValidUserList: allOf: - $ref: '#/components/schemas/UserList' - description: 'A list of users or groups in the Active Directory that are allowed to access the file share. A group must be prefixed with the @ character. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1. Can only be set if Authentication is set to ActiveDirectory.' InvalidUserList: allOf: - $ref: '#/components/schemas/UserList' - description: 'A list of users or groups in the Active Directory that are not allowed to access the file share. A group must be prefixed with the @ character. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1. Can only be set if Authentication is set to ActiveDirectory.' AuditDestinationARN: allOf: - $ref: '#/components/schemas/AuditDestinationARN' - description: The Amazon Resource Name (ARN) of the storage used for audit logs. Authentication: allOf: - $ref: '#/components/schemas/Authentication' - description: '

The authentication method that users use to access the file share. The default is ActiveDirectory.

Valid Values: ActiveDirectory | GuestAccess

' CaseSensitivity: allOf: - $ref: '#/components/schemas/CaseSensitivity' - description: 'The case of an object name in an Amazon S3 bucket. For ClientSpecified, the client determines the case sensitivity. For CaseSensitive, the gateway determines the case sensitivity. The default value is ClientSpecified.' Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

A list of up to 50 tags that can be assigned to the NFS file share. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256.

' FileShareName: allOf: - $ref: '#/components/schemas/FileShareName' - description: '

The name of the file share. Optional.

FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.

' CacheAttributes: allOf: - $ref: '#/components/schemas/CacheAttributes' - description: Specifies refresh cache information for the file share. NotificationPolicy: allOf: - $ref: '#/components/schemas/NotificationPolicy' - description: '

The notification policy of the file share. SettlingTimeInSeconds controls the number of seconds to wait after the last point in time a client wrote to a file before generating an ObjectUploaded notification. Because clients can make many small writes to files, it''s best to set this parameter for as long as possible to avoid generating multiple notifications for the same file in a small time period.

SettlingTimeInSeconds has no effect on the timing of the object uploading to Amazon S3, only the timing of the notification.

The following example sets NotificationPolicy on with SettlingTimeInSeconds set to 60.

{\"Upload\": {\"SettlingTimeInSeconds\": 60}}

The following example sets NotificationPolicy off.

{}

' VPCEndpointDNSName: allOf: - $ref: '#/components/schemas/DNSHostName' - description: '

Specifies the DNS name for the VPC endpoint that the SMB file share uses to connect to Amazon S3.

This parameter is required for SMB file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point.

' BucketRegion: allOf: - $ref: '#/components/schemas/RegionId' - description: '

Specifies the Region of the S3 bucket where the SMB file share stores files.

This parameter is required for SMB file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point.

' OplocksEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Specifies whether opportunistic locking is enabled for the SMB file share.

Enabling opportunistic locking on case-sensitive shares is not recommended for workloads that involve access to files with the same name in different case.

Valid Values: true | false

' description: CreateSMBFileShareInput CreateSnapshotOutput: type: object example: SnapshotId: snap-78e22663 VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume of which the snapshot was taken. SnapshotId: allOf: - $ref: '#/components/schemas/SnapshotId' - description: The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API DescribeSnapshots) or creating a volume from a snapshot (
CreateStorediSCSIVolume). description: 'A JSON object containing the following fields:' CreateSnapshotInput: type: object required: - VolumeARN - SnapshotDescription title: CreateSnapshotInput properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes. SnapshotDescription: allOf: - $ref: '#/components/schemas/SnapshotDescription' - description: 'Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the Storage Gateway snapshot Details pane, Description field.' Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256.

' description: '

A JSON object containing one or more of the following fields:

' ServiceUnavailableError: {} CreateSnapshotFromVolumeRecoveryPointOutput: type: object example: SnapshotId: snap-78e22663 VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' VolumeRecoveryPointTime: '2017-06-30T10:10:10.000Z' properties: SnapshotId: allOf: - $ref: '#/components/schemas/SnapshotId' - description: The ID of the snapshot. VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN. VolumeRecoveryPointTime: allOf: - $ref: '#/components/schemas/string' - description: The time the volume was created from the recovery point. CreateSnapshotFromVolumeRecoveryPointInput: type: object required: - VolumeARN - SnapshotDescription title: CreateSnapshotFromVolumeRecoveryPointInput properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN. SnapshotDescription: allOf: - $ref: '#/components/schemas/SnapshotDescription' - description: 'Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the Storage Gateway snapshot Details pane, Description field.' Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256.

' CreateStorediSCSIVolumeOutput: type: object example: TargetARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume' VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' VolumeSizeInBytes: 1099511627776 properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the configured volume. VolumeSizeInBytes: allOf: - $ref: '#/components/schemas/long' - description: The size of the volume in bytes. TargetARN: allOf: - $ref: '#/components/schemas/TargetARN' - description: 'The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.' description: 'A JSON object containing the following fields:' CreateStorediSCSIVolumeInput: type: object required: - GatewayARN - DiskId - PreserveExistingData - TargetName - NetworkInterfaceId title: CreateStorediSCSIVolumeInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DiskId: allOf: - $ref: '#/components/schemas/DiskId' - description: 'The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.' SnapshotId: allOf: - $ref: '#/components/schemas/SnapshotId' - description: 'The snapshot ID (e.g., "snap-1122aabb") of the snapshot to restore as the new stored volume. Specify this field if you want to create the iSCSI storage volume from a snapshot; otherwise, do not include this field. To list snapshots for your account use DescribeSnapshots in the Amazon Elastic Compute Cloud API Reference.' PreserveExistingData: allOf: - $ref: '#/components/schemas/boolean' - description: '

Set to true if you want to preserve the data on the local disk. Otherwise, set to false to create an empty volume.

Valid Values: true | false

' TargetName: allOf: - $ref: '#/components/schemas/TargetName' - description: '

The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes on a gateway.

If you don''t specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.

' NetworkInterfaceId: allOf: - $ref: '#/components/schemas/NetworkInterfaceId' - description: '

The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted. Use DescribeGatewayInformation to get a list of the network interfaces available on a gateway.

Valid Values: A valid IP address.

' KMSEncrypted: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Set to true to use Amazon S3 server-side encryption with your own KMS key, or false to use a key managed by Amazon S3. Optional.

Valid Values: true | false

' KMSKey: allOf: - $ref: '#/components/schemas/KMSKey' - description: The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can only be set when KMSEncrypted is true. Optional. Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

A list of up to 50 tags that can be assigned to a stored volume. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256.

' description: '

A JSON object containing one or more of the following fields:

' CreateTapePoolOutput: type: object properties: PoolARN: allOf: - $ref: '#/components/schemas/PoolARN' - description: The unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the ListTapePools operation to return a list of tape pools for your account and Amazon Web Services Region. CreateTapePoolInput: type: object required: - PoolName - StorageClass title: CreateTapePoolInput properties: PoolName: allOf: - $ref: '#/components/schemas/PoolName' - description: The name of the new custom tape pool. StorageClass: allOf: - $ref: '#/components/schemas/TapeStorageClass' - description: 'The storage class that is associated with the new custom pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.' RetentionLockType: allOf: - $ref: '#/components/schemas/RetentionLockType' - description: 'Tape retention lock can be configured in two modes. When configured in governance mode, Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root Amazon Web Services account.' RetentionLockTimeInDays: allOf: - $ref: '#/components/schemas/RetentionLockTimeInDays' - description: 'Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years (36,500 days).' Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

A list of up to 50 tags that can be assigned to tape pool. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256.

' CreateTapeWithBarcodeOutput: type: object example: TapeARN: 'arn:aws:storagegateway:us-east-1:999999999999:tape/TEST12345' properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: A unique Amazon Resource Name (ARN) that represents the virtual tape that was created. description: CreateTapeOutput CreateTapeWithBarcodeInput: type: object required: - GatewayARN - TapeSizeInBytes - TapeBarcode title: CreateTapeWithBarcodeInput properties: GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. TapeSizeInBytes: allOf: - $ref: '#/components/schemas/TapeSize' - description: '

The size, in bytes, of the virtual tape that you want to create.

The size must be aligned by gigabyte (1024*1024*1024 bytes).

' TapeBarcode: allOf: - $ref: '#/components/schemas/TapeBarcode' - description:

The barcode that you want to assign to the tape.

Barcodes cannot be reused. This includes barcodes used for tapes that have been deleted.

KMSEncrypted: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Set to true to use Amazon S3 server-side encryption with your own KMS key, or false to use a key managed by Amazon S3. Optional.

Valid Values: true | false

' KMSKey: allOf: - $ref: '#/components/schemas/KMSKey' - description: The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can only be set when KMSEncrypted is true. Optional. PoolId: allOf: - $ref: '#/components/schemas/PoolId' - description: 'The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Deep Archive) that corresponds to the pool.' Worm: allOf: - $ref: '#/components/schemas/boolean' - description: Set to TRUE if the tape you are creating is to be configured as a write-once-read-many (WORM) tape. Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

A list of up to 50 tags that can be assigned to a virtual tape that has a barcode. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256.

' description: CreateTapeWithBarcodeInput CreateTapesOutput: type: object example: TapeARNs: - 'arn:aws:storagegateway:us-east-1:999999999999:tape/TEST38A29D' - 'arn:aws:storagegateway:us-east-1:204469490176:tape/TEST3AA29F' - 'arn:aws:storagegateway:us-east-1:204469490176:tape/TEST3BA29E' properties: TapeARNs: allOf: - $ref: '#/components/schemas/TapeARNs' - description: A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created. description: CreateTapeOutput CreateTapesInput: type: object required: - GatewayARN - TapeSizeInBytes - ClientToken - NumTapesToCreate - TapeBarcodePrefix title: CreateTapesInput properties: GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tapes with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. TapeSizeInBytes: allOf: - $ref: '#/components/schemas/TapeSize' - description: '

The size, in bytes, of the virtual tapes that you want to create.

The size must be aligned by gigabyte (1024*1024*1024 bytes).

' ClientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: '

A unique identifier that you use to retry a request. If you retry a request, use the same ClientToken you specified in the initial request.

Using the same ClientToken prevents creating the tape multiple times.

' NumTapesToCreate: allOf: - $ref: '#/components/schemas/NumTapesToCreate' - description: The number of virtual tapes that you want to create. TapeBarcodePrefix: allOf: - $ref: '#/components/schemas/TapeBarcodePrefix' - description:

A prefix that you append to the barcode of the virtual tape you are creating. This prefix makes the barcode unique.

The prefix must be 1-4 characters in length and must be one of the uppercase letters from A to Z.

KMSEncrypted: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Set to true to use Amazon S3 server-side encryption with your own KMS key, or false to use a key managed by Amazon S3. Optional.

Valid Values: true | false

' KMSKey: allOf: - $ref: '#/components/schemas/KMSKey' - description: The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can only be set when KMSEncrypted is true. Optional. PoolId: allOf: - $ref: '#/components/schemas/PoolId' - description: 'The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.' Worm: allOf: - $ref: '#/components/schemas/boolean' - description: Set to TRUE if the tape you are creating is to be configured as a write-once-read-many (WORM) tape. Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

A list of up to 50 tags that can be assigned to a virtual tape. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256.

' description: CreateTapesInput DeleteAutomaticTapeCreationPolicyOutput: type: object properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DeleteAutomaticTapeCreationPolicyInput: type: object required: - GatewayARN title: DeleteAutomaticTapeCreationPolicyInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DeleteBandwidthRateLimitOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway whose bandwidth rate information was deleted. DeleteBandwidthRateLimitInput: type: object required: - GatewayARN - BandwidthType title: DeleteBandwidthRateLimitInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' BandwidthType: allOf: - $ref: '#/components/schemas/BandwidthType' - description: '

One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.

Valid Values: UPLOAD | DOWNLOAD | ALL

' description: '

A JSON object containing the following fields:

' DeleteChapCredentialsOutput: type: object example: InitiatorName: 'iqn.1991-05.com.microsoft:computername.domain.example.com' TargetARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume' properties: TargetARN: allOf: - $ref: '#/components/schemas/TargetARN' - description: The Amazon Resource Name (ARN) of the target. InitiatorName: allOf: - $ref: '#/components/schemas/IqnName' - description: The iSCSI initiator that connects to the target. description: 'A JSON object containing the following fields:' DeleteChapCredentialsInput: type: object required: - TargetARN - InitiatorName title: DeleteChapCredentialsInput properties: TargetARN: allOf: - $ref: '#/components/schemas/TargetARN' - description: The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN. InitiatorName: allOf: - $ref: '#/components/schemas/IqnName' - description: The iSCSI initiator that connects to the target. description: '

A JSON object containing one or more of the following fields:

' DeleteFileShareOutput: type: object properties: FileShareARN: allOf: - $ref: '#/components/schemas/FileShareARN' - description: The Amazon Resource Name (ARN) of the deleted file share. description: DeleteFileShareOutput DeleteFileShareInput: type: object required: - FileShareARN title: DeleteFileShareInput properties: FileShareARN: allOf: - $ref: '#/components/schemas/FileShareARN' - description: The Amazon Resource Name (ARN) of the file share to be deleted. ForceDelete: allOf: - $ref: '#/components/schemas/boolean' - description: '

If this value is set to true, the operation deletes a file share immediately and aborts all data uploads to Amazon Web Services. Otherwise, the file share is not deleted until all data is uploaded to Amazon Web Services. This process aborts the data upload process, and the file share enters the FORCE_DELETING status.

Valid Values: true | false

' description: DeleteFileShareInput DeleteGatewayOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the ID of the deleted gateway. DeleteGatewayInput: type: object required: - GatewayARN title: DeleteGatewayInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the ID of the gateway to delete. DeleteSnapshotScheduleOutput: type: object example: VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The volume which snapshot schedule was deleted. DeleteSnapshotScheduleInput: type: object required: - VolumeARN title: DeleteSnapshotScheduleInput properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The volume which snapshot schedule to delete. DeleteTapeOutput: type: object example: TapeARN: 'arn:aws:storagegateway:us-east-1:204469490176:tape/TEST05A2A0' properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the deleted virtual tape. description: DeleteTapeOutput DeleteTapeInput: type: object required: - GatewayARN - TapeARN title: DeleteTapeInput properties: GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape to delete. BypassGovernanceRetention: allOf: - $ref: '#/components/schemas/boolean' - description: Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape retention lock set to compliance can't be deleted. description: DeleteTapeInput DeleteTapeArchiveOutput: type: object example: TapeARN: 'arn:aws:storagegateway:us-east-1:204469490176:tape/TEST05A2A0' properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS). description: DeleteTapeArchiveOutput DeleteTapeArchiveInput: type: object required: - TapeARN title: DeleteTapeArchiveInput properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS). BypassGovernanceRetention: allOf: - $ref: '#/components/schemas/boolean' - description: Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape retention lock set to compliance can't be deleted. description: DeleteTapeArchiveInput DeleteTapePoolOutput: type: object properties: PoolARN: allOf: - $ref: '#/components/schemas/PoolARN' - description: The Amazon Resource Name (ARN) of the custom tape pool being deleted. DeleteTapePoolInput: type: object required: - PoolARN title: DeleteTapePoolInput properties: PoolARN: allOf: - $ref: '#/components/schemas/PoolARN' - description: The Amazon Resource Name (ARN) of the custom tape pool to delete. DeleteVolumeOutput: type: object example: VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request. description: A JSON object containing the Amazon Resource Name (ARN) of the storage volume that was deleted. DeleteVolumeInput: type: object required: - VolumeARN title: DeleteVolumeInput properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes. description: A JSON object containing the DeleteVolumeInput$VolumeARN to delete. DescribeAvailabilityMonitorTestOutput: type: object properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' Status: allOf: - $ref: '#/components/schemas/AvailabilityMonitorTestStatus' - description: 'The status of the high availability monitoring test. If a test hasn''t been performed, the value of this field is null.' StartTime: allOf: - $ref: '#/components/schemas/Time' - description: 'The time the high availability monitoring test was started. If a test hasn''t been performed, the value of this field is null.' DescribeAvailabilityMonitorTestInput: type: object required: - GatewayARN title: DescribeAvailabilityMonitorTestInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DescribeBandwidthRateLimitOutput: type: object example: AverageDownloadRateLimitInBitsPerSec: 204800 AverageUploadRateLimitInBitsPerSec: 102400 GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' AverageUploadRateLimitInBitsPerSec: allOf: - $ref: '#/components/schemas/BandwidthUploadRateLimit' - description: The average upload bandwidth rate limit in bits per second. This field does not appear in the response if the upload rate limit is not set. AverageDownloadRateLimitInBitsPerSec: allOf: - $ref: '#/components/schemas/BandwidthDownloadRateLimit' - description: The average download bandwidth rate limit in bits per second. This field does not appear in the response if the download rate limit is not set. description: 'A JSON object containing the following fields:' DescribeBandwidthRateLimitInput: type: object required: - GatewayARN title: DescribeBandwidthRateLimitInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway. DescribeBandwidthRateLimitScheduleOutput: type: object properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' BandwidthRateLimitIntervals: allOf: - $ref: '#/components/schemas/BandwidthRateLimitIntervals' - description: ' An array that contains the bandwidth rate limit intervals for a tape or volume gateway. ' DescribeBandwidthRateLimitScheduleInput: type: object required: - GatewayARN title: DescribeBandwidthRateLimitScheduleInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DescribeCacheOutput: type: object example: CacheAllocatedInBytes: 2199023255552 CacheDirtyPercentage: 0.07 CacheHitPercentage: 99.68 CacheMissPercentage: 0.32 CacheUsedPercentage: 0.07 DiskIds: - 'pci-0000:03:00.0-scsi-0:0:0:0' - 'pci-0000:04:00.0-scsi-0:1:0:0' GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DiskIds: allOf: - $ref: '#/components/schemas/DiskIds' - description: An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API. CacheAllocatedInBytes: allOf: - $ref: '#/components/schemas/long' - description: The amount of cache in bytes allocated to a gateway. CacheUsedPercentage: allOf: - $ref: '#/components/schemas/double' - description: Percent use of the gateway's cache storage. This metric applies only to the gateway-cached volume setup. The sample is taken at the end of the reporting period. CacheDirtyPercentage: allOf: - $ref: '#/components/schemas/double' - description: The file share's contribution to the overall percentage of the gateway's cache that has not been persisted to Amazon Web Services. The sample is taken at the end of the reporting period. CacheHitPercentage: allOf: - $ref: '#/components/schemas/double' - description: Percent of application read operations from the file shares that are served from cache. The sample is taken at the end of the reporting period. CacheMissPercentage: allOf: - $ref: '#/components/schemas/double' - description: Percent of application read operations from the file shares that are not served from cache. The sample is taken at the end of the reporting period. DescribeCacheInput: type: object required: - GatewayARN title: DescribeCacheInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DescribeCachediSCSIVolumesOutput: type: object example: CachediSCSIVolumes: - VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' VolumeId: vol-1122AABB VolumeSizeInBytes: 1099511627776 VolumeStatus: AVAILABLE VolumeType: CACHED iSCSI VolumeiSCSIAttributes: ChapEnabled: true LunNumber: 1 NetworkInterfaceId: 10.243.43.207 NetworkInterfacePort: 3260 TargetARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume' properties: CachediSCSIVolumes: allOf: - $ref: '#/components/schemas/CachediSCSIVolumes' - description: An array of objects where each object contains metadata about one cached volume. description: 'A JSON object containing the following fields:' DescribeCachediSCSIVolumesInput: type: object required: - VolumeARNs title: DescribeCachediSCSIVolumesInput properties: VolumeARNs: allOf: - $ref: '#/components/schemas/VolumeARNs' - description: An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway. DescribeChapCredentialsOutput: type: object example: ChapCredentials: - InitiatorName: 'iqn.1991-05.com.microsoft:computername.domain.example.com' SecretToAuthenticateInitiator: '111111111111' SecretToAuthenticateTarget: '222222222222' TargetARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume' properties: ChapCredentials: allOf: - $ref: '#/components/schemas/ChapCredentials' - description: '

An array of ChapInfo objects that represent CHAP credentials. Each object in the array contains CHAP credential information for one target-initiator pair. If no CHAP credentials are set, an empty array is returned. CHAP credential information is provided in a JSON object with the following fields:

' description: 'A JSON object containing the following fields:' DescribeChapCredentialsInput: type: object required: - TargetARN title: DescribeChapCredentialsInput properties: TargetARN: allOf: - $ref: '#/components/schemas/TargetARN' - description: The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN. description: A JSON object containing the Amazon Resource Name (ARN) of the iSCSI volume target. DescribeFileSystemAssociationsOutput: type: object properties: FileSystemAssociationInfoList: allOf: - $ref: '#/components/schemas/FileSystemAssociationInfoList' - description: 'An array containing the FileSystemAssociationInfo data type of each file system association to be described. ' DescribeFileSystemAssociationsInput: type: object required: - FileSystemAssociationARNList title: DescribeFileSystemAssociationsInput properties: FileSystemAssociationARNList: allOf: - $ref: '#/components/schemas/FileSystemAssociationARNList' - description: An array containing the Amazon Resource Name (ARN) of each file system association to be described. DescribeGatewayInformationOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' GatewayId: sgw-AABB1122 GatewayName: My_Gateway GatewayNetworkInterfaces: - Ipv4Address: 10.35.69.216 GatewayState: STATE_RUNNING GatewayTimezone: 'GMT-8:00' GatewayType: STORED LastSoftwareUpdate: '2016-01-02T16:00:00' NextUpdateAvailabilityDate: '2017-01-02T16:00:00' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' GatewayId: allOf: - $ref: '#/components/schemas/GatewayId' - description: 'The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.' GatewayName: allOf: - $ref: '#/components/schemas/string' - description: The name you configured for your gateway. GatewayTimezone: allOf: - $ref: '#/components/schemas/GatewayTimezone' - description: A value that indicates the time zone configured for the gateway. GatewayState: allOf: - $ref: '#/components/schemas/GatewayState' - description: A value that indicates the operating state of the gateway. GatewayNetworkInterfaces: allOf: - $ref: '#/components/schemas/GatewayNetworkInterfaces' - description: A NetworkInterface array that contains descriptions of the gateway network interfaces. GatewayType: allOf: - $ref: '#/components/schemas/GatewayType' - description: The type of the gateway. NextUpdateAvailabilityDate: allOf: - $ref: '#/components/schemas/NextUpdateAvailabilityDate' - description: The date on which an update to the gateway is available. This date is in the time zone of the gateway. If the gateway is not available for an update this field is not returned in the response. LastSoftwareUpdate: allOf: - $ref: '#/components/schemas/LastSoftwareUpdate' - description: 'The date on which the last software update was applied to the gateway. If the gateway has never been updated, this field does not return a value in the response. This only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM' Ec2InstanceId: allOf: - $ref: '#/components/schemas/Ec2InstanceId' - description: The ID of the Amazon EC2 instance that was used to launch the gateway. Ec2InstanceRegion: allOf: - $ref: '#/components/schemas/Ec2InstanceRegion' - description: The Amazon Web Services Region where the Amazon EC2 instance is located. Tags: allOf: - $ref: '#/components/schemas/Tags' - description: 'A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.' VPCEndpoint: allOf: - $ref: '#/components/schemas/string' - description: The configuration settings for the virtual private cloud (VPC) endpoint for your gateway. CloudWatchLogGroupARN: allOf: - $ref: '#/components/schemas/CloudWatchLogGroupARN' - description: 'The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway. This field only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM' HostEnvironment: allOf: - $ref: '#/components/schemas/HostEnvironment' - description: The type of hardware or software platform on which the gateway is running. EndpointType: allOf: - $ref: '#/components/schemas/EndpointType' - description: '

The type of endpoint for your gateway.

Valid Values: STANDARD | FIPS

' SoftwareUpdatesEndDate: allOf: - $ref: '#/components/schemas/SoftwareUpdatesEndDate' - description: Date after which this gateway will not receive software updates for new features. DeprecationDate: allOf: - $ref: '#/components/schemas/DeprecationDate' - description: Date after which this gateway will not receive software updates for new features and bug fixes. GatewayCapacity: allOf: - $ref: '#/components/schemas/GatewayCapacity' - description: Specifies the size of the gateway's metadata cache. SupportedGatewayCapacities: allOf: - $ref: '#/components/schemas/SupportedGatewayCapacities' - description: A list of the metadata cache sizes that the gateway can support based on its current hardware specifications. HostEnvironmentId: allOf: - $ref: '#/components/schemas/HostEnvironmentId' - description: 'A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.' description: 'A JSON object containing the following fields:' DescribeGatewayInformationInput: type: object required: - GatewayARN title: DescribeGatewayInformationInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the ID of the gateway. DescribeMaintenanceStartTimeOutput: type: object example: DayOfWeek: 2 GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' HourOfDay: 15 MinuteOfHour: 35 Timezone: 'GMT+7:00' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' HourOfDay: allOf: - $ref: '#/components/schemas/HourOfDay' - description: 'The hour component of the maintenance start time represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.' MinuteOfHour: allOf: - $ref: '#/components/schemas/MinuteOfHour' - description: 'The minute component of the maintenance start time represented as mm, where mm is the minute (0 to 59). The minute of the hour is in the time zone of the gateway.' DayOfWeek: allOf: - $ref: '#/components/schemas/DayOfWeek' - description: 'An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday and 6 represents Saturday. The day of week is in the time zone of the gateway.' DayOfMonth: allOf: - $ref: '#/components/schemas/DayOfMonth' - description: 'The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.' Timezone: allOf: - $ref: '#/components/schemas/GatewayTimezone' - description: A value that indicates the time zone that is set for the gateway. The start time and day of week specified should be in the time zone of the gateway. description: '

A JSON object containing the following fields:

' DescribeMaintenanceStartTimeInput: type: object required: - GatewayARN title: DescribeMaintenanceStartTimeInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway. DescribeNFSFileSharesOutput: type: object properties: NFSFileShareInfoList: allOf: - $ref: '#/components/schemas/NFSFileShareInfoList' - description: An array containing a description for each requested file share. description: DescribeNFSFileSharesOutput DescribeNFSFileSharesInput: type: object required: - FileShareARNList title: DescribeNFSFileSharesInput properties: FileShareARNList: allOf: - $ref: '#/components/schemas/FileShareARNList' - description: An array containing the Amazon Resource Name (ARN) of each file share to be described. description: DescribeNFSFileSharesInput DescribeSMBFileSharesOutput: type: object properties: SMBFileShareInfoList: allOf: - $ref: '#/components/schemas/SMBFileShareInfoList' - description: An array containing a description for each requested file share. description: DescribeSMBFileSharesOutput DescribeSMBFileSharesInput: type: object required: - FileShareARNList title: DescribeSMBFileSharesInput properties: FileShareARNList: allOf: - $ref: '#/components/schemas/FileShareARNList' - description: An array containing the Amazon Resource Name (ARN) of each file share to be described. description: DescribeSMBFileSharesInput DescribeSMBSettingsOutput: type: object properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DomainName: allOf: - $ref: '#/components/schemas/DomainName' - description: The name of the domain that the gateway is joined to. ActiveDirectoryStatus: allOf: - $ref: '#/components/schemas/ActiveDirectoryStatus' - description: '

Indicates the status of a gateway that is a member of the Active Directory domain.

' SMBGuestPasswordSet: allOf: - $ref: '#/components/schemas/Boolean' - description: '

This value is true if a password for the guest user smbguest is set, otherwise false. Only supported for S3 File Gateways.

Valid Values: true | false

' SMBSecurityStrategy: allOf: - $ref: '#/components/schemas/SMBSecurityStrategy' - description: '

The type of security strategy that was specified for file gateway.

' FileSharesVisible: allOf: - $ref: '#/components/schemas/Boolean' - description: 'The shares on this gateway appear when listing shares. Only supported for S3 File Gateways. ' SMBLocalGroups: allOf: - $ref: '#/components/schemas/SMBLocalGroups' - description: A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway. DescribeSMBSettingsInput: type: object required: - GatewayARN title: DescribeSMBSettingsInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DescribeSnapshotScheduleOutput: type: object example: Description: 'sgw-AABB1122:vol-AABB1122:Schedule' RecurrenceInHours: 24 StartAt: 6 Timezone: 'GMT+7:00' VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume that was specified in the request. StartAt: allOf: - $ref: '#/components/schemas/HourOfDay' - description: 'The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.' RecurrenceInHours: allOf: - $ref: '#/components/schemas/RecurrenceInHours' - description: The number of hours between snapshots. Description: allOf: - $ref: '#/components/schemas/Description' - description: The snapshot description. Timezone: allOf: - $ref: '#/components/schemas/GatewayTimezone' - description: A value that indicates the time zone of the gateway. Tags: allOf: - $ref: '#/components/schemas/Tags' - description: 'A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.' DescribeSnapshotScheduleInput: type: object required: - VolumeARN title: DescribeSnapshotScheduleInput properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes. description: A JSON object containing the DescribeSnapshotScheduleInput$VolumeARN of the volume. DescribeStorediSCSIVolumesOutput: type: object example: StorediSCSIVolumes: - PreservedExistingData: false VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' VolumeDiskId: 'pci-0000:03:00.0-scsi-0:0:0:0' VolumeId: vol-1122AABB VolumeProgress: 23.7 VolumeSizeInBytes: 1099511627776 VolumeStatus: BOOTSTRAPPING VolumeiSCSIAttributes: ChapEnabled: true NetworkInterfaceId: 10.243.43.207 NetworkInterfacePort: 3260 TargetARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume' properties: StorediSCSIVolumes: allOf: - $ref: '#/components/schemas/StorediSCSIVolumes' - description: '

Describes a single unit of output from DescribeStorediSCSIVolumes. The following fields are returned:

' DescribeStorediSCSIVolumesInput: type: object required: - VolumeARNs title: DescribeStorediSCSIVolumesInput properties: VolumeARNs: allOf: - $ref: '#/components/schemas/VolumeARNs' - description: An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway. description: A JSON object containing a list of DescribeStorediSCSIVolumesInput$VolumeARNs. DescribeTapeArchivesOutput: type: object example: Marker: '1' TapeArchives: - CompletionTime: '2016-12-16T13:50Z' TapeARN: 'arn:aws:storagegateway:us-east-1:999999999:tape/AM08A1AD' TapeBarcode: AM08A1AD TapeSizeInBytes: 107374182400 TapeStatus: ARCHIVED - CompletionTime: '2016-12-16T13:59Z' TapeARN: 'arn:aws:storagegateway:us-east-1:999999999:tape/AMZN01A2A4' TapeBarcode: AMZN01A2A4 TapeSizeInBytes: 429496729600 TapeStatus: ARCHIVED properties: TapeArchives: allOf: - $ref: '#/components/schemas/TapeArchives' - description: 'An array of virtual tape objects in the virtual tape shelf (VTS). The description includes of the Amazon Resource Name (ARN) of the virtual tapes. The information returned includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the tapes, progress of the description, and tape barcode.' Marker: allOf: - $ref: '#/components/schemas/Marker' - description: 'An opaque string that indicates the position at which the virtual tapes that were fetched for description ended. Use this marker in your next request to fetch the next set of virtual tapes in the virtual tape shelf (VTS). If there are no more virtual tapes to describe, this field does not appear in the response.' description: DescribeTapeArchivesOutput DescribeTapeArchivesInput: type: object title: DescribeTapeArchivesInput properties: TapeARNs: allOf: - $ref: '#/components/schemas/TapeARNs' - description: Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. Marker: allOf: - $ref: '#/components/schemas/Marker' - description: An opaque string that indicates the position at which to begin describing virtual tapes. Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: Specifies that the number of virtual tapes described be limited to the specified number. description: DescribeTapeArchivesInput DescribeTapeRecoveryPointsOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' Marker: '1' TapeRecoveryPointInfos: - TapeARN: 'arn:aws:storagegateway:us-east-1:999999999:tape/AMZN01A2A4' TapeRecoveryPointTime: '2016-12-16T13:50Z' TapeSizeInBytes: 1471550497 TapeStatus: AVAILABLE properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' TapeRecoveryPointInfos: allOf: - $ref: '#/components/schemas/TapeRecoveryPointInfos' - description: An array of TapeRecoveryPointInfos that are available for the specified gateway. Marker: allOf: - $ref: '#/components/schemas/Marker' - description: '

An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

' description: DescribeTapeRecoveryPointsOutput DescribeTapeRecoveryPointsInput: type: object required: - GatewayARN title: DescribeTapeRecoveryPointsInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' Marker: allOf: - $ref: '#/components/schemas/Marker' - description: An opaque string that indicates the position at which to begin describing the virtual tape recovery points. Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: Specifies that the number of virtual tape recovery points that are described be limited to the specified number. description: DescribeTapeRecoveryPointsInput DescribeTapesOutput: type: object example: Marker: '1' Tapes: - TapeARN: 'arn:aws:storagegateway:us-east-1:999999999999:tape/TEST04A2A1' TapeBarcode: TEST04A2A1 TapeSizeInBytes: 107374182400 TapeStatus: AVAILABLE - TapeARN: 'arn:aws:storagegateway:us-east-1:999999999999:tape/TEST05A2A0' TapeBarcode: TEST05A2A0 TapeSizeInBytes: 107374182400 TapeStatus: AVAILABLE properties: Tapes: allOf: - $ref: '#/components/schemas/Tapes' - description: An array of virtual tape descriptions. Marker: allOf: - $ref: '#/components/schemas/Marker' - description: '

An opaque string that can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.

If a response does not contain a marker, then there are no more results to be retrieved.

' description: DescribeTapesOutput DescribeTapesInput: type: object required: - GatewayARN title: DescribeTapesInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' TapeARNs: allOf: - $ref: '#/components/schemas/TapeARNs' - description: 'Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.' Marker: allOf: - $ref: '#/components/schemas/Marker' - description: '

A marker value, obtained in a previous call to DescribeTapes. This marker indicates which page of results to retrieve.

If not specified, the first page of results is retrieved.

' Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: '

Specifies that the number of virtual tapes described be limited to the specified number.

Amazon Web Services may impose its own limit, if this field is not set.

' description: DescribeTapesInput DescribeUploadBufferOutput: type: object example: DiskIds: - 'pci-0000:03:00.0-scsi-0:0:0:0' - 'pci-0000:04:00.0-scsi-0:1:0:0' GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' UploadBufferAllocatedInBytes: 161061273600 UploadBufferUsedInBytes: 0 properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DiskIds: allOf: - $ref: '#/components/schemas/DiskIds' - description: 'An array of the gateway''s local disk IDs that are configured as working storage. Each local disk ID is specified as a string (minimum length of 1 and maximum length of 300). If no local disks are configured as working storage, then the DiskIds array is empty.' UploadBufferUsedInBytes: allOf: - $ref: '#/components/schemas/long' - description: The total number of bytes being used in the gateway's upload buffer. UploadBufferAllocatedInBytes: allOf: - $ref: '#/components/schemas/long' - description: The total number of bytes allocated in the gateway's as upload buffer. DescribeUploadBufferInput: type: object required: - GatewayARN title: DescribeUploadBufferInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DescribeVTLDevicesOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B' Marker: '1' VTLDevices: - DeviceiSCSIAttributes: ChapEnabled: false NetworkInterfaceId: 10.243.43.207 NetworkInterfacePort: 3260 TargetARN: 'arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:sgw-1fad4876-mediachanger' VTLDeviceARN: 'arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_MEDIACHANGER_00001' VTLDeviceProductIdentifier: L700 VTLDeviceType: Medium Changer VTLDeviceVendor: STK - DeviceiSCSIAttributes: ChapEnabled: false NetworkInterfaceId: 10.243.43.209 NetworkInterfacePort: 3260 TargetARN: 'arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:sgw-1fad4876-tapedrive-01' VTLDeviceARN: 'arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_TAPEDRIVE_00001' VTLDeviceProductIdentifier: ULT3580-TD5 VTLDeviceType: Tape Drive VTLDeviceVendor: IBM - DeviceiSCSIAttributes: ChapEnabled: false NetworkInterfaceId: 10.243.43.209 NetworkInterfacePort: 3260 TargetARN: 'arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:sgw-1fad4876-tapedrive-02' VTLDeviceARN: 'arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_TAPEDRIVE_00002' VTLDeviceProductIdentifier: ULT3580-TD5 VTLDeviceType: Tape Drive VTLDeviceVendor: IBM properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' VTLDevices: allOf: - $ref: '#/components/schemas/VTLDevices' - description: An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices. Marker: allOf: - $ref: '#/components/schemas/Marker' - description: 'An opaque string that indicates the position at which the VTL devices that were fetched for description ended. Use the marker in your next request to fetch the next set of VTL devices in the list. If there are no more VTL devices to describe, this field does not appear in the response.' description: DescribeVTLDevicesOutput DescribeVTLDevicesInput: type: object required: - GatewayARN title: DescribeVTLDevicesInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' VTLDeviceARNs: allOf: - $ref: '#/components/schemas/VTLDeviceARNs' - description: '

An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.

All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.

' Marker: allOf: - $ref: '#/components/schemas/Marker' - description: An opaque string that indicates the position at which to begin describing the VTL devices. Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: Specifies that the number of VTL devices described be limited to the specified number. description: DescribeVTLDevicesInput DescribeWorkingStorageOutput: type: object example: DiskIds: - 'pci-0000:03:00.0-scsi-0:0:0:0' - 'pci-0000:03:00.0-scsi-0:0:1:0' GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' WorkingStorageAllocatedInBytes: 2199023255552 WorkingStorageUsedInBytes: 789207040 properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' DiskIds: allOf: - $ref: '#/components/schemas/DiskIds' - description: 'An array of the gateway''s local disk IDs that are configured as working storage. Each local disk ID is specified as a string (minimum length of 1 and maximum length of 300). If no local disks are configured as working storage, then the DiskIds array is empty.' WorkingStorageUsedInBytes: allOf: - $ref: '#/components/schemas/long' - description: 'The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.' WorkingStorageAllocatedInBytes: allOf: - $ref: '#/components/schemas/long' - description: 'The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.' description: 'A JSON object containing the following fields:' DescribeWorkingStorageInput: type: object required: - GatewayARN title: DescribeWorkingStorageInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway. DetachVolumeOutput: type: object properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume that was detached. description: AttachVolumeOutput DetachVolumeInput: type: object required: - VolumeARN title: DetachVolumeInput properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume to detach from the gateway. ForceDetach: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Set to true to forcibly remove the iSCSI connection of the target volume and detach the volume. The default is false. If this value is set to false, you must manually disconnect the iSCSI connection from the target volume.

Valid Values: true | false

' description: AttachVolumeInput DisableGatewayOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The unique Amazon Resource Name (ARN) of the disabled gateway. description: DisableGatewayOutput DisableGatewayInput: type: object required: - GatewayARN title: DisableGatewayInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: DisableGatewayInput DisassociateFileSystemOutput: type: object properties: FileSystemAssociationARN: allOf: - $ref: '#/components/schemas/FileSystemAssociationARN' - description: The Amazon Resource Name (ARN) of the deleted file system association. DisassociateFileSystemInput: type: object required: - FileSystemAssociationARN title: DisassociateFileSystemInput properties: FileSystemAssociationARN: allOf: - $ref: '#/components/schemas/FileSystemAssociationARN' - description: The Amazon Resource Name (ARN) of the file system association to be deleted. ForceDelete: allOf: - $ref: '#/components/schemas/boolean' - description: 'If this value is set to true, the operation disassociates an Amazon FSx file system immediately. It ends all data uploads to the file system, and the file system association enters the FORCE_DELETING status. If this value is set to false, the Amazon FSx file system does not disassociate until all data is uploaded.' JoinDomainOutput: type: object properties: GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The unique Amazon Resource Name (ARN) of the gateway that joined the domain. ActiveDirectoryStatus: allOf: - $ref: '#/components/schemas/ActiveDirectoryStatus' - description: '

Indicates the status of the gateway as a member of the Active Directory domain.

' description: JoinDomainOutput JoinDomainInput: type: object required: - GatewayARN - DomainName - UserName - Password title: JoinDomainInput properties: GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. DomainName: allOf: - $ref: '#/components/schemas/DomainName' - description: The name of the domain that you want the gateway to join. OrganizationalUnit: allOf: - $ref: '#/components/schemas/OrganizationalUnit' - description: 'The organizational unit (OU) is a container in an Active Directory that can hold users, groups, computers, and other OUs and this parameter specifies the OU that the gateway will join within the AD domain.' DomainControllers: allOf: - $ref: '#/components/schemas/Hosts' - description: 'List of IPv4 addresses, NetBIOS names, or host names of your domain server. If you need to specify the port number include it after the colon (“:”). For example, mydc.mydomain.com:389.' TimeoutInSeconds: allOf: - $ref: '#/components/schemas/TimeoutInSeconds' - description: 'Specifies the time in seconds, in which the JoinDomain operation must complete. The default is 20 seconds.' UserName: allOf: - $ref: '#/components/schemas/DomainUserName' - description: 'Sets the user name of user who has permission to add the gateway to the Active Directory domain. The domain user account should be enabled to join computers to the domain. For example, you can use the domain administrator account or an account with delegated permissions to join computers to the domain.' Password: allOf: - $ref: '#/components/schemas/DomainUserPassword' - description: Sets the password of the user who has permission to add the gateway to the Active Directory domain. description: JoinDomainInput ListAutomaticTapeCreationPoliciesOutput: type: object properties: AutomaticTapeCreationPolicyInfos: allOf: - $ref: '#/components/schemas/AutomaticTapeCreationPolicyInfos' - description: 'Gets a listing of information about the gateway''s automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.' ListAutomaticTapeCreationPoliciesInput: type: object title: ListAutomaticTapeCreationPoliciesInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' ListFileSharesOutput: type: object properties: Marker: allOf: - $ref: '#/components/schemas/Marker' - description: 'If the request includes Marker, the response returns that value in this field.' NextMarker: allOf: - $ref: '#/components/schemas/Marker' - description: 'If a value is present, there are more file shares to return. In a subsequent request, use NextMarker as the value for Marker to retrieve the next set of file shares.' FileShareInfoList: allOf: - $ref: '#/components/schemas/FileShareInfoList' - description: An array of information about the S3 File Gateway's file shares. description: ListFileShareOutput ListFileSharesInput: type: object title: ListFileSharesInput properties: GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: 'The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.' Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional. Marker: allOf: - $ref: '#/components/schemas/Marker' - description: 'Opaque pagination token returned from a previous ListFileShares operation. If present, Marker specifies where to continue the list from after a previous call to ListFileShares. Optional.' description: ListFileShareInput ListFileSystemAssociationsOutput: type: object properties: Marker: allOf: - $ref: '#/components/schemas/Marker' - description: 'If the request includes Marker, the response returns that value in this field.' NextMarker: allOf: - $ref: '#/components/schemas/Marker' - description: 'If a value is present, there are more file system associations to return. In a subsequent request, use NextMarker as the value for Marker to retrieve the next set of file system associations.' FileSystemAssociationSummaryList: allOf: - $ref: '#/components/schemas/FileSystemAssociationSummaryList' - description: An array of information about the Amazon FSx gateway's file system associations. ListFileSystemAssociationsInput: type: object title: ListFileSystemAssociationsInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: 'The maximum number of file system associations to return in the response. If present, Limit must be an integer with a value greater than zero. Optional.' Marker: allOf: - $ref: '#/components/schemas/Marker' - description: 'Opaque pagination token returned from a previous ListFileSystemAssociations operation. If present, Marker specifies where to continue the list from after a previous call to ListFileSystemAssociations. Optional.' ListGatewaysOutput: type: object example: Gateways: - GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' - GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-23A4567C' Marker: '1' properties: Gateways: allOf: - $ref: '#/components/schemas/Gateways' - description: An array of GatewayInfo objects. Marker: allOf: - $ref: '#/components/schemas/Marker' - description: 'Use the marker in your next request to fetch the next set of gateways in the list. If there are no more gateways to list, this field does not appear in the response.' ListGatewaysInput: type: object title: ListGatewaysInput properties: Marker: allOf: - $ref: '#/components/schemas/Marker' - description: An opaque string that indicates the position at which to begin the returned list of gateways. Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: Specifies that the list of gateways returned be limited to the specified number of items. description: '

A JSON object containing zero or more of the following fields:

' ListLocalDisksOutput: type: object example: Disks: - DiskAllocationType: CACHE_STORAGE DiskId: 'pci-0000:03:00.0-scsi-0:0:0:0' DiskNode: 'SCSI(0:0)' DiskPath: /dev/sda DiskSizeInBytes: 1099511627776 DiskStatus: missing - DiskAllocationResource: '' DiskAllocationType: UPLOAD_BUFFER DiskId: 'pci-0000:03:00.0-scsi-0:0:1:0' DiskNode: 'SCSI(0:1)' DiskPath: /dev/sdb DiskSizeInBytes: 1099511627776 DiskStatus: present GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' Disks: allOf: - $ref: '#/components/schemas/Disks' - description: '

A JSON object containing the following fields:

' ListLocalDisksInput: type: object required: - GatewayARN title: ListLocalDisksInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway. ListTagsForResourceOutput: type: object example: Marker: '1' ResourceARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B' Tags: - Key: Dev Gatgeway Region Value: East Coast properties: ResourceARN: allOf: - $ref: '#/components/schemas/ResourceARN' - description: The Amazon Resource Name (ARN) of the resource for which you want to list tags. Marker: allOf: - $ref: '#/components/schemas/Marker' - description: An opaque string that indicates the position at which to stop returning the list of tags. Tags: allOf: - $ref: '#/components/schemas/Tags' - description: An array that contains the tags for the specified resource. description: ListTagsForResourceOutput ListTagsForResourceInput: type: object required: - ResourceARN title: ListTagsForResourceInput properties: ResourceARN: allOf: - $ref: '#/components/schemas/ResourceARN' - description: The Amazon Resource Name (ARN) of the resource for which you want to list tags. Marker: allOf: - $ref: '#/components/schemas/Marker' - description: An opaque string that indicates the position at which to begin returning the list of tags. Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: Specifies that the list of tags returned be limited to the specified number of items. description: ListTagsForResourceInput ListTapePoolsOutput: type: object properties: PoolInfos: allOf: - $ref: '#/components/schemas/PoolInfos' - description: 'An array of PoolInfo objects, where each object describes a single custom tape pool. If there are no custom tape pools, the PoolInfos is an empty array. ' Marker: allOf: - $ref: '#/components/schemas/Marker' - description: 'A string that indicates the position at which to begin the returned list of tape pools. Use the marker in your next request to continue pagination of tape pools. If there are no more tape pools to list, this element does not appear in the response body. ' ListTapePoolsInput: type: object title: ListTapePoolsInput properties: PoolARNs: allOf: - $ref: '#/components/schemas/PoolARNs' - description: 'The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don''t specify a custom tape pool ARN, the response lists all custom tape pools. ' Marker: allOf: - $ref: '#/components/schemas/Marker' - description: A string that indicates the position at which to begin the returned list of tape pools. Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: An optional number limit for the tape pools in the list returned by this call. ListTapesOutput: type: object properties: TapeInfos: $ref: '#/components/schemas/TapeInfos' Marker: allOf: - $ref: '#/components/schemas/Marker' - description: 'A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.' description: '

A JSON object containing the following fields:

' ListTapesInput: type: object title: ListTapesInput properties: TapeARNs: $ref: '#/components/schemas/TapeARNs' Marker: allOf: - $ref: '#/components/schemas/Marker' - description: A string that indicates the position at which to begin the returned list of tapes. Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: An optional number limit for the tapes in the list returned by this call. description: '

A JSON object that contains one or more of the following fields:

' ListVolumeInitiatorsOutput: type: object properties: Initiators: allOf: - $ref: '#/components/schemas/Initiators' - description: The host names and port numbers of all iSCSI initiators that are connected to the gateway. description: ListVolumeInitiatorsOutput ListVolumeInitiatorsInput: type: object required: - VolumeARN title: ListVolumeInitiatorsInput properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway. description: ListVolumeInitiatorsInput ListVolumeRecoveryPointsOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' VolumeRecoveryPointInfos: - VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' VolumeRecoveryPointTime: '2012-09-04T21:08:44.627Z' VolumeSizeInBytes: 536870912000 properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' VolumeRecoveryPointInfos: allOf: - $ref: '#/components/schemas/VolumeRecoveryPointInfos' - description: An array of VolumeRecoveryPointInfo objects. ListVolumeRecoveryPointsInput: type: object required: - GatewayARN title: ListVolumeRecoveryPointsInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' ListVolumesOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' Marker: '1' VolumeInfos: - GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' GatewayId: sgw-12A3456B VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' VolumeId: vol-1122AABB VolumeSizeInBytes: 107374182400 VolumeType: STORED - GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-13B4567C' GatewayId: sgw-gw-13B4567C VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-13B4567C/volume/vol-3344CCDD' VolumeId: vol-1122AABB VolumeSizeInBytes: 107374182400 VolumeType: STORED properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' Marker: allOf: - $ref: '#/components/schemas/Marker' - description: 'Use the marker in your next request to continue pagination of iSCSI volumes. If there are no more volumes to list, this field does not appear in the response body.' VolumeInfos: allOf: - $ref: '#/components/schemas/VolumeInfos' - description: 'An array of VolumeInfo objects, where each object describes an iSCSI volume. If no volumes are defined for the gateway, then VolumeInfos is an empty array "[]".' description: '

A JSON object containing the following fields:

' ListVolumesInput: type: object title: ListVolumesInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' Marker: allOf: - $ref: '#/components/schemas/Marker' - description: A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request. Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: Specifies that the list of volumes returned be limited to the specified number of items. description: '

A JSON object that contains one or more of the following fields:

' NotifyWhenUploadedOutput: type: object properties: FileShareARN: $ref: '#/components/schemas/FileShareARN' NotificationId: $ref: '#/components/schemas/NotificationId' NotifyWhenUploadedInput: type: object required: - FileShareARN title: NotifyWhenUploadedInput properties: FileShareARN: $ref: '#/components/schemas/FileShareARN' RefreshCacheOutput: type: object properties: FileShareARN: $ref: '#/components/schemas/FileShareARN' NotificationId: $ref: '#/components/schemas/NotificationId' description: RefreshCacheOutput RefreshCacheInput: type: object required: - FileShareARN title: RefreshCacheInput properties: FileShareARN: allOf: - $ref: '#/components/schemas/FileShareARN' - description: The Amazon Resource Name (ARN) of the file share you want to refresh. FolderList: allOf: - $ref: '#/components/schemas/FolderList' - description: 'A comma-separated list of the paths of folders to refresh in the cache. The default is ["/"]. The default refreshes objects and folders at the root of the Amazon S3 bucket. If Recursive is set to true, the entire S3 bucket that the file share has access to is refreshed.' Recursive: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that specifies whether to recursively refresh folders in the cache. The refresh includes folders that were in the cache the last time the gateway listed the folder''s contents. If this value set to true, each folder that is listed in FolderList is recursively updated. Otherwise, subfolders listed in FolderList are not refreshed. Only objects that are in folders listed directly under FolderList are found and used for the update. The default is true.

Valid Values: true | false

' description: RefreshCacheInput RemoveTagsFromResourceOutput: type: object example: ResourceARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B' properties: ResourceARN: allOf: - $ref: '#/components/schemas/ResourceARN' - description: The Amazon Resource Name (ARN) of the resource that the tags were removed from. description: RemoveTagsFromResourceOutput RemoveTagsFromResourceInput: type: object required: - ResourceARN - TagKeys title: RemoveTagsFromResourceInput properties: ResourceARN: allOf: - $ref: '#/components/schemas/ResourceARN' - description: The Amazon Resource Name (ARN) of the resource you want to remove the tags from. TagKeys: allOf: - $ref: '#/components/schemas/TagKeys' - description: The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair. description: RemoveTagsFromResourceInput ResetCacheOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-13B4567C' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' ResetCacheInput: type: object required: - GatewayARN title: ResetCacheInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' RetrieveTapeArchiveOutput: type: object example: TapeARN: 'arn:aws:storagegateway:us-east-1:999999999999:tape/TEST0AA2AF' properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the retrieved virtual tape. description: RetrieveTapeArchiveOutput RetrieveTapeArchiveInput: type: object required: - TapeARN - GatewayARN title: RetrieveTapeArchiveInput properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS). GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description:

The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.

description: RetrieveTapeArchiveInput RetrieveTapeRecoveryPointOutput: type: object example: TapeARN: 'arn:aws:storagegateway:us-east-1:999999999999:tape/TEST0AA2AF' properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved. description: RetrieveTapeRecoveryPointOutput RetrieveTapeRecoveryPointInput: type: object required: - TapeARN - GatewayARN title: RetrieveTapeRecoveryPointInput properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point. GatewayARN: $ref: '#/components/schemas/GatewayARN' description: RetrieveTapeRecoveryPointInput SetLocalConsolePasswordOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' SetLocalConsolePasswordInput: type: object required: - GatewayARN - LocalConsolePassword title: SetLocalConsolePasswordInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' LocalConsolePassword: allOf: - $ref: '#/components/schemas/LocalConsolePassword' - description: The password you want to set for your VM local console. description: SetLocalConsolePasswordInput SetSMBGuestPasswordOutput: type: object properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' SetSMBGuestPasswordInput: type: object required: - GatewayARN - Password title: SetSMBGuestPasswordInput properties: GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with. Password: allOf: - $ref: '#/components/schemas/SMBGuestPassword' - description: The password that you want to set for your SMB server. description: SetSMBGuestPasswordInput ShutdownGatewayOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway that was shut down. ShutdownGatewayInput: type: object required: - GatewayARN title: ShutdownGatewayInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway to shut down. StartAvailabilityMonitorTestOutput: type: object properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' StartAvailabilityMonitorTestInput: type: object required: - GatewayARN title: StartAvailabilityMonitorTestInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' StartGatewayOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway that was restarted. StartGatewayInput: type: object required: - GatewayARN title: StartGatewayInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway to start. UpdateAutomaticTapeCreationPolicyOutput: type: object properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' UpdateAutomaticTapeCreationPolicyInput: type: object required: - AutomaticTapeCreationRules - GatewayARN title: UpdateAutomaticTapeCreationPolicyInput properties: AutomaticTapeCreationRules: allOf: - $ref: '#/components/schemas/AutomaticTapeCreationRules' - description: An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes. GatewayARN: $ref: '#/components/schemas/GatewayARN' UpdateBandwidthRateLimitOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway whose throttle information was updated. UpdateBandwidthRateLimitInput: type: object required: - GatewayARN title: UpdateBandwidthRateLimitInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' AverageUploadRateLimitInBitsPerSec: allOf: - $ref: '#/components/schemas/BandwidthUploadRateLimit' - description: The average upload bandwidth rate limit in bits per second. AverageDownloadRateLimitInBitsPerSec: allOf: - $ref: '#/components/schemas/BandwidthDownloadRateLimit' - description: The average download bandwidth rate limit in bits per second. description: '

A JSON object containing one or more of the following fields:

' UpdateBandwidthRateLimitScheduleOutput: type: object properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' UpdateBandwidthRateLimitScheduleInput: type: object required: - GatewayARN - BandwidthRateLimitIntervals title: UpdateBandwidthRateLimitScheduleInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' BandwidthRateLimitIntervals: allOf: - $ref: '#/components/schemas/BandwidthRateLimitIntervals' - description: ' An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty. ' UpdateChapCredentialsOutput: type: object example: InitiatorName: 'iqn.1991-05.com.microsoft:computername.domain.example.com' TargetARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume' properties: TargetARN: allOf: - $ref: '#/components/schemas/TargetARN' - description: The Amazon Resource Name (ARN) of the target. This is the same target specified in the request. InitiatorName: allOf: - $ref: '#/components/schemas/IqnName' - description: The iSCSI initiator that connects to the target. This is the same initiator name specified in the request. description: 'A JSON object containing the following fields:' UpdateChapCredentialsInput: type: object required: - TargetARN - SecretToAuthenticateInitiator - InitiatorName title: UpdateChapCredentialsInput properties: TargetARN: allOf: - $ref: '#/components/schemas/TargetARN' - description: The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN. SecretToAuthenticateInitiator: allOf: - $ref: '#/components/schemas/ChapSecret' - description: '

The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.

The secret key must be between 12 and 16 bytes when encoded in UTF-8.

' InitiatorName: allOf: - $ref: '#/components/schemas/IqnName' - description: The iSCSI initiator that connects to the target. SecretToAuthenticateTarget: allOf: - $ref: '#/components/schemas/ChapSecret' - description: '

The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).

Byte constraints: Minimum bytes of 12. Maximum bytes of 16.

The secret key must be between 12 and 16 bytes when encoded in UTF-8.

' description: '

A JSON object containing one or more of the following fields:

' UpdateFileSystemAssociationOutput: type: object properties: FileSystemAssociationARN: allOf: - $ref: '#/components/schemas/FileSystemAssociationARN' - description: The ARN of the updated file system association. UpdateFileSystemAssociationInput: type: object required: - FileSystemAssociationARN title: UpdateFileSystemAssociationInput properties: FileSystemAssociationARN: allOf: - $ref: '#/components/schemas/FileSystemAssociationARN' - description: The Amazon Resource Name (ARN) of the file system association that you want to update. UserName: allOf: - $ref: '#/components/schemas/DomainUserName' - description: The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group. Password: allOf: - $ref: '#/components/schemas/DomainUserPassword' - description: The password of the user credential. AuditDestinationARN: allOf: - $ref: '#/components/schemas/AuditDestinationARN' - description: The Amazon Resource Name (ARN) of the storage used for the audit logs. CacheAttributes: $ref: '#/components/schemas/CacheAttributes' UpdateGatewayInformationOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' GatewayName: '' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' GatewayName: allOf: - $ref: '#/components/schemas/string' - description: The name you configured for your gateway. description: A JSON object containing the Amazon Resource Name (ARN) of the gateway that was updated. UpdateGatewayInformationInput: type: object required: - GatewayARN title: UpdateGatewayInformationInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' GatewayName: $ref: '#/components/schemas/GatewayName' GatewayTimezone: allOf: - $ref: '#/components/schemas/GatewayTimezone' - description: A value that indicates the time zone of the gateway. CloudWatchLogGroupARN: allOf: - $ref: '#/components/schemas/CloudWatchLogGroupARN' - description: '

The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway.

For more information, see What is Amazon CloudWatch Logs?

' GatewayCapacity: allOf: - $ref: '#/components/schemas/GatewayCapacity' - description: Specifies the size of the gateway's metadata cache. UpdateGatewaySoftwareNowOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway that was updated. UpdateGatewaySoftwareNowInput: type: object required: - GatewayARN title: UpdateGatewaySoftwareNowInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway to update. UpdateMaintenanceStartTimeOutput: type: object example: GatewayARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B' properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' description: A JSON object containing the Amazon Resource Name (ARN) of the gateway whose maintenance start time is updated. UpdateMaintenanceStartTimeInput: type: object required: - GatewayARN - HourOfDay - MinuteOfHour title: UpdateMaintenanceStartTimeInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' HourOfDay: allOf: - $ref: '#/components/schemas/HourOfDay' - description: 'The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23). The hour of the day is in the time zone of the gateway.' MinuteOfHour: allOf: - $ref: '#/components/schemas/MinuteOfHour' - description: 'The minute component of the maintenance start time represented as mm, where mm is the minute (00 to 59). The minute of the hour is in the time zone of the gateway.' DayOfWeek: allOf: - $ref: '#/components/schemas/DayOfWeek' - description: 'The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6, where 0 represents Sunday and 6 Saturday.' DayOfMonth: allOf: - $ref: '#/components/schemas/DayOfMonth' - description: 'The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.' description: '

A JSON object containing the following fields:

' UpdateNFSFileShareOutput: type: object properties: FileShareARN: allOf: - $ref: '#/components/schemas/FileShareARN' - description: The Amazon Resource Name (ARN) of the updated file share. description: UpdateNFSFileShareOutput UpdateNFSFileShareInput: type: object required: - FileShareARN title: UpdateNFSFileShareInput properties: FileShareARN: allOf: - $ref: '#/components/schemas/FileShareARN' - description: The Amazon Resource Name (ARN) of the file share to be updated. KMSEncrypted: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Set to true to use Amazon S3 server-side encryption with your own KMS key, or false to use a key managed by Amazon S3. Optional.

Valid Values: true | false

' KMSKey: allOf: - $ref: '#/components/schemas/KMSKey' - description: The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can only be set when KMSEncrypted is true. Optional. NFSFileShareDefaults: allOf: - $ref: '#/components/schemas/NFSFileShareDefaults' - description: The default values for the file share. Optional. DefaultStorageClass: allOf: - $ref: '#/components/schemas/StorageClass' - description: '

The default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway. The default value is S3_STANDARD. Optional.

Valid Values: S3_STANDARD | S3_INTELLIGENT_TIERING | S3_STANDARD_IA | S3_ONEZONE_IA

' ObjectACL: allOf: - $ref: '#/components/schemas/ObjectACL' - description: A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into. The default value is private. ClientList: allOf: - $ref: '#/components/schemas/FileShareClientList' - description: The list of clients that are allowed to access the S3 File Gateway. The list must contain either valid IP addresses or valid CIDR blocks. Squash: allOf: - $ref: '#/components/schemas/Squash' - description: '

The user mapped to anonymous user.

Valid values are the following:

' ReadOnly: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets the write status of a file share. Set this value to true to set the write status to read-only, otherwise set to false.

Valid Values: true | false

' GuessMIMETypeEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to true to enable MIME type guessing, otherwise set to false. The default value is true.

Valid Values: true | false

' RequesterPays: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets who pays the cost of the request and the cost associated with data download from the S3 bucket. If this value is set to true, the requester pays the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays the cost of storing data.

RequesterPays is a configuration for the S3 bucket that backs the file share, so make sure that the configuration on the file share is the same as the S3 bucket configuration.

Valid Values: true | false

' FileShareName: allOf: - $ref: '#/components/schemas/FileShareName' - description: '

The name of the file share. Optional.

FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.

' CacheAttributes: allOf: - $ref: '#/components/schemas/CacheAttributes' - description: Specifies refresh cache information for the file share. NotificationPolicy: allOf: - $ref: '#/components/schemas/NotificationPolicy' - description: '

The notification policy of the file share. SettlingTimeInSeconds controls the number of seconds to wait after the last point in time a client wrote to a file before generating an ObjectUploaded notification. Because clients can make many small writes to files, it''s best to set this parameter for as long as possible to avoid generating multiple notifications for the same file in a small time period.

SettlingTimeInSeconds has no effect on the timing of the object uploading to Amazon S3, only the timing of the notification.

The following example sets NotificationPolicy on with SettlingTimeInSeconds set to 60.

{\"Upload\": {\"SettlingTimeInSeconds\": 60}}

The following example sets NotificationPolicy off.

{}

' AuditDestinationARN: allOf: - $ref: '#/components/schemas/AuditDestinationARN' - description: The Amazon Resource Name (ARN) of the storage used for audit logs. description: UpdateNFSFileShareInput UpdateSMBFileShareOutput: type: object properties: FileShareARN: allOf: - $ref: '#/components/schemas/FileShareARN' - description: The Amazon Resource Name (ARN) of the updated SMB file share. description: UpdateSMBFileShareOutput UpdateSMBFileShareInput: type: object required: - FileShareARN title: UpdateSMBFileShareInput properties: FileShareARN: allOf: - $ref: '#/components/schemas/FileShareARN' - description: The Amazon Resource Name (ARN) of the SMB file share that you want to update. KMSEncrypted: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Set to true to use Amazon S3 server-side encryption with your own KMS key, or false to use a key managed by Amazon S3. Optional.

Valid Values: true | false

' KMSKey: allOf: - $ref: '#/components/schemas/KMSKey' - description: The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can only be set when KMSEncrypted is true. Optional. DefaultStorageClass: allOf: - $ref: '#/components/schemas/StorageClass' - description: '

The default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway. The default value is S3_STANDARD. Optional.

Valid Values: S3_STANDARD | S3_INTELLIGENT_TIERING | S3_STANDARD_IA | S3_ONEZONE_IA

' ObjectACL: allOf: - $ref: '#/components/schemas/ObjectACL' - description: A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into. The default value is private. ReadOnly: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets the write status of a file share. Set this value to true to set write status to read-only, otherwise set to false.

Valid Values: true | false

' GuessMIMETypeEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to true to enable MIME type guessing, otherwise set to false. The default value is true.

Valid Values: true | false

' RequesterPays: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets who pays the cost of the request and the cost associated with data download from the S3 bucket. If this value is set to true, the requester pays the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays the cost of storing data.

RequesterPays is a configuration for the S3 bucket that backs the file share, so make sure that the configuration on the file share is the same as the S3 bucket configuration.

Valid Values: true | false

' SMBACLEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Set this value to true to enable access control list (ACL) on the SMB file share. Set it to false to map file and directory permissions to the POSIX permissions.

For more information, see Using Microsoft Windows ACLs to control access to an SMB file share in the Storage Gateway User Guide.

Valid Values: true | false

' AccessBasedEnumeration: allOf: - $ref: '#/components/schemas/Boolean' - description: The files and folders on this share will only be visible to users with read access. AdminUserList: allOf: - $ref: '#/components/schemas/UserList' - description: 'A list of users or groups in the Active Directory that have administrator rights to the file share. A group must be prefixed with the @ character. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1. Can only be set if Authentication is set to ActiveDirectory.' ValidUserList: allOf: - $ref: '#/components/schemas/UserList' - description: 'A list of users or groups in the Active Directory that are allowed to access the file share. A group must be prefixed with the @ character. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1. Can only be set if Authentication is set to ActiveDirectory.' InvalidUserList: allOf: - $ref: '#/components/schemas/UserList' - description: 'A list of users or groups in the Active Directory that are not allowed to access the file share. A group must be prefixed with the @ character. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1. Can only be set if Authentication is set to ActiveDirectory.' AuditDestinationARN: allOf: - $ref: '#/components/schemas/AuditDestinationARN' - description: The Amazon Resource Name (ARN) of the storage used for audit logs. CaseSensitivity: allOf: - $ref: '#/components/schemas/CaseSensitivity' - description: 'The case of an object name in an Amazon S3 bucket. For ClientSpecified, the client determines the case sensitivity. For CaseSensitive, the gateway determines the case sensitivity. The default value is ClientSpecified.' FileShareName: allOf: - $ref: '#/components/schemas/FileShareName' - description: '

The name of the file share. Optional.

FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.

' CacheAttributes: allOf: - $ref: '#/components/schemas/CacheAttributes' - description: Specifies refresh cache information for the file share. NotificationPolicy: allOf: - $ref: '#/components/schemas/NotificationPolicy' - description: '

The notification policy of the file share. SettlingTimeInSeconds controls the number of seconds to wait after the last point in time a client wrote to a file before generating an ObjectUploaded notification. Because clients can make many small writes to files, it''s best to set this parameter for as long as possible to avoid generating multiple notifications for the same file in a small time period.

SettlingTimeInSeconds has no effect on the timing of the object uploading to Amazon S3, only the timing of the notification.

The following example sets NotificationPolicy on with SettlingTimeInSeconds set to 60.

{\"Upload\": {\"SettlingTimeInSeconds\": 60}}

The following example sets NotificationPolicy off.

{}

' OplocksEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Specifies whether opportunistic locking is enabled for the SMB file share.

Enabling opportunistic locking on case-sensitive shares is not recommended for workloads that involve access to files with the same name in different case.

Valid Values: true | false

' description: UpdateSMBFileShareInput UpdateSMBFileShareVisibilityOutput: type: object properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' UpdateSMBFileShareVisibilityInput: type: object required: - GatewayARN - FileSharesVisible title: UpdateSMBFileShareVisibilityInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' FileSharesVisible: allOf: - $ref: '#/components/schemas/Boolean' - description: The shares on this gateway appear when listing shares. UpdateSMBLocalGroupsOutput: type: object properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' UpdateSMBLocalGroupsInput: type: object required: - GatewayARN - SMBLocalGroups title: UpdateSMBLocalGroupsInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' SMBLocalGroups: allOf: - $ref: '#/components/schemas/SMBLocalGroups' - description: A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the gateway. UpdateSMBSecurityStrategyOutput: type: object properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' UpdateSMBSecurityStrategyInput: type: object required: - GatewayARN - SMBSecurityStrategy title: UpdateSMBSecurityStrategyInput properties: GatewayARN: $ref: '#/components/schemas/GatewayARN' SMBSecurityStrategy: allOf: - $ref: '#/components/schemas/SMBSecurityStrategy' - description: '

Specifies the type of security strategy.

ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment. Supported only in S3 File Gateway.

MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.

MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.

' UpdateSnapshotScheduleOutput: type: object example: VolumeARN: 'arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB' properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes. description: A JSON object containing the Amazon Resource Name (ARN) of the updated storage volume. UpdateSnapshotScheduleInput: type: object required: - VolumeARN - StartAt - RecurrenceInHours title: UpdateSnapshotScheduleInput properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes. StartAt: allOf: - $ref: '#/components/schemas/HourOfDay' - description: 'The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.' RecurrenceInHours: allOf: - $ref: '#/components/schemas/RecurrenceInHours' - description: Frequency of snapshots. Specify the number of hours between snapshots. Description: allOf: - $ref: '#/components/schemas/Description' - description: Optional description of the snapshot that overwrites the existing description. Tags: allOf: - $ref: '#/components/schemas/Tags' - description: '

A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag''s key is 128 characters, and the maximum length for a tag''s value is 256.

' description: '

A JSON object containing one or more of the following fields:

' UpdateVTLDeviceTypeOutput: type: object example: VTLDeviceARN: 'arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_MEDIACHANGER_00001' properties: VTLDeviceARN: allOf: - $ref: '#/components/schemas/VTLDeviceARN' - description: The Amazon Resource Name (ARN) of the medium changer you have selected. description: UpdateVTLDeviceTypeOutput UpdateVTLDeviceTypeInput: type: object required: - VTLDeviceARN - DeviceType title: UpdateVTLDeviceTypeInput properties: VTLDeviceARN: allOf: - $ref: '#/components/schemas/VTLDeviceARN' - description: The Amazon Resource Name (ARN) of the medium changer you want to select. DeviceType: allOf: - $ref: '#/components/schemas/DeviceType' - description: '

The type of medium changer you want to select.

Valid Values: STK-L700 | AWS-Gateway-VTL | IBM-03584L32-0402

' ActivationKey: type: string minLength: 1 maxLength: 50 GatewayName: type: string pattern: '^[ -\.0-\[\]-~]*[!-\.0-\[\]-~][ -\.0-\[\]-~]*$' description: The name you configured for your gateway. minLength: 2 maxLength: 255 GatewayTimezone: type: string minLength: 3 maxLength: 10 RegionId: type: string minLength: 1 maxLength: 25 GatewayType: type: string minLength: 2 maxLength: 20 TapeDriveType: type: string minLength: 2 maxLength: 50 MediumChangerType: type: string minLength: 2 maxLength: 50 Tags: type: array items: $ref: '#/components/schemas/Tag' GatewayARN: type: string description: The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. minLength: 50 maxLength: 500 ActiveDirectoryStatus: type: string enum: - ACCESS_DENIED - DETACHED - JOINED - JOINING - NETWORK_ERROR - TIMEOUT - UNKNOWN_ERROR DiskIds: type: array items: $ref: '#/components/schemas/DiskId' ResourceARN: type: string minLength: 50 maxLength: 500 TapeARN: type: string pattern: '^arn:(aws|aws-cn|aws-us-gov):storagegateway:[a-z\-0-9]+:[0-9]+:tape\/[0-9A-Z]{5,16}$' minLength: 50 maxLength: 500 PoolId: type: string minLength: 1 maxLength: 100 boolean: type: boolean DomainUserName: type: string pattern: '^\w[\w\.\- ]*$' minLength: 1 maxLength: 1024 DomainUserPassword: type: string pattern: '^[ -~]+$' minLength: 1 maxLength: 1024 format: password ClientToken: type: string minLength: 5 maxLength: 100 FileSystemLocationARN: type: string minLength: 8 maxLength: 512 AuditDestinationARN: type: string maxLength: 1024 CacheAttributes: type: object properties: CacheStaleTimeoutInSeconds: allOf: - $ref: '#/components/schemas/CacheStaleTimeoutInSeconds' - description: '

Refreshes a file share''s cache by using Time To Live (TTL). TTL is the length of time since the last refresh after which access to the directory would cause the file gateway to first refresh that directory''s contents from the Amazon S3 bucket or Amazon FSx file system. The TTL duration is in seconds.

Valid Values:0, 300 to 2,592,000 seconds (5 minutes to 30 days)

' description: The refresh cache information for the file share or FSx file systems. EndpointNetworkConfiguration: type: object properties: IpAddresses: allOf: - $ref: '#/components/schemas/IpAddressList' - description: '

A list of gateway IP addresses on which the associated Amazon FSx file system is available.

If multiple file systems are associated with this gateway, this field is required.

' description: Specifies network configuration information for the gateway associated with the Amazon FSx file system. FileSystemAssociationARN: type: string minLength: 50 maxLength: 500 TargetName: type: string pattern: '^[-\.;a-z0-9]+$' minLength: 1 maxLength: 200 VolumeARN: type: string minLength: 50 maxLength: 500 NetworkInterfaceId: type: string pattern: '\A(25[0-5]|2[0-4]\d|[0-1]?\d?\d)(\.(25[0-5]|2[0-4]\d|[0-1]?\d?\d)){3}\z' DiskId: type: string minLength: 1 maxLength: 300 TargetARN: type: string minLength: 50 maxLength: 800 Authentication: type: string description: '

The authentication method of the file share. The default is ActiveDirectory.

Valid Values: ActiveDirectory | GuestAccess

' minLength: 5 maxLength: 15 AutomaticTapeCreationRules: type: array items: $ref: '#/components/schemas/AutomaticTapeCreationRule' minItems: 1 maxItems: 10 AutomaticTapeCreationPolicyInfo: type: object properties: AutomaticTapeCreationRules: allOf: - $ref: '#/components/schemas/AutomaticTapeCreationRules' - description: An automatic tape creation policy consists of a list of automatic tape creation rules. This returns the rules that determine when and how to automatically create new tapes. GatewayARN: $ref: '#/components/schemas/GatewayARN' description: 'Information about the gateway''s automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.' AutomaticTapeCreationPolicyInfos: type: array items: $ref: '#/components/schemas/AutomaticTapeCreationPolicyInfo' TapeBarcodePrefix: type: string pattern: '^[A-Z]*$' minLength: 1 maxLength: 4 TapeSize: type: integer MinimumNumTapes: type: integer minimum: 1 maximum: 10 AutomaticTapeCreationRule: type: object required: - TapeBarcodePrefix - PoolId - TapeSizeInBytes - MinimumNumTapes properties: TapeBarcodePrefix: allOf: - $ref: '#/components/schemas/TapeBarcodePrefix' - description:

A prefix that you append to the barcode of the virtual tape that you are creating. This prefix makes the barcode unique.

The prefix must be 1-4 characters in length and must be one of the uppercase letters from A to Z.

PoolId: allOf: - $ref: '#/components/schemas/PoolId' - description: 'The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the Amazon S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.' TapeSizeInBytes: allOf: - $ref: '#/components/schemas/TapeSize' - description: 'The size, in bytes, of the virtual tape capacity.' MinimumNumTapes: allOf: - $ref: '#/components/schemas/MinimumNumTapes' - description: 'The minimum number of available virtual tapes that the gateway maintains at all times. If the number of tapes on the gateway goes below this value, the gateway creates as many new tapes as are needed to have MinimumNumTapes on the gateway. For more information about automatic tape creation, see Creating Tapes Automatically.' Worm: allOf: - $ref: '#/components/schemas/boolean' - description: Set to true to indicate that tapes are to be archived as write-once-read-many (WORM). Set to false when WORM is not enabled for tapes. description: 'An automatic tape creation policy consists of automatic tape creation rules where each rule defines when and how to create new tapes. For more information about automatic tape creation, see Creating Tapes Automatically.' AvailabilityMonitorTestStatus: type: string enum: - COMPLETE - FAILED - PENDING BandwidthDownloadRateLimit: type: integer minimum: 102400 HourOfDay: type: integer minimum: 0 maximum: 23 MinuteOfHour: type: integer minimum: 0 maximum: 59 DaysOfWeek: type: array items: $ref: '#/components/schemas/DayOfWeek' minItems: 1 maxItems: 7 BandwidthUploadRateLimit: type: integer minimum: 51200 BandwidthRateLimitInterval: type: object required: - StartHourOfDay - StartMinuteOfHour - EndHourOfDay - EndMinuteOfHour - DaysOfWeek properties: StartHourOfDay: allOf: - $ref: '#/components/schemas/HourOfDay' - description: ' The hour of the day to start the bandwidth rate limit interval. ' StartMinuteOfHour: allOf: - $ref: '#/components/schemas/MinuteOfHour' - description: ' The minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of that minute. To begin an interval exactly at the start of the hour, use the value 0. ' EndHourOfDay: allOf: - $ref: '#/components/schemas/HourOfDay' - description: ' The hour of the day to end the bandwidth rate limit interval. ' EndMinuteOfHour: allOf: - $ref: '#/components/schemas/MinuteOfHour' - description: '

The minute of the hour to end the bandwidth rate limit interval.

The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an hour, use the value 59.

' DaysOfWeek: allOf: - $ref: '#/components/schemas/DaysOfWeek' - description: ' The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 represents Saturday. ' AverageUploadRateLimitInBitsPerSec: allOf: - $ref: '#/components/schemas/BandwidthUploadRateLimit' - description: ' The average upload rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the upload rate limit is not set. ' AverageDownloadRateLimitInBitsPerSec: allOf: - $ref: '#/components/schemas/BandwidthDownloadRateLimit' - description: ' The average download rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the download rate limit is not set. ' description: ' Describes a bandwidth rate limit interval for a gateway. A bandwidth rate limit schedule consists of one or more bandwidth rate limit intervals. A bandwidth rate limit interval defines a period of time on one or more days of the week, during which bandwidth rate limits are specified for uploading, downloading, or both. ' BandwidthRateLimitIntervals: type: array items: $ref: '#/components/schemas/BandwidthRateLimitInterval' minItems: 0 maxItems: 20 BandwidthType: type: string minLength: 3 maxLength: 25 Boolean: type: boolean CacheStaleTimeoutInSeconds: type: integer VolumeId: type: string minLength: 12 maxLength: 30 VolumeType: type: string minLength: 3 maxLength: 100 VolumeStatus: type: string minLength: 3 maxLength: 50 VolumeAttachmentStatus: type: string minLength: 3 maxLength: 50 long: type: integer DoubleObject: type: number format: double SnapshotId: type: string pattern: '\Asnap-([0-9A-Fa-f]{8}|[0-9A-Fa-f]{17})\z' VolumeiSCSIAttributes: type: object properties: TargetARN: allOf: - $ref: '#/components/schemas/TargetARN' - description: The Amazon Resource Name (ARN) of the volume target. NetworkInterfaceId: allOf: - $ref: '#/components/schemas/NetworkInterfaceId' - description: The network interface identifier. NetworkInterfacePort: allOf: - $ref: '#/components/schemas/integer' - description: The port used to communicate with iSCSI targets. LunNumber: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: The logical disk number. ChapEnabled: allOf: - $ref: '#/components/schemas/boolean' - description: Indicates whether mutual CHAP is enabled for the iSCSI target. description: Lists iSCSI information about a volume. CreatedDate: type: string format: date-time VolumeUsedInBytes: type: integer KMSKey: type: string pattern: '(^arn:(aws|aws-cn|aws-us-gov):kms:([a-zA-Z0-9-]+):([0-9]+):(key|alias)/(\S+)$)|(^alias/(\S+)$)' description: The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can only be set when KMSEncrypted is true. Optional. minLength: 7 maxLength: 2048 CachediSCSIVolume: type: object properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the storage volume. VolumeId: allOf: - $ref: '#/components/schemas/VolumeId' - description: 'The unique identifier of the volume, e.g., vol-AE4B946D.' VolumeType: allOf: - $ref: '#/components/schemas/VolumeType' - description: One of the VolumeType enumeration values that describes the type of the volume. VolumeStatus: allOf: - $ref: '#/components/schemas/VolumeStatus' - description: One of the VolumeStatus values that indicates the state of the storage volume. VolumeAttachmentStatus: allOf: - $ref: '#/components/schemas/VolumeAttachmentStatus' - description: 'A value that indicates whether a storage volume is attached to or detached from a gateway. For more information, see Moving your volumes to a different gateway.' VolumeSizeInBytes: allOf: - $ref: '#/components/schemas/long' - description: 'The size, in bytes, of the volume capacity.' VolumeProgress: allOf: - $ref: '#/components/schemas/DoubleObject' - description: Represents the percentage complete if the volume is restoring or bootstrapping that represents the percent of data transferred. This field does not appear in the response if the cached volume is not restoring or bootstrapping. SourceSnapshotId: allOf: - $ref: '#/components/schemas/SnapshotId' - description: 'If the cached volume was created from a snapshot, this field contains the snapshot ID used, e.g., snap-78e22663. Otherwise, this field is not included.' VolumeiSCSIAttributes: allOf: - $ref: '#/components/schemas/VolumeiSCSIAttributes' - description: An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored volume. CreatedDate: allOf: - $ref: '#/components/schemas/CreatedDate' - description: 'The date the volume was created. Volumes created prior to March 28, 2017 don’t have this timestamp.' VolumeUsedInBytes: allOf: - $ref: '#/components/schemas/VolumeUsedInBytes' - description: '

The size of the data stored on the volume in bytes. This value is calculated based on the number of blocks that are touched, instead of the actual amount of data written. This value can be useful for sequential write patterns but less accurate for random write patterns. VolumeUsedInBytes is different from the compressed size of the volume, which is the value that is used to calculate your bill.

This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.

If you use a delete tool that overwrites the data on your volume with random data, your usage will not be reduced. This is because the random data is not compressible. If you want to reduce the amount of billed storage on your volume, we recommend overwriting your files with zeros to compress the data to a negligible amount of actual storage.

' KMSKey: $ref: '#/components/schemas/KMSKey' TargetName: allOf: - $ref: '#/components/schemas/TargetName' - description: '

The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes on a gateway.

If you don''t specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.

' description: Describes an iSCSI cached volume. CachediSCSIVolumes: type: array items: $ref: '#/components/schemas/CachediSCSIVolume' CaseSensitivity: type: string enum: - ClientSpecified - CaseSensitive ChapInfo: type: object properties: TargetARN: allOf: - $ref: '#/components/schemas/TargetARN' - description: '

The Amazon Resource Name (ARN) of the volume.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

' SecretToAuthenticateInitiator: allOf: - $ref: '#/components/schemas/ChapSecret' - description: 'The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.' InitiatorName: allOf: - $ref: '#/components/schemas/IqnName' - description: The iSCSI initiator that connects to the target. SecretToAuthenticateTarget: allOf: - $ref: '#/components/schemas/ChapSecret' - description: 'The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g., Windows client).' description: Describes Challenge-Handshake Authentication Protocol (CHAP) information that supports authentication between your gateway and iSCSI initiators. ChapCredentials: type: array items: $ref: '#/components/schemas/ChapInfo' ChapSecret: type: string minLength: 1 maxLength: 100 format: password IqnName: type: string pattern: '[0-9a-z:.-]+' minLength: 1 maxLength: 255 CloudWatchLogGroupARN: type: string maxLength: 562 NFSFileShareDefaults: type: object properties: FileMode: allOf: - $ref: '#/components/schemas/PermissionMode' - description: 'The Unix file mode in the form "nnnn". For example, 0666 represents the default file mode inside the file share. The default value is 0666.' DirectoryMode: allOf: - $ref: '#/components/schemas/PermissionMode' - description: 'The Unix directory mode in the form "nnnn". For example, 0666 represents the default access mode for all directories inside the file share. The default value is 0777.' GroupId: allOf: - $ref: '#/components/schemas/PermissionId' - description: The default group ID for the file share (unless the files have another group ID specified). The default value is nfsnobody. OwnerId: allOf: - $ref: '#/components/schemas/PermissionId' - description: The default owner ID for files in the file share (unless the files have another owner ID specified). The default value is nfsnobody. description: 'Describes Network File System (NFS) file share default values. Files and folders stored as Amazon S3 objects in S3 buckets don''t, by default, have Unix file permissions assigned to them. Upon discovery in an S3 bucket by Storage Gateway, the S3 objects that represent files and folders are assigned these default Unix permissions. This operation is only supported for S3 File Gateways.' Role: type: string pattern: '^arn:(aws|aws-cn|aws-us-gov):iam::([0-9]+):role/(\S+)$' description: The ARN of the IAM role that an S3 File Gateway assumes when it accesses the underlying storage. minLength: 20 maxLength: 2048 LocationARN: type: string description: '

A custom ARN for the backend storage used for storing data for file shares. It includes a resource ARN with an optional prefix concatenation. The prefix must end with a forward slash (/).

You can specify LocationARN as a bucket ARN, access point ARN or access point alias, as shown in the following examples.

Bucket ARN:

arn:aws:s3:::my-bucket/prefix/

Access point ARN:

arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/

If you specify an access point, the bucket policy must be configured to delegate access control to the access point. For information, see Delegating access control to access points in the Amazon S3 User Guide.

Access point alias:

test-ap-ab123cdef4gehijklmn5opqrstuvuse1a-s3alias

' minLength: 16 maxLength: 1400 StorageClass: type: string description:

minLength: 5 maxLength: 50 ObjectACL: type: string enum: - private - public-read - public-read-write - authenticated-read - bucket-owner-read - bucket-owner-full-control - aws-exec-read description: A value that sets the access control list (ACL) permission for objects in the S3 bucket that an S3 File Gateway puts objects into. The default value is private. FileShareClientList: type: array description: The list of clients that are allowed to access the S3 File Gateway. The list must contain either valid IP addresses or valid CIDR blocks. items: $ref: '#/components/schemas/IPV4AddressCIDR' minItems: 1 maxItems: 100 Squash: type: string description: '

The user mapped to anonymous user. Valid options are the following:

' minLength: 5 maxLength: 15 FileShareName: type: string minLength: 1 maxLength: 255 NotificationPolicy: type: string pattern: '^\{[\w\s:\{\}\[\]"]*}$' minLength: 2 maxLength: 100 DNSHostName: type: string pattern: '^(([a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9\-]*[A-Za-z0-9])$' minLength: 1 maxLength: 255 FileShareARN: type: string description: The Amazon Resource Name (ARN) of the file share. minLength: 50 maxLength: 500 UserList: type: array items: $ref: '#/components/schemas/UserListUser' minItems: 0 maxItems: 100 SnapshotDescription: type: string minLength: 1 maxLength: 255 string: type: string PoolName: type: string pattern: '^[ -\.0-\[\]-~]*[!-\.0-\[\]-~][ -\.0-\[\]-~]*$' minLength: 1 maxLength: 100 TapeStorageClass: type: string enum: - DEEP_ARCHIVE - GLACIER RetentionLockType: type: string enum: - COMPLIANCE - GOVERNANCE - NONE RetentionLockTimeInDays: type: integer minimum: 0 maximum: 36500 PoolARN: type: string minLength: 50 maxLength: 500 TapeBarcode: type: string pattern: '^[A-Z0-9]*$' minLength: 5 maxLength: 16 NumTapesToCreate: type: integer minimum: 1 maximum: 10 TapeARNs: type: array description: 'The Amazon Resource Name (ARN) of each of the tapes you want to list. If you don''t specify a tape ARN, the response lists all tapes in both your VTL and VTS.' items: $ref: '#/components/schemas/TapeARN' DayOfMonth: type: integer minimum: 1 maximum: 28 DayOfWeek: type: integer minimum: 0 maximum: 6 DeprecationDate: type: string minLength: 1 maxLength: 25 Time: type: string format: date-time double: type: number format: double VolumeARNs: type: array items: $ref: '#/components/schemas/VolumeARN' FileSystemAssociationARNList: type: array items: $ref: '#/components/schemas/FileSystemAssociationARN' minItems: 1 maxItems: 10 FileSystemAssociationInfoList: type: array items: $ref: '#/components/schemas/FileSystemAssociationInfo' GatewayId: type: string minLength: 12 maxLength: 30 GatewayState: type: string minLength: 2 maxLength: 25 GatewayNetworkInterfaces: type: array items: $ref: '#/components/schemas/NetworkInterface' NextUpdateAvailabilityDate: type: string minLength: 1 maxLength: 25 LastSoftwareUpdate: type: string minLength: 1 maxLength: 25 Ec2InstanceId: type: string Ec2InstanceRegion: type: string HostEnvironment: type: string enum: - VMWARE - HYPER-V - EC2 - KVM - OTHER - SNOWBALL EndpointType: type: string minLength: 4 maxLength: 8 SoftwareUpdatesEndDate: type: string minLength: 1 maxLength: 25 GatewayCapacity: type: string enum: - Small - Medium - Large SupportedGatewayCapacities: type: array items: $ref: '#/components/schemas/GatewayCapacity' HostEnvironmentId: type: string minLength: 1 maxLength: 1024 FileShareARNList: type: array items: $ref: '#/components/schemas/FileShareARN' minItems: 1 maxItems: 10 NFSFileShareInfoList: type: array items: $ref: '#/components/schemas/NFSFileShareInfo' SMBFileShareInfoList: type: array items: $ref: '#/components/schemas/SMBFileShareInfo' DomainName: type: string pattern: '^([a-zA-Z0-9]+[\\.-])+([a-zA-Z0-9])+$' minLength: 1 maxLength: 1024 SMBSecurityStrategy: type: string enum: - ClientSpecified - MandatorySigning - MandatoryEncryption SMBLocalGroups: type: object properties: GatewayAdmins: allOf: - $ref: '#/components/schemas/UserList' - description: '

A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: DOMAIN\User1, user1, DOMAIN\group1, and group1.

Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.

' description: A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway. RecurrenceInHours: type: integer minimum: 1 maximum: 24 Description: type: string minLength: 1 maxLength: 255 StorediSCSIVolumes: type: array items: $ref: '#/components/schemas/StorediSCSIVolume' Marker: type: string minLength: 1 maxLength: 1000 PositiveIntObject: type: integer minimum: 1 TapeArchives: type: array items: $ref: '#/components/schemas/TapeArchive' TapeRecoveryPointInfos: type: array items: $ref: '#/components/schemas/TapeRecoveryPointInfo' Tapes: type: array items: $ref: '#/components/schemas/Tape' VTLDeviceARNs: type: array items: $ref: '#/components/schemas/VTLDeviceARN' VTLDevices: type: array items: $ref: '#/components/schemas/VTLDevice' DeviceType: type: string minLength: 2 maxLength: 50 integer: type: integer DeviceiSCSIAttributes: type: object properties: TargetARN: allOf: - $ref: '#/components/schemas/TargetARN' - description: Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target. NetworkInterfaceId: allOf: - $ref: '#/components/schemas/NetworkInterfaceId' - description: The network interface identifier of the VTL device. NetworkInterfacePort: allOf: - $ref: '#/components/schemas/integer' - description: The port used to communicate with iSCSI VTL device targets. ChapEnabled: allOf: - $ref: '#/components/schemas/boolean' - description: Indicates whether mutual CHAP is enabled for the iSCSI target. description: Lists iSCSI information about a VTL device. DiskAllocationType: type: string description: '

One of the DiskAllocationType enumeration values that identifies how a local disk is used.

Valid Values: UPLOAD_BUFFER | CACHE_STORAGE

' minLength: 3 maxLength: 100 DiskAttributeList: type: array description: A list of values that represents attributes of a local disk. items: $ref: '#/components/schemas/DiskAttribute' minItems: 0 maxItems: 10 Disk: type: object properties: DiskId: allOf: - $ref: '#/components/schemas/DiskId' - description: The unique device ID or other distinguishing data that identifies a local disk. DiskPath: allOf: - $ref: '#/components/schemas/string' - description: The path of a local disk in the gateway virtual machine (VM). DiskNode: allOf: - $ref: '#/components/schemas/string' - description: The device node of a local disk as assigned by the virtualization environment. DiskStatus: allOf: - $ref: '#/components/schemas/string' - description: A value that represents the status of a local disk. DiskSizeInBytes: allOf: - $ref: '#/components/schemas/long' - description: The local disk size in bytes. DiskAllocationType: $ref: '#/components/schemas/DiskAllocationType' DiskAllocationResource: allOf: - $ref: '#/components/schemas/string' - description: 'The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in the response if the local disk is not defined as an iSCSI target. The format of this field is targetIqn::LUNNumber::region-volumeId.' DiskAttributeList: $ref: '#/components/schemas/DiskAttributeList' description: Represents a gateway's local disk. DiskAttribute: type: string minLength: 1 maxLength: 64 Disks: type: array items: $ref: '#/components/schemas/Disk' IpAddressList: type: array items: $ref: '#/components/schemas/IPV4Address' minItems: 0 maxItems: 1 IPV4AddressCIDR: type: string pattern: '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/([0-9]|[1-2][0-9]|3[0-2]))?$' FileShareId: type: string description: The ID of the file share. minLength: 12 maxLength: 30 FileShareType: type: string enum: - NFS - SMB description: The type of the file share. FileShareStatus: type: string description: '

The status of the file share.

Valid Values: CREATING | UPDATING | AVAILABLE | DELETING

' minLength: 3 maxLength: 50 FileShareInfo: type: object properties: FileShareType: $ref: '#/components/schemas/FileShareType' FileShareARN: $ref: '#/components/schemas/FileShareARN' FileShareId: $ref: '#/components/schemas/FileShareId' FileShareStatus: $ref: '#/components/schemas/FileShareStatus' GatewayARN: $ref: '#/components/schemas/GatewayARN' description: Describes a file share. Only supported S3 File Gateway. FileShareInfoList: type: array items: $ref: '#/components/schemas/FileShareInfo' FileSystemAssociationId: type: string minLength: 10 maxLength: 30 FileSystemAssociationStatus: type: string minLength: 3 maxLength: 50 FileSystemAssociationStatusDetails: type: array items: $ref: '#/components/schemas/FileSystemAssociationStatusDetail' FileSystemAssociationInfo: type: object properties: FileSystemAssociationARN: allOf: - $ref: '#/components/schemas/FileSystemAssociationARN' - description: The Amazon Resource Name (ARN) of the file system association. LocationARN: allOf: - $ref: '#/components/schemas/FileSystemLocationARN' - description: 'The ARN of the backend Amazon FSx file system used for storing file data. For information, see FileSystem in the Amazon FSx API Reference.' FileSystemAssociationStatus: allOf: - $ref: '#/components/schemas/FileSystemAssociationStatus' - description: 'The status of the file system association. Valid Values: AVAILABLE | CREATING | DELETING | FORCE_DELETING | UPDATING | ERROR ' AuditDestinationARN: allOf: - $ref: '#/components/schemas/AuditDestinationARN' - description: The Amazon Resource Name (ARN) of the storage used for the audit logs. GatewayARN: $ref: '#/components/schemas/GatewayARN' Tags: allOf: - $ref: '#/components/schemas/Tags' - description: 'A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is a key-value pair.' CacheAttributes: $ref: '#/components/schemas/CacheAttributes' EndpointNetworkConfiguration: allOf: - $ref: '#/components/schemas/EndpointNetworkConfiguration' - description: '

Specifies network configuration information for the gateway associated with the Amazon FSx file system.

If multiple file systems are associated with this gateway, this parameter''s IpAddresses field is required.

' FileSystemAssociationStatusDetails: allOf: - $ref: '#/components/schemas/FileSystemAssociationStatusDetails' - description: 'An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on file system association status.' description: Describes the object returned by DescribeFileSystemAssociations that describes a created file system association. FileSystemAssociationSyncErrorCode: type: string FileSystemAssociationStatusDetail: type: object properties: ErrorCode: allOf: - $ref: '#/components/schemas/FileSystemAssociationSyncErrorCode' - description: The error code for a given file system association status. description: Detailed information on file system association status. FileSystemAssociationSummary: type: object properties: FileSystemAssociationId: allOf: - $ref: '#/components/schemas/FileSystemAssociationId' - description: The ID of the file system association. FileSystemAssociationARN: allOf: - $ref: '#/components/schemas/FileSystemAssociationARN' - description: The Amazon Resource Name (ARN) of the file system association. FileSystemAssociationStatus: allOf: - $ref: '#/components/schemas/FileSystemAssociationStatus' - description: 'The status of the file share. Valid Values: AVAILABLE | CREATING | DELETING | FORCE_DELETING | UPDATING | ERROR ' GatewayARN: $ref: '#/components/schemas/GatewayARN' description: 'Gets the summary returned by ListFileSystemAssociation, which is a summary of a created file system association.' FileSystemAssociationSummaryList: type: array items: $ref: '#/components/schemas/FileSystemAssociationSummary' Folder: type: string minLength: 1 maxLength: 1024 FolderList: type: array items: $ref: '#/components/schemas/Folder' minItems: 1 maxItems: 50 GatewayOperationalState: type: string minLength: 2 maxLength: 25 GatewayInfo: type: object properties: GatewayId: allOf: - $ref: '#/components/schemas/GatewayId' - description: 'The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.' GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. GatewayType: allOf: - $ref: '#/components/schemas/GatewayType' - description: The type of the gateway. GatewayOperationalState: allOf: - $ref: '#/components/schemas/GatewayOperationalState' - description: '

The state of the gateway.

Valid Values: DISABLED | ACTIVE

' GatewayName: allOf: - $ref: '#/components/schemas/string' - description: The name of the gateway. Ec2InstanceId: allOf: - $ref: '#/components/schemas/Ec2InstanceId' - description: The ID of the Amazon EC2 instance that was used to launch the gateway. Ec2InstanceRegion: allOf: - $ref: '#/components/schemas/Ec2InstanceRegion' - description: The Amazon Web Services Region where the Amazon EC2 instance is located. HostEnvironment: allOf: - $ref: '#/components/schemas/HostEnvironment' - description: The type of hardware or software platform on which the gateway is running. HostEnvironmentId: allOf: - $ref: '#/components/schemas/HostEnvironmentId' - description: 'A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.' description: Describes a gateway object. NetworkInterface: type: object properties: Ipv4Address: allOf: - $ref: '#/components/schemas/string' - description: The Internet Protocol version 4 (IPv4) address of the interface. MacAddress: allOf: - $ref: '#/components/schemas/string' - description:

The Media Access Control (MAC) address of the interface.

This is currently unsupported and will not be returned in output.

Ipv6Address: allOf: - $ref: '#/components/schemas/string' - description: The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported. description: Describes a gateway's network interface. Gateways: type: array items: $ref: '#/components/schemas/GatewayInfo' Host: type: string pattern: '^(([a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9\-]*[A-Za-z0-9])(:(\d+))?$' minLength: 6 maxLength: 1024 Hosts: type: array items: $ref: '#/components/schemas/Host' IPV4Address: type: string pattern: '^((25[0-5]|(2[0-4]|1[0-9]|[1-9]|)[0-9])(\.(?!$)|$)){4}' minLength: 7 maxLength: 15 Initiator: type: string minLength: 1 maxLength: 50 Initiators: type: array items: $ref: '#/components/schemas/Initiator' OrganizationalUnit: type: string minLength: 1 maxLength: 1024 TimeoutInSeconds: type: integer minimum: 0 maximum: 3600 PoolARNs: type: array items: $ref: '#/components/schemas/PoolARN' PoolInfos: type: array items: $ref: '#/components/schemas/PoolInfo' TapeInfos: type: array description: 'An array of TapeInfo objects, where each object describes a single tape. If there are no tapes in the tape library or VTS, then the TapeInfos is an empty array.' items: $ref: '#/components/schemas/TapeInfo' VolumeRecoveryPointInfos: type: array items: $ref: '#/components/schemas/VolumeRecoveryPointInfo' VolumeInfos: type: array items: $ref: '#/components/schemas/VolumeInfo' LocalConsolePassword: type: string pattern: '^[ -~]+$' minLength: 6 maxLength: 512 format: password PermissionMode: type: string pattern: '^[0-7]{4}$' minLength: 1 maxLength: 4 PermissionId: type: integer minimum: 0 maximum: 4294967294 Path: type: string description: The file share path used by the NFS client to identify the mount point. NFSFileShareInfo: type: object properties: NFSFileShareDefaults: $ref: '#/components/schemas/NFSFileShareDefaults' FileShareARN: $ref: '#/components/schemas/FileShareARN' FileShareId: $ref: '#/components/schemas/FileShareId' FileShareStatus: $ref: '#/components/schemas/FileShareStatus' GatewayARN: $ref: '#/components/schemas/GatewayARN' KMSEncrypted: allOf: - $ref: '#/components/schemas/boolean' - description: '

Set to true to use Amazon S3 server-side encryption with your own KMS key, or false to use a key managed by Amazon S3. Optional.

Valid Values: true | false

' KMSKey: $ref: '#/components/schemas/KMSKey' Path: $ref: '#/components/schemas/Path' Role: $ref: '#/components/schemas/Role' LocationARN: $ref: '#/components/schemas/LocationARN' DefaultStorageClass: allOf: - $ref: '#/components/schemas/StorageClass' - description: '

The default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway. The default value is S3_STANDARD. Optional.

Valid Values: S3_STANDARD | S3_INTELLIGENT_TIERING | S3_STANDARD_IA | S3_ONEZONE_IA

' ObjectACL: $ref: '#/components/schemas/ObjectACL' ClientList: $ref: '#/components/schemas/FileShareClientList' Squash: $ref: '#/components/schemas/Squash' ReadOnly: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets the write status of a file share. Set this value to true to set the write status to read-only, otherwise set to false.

Valid Values: true | false

' GuessMIMETypeEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to true to enable MIME type guessing, otherwise set to false. The default value is true.

Valid Values: true | false

' RequesterPays: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets who pays the cost of the request and the cost associated with data download from the S3 bucket. If this value is set to true, the requester pays the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays the cost of storing data.

RequesterPays is a configuration for the S3 bucket that backs the file share, so make sure that the configuration on the file share is the same as the S3 bucket configuration.

Valid Values: true | false

' Tags: allOf: - $ref: '#/components/schemas/Tags' - description: 'A list of up to 50 tags assigned to the NFS file share, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.' FileShareName: allOf: - $ref: '#/components/schemas/FileShareName' - description: '

The name of the file share. Optional.

FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.

' CacheAttributes: allOf: - $ref: '#/components/schemas/CacheAttributes' - description: Refresh cache information for the file share. NotificationPolicy: allOf: - $ref: '#/components/schemas/NotificationPolicy' - description: '

The notification policy of the file share. SettlingTimeInSeconds controls the number of seconds to wait after the last point in time a client wrote to a file before generating an ObjectUploaded notification. Because clients can make many small writes to files, it''s best to set this parameter for as long as possible to avoid generating multiple notifications for the same file in a small time period.

SettlingTimeInSeconds has no effect on the timing of the object uploading to Amazon S3, only the timing of the notification.

The following example sets NotificationPolicy on with SettlingTimeInSeconds set to 60.

{\"Upload\": {\"SettlingTimeInSeconds\": 60}}

The following example sets NotificationPolicy off.

{}

' VPCEndpointDNSName: allOf: - $ref: '#/components/schemas/DNSHostName' - description: '

Specifies the DNS name for the VPC endpoint that the NFS file share uses to connect to Amazon S3.

This parameter is required for NFS file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point.

' BucketRegion: allOf: - $ref: '#/components/schemas/RegionId' - description: '

Specifies the Region of the S3 bucket where the NFS file share stores files.

This parameter is required for NFS file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point.

' AuditDestinationARN: allOf: - $ref: '#/components/schemas/AuditDestinationARN' - description: The Amazon Resource Name (ARN) of the storage used for audit logs. description: 'The Unix file permissions and ownership information assigned, by default, to native S3 objects when an S3 File Gateway discovers them in S3 buckets. This operation is only supported in S3 File Gateways.' NotificationId: type: string description: The randomly generated ID of the notification that was sent. This ID is in UUID format. minLength: 1 maxLength: 2048 PoolStatus: type: string enum: - ACTIVE - DELETED PoolInfo: type: object properties: PoolARN: allOf: - $ref: '#/components/schemas/PoolARN' - description: The Amazon Resource Name (ARN) of the custom tape pool. Use the ListTapePools operation to return a list of custom tape pools for your account and Amazon Web Services Region. PoolName: allOf: - $ref: '#/components/schemas/PoolName' - description: 'The name of the custom tape pool. PoolName can use all ASCII characters, except ''/'' and ''\''.' StorageClass: allOf: - $ref: '#/components/schemas/TapeStorageClass' - description: 'The storage class that is associated with the custom pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.' RetentionLockType: allOf: - $ref: '#/components/schemas/RetentionLockType' - description: 'Tape retention lock type, which can be configured in two modes. When configured in governance mode, Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root Amazon Web Services account.' RetentionLockTimeInDays: allOf: - $ref: '#/components/schemas/RetentionLockTimeInDays' - description: 'Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years (36,500 days).' PoolStatus: allOf: - $ref: '#/components/schemas/PoolStatus' - description: Status of the custom tape pool. Pool can be ACTIVE or DELETED. description: Describes a custom tape pool. TagKeys: type: array items: $ref: '#/components/schemas/TagKey' SMBFileShareInfo: type: object properties: FileShareARN: $ref: '#/components/schemas/FileShareARN' FileShareId: $ref: '#/components/schemas/FileShareId' FileShareStatus: $ref: '#/components/schemas/FileShareStatus' GatewayARN: $ref: '#/components/schemas/GatewayARN' KMSEncrypted: allOf: - $ref: '#/components/schemas/boolean' - description: '

Set to true to use Amazon S3 server-side encryption with your own KMS key, or false to use a key managed by Amazon S3. Optional.

Valid Values: true | false

' KMSKey: $ref: '#/components/schemas/KMSKey' Path: allOf: - $ref: '#/components/schemas/Path' - description: The file share path used by the SMB client to identify the mount point. Role: $ref: '#/components/schemas/Role' LocationARN: $ref: '#/components/schemas/LocationARN' DefaultStorageClass: allOf: - $ref: '#/components/schemas/StorageClass' - description: '

The default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway. The default value is S3_STANDARD. Optional.

Valid Values: S3_STANDARD | S3_INTELLIGENT_TIERING | S3_STANDARD_IA | S3_ONEZONE_IA

' ObjectACL: $ref: '#/components/schemas/ObjectACL' ReadOnly: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets the write status of a file share. Set this value to true to set the write status to read-only, otherwise set to false.

Valid Values: true | false

' GuessMIMETypeEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to true to enable MIME type guessing, otherwise set to false. The default value is true.

Valid Values: true | false

' RequesterPays: allOf: - $ref: '#/components/schemas/Boolean' - description: '

A value that sets who pays the cost of the request and the cost associated with data download from the S3 bucket. If this value is set to true, the requester pays the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays the cost of storing data.

RequesterPays is a configuration for the S3 bucket that backs the file share, so make sure that the configuration on the file share is the same as the S3 bucket configuration.

Valid Values: true | false

' SMBACLEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

If this value is set to true, it indicates that access control list (ACL) is enabled on the SMB file share. If it is set to false, it indicates that file and directory permissions are mapped to the POSIX permission.

For more information, see Using Microsoft Windows ACLs to control access to an SMB file share in the Storage Gateway User Guide.

' AccessBasedEnumeration: allOf: - $ref: '#/components/schemas/Boolean' - description: Indicates whether AccessBasedEnumeration is enabled. AdminUserList: allOf: - $ref: '#/components/schemas/UserList' - description: 'A list of users or groups in the Active Directory that have administrator rights to the file share. A group must be prefixed with the @ character. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1. Can only be set if Authentication is set to ActiveDirectory.' ValidUserList: allOf: - $ref: '#/components/schemas/UserList' - description: 'A list of users or groups in the Active Directory that are allowed to access the file share. A group must be prefixed with the @ character. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1. Can only be set if Authentication is set to ActiveDirectory.' InvalidUserList: allOf: - $ref: '#/components/schemas/UserList' - description: 'A list of users or groups in the Active Directory that are not allowed to access the file share. A group must be prefixed with the @ character. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1. Can only be set if Authentication is set to ActiveDirectory.' AuditDestinationARN: allOf: - $ref: '#/components/schemas/AuditDestinationARN' - description: The Amazon Resource Name (ARN) of the storage used for audit logs. Authentication: $ref: '#/components/schemas/Authentication' CaseSensitivity: allOf: - $ref: '#/components/schemas/CaseSensitivity' - description: 'The case of an object name in an Amazon S3 bucket. For ClientSpecified, the client determines the case sensitivity. For CaseSensitive, the gateway determines the case sensitivity. The default value is ClientSpecified.' Tags: allOf: - $ref: '#/components/schemas/Tags' - description: 'A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.' FileShareName: allOf: - $ref: '#/components/schemas/FileShareName' - description: '

The name of the file share. Optional.

FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.

' CacheAttributes: allOf: - $ref: '#/components/schemas/CacheAttributes' - description: Refresh cache information for the file share. NotificationPolicy: allOf: - $ref: '#/components/schemas/NotificationPolicy' - description: '

The notification policy of the file share. SettlingTimeInSeconds controls the number of seconds to wait after the last point in time a client wrote to a file before generating an ObjectUploaded notification. Because clients can make many small writes to files, it''s best to set this parameter for as long as possible to avoid generating multiple notifications for the same file in a small time period.

SettlingTimeInSeconds has no effect on the timing of the object uploading to Amazon S3, only the timing of the notification.

The following example sets NotificationPolicy on with SettlingTimeInSeconds set to 60.

{\"Upload\": {\"SettlingTimeInSeconds\": 60}}

The following example sets NotificationPolicy off.

{}

' VPCEndpointDNSName: allOf: - $ref: '#/components/schemas/DNSHostName' - description: '

Specifies the DNS name for the VPC endpoint that the SMB file share uses to connect to Amazon S3.

This parameter is required for SMB file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point.

' BucketRegion: allOf: - $ref: '#/components/schemas/RegionId' - description: '

Specifies the Region of the S3 bucket where the SMB file share stores files.

This parameter is required for SMB file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point.

' OplocksEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Specifies whether opportunistic locking is enabled for the SMB file share.

Enabling opportunistic locking on case-sensitive shares is not recommended for workloads that involve access to files with the same name in different case.

Valid Values: true | false

' description: 'The Windows file permissions and ownership information assigned, by default, to native S3 objects when S3 File Gateway discovers them in S3 buckets. This operation is only supported for S3 File Gateways.' SMBGuestPassword: type: string pattern: '^[ -~]+$' minLength: 6 maxLength: 512 format: password StorediSCSIVolume: type: object properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the storage volume. VolumeId: allOf: - $ref: '#/components/schemas/VolumeId' - description: 'The unique identifier of the volume, e.g., vol-AE4B946D.' VolumeType: allOf: - $ref: '#/components/schemas/VolumeType' - description: One of the VolumeType enumeration values describing the type of the volume. VolumeStatus: allOf: - $ref: '#/components/schemas/VolumeStatus' - description: One of the VolumeStatus values that indicates the state of the storage volume. VolumeAttachmentStatus: allOf: - $ref: '#/components/schemas/VolumeAttachmentStatus' - description: 'A value that indicates whether a storage volume is attached to, detached from, or is in the process of detaching from a gateway. For more information, see Moving your volumes to a different gateway.' VolumeSizeInBytes: allOf: - $ref: '#/components/schemas/long' - description: The size of the volume in bytes. VolumeProgress: allOf: - $ref: '#/components/schemas/DoubleObject' - description: Represents the percentage complete if the volume is restoring or bootstrapping that represents the percent of data transferred. This field does not appear in the response if the stored volume is not restoring or bootstrapping. VolumeDiskId: allOf: - $ref: '#/components/schemas/DiskId' - description: The ID of the local disk that was specified in the CreateStorediSCSIVolume operation. SourceSnapshotId: allOf: - $ref: '#/components/schemas/SnapshotId' - description: 'If the stored volume was created from a snapshot, this field contains the snapshot ID used, e.g. snap-78e22663. Otherwise, this field is not included.' PreservedExistingData: allOf: - $ref: '#/components/schemas/boolean' - description: '

Indicates if when the stored volume was created, existing data on the underlying local disk was preserved.

Valid Values: true | false

' VolumeiSCSIAttributes: allOf: - $ref: '#/components/schemas/VolumeiSCSIAttributes' - description: An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored volume. CreatedDate: allOf: - $ref: '#/components/schemas/CreatedDate' - description: 'The date the volume was created. Volumes created prior to March 28, 2017 don’t have this timestamp.' VolumeUsedInBytes: allOf: - $ref: '#/components/schemas/VolumeUsedInBytes' - description: '

The size of the data stored on the volume in bytes. This value is calculated based on the number of blocks that are touched, instead of the actual amount of data written. This value can be useful for sequential write patterns but less accurate for random write patterns. VolumeUsedInBytes is different from the compressed size of the volume, which is the value that is used to calculate your bill.

This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.

' KMSKey: $ref: '#/components/schemas/KMSKey' TargetName: allOf: - $ref: '#/components/schemas/TargetName' - description: '

The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes on a gateway.

If you don''t specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.

' description: Describes an iSCSI stored volume. TagKey: type: string pattern: '^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$' minLength: 1 maxLength: 128 TagValue: type: string maxLength: 256 Tag: type: object required: - Key - Value properties: Key: allOf: - $ref: '#/components/schemas/TagKey' - description: 'Tag key. The key can''t start with aws:.' Value: allOf: - $ref: '#/components/schemas/TagValue' - description: Value of the tag key. description: 'A key-value pair that helps you manage, filter, and search for your resource. Allowed characters: letters, white space, and numbers, representable in UTF-8, and the following characters: + - = . _ : /.' TapeStatus: type: string VTLDeviceARN: type: string minLength: 50 maxLength: 500 TapeUsage: type: integer Tape: type: object properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape. TapeBarcode: allOf: - $ref: '#/components/schemas/TapeBarcode' - description: The barcode that identifies a specific virtual tape. TapeCreatedDate: allOf: - $ref: '#/components/schemas/Time' - description: The date the virtual tape was created. TapeSizeInBytes: allOf: - $ref: '#/components/schemas/TapeSize' - description: 'The size, in bytes, of the virtual tape capacity.' TapeStatus: allOf: - $ref: '#/components/schemas/TapeStatus' - description: The current state of the virtual tape. VTLDevice: allOf: - $ref: '#/components/schemas/VTLDeviceARN' - description: The virtual tape library (VTL) device that the virtual tape is associated with. Progress: allOf: - $ref: '#/components/schemas/DoubleObject' - description: '

For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.

Range: 0 (not started) to 100 (complete).

' TapeUsedInBytes: allOf: - $ref: '#/components/schemas/TapeUsage' - description: '

The size, in bytes, of data stored on the virtual tape.

This value is not available for tapes created prior to May 13, 2015.

' KMSKey: $ref: '#/components/schemas/KMSKey' PoolId: allOf: - $ref: '#/components/schemas/PoolId' - description: 'The ID of the pool that contains tapes that will be archived. The tapes in this pool are archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.' Worm: allOf: - $ref: '#/components/schemas/boolean' - description: 'If the tape is archived as write-once-read-many (WORM), this value is true.' RetentionStartDate: allOf: - $ref: '#/components/schemas/Time' - description: The date that the tape is first archived with tape retention lock enabled. PoolEntryDate: allOf: - $ref: '#/components/schemas/Time' - description: The date that the tape enters a custom tape pool. description: Describes a virtual tape object. TapeArchiveStatus: type: string TapeArchive: type: object properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of an archived virtual tape. TapeBarcode: allOf: - $ref: '#/components/schemas/TapeBarcode' - description: The barcode that identifies the archived virtual tape. TapeCreatedDate: allOf: - $ref: '#/components/schemas/Time' - description: The date the virtual tape was created. TapeSizeInBytes: allOf: - $ref: '#/components/schemas/TapeSize' - description: 'The size, in bytes, of the archived virtual tape.' CompletionTime: allOf: - $ref: '#/components/schemas/Time' - description: '

The time that the archiving of the virtual tape was completed.

The default timestamp format is in the ISO8601 extended YYYY-MM-DD''T''HH:MM:SS''Z'' format.

' RetrievedTo: allOf: - $ref: '#/components/schemas/GatewayARN' - description:

The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.

The virtual tape is retrieved from the virtual tape shelf (VTS).

TapeStatus: allOf: - $ref: '#/components/schemas/TapeArchiveStatus' - description: The current state of the archived virtual tape. TapeUsedInBytes: allOf: - $ref: '#/components/schemas/TapeUsage' - description: '

The size, in bytes, of data stored on the virtual tape.

This value is not available for tapes created prior to May 13, 2015.

' KMSKey: $ref: '#/components/schemas/KMSKey' PoolId: allOf: - $ref: '#/components/schemas/PoolId' - description: The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool. Worm: allOf: - $ref: '#/components/schemas/boolean' - description: Set to true if the archived tape is stored as write-once-read-many (WORM). RetentionStartDate: allOf: - $ref: '#/components/schemas/Time' - description: 'If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.' PoolEntryDate: allOf: - $ref: '#/components/schemas/Time' - description: '

The time that the tape entered the custom tape pool.

The default timestamp format is in the ISO8601 extended YYYY-MM-DD''T''HH:MM:SS''Z'' format.

' description: Represents a virtual tape that is archived in the virtual tape shelf (VTS). TapeInfo: type: object properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of a virtual tape. TapeBarcode: allOf: - $ref: '#/components/schemas/TapeBarcode' - description: The barcode that identifies a specific virtual tape. TapeSizeInBytes: allOf: - $ref: '#/components/schemas/TapeSize' - description: 'The size, in bytes, of a virtual tape.' TapeStatus: allOf: - $ref: '#/components/schemas/TapeStatus' - description: The status of the tape. GatewayARN: allOf: - $ref: '#/components/schemas/GatewayARN' - description: The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. PoolId: allOf: - $ref: '#/components/schemas/PoolId' - description: 'The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.' RetentionStartDate: allOf: - $ref: '#/components/schemas/Time' - description: The date that the tape became subject to tape retention lock. PoolEntryDate: allOf: - $ref: '#/components/schemas/Time' - description: The date that the tape entered the custom tape pool with tape retention lock enabled. description: Describes a virtual tape. TapeRecoveryPointStatus: type: string TapeRecoveryPointInfo: type: object properties: TapeARN: allOf: - $ref: '#/components/schemas/TapeARN' - description: The Amazon Resource Name (ARN) of the virtual tape. TapeRecoveryPointTime: allOf: - $ref: '#/components/schemas/Time' - description: '

The time when the point-in-time view of the virtual tape was replicated for later recovery.

The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD''T''HH:MM:SS''Z'' format.

' TapeSizeInBytes: allOf: - $ref: '#/components/schemas/TapeSize' - description: 'The size, in bytes, of the virtual tapes to recover.' TapeStatus: allOf: - $ref: '#/components/schemas/TapeRecoveryPointStatus' - description: The status of the virtual tapes. description: Describes a recovery point. UserListUser: type: string minLength: 1 maxLength: 64 VTLDeviceType: type: string VTLDeviceVendor: type: string VTLDeviceProductIdentifier: type: string VTLDevice: type: object properties: VTLDeviceARN: allOf: - $ref: '#/components/schemas/VTLDeviceARN' - description: Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer). VTLDeviceType: allOf: - $ref: '#/components/schemas/VTLDeviceType' - description: Specifies the type of device that the VTL device emulates. VTLDeviceVendor: allOf: - $ref: '#/components/schemas/VTLDeviceVendor' - description: Specifies the vendor of the device that the VTL device object emulates. VTLDeviceProductIdentifier: allOf: - $ref: '#/components/schemas/VTLDeviceProductIdentifier' - description: Specifies the model number of device that the VTL device emulates. DeviceiSCSIAttributes: allOf: - $ref: '#/components/schemas/DeviceiSCSIAttributes' - description: A list of iSCSI information about a VTL device. description: Represents a device object associated with a tape gateway. VolumeInfo: type: object properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: '

The Amazon Resource Name (ARN) for the storage volume. For example, the following is a valid ARN:

arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

' VolumeId: allOf: - $ref: '#/components/schemas/VolumeId' - description: '

The unique identifier assigned to the volume. This ID becomes part of the volume Amazon Resource Name (ARN), which you use as input for other operations.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

' GatewayARN: $ref: '#/components/schemas/GatewayARN' GatewayId: allOf: - $ref: '#/components/schemas/GatewayId' - description: '

The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

' VolumeType: allOf: - $ref: '#/components/schemas/VolumeType' - description: One of the VolumeType enumeration values describing the type of the volume. VolumeSizeInBytes: allOf: - $ref: '#/components/schemas/long' - description: '

The size of the volume in bytes.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

' VolumeAttachmentStatus: allOf: - $ref: '#/components/schemas/VolumeAttachmentStatus' - description: One of the VolumeStatus values that indicates the state of the storage volume. description: Describes a storage volume object. VolumeRecoveryPointInfo: type: object properties: VolumeARN: allOf: - $ref: '#/components/schemas/VolumeARN' - description: The Amazon Resource Name (ARN) of the volume target. VolumeSizeInBytes: allOf: - $ref: '#/components/schemas/long' - description: The size of the volume in bytes. VolumeUsageInBytes: allOf: - $ref: '#/components/schemas/long' - description: '

The size of the data stored on the volume in bytes.

This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.

' VolumeRecoveryPointTime: allOf: - $ref: '#/components/schemas/string' - description: The time the recovery point was taken. description: Describes a storage volume recovery point object. security: - hmac: []